From bf3a7d5c35bb05a6535cb3690255e5ad7208e04b Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 09:30:01 +0200 Subject: [PATCH 1/6] Deleted all the defunct venv stuff and moved project dir to root. --- bin/Activate.ps1 | 231 - bin/activate | 76 - bin/activate.csh | 37 - bin/activate.fish | 75 - bin/easy_install | 10 - bin/easy_install-3.8 | 10 - bin/pip | 10 - bin/pip3 | 10 - bin/pip3.8 | 10 - bin/python | 1 - bin/python3 | 1 - .../__pycache__/easy_install.cpython-38.pyc | Bin 285 -> 0 bytes lib/python3.8/site-packages/easy_install.py | 5 - .../pip-19.2.3.dist-info/INSTALLER | 1 - .../pip-19.2.3.dist-info/LICENSE.txt | 20 - .../pip-19.2.3.dist-info/METADATA | 81 - .../site-packages/pip-19.2.3.dist-info/RECORD | 668 -- .../site-packages/pip-19.2.3.dist-info/WHEEL | 6 - .../pip-19.2.3.dist-info/entry_points.txt | 5 - .../pip-19.2.3.dist-info/top_level.txt | 1 - lib/python3.8/site-packages/pip/__init__.py | 1 - lib/python3.8/site-packages/pip/__main__.py | 19 - .../pip/__pycache__/__init__.cpython-38.pyc | Bin 158 -> 0 bytes .../pip/__pycache__/__main__.cpython-38.pyc | Bin 410 -> 0 bytes .../site-packages/pip/_internal/__init__.py | 77 - .../__pycache__/__init__.cpython-38.pyc | Bin 1703 -> 0 bytes .../__pycache__/build_env.cpython-38.pyc | Bin 7479 -> 0 bytes .../__pycache__/cache.cpython-38.pyc | Bin 7091 -> 0 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 10642 -> 0 bytes .../__pycache__/download.cpython-38.pyc | Bin 25929 -> 0 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 12490 -> 0 bytes .../__pycache__/index.cpython-38.pyc | Bin 37730 -> 0 bytes .../__pycache__/legacy_resolve.cpython-38.pyc | Bin 10549 -> 0 bytes .../__pycache__/locations.cpython-38.pyc | Bin 2938 -> 0 bytes .../__pycache__/pep425tags.cpython-38.pyc | Bin 8337 -> 0 bytes .../__pycache__/pyproject.cpython-38.pyc | Bin 3164 -> 0 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 27490 -> 0 bytes .../site-packages/pip/_internal/build_env.py | 218 - .../site-packages/pip/_internal/cache.py | 224 - .../pip/_internal/cli/__init__.py | 4 - .../cli/__pycache__/__init__.cpython-38.pyc | Bin 233 -> 0 bytes .../__pycache__/autocompletion.cpython-38.pyc | Bin 5091 -> 0 bytes .../__pycache__/base_command.cpython-38.pyc | Bin 8266 -> 0 bytes .../cli/__pycache__/cmdoptions.cpython-38.pyc | Bin 20008 -> 0 bytes .../__pycache__/main_parser.cpython-38.pyc | Bin 2171 -> 0 bytes .../cli/__pycache__/parser.cpython-38.pyc | Bin 8974 -> 0 bytes .../__pycache__/status_codes.cpython-38.pyc | Bin 362 -> 0 bytes .../pip/_internal/cli/autocompletion.py | 152 - .../pip/_internal/cli/base_command.py | 346 - .../pip/_internal/cli/cmdoptions.py | 931 -- .../pip/_internal/cli/main_parser.py | 98 - .../site-packages/pip/_internal/cli/parser.py | 261 - .../pip/_internal/cli/status_codes.py | 8 - .../pip/_internal/commands/__init__.py | 81 - .../__pycache__/__init__.cpython-38.pyc | Bin 2552 -> 0 bytes .../commands/__pycache__/check.cpython-38.pyc | Bin 1294 -> 0 bytes .../__pycache__/completion.cpython-38.pyc | Bin 3073 -> 0 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 7137 -> 0 bytes .../commands/__pycache__/debug.cpython-38.pyc | Bin 3345 -> 0 bytes .../__pycache__/download.cpython-38.pyc | Bin 4699 -> 0 bytes .../__pycache__/freeze.cpython-38.pyc | Bin 2992 -> 0 bytes .../commands/__pycache__/hash.cpython-38.pyc | Bin 2042 -> 0 bytes .../commands/__pycache__/help.cpython-38.pyc | Bin 1213 -> 0 bytes .../__pycache__/install.cpython-38.pyc | Bin 13040 -> 0 bytes .../commands/__pycache__/list.cpython-38.pyc | Bin 8981 -> 0 bytes .../__pycache__/search.cpython-38.pyc | Bin 4428 -> 0 bytes .../commands/__pycache__/show.cpython-38.pyc | Bin 5825 -> 0 bytes .../__pycache__/uninstall.cpython-38.pyc | Bin 2675 -> 0 bytes .../commands/__pycache__/wheel.cpython-38.pyc | Bin 4881 -> 0 bytes .../pip/_internal/commands/check.py | 41 - .../pip/_internal/commands/completion.py | 94 - .../pip/_internal/commands/configuration.py | 258 - .../pip/_internal/commands/debug.py | 114 - .../pip/_internal/commands/download.py | 168 - .../pip/_internal/commands/freeze.py | 101 - .../pip/_internal/commands/hash.py | 57 - .../pip/_internal/commands/help.py | 37 - .../pip/_internal/commands/install.py | 580 -- .../pip/_internal/commands/list.py | 311 - .../pip/_internal/commands/search.py | 139 - .../pip/_internal/commands/show.py | 168 - .../pip/_internal/commands/uninstall.py | 78 - .../pip/_internal/commands/wheel.py | 181 - .../pip/_internal/configuration.py | 417 - .../pip/_internal/distributions/__init__.py | 23 - .../__pycache__/__init__.cpython-38.pyc | Bin 822 -> 0 bytes .../__pycache__/base.cpython-38.pyc | Bin 1617 -> 0 bytes .../__pycache__/installed.cpython-38.pyc | Bin 957 -> 0 bytes .../__pycache__/source.cpython-38.pyc | Bin 3054 -> 0 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 1021 -> 0 bytes .../pip/_internal/distributions/base.py | 33 - .../pip/_internal/distributions/installed.py | 15 - .../pip/_internal/distributions/source.py | 80 - .../pip/_internal/distributions/wheel.py | 17 - .../site-packages/pip/_internal/download.py | 1177 --- .../site-packages/pip/_internal/exceptions.py | 305 - .../site-packages/pip/_internal/index.py | 1508 --- .../pip/_internal/legacy_resolve.py | 457 - .../site-packages/pip/_internal/locations.py | 142 - .../pip/_internal/models/__init__.py | 2 - .../__pycache__/__init__.cpython-38.pyc | Bin 221 -> 0 bytes .../__pycache__/candidate.cpython-38.pyc | Bin 1455 -> 0 bytes .../__pycache__/format_control.cpython-38.pyc | Bin 2249 -> 0 bytes .../models/__pycache__/index.cpython-38.pyc | Bin 1143 -> 0 bytes .../models/__pycache__/link.cpython-38.pyc | Bin 6282 -> 0 bytes .../__pycache__/search_scope.cpython-38.pyc | Bin 3252 -> 0 bytes .../selection_prefs.cpython-38.pyc | Bin 1593 -> 0 bytes .../__pycache__/target_python.cpython-38.pyc | Bin 3197 -> 0 bytes .../pip/_internal/models/candidate.py | 36 - .../pip/_internal/models/format_control.py | 73 - .../pip/_internal/models/index.py | 31 - .../pip/_internal/models/link.py | 213 - .../pip/_internal/models/search_scope.py | 113 - .../pip/_internal/models/selection_prefs.py | 47 - .../pip/_internal/models/target_python.py | 106 - .../__pycache__/__init__.cpython-38.pyc | Bin 157 -> 0 bytes .../__pycache__/check.cpython-38.pyc | Bin 3663 -> 0 bytes .../__pycache__/freeze.cpython-38.pyc | Bin 5727 -> 0 bytes .../__pycache__/prepare.cpython-38.pyc | Bin 5744 -> 0 bytes .../pip/_internal/operations/check.py | 159 - .../pip/_internal/operations/freeze.py | 253 - .../pip/_internal/operations/prepare.py | 287 - .../site-packages/pip/_internal/pep425tags.py | 384 - .../site-packages/pip/_internal/pyproject.py | 171 - .../pip/_internal/req/__init__.py | 78 - .../req/__pycache__/__init__.cpython-38.pyc | Bin 1697 -> 0 bytes .../__pycache__/constructors.cpython-38.pyc | Bin 7969 -> 0 bytes .../req/__pycache__/req_file.cpython-38.pyc | Bin 9374 -> 0 bytes .../__pycache__/req_install.cpython-38.pyc | Bin 25727 -> 0 bytes .../req/__pycache__/req_set.cpython-38.pyc | Bin 5690 -> 0 bytes .../__pycache__/req_tracker.cpython-38.pyc | Bin 3222 -> 0 bytes .../__pycache__/req_uninstall.cpython-38.pyc | Bin 17349 -> 0 bytes .../pip/_internal/req/constructors.py | 349 - .../pip/_internal/req/req_file.py | 399 - .../pip/_internal/req/req_install.py | 1035 --- .../pip/_internal/req/req_set.py | 193 - .../pip/_internal/req/req_tracker.py | 96 - .../pip/_internal/req/req_uninstall.py | 633 -- .../utils/__pycache__/__init__.cpython-38.pyc | Bin 152 -> 0 bytes .../utils/__pycache__/appdirs.cpython-38.pyc | Bin 8031 -> 0 bytes .../utils/__pycache__/compat.cpython-38.pyc | Bin 6927 -> 0 bytes .../__pycache__/deprecation.cpython-38.pyc | Bin 2823 -> 0 bytes .../utils/__pycache__/encoding.cpython-38.pyc | Bin 1244 -> 0 bytes .../__pycache__/filesystem.cpython-38.pyc | Bin 623 -> 0 bytes .../utils/__pycache__/glibc.cpython-38.pyc | Bin 2254 -> 0 bytes .../utils/__pycache__/hashes.cpython-38.pyc | Bin 4141 -> 0 bytes .../utils/__pycache__/logging.cpython-38.pyc | Bin 9117 -> 0 bytes .../__pycache__/marker_files.cpython-38.pyc | Bin 763 -> 0 bytes .../utils/__pycache__/misc.cpython-38.pyc | Bin 29848 -> 0 bytes .../utils/__pycache__/models.cpython-38.pyc | Bin 1921 -> 0 bytes .../utils/__pycache__/outdated.cpython-38.pyc | Bin 4208 -> 0 bytes .../__pycache__/packaging.cpython-38.pyc | Bin 2605 -> 0 bytes .../setuptools_build.cpython-38.pyc | Bin 1014 -> 0 bytes .../utils/__pycache__/temp_dir.cpython-38.pyc | Bin 4872 -> 0 bytes .../utils/__pycache__/typing.cpython-38.pyc | Bin 1282 -> 0 bytes .../utils/__pycache__/ui.cpython-38.pyc | Bin 11807 -> 0 bytes .../__pycache__/virtualenv.cpython-38.pyc | Bin 875 -> 0 bytes .../pip/_internal/utils/appdirs.py | 268 - .../pip/_internal/utils/compat.py | 293 - .../pip/_internal/utils/deprecation.py | 100 - .../pip/_internal/utils/encoding.py | 39 - .../pip/_internal/utils/filesystem.py | 30 - .../pip/_internal/utils/glibc.py | 120 - .../pip/_internal/utils/hashes.py | 128 - .../pip/_internal/utils/logging.py | 394 - .../pip/_internal/utils/marker_files.py | 20 - .../site-packages/pip/_internal/utils/misc.py | 1201 --- .../pip/_internal/utils/models.py | 40 - .../pip/_internal/utils/outdated.py | 178 - .../pip/_internal/utils/packaging.py | 94 - .../pip/_internal/utils/setuptools_build.py | 36 - .../pip/_internal/utils/temp_dir.py | 155 - .../pip/_internal/utils/typing.py | 29 - .../site-packages/pip/_internal/utils/ui.py | 424 - .../pip/_internal/utils/virtualenv.py | 34 - .../pip/_internal/vcs/__init__.py | 12 - .../vcs/__pycache__/__init__.cpython-38.pyc | Bin 428 -> 0 bytes .../vcs/__pycache__/bazaar.cpython-38.pyc | Bin 3404 -> 0 bytes .../vcs/__pycache__/git.cpython-38.pyc | Bin 8960 -> 0 bytes .../vcs/__pycache__/mercurial.cpython-38.pyc | Bin 3691 -> 0 bytes .../vcs/__pycache__/subversion.cpython-38.pyc | Bin 8344 -> 0 bytes .../__pycache__/versioncontrol.cpython-38.pyc | Bin 17074 -> 0 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 101 - .../site-packages/pip/_internal/vcs/git.py | 358 - .../pip/_internal/vcs/mercurial.py | 103 - .../pip/_internal/vcs/subversion.py | 314 - .../pip/_internal/vcs/versioncontrol.py | 600 -- .../site-packages/pip/_internal/wheel.py | 1125 --- .../site-packages/pip/_vendor/__init__.py | 109 - .../__pycache__/__init__.cpython-38.pyc | Bin 2823 -> 0 bytes .../__pycache__/appdirs.cpython-38.pyc | Bin 20434 -> 0 bytes .../_vendor/__pycache__/distro.cpython-38.pyc | Bin 36538 -> 0 bytes .../__pycache__/ipaddress.cpython-38.pyc | Bin 64779 -> 0 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 220202 -> 0 bytes .../__pycache__/retrying.cpython-38.pyc | Bin 8003 -> 0 bytes .../_vendor/__pycache__/six.cpython-38.pyc | Bin 26393 -> 0 bytes .../site-packages/pip/_vendor/appdirs.py | 604 -- .../pip/_vendor/cachecontrol/__init__.py | 11 - .../__pycache__/__init__.cpython-38.pyc | Bin 510 -> 0 bytes .../__pycache__/_cmd.cpython-38.pyc | Bin 1537 -> 0 bytes .../__pycache__/adapter.cpython-38.pyc | Bin 3036 -> 0 bytes .../__pycache__/cache.cpython-38.pyc | Bin 1743 -> 0 bytes .../__pycache__/compat.cpython-38.pyc | Bin 717 -> 0 bytes .../__pycache__/controller.cpython-38.pyc | Bin 7657 -> 0 bytes .../__pycache__/filewrapper.cpython-38.pyc | Bin 2136 -> 0 bytes .../__pycache__/heuristics.cpython-38.pyc | Bin 4695 -> 0 bytes .../__pycache__/serialize.cpython-38.pyc | Bin 4208 -> 0 bytes .../__pycache__/wrapper.cpython-38.pyc | Bin 626 -> 0 bytes .../pip/_vendor/cachecontrol/_cmd.py | 57 - .../pip/_vendor/cachecontrol/adapter.py | 133 - .../pip/_vendor/cachecontrol/cache.py | 39 - .../_vendor/cachecontrol/caches/__init__.py | 2 - .../__pycache__/__init__.cpython-38.pyc | Bin 254 -> 0 bytes .../__pycache__/file_cache.cpython-38.pyc | Bin 3252 -> 0 bytes .../__pycache__/redis_cache.cpython-38.pyc | Bin 1526 -> 0 bytes .../_vendor/cachecontrol/caches/file_cache.py | 146 - .../cachecontrol/caches/redis_cache.py | 33 - .../pip/_vendor/cachecontrol/compat.py | 29 - .../pip/_vendor/cachecontrol/controller.py | 367 - .../pip/_vendor/cachecontrol/filewrapper.py | 80 - .../pip/_vendor/cachecontrol/heuristics.py | 135 - .../pip/_vendor/cachecontrol/serialize.py | 186 - .../pip/_vendor/cachecontrol/wrapper.py | 29 - .../pip/_vendor/certifi/__init__.py | 3 - .../pip/_vendor/certifi/__main__.py | 2 - .../__pycache__/__init__.cpython-38.pyc | Bin 217 -> 0 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 220 -> 0 bytes .../certifi/__pycache__/core.cpython-38.pyc | Bin 433 -> 0 bytes .../pip/_vendor/certifi/cacert.pem | 4618 ---------- .../site-packages/pip/_vendor/certifi/core.py | 15 - .../pip/_vendor/chardet/__init__.py | 39 - .../__pycache__/__init__.cpython-38.pyc | Bin 810 -> 0 bytes .../__pycache__/big5freq.cpython-38.pyc | Bin 27139 -> 0 bytes .../__pycache__/big5prober.cpython-38.pyc | Bin 1094 -> 0 bytes .../chardistribution.cpython-38.pyc | Bin 6180 -> 0 bytes .../charsetgroupprober.cpython-38.pyc | Bin 2211 -> 0 bytes .../__pycache__/charsetprober.cpython-38.pyc | Bin 3443 -> 0 bytes .../codingstatemachine.cpython-38.pyc | Bin 2870 -> 0 bytes .../chardet/__pycache__/compat.cpython-38.pyc | Bin 315 -> 0 bytes .../__pycache__/cp949prober.cpython-38.pyc | Bin 1101 -> 0 bytes .../chardet/__pycache__/enums.cpython-38.pyc | Bin 2608 -> 0 bytes .../__pycache__/escprober.cpython-38.pyc | Bin 2593 -> 0 bytes .../chardet/__pycache__/escsm.cpython-38.pyc | Bin 7434 -> 0 bytes .../__pycache__/eucjpprober.cpython-38.pyc | Bin 2411 -> 0 bytes .../__pycache__/euckrfreq.cpython-38.pyc | Bin 12023 -> 0 bytes .../__pycache__/euckrprober.cpython-38.pyc | Bin 1102 -> 0 bytes .../__pycache__/euctwfreq.cpython-38.pyc | Bin 27143 -> 0 bytes .../__pycache__/euctwprober.cpython-38.pyc | Bin 1102 -> 0 bytes .../__pycache__/gb2312freq.cpython-38.pyc | Bin 19067 -> 0 bytes .../__pycache__/gb2312prober.cpython-38.pyc | Bin 1110 -> 0 bytes .../__pycache__/hebrewprober.cpython-38.pyc | Bin 2983 -> 0 bytes .../__pycache__/jisfreq.cpython-38.pyc | Bin 22095 -> 0 bytes .../chardet/__pycache__/jpcntx.cpython-38.pyc | Bin 37568 -> 0 bytes .../langbulgarianmodel.cpython-38.pyc | Bin 23592 -> 0 bytes .../langcyrillicmodel.cpython-38.pyc | Bin 29056 -> 0 bytes .../__pycache__/langgreekmodel.cpython-38.pyc | Bin 23550 -> 0 bytes .../langhebrewmodel.cpython-38.pyc | Bin 22177 -> 0 bytes .../langhungarianmodel.cpython-38.pyc | Bin 23581 -> 0 bytes .../__pycache__/langthaimodel.cpython-38.pyc | Bin 22156 -> 0 bytes .../langturkishmodel.cpython-38.pyc | Bin 22179 -> 0 bytes .../__pycache__/latin1prober.cpython-38.pyc | Bin 3363 -> 0 bytes .../mbcharsetprober.cpython-38.pyc | Bin 2226 -> 0 bytes .../mbcsgroupprober.cpython-38.pyc | Bin 1091 -> 0 bytes .../chardet/__pycache__/mbcssm.cpython-38.pyc | Bin 16714 -> 0 bytes .../sbcharsetprober.cpython-38.pyc | Bin 2979 -> 0 bytes .../sbcsgroupprober.cpython-38.pyc | Bin 1589 -> 0 bytes .../__pycache__/sjisprober.cpython-38.pyc | Bin 2447 -> 0 bytes .../universaldetector.cpython-38.pyc | Bin 5791 -> 0 bytes .../__pycache__/utf8prober.cpython-38.pyc | Bin 1952 -> 0 bytes .../__pycache__/version.cpython-38.pyc | Bin 399 -> 0 bytes .../pip/_vendor/chardet/big5freq.py | 386 - .../pip/_vendor/chardet/big5prober.py | 47 - .../pip/_vendor/chardet/chardistribution.py | 233 - .../pip/_vendor/chardet/charsetgroupprober.py | 106 - .../pip/_vendor/chardet/charsetprober.py | 145 - .../pip/_vendor/chardet/cli/__init__.py | 1 - .../cli/__pycache__/__init__.cpython-38.pyc | Bin 156 -> 0 bytes .../cli/__pycache__/chardetect.cpython-38.pyc | Bin 2657 -> 0 bytes .../pip/_vendor/chardet/cli/chardetect.py | 85 - .../pip/_vendor/chardet/codingstatemachine.py | 88 - .../pip/_vendor/chardet/compat.py | 34 - .../pip/_vendor/chardet/cp949prober.py | 49 - .../pip/_vendor/chardet/enums.py | 76 - .../pip/_vendor/chardet/escprober.py | 101 - .../pip/_vendor/chardet/escsm.py | 246 - .../pip/_vendor/chardet/eucjpprober.py | 92 - .../pip/_vendor/chardet/euckrfreq.py | 195 - .../pip/_vendor/chardet/euckrprober.py | 47 - .../pip/_vendor/chardet/euctwfreq.py | 387 - .../pip/_vendor/chardet/euctwprober.py | 46 - .../pip/_vendor/chardet/gb2312freq.py | 283 - .../pip/_vendor/chardet/gb2312prober.py | 46 - .../pip/_vendor/chardet/hebrewprober.py | 292 - .../pip/_vendor/chardet/jisfreq.py | 325 - .../pip/_vendor/chardet/jpcntx.py | 233 - .../pip/_vendor/chardet/langbulgarianmodel.py | 228 - .../pip/_vendor/chardet/langcyrillicmodel.py | 333 - .../pip/_vendor/chardet/langgreekmodel.py | 225 - .../pip/_vendor/chardet/langhebrewmodel.py | 200 - .../pip/_vendor/chardet/langhungarianmodel.py | 225 - .../pip/_vendor/chardet/langthaimodel.py | 199 - .../pip/_vendor/chardet/langturkishmodel.py | 193 - .../pip/_vendor/chardet/latin1prober.py | 145 - .../pip/_vendor/chardet/mbcharsetprober.py | 91 - .../pip/_vendor/chardet/mbcsgroupprober.py | 54 - .../pip/_vendor/chardet/mbcssm.py | 572 -- .../pip/_vendor/chardet/sbcharsetprober.py | 132 - .../pip/_vendor/chardet/sbcsgroupprober.py | 73 - .../pip/_vendor/chardet/sjisprober.py | 92 - .../pip/_vendor/chardet/universaldetector.py | 286 - .../pip/_vendor/chardet/utf8prober.py | 82 - .../pip/_vendor/chardet/version.py | 9 - .../pip/_vendor/colorama/__init__.py | 6 - .../__pycache__/__init__.cpython-38.pyc | Bin 404 -> 0 bytes .../colorama/__pycache__/ansi.cpython-38.pyc | Bin 3189 -> 0 bytes .../__pycache__/ansitowin32.cpython-38.pyc | Bin 7698 -> 0 bytes .../__pycache__/initialise.cpython-38.pyc | Bin 1665 -> 0 bytes .../colorama/__pycache__/win32.cpython-38.pyc | Bin 3941 -> 0 bytes .../__pycache__/winterm.cpython-38.pyc | Bin 4625 -> 0 bytes .../pip/_vendor/colorama/ansi.py | 102 - .../pip/_vendor/colorama/ansitowin32.py | 257 - .../pip/_vendor/colorama/initialise.py | 80 - .../pip/_vendor/colorama/win32.py | 152 - .../pip/_vendor/colorama/winterm.py | 169 - .../pip/_vendor/distlib/__init__.py | 23 - .../__pycache__/__init__.cpython-38.pyc | Bin 1025 -> 0 bytes .../distlib/__pycache__/compat.cpython-38.pyc | Bin 32168 -> 0 bytes .../__pycache__/database.cpython-38.pyc | Bin 42065 -> 0 bytes .../distlib/__pycache__/index.cpython-38.pyc | Bin 17372 -> 0 bytes .../__pycache__/locators.cpython-38.pyc | Bin 38270 -> 0 bytes .../__pycache__/manifest.cpython-38.pyc | Bin 10194 -> 0 bytes .../__pycache__/markers.cpython-38.pyc | Bin 4458 -> 0 bytes .../__pycache__/metadata.cpython-38.pyc | Bin 26605 -> 0 bytes .../__pycache__/resources.cpython-38.pyc | Bin 10969 -> 0 bytes .../__pycache__/scripts.cpython-38.pyc | Bin 10751 -> 0 bytes .../distlib/__pycache__/util.cpython-38.pyc | Bin 48102 -> 0 bytes .../__pycache__/version.cpython-38.pyc | Bin 20328 -> 0 bytes .../distlib/__pycache__/wheel.cpython-38.pyc | Bin 25515 -> 0 bytes .../pip/_vendor/distlib/_backport/__init__.py | 6 - .../__pycache__/__init__.cpython-38.pyc | Bin 444 -> 0 bytes .../_backport/__pycache__/misc.cpython-38.pyc | Bin 1055 -> 0 bytes .../__pycache__/shutil.cpython-38.pyc | Bin 21448 -> 0 bytes .../__pycache__/sysconfig.cpython-38.pyc | Bin 15847 -> 0 bytes .../__pycache__/tarfile.cpython-38.pyc | Bin 62704 -> 0 bytes .../pip/_vendor/distlib/_backport/misc.py | 41 - .../pip/_vendor/distlib/_backport/shutil.py | 761 -- .../_vendor/distlib/_backport/sysconfig.cfg | 84 - .../_vendor/distlib/_backport/sysconfig.py | 788 -- .../pip/_vendor/distlib/_backport/tarfile.py | 2607 ------ .../pip/_vendor/distlib/compat.py | 1120 --- .../pip/_vendor/distlib/database.py | 1339 --- .../pip/_vendor/distlib/index.py | 516 -- .../pip/_vendor/distlib/locators.py | 1295 --- .../pip/_vendor/distlib/manifest.py | 393 - .../pip/_vendor/distlib/markers.py | 131 - .../pip/_vendor/distlib/metadata.py | 1096 --- .../pip/_vendor/distlib/resources.py | 355 - .../pip/_vendor/distlib/scripts.py | 403 - .../site-packages/pip/_vendor/distlib/t32.exe | Bin 92672 -> 0 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 102912 -> 0 bytes .../site-packages/pip/_vendor/distlib/util.py | 1760 ---- .../pip/_vendor/distlib/version.py | 736 -- .../site-packages/pip/_vendor/distlib/w32.exe | Bin 89088 -> 0 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 99840 -> 0 bytes .../pip/_vendor/distlib/wheel.py | 1004 -- .../site-packages/pip/_vendor/distro.py | 1216 --- .../pip/_vendor/html5lib/__init__.py | 35 - .../__pycache__/__init__.cpython-38.pyc | Bin 1277 -> 0 bytes .../__pycache__/_ihatexml.cpython-38.pyc | Bin 13749 -> 0 bytes .../__pycache__/_inputstream.cpython-38.pyc | Bin 21901 -> 0 bytes .../__pycache__/_tokenizer.cpython-38.pyc | Bin 39619 -> 0 bytes .../__pycache__/_utils.cpython-38.pyc | Bin 3307 -> 0 bytes .../__pycache__/constants.cpython-38.pyc | Bin 66314 -> 0 bytes .../__pycache__/html5parser.cpython-38.pyc | Bin 95136 -> 0 bytes .../__pycache__/serializer.cpython-38.pyc | Bin 10785 -> 0 bytes .../pip/_vendor/html5lib/_ihatexml.py | 288 - .../pip/_vendor/html5lib/_inputstream.py | 923 -- .../pip/_vendor/html5lib/_tokenizer.py | 1721 ---- .../pip/_vendor/html5lib/_trie/__init__.py | 14 - .../_trie/__pycache__/__init__.cpython-38.pyc | Bin 386 -> 0 bytes .../_trie/__pycache__/_base.cpython-38.pyc | Bin 1565 -> 0 bytes .../_trie/__pycache__/datrie.cpython-38.pyc | Bin 1998 -> 0 bytes .../_trie/__pycache__/py.cpython-38.pyc | Bin 2222 -> 0 bytes .../pip/_vendor/html5lib/_trie/_base.py | 40 - .../pip/_vendor/html5lib/_trie/datrie.py | 44 - .../pip/_vendor/html5lib/_trie/py.py | 67 - .../pip/_vendor/html5lib/_utils.py | 124 - .../pip/_vendor/html5lib/constants.py | 2947 ------ .../__pycache__/__init__.cpython-38.pyc | Bin 161 -> 0 bytes .../alphabeticalattributes.cpython-38.pyc | Bin 1283 -> 0 bytes .../filters/__pycache__/base.cpython-38.pyc | Bin 831 -> 0 bytes .../inject_meta_charset.cpython-38.pyc | Bin 1837 -> 0 bytes .../filters/__pycache__/lint.cpython-38.pyc | Bin 2595 -> 0 bytes .../__pycache__/optionaltags.cpython-38.pyc | Bin 2724 -> 0 bytes .../__pycache__/sanitizer.cpython-38.pyc | Bin 16266 -> 0 bytes .../__pycache__/whitespace.cpython-38.pyc | Bin 1329 -> 0 bytes .../filters/alphabeticalattributes.py | 29 - .../pip/_vendor/html5lib/filters/base.py | 12 - .../html5lib/filters/inject_meta_charset.py | 73 - .../pip/_vendor/html5lib/filters/lint.py | 93 - .../_vendor/html5lib/filters/optionaltags.py | 207 - .../pip/_vendor/html5lib/filters/sanitizer.py | 896 -- .../_vendor/html5lib/filters/whitespace.py | 38 - .../pip/_vendor/html5lib/html5parser.py | 2791 ------ .../pip/_vendor/html5lib/serializer.py | 409 - .../_vendor/html5lib/treeadapters/__init__.py | 30 - .../__pycache__/__init__.cpython-38.pyc | Bin 900 -> 0 bytes .../__pycache__/genshi.cpython-38.pyc | Bin 1506 -> 0 bytes .../__pycache__/sax.cpython-38.pyc | Bin 1441 -> 0 bytes .../_vendor/html5lib/treeadapters/genshi.py | 54 - .../pip/_vendor/html5lib/treeadapters/sax.py | 50 - .../_vendor/html5lib/treebuilders/__init__.py | 88 - .../__pycache__/__init__.cpython-38.pyc | Bin 3285 -> 0 bytes .../__pycache__/base.cpython-38.pyc | Bin 11311 -> 0 bytes .../__pycache__/dom.cpython-38.pyc | Bin 9418 -> 0 bytes .../__pycache__/etree.cpython-38.pyc | Bin 11805 -> 0 bytes .../__pycache__/etree_lxml.cpython-38.pyc | Bin 11773 -> 0 bytes .../pip/_vendor/html5lib/treebuilders/base.py | 417 - .../pip/_vendor/html5lib/treebuilders/dom.py | 239 - .../_vendor/html5lib/treebuilders/etree.py | 340 - .../html5lib/treebuilders/etree_lxml.py | 366 - .../_vendor/html5lib/treewalkers/__init__.py | 154 - .../__pycache__/__init__.cpython-38.pyc | Bin 3966 -> 0 bytes .../__pycache__/base.cpython-38.pyc | Bin 6966 -> 0 bytes .../__pycache__/dom.cpython-38.pyc | Bin 1695 -> 0 bytes .../__pycache__/etree.cpython-38.pyc | Bin 3480 -> 0 bytes .../__pycache__/etree_lxml.cpython-38.pyc | Bin 6579 -> 0 bytes .../__pycache__/genshi.cpython-38.pyc | Bin 1853 -> 0 bytes .../pip/_vendor/html5lib/treewalkers/base.py | 252 - .../pip/_vendor/html5lib/treewalkers/dom.py | 43 - .../pip/_vendor/html5lib/treewalkers/etree.py | 130 - .../html5lib/treewalkers/etree_lxml.py | 213 - .../_vendor/html5lib/treewalkers/genshi.py | 69 - .../pip/_vendor/idna/__init__.py | 2 - .../idna/__pycache__/__init__.cpython-38.pyc | Bin 218 -> 0 bytes .../idna/__pycache__/codec.cpython-38.pyc | Bin 2872 -> 0 bytes .../idna/__pycache__/compat.cpython-38.pyc | Bin 590 -> 0 bytes .../idna/__pycache__/core.cpython-38.pyc | Bin 9006 -> 0 bytes .../idna/__pycache__/idnadata.cpython-38.pyc | Bin 21342 -> 0 bytes .../idna/__pycache__/intranges.cpython-38.pyc | Bin 1770 -> 0 bytes .../__pycache__/package_data.cpython-38.pyc | Bin 172 -> 0 bytes .../idna/__pycache__/uts46data.cpython-38.pyc | Bin 174145 -> 0 bytes .../site-packages/pip/_vendor/idna/codec.py | 118 - .../site-packages/pip/_vendor/idna/compat.py | 12 - .../site-packages/pip/_vendor/idna/core.py | 396 - .../pip/_vendor/idna/idnadata.py | 1979 ---- .../pip/_vendor/idna/intranges.py | 53 - .../pip/_vendor/idna/package_data.py | 2 - .../pip/_vendor/idna/uts46data.py | 8205 ----------------- .../site-packages/pip/_vendor/ipaddress.py | 2419 ----- .../pip/_vendor/lockfile/__init__.py | 347 - .../__pycache__/__init__.cpython-38.pyc | Bin 9765 -> 0 bytes .../__pycache__/linklockfile.cpython-38.pyc | Bin 2273 -> 0 bytes .../__pycache__/mkdirlockfile.cpython-38.pyc | Bin 2641 -> 0 bytes .../__pycache__/pidlockfile.cpython-38.pyc | Bin 4845 -> 0 bytes .../__pycache__/sqlitelockfile.cpython-38.pyc | Bin 3700 -> 0 bytes .../symlinklockfile.cpython-38.pyc | Bin 2162 -> 0 bytes .../pip/_vendor/lockfile/linklockfile.py | 73 - .../pip/_vendor/lockfile/mkdirlockfile.py | 84 - .../pip/_vendor/lockfile/pidlockfile.py | 190 - .../pip/_vendor/lockfile/sqlitelockfile.py | 156 - .../pip/_vendor/lockfile/symlinklockfile.py | 70 - .../pip/_vendor/msgpack/__init__.py | 65 - .../__pycache__/__init__.cpython-38.pyc | Bin 1990 -> 0 bytes .../__pycache__/_version.cpython-38.pyc | Bin 179 -> 0 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 1813 -> 0 bytes .../__pycache__/fallback.cpython-38.pyc | Bin 26309 -> 0 bytes .../pip/_vendor/msgpack/_version.py | 1 - .../pip/_vendor/msgpack/exceptions.py | 48 - .../pip/_vendor/msgpack/fallback.py | 1027 --- .../pip/_vendor/packaging/__about__.py | 27 - .../pip/_vendor/packaging/__init__.py | 26 - .../__pycache__/__about__.cpython-38.pyc | Bin 694 -> 0 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 532 -> 0 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 968 -> 0 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 2750 -> 0 bytes .../__pycache__/markers.cpython-38.pyc | Bin 8875 -> 0 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 3973 -> 0 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 19724 -> 0 bytes .../__pycache__/utils.cpython-38.pyc | Bin 1425 -> 0 bytes .../__pycache__/version.cpython-38.pyc | Bin 12055 -> 0 bytes .../pip/_vendor/packaging/_compat.py | 31 - .../pip/_vendor/packaging/_structures.py | 68 - .../pip/_vendor/packaging/markers.py | 296 - .../pip/_vendor/packaging/requirements.py | 138 - .../pip/_vendor/packaging/specifiers.py | 749 -- .../pip/_vendor/packaging/utils.py | 57 - .../pip/_vendor/packaging/version.py | 420 - .../pip/_vendor/pep517/__init__.py | 4 - .../__pycache__/__init__.cpython-38.pyc | Bin 243 -> 0 bytes .../__pycache__/_in_process.cpython-38.pyc | Bin 5501 -> 0 bytes .../pep517/__pycache__/build.cpython-38.pyc | Bin 2757 -> 0 bytes .../pep517/__pycache__/check.cpython-38.pyc | Bin 4726 -> 0 bytes .../__pycache__/colorlog.cpython-38.pyc | Bin 2913 -> 0 bytes .../pep517/__pycache__/compat.cpython-38.pyc | Bin 965 -> 0 bytes .../__pycache__/envbuild.cpython-38.pyc | Bin 4245 -> 0 bytes .../__pycache__/wrappers.cpython-38.pyc | Bin 5505 -> 0 bytes .../pip/_vendor/pep517/_in_process.py | 207 - .../site-packages/pip/_vendor/pep517/build.py | 108 - .../site-packages/pip/_vendor/pep517/check.py | 202 - .../pip/_vendor/pep517/colorlog.py | 115 - .../pip/_vendor/pep517/compat.py | 23 - .../pip/_vendor/pep517/envbuild.py | 158 - .../pip/_vendor/pep517/wrappers.py | 163 - .../pip/_vendor/pkg_resources/__init__.py | 3286 ------- .../__pycache__/__init__.cpython-38.pyc | Bin 100145 -> 0 bytes .../__pycache__/py31compat.cpython-38.pyc | Bin 609 -> 0 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 - .../pip/_vendor/progress/__init__.py | 177 - .../__pycache__/__init__.cpython-38.pyc | Bin 5578 -> 0 bytes .../progress/__pycache__/bar.cpython-38.pyc | Bin 2602 -> 0 bytes .../__pycache__/counter.cpython-38.pyc | Bin 1434 -> 0 bytes .../__pycache__/spinner.cpython-38.pyc | Bin 1361 -> 0 bytes .../site-packages/pip/_vendor/progress/bar.py | 91 - .../pip/_vendor/progress/counter.py | 41 - .../pip/_vendor/progress/spinner.py | 43 - .../site-packages/pip/_vendor/pyparsing.py | 6493 ------------- .../pip/_vendor/pytoml/__init__.py | 4 - .../__pycache__/__init__.cpython-38.pyc | Bin 337 -> 0 bytes .../pytoml/__pycache__/core.cpython-38.pyc | Bin 914 -> 0 bytes .../pytoml/__pycache__/parser.cpython-38.pyc | Bin 10111 -> 0 bytes .../pytoml/__pycache__/test.cpython-38.pyc | Bin 1216 -> 0 bytes .../pytoml/__pycache__/utils.cpython-38.pyc | Bin 2126 -> 0 bytes .../pytoml/__pycache__/writer.cpython-38.pyc | Bin 3557 -> 0 bytes .../site-packages/pip/_vendor/pytoml/core.py | 13 - .../pip/_vendor/pytoml/parser.py | 341 - .../site-packages/pip/_vendor/pytoml/test.py | 30 - .../site-packages/pip/_vendor/pytoml/utils.py | 67 - .../pip/_vendor/pytoml/writer.py | 106 - .../pip/_vendor/requests/__init__.py | 133 - .../__pycache__/__init__.cpython-38.pyc | Bin 3464 -> 0 bytes .../__pycache__/__version__.cpython-38.pyc | Bin 511 -> 0 bytes .../_internal_utils.cpython-38.pyc | Bin 1281 -> 0 bytes .../__pycache__/adapters.cpython-38.pyc | Bin 16944 -> 0 bytes .../requests/__pycache__/api.cpython-38.pyc | Bin 6468 -> 0 bytes .../requests/__pycache__/auth.cpython-38.pyc | Bin 8290 -> 0 bytes .../requests/__pycache__/certs.cpython-38.pyc | Bin 594 -> 0 bytes .../__pycache__/compat.cpython-38.pyc | Bin 1573 -> 0 bytes .../__pycache__/cookies.cpython-38.pyc | Bin 18795 -> 0 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 5205 -> 0 bytes .../requests/__pycache__/help.cpython-38.pyc | Bin 2691 -> 0 bytes .../requests/__pycache__/hooks.cpython-38.pyc | Bin 953 -> 0 bytes .../__pycache__/models.cpython-38.pyc | Bin 23889 -> 0 bytes .../__pycache__/packages.cpython-38.pyc | Bin 463 -> 0 bytes .../__pycache__/sessions.cpython-38.pyc | Bin 19503 -> 0 bytes .../__pycache__/status_codes.cpython-38.pyc | Bin 4149 -> 0 bytes .../__pycache__/structures.cpython-38.pyc | Bin 4391 -> 0 bytes .../requests/__pycache__/utils.cpython-38.pyc | Bin 22160 -> 0 bytes .../pip/_vendor/requests/__version__.py | 14 - .../pip/_vendor/requests/_internal_utils.py | 42 - .../pip/_vendor/requests/adapters.py | 533 -- .../site-packages/pip/_vendor/requests/api.py | 158 - .../pip/_vendor/requests/auth.py | 305 - .../pip/_vendor/requests/certs.py | 18 - .../pip/_vendor/requests/compat.py | 74 - .../pip/_vendor/requests/cookies.py | 549 -- .../pip/_vendor/requests/exceptions.py | 126 - .../pip/_vendor/requests/help.py | 119 - .../pip/_vendor/requests/hooks.py | 34 - .../pip/_vendor/requests/models.py | 953 -- .../pip/_vendor/requests/packages.py | 16 - .../pip/_vendor/requests/sessions.py | 770 -- .../pip/_vendor/requests/status_codes.py | 120 - .../pip/_vendor/requests/structures.py | 103 - .../pip/_vendor/requests/utils.py | 977 -- .../site-packages/pip/_vendor/retrying.py | 267 - .../site-packages/pip/_vendor/six.py | 952 -- .../pip/_vendor/urllib3/__init__.py | 91 - .../__pycache__/__init__.cpython-38.pyc | Bin 2086 -> 0 bytes .../__pycache__/_collections.cpython-38.pyc | Bin 10736 -> 0 bytes .../__pycache__/connection.cpython-38.pyc | Bin 10527 -> 0 bytes .../__pycache__/connectionpool.cpython-38.pyc | Bin 23841 -> 0 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 10029 -> 0 bytes .../urllib3/__pycache__/fields.cpython-38.pyc | Bin 8094 -> 0 bytes .../__pycache__/filepost.cpython-38.pyc | Bin 2731 -> 0 bytes .../__pycache__/poolmanager.cpython-38.pyc | Bin 12907 -> 0 bytes .../__pycache__/request.cpython-38.pyc | Bin 5585 -> 0 bytes .../__pycache__/response.cpython-38.pyc | Bin 20096 -> 0 bytes .../pip/_vendor/urllib3/_collections.py | 329 - .../pip/_vendor/urllib3/connection.py | 417 - .../pip/_vendor/urllib3/connectionpool.py | 897 -- .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 160 -> 0 bytes .../_appengine_environ.cpython-38.pyc | Bin 1088 -> 0 bytes .../__pycache__/appengine.cpython-38.pyc | Bin 8401 -> 0 bytes .../__pycache__/ntlmpool.cpython-38.pyc | Bin 3227 -> 0 bytes .../__pycache__/pyopenssl.cpython-38.pyc | Bin 14932 -> 0 bytes .../securetransport.cpython-38.pyc | Bin 19860 -> 0 bytes .../contrib/__pycache__/socks.cpython-38.pyc | Bin 5546 -> 0 bytes .../urllib3/contrib/_appengine_environ.py | 30 - .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 177 -> 0 bytes .../__pycache__/bindings.cpython-38.pyc | Bin 10332 -> 0 bytes .../__pycache__/low_level.cpython-38.pyc | Bin 7529 -> 0 bytes .../contrib/_securetransport/bindings.py | 593 -- .../contrib/_securetransport/low_level.py | 346 - .../pip/_vendor/urllib3/contrib/appengine.py | 289 - .../pip/_vendor/urllib3/contrib/ntlmpool.py | 111 - .../pip/_vendor/urllib3/contrib/pyopenssl.py | 485 - .../urllib3/contrib/securetransport.py | 853 -- .../pip/_vendor/urllib3/contrib/socks.py | 205 - .../pip/_vendor/urllib3/exceptions.py | 246 - .../pip/_vendor/urllib3/fields.py | 272 - .../pip/_vendor/urllib3/filepost.py | 98 - .../pip/_vendor/urllib3/packages/__init__.py | 5 - .../__pycache__/__init__.cpython-38.pyc | Bin 274 -> 0 bytes .../packages/__pycache__/six.cpython-38.pyc | Bin 24434 -> 0 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 171 -> 0 bytes .../__pycache__/makefile.cpython-38.pyc | Bin 1275 -> 0 bytes .../urllib3/packages/backports/makefile.py | 53 - .../urllib3/packages/rfc3986/__init__.py | 56 - .../__pycache__/__init__.cpython-38.pyc | Bin 1008 -> 0 bytes .../rfc3986/__pycache__/_mixin.cpython-38.pyc | Bin 10609 -> 0 bytes .../__pycache__/abnf_regexp.cpython-38.pyc | Bin 4112 -> 0 bytes .../rfc3986/__pycache__/api.cpython-38.pyc | Bin 3673 -> 0 bytes .../__pycache__/builder.cpython-38.pyc | Bin 8115 -> 0 bytes .../rfc3986/__pycache__/compat.cpython-38.pyc | Bin 1110 -> 0 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 4749 -> 0 bytes .../rfc3986/__pycache__/iri.cpython-38.pyc | Bin 4464 -> 0 bytes .../rfc3986/__pycache__/misc.cpython-38.pyc | Bin 2227 -> 0 bytes .../__pycache__/normalizers.cpython-38.pyc | Bin 3542 -> 0 bytes .../__pycache__/parseresult.cpython-38.pyc | Bin 9856 -> 0 bytes .../rfc3986/__pycache__/uri.cpython-38.pyc | Bin 4237 -> 0 bytes .../__pycache__/validators.cpython-38.pyc | Bin 12997 -> 0 bytes .../urllib3/packages/rfc3986/_mixin.py | 353 - .../urllib3/packages/rfc3986/abnf_regexp.py | 267 - .../_vendor/urllib3/packages/rfc3986/api.py | 106 - .../urllib3/packages/rfc3986/builder.py | 298 - .../urllib3/packages/rfc3986/compat.py | 54 - .../urllib3/packages/rfc3986/exceptions.py | 118 - .../_vendor/urllib3/packages/rfc3986/iri.py | 147 - .../_vendor/urllib3/packages/rfc3986/misc.py | 124 - .../urllib3/packages/rfc3986/normalizers.py | 167 - .../urllib3/packages/rfc3986/parseresult.py | 385 - .../_vendor/urllib3/packages/rfc3986/uri.py | 153 - .../urllib3/packages/rfc3986/validators.py | 450 - .../pip/_vendor/urllib3/packages/six.py | 868 -- .../packages/ssl_match_hostname/__init__.py | 19 - .../__pycache__/__init__.cpython-38.pyc | Bin 515 -> 0 bytes .../_implementation.cpython-38.pyc | Bin 3288 -> 0 bytes .../ssl_match_hostname/_implementation.py | 156 - .../pip/_vendor/urllib3/poolmanager.py | 455 - .../pip/_vendor/urllib3/request.py | 150 - .../pip/_vendor/urllib3/response.py | 760 -- .../pip/_vendor/urllib3/util/__init__.py | 56 - .../util/__pycache__/__init__.cpython-38.pyc | Bin 980 -> 0 bytes .../__pycache__/connection.cpython-38.pyc | Bin 3153 -> 0 bytes .../util/__pycache__/queue.cpython-38.pyc | Bin 1025 -> 0 bytes .../util/__pycache__/request.cpython-38.pyc | Bin 3307 -> 0 bytes .../util/__pycache__/response.cpython-38.pyc | Bin 1950 -> 0 bytes .../util/__pycache__/retry.cpython-38.pyc | Bin 12901 -> 0 bytes .../util/__pycache__/ssl_.cpython-38.pyc | Bin 9779 -> 0 bytes .../util/__pycache__/timeout.cpython-38.pyc | Bin 8781 -> 0 bytes .../util/__pycache__/url.cpython-38.pyc | Bin 7846 -> 0 bytes .../util/__pycache__/wait.cpython-38.pyc | Bin 3074 -> 0 bytes .../pip/_vendor/urllib3/util/connection.py | 134 - .../pip/_vendor/urllib3/util/queue.py | 21 - .../pip/_vendor/urllib3/util/request.py | 125 - .../pip/_vendor/urllib3/util/response.py | 87 - .../pip/_vendor/urllib3/util/retry.py | 412 - .../pip/_vendor/urllib3/util/ssl_.py | 392 - .../pip/_vendor/urllib3/util/timeout.py | 243 - .../pip/_vendor/urllib3/util/url.py | 289 - .../pip/_vendor/urllib3/util/wait.py | 150 - .../pip/_vendor/webencodings/__init__.py | 342 - .../__pycache__/__init__.cpython-38.pyc | Bin 9700 -> 0 bytes .../__pycache__/labels.cpython-38.pyc | Bin 3798 -> 0 bytes .../__pycache__/mklabels.cpython-38.pyc | Bin 1894 -> 0 bytes .../__pycache__/tests.cpython-38.pyc | Bin 5060 -> 0 bytes .../__pycache__/x_user_defined.cpython-38.pyc | Bin 2628 -> 0 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 - .../site-packages/pkg_resources/__init__.py | 3295 ------- .../__pycache__/__init__.cpython-38.pyc | Bin 100342 -> 0 bytes .../__pycache__/py31compat.cpython-38.pyc | Bin 604 -> 0 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 161 -> 0 bytes .../__pycache__/appdirs.cpython-38.pyc | Bin 20514 -> 0 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 201638 -> 0 bytes .../_vendor/__pycache__/six.cpython-38.pyc | Bin 24434 -> 0 bytes .../pkg_resources/_vendor/appdirs.py | 608 -- .../_vendor/packaging/__about__.py | 21 - .../_vendor/packaging/__init__.py | 14 - .../__pycache__/__about__.cpython-38.pyc | Bin 711 -> 0 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 549 -> 0 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 985 -> 0 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 2767 -> 0 bytes .../__pycache__/markers.cpython-38.pyc | Bin 8923 -> 0 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 3882 -> 0 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 19791 -> 0 bytes .../__pycache__/utils.cpython-38.pyc | Bin 470 -> 0 bytes .../__pycache__/version.cpython-38.pyc | Bin 10638 -> 0 bytes .../_vendor/packaging/_compat.py | 30 - .../_vendor/packaging/_structures.py | 68 - .../_vendor/packaging/markers.py | 301 - .../_vendor/packaging/requirements.py | 127 - .../_vendor/packaging/specifiers.py | 774 -- .../pkg_resources/_vendor/packaging/utils.py | 14 - .../_vendor/packaging/version.py | 393 - .../pkg_resources/_vendor/pyparsing.py | 5742 ------------ .../pkg_resources/_vendor/six.py | 868 -- .../pkg_resources/extern/__init__.py | 73 - .../__pycache__/__init__.cpython-38.pyc | Bin 2410 -> 0 bytes .../site-packages/pkg_resources/py31compat.py | 23 - .../setuptools-41.2.0.dist-info/INSTALLER | 1 - .../setuptools-41.2.0.dist-info/LICENSE | 19 - .../setuptools-41.2.0.dist-info/METADATA | 77 - .../setuptools-41.2.0.dist-info/RECORD | 186 - .../setuptools-41.2.0.dist-info/WHEEL | 6 - .../dependency_links.txt | 2 - .../entry_points.txt | 65 - .../setuptools-41.2.0.dist-info/top_level.txt | 3 - .../setuptools-41.2.0.dist-info/zip-safe | 1 - .../site-packages/setuptools/__init__.py | 228 - .../__pycache__/__init__.cpython-38.pyc | Bin 7772 -> 0 bytes .../_deprecation_warning.cpython-38.pyc | Bin 520 -> 0 bytes .../__pycache__/archive_util.cpython-38.pyc | Bin 5132 -> 0 bytes .../__pycache__/build_meta.cpython-38.pyc | Bin 8499 -> 0 bytes .../__pycache__/config.cpython-38.pyc | Bin 17780 -> 0 bytes .../__pycache__/dep_util.cpython-38.pyc | Bin 823 -> 0 bytes .../__pycache__/depends.cpython-38.pyc | Bin 5292 -> 0 bytes .../__pycache__/dist.cpython-38.pyc | Bin 42151 -> 0 bytes .../__pycache__/extension.cpython-38.pyc | Bin 1965 -> 0 bytes .../__pycache__/glibc.cpython-38.pyc | Bin 1534 -> 0 bytes .../__pycache__/glob.cpython-38.pyc | Bin 3737 -> 0 bytes .../__pycache__/launch.cpython-38.pyc | Bin 828 -> 0 bytes .../__pycache__/lib2to3_ex.cpython-38.pyc | Bin 2415 -> 0 bytes .../__pycache__/monkey.cpython-38.pyc | Bin 4648 -> 0 bytes .../__pycache__/msvc.cpython-38.pyc | Bin 34444 -> 0 bytes .../__pycache__/namespaces.cpython-38.pyc | Bin 3620 -> 0 bytes .../__pycache__/package_index.cpython-38.pyc | Bin 32965 -> 0 bytes .../__pycache__/pep425tags.cpython-38.pyc | Bin 7207 -> 0 bytes .../__pycache__/py27compat.cpython-38.pyc | Bin 788 -> 0 bytes .../__pycache__/py31compat.cpython-38.pyc | Bin 1195 -> 0 bytes .../__pycache__/py33compat.cpython-38.pyc | Bin 1412 -> 0 bytes .../__pycache__/sandbox.cpython-38.pyc | Bin 15540 -> 0 bytes .../__pycache__/site-patch.cpython-38.pyc | Bin 1478 -> 0 bytes .../__pycache__/ssl_support.cpython-38.pyc | Bin 6859 -> 0 bytes .../__pycache__/unicode_utils.cpython-38.pyc | Bin 1155 -> 0 bytes .../__pycache__/version.cpython-38.pyc | Bin 296 -> 0 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 7058 -> 0 bytes .../windows_support.cpython-38.pyc | Bin 993 -> 0 bytes .../setuptools/_deprecation_warning.py | 7 - .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 158 -> 0 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 201635 -> 0 bytes .../_vendor/__pycache__/six.cpython-38.pyc | Bin 24431 -> 0 bytes .../setuptools/_vendor/packaging/__about__.py | 21 - .../setuptools/_vendor/packaging/__init__.py | 14 - .../__pycache__/__about__.cpython-38.pyc | Bin 708 -> 0 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 546 -> 0 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 982 -> 0 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 2764 -> 0 bytes .../__pycache__/markers.cpython-38.pyc | Bin 8917 -> 0 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 3873 -> 0 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 19788 -> 0 bytes .../__pycache__/utils.cpython-38.pyc | Bin 467 -> 0 bytes .../__pycache__/version.cpython-38.pyc | Bin 10635 -> 0 bytes .../setuptools/_vendor/packaging/_compat.py | 30 - .../_vendor/packaging/_structures.py | 68 - .../setuptools/_vendor/packaging/markers.py | 301 - .../_vendor/packaging/requirements.py | 127 - .../_vendor/packaging/specifiers.py | 774 -- .../setuptools/_vendor/packaging/utils.py | 14 - .../setuptools/_vendor/packaging/version.py | 393 - .../setuptools/_vendor/pyparsing.py | 5742 ------------ .../site-packages/setuptools/_vendor/six.py | 868 -- .../site-packages/setuptools/archive_util.py | 173 - .../site-packages/setuptools/build_meta.py | 257 - .../site-packages/setuptools/cli-32.exe | Bin 65536 -> 0 bytes .../site-packages/setuptools/cli-64.exe | Bin 74752 -> 0 bytes .../site-packages/setuptools/cli.exe | Bin 65536 -> 0 bytes .../setuptools/command/__init__.py | 18 - .../__pycache__/__init__.cpython-38.pyc | Bin 742 -> 0 bytes .../command/__pycache__/alias.cpython-38.pyc | Bin 2396 -> 0 bytes .../__pycache__/bdist_egg.cpython-38.pyc | Bin 14182 -> 0 bytes .../__pycache__/bdist_rpm.cpython-38.pyc | Bin 1788 -> 0 bytes .../__pycache__/bdist_wininst.cpython-38.pyc | Bin 958 -> 0 bytes .../__pycache__/build_clib.cpython-38.pyc | Bin 2441 -> 0 bytes .../__pycache__/build_ext.cpython-38.pyc | Bin 9899 -> 0 bytes .../__pycache__/build_py.cpython-38.pyc | Bin 8645 -> 0 bytes .../__pycache__/develop.cpython-38.pyc | Bin 6505 -> 0 bytes .../__pycache__/dist_info.cpython-38.pyc | Bin 1365 -> 0 bytes .../__pycache__/easy_install.cpython-38.pyc | Bin 65266 -> 0 bytes .../__pycache__/egg_info.cpython-38.pyc | Bin 21768 -> 0 bytes .../__pycache__/install.cpython-38.pyc | Bin 3995 -> 0 bytes .../install_egg_info.cpython-38.pyc | Bin 2407 -> 0 bytes .../__pycache__/install_lib.cpython-38.pyc | Bin 4128 -> 0 bytes .../install_scripts.cpython-38.pyc | Bin 2277 -> 0 bytes .../__pycache__/py36compat.cpython-38.pyc | Bin 4614 -> 0 bytes .../__pycache__/register.cpython-38.pyc | Bin 759 -> 0 bytes .../command/__pycache__/rotate.cpython-38.pyc | Bin 2524 -> 0 bytes .../__pycache__/saveopts.cpython-38.pyc | Bin 893 -> 0 bytes .../command/__pycache__/sdist.cpython-38.pyc | Bin 6811 -> 0 bytes .../command/__pycache__/setopt.cpython-38.pyc | Bin 4541 -> 0 bytes .../command/__pycache__/test.cpython-38.pyc | Bin 8244 -> 0 bytes .../command/__pycache__/upload.cpython-38.pyc | Bin 5207 -> 0 bytes .../__pycache__/upload_docs.cpython-38.pyc | Bin 6144 -> 0 bytes .../site-packages/setuptools/command/alias.py | 80 - .../setuptools/command/bdist_egg.py | 502 - .../setuptools/command/bdist_rpm.py | 43 - .../setuptools/command/bdist_wininst.py | 21 - .../setuptools/command/build_clib.py | 98 - .../setuptools/command/build_ext.py | 327 - .../setuptools/command/build_py.py | 270 - .../setuptools/command/develop.py | 221 - .../setuptools/command/dist_info.py | 36 - .../setuptools/command/easy_install.py | 2342 ----- .../setuptools/command/egg_info.py | 717 -- .../setuptools/command/install.py | 125 - .../setuptools/command/install_egg_info.py | 62 - .../setuptools/command/install_lib.py | 121 - .../setuptools/command/install_scripts.py | 65 - .../setuptools/command/launcher manifest.xml | 15 - .../setuptools/command/py36compat.py | 136 - .../setuptools/command/register.py | 18 - .../setuptools/command/rotate.py | 66 - .../setuptools/command/saveopts.py | 22 - .../site-packages/setuptools/command/sdist.py | 221 - .../setuptools/command/setopt.py | 149 - .../site-packages/setuptools/command/test.py | 271 - .../setuptools/command/upload.py | 196 - .../setuptools/command/upload_docs.py | 206 - .../site-packages/setuptools/config.py | 656 -- .../site-packages/setuptools/dep_util.py | 23 - .../site-packages/setuptools/depends.py | 186 - .../site-packages/setuptools/dist.py | 1280 --- .../site-packages/setuptools/extension.py | 57 - .../setuptools/extern/__init__.py | 73 - .../__pycache__/__init__.cpython-38.pyc | Bin 2411 -> 0 bytes .../site-packages/setuptools/glibc.py | 86 - .../site-packages/setuptools/glob.py | 174 - .../site-packages/setuptools/gui-32.exe | Bin 65536 -> 0 bytes .../site-packages/setuptools/gui-64.exe | Bin 75264 -> 0 bytes .../site-packages/setuptools/gui.exe | Bin 65536 -> 0 bytes .../site-packages/setuptools/launch.py | 35 - .../site-packages/setuptools/lib2to3_ex.py | 62 - .../site-packages/setuptools/monkey.py | 179 - .../site-packages/setuptools/msvc.py | 1301 --- .../site-packages/setuptools/namespaces.py | 107 - .../site-packages/setuptools/package_index.py | 1136 --- .../site-packages/setuptools/pep425tags.py | 319 - .../site-packages/setuptools/py27compat.py | 28 - .../site-packages/setuptools/py31compat.py | 32 - .../site-packages/setuptools/py33compat.py | 59 - .../site-packages/setuptools/sandbox.py | 491 - .../setuptools/script (dev).tmpl | 6 - .../site-packages/setuptools/script.tmpl | 3 - .../site-packages/setuptools/site-patch.py | 74 - .../site-packages/setuptools/ssl_support.py | 260 - .../site-packages/setuptools/unicode_utils.py | 44 - .../site-packages/setuptools/version.py | 6 - .../site-packages/setuptools/wheel.py | 211 - .../setuptools/windows_support.py | 29 - lib64 | 1 - .../lostplaces}/__init__.py | 0 .../lostplaces/asgi.py | 0 .../lostplaces/settings.py | 0 .../lostplaces/urls.py | 0 .../lostplaces/wsgi.py | 0 .../lostplaces_app}/__init__.py | 0 .../lostplaces_app/admin.py | 0 .../lostplaces_app/apps.py | 0 .../lostplaces_app/forms.py | 0 .../lostplaces_app/migrations/0001_initial.py | 0 .../lostplaces_app/migrations}/__init__.py | 0 .../lostplaces_app/models.py | 0 .../lostplaces_app/static/favicon.ico | Bin .../lostplaces_app/static/icons/favourite.svg | 0 .../lostplaces_app/static/icons/flag.svg | 0 .../lostplaces_app/static/icons/location.svg | 0 .../lostplaces_app/static/images/logo.png | Bin .../lostplaces_app/static/logo.png | Bin .../lostplaces_app/static/main.css | 0 .../lostplaces_app/templates/global.html | 0 .../lostplaces_app/templates/hello_world.html | 0 .../lostplaces_app/templates/placeList.html | 0 .../templates/placeOverview.html | 0 .../lostplaces_app/tests.py | 0 .../lostplaces_app/urls.py | 0 .../lostplaces_app/views.py | 0 {source/lostplaces => lostplaces}/manage.py | 0 .../templates/home.html | 0 .../templates/registration/login.html | 0 .../templates/signup.html | 0 pyvenv.cfg | 3 - source/lostplaces/lostplaces/__init__.py | 0 source/lostplaces/lostplaces_app/__init__.py | 0 .../lostplaces_app/migrations/__init__.py | 0 892 files changed, 147427 deletions(-) delete mode 100644 bin/Activate.ps1 delete mode 100644 bin/activate delete mode 100644 bin/activate.csh delete mode 100644 bin/activate.fish delete mode 100755 bin/easy_install delete mode 100755 bin/easy_install-3.8 delete mode 100755 bin/pip delete mode 100755 bin/pip3 delete mode 100755 bin/pip3.8 delete mode 120000 bin/python delete mode 120000 bin/python3 delete mode 100644 lib/python3.8/site-packages/__pycache__/easy_install.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/easy_install.py delete mode 100644 lib/python3.8/site-packages/pip-19.2.3.dist-info/INSTALLER delete mode 100644 lib/python3.8/site-packages/pip-19.2.3.dist-info/LICENSE.txt delete mode 100644 lib/python3.8/site-packages/pip-19.2.3.dist-info/METADATA delete mode 100644 lib/python3.8/site-packages/pip-19.2.3.dist-info/RECORD delete mode 100644 lib/python3.8/site-packages/pip-19.2.3.dist-info/WHEEL delete mode 100644 lib/python3.8/site-packages/pip-19.2.3.dist-info/entry_points.txt delete mode 100644 lib/python3.8/site-packages/pip-19.2.3.dist-info/top_level.txt delete mode 100644 lib/python3.8/site-packages/pip/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/__main__.py delete mode 100644 lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/cache.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/download.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/exceptions.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/index.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/legacy_resolve.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/locations.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/pep425tags.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/__pycache__/wheel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/build_env.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/cache.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/base_command.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/main_parser.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/parser.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/cli/status_codes.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/check.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/completion.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/configuration.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/debug.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/download.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/freeze.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/hash.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/help.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/install.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/list.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/search.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/show.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/uninstall.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/commands/wheel.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/configuration.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/source.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/base.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/installed.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/source.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/distributions/wheel.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/download.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/exceptions.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/index.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/legacy_resolve.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/locations.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__pycache__/format_control.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/__pycache__/target_python.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/candidate.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/format_control.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/index.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/link.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/search_scope.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/models/target_python.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/operations/check.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/operations/freeze.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/operations/prepare.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/pep425tags.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/pyproject.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/constructors.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/req_file.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/req_install.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/req_set.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/req_tracker.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/marker_files.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/misc.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/models.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/outdated.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/typing.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/ui.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/appdirs.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/compat.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/deprecation.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/encoding.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/filesystem.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/glibc.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/hashes.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/logging.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/marker_files.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/misc.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/models.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/outdated.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/packaging.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/typing.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/ui.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/git.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/subversion.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py delete mode 100644 lib/python3.8/site-packages/pip/_internal/wheel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/__pycache__/appdirs.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/__pycache__/distro.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/__pycache__/ipaddress.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/__pycache__/retrying.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/__pycache__/six.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/appdirs.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem delete mode 100644 lib/python3.8/site-packages/pip/_vendor/certifi/core.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langcyrillicmodel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/big5freq.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/cli/chardetect.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/codingstatemachine.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/cp949prober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/enums.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/escprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/escsm.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/eucjpprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/langcyrillicmodel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/sbcharsetprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/chardet/version.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/ansi.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/ansitowin32.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/initialise.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/win32.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/colorama/winterm.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/database.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/index.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/locators.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/markers.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/resources.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/util.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/version.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/distro.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_ihatexml.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/_base.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/datrie.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/py.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/_utils.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/serializer.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/sax.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/base.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/dom.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/base.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/dom.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/core.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/codec.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/core.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/intranges.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/package_data.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/ipaddress.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/linklockfile.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/mkdirlockfile.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/pidlockfile.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/sqlitelockfile.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/symlinklockfile.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/linklockfile.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/mkdirlockfile.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/pidlockfile.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/sqlitelockfile.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/lockfile/symlinklockfile.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/msgpack/_version.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/msgpack/exceptions.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__about__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/_compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/markers.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/utils.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/packaging/version.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/_in_process.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/build.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/check.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/colorlog.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/envbuild.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pep517/wrappers.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pkg_resources/py31compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/progress/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/progress/bar.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/progress/counter.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/progress/spinner.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pyparsing.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/core.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/parser.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/test.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/utils.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/writer.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/core.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/parser.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/test.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/utils.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/pytoml/writer.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/api.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/help.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/models.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/__version__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/_internal_utils.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/adapters.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/api.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/auth.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/certs.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/cookies.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/exceptions.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/help.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/hooks.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/models.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/packages.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/sessions.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/status_codes.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/structures.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/requests/utils.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/retrying.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/six.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/_mixin.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/abnf_regexp.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/api.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/builder.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/exceptions.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/iri.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/misc.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/normalizers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/parseresult.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/uri.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/validators.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/_mixin.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/abnf_regexp.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/api.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/builder.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/compat.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/exceptions.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/iri.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/misc.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/normalizers.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/parseresult.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/uri.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/validators.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/request.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/response.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/__init__.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/labels.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/mklabels.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/tests.py delete mode 100644 lib/python3.8/site-packages/pip/_vendor/webencodings/x_user_defined.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/__init__.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/__pycache__/py31compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/_vendor/six.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/extern/__init__.py delete mode 100644 lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/pkg_resources/py31compat.py delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/INSTALLER delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/LICENSE delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/METADATA delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/RECORD delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/WHEEL delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/dependency_links.txt delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/entry_points.txt delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/top_level.txt delete mode 100644 lib/python3.8/site-packages/setuptools-41.2.0.dist-info/zip-safe delete mode 100644 lib/python3.8/site-packages/setuptools/__init__.py delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/extension.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/glibc.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/pep425tags.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/py27compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/py31compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/py33compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/site-patch.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_deprecation_warning.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/__init__.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/__pycache__/six.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py delete mode 100644 lib/python3.8/site-packages/setuptools/_vendor/six.py delete mode 100644 lib/python3.8/site-packages/setuptools/archive_util.py delete mode 100644 lib/python3.8/site-packages/setuptools/build_meta.py delete mode 100644 lib/python3.8/site-packages/setuptools/cli-32.exe delete mode 100644 lib/python3.8/site-packages/setuptools/cli-64.exe delete mode 100644 lib/python3.8/site-packages/setuptools/cli.exe delete mode 100644 lib/python3.8/site-packages/setuptools/command/__init__.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_wininst.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/command/alias.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/bdist_egg.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/bdist_rpm.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/bdist_wininst.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/build_clib.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/build_ext.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/build_py.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/develop.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/dist_info.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/easy_install.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/egg_info.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/install.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/install_egg_info.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/install_lib.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/install_scripts.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/launcher manifest.xml delete mode 100644 lib/python3.8/site-packages/setuptools/command/py36compat.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/register.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/rotate.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/saveopts.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/sdist.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/setopt.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/test.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/upload.py delete mode 100644 lib/python3.8/site-packages/setuptools/command/upload_docs.py delete mode 100644 lib/python3.8/site-packages/setuptools/config.py delete mode 100644 lib/python3.8/site-packages/setuptools/dep_util.py delete mode 100644 lib/python3.8/site-packages/setuptools/depends.py delete mode 100644 lib/python3.8/site-packages/setuptools/dist.py delete mode 100644 lib/python3.8/site-packages/setuptools/extension.py delete mode 100644 lib/python3.8/site-packages/setuptools/extern/__init__.py delete mode 100644 lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc delete mode 100644 lib/python3.8/site-packages/setuptools/glibc.py delete mode 100644 lib/python3.8/site-packages/setuptools/glob.py delete mode 100644 lib/python3.8/site-packages/setuptools/gui-32.exe delete mode 100644 lib/python3.8/site-packages/setuptools/gui-64.exe delete mode 100644 lib/python3.8/site-packages/setuptools/gui.exe delete mode 100644 lib/python3.8/site-packages/setuptools/launch.py delete mode 100644 lib/python3.8/site-packages/setuptools/lib2to3_ex.py delete mode 100644 lib/python3.8/site-packages/setuptools/monkey.py delete mode 100644 lib/python3.8/site-packages/setuptools/msvc.py delete mode 100644 lib/python3.8/site-packages/setuptools/namespaces.py delete mode 100644 lib/python3.8/site-packages/setuptools/package_index.py delete mode 100644 lib/python3.8/site-packages/setuptools/pep425tags.py delete mode 100644 lib/python3.8/site-packages/setuptools/py27compat.py delete mode 100644 lib/python3.8/site-packages/setuptools/py31compat.py delete mode 100644 lib/python3.8/site-packages/setuptools/py33compat.py delete mode 100644 lib/python3.8/site-packages/setuptools/sandbox.py delete mode 100644 lib/python3.8/site-packages/setuptools/script (dev).tmpl delete mode 100644 lib/python3.8/site-packages/setuptools/script.tmpl delete mode 100644 lib/python3.8/site-packages/setuptools/site-patch.py delete mode 100644 lib/python3.8/site-packages/setuptools/ssl_support.py delete mode 100644 lib/python3.8/site-packages/setuptools/unicode_utils.py delete mode 100644 lib/python3.8/site-packages/setuptools/version.py delete mode 100644 lib/python3.8/site-packages/setuptools/wheel.py delete mode 100644 lib/python3.8/site-packages/setuptools/windows_support.py delete mode 120000 lib64 rename {lib/python3.8/site-packages/pip/_internal/operations => lostplaces/lostplaces}/__init__.py (100%) rename {source/lostplaces => lostplaces}/lostplaces/asgi.py (100%) rename {source/lostplaces => lostplaces}/lostplaces/settings.py (100%) rename {source/lostplaces => lostplaces}/lostplaces/urls.py (100%) rename {source/lostplaces => lostplaces}/lostplaces/wsgi.py (100%) rename {lib/python3.8/site-packages/pip/_internal/utils => lostplaces/lostplaces_app}/__init__.py (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/admin.py (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/apps.py (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/forms.py (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/migrations/0001_initial.py (100%) rename {lib/python3.8/site-packages/pip/_vendor/html5lib/filters => lostplaces/lostplaces_app/migrations}/__init__.py (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/models.py (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/static/favicon.ico (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/static/icons/favourite.svg (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/static/icons/flag.svg (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/static/icons/location.svg (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/static/images/logo.png (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/static/logo.png (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/static/main.css (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/templates/global.html (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/templates/hello_world.html (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/templates/placeList.html (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/templates/placeOverview.html (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/tests.py (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/urls.py (100%) rename {source/lostplaces => lostplaces}/lostplaces_app/views.py (100%) rename {source/lostplaces => lostplaces}/manage.py (100%) rename {source/lostplaces => lostplaces}/templates/home.html (100%) rename {source/lostplaces => lostplaces}/templates/registration/login.html (100%) rename {source/lostplaces => lostplaces}/templates/signup.html (100%) delete mode 100644 pyvenv.cfg delete mode 100644 source/lostplaces/lostplaces/__init__.py delete mode 100644 source/lostplaces/lostplaces_app/__init__.py delete mode 100644 source/lostplaces/lostplaces_app/migrations/__init__.py diff --git a/bin/Activate.ps1 b/bin/Activate.ps1 deleted file mode 100644 index 5b9adb2..0000000 --- a/bin/Activate.ps1 +++ /dev/null @@ -1,231 +0,0 @@ -<# -.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. - - -#> -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("\\/") - $VenvDir = $VenvDir.Insert($VenvDir.Length, "/") - Write-Verbose "VenvDir=$VenvDir" -} - -# Next, read the `pyvenv.cfg` file to determine any required value such -# as `prompt`. -$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir - -# Next, set the prompt from the command line, or the config file, or -# just use the name of the virtual environment folder. -if ($Prompt) { - Write-Verbose "Prompt specified as argument, using '$Prompt'" -} else { - Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" - if ($pyvenvCfg -and $pyvenvCfg['prompt']) { - Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" - $Prompt = $pyvenvCfg['prompt']; - } - else { - Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virutal environment)" - Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" - $Prompt = Split-Path -Path $venvDir -Leaf - } -} - -Write-Verbose "Prompt = '$Prompt'" -Write-Verbose "VenvDir='$VenvDir'" - -# Deactivate any currently active virtual environment, but leave the -# deactivate function in place. -deactivate -nondestructive - -# Now set the environment variable VIRTUAL_ENV, used by many tools to determine -# that there is an activated venv. -$env:VIRTUAL_ENV = $VenvDir - -if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { - - Write-Verbose "Setting prompt to '$Prompt'" - - # Set the prompt to include the env name - # Make sure _OLD_VIRTUAL_PROMPT is global - function global:_OLD_VIRTUAL_PROMPT { "" } - Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT - New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt - - function global:prompt { - Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " - _OLD_VIRTUAL_PROMPT - } -} - -# Clear PYTHONHOME -if (Test-Path -Path Env:PYTHONHOME) { - Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME - Remove-Item -Path Env:PYTHONHOME -} - -# Add the venv to the PATH -Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH -$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/bin/activate b/bin/activate deleted file mode 100644 index 1c1c725..0000000 --- a/bin/activate +++ /dev/null @@ -1,76 +0,0 @@ -# This file must be used with "source bin/activate" *from bash* -# you cannot run it directly - -deactivate () { - # reset old environment variables - if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then - PATH="${_OLD_VIRTUAL_PATH:-}" - export PATH - unset _OLD_VIRTUAL_PATH - fi - if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then - PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" - export PYTHONHOME - unset _OLD_VIRTUAL_PYTHONHOME - fi - - # This should detect bash and zsh, which have a hash command that must - # be called to get it to forget past commands. Without forgetting - # past commands the $PATH changes we made may not be respected - if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then - hash -r - fi - - if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then - PS1="${_OLD_VIRTUAL_PS1:-}" - export PS1 - unset _OLD_VIRTUAL_PS1 - fi - - unset VIRTUAL_ENV - if [ ! "${1:-}" = "nondestructive" ] ; then - # Self destruct! - unset -f deactivate - fi -} - -# unset irrelevant variables -deactivate nondestructive - -VIRTUAL_ENV="/home/reverend/Git/lostplaces-backend" -export VIRTUAL_ENV - -_OLD_VIRTUAL_PATH="$PATH" -PATH="$VIRTUAL_ENV/bin:$PATH" -export PATH - -# unset PYTHONHOME if set -# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) -# could use `if (set -u; : $PYTHONHOME) ;` in bash -if [ -n "${PYTHONHOME:-}" ] ; then - _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" - unset PYTHONHOME -fi - -if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then - _OLD_VIRTUAL_PS1="${PS1:-}" - if [ "x(lostplaces-backend) " != x ] ; then - PS1="(lostplaces-backend) ${PS1:-}" - else - if [ "`basename \"$VIRTUAL_ENV\"`" = "__" ] ; then - # special case for Aspen magic directories - # see http://www.zetadev.com/software/aspen/ - PS1="[`basename \`dirname \"$VIRTUAL_ENV\"\``] $PS1" - else - PS1="(`basename \"$VIRTUAL_ENV\"`)$PS1" - fi - fi - export PS1 -fi - -# This should detect bash and zsh, which have a hash command that must -# be called to get it to forget past commands. Without forgetting -# past commands the $PATH changes we made may not be respected -if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then - hash -r -fi diff --git a/bin/activate.csh b/bin/activate.csh deleted file mode 100644 index 60d584a..0000000 --- a/bin/activate.csh +++ /dev/null @@ -1,37 +0,0 @@ -# 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/reverend/Git/lostplaces-backend" - -set _OLD_VIRTUAL_PATH="$PATH" -setenv PATH "$VIRTUAL_ENV/bin:$PATH" - - -set _OLD_VIRTUAL_PROMPT="$prompt" - -if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then - if ("lostplaces-backend" != "") then - set env_name = "lostplaces-backend" - else - if (`basename "VIRTUAL_ENV"` == "__") then - # special case for Aspen magic directories - # see http://www.zetadev.com/software/aspen/ - set env_name = `basename \`dirname "$VIRTUAL_ENV"\`` - else - set env_name = `basename "$VIRTUAL_ENV"` - endif - endif - set prompt = "[$env_name] $prompt" - unset env_name -endif - -alias pydoc python -m pydoc - -rehash diff --git a/bin/activate.fish b/bin/activate.fish deleted file mode 100644 index ce051be..0000000 --- a/bin/activate.fish +++ /dev/null @@ -1,75 +0,0 @@ -# This file must be used with ". bin/activate.fish" *from fish* (http://fishshell.org) -# you cannot run it directly - -function deactivate -d "Exit virtualenv and return to normal shell environment" - # reset old environment variables - if test -n "$_OLD_VIRTUAL_PATH" - set -gx PATH $_OLD_VIRTUAL_PATH - set -e _OLD_VIRTUAL_PATH - end - if test -n "$_OLD_VIRTUAL_PYTHONHOME" - set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME - set -e _OLD_VIRTUAL_PYTHONHOME - end - - if test -n "$_OLD_FISH_PROMPT_OVERRIDE" - functions -e fish_prompt - set -e _OLD_FISH_PROMPT_OVERRIDE - functions -c _old_fish_prompt fish_prompt - functions -e _old_fish_prompt - end - - set -e VIRTUAL_ENV - if test "$argv[1]" != "nondestructive" - # Self destruct! - functions -e deactivate - end -end - -# unset irrelevant variables -deactivate nondestructive - -set -gx VIRTUAL_ENV "/home/reverend/Git/lostplaces-backend" - -set -gx _OLD_VIRTUAL_PATH $PATH -set -gx PATH "$VIRTUAL_ENV/bin" $PATH - -# unset PYTHONHOME if set -if set -q PYTHONHOME - set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME - set -e PYTHONHOME -end - -if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" - # fish uses a function instead of an env var to generate the prompt. - - # save the current fish_prompt function as the function _old_fish_prompt - functions -c fish_prompt _old_fish_prompt - - # with the original prompt function renamed, we can override with our own. - function fish_prompt - # Save the return status of the last command - set -l old_status $status - - # Prompt override? - if test -n "(lostplaces-backend) " - printf "%s%s" "(lostplaces-backend) " (set_color normal) - else - # ...Otherwise, prepend env - set -l _checkbase (basename "$VIRTUAL_ENV") - if test $_checkbase = "__" - # special case for Aspen magic directories - # see http://www.zetadev.com/software/aspen/ - printf "%s[%s]%s " (set_color -b blue white) (basename (dirname "$VIRTUAL_ENV")) (set_color normal) - else - printf "%s(%s)%s" (set_color -b blue white) (basename "$VIRTUAL_ENV") (set_color normal) - end - end - - # Restore the return status of the previous command. - echo "exit $old_status" | . - _old_fish_prompt - end - - set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" -end diff --git a/bin/easy_install b/bin/easy_install deleted file mode 100755 index 0cc9ca9..0000000 --- a/bin/easy_install +++ /dev/null @@ -1,10 +0,0 @@ -#!/home/reverend/Git/lostplaces-backend/bin/python3 -# -*- coding: utf-8 -*- -import re -import sys - -from setuptools.command.easy_install import main - -if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) - sys.exit(main()) diff --git a/bin/easy_install-3.8 b/bin/easy_install-3.8 deleted file mode 100755 index 0cc9ca9..0000000 --- a/bin/easy_install-3.8 +++ /dev/null @@ -1,10 +0,0 @@ -#!/home/reverend/Git/lostplaces-backend/bin/python3 -# -*- coding: utf-8 -*- -import re -import sys - -from setuptools.command.easy_install import main - -if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) - sys.exit(main()) diff --git a/bin/pip b/bin/pip deleted file mode 100755 index 3413041..0000000 --- a/bin/pip +++ /dev/null @@ -1,10 +0,0 @@ -#!/home/reverend/Git/lostplaces-backend/bin/python3 -# -*- coding: utf-8 -*- -import re -import sys - -from pip._internal import main - -if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) - sys.exit(main()) diff --git a/bin/pip3 b/bin/pip3 deleted file mode 100755 index 3413041..0000000 --- a/bin/pip3 +++ /dev/null @@ -1,10 +0,0 @@ -#!/home/reverend/Git/lostplaces-backend/bin/python3 -# -*- coding: utf-8 -*- -import re -import sys - -from pip._internal import main - -if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) - sys.exit(main()) diff --git a/bin/pip3.8 b/bin/pip3.8 deleted file mode 100755 index 3413041..0000000 --- a/bin/pip3.8 +++ /dev/null @@ -1,10 +0,0 @@ -#!/home/reverend/Git/lostplaces-backend/bin/python3 -# -*- coding: utf-8 -*- -import re -import sys - -from pip._internal import main - -if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) - sys.exit(main()) diff --git a/bin/python b/bin/python deleted file mode 120000 index b8a0adb..0000000 --- a/bin/python +++ /dev/null @@ -1 +0,0 @@ -python3 \ No newline at end of file diff --git a/bin/python3 b/bin/python3 deleted file mode 120000 index 746c0a7..0000000 --- a/bin/python3 +++ /dev/null @@ -1 +0,0 @@ -/home/reverend/Programmierung/python/django-lostplaces/bin/python3 \ No newline at end of file diff --git a/lib/python3.8/site-packages/__pycache__/easy_install.cpython-38.pyc b/lib/python3.8/site-packages/__pycache__/easy_install.cpython-38.pyc deleted file mode 100644 index a42da44c71b675fa5aa738d73a1f9a8be4fc710d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 285 zcmWIL<>g`kf(}dJ_&Ol{7{oyaOhAqU5Em-}i4=w?hE&EB#%!h{xfG@p<{YM6<|t-H zhE(Qe21bSymS6@=)+*_s(maKdj8p~J#NtZNyyB9?oE(MZ{M_8cyp&rU@$tEdnR)T? zFM-A}Xfobn0df5_S#Gh%$EV~c$H#+|Yp=7pIn#7L?@Y=M?Kf4bV#k8XBJo zF|~*pXvRv0A~qleCVrXdm*f`c7i1RbLY3%NWm@Eyr)HSyBh1oAHbbwV@)n0pZhlH> TPO2Rv(4b=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.* - -pip - The Python Package Installer -================================== - -.. image:: https://img.shields.io/pypi/v/pip.svg - :target: https://pypi.org/project/pip/ - -.. image:: https://readthedocs.org/projects/pip/badge/?version=latest - :target: https://pip.pypa.io/en/latest - -pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. - -Please take a look at our documentation for how to install and use pip: - -* `Installation`_ -* `Usage`_ - -Updates are released regularly, with a new version every 3 months. More details can be found 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`_ -* `Dev documentation`_ -* `Dev mailing list`_ -* `Dev IRC`_ - -Code of Conduct ---------------- - -Everyone interacting in the pip project's codebases, issue trackers, chat -rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_. - -.. _package installer: https://packaging.python.org/en/latest/current/ -.. _Python Package Index: https://pypi.org -.. _Installation: https://pip.pypa.io/en/stable/installing.html -.. _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 -.. _Dev documentation: https://pip.pypa.io/en/latest/development -.. _Issue tracking: https://github.com/pypa/pip/issues -.. _Discourse channel: https://discuss.python.org/c/packaging -.. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev -.. _User IRC: https://webchat.freenode.net/?channels=%23pypa -.. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev -.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/ - - diff --git a/lib/python3.8/site-packages/pip-19.2.3.dist-info/RECORD b/lib/python3.8/site-packages/pip-19.2.3.dist-info/RECORD deleted file mode 100644 index acd993c..0000000 --- a/lib/python3.8/site-packages/pip-19.2.3.dist-info/RECORD +++ /dev/null @@ -1,668 +0,0 @@ -../../../bin/pip,sha256=xM38cCaAxmlgkgJjvL4ez7zDqwOWowk60yzeCV8rsY8,248 -../../../bin/pip3,sha256=xM38cCaAxmlgkgJjvL4ez7zDqwOWowk60yzeCV8rsY8,248 -../../../bin/pip3.8,sha256=xM38cCaAxmlgkgJjvL4ez7zDqwOWowk60yzeCV8rsY8,248 -pip-19.2.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -pip-19.2.3.dist-info/LICENSE.txt,sha256=W6Ifuwlk-TatfRU2LR7W1JMcyMj5_y1NkRkOEJvnRDE,1090 -pip-19.2.3.dist-info/METADATA,sha256=uA6603UkWcOVSlssH5-xiouxIBqVvzVkNDCHNkzsJs4,3195 -pip-19.2.3.dist-info/RECORD,, -pip-19.2.3.dist-info/WHEEL,sha256=8zNYZbwQSXoB9IfXOjPfeNwvAsALAjffgk27FqvCWbo,110 -pip-19.2.3.dist-info/entry_points.txt,sha256=S_zfxY25QtQDVY1BiLAmOKSkkI5llzCKPLiYOSEupsY,98 -pip-19.2.3.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -pip/__init__.py,sha256=DY1edKuavmOCGCG4RY236CTl5tiT71KY6-ewGOCDIJU,23 -pip/__main__.py,sha256=L3IHqBeasELUHvwy5CT_izVEMhM12tve289qut49DvU,623 -pip/__pycache__/__init__.cpython-38.pyc,, -pip/__pycache__/__main__.cpython-38.pyc,, -pip/_internal/__init__.py,sha256=uGzk4m-m6lYf1mnYIRjjsvO35Qf6iAFatbY4oa9ifOU,2797 -pip/_internal/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/__pycache__/build_env.cpython-38.pyc,, -pip/_internal/__pycache__/cache.cpython-38.pyc,, -pip/_internal/__pycache__/configuration.cpython-38.pyc,, -pip/_internal/__pycache__/download.cpython-38.pyc,, -pip/_internal/__pycache__/exceptions.cpython-38.pyc,, -pip/_internal/__pycache__/index.cpython-38.pyc,, -pip/_internal/__pycache__/legacy_resolve.cpython-38.pyc,, -pip/_internal/__pycache__/locations.cpython-38.pyc,, -pip/_internal/__pycache__/pep425tags.cpython-38.pyc,, -pip/_internal/__pycache__/pyproject.cpython-38.pyc,, -pip/_internal/__pycache__/wheel.cpython-38.pyc,, -pip/_internal/build_env.py,sha256=jZHTbyb4XqoaIoPaOJP2uOp1Hnmh0HfplXBgY0TBWyM,7405 -pip/_internal/cache.py,sha256=MzHv-Z0h8_n6XfBMxIatHcoiyAmzvX1zKtDGoJBWHk0,7658 -pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 -pip/_internal/cli/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc,, -pip/_internal/cli/__pycache__/base_command.cpython-38.pyc,, -pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc,, -pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc,, -pip/_internal/cli/__pycache__/parser.cpython-38.pyc,, -pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc,, -pip/_internal/cli/autocompletion.py,sha256=ptvsMdGjq42pzoY4skABVF43u2xAtLJlXAulPi-A10Y,6083 -pip/_internal/cli/base_command.py,sha256=KF1S58E8yilcKkqPyeJKU-jqQBSxBI25b_sBoq3uEAo,13029 -pip/_internal/cli/cmdoptions.py,sha256=cILKSj3jrwpQY3Xl76erVPhxnWuAIOoeJUcVjxttyaE,27543 -pip/_internal/cli/main_parser.py,sha256=J_gG7JnoAeUhSDy2PFGqMEZLNm9oNYnuZunjVz94Lyw,2817 -pip/_internal/cli/parser.py,sha256=VZKUKJPbU6I2cHPLDOikin-aCx7OvLcZ3fzYp3xytd8,9378 -pip/_internal/cli/status_codes.py,sha256=F6uDG6Gj7RNKQJUDnd87QKqI16Us-t-B0wPF_4QMpWc,156 -pip/_internal/commands/__init__.py,sha256=KF-mqzngZMtbOxkX9M6ayyGyroCNz5xdlZEc4lItUMI,2295 -pip/_internal/commands/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/commands/__pycache__/check.cpython-38.pyc,, -pip/_internal/commands/__pycache__/completion.cpython-38.pyc,, -pip/_internal/commands/__pycache__/configuration.cpython-38.pyc,, -pip/_internal/commands/__pycache__/debug.cpython-38.pyc,, -pip/_internal/commands/__pycache__/download.cpython-38.pyc,, -pip/_internal/commands/__pycache__/freeze.cpython-38.pyc,, -pip/_internal/commands/__pycache__/hash.cpython-38.pyc,, -pip/_internal/commands/__pycache__/help.cpython-38.pyc,, -pip/_internal/commands/__pycache__/install.cpython-38.pyc,, -pip/_internal/commands/__pycache__/list.cpython-38.pyc,, -pip/_internal/commands/__pycache__/search.cpython-38.pyc,, -pip/_internal/commands/__pycache__/show.cpython-38.pyc,, -pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc,, -pip/_internal/commands/__pycache__/wheel.cpython-38.pyc,, -pip/_internal/commands/check.py,sha256=liigNVif0iz2mBfhvsajrLZT5zM5KIvgmKvhAW91EzA,1430 -pip/_internal/commands/completion.py,sha256=hqvCvoxsIHjysiD7olHKTqK2lzE1_lS6LWn69kN5qyI,2929 -pip/_internal/commands/configuration.py,sha256=c22362Rk7dAwvHFja9py4sSaV0Sryqo_PzuadI1mm0w,8156 -pip/_internal/commands/debug.py,sha256=0NJZT3Zz9vjqUqeKdPPbr_jUZubnHYp7Cmk--zlZiPs,3360 -pip/_internal/commands/download.py,sha256=zAyNBo0zwHixos6O-S6Kd9SAH1L_74filOoR83_Fa7U,6375 -pip/_internal/commands/freeze.py,sha256=lDrob-AG-qT2DyZTNWlYa9F4BqJQTy_F9h9KakBMnG0,3441 -pip/_internal/commands/hash.py,sha256=K1JycsD-rpjqrRcL_ijacY9UKmI82pQcLYq4kCM4Pv0,1681 -pip/_internal/commands/help.py,sha256=MwBhPJpW1Dt3GfJV3V8V6kgAy_pXT0jGrZJB1wCTW-E,1090 -pip/_internal/commands/install.py,sha256=cGXbByOjrJWKIv5myy7ZflX4jYMyjT6-w85tGhnI-Nw,22646 -pip/_internal/commands/list.py,sha256=MMiJnQJCfMwA1Qf0lSru7Nzm19otm49MFmbx8y01rwA,10497 -pip/_internal/commands/search.py,sha256=R2N1-r3RaxZqX5YeNL9QaYWnILsUn4MtPKZ1ji1i1sU,4972 -pip/_internal/commands/show.py,sha256=bE-ucu8fAjTTENpRRKhwD3QSWR8Rss7YgKAbMJoxock,6273 -pip/_internal/commands/uninstall.py,sha256=h0gfPF5jylDESx_IHgF6bZME7QAEOHzQHdn65GP-jrE,2963 -pip/_internal/commands/wheel.py,sha256=G2dOwQkDCH0-x6nlf9MvbMY2GUf-pqAG5epV4fjMGM0,6977 -pip/_internal/configuration.py,sha256=dKsnJZN9r4jVsl9IcoKTU0iI9s6XZQu3FzOsqTNElk0,14076 -pip/_internal/distributions/__init__.py,sha256=ydMdQRMM1DV6BdomjeP1em-YKikg90LZ9Tg5sJRhNF4,861 -pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/distributions/__pycache__/base.cpython-38.pyc,, -pip/_internal/distributions/__pycache__/installed.cpython-38.pyc,, -pip/_internal/distributions/__pycache__/source.cpython-38.pyc,, -pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc,, -pip/_internal/distributions/base.py,sha256=Js_vmU-MKOONF_u-k5vmu3vTJnrOk3cLD_rPRB8r7-w,1000 -pip/_internal/distributions/installed.py,sha256=uwB2CPqseB8rPv0ICBCIB1LMs8yQnd8h-JZe9B9oOB0,434 -pip/_internal/distributions/source.py,sha256=L4SEZsTtqx6F3D39P7yJDgqqrnc4dGMZr3BTWgA05jg,3514 -pip/_internal/distributions/wheel.py,sha256=lWaa9l-REefNSL9E3A0zf8h2bZRLBOlTSBqHhPTYE7M,508 -pip/_internal/download.py,sha256=Zd5EtNjqJct5tOzZ5DfmiR9zaWV2UbE24omoZcNsLd4,43323 -pip/_internal/exceptions.py,sha256=_mDPdvO9EFMxUX4VEjzw3qic0PRqPH8EPOx__-MBNb4,10168 -pip/_internal/index.py,sha256=RE8HCh8MjJPgO2EhW7hww4Jr0QWFaA3GiUgxhTPs59c,56017 -pip/_internal/legacy_resolve.py,sha256=GDWmB6KtWAIcTX4gvwFrU8Xc2w4X0KBEkbW8fGU24Fk,17303 -pip/_internal/locations.py,sha256=Tv1TotkC1brrTgqG8pvLhJGvwRfiDwAlXTOdzk7hYio,5045 -pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 -pip/_internal/models/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/models/__pycache__/candidate.cpython-38.pyc,, -pip/_internal/models/__pycache__/format_control.cpython-38.pyc,, -pip/_internal/models/__pycache__/index.cpython-38.pyc,, -pip/_internal/models/__pycache__/link.cpython-38.pyc,, -pip/_internal/models/__pycache__/search_scope.cpython-38.pyc,, -pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc,, -pip/_internal/models/__pycache__/target_python.cpython-38.pyc,, -pip/_internal/models/candidate.py,sha256=IV7B5Rj-FjQKh5Shbv8CenuNekxdpb_chrJMEID4ouU,1169 -pip/_internal/models/format_control.py,sha256=ap8Swa26ocSXBxIuCvaDBRZjxdKUFuwC-bfqXQHWtKw,2250 -pip/_internal/models/index.py,sha256=K59A8-hVhBM20Xkahr4dTwP7OjkJyEqXH11UwHFVgqM,1060 -pip/_internal/models/link.py,sha256=fj3Hg4xrPo8ucOVyJvYrq1AgJjh56D2Z8F1liDoW-TM,6553 -pip/_internal/models/search_scope.py,sha256=JxPlngW2ecVoYrF8dr2b0oYf8XrZ-yAQ1U19uEM8Lgo,3875 -pip/_internal/models/selection_prefs.py,sha256=rPeif2KKjhTPXeMoQYffjqh10oWpXhdkxRDaPT1HO8k,1908 -pip/_internal/models/target_python.py,sha256=d66ljdpZZtAAQsuOytiZ7yq6spCa8GOmz5Vf7uoVZT0,3820 -pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/operations/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/operations/__pycache__/check.cpython-38.pyc,, -pip/_internal/operations/__pycache__/freeze.cpython-38.pyc,, -pip/_internal/operations/__pycache__/prepare.cpython-38.pyc,, -pip/_internal/operations/check.py,sha256=EkjtpXpOCTvt_VG0gRnlSBBj5SGWsoVYzbAMpepI8JU,5224 -pip/_internal/operations/freeze.py,sha256=rKAeXdh1HbK92Z5YtmLyil8IYkcC076lahNJMyxqbVM,9680 -pip/_internal/operations/prepare.py,sha256=z27rAvMEtlpake5OI1-SIzp-EBjjwyf8PEikO0KmJ8w,11728 -pip/_internal/pep425tags.py,sha256=e3VijBWZOCLV1_iqXuCvlCswbJ16Ug4eYhR3Vz5MAmk,13220 -pip/_internal/pyproject.py,sha256=OlCw7pSqST68hUF_eV-YVaqJ4I7z_ROJwvgra-2C_5I,6464 -pip/_internal/req/__init__.py,sha256=Y2SjAuMFsSt3dkiK8kkiQAfv8sHrjl0PAT63FKFT0tM,2364 -pip/_internal/req/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/req/__pycache__/constructors.cpython-38.pyc,, -pip/_internal/req/__pycache__/req_file.cpython-38.pyc,, -pip/_internal/req/__pycache__/req_install.cpython-38.pyc,, -pip/_internal/req/__pycache__/req_set.cpython-38.pyc,, -pip/_internal/req/__pycache__/req_tracker.cpython-38.pyc,, -pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc,, -pip/_internal/req/constructors.py,sha256=tC7fNxKrvF3gbxI2IcA6uQiXJ5sPFQvulHPQnM5Ldgg,11858 -pip/_internal/req/req_file.py,sha256=VNC-G_JYy6JmGipezb9n5hAzZ470mvesSx3DBFtfIVM,14180 -pip/_internal/req/req_install.py,sha256=i21e6wHfTko7mQGziFoXqPbdByZ9Bnrz_bC6ZIJOwl8,40296 -pip/_internal/req/req_set.py,sha256=PaDc5EswLQhxBMFbuKbJ0frZbMNKocmA8OGqIWT-9EY,7860 -pip/_internal/req/req_tracker.py,sha256=wBpDzSDSYwpUfW4K43NrEOCCp1r6stuubfLc65Y95EM,3129 -pip/_internal/req/req_uninstall.py,sha256=rVOk8BRM_L9rsUUr9lmkV6Lm9N1Os7TEIDir6tT1Q7U,23105 -pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/utils/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc,, -pip/_internal/utils/__pycache__/compat.cpython-38.pyc,, -pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc,, -pip/_internal/utils/__pycache__/encoding.cpython-38.pyc,, -pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc,, -pip/_internal/utils/__pycache__/glibc.cpython-38.pyc,, -pip/_internal/utils/__pycache__/hashes.cpython-38.pyc,, -pip/_internal/utils/__pycache__/logging.cpython-38.pyc,, -pip/_internal/utils/__pycache__/marker_files.cpython-38.pyc,, -pip/_internal/utils/__pycache__/misc.cpython-38.pyc,, -pip/_internal/utils/__pycache__/models.cpython-38.pyc,, -pip/_internal/utils/__pycache__/outdated.cpython-38.pyc,, -pip/_internal/utils/__pycache__/packaging.cpython-38.pyc,, -pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc,, -pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc,, -pip/_internal/utils/__pycache__/typing.cpython-38.pyc,, -pip/_internal/utils/__pycache__/ui.cpython-38.pyc,, -pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc,, -pip/_internal/utils/appdirs.py,sha256=r9i0BZLK9KcvrzI5tqlw8ehRTtSehWGERFLy7YppG3g,9398 -pip/_internal/utils/compat.py,sha256=4mi-czTysz5Ocuq-5K6BvISCii6_agyNwkBPNtKgYfM,9596 -pip/_internal/utils/deprecation.py,sha256=zcC388qvHnBLY1GalWEYnHyh3MXHQRe4-fOoyyZeQNQ,3209 -pip/_internal/utils/encoding.py,sha256=tudXCoAPe9fZvNK4cmWQs2frREZ-QuGCwF_SlTyz6cI,1218 -pip/_internal/utils/filesystem.py,sha256=ojaIDvOFOtkpKme5se6X2N8ARmQxu8cxvaaI-NFqVtk,990 -pip/_internal/utils/glibc.py,sha256=di3treHUThyeXCxqgRgp-72nTizWpC8skE7RLbewKv4,4295 -pip/_internal/utils/hashes.py,sha256=lF1VlTk2hOqnbmbiMN6GxJHTNQEDI9RzkBCUqBgSHok,3904 -pip/_internal/utils/logging.py,sha256=k-7sr-yFTLDCgcrmrErlwBp2dYMhq157vT3P-xzrB0U,12883 -pip/_internal/utils/marker_files.py,sha256=B-xFm0JZnrDStnA1jbQgKfDaMdXn53PqpZhtOJ-FWCc,595 -pip/_internal/utils/misc.py,sha256=3tmhB5Zojxswgg1zGdPgAdGvu2sYU6g0BLiAbc2vhZY,38796 -pip/_internal/utils/models.py,sha256=b7vdfIZrobxERktz8xZ7BqYnFLxoJzkWSeuq0JO9JYI,1041 -pip/_internal/utils/outdated.py,sha256=C7TK-XuCmBQ5DUpHBzq2jL-1p7DQft84foQziUyX2Ms,6292 -pip/_internal/utils/packaging.py,sha256=VtiwcAAL7LBi7tGL2je7LeW4bE11KMHGCsJ1NZY5XtM,3035 -pip/_internal/utils/setuptools_build.py,sha256=Jjf0MRzSG60UvDnWwWixg1rWM5dEuQ5sE8kb-5KwYFI,1239 -pip/_internal/utils/temp_dir.py,sha256=0Xq5ZlOd2OOeHwKM6hGy66gnMGAbyhio7DtjLHd7DFg,5339 -pip/_internal/utils/typing.py,sha256=bF73ImJzIaxLLEVwfEaSJzFGqV9LaxkQBvDULIyr1jI,1125 -pip/_internal/utils/ui.py,sha256=I2F3wRhWE9aere-cpCE0g9VPvgJRRLL8OC3FxXdj6_k,13768 -pip/_internal/utils/virtualenv.py,sha256=oSTrUMQUqmuXcDvQZGwV65w-hlvhBAqyQiWRxLf8fN0,891 -pip/_internal/vcs/__init__.py,sha256=9p9dzJZy7PR6TkHhqr-DnJTFIo6JopLgtHjHNrt85h4,597 -pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc,, -pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc,, -pip/_internal/vcs/__pycache__/git.cpython-38.pyc,, -pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc,, -pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc,, -pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc,, -pip/_internal/vcs/bazaar.py,sha256=wI5WdFt_Mmnqcm0c7zn5wM3R44s7s28DNx5Yg7CJlSw,3182 -pip/_internal/vcs/git.py,sha256=pgTaCyWNBBfz6d0AxVnsLhft2i4XRe_hSTI_Xs7nkZg,12814 -pip/_internal/vcs/mercurial.py,sha256=YzJx76Q4Nveqf8s80g-AocnfpKwCoVeHy77c95aTBO4,3335 -pip/_internal/vcs/subversion.py,sha256=RuQJeToLicFp2itahUftlHKjyvDFWuCWuhHfdsP9oGs,11697 -pip/_internal/vcs/versioncontrol.py,sha256=NifBlL90ovO8WNzlt4r6HGlGbPqxNI5fUMfwLC-gMkE,19010 -pip/_internal/wheel.py,sha256=H3bdufsutvlXcLV0t3prIOTvq9m_Uc0JkLDoISZelD8,42309 -pip/_vendor/__init__.py,sha256=iip2nWwH_riYqnDnM0q4BJFrWE-XWjYfxCejJKct0WM,4654 -pip/_vendor/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/__pycache__/appdirs.cpython-38.pyc,, -pip/_vendor/__pycache__/distro.cpython-38.pyc,, -pip/_vendor/__pycache__/ipaddress.cpython-38.pyc,, -pip/_vendor/__pycache__/pyparsing.cpython-38.pyc,, -pip/_vendor/__pycache__/retrying.cpython-38.pyc,, -pip/_vendor/__pycache__/six.cpython-38.pyc,, -pip/_vendor/appdirs.py,sha256=BENKsvcA08IpccD9345-rMrg3aXWFA1q6BFEglnHg6I,24547 -pip/_vendor/cachecontrol/__init__.py,sha256=6cRPchVqkAkeUtYTSW8qCetjSqJo-GxP-n4VMVDbvmc,302 -pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc,, -pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc,, -pip/_vendor/cachecontrol/_cmd.py,sha256=URGE0KrA87QekCG3SGPatlSPT571dZTDjNa-ZXX3pDc,1295 -pip/_vendor/cachecontrol/adapter.py,sha256=eBGAtVNRZgtl_Kj5JV54miqL9YND-D0JZPahwY8kFtY,4863 -pip/_vendor/cachecontrol/cache.py,sha256=1fc4wJP8HYt1ycnJXeEw5pCpeBL2Cqxx6g9Fb0AYDWQ,805 -pip/_vendor/cachecontrol/caches/__init__.py,sha256=-gHNKYvaeD0kOk5M74eOrsSgIKUtC6i6GfbmugGweEo,86 -pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc,, -pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc,, -pip/_vendor/cachecontrol/caches/file_cache.py,sha256=8vrSzzGcdfEfICago1uSFbkumNJMGLbCdEkXsmUIExw,4177 -pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=HxelMpNCo-dYr2fiJDwM3hhhRmxUYtB5tXm1GpAAT4Y,856 -pip/_vendor/cachecontrol/compat.py,sha256=kHNvMRdt6s_Xwqq_9qJmr9ou3wYMOMUMxPPcwNxT8Mc,695 -pip/_vendor/cachecontrol/controller.py,sha256=U7g-YwizQ2O5NRgK_MZreF1ntM4E49C3PuF3od-Vwz4,13698 -pip/_vendor/cachecontrol/filewrapper.py,sha256=vACKO8Llzu_ZWyjV1Fxn1MA4TGU60N5N3GSrAFdAY2Q,2533 -pip/_vendor/cachecontrol/heuristics.py,sha256=BFGHJ3yQcxvZizfo90LLZ04T_Z5XSCXvFotrp7Us0sc,4070 -pip/_vendor/cachecontrol/serialize.py,sha256=GebE34fgToyWwAsRPguh8hEPN6CqoG-5hRMXRsjVABQ,6954 -pip/_vendor/cachecontrol/wrapper.py,sha256=sfr9YHWx-5TwNz1H5rT6QOo8ggII6v3vbEDjQFwR6wc,671 -pip/_vendor/certifi/__init__.py,sha256=phsMyKTQP7MMe1wAHfhXPbQVxL3wXixOomxzNh5Cwa4,52 -pip/_vendor/certifi/__main__.py,sha256=NaCn6WtWME-zzVWQ2j4zFyl8cY4knDa9CwtHNIeFPhM,53 -pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc,, -pip/_vendor/certifi/__pycache__/core.cpython-38.pyc,, -pip/_vendor/certifi/cacert.pem,sha256=DddOv7pQyMB8zNNgiXSSFrPVn7EN8qbe7P6h_IYyuek,282085 -pip/_vendor/certifi/core.py,sha256=EuFc2BsToG5O1-qsx4BSjQ1r1-7WRtH87b1WflZOWhI,218 -pip/_vendor/chardet/__init__.py,sha256=YsP5wQlsHJ2auF1RZJfypiSrCA7_bQiRm3ES_NI76-Y,1559 -pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/big5freq.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/big5prober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/chardistribution.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/escprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/gb2312freq.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/gb2312prober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/langcyrillicmodel.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/langthaimodel.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/utf8prober.cpython-38.pyc,, -pip/_vendor/chardet/__pycache__/version.cpython-38.pyc,, -pip/_vendor/chardet/big5freq.py,sha256=D_zK5GyzoVsRes0HkLJziltFQX0bKCLOrFe9_xDvO_8,31254 -pip/_vendor/chardet/big5prober.py,sha256=kBxHbdetBpPe7xrlb-e990iot64g_eGSLd32lB7_h3M,1757 -pip/_vendor/chardet/chardistribution.py,sha256=3woWS62KrGooKyqz4zQSnjFbJpa6V7g02daAibTwcl8,9411 -pip/_vendor/chardet/charsetgroupprober.py,sha256=6bDu8YIiRuScX4ca9Igb0U69TA2PGXXDej6Cc4_9kO4,3787 -pip/_vendor/chardet/charsetprober.py,sha256=KSmwJErjypyj0bRZmC5F5eM7c8YQgLYIjZXintZNstg,5110 -pip/_vendor/chardet/cli/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 -pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc,, -pip/_vendor/chardet/cli/chardetect.py,sha256=DI8dlV3FBD0c0XA_y3sQ78z754DUv1J8n34RtDjOXNw,2774 -pip/_vendor/chardet/codingstatemachine.py,sha256=VYp_6cyyki5sHgXDSZnXW4q1oelHc3cu9AyQTX7uug8,3590 -pip/_vendor/chardet/compat.py,sha256=PKTzHkSbtbHDqS9PyujMbX74q1a8mMpeQTDVsQhZMRw,1134 -pip/_vendor/chardet/cp949prober.py,sha256=TZ434QX8zzBsnUvL_8wm4AQVTZ2ZkqEEQL_lNw9f9ow,1855 -pip/_vendor/chardet/enums.py,sha256=Aimwdb9as1dJKZaFNUH2OhWIVBVd6ZkJJ_WK5sNY8cU,1661 -pip/_vendor/chardet/escprober.py,sha256=kkyqVg1Yw3DIOAMJ2bdlyQgUFQhuHAW8dUGskToNWSc,3950 -pip/_vendor/chardet/escsm.py,sha256=RuXlgNvTIDarndvllNCk5WZBIpdCxQ0kcd9EAuxUh84,10510 -pip/_vendor/chardet/eucjpprober.py,sha256=iD8Jdp0ISRjgjiVN7f0e8xGeQJ5GM2oeZ1dA8nbSeUw,3749 -pip/_vendor/chardet/euckrfreq.py,sha256=-7GdmvgWez4-eO4SuXpa7tBiDi5vRXQ8WvdFAzVaSfo,13546 -pip/_vendor/chardet/euckrprober.py,sha256=MqFMTQXxW4HbzIpZ9lKDHB3GN8SP4yiHenTmf8g_PxY,1748 -pip/_vendor/chardet/euctwfreq.py,sha256=No1WyduFOgB5VITUA7PLyC5oJRNzRyMbBxaKI1l16MA,31621 -pip/_vendor/chardet/euctwprober.py,sha256=13p6EP4yRaxqnP4iHtxHOJ6R2zxHq1_m8hTRjzVZ95c,1747 -pip/_vendor/chardet/gb2312freq.py,sha256=JX8lsweKLmnCwmk8UHEQsLgkr_rP_kEbvivC4qPOrlc,20715 -pip/_vendor/chardet/gb2312prober.py,sha256=gGvIWi9WhDjE-xQXHvNIyrnLvEbMAYgyUSZ65HUfylw,1754 -pip/_vendor/chardet/hebrewprober.py,sha256=c3SZ-K7hvyzGY6JRAZxJgwJ_sUS9k0WYkvMY00YBYFo,13838 -pip/_vendor/chardet/jisfreq.py,sha256=vpmJv2Bu0J8gnMVRPHMFefTRvo_ha1mryLig8CBwgOg,25777 -pip/_vendor/chardet/jpcntx.py,sha256=PYlNqRUQT8LM3cT5FmHGP0iiscFlTWED92MALvBungo,19643 -pip/_vendor/chardet/langbulgarianmodel.py,sha256=1HqQS9Pbtnj1xQgxitJMvw8X6kKr5OockNCZWfEQrPE,12839 -pip/_vendor/chardet/langcyrillicmodel.py,sha256=LODajvsetH87yYDDQKA2CULXUH87tI223dhfjh9Zx9c,17948 -pip/_vendor/chardet/langgreekmodel.py,sha256=8YAW7bU8YwSJap0kIJSbPMw1BEqzGjWzqcqf0WgUKAA,12688 -pip/_vendor/chardet/langhebrewmodel.py,sha256=JSnqmE5E62tDLTPTvLpQsg5gOMO4PbdWRvV7Avkc0HA,11345 -pip/_vendor/chardet/langhungarianmodel.py,sha256=RhapYSG5l0ZaO-VV4Fan5sW0WRGQqhwBM61yx3yxyOA,12592 -pip/_vendor/chardet/langthaimodel.py,sha256=8l0173Gu_W6G8mxmQOTEF4ls2YdE7FxWf3QkSxEGXJQ,11290 -pip/_vendor/chardet/langturkishmodel.py,sha256=W22eRNJsqI6uWAfwXSKVWWnCerYqrI8dZQTm_M0lRFk,11102 -pip/_vendor/chardet/latin1prober.py,sha256=S2IoORhFk39FEFOlSFWtgVybRiP6h7BlLldHVclNkU8,5370 -pip/_vendor/chardet/mbcharsetprober.py,sha256=AR95eFH9vuqSfvLQZN-L5ijea25NOBCoXqw8s5O9xLQ,3413 -pip/_vendor/chardet/mbcsgroupprober.py,sha256=h6TRnnYq2OxG1WdD5JOyxcdVpn7dG0q-vB8nWr5mbh4,2012 -pip/_vendor/chardet/mbcssm.py,sha256=SY32wVIF3HzcjY3BaEspy9metbNSKxIIB0RKPn7tjpI,25481 -pip/_vendor/chardet/sbcharsetprober.py,sha256=LDSpCldDCFlYwUkGkwD2oFxLlPWIWXT09akH_2PiY74,5657 -pip/_vendor/chardet/sbcsgroupprober.py,sha256=1IprcCB_k1qfmnxGC6MBbxELlKqD3scW6S8YIwdeyXA,3546 -pip/_vendor/chardet/sjisprober.py,sha256=IIt-lZj0WJqK4rmUZzKZP4GJlE8KUEtFYVuY96ek5MQ,3774 -pip/_vendor/chardet/universaldetector.py,sha256=qL0174lSZE442eB21nnktT9_VcAye07laFWUeUrjttY,12485 -pip/_vendor/chardet/utf8prober.py,sha256=IdD8v3zWOsB8OLiyPi-y_fqwipRFxV9Nc1eKBLSuIEw,2766 -pip/_vendor/chardet/version.py,sha256=sp3B08mrDXB-pf3K9fqJ_zeDHOCLC8RrngQyDFap_7g,242 -pip/_vendor/colorama/__init__.py,sha256=lJdY6COz9uM_pXwuk9oLr0fp8H8q2RrUqN16GKabvq4,239 -pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc,, -pip/_vendor/colorama/__pycache__/ansitowin32.cpython-38.pyc,, -pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc,, -pip/_vendor/colorama/__pycache__/win32.cpython-38.pyc,, -pip/_vendor/colorama/__pycache__/winterm.cpython-38.pyc,, -pip/_vendor/colorama/ansi.py,sha256=Fi0un-QLqRm-v7o_nKiOqyC8PapBJK7DLV_q9LKtTO0,2524 -pip/_vendor/colorama/ansitowin32.py,sha256=u8QaqdqS_xYSfNkPM1eRJLHz6JMWPodaJaP0mxgHCDc,10462 -pip/_vendor/colorama/initialise.py,sha256=PprovDNxMTrvoNHFcL2NZjpH2XzDc8BLxLxiErfUl4k,1915 -pip/_vendor/colorama/win32.py,sha256=bJ8Il9jwaBN5BJ8bmN6FoYZ1QYuMKv2j8fGrXh7TJjw,5404 -pip/_vendor/colorama/winterm.py,sha256=2y_2b7Zsv34feAsP67mLOVc-Bgq51mdYGo571VprlrM,6438 -pip/_vendor/distlib/__init__.py,sha256=SkHYPuEQNQF2a2Cr18rfZ-LQyDqwwizn8tJE4seXPgU,587 -pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/database.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/index.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/util.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/version.cpython-38.pyc,, -pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc,, -pip/_vendor/distlib/_backport/__init__.py,sha256=bqS_dTOH6uW9iGgd0uzfpPjo6vZ4xpPZ7kyfZJ2vNaw,274 -pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc,, -pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc,, -pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-38.pyc,, -pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc,, -pip/_vendor/distlib/_backport/misc.py,sha256=KWecINdbFNOxSOP1fGF680CJnaC6S4fBRgEtaYTw0ig,971 -pip/_vendor/distlib/_backport/shutil.py,sha256=VW1t3uYqUjWZH7jV-6QiimLhnldoV5uIpH4EuiT1jfw,25647 -pip/_vendor/distlib/_backport/sysconfig.cfg,sha256=swZKxq9RY5e9r3PXCrlvQPMsvOdiWZBTHLEbqS8LJLU,2617 -pip/_vendor/distlib/_backport/sysconfig.py,sha256=JdJ9ztRy4Hc-b5-VS74x3nUtdEIVr_OBvMsIb8O2sjc,26964 -pip/_vendor/distlib/_backport/tarfile.py,sha256=Ihp7rXRcjbIKw8COm9wSePV9ARGXbSF9gGXAMn2Q-KU,92628 -pip/_vendor/distlib/compat.py,sha256=xdNZmqFN5HwF30HjRn5M415pcC2kgXRBXn767xS8v-M,41404 -pip/_vendor/distlib/database.py,sha256=-KJH63AJ7hqjLtGCwOTrionhKr2Vsytdwkjyo8UdEco,51029 -pip/_vendor/distlib/index.py,sha256=SXKzpQCERctxYDMp_OLee2f0J0e19ZhGdCIoMlUfUQM,21066 -pip/_vendor/distlib/locators.py,sha256=bqzEWP3Ad8UE3D1rmzW1pgzVTKkY4rDUA_EWIVYli54,51807 -pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 -pip/_vendor/distlib/markers.py,sha256=6Ac3cCfFBERexiESWIOXmg-apIP8l2esafNSX3KMy-8,4387 -pip/_vendor/distlib/metadata.py,sha256=OhbCKmf5lswE8unWBopI1hj7tRpHp4ZbFvU4d6aAEMM,40234 -pip/_vendor/distlib/resources.py,sha256=2FGv0ZHF14KXjLIlL0R991lyQQGcewOS4mJ-5n-JVnc,10766 -pip/_vendor/distlib/scripts.py,sha256=W24OXnZUmgRX_XtDrVZdfc-Frf4X4_cybvhP87iR-QU,16290 -pip/_vendor/distlib/t32.exe,sha256=y8Yu3yao6zZrELYGIisxkhnQLOAOvpiXft8_Y9I8vyU,92672 -pip/_vendor/distlib/t64.exe,sha256=qt1MpKO2NLqU8t1lD1T0frfFm5zwHm3mz7pLvmJ2kMI,102912 -pip/_vendor/distlib/util.py,sha256=TvdqcwncBHaQbNw0jkXRvSZvt1fbdgE8HQW5wJwzvv4,59790 -pip/_vendor/distlib/version.py,sha256=_n7F6juvQGAcn769E_SHa7fOcf5ERlEVymJ_EjPRwGw,23391 -pip/_vendor/distlib/w32.exe,sha256=f98Etq_1giFgIQxrEh-sOAeO8qVtWqpDbGxdUucJ6pw,89088 -pip/_vendor/distlib/w64.exe,sha256=6Hs-Wn0vXBHA6Qd76IlalqYXqrN80DCPpdoeIQzPRms,99840 -pip/_vendor/distlib/wheel.py,sha256=2lviV6L4IvTP5DRkKE0HGpClvdoTJQHZJLfTQ6dfn2A,40437 -pip/_vendor/distro.py,sha256=X2So5kjrRKyMbQJ90Xgy93HU5eFtujCzKaYNeoy1k1c,43251 -pip/_vendor/html5lib/__init__.py,sha256=Ztrn7UvF-wIFAgRBBa0ML-Gu5AffH3BPX_INJx4SaBI,1162 -pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-38.pyc,, -pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc,, -pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc,, -pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc,, -pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc,, -pip/_vendor/html5lib/__pycache__/html5parser.cpython-38.pyc,, -pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc,, -pip/_vendor/html5lib/_ihatexml.py,sha256=3LBtJMlzgwM8vpQiU1TvGmEEmNH72sV0yD8yS53y07A,16705 -pip/_vendor/html5lib/_inputstream.py,sha256=bPUWcAfJScK4xkjQQaG_HsI2BvEVbFvI0AsodDYPQj0,32552 -pip/_vendor/html5lib/_tokenizer.py,sha256=YAaOEBD6qc5ISq9Xt9Nif1OFgcybTTfMdwqBkZhpAq4,76580 -pip/_vendor/html5lib/_trie/__init__.py,sha256=8VR1bcgD2OpeS2XExpu5yBhP_Q1K-lwKbBKICBPf1kU,289 -pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc,, -pip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-38.pyc,, -pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc,, -pip/_vendor/html5lib/_trie/_base.py,sha256=CaybYyMro8uERQYjby2tTeSUatnWDfWroUN9N7ety5w,1013 -pip/_vendor/html5lib/_trie/datrie.py,sha256=EQpqSfkZRuTbE-DuhW7xMdVDxdZNZ0CfmnYfHA_3zxM,1178 -pip/_vendor/html5lib/_trie/py.py,sha256=wXmQLrZRf4MyWNyg0m3h81m9InhLR7GJ002mIIZh-8o,1775 -pip/_vendor/html5lib/_utils.py,sha256=ismpASeqa2jqEPQjHUj8vReAf7yIoKnvLN5fuOw6nv0,4015 -pip/_vendor/html5lib/constants.py,sha256=4lmZWLtEPRLnl8NzftOoYTJdo6jpeMtP6dqQC0g_bWQ,83518 -pip/_vendor/html5lib/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-38.pyc,, -pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc,, -pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc,, -pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc,, -pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-38.pyc,, -pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc,, -pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc,, -pip/_vendor/html5lib/filters/alphabeticalattributes.py,sha256=lViZc2JMCclXi_5gduvmdzrRxtO5Xo9ONnbHBVCsykU,919 -pip/_vendor/html5lib/filters/base.py,sha256=z-IU9ZAYjpsVsqmVt7kuWC63jR11hDMr6CVrvuao8W0,286 -pip/_vendor/html5lib/filters/inject_meta_charset.py,sha256=egDXUEHXmAG9504xz0K6ALDgYkvUrC2q15YUVeNlVQg,2945 -pip/_vendor/html5lib/filters/lint.py,sha256=jk6q56xY0ojiYfvpdP-OZSm9eTqcAdRqhCoPItemPYA,3643 -pip/_vendor/html5lib/filters/optionaltags.py,sha256=8lWT75J0aBOHmPgfmqTHSfPpPMp01T84NKu0CRedxcE,10588 -pip/_vendor/html5lib/filters/sanitizer.py,sha256=4ON02KNjuqda1lCw5_JCUZxb0BzWR5M7ON84dtJ7dm0,26248 -pip/_vendor/html5lib/filters/whitespace.py,sha256=8eWqZxd4UC4zlFGW6iyY6f-2uuT8pOCSALc3IZt7_t4,1214 -pip/_vendor/html5lib/html5parser.py,sha256=g5g2ezkusHxhi7b23vK_-d6K6BfIJRbqIQmvQ9z4EgI,118963 -pip/_vendor/html5lib/serializer.py,sha256=yfcfBHse2wDs6ojxn-kieJjLT5s1ipilQJ0gL3-rJis,15758 -pip/_vendor/html5lib/treeadapters/__init__.py,sha256=A0rY5gXIe4bJOiSGRO_j_tFhngRBO8QZPzPtPw5dFzo,679 -pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-38.pyc,, -pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-38.pyc,, -pip/_vendor/html5lib/treeadapters/genshi.py,sha256=CH27pAsDKmu4ZGkAUrwty7u0KauGLCZRLPMzaO3M5vo,1715 -pip/_vendor/html5lib/treeadapters/sax.py,sha256=BKS8woQTnKiqeffHsxChUqL4q2ZR_wb5fc9MJ3zQC8s,1776 -pip/_vendor/html5lib/treebuilders/__init__.py,sha256=AysSJyvPfikCMMsTVvaxwkgDieELD5dfR8FJIAuq7hY,3592 -pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-38.pyc,, -pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-38.pyc,, -pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-38.pyc,, -pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-38.pyc,, -pip/_vendor/html5lib/treebuilders/base.py,sha256=wQGp5yy22TNG8tJ6aREe4UUeTR7A99dEz0BXVaedWb4,14579 -pip/_vendor/html5lib/treebuilders/dom.py,sha256=22whb0C71zXIsai5mamg6qzBEiigcBIvaDy4Asw3at0,8925 -pip/_vendor/html5lib/treebuilders/etree.py,sha256=aqIBOGj_dFYqBURIcTegGNBhAIJOw5iFDHb4jrkYH-8,12764 -pip/_vendor/html5lib/treebuilders/etree_lxml.py,sha256=9V0dXxbJYYq-Skgb5-_OL2NkVYpjioEb4CHajo0e9yI,14122 -pip/_vendor/html5lib/treewalkers/__init__.py,sha256=yhXxHpjlSqfQyUag3v8-vWjMPriFBU8YRAPNpDgBTn8,5714 -pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-38.pyc,, -pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-38.pyc,, -pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-38.pyc,, -pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-38.pyc,, -pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-38.pyc,, -pip/_vendor/html5lib/treewalkers/base.py,sha256=ouiOsuSzvI0KgzdWP8PlxIaSNs9falhbiinAEc_UIJY,7476 -pip/_vendor/html5lib/treewalkers/dom.py,sha256=EHyFR8D8lYNnyDU9lx_IKigVJRyecUGua0mOi7HBukc,1413 -pip/_vendor/html5lib/treewalkers/etree.py,sha256=sz1o6mmE93NQ53qJFDO7HKyDtuwgK-Ay3qSFZPC6u00,4550 -pip/_vendor/html5lib/treewalkers/etree_lxml.py,sha256=sY6wfRshWTllu6n48TPWpKsQRPp-0CQrT0hj_AdzHSU,6309 -pip/_vendor/html5lib/treewalkers/genshi.py,sha256=4D2PECZ5n3ZN3qu3jMl9yY7B81jnQApBQSVlfaIuYbA,2309 -pip/_vendor/idna/__init__.py,sha256=9Nt7xpyet3DmOrPUGooDdAwmHZZu1qUAy2EaJ93kGiQ,58 -pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/idna/__pycache__/codec.cpython-38.pyc,, -pip/_vendor/idna/__pycache__/compat.cpython-38.pyc,, -pip/_vendor/idna/__pycache__/core.cpython-38.pyc,, -pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc,, -pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc,, -pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc,, -pip/_vendor/idna/__pycache__/uts46data.cpython-38.pyc,, -pip/_vendor/idna/codec.py,sha256=lvYb7yu7PhAqFaAIAdWcwgaWI2UmgseUua-1c0AsG0A,3299 -pip/_vendor/idna/compat.py,sha256=R-h29D-6mrnJzbXxymrWUW7iZUvy-26TQwZ0ij57i4U,232 -pip/_vendor/idna/core.py,sha256=JDCZZ_PLESqIgEbU8mPyoEufWwoOiIqygA17-QZIe3s,11733 -pip/_vendor/idna/idnadata.py,sha256=HXaPFw6_YAJ0qppACPu0YLAULtRs3QovRM_CCZHGdY0,40899 -pip/_vendor/idna/intranges.py,sha256=TY1lpxZIQWEP6tNqjZkFA5hgoMWOj1OBmnUG8ihT87E,1749 -pip/_vendor/idna/package_data.py,sha256=kIzeKKXEouXLR4srqwf9Q3zv-NffKSOz5aSDOJARPB0,21 -pip/_vendor/idna/uts46data.py,sha256=oLyNZ1pBaiBlj9zFzLFRd_P7J8MkRcgDisjExZR_4MY,198292 -pip/_vendor/ipaddress.py,sha256=2OgbkeAD2rLkcXqbcvof3J5R7lRwjNLoBySyTkBtKnc,79852 -pip/_vendor/lockfile/__init__.py,sha256=Tqpz90DwKYfhPsfzVOJl84TL87pdFE5ePNHdXAxs4Tk,9371 -pip/_vendor/lockfile/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/lockfile/__pycache__/linklockfile.cpython-38.pyc,, -pip/_vendor/lockfile/__pycache__/mkdirlockfile.cpython-38.pyc,, -pip/_vendor/lockfile/__pycache__/pidlockfile.cpython-38.pyc,, -pip/_vendor/lockfile/__pycache__/sqlitelockfile.cpython-38.pyc,, -pip/_vendor/lockfile/__pycache__/symlinklockfile.cpython-38.pyc,, -pip/_vendor/lockfile/linklockfile.py,sha256=C7OH3H4GdK68u4FQgp8fkP2kO4fyUTSyj3X6blgfobc,2652 -pip/_vendor/lockfile/mkdirlockfile.py,sha256=e3qgIL-etZMLsS-3ft19iW_8IQ360HNkGOqE3yBKsUw,3096 -pip/_vendor/lockfile/pidlockfile.py,sha256=ukH9uk6NFuxyVmG5QiWw4iKq3fT7MjqUguX95avYPIY,6090 -pip/_vendor/lockfile/sqlitelockfile.py,sha256=o2TMkMRY0iwn-iL1XMRRIFStMUkS4i3ajceeYNntKFg,5506 -pip/_vendor/lockfile/symlinklockfile.py,sha256=ABwXXmvTHvCl5viPblShL3PG-gGsLiT1roAMfDRwhi8,2616 -pip/_vendor/msgpack/__init__.py,sha256=TF3o2_Ao3xbsvpOlmVZdthtsb7TkMW9seSJkXlW0dHE,1630 -pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/msgpack/__pycache__/_version.cpython-38.pyc,, -pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc,, -pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc,, -pip/_vendor/msgpack/_version.py,sha256=ldul7tIj_IHxvYxbEiEX1QhElrhQsA2ikYSM987iw1U,20 -pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 -pip/_vendor/msgpack/fallback.py,sha256=-FKXOBCF4CUs9QEOqAlssI-IZA0jBRa27VieFCngMC4,37491 -pip/_vendor/packaging/__about__.py,sha256=Wg0-hNgTU2_lBZcGBh5pm1R9yroQ3rv-X0rig8KjA6o,744 -pip/_vendor/packaging/__init__.py,sha256=6enbp5XgRfjBjsI9-bn00HjHf5TH21PDMOKkJW8xw-w,562 -pip/_vendor/packaging/__pycache__/__about__.cpython-38.pyc,, -pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/packaging/__pycache__/_compat.cpython-38.pyc,, -pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc,, -pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc,, -pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc,, -pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc,, -pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc,, -pip/_vendor/packaging/__pycache__/version.cpython-38.pyc,, -pip/_vendor/packaging/_compat.py,sha256=Ugdm-qcneSchW25JrtMIKgUxfEEBcCAz6WrEeXeqz9o,865 -pip/_vendor/packaging/_structures.py,sha256=pVd90XcXRGwpZRB_qdFuVEibhCHpX_bL5zYr9-N0mc8,1416 -pip/_vendor/packaging/markers.py,sha256=-QjvJkhSJBxBogO9J_EpPQudHaaLV3rgVYsBDqn-ZLc,8234 -pip/_vendor/packaging/requirements.py,sha256=grcnFU8x7KD230JaFLXtWl3VClLuOmsOy4c-m55tOWs,4700 -pip/_vendor/packaging/specifiers.py,sha256=0ZzQpcUnvrQ6LjR-mQRLzMr8G6hdRv-mY0VSf_amFtI,27778 -pip/_vendor/packaging/utils.py,sha256=VaTC0Ei7zO2xl9ARiWmz2YFLFt89PuuhLbAlXMyAGms,1520 -pip/_vendor/packaging/version.py,sha256=Npdwnb8OHedj_2L86yiUqscujb7w_i5gmSK1PhOAFzg,11978 -pip/_vendor/pep517/__init__.py,sha256=nOY747zTld3oTdEetBG6DWxEcZXTeOQk0aHvbR-sa5w,84 -pip/_vendor/pep517/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/pep517/__pycache__/_in_process.cpython-38.pyc,, -pip/_vendor/pep517/__pycache__/build.cpython-38.pyc,, -pip/_vendor/pep517/__pycache__/check.cpython-38.pyc,, -pip/_vendor/pep517/__pycache__/colorlog.cpython-38.pyc,, -pip/_vendor/pep517/__pycache__/compat.cpython-38.pyc,, -pip/_vendor/pep517/__pycache__/envbuild.cpython-38.pyc,, -pip/_vendor/pep517/__pycache__/wrappers.cpython-38.pyc,, -pip/_vendor/pep517/_in_process.py,sha256=xMY2kLutkjCti5WqTmKOLRRL3o8Ds_k-fObFyuMv1tk,6061 -pip/_vendor/pep517/build.py,sha256=-n8PT-ugS1TdqoTUY1vatDQjrLtx48K_-Quu2MuQBiA,2699 -pip/_vendor/pep517/check.py,sha256=Lu7nMdYu1JVV58fE3hv-d_avTy5h0yO9LsIzAt82Clk,5885 -pip/_vendor/pep517/colorlog.py,sha256=Tk9AuYm_cLF3BKTBoSTJt9bRryn0aFojIQOwbfVUTxQ,4098 -pip/_vendor/pep517/compat.py,sha256=4SFG4QN-cNj8ebSa0wV0HUtEEQWwmbok2a0uk1gYEOM,631 -pip/_vendor/pep517/envbuild.py,sha256=9-u4KffexPMEm52rTaIjEOxsCAd2DMByxzv5H566QLw,5763 -pip/_vendor/pep517/wrappers.py,sha256=9dZn-q7F5KyQKUJMie2uKwur2FG0CLXz_kLZzkJOhZc,5912 -pip/_vendor/pkg_resources/__init__.py,sha256=ZVHzk7ZiFIIgE2RTJj8F7wwjdMGrAngMWtQo-rGNsm4,107910 -pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-38.pyc,, -pip/_vendor/pkg_resources/py31compat.py,sha256=CRk8fkiPRDLsbi5pZcKsHI__Pbmh_94L8mr9Qy9Ab2U,562 -pip/_vendor/progress/__init__.py,sha256=fcbQQXo5np2CoQyhSH5XprkicwLZNLePR3uIahznSO0,4857 -pip/_vendor/progress/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/progress/__pycache__/bar.cpython-38.pyc,, -pip/_vendor/progress/__pycache__/counter.cpython-38.pyc,, -pip/_vendor/progress/__pycache__/spinner.cpython-38.pyc,, -pip/_vendor/progress/bar.py,sha256=QuDuVNcmXgpxtNtxO0Fq72xKigxABaVmxYGBw4J3Z_E,2854 -pip/_vendor/progress/counter.py,sha256=MznyBrvPWrOlGe4MZAlGUb9q3aODe6_aNYeAE_VNoYA,1372 -pip/_vendor/progress/spinner.py,sha256=k8JbDW94T0-WXuXfxZIFhdoNPYp3jfnpXqBnfRv5fGs,1380 -pip/_vendor/pyparsing.py,sha256=sxGUe_YcWBB5ZoHec0m1iJtgcj4iKv_SGfdA_zVCYII,245385 -pip/_vendor/pytoml/__init__.py,sha256=W_SKx36Hsew-Fty36BOpreLm4uF4V_Tgkm_z9rIoOE8,127 -pip/_vendor/pytoml/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/pytoml/__pycache__/core.cpython-38.pyc,, -pip/_vendor/pytoml/__pycache__/parser.cpython-38.pyc,, -pip/_vendor/pytoml/__pycache__/test.cpython-38.pyc,, -pip/_vendor/pytoml/__pycache__/utils.cpython-38.pyc,, -pip/_vendor/pytoml/__pycache__/writer.cpython-38.pyc,, -pip/_vendor/pytoml/core.py,sha256=9CrLLTs1PdWjEwRnYzt_i4dhHcZvGxs_GsMlYAX3iY4,509 -pip/_vendor/pytoml/parser.py,sha256=2tDXkldqPQJhyadXzL2rGhVbjUyBNeXXhaEfncHl2iQ,10326 -pip/_vendor/pytoml/test.py,sha256=2nQs4aX3XQEaaQCx6x_OJTS2Hb0_IiTZRqNOeDmLCzo,1021 -pip/_vendor/pytoml/utils.py,sha256=JCLHx77Hu1R3F-bRgiROIiKyCzLwyebnp5P35cRJxWs,1665 -pip/_vendor/pytoml/writer.py,sha256=WbNNQg3sh_V-s3kt88LkNNbxEq6pPDdhRE-daJzArcI,3198 -pip/_vendor/requests/__init__.py,sha256=ONVsH6kJuPTV9nf-XVoubWsVX3qVtjCyju42kTW6Uug,4074 -pip/_vendor/requests/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/api.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/auth.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/certs.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/compat.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/help.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/models.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/packages.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/structures.cpython-38.pyc,, -pip/_vendor/requests/__pycache__/utils.cpython-38.pyc,, -pip/_vendor/requests/__version__.py,sha256=Bm-GFstQaFezsFlnmEMrJDe8JNROz9n2XXYtODdvjjc,436 -pip/_vendor/requests/_internal_utils.py,sha256=Zx3PnEUccyfsB-ie11nZVAW8qClJy0gx1qNME7rgT18,1096 -pip/_vendor/requests/adapters.py,sha256=e-bmKEApNVqFdylxuMJJfiaHdlmS_zhWhIMEzlHvGuc,21548 -pip/_vendor/requests/api.py,sha256=fbUo11QoLOoNgWU6FfvNz8vMj9bE_cMmICXBa7TZHJs,6271 -pip/_vendor/requests/auth.py,sha256=QB2-cSUj1jrvWZfPXttsZpyAacQgtKLVk14vQW9TpSE,10206 -pip/_vendor/requests/certs.py,sha256=nXRVq9DtGmv_1AYbwjTu9UrgAcdJv05ZvkNeaoLOZxY,465 -pip/_vendor/requests/compat.py,sha256=FZX4Q_EMKiMnhZpZ3g_gOsT-j2ca9ij2gehDx1cwYeo,1941 -pip/_vendor/requests/cookies.py,sha256=Y-bKX6TvW3FnYlE6Au0SXtVVWcaNdFvuAwQxw-G0iTI,18430 -pip/_vendor/requests/exceptions.py,sha256=-mLam3TAx80V09EaH3H-ZxR61eAVuLRZ8zgBBSLjK44,3197 -pip/_vendor/requests/help.py,sha256=SJPVcoXeo7KfK4AxJN5eFVQCjr0im87tU2n7ubLsksU,3578 -pip/_vendor/requests/hooks.py,sha256=QReGyy0bRcr5rkwCuObNakbYsc7EkiKeBwG4qHekr2Q,757 -pip/_vendor/requests/models.py,sha256=6s-37iAqXVptq8z7U_LoH_pbIPrCQUm_Z8QuIGE29Q0,34275 -pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 -pip/_vendor/requests/sessions.py,sha256=DjbCotDW6xSAaBsjbW-L8l4N0UcwmrxVNgSrZgIjGWM,29332 -pip/_vendor/requests/status_codes.py,sha256=XWlcpBjbCtq9sSqpH9_KKxgnLTf9Z__wCWolq21ySlg,4129 -pip/_vendor/requests/structures.py,sha256=zoP8qly2Jak5e89HwpqjN1z2diztI-_gaqts1raJJBc,2981 -pip/_vendor/requests/utils.py,sha256=LtPJ1db6mJff2TJSJWKi7rBpzjPS3mSOrjC9zRhoD3A,30049 -pip/_vendor/retrying.py,sha256=k3fflf5_Mm0XcIJYhB7Tj34bqCCPhUDkYbx1NvW2FPE,9972 -pip/_vendor/six.py,sha256=h9jch2pS86y4R36pKRS3LOYUCVFNIJMRwjZ4fJDtJ44,32452 -pip/_vendor/urllib3/__init__.py,sha256=dW1kWCz7bYGr-1q7xbDvJ_0_GwfyJtWq4VaLIzMcviA,2721 -pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc,, -pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc,, -pip/_vendor/urllib3/_collections.py,sha256=-CAKsDE-WdubAjlBSZLx7b0e7WKenaNGwWvGLDEF1TM,10746 -pip/_vendor/urllib3/connection.py,sha256=hdUK2hwFNWlKxpm7JbY_YxGYJWbe6s0AYUSt9wguHk0,15001 -pip/_vendor/urllib3/connectionpool.py,sha256=jkmLBXUD8wB0exYjDoEsg_cXVZUv-iDbhC3vAUUH82Q,35307 -pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=lhYXvB5_oGKSeurX7za3XhcGyERvNjXRQ3eJp2GmQ3M,717 -pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc,, -pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=6ZRejHBpquHtJaXPDm0cBsEwOBe2l9bTnDvVzd0HwJw,17576 -pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=Umy5u-3Z957GirdapnicXVOpHaM4xdOZABJuJxfaeJA,12162 -pip/_vendor/urllib3/contrib/appengine.py,sha256=VvDpkc5gf9dTXNxXmyG1mPdON_3DrYG_eW4uOqN98oQ,10938 -pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=5ZpMF7N9B6NEjVU-r-xjDOV_-hkNvsDoNc84J2yqauI,4459 -pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=raR9jRVPK485CjBp9emmWfoZIyMA1b3vcYJ2-CLg03A,16468 -pip/_vendor/urllib3/contrib/securetransport.py,sha256=IfPZ2wA3x3NXxHjKr--Q7Xz4A37ZSyWHn_1WvGxvTKQ,32826 -pip/_vendor/urllib3/contrib/socks.py,sha256=ZJ7lEUlErvAgQkd4xo_xvfx-acym2tDtJqyE0It4VRI,7012 -pip/_vendor/urllib3/exceptions.py,sha256=rFeIfBNKC8KJ61ux-MtJyJlEC9G9ggkmCeF751JwVR4,6604 -pip/_vendor/urllib3/fields.py,sha256=0EYvHsgnUflhb-UhMMVjAwiRp1InCe-uy1McDD6nhPU,8575 -pip/_vendor/urllib3/filepost.py,sha256=40CROlpRKVBpFUkD0R6wJf_PpvbcRQRFUu0OOQlFkKM,2436 -pip/_vendor/urllib3/packages/__init__.py,sha256=nlChrGzkjCkmhCX9HrF_qHPUgosfsPQkVIJxiiLhk9g,109 -pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc,, -pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc,, -pip/_vendor/urllib3/packages/backports/makefile.py,sha256=so2z9BiNM8kh38Ve5tomQP_mp2_ubEqzdlCpLZKzzCI,1456 -pip/_vendor/urllib3/packages/rfc3986/__init__.py,sha256=Y2dGb08ZJuqIrAqfmrGMpNi2zjzKVTxfeZ8iF-Db338,1562 -pip/_vendor/urllib3/packages/rfc3986/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/_mixin.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/abnf_regexp.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/api.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/builder.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/compat.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/exceptions.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/iri.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/misc.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/normalizers.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/parseresult.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/uri.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/__pycache__/validators.cpython-38.pyc,, -pip/_vendor/urllib3/packages/rfc3986/_mixin.py,sha256=fnxYtuAQwo6RlGZzsawcICxUhLqQ_Tyob_Kamy-92QU,13214 -pip/_vendor/urllib3/packages/rfc3986/abnf_regexp.py,sha256=0cPq-UrpihByHkDsZd_7p6ruqYh2MuqCqIjc67PFHCs,9081 -pip/_vendor/urllib3/packages/rfc3986/api.py,sha256=5wYJ3IvszICEY5cgeLTtLRWCyc9mJhgZ_4QZVtYoSKI,3887 -pip/_vendor/urllib3/packages/rfc3986/builder.py,sha256=BFbuFFZUcAnGJzvtQ0n7ffHqgG-CBf-Xi_6aU68n-OA,9577 -pip/_vendor/urllib3/packages/rfc3986/compat.py,sha256=jnSGxU4M13w5vuLldgKmXmpxcZBxmUwg8dBzNQEWzYc,1513 -pip/_vendor/urllib3/packages/rfc3986/exceptions.py,sha256=dadexlPfwsYbcbFdbR1lp5WyuF8PMsSmx2gA3nrger4,3775 -pip/_vendor/urllib3/packages/rfc3986/iri.py,sha256=UWHdKI_aOiK_SC3oE_nTrxsgiS8shJQRkmKn_AAxyms,5483 -pip/_vendor/urllib3/packages/rfc3986/misc.py,sha256=MbL7MgqbTef5VddkaaPKkLpe0hPRNCEx0-kKhJfRyk8,4094 -pip/_vendor/urllib3/packages/rfc3986/normalizers.py,sha256=L6DOXDi7vZ_BDoXS8IUl9CW21E-siDJluK2mmImljtY,5259 -pip/_vendor/urllib3/packages/rfc3986/parseresult.py,sha256=cdmsiBExo5o2A2jWI-TtGFeXTPenyXQbGf5Nmv7nh6M,14654 -pip/_vendor/urllib3/packages/rfc3986/uri.py,sha256=r_KhSNmvWfoBGRPBf1dnlwWnCwuM-JHFtGa-6DH_jH4,5227 -pip/_vendor/urllib3/packages/rfc3986/validators.py,sha256=jbJGdqUcoeSD2E_gmuFbrujLsVtEpjhJg7oxpiFeyY4,13854 -pip/_vendor/urllib3/packages/six.py,sha256=A6hdJZVjI3t_geebZ9BzUvwRrIXo0lfwzQlM2LcKyas,30098 -pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py,sha256=WBVbxQBojNAxfZwNavkox3BgJiMA9BJmm-_fwd0jD_o,688 -pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-38.pyc,, -pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py,sha256=E-9J-kAaUn76WMZ4PpzKUxM4C3yjY7mopOpbPIy3Dso,5700 -pip/_vendor/urllib3/poolmanager.py,sha256=GrUSFRcQbhxPMRlePxOUbXvmsOgGTiNrxQpICmXd30I,17050 -pip/_vendor/urllib3/request.py,sha256=OfelFYzPnxGlU3amEz9uBLjCBOriwgJh4QC_aW9SF3U,5991 -pip/_vendor/urllib3/response.py,sha256=GxiW6sI0NZgdlDL4hzPfKDZmH7OFTiGZosaXu2DMG7k,27171 -pip/_vendor/urllib3/util/__init__.py,sha256=P-VlwgBFaga7i1BTWPNHGK4TN-SES0VoexbeIPIKs_0,1082 -pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc,, -pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc,, -pip/_vendor/urllib3/util/connection.py,sha256=-AyqcRTuNUHuo5ndtsU0Og_nMyCGATC-kYqOUdBHwIQ,4639 -pip/_vendor/urllib3/util/queue.py,sha256=myTX3JDHntglKQNBf3b6dasHH-uF-W59vzGSQiFdAfI,497 -pip/_vendor/urllib3/util/request.py,sha256=_pmOHJWpOHk7w8BDz6WZkmMunNmplEPBmh2-5bl3Do4,3832 -pip/_vendor/urllib3/util/response.py,sha256=028PNXDZhwBtnm2uXvnAHi_l9_AAGrAMH2Igh2AbgWg,2586 -pip/_vendor/urllib3/util/retry.py,sha256=1m-XI9_LORj1FLbwOzgWC6pTt2deycyGl4BWRI9r4Zc,15150 -pip/_vendor/urllib3/util/ssl_.py,sha256=bYkkcBpWIbtFL3WCiX2pgTRjS2Ukdpv0oTtHHK0g8Mw,13798 -pip/_vendor/urllib3/util/timeout.py,sha256=dTF-iEp8DZiPd-8g2X7CVucDoBWJBn221T8ghg-tjkQ,9768 -pip/_vendor/urllib3/util/url.py,sha256=DyEkFjkLo4C82N1elJgpePfccgLb6IHMjBTnPgs9QmU,9827 -pip/_vendor/urllib3/util/wait.py,sha256=p4BZo_Ukp5JF0Dn6jro7cUfqIjnU6WFtuoA6poaV5Jk,5403 -pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 -pip/_vendor/webencodings/__pycache__/__init__.cpython-38.pyc,, -pip/_vendor/webencodings/__pycache__/labels.cpython-38.pyc,, -pip/_vendor/webencodings/__pycache__/mklabels.cpython-38.pyc,, -pip/_vendor/webencodings/__pycache__/tests.cpython-38.pyc,, -pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-38.pyc,, -pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979 -pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305 -pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563 -pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307 diff --git a/lib/python3.8/site-packages/pip-19.2.3.dist-info/WHEEL b/lib/python3.8/site-packages/pip-19.2.3.dist-info/WHEEL deleted file mode 100644 index 8b701e9..0000000 --- a/lib/python3.8/site-packages/pip-19.2.3.dist-info/WHEEL +++ /dev/null @@ -1,6 +0,0 @@ -Wheel-Version: 1.0 -Generator: bdist_wheel (0.33.6) -Root-Is-Purelib: true -Tag: py2-none-any -Tag: py3-none-any - diff --git a/lib/python3.8/site-packages/pip-19.2.3.dist-info/entry_points.txt b/lib/python3.8/site-packages/pip-19.2.3.dist-info/entry_points.txt deleted file mode 100644 index f5809cb..0000000 --- a/lib/python3.8/site-packages/pip-19.2.3.dist-info/entry_points.txt +++ /dev/null @@ -1,5 +0,0 @@ -[console_scripts] -pip = pip._internal:main -pip3 = pip._internal:main -pip3.7 = pip._internal:main - diff --git a/lib/python3.8/site-packages/pip-19.2.3.dist-info/top_level.txt b/lib/python3.8/site-packages/pip-19.2.3.dist-info/top_level.txt deleted file mode 100644 index a1b589e..0000000 --- a/lib/python3.8/site-packages/pip-19.2.3.dist-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/lib/python3.8/site-packages/pip/__init__.py b/lib/python3.8/site-packages/pip/__init__.py deleted file mode 100644 index 0803e00..0000000 --- a/lib/python3.8/site-packages/pip/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__version__ = "19.2.3" diff --git a/lib/python3.8/site-packages/pip/__main__.py b/lib/python3.8/site-packages/pip/__main__.py deleted file mode 100644 index 0c223f8..0000000 --- a/lib/python3.8/site-packages/pip/__main__.py +++ /dev/null @@ -1,19 +0,0 @@ -from __future__ import absolute_import - -import os -import sys - -# 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) - -from pip._internal import main as _main # isort:skip # noqa - -if __name__ == '__main__': - sys.exit(_main()) diff --git a/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 8c72880299d193d6fe5541849d48f3461eb4d0a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 158 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 YMip04>Td?HX;H5l6?4X$d39#)f1uUYNB{r; diff --git a/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc deleted file mode 100644 index 409056eeaefd7a068a8f510e5f8b8291d51c2abe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10642 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

BC8=YhOiIVD?U{n)6 z?T`8*+|>p-c=|2bMX+dq!=g@K)%+B!Ckxh7>GOY;f{OFV)~lowJe>KJ@lzd4sEn3a zduZFywH;H}I&*Oj49xlp+=pII;O-aZr&^yiF>1(EIwv4NZoNdqtkUN@PHh7_Ff|x> zbQz%!fXj=*rm{TjI%O2yDHSCnmt_8i_b{FPb;VD|{9V?6gk(K({div_i?@)F3x$8t zXPHJAl!#(Lbeu@j`^g~$2~4r$8*o2OG{qWCGOGC=S1JF5?@wvzOWb>hTH=Nk_GvN* zIvH?+fLOZy)G&=-6|#%Q^LppSDXl>g6Q(o)vgmOHvRq+wC9zHtj4(v&AwWS1>YLhi zKPda%XTseWG^JLLEv9G)c%96>l)E&Z_(soo}*Km7}}rF;ytU+|`2RqzoG`~`SDEKxs7&jYS~R0EsO zAkxa7)9xeU;sWpdM`f_V2vcJ;PJkYY-0{Y}uA&g5)v8k5{baO*Kb4S{;Wmhv&vfr- zPn+~A04PGb@pxqSHoq)|%uM+f1XqS=Iy zq%fLA8n8vUEAO$GvRmr(4)s((Max+r&)j*PPLoW7*o2W%Lp*9Yq8ljEO*jR|AEb;K zejbc@R}bGHJ5CeWJ!_ZdoY~3|z9pE@#1mu9xQ#^Bee4iIlVd3=&sq1Ij6xur^!E$E z>oFlAMq;`xeU@&VDJPs*bj9Crq_l9x5D7O)xhN-9-k<=J18I`m zUG?2|;MYM^r^We8G!qo30&8;-jOx&LhGp$t_S38A*%JLT^qESOY>GRploYrTV&F|g z!0UP{sb-Pa>sophXC4#du?^5wAXB%Uj3;c8b8@1a*45eoED)ik*b z2hlO+=2V^mHnG%?qMn^8`0ZzB3gq|EJE8{i!co{XNW$g%+XT~dW)9&OBZDvM_hpj@0-@00DCS>6Nj3r@^xT&Ybq$=PF!7~D=G<;B5*a`;77+5|*F<7xf zR+Ste9U5kn`7@m92{3K(H=KZSRLmOeU8{TYWqPHw#9bQ#zw0Iim#MUEe929Uu6uvm ztM{MeTvvoOY=~Uu81Jz75er51Jl3{Y#4NfjR#7B2Hf6Cn6t`7`CP}g7V-{o?lCD+x zVo9`-KVhL#Ih;x|+uww#`Sto>BSv99fmtfb{yu8_w))ADty{BmCv4j;+BrLKAGFWl z$QpWK)_%^Ov5(@(ES|k+&#AqtQc3Kp3)awEVG(QFPo&tdP|Q`}~FC+P;0Z2w}0uMo-QEQ>i7^DGuv9ANRMDDWGNSW0F+ z6XvC_s$`7(TRv7n7%8F3(WZFxIxmSwNj6;F#E~pDIy$=J`qPJ04 pvo>G_{{WT+lg@fUN8U?6W#P9KM!~WRb`cA3@c+Nre9^Rz{2w|S&B*`& diff --git a/lib/python3.8/site-packages/pip/_internal/__pycache__/download.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/__pycache__/download.cpython-38.pyc deleted file mode 100644 index bb60ea979d945249f892fcc192141f8cd065aea8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25929 zcmc(Hd5|2}d0%%=&$+XM#bR;t8Xh1q5U}7a5`;(q3xHS>T!6p=B!{GigL%EXvpW}G z_X6C}tV9cxM9BhmScx4)Q7u@qA}LN%NhK90RkmeExtzptTz0wANky*6c0|W^m5;;@ zEE)OzzSnatma&sRlHHouulv1z=XZbK>+_?d84G`JKfa~(#5XPLd%PL^8^z6G{QQJ# zS;|s&&8pi)+h*RWIYmdVv7#&2crh;5L@^=PWHBk%R52yjbTKX0Ofe(Zk>ZG4v&Af~ zvD#=oSIpHn6*o!yZf&f-xwu*K@!EKOOL2?j6Sax@*5X#lCu`g4+l$-lJBmBxK2_UU z-&NdIzomGK+^1`|)^97`R=>S?yWD4LchvL6yyQn}ch>JJ-X-~L?e6+L#d{<_TH9T} zw|JlAbI9*079{V~_7?YIoSSMNsP8N8tM4!Fm*-=($@+of0m*N!-Cuv8_(1)^;)8NO zUVEtiaPeWuZ>c>}f3*0hZj1(c;niRB@_)taz+`ym-8RqIjbIbn)r>$>PcSbaA@=O!1lev&Cnn zo$a+#_2-JuNq$FdrhdA3TJk$+zfycf^0(Dqt$(=qVaeZKE7e~sz9#uQYUTRH z;>CKUSV7AdJjMUH*iNhHsl2*V-KFkU_o&_KUUi?^qY7%T`heOuKU$pg5^M9`!Zo{C zZ4(-t+G26>1*>t!wY;UJ3`Y2lZSh|@#l@Gb#$$M1ljq;DtzzA_+B>}JT0`wefAuT& zHOJI^!Fq&m)L*W@XyGmAMN3TQQgk zl~~co{Rh=!xPQ#sj{5-jkE?^YKj>}2{W9*KP=|1T$lHPYOSu1#dJ^|fdb!2Rc=CoS zsi#!_ExWklW!Bp2u$Ni<$Tg?fk-H<&-KsjO?nM6|Ra5FNTtB9cse5pJQyo{kas3f> zLOqS^$JI%7AFfx_wAzE~Tk0A0EUuqWr_^(}ep1b-)3|<0ol(!@`nGyaol^z${%KWK zv+7>tK7%oyR~InG3*J48KZ-GaR$Wvts=X+?s$Nq2@ZLMBs6K$}=hVyU6fYMUa4AdHFYpkaKe=KUSIb7zz>tlx>l=RdD+Yjc$hlt`K@Nd_slqaZyNcAUk$34ykpf$ zfXBIcFDNy@Pf5_3P!JvJh@Y zyFs~DD+kqP!_31D-7_m^rcpI{^2oW;?5T5M%=c?(ZUp@_OUkP>6~{G()u}9%TIFD& z)V$n~#Yti9Dy2)3-*H)2vC7J;dAQWeddbtJIV@gbEF3>_cIxExh2y2;FJkKFrcckH zm$JVUrjeAYjn;AyW|?i3egAS(D{PzGp)c=^Dt9V#v0PbNZk1G3hsg@oYPs%(SylC0 zwepILDjb<>YRt3bSKD5=mFrbC)Aba`=wr^|h>Rce!p4Ua+N(D&d9t9TIo+(w(}b=E z+VjF)Xu2AhLM(i(S?SkFNtyRX5RNQ2S{Rv`DK=%+tGA9-wO0w6dIifi{@hDvUcz1< zpL(`*_WaDu^vu(Ey5ks@u+}WAGrBpiJ>SRmQdP-9#x7O-LLy9^ZgH2&wJ<)r+^Tt@ zOGpTv>C>S*%bw%s8z@I(i3{Z#z!^FBRJF0hC){;Bi2!lBG1m-p7t9hw5FUS%DS=uaFkcVP0_3|)KU$7_8v%sT-yv@VJY(? z$oC4muPy{ZOG-0QTdcWLK)5?1Y&Ot>Xn>vD>6aVGwR_{0CL86tcYW`(-iod^=JQoQ z?=MwbEmHAiFCR4X=E-`>9MGe`md5SvT^R7rbD>)A?$U zuQi)Xe!f;+^75@}i=))bjRpt2+`yjar=}<6O)#VWpMxyB^!eL?q+`80wrY3mz*@AI z5*NT_UWa6J&ibZJn&vb?&Ai5?ss>EpcJltv<>GwP($C}N>mNK2)LRG8{r(6k_P48# zH7|P$kMN=VfG(hUfVcxHg3ig-N|-)0?=`$PTKdTvM*b4%A4Y#utP5Vq!6=(#SWMR~a?(31_FZYBv(RU$s?sEu}_P?k%e$pm5C| zXz%Didz;Y4Ke(yK{6LK{)cDo)HPDN*mR6gu*`K%dGiqFIsb%UTtB@RmY%r=O)K&mt zPQ_GGZJUpEoV88YtSb)w?bVpn*dEo`p_21XFm|O|>ULbTc&OucVru6hs}p1UofyWm z>yQ=odW-bh!I(BFrXwRZ4#erO2VhJMeTHTKmtz_Qf5z&*Oflx)ZaCcj79ult$T~cH$_x3nja* zSdhJ3b$7#289ciO&u&?~b?r8_`Wq}?7kNk4yb{LeszAz__ec#wd-5hK zL6kg)pFe?Q9;^3ib`_Y=0a^Nj^SXP^Pyn!n7^Z>&o|bmrSdV#`Lp5;PO0(X2@(NpH zvk7AQ?VM@J%(Rc@y~<(Y88e~GG-!_*ei#Q=Sbjs3pphSekVC8*8aa!I*)sAJGS~@w zC+V3p^BxOjeBZS7#ctjVSg1tm5G8n3e)4lD{3HCV_N^O_(o_qbs`|_It`~aUE%tJx zpqd@)B_uz_42fYFgZvY^6oT|T?-Q!5FIO93yk4%HJ{KnZ6+iImA>^@|M`18lX)TAF znk~q7eyt~yWPEUpR?uwL{BXRV@0QPoPNf>|AY(dz?)cf#k*7&TC4211?2#}n6IbP+ z+`{(pu@( z1Pg+wl8x4@=3Vk?=&*?;%|LL~fq%IgEI^2>wkGjPLp8Nocvn$2N>o_ z$NxOx@|wdnVW*HwIk(!|oQypY{jzvBMWG|(4u@hU2VHB0&6YF_pUjs;9>eR9lPUp>o*=m zpDFbDv$nMwhrT_5H`B@uGM)Gp(YHm{1{e8gyr*kZc#F3misUwucA#U;%Tv$FV?*=h z{5&MzMjjGso@zoK2tl4OIn%!HX)h3tP|?uo!5kn14b_nbcKhvnx)r-B&PKJM+k;+? zgvqD_qxJQh4s%BW1I?ajZ(*X=oSz58$CY<+c|J@LT8Q$%#jYlmrJUcpOCRq_!(sAr zSyKqrWp^t^O*rF^JIX0dsSS?MCAiCFy5T)!&Q60wlSP1Nh0< zIY6qwljH!O0+Tss3{aT3p??y!D|}_}FNT}L`1!9P@vNe)EZFe2L&kBT|Ho8ZC7|cK z3KES<;YnPjRR&KIYD8smO&WO&_PkAM4EKvo%zyj5y zF%NYJlKvaicR*CTyWxiurT*sn)VcifB@g0)>wC31{WsB!{sxnER3TLY@qlhx`cEkI z$viD!F#Z$m+cuiaWVikhCX>PQCv!TA3@{DS)1u|)1n-bLX1%&+)d}nlM zp=dHAq8GKODOzJx9@wW=0MS(_7qyiy~ zP%{e_pdBtQ`+L-UlcO6Phfyr9X`u6#Ok*^t&vumm&OWZ?1Zi?3oj4(!-JO zqqd(#VvS}%N-|(^8M}S=#-L3))O)i+fbRZnLZ%1ce~23+6u%N%bywq53tn+nldGvt zQkc)9os_u-0_vT(u&4wWkOg3Op-7}VX+4KF(ojP(os6FAWYAW6b!0Uw@5DN3c_*#E z+Q}*xY9^T)@@k)IypRN-DFfZhq}p5YL4nms{P;ztd78E1Sx}HM)n5i8rWl^;Y|CE69kMQ zhy=I^1H>EPXXB=VEWAA5?TfVE-o4?Q{d(*X@87v$H8F5@S?1jvR*6_nRH=~A1#GPT z>rB4F0R{7?ZjAT=b_@K-#>ODrQ51AzE^=hH$N_s&Hyns_xO3Wt_s5}iJr1#oBs<1WSjE?n z>0uItH;7>n`PLi?an~HcI&mwmoTZe05~{bk5{K+-_CRUcpOMnEu65$ASrvn7pJ=^; zE8gxv1Z1ln7!RbawCCU1K8%Cd zSOFs{0S^yE(f}t3eHRAFctDZSj-s)#c`*S0AwKo!X9XGxY{7$wv;mFY zLolOi(_9V)cYR-vzwGNVm%=1SdeH9yTr9{#QEHHab0%F#7hX%-E_veM0QR9;)$a{) zZn;sRb|h>xA`#`hs?N=M8WL@92tzEcPyV5<&&-5Y`@SjRj*TYmo$HvH2+f$|!Td*7 zyBG^kuBAnl{u$&T+4|rr9EV7@`b&5S)k&Dg-)B{F5d9CC{9`5}s1gm=qt6aOA1)|% zYG^S53qH-+Rwfr4cgA9nLgOhr70bDaKX)Ab+{6#~bK|K$bCd1;?~f`Qv_6C`adgr{ zmy@^w3xRaCNCb$j8kBK5b_w9EEU<`2JMc~O8UTqp?iG}Q3BcC729yFCxWXbRUpX`M zUPaELxc+&xZB}Lkxo}i_^Uy6}tyzG{Im|%7Q84g7eE$Q5xS@kF$Xn)x_gz2;mlU>2 zrCBbRaA9XWmY_n3C3{~1)4X%jGEi_9s&N7tTFpE5HdxG8osQ#APymN;N%2yYK>aWl z1m;0HGBr?qK9q=nU+@OOtRG0*-per*> zl;Kxvs6yHh5|>mcOe~?jc^_gu2dw&38E>O){m>KKyDz&jK#7xXtSM(?XYuk*smbqWS#aM8-ib-)C~a|$xjc^NCvQ_1T;tQ5|No( z95eJ)k+it&N6$v&HBX90uQORYmn~nu2>wj{YXhdP|1BDC7qF~(VPO06Qv((ua>edj zMgX1x75XK-VkFmV%*ig1&4FSGqK16>ADIlJto~IzdzTBBLdJrGM`KDmzv03RZ1~X1 za8>xapkMf0tj9T$Vsal5G(c$ zkO-E)+hK)E!V0%wEPtq#QgPObqFczx672^zTxr715NU&C;xAV!aFWyB7AfHkNIW_Z zt-7+1hc53yI~M7wE1Fe5kL79K20BSY!^V`dz3W67{%;Z8*7pi97rOavEQ}U(>upx( z8Y49f$31GP*HAA^_gu|gwYRr}VVq;|*Kg#n;k9pYBWY~5U=;&_6-!ReHrBJ8-QK<7 zwsOFOs9SJm;Rc?aEsTa>;513VBA+Rh>P@u_5ug-iOQqMB%QaJ?e+u0hRq1D#`*|k+ zoQV(_QWe2Yfi%rg4vbuY@hqQx9SNr>{^^vH$)>gf0B&Rsr1qpXr$$oo)c#aLYE@8c z=#L`OVf=g|WzWb5Z9&Dv$mgm!Omwaom6Bl&fj8yaiE~ke%}j*~N%xQOe?5!z-@y%) zlSN8U$-uc{t%8$wQYEqxUhQ^{P}@mTp$Du^0#*}%RYZ@if*G{OK>k@fgET4DVm$w7 zMy$nWV82c+rWZ4v^x_El@>OSbB*?CfvNigaTOU;k7z1*hENX1(jHu*SVprJfSg;vp zh7?!|S_N}RE{-FIA21<3^Bz~d`XvCuEWKsWC*~1@f?Esbbi{fbfM=!JD8#O3rwpav zKfBWM+PUuCDX%dfEVM^YmHlA?X82BZqcI=Fqni~OKe52`RNr|U=q^p6Vjh&zGZ5;r=>_mik4 z;WxMGk0&vW{B*I_mxtBH6vjfLaQIrC^}WfypH7 z9dMV71Kk`TpYy{^0_JL`y=55SCdmtL64|&xBHNOd_6)xUQ~os`4d9HR%m2W$U*kX= zWGuTqv91%dNO9;>Gh`3nV-vs0KOanbP(Y&~D(a=u z9GNJz?XvKK>P55+Qxc=j%E%jqbZCn>PwotjLH@%?0xBDbe^><9r*Al@JIvM8X%(TBdi;?%obKh?NKCzg>{tLN>I&!}dQ{y-pA=k5)R+eD|h%{-@ zqN%2v^;m#?^`eKF!zajTsLA{p@fGJK+)fmFAXmNWGkndLw6-=ww=)xX!ZSeLyw zyb6#PJP$rnVTxd$s<|(}(p)xn@-ha(NB8;p{U`HtwetLAAqlivMmHK@V;SDC6YCYG zdyV(Sly4g01UeH0KaozpiNHwcj5VlSrIGN4hTicN7`y70?W3r5tw#zC9cIGWQd-o%>0jA*i_<#Dm0K3^e^v&-2Kb zT9g{kOj5&*2z`->%vj72WGVW0k%Yj-D z56=led=ohSKba2v>WCBVO-Cm=fsLk;LIJ&6f8kWn-v6hmBuqT%UuHIG%w}}M*-Q*? zjA;@Q-uJlUJpvmhOC^OM&yqm^feEgVX2aoV1mP8rrjY>>EZ`xKK~VY+`1#yr*k9w> ziR@^0R6wkPM?-&P0f+IEpq)MuW=tVmoT7?^Tc!~P4C3Jp1Q%B*ICcM+XG2r?i9v$q zl@cJGwxx)Ah3To|XJ<<@r)Q2Mh9gbp3T5ndFxE=B#5=!h8*-`q8ByVXqCtI~$uKVs zN929Osc++AlfYWwqU}3280_Rg?HS0#!warAb9MV2^qE-}1-GzuPA=tW-rux>G4_l< zA?^JY9A;z6$dT(<7}!=4q&*d8&Qx3HAi{vQ&I~~~w=jX9&>n&aBI}?Z!2?P|74tEL zXat(2kay>qk4qj#2;>v%X%l#jdxaDX-fKjsF(xf}l{!_D5+w{?;Hiu*oOe}Ljb4qR z7gv8a$OI!WZ{*abt2D2VLEcO@GC>yk%~vVkjz&2c9MDz{W{yp29MUMGE12KXN%is* zjQ*3mIQ+UfxU;Oa&2U+P4!-`&0xer-7^?*5ooAdmklV<$5vmpeBJ7F?#ui^+J3|xP z{v!;4E7Yp%y1Y%V;A(_Y8;qRB9f>%2pG!cCcvx6~vK)M7r!MqUWsAf0k z=1OyA#!XWQ&O$I?uy+Y@rAx44O`z3qq+Wglz$*hppS$p^onj!dfAGM8c9J>CQ0zda zFpikKX3G%zaa1;#&5#!T$4tJ?Dt*XnI8xs|;VDnM!~!+zc0^!NpS9oDD#b z7hGh4h*;s~vQqsTT%v1Q!Fr+r)(f_Vp? z&2t*kwbQ6VQtL?{ z$6%n5i(pJYBg0G7XDkHWyV!@3?O`E1l5#bl4lN347Jss7r%>8)V9`nGF<5qtMTbs0 zOH8RT{rygC4UFcR%?N2mQYjZ!v9pK)!4Fm)*lYCJAOQz7mUYgd(H_n;3!@>g!Mk*Mj*AQ(L_401F7nR%&M;_kFbl*Z8Nj!kzRqC<@#POid@2E8L zqs+5LC%y`M5-2NZ8`=cjWP~%QTVinxzs+=Vx9<(c5j{F`#rfPgXd=w8j5db;pQ8T$ zymi)kkyfdPAscSRX)IeGg{}{-4hb@$vcWbw^v(RD=&4 zLcfUbM&YCwUKTay2}b%y4ngyTO6xu;J4jy~qbx*^5i%v=F5SZdetr+goP+`IgPl-R zS@`+#k$z8oX}M9QnK*JD9)#XeuG8;+FyH;7_626qZP+~Nqs3yXCJsiS7JQ7|w zEipNH<@puFX^8I+(;%!u=VCyzKlH9|7^LY5Ts|l_D$u>=sA5d^jtUGwz07i^4c0Jx z!emb&FNzGblLxxpi8GZ)e)7;KaHgjb9L(Pr^?09nb3&KoJaoBiw9fWNY1GTzI8Nb- zuM##waeD6d_w^M`E^JMAfEU;8SM=YOYe)YMuI+pJE=yV|x9iDHq{ySaFA z8L+;G`Pf|0f^dt2wiaVuEqwqZ!|^#N3TBBBJT2z{G|tlAw62Fx`RiTcZeitIXp=*; zCTHm};|6ZbOt0DgHrnbtmZ4qZDg%vtCB6#xD#9}8L3ZF<28{+~Kcw7M2No6=5@;Ov zXF%B*%jYz*pn`~~jao^rrQmACN*M}HF}b}*FdEbdf`1UvJE3WE#7c;cp%~Y3Rso_{ z`{9>hZm1x=q3x}h^2q%!M5|t zEA4}gW@En;8>Byfb{fVI*!}q~Y!^J*34;rK1&nRTcO%hpD7cS!7;+1=_Ylg&5zst8I3PHSak8iN6w7ULX?kdgORy+&5 zaAOFqmO$%_V2VRbiRXs*8n5&8%z@>o4?U^zbdI5P?( zmc$&n_K;^OhUbLYDf}c>*35w}e^}r}d{p+;z5oeHo+}CkVXKMVfVoi44pJ+i4>Dm+ z2zG1Xzy(emrn($69N{^`sP6jFK81#Vg`*Ym3>0Vxv$)zEt&H>@WEi^+-Dn3e2SP4A zU07>KKv9e9yDLbp`>Gl1OYX4lU-JknwchY)&4hM~pad;J_pTlM#kHaG-ThL4aYdim2B}I)idS z{0}F{@4I1LbGkfF$-*2NAA#F`dv+k=j!yo`T1-=(KmCU$WL|#KB|I^++*?N|} zk|A~fXy2vc!QOqy)>eBwu-=BdjbsaAcsz0mLn{khG0Z{$;lF~qU|hmM{B5vq^xZ6zD`B8KA?$=!-5k2sz$!qJv&fn$@4Sunt#>ZDe)4IuYoZZ+FU>hA}e7#X5Q=+x`Pb%=3{ zsca_;*BuX!#B7VK63<3ES!$V3OA`9JJb}Yco(z?vWL#|mprS6^i6fnKu;q%49}j23 za05l;QK&}~ol%-#8mVAwXY>kkqF0a2v~!Urupf*P?mdw{;FIGy^$N{0C#r|P0*~Pk z01$6Tm>=R+%pz&$-v*L`?ou{#t~#J@8OlX+et10cfAW+LFqHqSjgT91f7J4izWz*9 z_x{LtPo+OLa{?xsocT6D_p~-B+^?WR{U=Pm%;XV(0uPi`7M20o;unld9u%MQrXdJ4 z1%zqFhk)Uh)pkIUafjOo%CnvA&i6Ar5eR}{5ZW`^c^GNU*?Hna|J-q}ft%KY=pySO z@gF?XFtKXC4QVk7&oOHu-X7y0z^4@CV+I&|LdNUs7daJJrJ^m7v*!cD&#^unkR?<7 z5a&Sip#_eE$o1XtGv?v9(0&XCuJ)Gh#{uZZfp)V8N=Q35{II?0yf2Xr1O&x^>g|IS zB;XRlD+&;26axt~1}`FKn0nS*G5(D`yiGz)E8|#^xOl?NxI2!}Ps9LS@=nPCyd)19 zp|jAPo;h(Ep5O(pJOO9mTYiI%AYW)O!oDr4%_)*eUl5|dZi z+<3R3PtSxug`2ye1c4*kXwpJZWDdiOO2Bh;Xaj#hV#w#PO+%HLfWsI73L`jA+3|cG zt`6cjob2vw9M&4#;hx}ogVzb1%!ASdVK8e{CYb0T3MLYWZqf~OJY>~Lq8ozJ6n_3M zAyGWp4UC2@2lD+Q^qo~#?qS1${p4E#La$+8hF5bNBt!&O!iFNYox>`=8fz@#j;G&M z07+jZO-+(0oU2Q-1(2c>sKfK`KY?>|Xa^*jbmh&r2KLy-tpv;uUF*;bO5D?tW2R|nBd#Z)`MpMItvgdN4 z+T!(M0TSVI3%POu!B{%LAuGEY+LuH7VrZ9j6N`63GhVSha*Q7$F&Ly@=aVf*@iHGQ zx7ZCN0vuT&QGM?Q{@N+T3JE3^HuqVyej5uOrn9uUy09D&npRD^i3 z9sH5C(-JNa2#&+>TzX+?SA=khNHK606}xJG?u}J^Qwwa^(f89c%aC0#bc9dplN}ti z;VDk|Bk(l_*bLK+Z8*Y$wqV7RkjyJ_91Z}>4iFy$$cA^~3PcpN^=2pOzZuZOL2obE zFz(+GDPyeQ$jg%M3+srO;}5ReQl z>rxL2XZjCNqW_S^<9%Y$9f1}d@dK>FB^CgqT0@Z!mKxc8!U4W$(`9aK^MkBA&t!px zDI6v@U%=TOoha+|1Oi6MF-(hiAVTB~_BJfqX>Q>vVdOz%`bM0rP$xnJ-~?xd0Xs3? z$&(+XQaQj5>r_PYJ*AF&<|>26uxBH5iFG z56Dv>^5UR=K{BxqHeh_`r3}rxWx`e@Py==)b|W+nJ|3v#Lv0%+k$$g~zfxyazrFXA z42)VlU;zvnQMmi^RnkOKvB9Cu7#Q7bg1v+fpC!~V&dY$_8Q$*U?PY-^j*eeBGW3i5 zIvgKn&;mnm^0gjh>mC3XQhk`!S6E4)^m*n!!Q_)nHiE#z=;~X9Kne<0Hbck~sw7eL zNu+>0;gu0Al9T3KLSTh&4E~`R>o9&kMU6oZFkBJPB@jpG!l}yR!aO8Qk8dWVcjiU; zaMr9YH*k&8{ZMFS^Afm(6WdC zhRCFwDn*vw$hEKk5$lkeM1EC7^hqq=h&iYRZvwo!>u3d0`nRye#?S-#h6ddBEjO=U z--S4+6q0N3Cv*NHGBg%YVo^|Vlr@)t_lGhJJw=K3VMyy`NT zel30tx(Ubz*M{f+Q;VSeQM?c0F`>VFHuCB0pj4u8OmcB_kz@fR=HtR6z?la8I>IXw zGx|M@tPR47AWLjL4~u*ZPmHuoP3HRT48F+2urKEp=~sZ50wFn)EpWgPJx7Mc444gh z4`SifKab&41U2Liq{bMZS$KbH1@8TUZ843{_8urIg@ZY%4#3F=gVV@n5 z2po&@Dy4=To{GF+kw3I|Z2$w&2xba4RKpWE(`L7`{)@8 zIy_WhY*rGPOYa;VAYMUF|M=^e};$(wK1Mb=X|OL1%+v$za*03t-|7d^!@@20vj*oo(CUvCsx z0XEV7*kSLyytvO0SBcG{<2LFBTLxh&07vZ}jE5%z4uxKG1Zc2bockoNUv98x+RgI4 z1&(SMci|rSyc=Nv1Mm7DdyQR|vyt#};!_B^3YUlsO2%>?pE8Wx7X|TXz`h7aqB1}R zO9?qELi_u2AQXoqfP4KElcP)yGZ`m_5i9g9NKmOKRSJg=M~60OooqRPkb;ZH(8Ldk zi+Nnz~hJ=!G~ukCU*a?CsGg#(R1&QdAw-wlbU~**G2Z)XJk>%MIZB%ExD_! zU)`0LuNat5qm;Yu@BPR6p8>>S55|>8ixcZhI3Wz{2-1e<14|}))jD=|0z*Npe`MH> z4|y!ew|Zlyh!0&D)a05CjYJM68Ur`^v%Uv3g*q|vt-U;=27ka6nbR54_5aHW36x1I z+I-G|pc;LbNTf#bO#(yt93~HZv4rxdfUsE%nKbm_SY^Hn!-?=1vsmVoE$3f|hg-T9 zECd|)zO6VG_0;>MVi=c5dO6osuKOD<=y5doC>NAm-bzqDppLnrWtd>;?*(WWj{%u| zH*}<(hXs}d8j*VVP#?qMcmh1Z5BSMpB78)bPD`-(MX>lJKcWlED(t%*Xc7pWvj$jv zdNujcWG{3hv6#WeA*c=}5`@Psjv(aCJj+7p;1?Xe46Oo(IbbA7Ba{wdAc`ON8|jSr z-wtvxTtLX+o&Gk|(UA{AfI!Lbiy)I&v~XJS_k*#;%{cynJLn(LyZZOLwWV|%?1h0b zSp=pav=2cl+g3+|34V&M11m6q36Va1B^F0VOu$L5{phhs88lo5!i6FJT{RHF^V9@- zN=YR2UAOP%!%wl@x}Bf=t=M~Zb#}D z;U;sG1acTZe2Z^&^>r88U`(I`jbpGD3Skr7_${{HSCBL2?0^_2#lZYEzA9>n^!Zg* zKaK=?GQ>FJY!Or6I%4r7sB@gKP4a4`c{~L2&jifTzmwRJHPR42jweoC^Nl0<1OsZ( zl0qvBC8m^wM(naR+Z(d#q3ymD)51;9q6hgGz+xVN+ZqCH!3f;Z$Cki znqQiUtQv#8!m|CuncjHzuOAN#c^Czbm>AJuGJn?V)d8?i&cJZ94w3{CmI(=ByZbH{ zUw@jnTbR4XLx;h?^PYT<~-16q@EK1=@|AHT_j9N6gT zGTD#g8IFH>qU@U>htIH@;3h#Y+|lZPLT|D{OFH=izI-jwui+ik_wJLiLNc4HiYZfj=3A&ia}HyrxaDxO3x*{4NUlikx3A-m+mOoc@AbtSMvYQMNTS z>RzW%z?LgqNMFvV6?bjem|4+HY-a0V1;6^nByG69(ZFxruxt{f872e0nL`n!T$G$C z?#c^z7A-f7O!9r*$=*3p-vHeN>zHx%>X_M0ih{1`Us+#4Mm)*yb(VvHj}@8`_L?!Z zyomUlP_f%(66>mP@67iqwVeGi8?&y`JZ4!jpHY`(;sB{hC?O61tdPk3hUM%qnU(-fvmHO$&aI&KFFkuq&PBgAf0Dj z7@t-O(=cV6l8*=)ja_KsPq2fLY58Eju}7@2nXfUq#^gMc3rv2T$xkx*I+NdK0=X>; zn@^sLA`V44c>;y}SV6r7SPSiGd|w|G4=_2z_vEN5}ai!&F4!i2akNr!WP=B6?z#rHeW>o`3! zH(Y01+Rftl^y$>CV;{3hV|R`n9ZQZspE&?l5=*61yYP$4@#=Ugn{rcgsoSyS{J);L ZAL$P=kB;Y~C${xJGY_OvsZFV;{ukbthw1-b_V*zW{adKN|yDq4auU!w#AnG91q8KiK3`SJZdR=O_>=_8*HFSP-via zffmI!xrtmgGc}c6s#2AeT$M$Xs%%qPXO;W~q$-eN_EWb1b_<%JAc+8#xd>HV!H34`+;3I$!T9be$1%3_iA!`co zl)y&;AGVGFK4Kri_pbwf%{mJBsKCbnziu4^d`$Wu2YlQ*0r-T#Cjg(cP60k8@JYaL zSZ@M;Q{Yp8-?9wAhK%a?~ z!x;a(_0c`8`f=~f;?t(x2_4@HjBa3CM!2f{?#im)4ULZ3d}OZJ-;)ojdUViS4t%#8 z+6|}O@l{yON5$r<>3Gq|3cl$qZ$u?!cWg66=TRrL6|QywVCvSFcfM>a+*n-rqH*^@ zy?(QP9Z$=*WnR<8{n%9}2$i$kB_{mhrWb^!>)y2=cO7N7Z7*yRjqDGM7_;OgZftEy z2V3SWeJO9{u(W(szTWUfIM#t$GcDma7i$YXxG(59yHyTl;(P;Zt*X8|K zqw%77_vUFCQyKu$JT`tE}mkvf(^jPNTXcKCspoh~NW z`8`qV4)xv#xz~WqsSI+2cOb`&zRXSrnqfAz^51Gp1*>2c@xN%5z_ugNp}Ozcx9rfg z%+M56%@MGA#lY{b=}<=3S8dNQn@u|iNXj#}7VpnroxeYS#_*MK=FS(_XK&W8-9BTq zlTnNoo|`fP__Nk{VtbaaYMnjCo_1^~O_V`lhQDJuzq8 zU$qVD1;cMaPuc_eF5BFPct`A*WE_RRnWpI(%l4j|l&p(g>(yLTAbQdG(8SPXg}`=O z>UAtpQ5v?1FEyFtIbowwB_(L9wULtEJF$b6YH7zNwP*U{JwNKx(bAu5o7x(vxt9Bm z+B8@1y(|0l&DLPmEx(IRBX1GuRC~`E-)sTn5}vosFh-Y%ztGij{M(K?6fC}NG(Nz) zKzxv5K`&^9A9FwUj_-!Q^sZM+YMi4@usO(v`>#&0d4o+~TgP{z<&NTofh#DXDeHxD zxuW>2iEHRbf?UQWOf@XCVp@)5nWyfD*GP%p!jO0l5yb!(cz#Gmh^ZF(MgZLxv^ESA z;?uWs`)HdtfzanfiYyP)LHLz1KasJh!8OOV@0cpEV~u!q82^>jpwNaIezVzC0ek`_ zI%f#!z-VD4!*x8nw$B3I0>W1^3n2W;3pjbj4#I~vu<*TkSJ|euk(eFZ>eaI=5DE2z z(CBt%Lw^?P)Ha^PA5wtL)W0#Dz%b*HL{}uH!nXEXivirPW!6IYmDf_aVpC51~&3nJ+TP5q@Rl#uCh8-uPJ-Jy2HJLN?E^ zg*(L65FBU81%|0sx^&uteXu+OtZrwpB>c))zII31PaMA+T0m#s0V-SMb$!wgnsgM;4Ot*#q79jKlD!`P?v z;LI4xcU?G2aKe3q?gfn$ViPPAJHEsA5x)iENBgq^%hy1Ndk+??j!>i|93Ch-dKs%C z28HHknICclP46A<;}Q%kt-RxV{CJ1fcL$gt$f7n7%3HjqeC;Y9;iz}Ou=Yp$Hf-)K3n_@;?#=tqKH#uZ#bGpuS6 zY331S#?fZUDv7EcNmOlFk|vdCv`;$ouQ8T5MDs?=blfgXKC~%3C`X*uBs*l7D@Xys z%X;Mb>)z~&?_0(y)U+K`#?PLB8W5z|cMZuenN8#Yr3m8_SGNiE(k@$AtorlBi(^)ZEh)_9Ye<*XA z8LqC^aXb%(B3Vojht>$~fSO_1$Yv?{IYHMBF2KEgWE&3`?)As8@Y=I%uj%kLXk*#P zzpOjqYR#B;fz2Zf5F{Q_Y<&W(KZ(Q<@Zkd_iP{L=g3xKkM2ch3m}-W($jwo#;=cGyp5cIW2;)sQT1q8;Zl#}afu$GlvuE5l;xw4 z=4#HYqQhNDP#C5Wbm66fgAf29j?WSj5nO_HLgr*T?vpImvRfuN(m?jpm5ik1u9&pw z0NW0-S|NQ*%MO~#kyF>) zx*&H0>ip466+HcfQzx+wwg6cqk{TI{{&&3+zno^)_7IXo{kT*zAiJqU^#LgU2VAl8 zt@I}P8l*YA7sCxD9v{o+OuzIgJ9aMlqPW>ERWP)91W}N>wxKg!0 z@OI?a!JoYTgWAVFE>?&6Mw|$C@^iB@;YR6{pVZ0dh zX7)vLEgW`N<8=iuo^rm#cpXG)Cs!VW@#32%uAv_#`7*A6Ij-G}7bLnEO+9P|#5@zJ z{Lr0`&B;0xH^sxTARd%&GY$G@kqi$J7|aG6P*v^OWfTRh?1n-sC8^7G8wP~t10sW9 zmMO1Q*fkCZ!>~#z!h^uBDWcqS7fg0eOe1^1im@|n4|H5cj9}an#kYNmb?9=K5PqB@ z%qW!zV}OnyI0#N*Xy)oKc29l13rymT+0Bi(fwzB$D@}dn3%cU7|Mwo8M64YL%ny{i zZ8OwOjQqWj=E44?Vcux&;>F!b1nNPr!Y_plf^kje6B?*L!wkE!9P=Lkh%38LKHITS zs)EbxID=+)W|O>p#!~|GjYbE!*jsQ4zy-bcGhFA{_JHRydrq#BWXW;>8(sUJ6PxRx z4hI6Gm~gC;?u=NC+1Uh|B{QG{N>jG*Ciw|=5&hfo{P1i1HvAr#vdn}*&A5>!XyCQL zH(GB%_gvrPf=tz1b)FE>CX-UIb*rWY567}3;}^t^ z5kABC*ryHD6NcyECSzP*(k~!^5t?l{R-j+an7P^F7ua1(Qd`J|(Bki;f$7QI7uXB) z&@pi^l9V0jbaX=>>E^_BhzlehxF;@Qa%~V}(z8}=as$#I?|CiYlJGw+Ata{Yao;W` zmU+bw;b=8DQ0z4EE-~}Q45T!0mc<1_a*0`~YDzt0ec%Sr!mf3(EdwI==V8X-KxURC z_E$`lW%#|HefSsREek64j@$q;31<${4-~`nm&Z-t{!;uI^1E7F-_n_W*kaJ1Qy;Qj zLx2(g_r}5k@2tF~JUJVDVNqz0d@nHn!r!$4!Xz)(KwXfii3Kp zI5Vg?qqG&m%8@SBd|X*z?`S01^6kW;oAPhC0$P48H>`%EuSwhc+a?c+o<2ZZ`_){zi`9AJA*Qe=hyDuz9sP8#Xo;=^X}rU z#rl0bz4^<sZ1CY&@aU5F}2%<;}o->SQSj3TC{epNp4PmyeG>n;M%KN{NH{0 zB?=$xj#Pt0;TGxzRQ0C20%a7gwxt#fKBtEwE}<{hHi$dPcm3h009Wm&uyZS@Uk$?M zfn5n0>A%bzG0nCcl)iC>@rd055->KsacCQK1BBMdBlMAC!FeQEVN}3}L8?l>1dY@Z zn}IXgw>f_#0m(j6WPXhbDV3t#%?@>2-|SHTrV;w~z)vuPb*M=6cNIOONint!RKQSr zbOPVoHL#%${u3_I8Jb?!OF#A`9PA^uBNk;6oEnB~5wy_6>F+Ha3GrN-ibUf3DiYuM ztpcoF{+a%J94>gC`>oc(i8rh8ZF#ehCcg1J51Xj16*lw7wdX~qA0(+?`n~q}s3gR5 zOo&&@<|63P--CXzIas0akN8?VfB}JkDyL9oG*KqfT!g$pu;%6lfgza!@*_^Imu&{?+!5ZB$?kDKC(&>Z zSM(5Njc59^_z=SnlHKqXyee+HA`if286{=o4976LM`Q8^lH@gfh0}_Oua)n8FwFJR zZLoub3Pkq%A#|yUh%PxdU@0GEf}>kF!xn14LoH=fXF4P)7m#goy`w3$`uhrxYC53D zSU`m!R3BoL7bsYv%Gq+B#*!;S`!QY|A@ZECpyOo4rI$p%Uwr7DOlOz>nY}}>wn=&vl?aib;WX} zTu^+|#5ME-%CVb5rW_75v9I~)SSF2eX9IZ!?_qpOp?53u#^}haer^DVjgVAN%+B37 zQ5Vd{->0Tm#4bHbv|kn10%oUD?#9s)!aLSM=HV}R2hGqr%AyciSQtf-AucQwe+%|r z;*qw|==4JN7$R%l3x3zN>V9~|{-p$&z0Xh%_h|DG+%mw8t4>JAqqD(4lq)r*Zr?xn zDArBZ_`~5Q2NV|adZ|37_ChESZZK8z=M_U|} z=}J)%RdV2D<3l-Q#G|eztWi{Ku}-f@lcap6R@up6!>8&!HUsWq%rH$_mvN)%lX?k% zy?1_+M7x{TRE;cPtl$b7SRh1lk4Duo9O9DH=68thyi*dv;dyW_%>N~#K6xjFTqvEq zK#1t%uvekp8(|{io2^=}SgU-qRq4GxgkJ0zf3t;yUZr@UCo!|EHkz0ZP=D#4ON~Yn zw^OK+RS!D{ zd!7=D#*-><({@qN%U~j#Cg^a>PZJ#~Hijb;*m{m$oslzVJUra$A`yYZ!;0GxpM4Hd zA`D_HL)H^h6CKPRzYL(GIp*#WFzX=RiW*^uQUZ`;mX2q~7&^kKM*04Y;dmN(p&Bln z50vw^ibRb@7t?dlasXM5|0+6Wibq)GOq?7qQ#_)j3^u3PoMH1eo3m`D*-(}woh$i7 z#ax?2xDvC8Mig}ti;jrFpdo=#)Q`_ze-0vR0WCp6AIlvf{4e(5 T!sPME3zMVxo5uCYWbyw1(E9K_ diff --git a/lib/python3.8/site-packages/pip/_internal/__pycache__/index.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/__pycache__/index.cpython-38.pyc deleted file mode 100644 index 18bf1a900646e7187d13b82fbaeaf420bdc7a968..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37730 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 KHkEJ6FaIwSh~A9= diff --git a/lib/python3.8/site-packages/pip/_internal/__pycache__/locations.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/__pycache__/locations.cpython-38.pyc deleted file mode 100644 index 8cc325b9e795806945a9c941fde38e7594c3de92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2938 zcmaJ@-ESO85$~Rvotd5e@Ou62od)pRXbOV@*Sm~W1+klF+XS4o{TK1acO)E!?VO_01#D`S6x z#^0DAGIwmSe^77y%?S$LAJwTn{s5@!&ro*NLiAh5-b>6ZjMPKz{2HwM#0YN8`0JXxskvM9#st5_{HwQg=f9?_xSQE0|9>9Vs1TF1e`Bm6 zvT$s`>R;(~O|qzEOH&zH4sMWjvP#xI$H68s_tD0c(f9ZAZY1J7xJH3g=& zfA1%|4|l^)cc1SA>qJFCV#XEu>_KPe(K97&KYaev=OHNG`!sy~w9|Re`7uaW*&xf} z>@XZ;gtG8O%)}r{X!c^GBF($mP*$F15V^E=;;xX^Ud)Ab9~EjhQ6kMEF1jkpiyr_K zDY)K)mj^HibdK1nzCT>ZBs4L1VduYjx;&zjy`^JL?M+4#P1LDfgeGJ=_&0F1nkR)2>l+*Q@Y7#i!CfgyT3N(s{JM%UI5&MNeY^ zi9X=U1oG%XB;i#1kBF^<$A8`47HP2!>u=7Ec5@Wp&QIvkca>1TVVnudAd}n41w^)r zp=`o(;Twm_8*jsau#MZMftPX9u(0vkv)NUUN~ahwn#2czRSd!0+3&Kr5L}uEarVkq z8a9d82{0{SMy>7rAr~~=-ir@d#D?3W=JtRy9YeAWHut;A=;GG|q6)7*)8DEVq}mTk z@tKWLjLw|WVm=gyb%Y@R$G|Ku4 zIyXwEtlvSul%xq!H;FyL$2OGyYUzv(F$W%6>LqhuYK)5ca|E+rh<1NryeO9XE@_c@ z(gtdoRLO#B6e|eOTPYo~cn6iH+ViEwinasaWN{4;KEY&Z4V^Wn-b%A9z5`k;J^)21?i$yC2_tsM zM~%(REZ-b($~L>bLuqAEN~JS{@Ds4LyNpJHc1H6`>EmCW`BU5jHJU%lQ~EWLMADrZ zhq87-0a!N-_8tTS;7uX{yjr813<#ALj|GL=8;YYmdu3{+BN{<{^H)0lHQBt}<(8t@ z2TI8v6a)g3?IL2FhST;K_Tq$cIj2gho2O}%kuX2#%jR7U(W~uGE82!;oJP>%)TY>? z@@J{dNQ>pUkgZ+}Wg3rYnCs@pnWf_bw~-KR>VG;F65T4*$Zmj=?k`ML9-CK#s$>TD zJZ$|1Y)Kt}$BQHugvB6Og_(_}tg3y5D*5cTGWbXhKTuX~47UO7ljtaCTj%((k>#dVO_FsjFeXR+GC%Z8FctAeM6jeonY2YmB2@UJby2C4TSx57RF z&l{EdozDHv#+G!#kmTJklwKJ227qcBhRgsJokQv5d`tIfR{=+z8rxKpDx*w;MW;@e zfLwTMD;F20T)Px*%@DCQ!=*mdU;*0m)@5tn(wA`9JiNJer+1M(vrt`^ssDzoriQv28ZgMF0%_Qd;Lzc$nQT7Y-+dh3y9>8_xbxug z^j2^c4 diff --git a/lib/python3.8/site-packages/pip/_internal/__pycache__/pep425tags.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/__pycache__/pep425tags.cpython-38.pyc deleted file mode 100644 index 8589b375a3d1f7e2fff4df5c663e3f623125e589..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8337 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 HXTI^@kN5$! diff --git a/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc deleted file mode 100644 index 3b29f1eb260c87647831902f348c00e3c49d18b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3164 zcmb7H&2JmW72la%E|<#>$+FYhMuAS7gG?Zzlb}Ww!*LQgMq@-}6vs(x0>NU%9f~XM zS7wHmNiQ#v54{AeUx#o+xbmi12@oP8(^-iKE{g(k8hl2|Dj5Q2T0&;d1HdtjTdGjQN*C$-ca zxM_V*H*`+orHw(u^lOQqHU~{&@unC9t(&yc_Mn}12Ay}UqbQl zILD&a?AJjog9LC0@=*ZC_iiQmFihm_-fBbF7EP4SK{9Ov;()WA?;RMKs%9Mt)?VU; zlhTF8vVF4tqj(K^uSCqi{Wh#B>wuil5pHP+5S9%mK0_U^;CD@_`TKUM~1?ec7xM;v@=D)npo zT#e#{LmxmlD_{;VL`!ltDS~1eM6nP*2T5Pn{bCv(av)eh9^m1ZflhkRShQnrkPa2U zg#Hk*Up{TX(YA0^#!fO2w)(z`Z z>%R3ztE`{YBOB(t%!!=22m3@>lL9bx4jUpVEtx1UsvVQBN#xG0>{jWC@1lC?9lGMX z1=Ta4dInU0bm>L)D}eTjzGY}U@z>IsgNGwm`8VZ%O<>R8Bj+;nI6%ht#SFWCtH0pYomhY?d_&Q^Bnp~En=dC&J5 zJiDO?Qw|X%Z<;aAO(a;B7dPJeE!$!rh0?HqNx=mFYQn)+BDQ;XmmvYzf5;`o_5ORT zpJ#l<1R1TKl!w_FHsercn~FhrCh;&<$&|^0593kHquz?aO6I`Gyv24PP%)FSd{ik_ zMf;|Fm3k{SOHT$>ewu+Hg0x|fS#1SvgACAttq%Z1(_Ng6K*R!LMzJHlDFEUX5bWA0 z7b_+!3>f2>vjIcQ?-*y51@1$riR=vg2qTL}z?aE!K1m`ph|xIV`{8iPFn}2b+#4(h z>x!co)NKQv*lfo#sH;F-2o;`|1o*}R+!mjDfY7;fu+J;>0Ei=`uWj1Y9 z`Kv#>_hBrd5sBgAm&2oHW}SF9JR&-VUr z)=QU`z_!wD!3+KO$sA;P$p*6xbGpiNxQ^ca&6~Y#xDIPaW6qOVC74<28D;?lZFn;X zDwhZXNZQ`QB2xScGVJV=Ck2=-+~;#p4ux0+)M*j`;KMT@4D+;rU_6S|cmd${P4-0a zQ0CcOypCMIj1enjw|N%(O{M^N4vH!R=efn+Qm{>SG>(U3v_u+aQK)h;MI10inf;(e zeId1Wt8-^>{S+_Yf|d&z-qQ$bRZYlVwTK9de_# z;Q|yj9J>&+X{dDP0||+4RbiPsyxZ3PX-?Fq*RRP;+B0T@yUF7&YP*zSK|Tz6|8^jnTY9P0Tlp+CBfR*k-(t`Af&e&M{p{XX_# z)vNi$A%5E-9u@DvN!?4@4}#GIQW*~dfu*6?#Ksr`D@)ykimewsf;^H7V}q(nxooDF zMO=?R9&%H!%E~TR&o56@oX8&3ixA@iOD*j#26a3Qiw}YIg}^@o#(1U%F*2UP4vR}+ gYB=v!nn#m_-^Nl{qO>jQ5%|${TA_E@_B^loUpmr(TmS$7 diff --git a/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel.cpython-38.pyc deleted file mode 100644 index f407b610428f61ba0baef0c7b313bf10d998ffc2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27490 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 diff --git a/lib/python3.8/site-packages/pip/_internal/build_env.py b/lib/python3.8/site-packages/pip/_internal/build_env.py deleted file mode 100644 index a060cee..0000000 --- a/lib/python3.8/site-packages/pip/_internal/build_env.py +++ /dev/null @@ -1,218 +0,0 @@ -"""Build Environment used for isolation during sdist building -""" - -import logging -import os -import sys -import textwrap -from collections import OrderedDict -from distutils.sysconfig import get_python_lib -from sysconfig import get_paths - -from pip._vendor.pkg_resources import Requirement, VersionConflict, WorkingSet - -from pip import __file__ as pip_location -from pip._internal.utils.misc import call_subprocess -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.utils.ui import open_spinner - -if MYPY_CHECK_RUNNING: - from typing import Tuple, Set, Iterable, Optional, List - from pip._internal.index import PackageFinder - -logger = logging.getLogger(__name__) - - -class _Prefix: - - def __init__(self, path): - # type: (str) -> None - self.path = path - self.setup = False - self.bin_dir = get_paths( - 'nt' if os.name == 'nt' else 'posix_prefix', - vars={'base': path, 'platbase': path} - )['scripts'] - # Note: prefer distutils' sysconfig to get the - # library paths so PyPy is correctly supported. - purelib = get_python_lib(plat_specific=False, prefix=path) - platlib = get_python_lib(plat_specific=True, prefix=path) - if purelib == platlib: - self.lib_dirs = [purelib] - else: - self.lib_dirs = [purelib, platlib] - - -class BuildEnvironment(object): - """Creates and manages an isolated environment to install build deps - """ - - def __init__(self): - # type: () -> None - self._temp_dir = TempDirectory(kind="build-env") - self._temp_dir.create() - - self._prefixes = OrderedDict(( - (name, _Prefix(os.path.join(self._temp_dir.path, name))) - for name in ('normal', 'overlay') - )) - - self._bin_dirs = [] # type: List[str] - self._lib_dirs = [] # type: List[str] - for prefix in reversed(list(self._prefixes.values())): - self._bin_dirs.append(prefix.bin_dir) - self._lib_dirs.extend(prefix.lib_dirs) - - # Customize site to: - # - ensure .pth files are honored - # - prevent access to system site packages - system_sites = { - os.path.normcase(site) for site in ( - get_python_lib(plat_specific=False), - get_python_lib(plat_specific=True), - ) - } - self._site_dir = os.path.join(self._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') 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): - 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, exc_val, exc_tb): - 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 cleanup(self): - # type: () -> None - self._temp_dir.cleanup() - - def check_requirements(self, reqs): - # type: (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: - ws = WorkingSet(self._lib_dirs) - for req in reqs: - try: - if ws.find(Requirement.parse(req)) is None: - missing.add(req) - except VersionConflict as e: - conflicting.add((str(e.args[0].as_requirement()), - str(e.args[1]))) - return conflicting, missing - - def install_requirements( - self, - finder, # type: PackageFinder - requirements, # type: Iterable[str] - prefix_as_string, # type: str - message # type: Optional[str] - ): - # type: (...) -> None - prefix = self._prefixes[prefix_as_string] - assert not prefix.setup - prefix.setup = True - if not requirements: - return - args = [ - sys.executable, os.path.dirname(pip_location), 'install', - '--ignore-installed', '--no-user', '--prefix', prefix.path, - '--no-warn-script-location', - ] # type: List[str] - 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') - args.append('--') - args.extend(requirements) - with open_spinner(message) as spinner: - call_subprocess(args, spinner=spinner) - - -class NoOpBuildEnvironment(BuildEnvironment): - """A no-op drop-in replacement for BuildEnvironment - """ - - def __init__(self): - pass - - def __enter__(self): - pass - - def __exit__(self, exc_type, exc_val, exc_tb): - pass - - def cleanup(self): - pass - - def install_requirements(self, finder, requirements, prefix, message): - raise NotImplementedError() diff --git a/lib/python3.8/site-packages/pip/_internal/cache.py b/lib/python3.8/site-packages/pip/_internal/cache.py deleted file mode 100644 index 894624c..0000000 --- a/lib/python3.8/site-packages/pip/_internal/cache.py +++ /dev/null @@ -1,224 +0,0 @@ -"""Cache Management -""" - -import errno -import hashlib -import logging -import os - -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.models.link import Link -from pip._internal.utils.compat import expanduser -from pip._internal.utils.misc import path_to_url -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.wheel import InvalidWheelFilename, Wheel - -if MYPY_CHECK_RUNNING: - from typing import Optional, Set, List, Any - from pip._internal.index import FormatControl - -logger = logging.getLogger(__name__) - - -class Cache(object): - """An abstract class - provides cache directories for data from links - - - :param cache_dir: The root of the cache. - :param format_control: An object of FormatControl class to limit - binaries being read from the cache. - :param allowed_formats: which formats of files the cache should store. - ('binary' and 'source' are the only allowed values) - """ - - def __init__(self, cache_dir, format_control, allowed_formats): - # type: (str, FormatControl, Set[str]) -> None - super(Cache, self).__init__() - self.cache_dir = expanduser(cache_dir) if cache_dir else None - self.format_control = format_control - self.allowed_formats = allowed_formats - - _valid_formats = {"source", "binary"} - assert self.allowed_formats.union(_valid_formats) == _valid_formats - - def _get_cache_path_parts(self, link): - # type: (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 = [link.url_without_fragment] - if link.hash_name is not None and link.hash is not None: - key_parts.append("=".join([link.hash_name, link.hash])) - key_url = "#".join(key_parts) - - # 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 = hashlib.sha224(key_url.encode()).hexdigest() - - # 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, package_name): - # type: (Link, Optional[str]) -> List[Any] - can_not_cache = ( - not self.cache_dir or - not package_name or - not link - ) - if can_not_cache: - return [] - - canonical_name = canonicalize_name(package_name) - formats = self.format_control.get_allowed_formats( - canonical_name - ) - if not self.allowed_formats.intersection(formats): - return [] - - root = self.get_path_for_link(link) - try: - return os.listdir(root) - except OSError as err: - if err.errno in {errno.ENOENT, errno.ENOTDIR}: - return [] - raise - - def get_path_for_link(self, link): - # type: (Link) -> str - """Return a directory to store cached items in for link. - """ - raise NotImplementedError() - - def get(self, link, package_name): - # type: (Link, Optional[str]) -> Link - """Returns a link to a cached item if it exists, otherwise returns the - passed link. - """ - raise NotImplementedError() - - def _link_for_candidate(self, link, candidate): - # type: (Link, str) -> Link - root = self.get_path_for_link(link) - path = os.path.join(root, candidate) - - return Link(path_to_url(path)) - - def cleanup(self): - # type: () -> None - pass - - -class SimpleWheelCache(Cache): - """A cache of wheels for future installs. - """ - - def __init__(self, cache_dir, format_control): - # type: (str, FormatControl) -> None - super(SimpleWheelCache, self).__init__( - cache_dir, format_control, {"binary"} - ) - - def get_path_for_link(self, link): - # type: (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) - - # Store wheels within the root cache_dir - return os.path.join(self.cache_dir, "wheels", *parts) - - def get(self, link, package_name): - # type: (Link, Optional[str]) -> Link - candidates = [] - - for wheel_name in self._get_candidates(link, package_name): - try: - wheel = Wheel(wheel_name) - except InvalidWheelFilename: - continue - if not wheel.supported(): - # Built for a different python/arch/etc - continue - candidates.append((wheel.support_index_min(), wheel_name)) - - if not candidates: - return link - - return self._link_for_candidate(link, min(candidates)[1]) - - -class EphemWheelCache(SimpleWheelCache): - """A SimpleWheelCache that creates it's own temporary cache directory - """ - - def __init__(self, format_control): - # type: (FormatControl) -> None - self._temp_dir = TempDirectory(kind="ephem-wheel-cache") - self._temp_dir.create() - - super(EphemWheelCache, self).__init__( - self._temp_dir.path, format_control - ) - - def cleanup(self): - # type: () -> None - self._temp_dir.cleanup() - - -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, format_control): - # type: (str, FormatControl) -> None - super(WheelCache, self).__init__( - cache_dir, format_control, {'binary'} - ) - self._wheel_cache = SimpleWheelCache(cache_dir, format_control) - self._ephem_cache = EphemWheelCache(format_control) - - def get_path_for_link(self, link): - # type: (Link) -> str - return self._wheel_cache.get_path_for_link(link) - - def get_ephem_path_for_link(self, link): - # type: (Link) -> str - return self._ephem_cache.get_path_for_link(link) - - def get(self, link, package_name): - # type: (Link, Optional[str]) -> Link - retval = self._wheel_cache.get(link, package_name) - if retval is link: - retval = self._ephem_cache.get(link, package_name) - return retval - - def cleanup(self): - # type: () -> None - self._wheel_cache.cleanup() - self._ephem_cache.cleanup() diff --git a/lib/python3.8/site-packages/pip/_internal/cli/__init__.py b/lib/python3.8/site-packages/pip/_internal/cli/__init__.py deleted file mode 100644 index e589bb9..0000000 --- a/lib/python3.8/site-packages/pip/_internal/cli/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -"""Subpackage containing all of pip's command line interface related code -""" - -# This file intentionally does not import submodules diff --git a/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 7ce514cab4e98f86194fe0adc7fb2ea9b7c821ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 233 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 Llnwh2_PPH8axL1m diff --git a/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc deleted file mode 100644 index 391b9158673486df06254bd01820786bcf8c2345..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8266 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 YJy}jrxCJ5)hhnswQi^KdPo$au1!e0X;s5{u diff --git a/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc deleted file mode 100644 index 41ed8ea7af3e6bf9e967f0ab9db7d5bbe7953f55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20008 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%0ABnf&c2gdQxcHG8(HawHp1J4iBsxrC44_cj3oS&> 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 HlW+Vv`c~+dfD0NEX)U_HN?>p zX_MfY6`dm;(t`JSg6~@W?)dXBLy_h~M#GXN0~+oWJRB6ckbE?dFcBs>3F*_a&{m;* zOv5Zm^RP^~pged17qqtfNCkt86s1gIWgn}>ts>t^hu<2-9b>BAzF(3=d%Q+>k`a^Q zCS~P~f@g`8l=p4b85CItyNQ^j1F3pLDr1pmDNA^KJf%8DI|4(VQUM#cx9U~bIWIVD zJ*N%Iw2YrnF5o!IHws=1!FchT2X`LCTQ{$7eI0*ye|!7Z_E)f^ac@*Is+`-YkZN(j zX(DN?ZyDFOR2}m^KEy!Z`S@u-$Az{9O*{diQ!K4Ri`Wu@be=aRmc%<&W&MUGs6tcw z$U>HM4y_8s4e3rj>F)X!I>HkSv&{-0AxK&SW&_zev?exjhlqH@e`ZzoHR}+avnCE{ zPTQ4p1peYqg&>i^_@gazaA6Y0sT}cKoX(fYE(GU_2)AzE3PO0s7lM@%q7!b+V!RoC zKTG7p8_FHB;!(o-4b>QlWJuLqLP-1=G8flIstJIpQ>dIg$sml{+dX9s5Jcnnv7w_w zbr+hr2x15UdD!~_PtXJt2t|c=@RIdA{?UQUps~NQ`u@ivToHd-fDF8LRiRX&U49Oh z8u9Puy3ERTxXWq^U`-fX9jBiZ`}FaLT4`FG=76j`Ve12yuD_Ddwemm(8w}D7cP=+S z(1&tBxbPcaeiHy|8>|>4Ol(5uc#%RuzsvP1u8RTJH&n|c70Dw;>zzdj5Tqnd_)zes zp7&;;UW`f&@0{|4&4%+j+I6638b@D)dwRLETco*a5h?~eHB5sv zHEYPmd;7|rp%(~{YbQc2%u*bSV*>FN@bogO{4G7~f>?$oLJ*dV5k`(~|G9pEeC*p@ z6xgoqq8@7F*V62Ry$*?C!{5-+OfaZNm34$5-FRYGco*|cY418yK>4o0dp!ascpClE zp8A?4mCd8dCTQ6rcn|Yk*{tkCD4n_wTnP-5PHeT^#Hk$F+Vl8d68Le5CJh3bC2NQ# zZq?v_RPM9`+-fYrX<(l&ai?>YdxQ?r&u~Hlzh5wT@hWdRulWUMa4K&{mr8G&YeXwY zqyL5Oj(ekgFE93UD43>lg_l;urExDy4j$3)pcsW2O>$Xl?Qk{hFPPY>psptd7w>4F zwm1;V6_OMqsT%t{l~mzED37H%6|__ieVR&TGn&I<4!AZP6Fdv3-U5BHC0ZzqE833{#KcIsZ-M(AG;jS_5~5x&(LCgyK40uQ1I-Q`1fP8(Bd{jBaX7i3=bc VTSu;q=ItKDZ5~+WKp!Id?*AcPSAPHi diff --git a/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc deleted file mode 100644 index 12b3017fb31d9e84f63b474e4319a361640ae958..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8974 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 C92?UB diff --git a/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc deleted file mode 100644 index e5da3b321ca8141593ab9762b02e6f2b6a4be249..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 362 zcmYk1-%7(U6o;Fx-Nx9MprDW7E@rO;1yN^Pu{cv{mkGH!%%x%>{X?4~`UF0NFW@WX z)~mjPS0iu*VKGgoD!~Zf>xKv#qDlmf~Ze)leq|Vf2Chf2e zwU|Y1X45X~(jM!@#-!gW+n69ZUOm=Uxce90iQuuf>Y<>05eIyd=-ZdbnvwbCFc} liaTqbI!Y2v4eNp>^-=jM`)66f8lIf%Kh{Hqp=qJN^#c~3U6cR- diff --git a/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py b/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py deleted file mode 100644 index 0a04199..0000000 --- a/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py +++ /dev/null @@ -1,152 +0,0 @@ -"""Logic that powers autocompletion installed by ``pip completion``. -""" - -import optparse -import os -import sys - -from pip._internal.cli.main_parser import create_main_parser -from pip._internal.commands import commands_dict, get_summaries -from pip._internal.utils.misc import get_installed_distributions - - -def autocomplete(): - """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 = '' - - subcommands = [cmd for cmd, summary in get_summaries()] - options = [] - # subcommand - try: - subcommand_name = [w for w in cwords if w in subcommands][0] - except IndexError: - subcommand_name = None - - parser = create_main_parser() - # subcommand options - if subcommand_name: - # 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 = ( - subcommand_name in ['show', 'uninstall'] and - not current.startswith('-') - ) - if should_list_installed: - installed = [] - lc = current.lower() - for dist in get_installed_distributions(local_only=True): - if dist.key.startswith(lc) and dist.key not in cwords[1:]: - installed.append(dist.key) - # if there are no dists installed, fall back to option completion - if installed: - for dist in installed: - print(dist) - sys.exit(1) - - subcommand = commands_dict[subcommand_name]() - - for opt in subcommand.parser.option_list_all: - if opt.help != optparse.SUPPRESS_HELP: - for opt_str in opt._long_opts + opt._short_opts: - options.append((opt_str, opt.nargs)) - - # filter out previously specified options from available options - prev_opts = [x.split('=')[0] for x in cwords[1:cword - 1]] - options = [(x, v) for (x, v) in options if x not in prev_opts] - # filter options by current input - options = [(k, v) for k, v in options if k.startswith(current)] - # get completion type given cwords and available subcommand options - completion_type = get_path_completion_type( - cwords, cword, subcommand.parser.option_list_all, - ) - # get completion files and directories if ``completion_type`` is - # ````, ``

`` or ```` - if completion_type: - options = auto_complete_paths(current, completion_type) - options = ((opt, 0) for opt in options) - 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) - opts = (o for it in opts for o in it) - if current.startswith('-'): - for opt in 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, opts) - if completion_type: - subcommands = 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, cword, opts): - """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 - 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 - - -def auto_complete_paths(current, completion_type): - """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`)i - :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/lib/python3.8/site-packages/pip/_internal/cli/base_command.py b/lib/python3.8/site-packages/pip/_internal/cli/base_command.py deleted file mode 100644 index 90830be..0000000 --- a/lib/python3.8/site-packages/pip/_internal/cli/base_command.py +++ /dev/null @@ -1,346 +0,0 @@ -"""Base Command class, and related routines""" -from __future__ import absolute_import, print_function - -import logging -import logging.config -import optparse -import os -import platform -import sys -import traceback - -from pip._internal.cli import cmdoptions -from pip._internal.cli.cmdoptions import make_search_scope -from pip._internal.cli.parser import ( - ConfigOptionParser, UpdatingDefaultsHelpFormatter, -) -from pip._internal.cli.status_codes import ( - ERROR, PREVIOUS_BUILD_DIR_ERROR, SUCCESS, UNKNOWN_ERROR, - VIRTUALENV_NOT_FOUND, -) -from pip._internal.download import PipSession -from pip._internal.exceptions import ( - BadCommand, CommandError, InstallationError, PreviousBuildDirError, - UninstallationError, -) -from pip._internal.index import PackageFinder -from pip._internal.models.selection_prefs import SelectionPreferences -from pip._internal.models.target_python import TargetPython -from pip._internal.req.constructors import ( - install_req_from_editable, install_req_from_line, -) -from pip._internal.req.req_file import parse_requirements -from pip._internal.utils.deprecation import deprecated -from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging -from pip._internal.utils.misc import get_prog, normalize_path -from pip._internal.utils.outdated import pip_version_check -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.utils.virtualenv import running_under_virtualenv - -if MYPY_CHECK_RUNNING: - from typing import Optional, List, Tuple, Any - from optparse import Values - from pip._internal.cache import WheelCache - from pip._internal.req.req_set import RequirementSet - -__all__ = ['Command'] - -logger = logging.getLogger(__name__) - - -class Command(object): - name = None # type: Optional[str] - usage = None # type: Optional[str] - ignore_require_venv = False # type: bool - - def __init__(self, isolated=False): - # type: (bool) -> None - parser_kw = { - 'usage': self.usage, - 'prog': '%s %s' % (get_prog(), self.name), - 'formatter': UpdatingDefaultsHelpFormatter(), - 'add_help_option': False, - 'name': self.name, - 'description': self.__doc__, - 'isolated': isolated, - } - - self.parser = ConfigOptionParser(**parser_kw) - - # Commands should add options to this option group - optgroup_name = '%s Options' % self.name.capitalize() - 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) - - def run(self, options, args): - # type: (Values, List[Any]) -> Any - raise NotImplementedError - - @classmethod - def _get_index_urls(cls, options): - """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 _build_session(self, options, retries=None, timeout=None): - # type: (Values, Optional[int], Optional[int]) -> PipSession - session = PipSession( - cache=( - normalize_path(os.path.join(options.cache_dir, "http")) - if options.cache_dir else None - ), - retries=retries if retries is not None else options.retries, - insecure_hosts=options.trusted_hosts, - index_urls=self._get_index_urls(options), - ) - - # Handle custom ca-bundles from the user - if options.cert: - session.verify = options.cert - - # Handle SSL client certificate - if options.client_cert: - session.cert = options.client_cert - - # Handle timeouts - if options.timeout or timeout: - session.timeout = ( - timeout if timeout is not None else options.timeout - ) - - # Handle configured proxies - if options.proxy: - session.proxies = { - "http": options.proxy, - "https": options.proxy, - } - - # Determine if we can prompt the user for authentication or not - session.auth.prompting = not options.no_input - - return session - - def parse_args(self, args): - # type: (List[str]) -> Tuple - # factored out for testability - return self.parser.parse_args(args) - - def main(self, args): - # type: (List[str]) -> int - 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, - ) - - if sys.version_info[:2] == (2, 7): - message = ( - "A future version of pip will drop support for Python 2.7. " - "More details about Python 2 support in pip, can be found at " - "https://pip.pypa.io/en/latest/development/release-process/#python-2-support" # noqa - ) - if platform.python_implementation() == "CPython": - message = ( - "Python 2.7 will reach the end of its life on January " - "1st, 2020. Please upgrade your Python as Python 2.7 " - "won't be maintained after that date. " - ) + message - deprecated(message, replacement=None, gone_in=None) - - # 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) - - try: - status = self.run(options, args) - # FIXME: all commands should return an exit status - # and when it is done, isinstance is not needed anymore - if isinstance(status, int): - return status - except PreviousBuildDirError as exc: - logger.critical(str(exc)) - logger.debug('Exception information:', exc_info=True) - - return PREVIOUS_BUILD_DIR_ERROR - except (InstallationError, UninstallationError, BadCommand) 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 - finally: - allow_version_check = ( - # Does this command have the index_group options? - hasattr(options, "no_index") and - # Is this command allowed to perform this check? - not (options.disable_pip_version_check or options.no_index) - ) - # Check if we're using the latest version of pip available - if allow_version_check: - session = self._build_session( - options, - retries=0, - timeout=min(5, options.timeout) - ) - with session: - pip_version_check(session, options) - - # Shutdown the logging module - logging.shutdown() - - return SUCCESS - - -class RequirementCommand(Command): - - @staticmethod - def populate_requirement_set(requirement_set, # type: RequirementSet - args, # type: List[str] - options, # type: Values - finder, # type: PackageFinder - session, # type: PipSession - name, # type: str - wheel_cache # type: Optional[WheelCache] - ): - # type: (...) -> None - """ - Marshal cmd line args into a requirement set. - """ - # NOTE: As a side-effect, options.require_hashes and - # requirement_set.require_hashes may be updated - - for filename in options.constraints: - for req_to_add in parse_requirements( - filename, - constraint=True, finder=finder, options=options, - session=session, wheel_cache=wheel_cache): - req_to_add.is_direct = True - requirement_set.add_requirement(req_to_add) - - for req in args: - req_to_add = install_req_from_line( - req, None, isolated=options.isolated_mode, - use_pep517=options.use_pep517, - wheel_cache=wheel_cache - ) - req_to_add.is_direct = True - requirement_set.add_requirement(req_to_add) - - for req in options.editables: - req_to_add = install_req_from_editable( - req, - isolated=options.isolated_mode, - use_pep517=options.use_pep517, - wheel_cache=wheel_cache - ) - req_to_add.is_direct = True - requirement_set.add_requirement(req_to_add) - - for filename in options.requirements: - for req_to_add in parse_requirements( - filename, - finder=finder, options=options, session=session, - wheel_cache=wheel_cache, - use_pep517=options.use_pep517): - req_to_add.is_direct = True - requirement_set.add_requirement(req_to_add) - # If --require-hashes was a line in a requirements file, tell - # RequirementSet about it: - requirement_set.require_hashes = options.require_hashes - - if not (args or options.editables or options.requirements): - opts = {'name': name} - if options.find_links: - raise CommandError( - 'You must give at least one requirement to %(name)s ' - '(maybe you meant "pip %(name)s %(links)s"?)' % - dict(opts, links=' '.join(options.find_links))) - else: - raise CommandError( - 'You must give at least one requirement to %(name)s ' - '(see "pip help %(name)s")' % opts) - - def _build_package_finder( - self, - options, # type: Values - session, # type: PipSession - target_python=None, # type: Optional[TargetPython] - ignore_requires_python=None, # type: Optional[bool] - ): - # type: (...) -> 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. - """ - search_scope = make_search_scope(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( - search_scope=search_scope, - selection_prefs=selection_prefs, - trusted_hosts=options.trusted_hosts, - session=session, - target_python=target_python, - ) diff --git a/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py b/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py deleted file mode 100644 index c5c6c22..0000000 --- a/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py +++ /dev/null @@ -1,931 +0,0 @@ -""" -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. - -""" -from __future__ import absolute_import - -import logging -import textwrap -import warnings -from distutils.util import strtobool -from functools import partial -from optparse import SUPPRESS_HELP, Option, OptionGroup -from textwrap import dedent - -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.search_scope import SearchScope -from pip._internal.models.target_python import TargetPython -from pip._internal.utils.hashes import STRONG_HASHES -from pip._internal.utils.misc import redact_password_from_url -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.utils.ui import BAR_TYPES - -if MYPY_CHECK_RUNNING: - from typing import Any, Callable, Dict, Optional, Tuple - from optparse import OptionParser, Values - from pip._internal.cli.parser import ConfigOptionParser - -logger = logging.getLogger(__name__) - - -def raise_option_error(parser, option, msg): - """ - Raise an option parsing error using parser.error(). - - Args: - parser: an OptionParser instance. - option: an Option instance. - msg: the error text. - """ - msg = '{} error: {}'.format(option, msg) - msg = textwrap.fill(' '.join(msg.split())) - parser.error(msg) - - -def make_option_group(group, parser): - # type: (Dict[str, Any], ConfigOptionParser) -> OptionGroup - """ - Return an OptionGroup object - group -- assumed to be dict with 'name' and 'options' keys - parser -- an optparse Parser - """ - option_group = OptionGroup(parser, group['name']) - for option in group['options']: - option_group.add_option(option()) - return option_group - - -def check_install_build_global(options, check_options=None): - # type: (Values, Optional[Values]) -> None - """Disable wheels if per-setup.py call options are set. - - :param options: The OptionParser options to update. - :param check_options: The options to check, if not supplied defaults to - options. - """ - if check_options is None: - check_options = options - - def getname(n): - return getattr(check_options, n, None) - names = ["build_options", "global_options", "install_options"] - if any(map(getname, names)): - control = options.format_control - control.disallow_binaries() - warnings.warn( - 'Disabling all use of wheels due to the use of --build-options ' - '/ --global-options / --install-options.', stacklevel=2, - ) - - -def check_dist_restriction(options, check_target=False): - # type: (Values, bool) -> 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.platform, - options.abi, - options.implementation, - ]) - - binary_only = FormatControl(set(), {':all:'}) - sdist_dependencies_allowed = ( - options.format_control != binary_only and - not options.ignore_dependencies - ) - - # Installations or downloads using dist restrictions must not combine - # source distributions and dist-specific wheels, as they are not - # guaranteed to be locally compatible. - if dist_restriction_set and sdist_dependencies_allowed: - raise CommandError( - "When restricting platform and interpreter constraints using " - "--python-version, --platform, --abi, or --implementation, " - "either --no-deps must be set, or --only-binary=:all: must be " - "set and --no-binary must not be set (or must be set to " - ":none:)." - ) - - if check_target: - if dist_restriction_set and not options.target_dir: - raise CommandError( - "Can not use any platform or abi specific options unless " - "installing via '--target'" - ) - - -########### -# options # -########### - -help_ = partial( - Option, - '-h', '--help', - dest='help', - action='help', - help='Show help.', -) # type: Callable[..., Option] - -isolated_mode = partial( - Option, - "--isolated", - dest="isolated_mode", - action="store_true", - default=False, - help=( - "Run pip in an isolated mode, ignoring environment variables and user " - "configuration." - ), -) # type: Callable[..., Option] - -require_virtualenv = partial( - Option, - # Run only if inside a virtualenv, bail if not. - '--require-virtualenv', '--require-venv', - dest='require_venv', - action='store_true', - default=False, - help=SUPPRESS_HELP -) # type: Callable[..., Option] - -verbose = 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.' -) # type: Callable[..., Option] - -no_color = partial( - Option, - '--no-color', - dest='no_color', - action='store_true', - default=False, - help="Suppress colored output", -) # type: Callable[..., Option] - -version = partial( - Option, - '-V', '--version', - dest='version', - action='store_true', - help='Show version and exit.', -) # type: Callable[..., Option] - -quiet = 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).' - ), -) # type: Callable[..., Option] - -progress_bar = partial( - Option, - '--progress-bar', - dest='progress_bar', - type='choice', - choices=list(BAR_TYPES.keys()), - default='on', - help=( - 'Specify type of progress to be displayed [' + - '|'.join(BAR_TYPES.keys()) + '] (default: %default)' - ), -) # type: Callable[..., Option] - -log = partial( - Option, - "--log", "--log-file", "--local-log", - dest="log", - metavar="path", - help="Path to a verbose appending log." -) # type: Callable[..., Option] - -no_input = partial( - Option, - # Don't ask for input - '--no-input', - dest='no_input', - action='store_true', - default=False, - help=SUPPRESS_HELP -) # type: Callable[..., Option] - -proxy = partial( - Option, - '--proxy', - dest='proxy', - type='str', - default='', - help="Specify a proxy in the form [user:passwd@]proxy.server:port." -) # type: Callable[..., Option] - -retries = partial( - Option, - '--retries', - dest='retries', - type='int', - default=5, - help="Maximum number of retries each connection should attempt " - "(default %default times).", -) # type: Callable[..., Option] - -timeout = partial( - Option, - '--timeout', '--default-timeout', - metavar='sec', - dest='timeout', - type='float', - default=15, - help='Set the socket timeout (default %default seconds).', -) # type: Callable[..., Option] - -skip_requirements_regex = partial( - Option, - # A regex to be used to skip requirements - '--skip-requirements-regex', - dest='skip_requirements_regex', - type='str', - default='', - help=SUPPRESS_HELP, -) # type: Callable[..., Option] - - -def exists_action(): - # type: () -> 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 = partial( - Option, - '--cert', - dest='cert', - type='str', - metavar='path', - help="Path to alternate CA bundle.", -) # type: Callable[..., Option] - -client_cert = partial( - Option, - '--client-cert', - dest='client_cert', - type='str', - default=None, - metavar='path', - help="Path to SSL client certificate, a single file containing the " - "private key and the certificate in PEM format.", -) # type: Callable[..., Option] - -index_url = 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.", -) # type: Callable[..., Option] - - -def extra_index_url(): - 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 = partial( - Option, - '--no-index', - dest='no_index', - action='store_true', - default=False, - help='Ignore package index (only looking at --find-links URLs instead).', -) # type: Callable[..., Option] - - -def find_links(): - # type: () -> 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. If a local path or file:// url that's a directory, " - "then look for archives in the directory listing.", - ) - - -def make_search_scope(options, suppress_no_index=False): - # type: (Values, bool) -> SearchScope - """ - :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_password_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, - ) - - return search_scope - - -def trusted_host(): - # type: () -> Option - return Option( - "--trusted-host", - dest="trusted_hosts", - action="append", - metavar="HOSTNAME", - default=[], - help="Mark this host as trusted, even though it does not have valid " - "or any HTTPS.", - ) - - -def constraints(): - # type: () -> 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(): - # type: () -> 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(): - # type: () -> 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.'), - ) - - -src = partial( - Option, - '--src', '--source', '--source-dir', '--source-directory', - dest='src_dir', - metavar='dir', - default=get_src_prefix(), - help='Directory to check out editable projects into. ' - 'The default in a virtualenv is "/src". ' - 'The default for global installs is "/src".' -) # type: Callable[..., Option] - - -def _get_format_control(values, option): - # type: (Values, Option) -> Any - """Get a format_control object.""" - return getattr(values, option.dest) - - -def _handle_no_binary(option, opt_str, value, parser): - # type: (Option, str, str, 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, opt_str, value, parser): - # type: (Option, str, str, OptionParser) -> None - existing = _get_format_control(parser.values, option) - FormatControl.handle_mutual_excludes( - value, existing.only_binary, existing.no_binary, - ) - - -def no_binary(): - # type: () -> 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, or one or " - "more package names with commas between them. Note that some " - "packages are tricky to compile and may fail to install when " - "this option is used on them.", - ) - - -def only_binary(): - # type: () -> 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.", - ) - - -platform = partial( - Option, - '--platform', - dest='platform', - metavar='platform', - default=None, - help=("Only use wheels compatible with . " - "Defaults to the platform of the running system."), -) # type: Callable[..., Option] - - -# This was made a separate function for unit-testing purposes. -def _convert_python_version(value): - # type: (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, opt_str, value, parser): - # type: (Option, str, str, OptionParser) -> None - """ - Handle a provided --python-version value. - """ - version_info, error_msg = _convert_python_version(value) - if error_msg is not None: - msg = ( - 'invalid --python-version value: {!r}: {}'.format( - value, error_msg, - ) - ) - raise_option_error(parser, option=option, msg=msg) - - parser.values.python_version = version_info - - -python_version = 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). - """), -) # type: Callable[..., Option] - - -implementation = 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."), -) # type: Callable[..., Option] - - -abi = partial( - Option, - '--abi', - dest='abi', - metavar='abi', - 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. Generally " - "you will need to specify --implementation, " - "--platform, and --python-version when using " - "this option."), -) # type: Callable[..., Option] - - -def add_target_python_options(cmd_opts): - # type: (OptionGroup) -> None - cmd_opts.add_option(platform()) - cmd_opts.add_option(python_version()) - cmd_opts.add_option(implementation()) - cmd_opts.add_option(abi()) - - -def make_target_python(options): - # type: (Values) -> TargetPython - target_python = TargetPython( - platform=options.platform, - py_version_info=options.python_version, - abi=options.abi, - implementation=options.implementation, - ) - - return target_python - - -def prefer_binary(): - # type: () -> Option - return Option( - "--prefer-binary", - dest="prefer_binary", - action="store_true", - default=False, - help="Prefer older binary packages over newer source packages." - ) - - -cache_dir = partial( - Option, - "--cache-dir", - dest="cache_dir", - default=USER_CACHE_DIR, - metavar="dir", - help="Store the cache data in ." -) # type: Callable[..., Option] - - -def _handle_no_cache_dir(option, opt, value, parser): - # type: (Option, str, str, 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 = partial( - Option, - "--no-cache-dir", - dest="cache_dir", - action="callback", - callback=_handle_no_cache_dir, - help="Disable the cache.", -) # type: Callable[..., Option] - -no_deps = partial( - Option, - '--no-deps', '--no-dependencies', - dest='ignore_dependencies', - action='store_true', - default=False, - help="Don't install package dependencies.", -) # type: Callable[..., Option] - -build_dir = partial( - Option, - '-b', '--build', '--build-dir', '--build-directory', - dest='build_dir', - metavar='dir', - help='Directory to unpack packages into and build in. Note that ' - 'an initial build still takes place in a temporary directory. ' - 'The location of temporary directories can be controlled by setting ' - 'the TMPDIR environment variable (TEMP on Windows) appropriately. ' - 'When passed, build directories are not cleaned in case of failures.' -) # type: Callable[..., Option] - -ignore_requires_python = partial( - Option, - '--ignore-requires-python', - dest='ignore_requires_python', - action='store_true', - help='Ignore the Requires-Python information.' -) # type: Callable[..., Option] - -no_build_isolation = 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.' -) # type: Callable[..., Option] - - -def _handle_no_use_pep517(option, opt, value, parser): - # type: (Option, str, str, OptionParser) -> None - """ - Process a value provided for the --no-use-pep517 option. - - This is an optparse.Option callback for the no_use_pep517 option. - """ - # Since --no-use-pep517 doesn't accept arguments, the value argument - # will be None if --no-use-pep517 is passed via the command-line. - # However, the value can be non-None if the option is triggered e.g. - # by an environment variable, for example "PIP_NO_USE_PEP517=true". - if value is not None: - msg = """A value was passed for --no-use-pep517, - probably using either the PIP_NO_USE_PEP517 environment variable - or the "no-use-pep517" config file option. Use an appropriate value - of the PIP_USE_PEP517 environment variable or the "use-pep517" - config file option instead. - """ - raise_option_error(parser, option=option, msg=msg) - - # Otherwise, --no-use-pep517 was passed via the command-line. - parser.values.use_pep517 = False - - -use_pep517 = 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).' -) # type: Any - -no_use_pep517 = partial( - Option, - '--no-use-pep517', - dest='use_pep517', - action='callback', - callback=_handle_no_use_pep517, - default=None, - help=SUPPRESS_HELP -) # type: Any - -install_options = partial( - Option, - '--install-option', - dest='install_options', - action='append', - metavar='options', - help="Extra arguments to be supplied to the setup.py install " - "command (use like --install-option=\"--install-scripts=/usr/local/" - "bin\"). Use multiple --install-option options to pass multiple " - "options to setup.py install. If you are using an option with a " - "directory path, be sure to use absolute path.", -) # type: Callable[..., Option] - -global_options = 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 command.", -) # type: Callable[..., Option] - -no_clean = partial( - Option, - '--no-clean', - action='store_true', - default=False, - help="Don't clean up build directories." -) # type: Callable[..., Option] - -pre = partial( - Option, - '--pre', - action='store_true', - default=False, - help="Include pre-release and development versions. By default, " - "pip only finds stable versions.", -) # type: Callable[..., Option] - -disable_pip_version_check = 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.", -) # type: Callable[..., Option] - - -# Deprecated, Remove later -always_unzip = partial( - Option, - '-Z', '--always-unzip', - dest='always_unzip', - action='store_true', - help=SUPPRESS_HELP, -) # type: Callable[..., Option] - - -def _handle_merge_hash(option, opt_str, value, parser): - # type: (Option, str, str, OptionParser) -> None - """Given a value spelled "algo:digest", append the digest to a list - pointed to in a dict by the algo name.""" - if not parser.values.hashes: - parser.values.hashes = {} - try: - algo, digest = value.split(':', 1) - except ValueError: - parser.error('Arguments to %s must be a hash name ' - 'followed by a value, like --hash=sha256:abcde...' % - opt_str) - if algo not in STRONG_HASHES: - parser.error('Allowed hash algorithms for %s are %s.' % - (opt_str, ', '.join(STRONG_HASHES))) - parser.values.hashes.setdefault(algo, []).append(digest) - - -hash = 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...', -) # type: Callable[..., Option] - - -require_hashes = 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.', -) # type: Callable[..., Option] - - -list_path = partial( - Option, - '--path', - dest='path', - action='append', - help='Restrict to the specified installation path for listing ' - 'packages (can be used multiple times).' -) # type: Callable[..., Option] - - -def check_list_path_option(options): - # type: (Values) -> None - if options.path and (options.user or options.local): - raise CommandError( - "Cannot combine '--path' with '--user' or '--local'" - ) - - -########## -# groups # -########## - -general_group = { - 'name': 'General Options', - 'options': [ - help_, - isolated_mode, - require_virtualenv, - verbose, - version, - quiet, - log, - no_input, - proxy, - retries, - timeout, - skip_requirements_regex, - exists_action, - trusted_host, - cert, - client_cert, - cache_dir, - no_cache, - disable_pip_version_check, - no_color, - ] -} # type: Dict[str, Any] - -index_group = { - 'name': 'Package Index Options', - 'options': [ - index_url, - extra_index_url, - no_index, - find_links, - ] -} # type: Dict[str, Any] diff --git a/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py b/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py deleted file mode 100644 index 6d0b719..0000000 --- a/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py +++ /dev/null @@ -1,98 +0,0 @@ -"""A single place for constructing and exposing the main parser -""" - -import os -import sys - -from pip._internal.cli import cmdoptions -from pip._internal.cli.parser import ( - ConfigOptionParser, UpdatingDefaultsHelpFormatter, -) -from pip._internal.commands import ( - commands_dict, get_similar_commands, get_summaries, -) -from pip._internal.exceptions import CommandError -from pip._internal.utils.misc import get_pip_version, get_prog -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Tuple, List - - -__all__ = ["create_main_parser", "parse_command"] - - -def create_main_parser(): - # type: () -> ConfigOptionParser - """Creates and returns the main parser for pip's CLI - """ - - parser_kw = { - 'usage': '\n%prog [options]', - 'add_help_option': False, - 'formatter': UpdatingDefaultsHelpFormatter(), - 'name': 'global', - 'prog': get_prog(), - } - - parser = ConfigOptionParser(**parser_kw) - 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 - command_summaries = get_summaries() - description = [''] + ['%-27s %s' % (i, j) for i, j in command_summaries] - parser.description = '\n'.join(description) - - return parser - - -def parse_command(args): - # type: (List[str]) -> Tuple[str, List[str]] - parser = create_main_parser() - - # Note: parser calls disable_interspersed_args(), so the result of this - # call is to split the initial args into the general options before the - # subcommand and everything else. - # For example: - # args: ['--timeout=5', 'install', '--user', 'INITools'] - # general_options: ['--timeout==5'] - # args_else: ['install', '--user', 'INITools'] - general_options, args_else = parser.parse_args(args) - - # --version - if general_options.version: - sys.stdout.write(parser.version) # type: ignore - 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 = ['unknown command "%s"' % cmd_name] - if guess: - msg.append('maybe you meant "%s"' % 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/lib/python3.8/site-packages/pip/_internal/cli/parser.py b/lib/python3.8/site-packages/pip/_internal/cli/parser.py deleted file mode 100644 index e1eaac4..0000000 --- a/lib/python3.8/site-packages/pip/_internal/cli/parser.py +++ /dev/null @@ -1,261 +0,0 @@ -"""Base option parser setup""" -from __future__ import absolute_import - -import logging -import optparse -import sys -import textwrap -from distutils.util import strtobool - -from pip._vendor.six import string_types - -from pip._internal.cli.status_codes import UNKNOWN_ERROR -from pip._internal.configuration import Configuration, ConfigurationError -from pip._internal.utils.compat import get_terminal_size - -logger = logging.getLogger(__name__) - - -class PrettyHelpFormatter(optparse.IndentedHelpFormatter): - """A prettier/less verbose help formatter for optparse.""" - - def __init__(self, *args, **kwargs): - # help position must be aligned with __init__.parseopts.description - kwargs['max_help_position'] = 30 - kwargs['indent_increment'] = 1 - kwargs['width'] = get_terminal_size()[0] - 2 - optparse.IndentedHelpFormatter.__init__(self, *args, **kwargs) - - def format_option_strings(self, option): - return self._format_option_strings(option, ' <%s>', ', ') - - def _format_option_strings(self, option, mvarfmt=' <%s>', optsep=', '): - """ - 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 - evaluated as mvarfmt % metavar - :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(): - metavar = option.metavar or option.dest.lower() - opts.append(mvarfmt % metavar.lower()) - - return ''.join(opts) - - def format_heading(self, heading): - if heading == 'Options': - return '' - return heading + ':\n' - - def format_usage(self, usage): - """ - Ensure there is only one newline between usage and the first heading - if there is no description. - """ - msg = '\nUsage: %s\n' % self.indent_lines(textwrap.dedent(usage), " ") - return msg - - def format_description(self, description): - # 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 = '%s:\n%s\n' % (label, description) - return description - else: - return '' - - def format_epilog(self, epilog): - # leave full control over epilog to us - if epilog: - return epilog - else: - return '' - - def indent_lines(self, text, indent): - 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. - """ - - def expand_default(self, option): - if self.parser is not None: - self.parser._update_defaults(self.parser.defaults) - return optparse.IndentedHelpFormatter.expand_default(self, option) - - -class CustomOptionParser(optparse.OptionParser): - - def insert_option_group(self, idx, *args, **kwargs): - """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): - """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, **kwargs): - self.name = kwargs.pop('name') - - isolated = kwargs.pop("isolated", False) - self.config = Configuration(isolated) - - assert self.name - optparse.OptionParser.__init__(self, *args, **kwargs) - - def check_default(self, option, key, val): - try: - return option.check_value(key, val) - except optparse.OptionValueError as exc: - print("An error occurred during configuration: %s" % exc) - sys.exit(3) - - def _get_ordered_configuration_items(self): - # Configuration gives keys in an unordered manner. Order them. - override_order = ["global", self.name, ":env:"] - - # Pool the options into different groups - section_items = {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): - """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 - - if option.action in ('store_true', 'store_false', 'count'): - try: - val = strtobool(val) - except ValueError: - error_msg = invalid_config_error_message( - option.action, key, val - ) - self.error(error_msg) - - elif option.action == 'append': - val = val.split() - val = [self.check_default(option, key, v) for v in val] - elif option.action == 'callback': - 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): - """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(): - default = defaults.get(option.dest) - if isinstance(default, string_types): - opt_str = option.get_opt_string() - defaults[option.dest] = option.check_value(opt_str, default) - return optparse.Values(defaults) - - def error(self, msg): - self.print_usage(sys.stderr) - self.exit(UNKNOWN_ERROR, "%s\n" % msg) - - -def invalid_config_error_message(action, key, val): - """Returns a better error message when invalid configuration option - is provided.""" - if action in ('store_true', 'store_false'): - return ("{0} is not a valid value for {1} option, " - "please specify a boolean value like yes/no, " - "true/false or 1/0 instead.").format(val, key) - - return ("{0} is not a valid value for {1} option, " - "please specify a numerical value like 1/0 " - "instead.").format(val, key) diff --git a/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py b/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py deleted file mode 100644 index 275360a..0000000 --- a/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py +++ /dev/null @@ -1,8 +0,0 @@ -from __future__ import absolute_import - -SUCCESS = 0 -ERROR = 1 -UNKNOWN_ERROR = 2 -VIRTUALENV_NOT_FOUND = 3 -PREVIOUS_BUILD_DIR_ERROR = 4 -NO_MATCHES_FOUND = 23 diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__init__.py b/lib/python3.8/site-packages/pip/_internal/commands/__init__.py deleted file mode 100644 index 9e0ab86..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/__init__.py +++ /dev/null @@ -1,81 +0,0 @@ -""" -Package containing all pip commands -""" -from __future__ import absolute_import - -from pip._internal.commands.completion import CompletionCommand -from pip._internal.commands.configuration import ConfigurationCommand -from pip._internal.commands.debug import DebugCommand -from pip._internal.commands.download import DownloadCommand -from pip._internal.commands.freeze import FreezeCommand -from pip._internal.commands.hash import HashCommand -from pip._internal.commands.help import HelpCommand -from pip._internal.commands.list import ListCommand -from pip._internal.commands.check import CheckCommand -from pip._internal.commands.search import SearchCommand -from pip._internal.commands.show import ShowCommand -from pip._internal.commands.install import InstallCommand -from pip._internal.commands.uninstall import UninstallCommand -from pip._internal.commands.wheel import WheelCommand - -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import List, Type - from pip._internal.cli.base_command import Command - -commands_order = [ - InstallCommand, - DownloadCommand, - UninstallCommand, - FreezeCommand, - ListCommand, - ShowCommand, - CheckCommand, - ConfigurationCommand, - SearchCommand, - WheelCommand, - HashCommand, - CompletionCommand, - DebugCommand, - HelpCommand, -] # type: List[Type[Command]] - -commands_dict = {c.name: c for c in commands_order} - - -def get_summaries(ordered=True): - """Yields sorted (command name, command summary) tuples.""" - - if ordered: - cmditems = _sort_commands(commands_dict, commands_order) - else: - cmditems = commands_dict.items() - - for name, command_class in cmditems: - yield (name, command_class.summary) - - -def get_similar_commands(name): - """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 False - - -def _sort_commands(cmddict, order): - def keyfn(key): - try: - return order.index(key[1]) - except ValueError: - # unordered items should come last - return 0xff - - return sorted(cmddict.items(), key=keyfn) diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 8ceb14d33d07d594a0f9015612820227e751e37c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2552 zcmaJ@OK%%D5GJ{+N92_(+lu3d>?qGhZ6c=yQnY9g1hA9FZE6H{9`&NZV!fp7jY+M- zUBR^>pJJf7^wd9KAM=;?+Fo+)r9dz33@ur5T6GOlGs9W#%*StrepW0N2t04Uobvw6 z6Y?7>!%qp6`!M3$ln_o_!YOBxD&{hZvL!8LyS9;SnNe9cYvhc~sl1yva#o&G1-D@2 zoE%e*>lisNi>l<7jC@XxtFl`*azRe0Nq5r7V{%GW+=`JMd0tJs(?%}J3u?xlF>*=H zsyTPg$m4QeRo$wQ%W^?2x{F4hkQY_Wtx+Os`ge$XQeIM*-OK8Vd&R6z$*by`dkxm- zL_t)ABPPX+sEDkX7K@@JY>^k`t&)44SNQouBCfBHH`M)zFY*g~=8(EK_$;40ByOG0 z^D6v)%oo;4{o?+$!V^E(@wY@Rh+2ssw!+p{&6l#)4%=W-%5U+w@E#$r({$Y5j3e1e zgcquIq!TbrEJvy>MG{6WkkB2BmF1|_47WPkKWleZ#Aat};5WV!?Y3m(^MR@OPz$jy z28OXme!M-b3fUe~ABS-=P@Uy%5$p`~;=1s4F#P)ZcCnyb~l+=E@*A@UluD4|XygYpvNH&aR7;y!r zkaWpQ=YV$UE7GOEve))Hd51{bEnf-Plr?UrG|=b4*GzxiUrJPa2~Ou$FU(u};TO@a z*uH~CGrX{s2;K7KQqViVB@b+2;(3ksURt=z!ytjB_Pv`JM;4|mVGx*}1M%sZh%s6V zMgSxJ9HuVO<%A?OVQ<(0ZRHbsWE~UCV1>M_{KyX2fz@SQ>y_PP&j}^3tDFMU*#4c3 zP)HuvV&IM7wHv+IYMAKFKGkY*2RNkn>b0Z;tcn|J^-Nmw@Exz8Oj_(q9ww5OPSr?r zq0>y52oLI6xJvTW+G zJaeeN0=6?~AyTL3i)fi{L=-)s6p%Y&fE1i_mn7DaeM|sB)@8cUWt`5Eb;2zez<_#Y ze{T8Y=nOnHzmr6_f=Fu-Bn^#>!pg(=0vW}^Q+^U`i})d;mE&QvDZ@>D72MK{1a4?u zMcLjFdvV<|xu2|-PG0W=_#pxngFvW4>FZPYzk;n|2PVQ0h7z-Bp6NR10n)qw^r67t z7(f3rX;OsaFn_=j1cM$ENZk5`LBjUh85}V~==Nj^Uq+Jdm*0{jcnNVjrY`_18#uUA z(AOz&jFJt)VVfV|27t}1wfDHe`@dm=63T=vE`CZ2&wbeu544W-JDOU61^i?TGfwh0 zhn@j@v-J&r7Xu)a(K0Qu{e`m}Y}}Pm;LG@4!}#mQ$)~a>pZO6!+tBJY z;y&5~y1zd6e;yLLu*O0inG%#ru%pM&WmK@Sxi&P?d}Jsw+$6e)9*ZN=>2+w0|D>dN zqyE>Kb^7;>9!IxP=dg=ckS?Rk+}WKvNhsq+ve$;ITTh@vwx>*jqOpel6`>3pn?5v- z9&7Hq?@1F{r5# Oe}C8$C9B}%OaB0Ihpw^! diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc deleted file mode 100644 index e1ccd84915e71e983367439e13f9c4d44b0676fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1294 zcmZ8h&5PSc6rUM=TDBogq0I&wRA>$^U2Q1z3)&L8g2wjgUD46n7 znEDlnhFp+Gthai*p`CR>L3et$bABd|@AY11b>0zq!g{}RPy_F+e$-emZB9F{^Scpe zN959`WPNXayK`av>;ItK9qP^_s}K5dKN+xaDqtsF(2Xx$z%JImc8-4DxiD?@H@6>> zVV`qJvBX%ov+d`1bqHT2)@`l?>R*JWa3R}@M>9uZM=H#y@tz8$A;ZQkyLvGZyn zXH#QqQ7nwN%fGQxwbW*O*k02*1!%QQpi*;fyfW8lnsFwpMUiI>8WUK2BC;l_(o!fN zuMGBe-xweCVabe9yC!2neqIyxF>HVL!%0)tCv{#Q?^^13n|~{xiPcx=940h$BUF_Z zC(vE^9`wo3Oi{ftmTIe;aE|^G1fc<)FdrqgDWi-q;=cDC^xWKg(96IJd)W5IVRuJx z*xAfCeln0w5)&jzDS2B6&?iZIm2j0Un53 z=!1U{GKQ(K!+jtHA7-<`KMRb9b;8Wvf#{=s`OM?+uho} zhAx+}kE@v1dH~`8RX^a&E3c;Q8tOXX1Oa zg#3Y>>Boc4hw!Seq2YwnjPz-TQk0#{={WZ5c3k+nnb-F_z8&+jpkM3MK=wOz9`G8k z^O@h=&deu-H~8#B!e@oQ?{*s8*(71}Pw-AcYR)BhRFMs|h|_*qNPQD@wUwgZPjU`o zeM{)Ll*Lx{Y2$TPrX{=7QrjZSLdCj8zs!VAi<~K)NDU)hnU*?KPnaok-bkLNgf!Ur ziNR|;@zn~CMt(SwaO%q17wa3V>z{wK++vF@+l{|k+xTd6d13Jf931t&edG4t0{iZm z>ETl2ubsStw#$nX`N=lxH`e28U*1}a(ctsdTdT`UY;lQ&Y!dF?(VFAk2o@ELi(WFw zG>blFkL?toL}Wu{?UL)$p!5cL*CPA4%`_%i(M>Y8TSyLvfuExQ7?UF5EV|Ym4WAh3 z=BHSc*@IKCwf+IsGeMm|xV+eEjr>LcO?Vcfr(!u;X6g15AnodmMW6i-jJv19823`O zeMmEbs7_(Rm=bV8+4obdVl6mD%z`Y<@gPICuyD4CWfNN?8;= z=39qs#6wHx5U@K=-wDN#z=xrpK#?sSk59`q-(srFQq8_&c3E*B2s5?Tw@bGt&M`F) zGiAcyUcwey@k#i?1r~LWQ#f>ucPCNX#;u_75b-XSnd!$JchuV;2-2aPKuM!e&YX_N z-Hy+_PVgh?QSS5LVZBqsLiUh!>OT^XbY`G*&6x8mN0kR8JfrHZYYeJVDI``U)G%GJ zJAw_A;H+0n)Z>jo(Q2E1l|iG4rbDvt>^MU@bbg_f z49SkW=MLQ+k5le&mwUKBUi&$KG1Nk_25kehvs2n8p9AevpglL%k{$mb;7g;EW>)D!3SfG!wDchun#?P{&)c7?iLTPl>E&yhLs(rhp+VtQMg;8M}E>aFy?fGYvs5{{*b z12JQ&Y~lut}X$f(IcUL@6;0dl!f?H3fuEqCyS0<$i zxZon!#)aFI#8{1AB8=wT^=q4}hgS-4XIy2yXby>B{9T!9VZ5Cp&BH*>qhW2tbS0n1 zUSLsHX3l=cS)k-=F!nfPF5s{ZdUX*R;?(H{+Mph70$sg-;pfjg0d4+UJ$EXCVFOb# zPx=BPK;sWwDYzcNDQ aD%LYg@Fu`qcbc^6c)l~^%sPJsum1-DzA8!p diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-38.pyc deleted file mode 100644 index 48bca81da562bf63cc258cb0473078376be5cd61..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7137 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 T3Mf@UslIAfkecJi%jUlT>V#^u diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc deleted file mode 100644 index b17a91c2e955b21e10835e3d982c01fc52ae95a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3345 zcmZt}O>Z2xb;$YL(XJ%x%TesQ)3gb)XuRs7M%^HFo62!oBo)%g&c_tSV6^0}MxKu~ z$&sSJ)&(o5UFumXC?CFdUcOL*h^AKxeUL8lX1@cs3d zt4Y+ctpDKP;^)BNH_)U8z$`{`s~|BUh|`?L)bw_2o8E~X=x z;*H{JeAUp~`5VP%ya{xB_9nk}O5*FR!xo=f@ekM%TZaAyyTVqW|KZ0LTV-ocEw;vk z6FZI=-L<;w&)|Mmm*}N*PgZ%Yc#;*PN~j%}3;PADMk=dH2_t{IDvGpZfUXqjBc7;K z47o~1$7;VSal!6`?d^|tcX4M{GG3}AuZA#MGRv}2a>#`QZph&eUw`&>vi-Y{wm(Te zf3UOj`<;(*+n^Ffs(|ybOSS!Bd90mJGpT^&eUauhmwk%zHXq_1v~6f|1Aww-gpnDY zSQBzePmQ_Yl5}V6J(<2AJ(+fG?SV`~F0_-CgGzhz6X7(cObf2vLps@IJKj59eFZ%suV_GQS7Puc)#aJ)z<)Wgj?GYhoR^Q&Kw2o)YDqSpNW*Q9g4f zX{h#s?N_QW|QQyqHWf~wC)tUq+1UWta^TZe5v*5s<5Z3w|xp>M;W(jwmVe%2^6XQMlaAp;u$eDXE`ZpDOIkk|<%bqWdH zj=^zakGZk`tu-LbWByY}=`3I^NT;oDEys#Oh_X<(?_$I^>2ds%FoN%HCP#UC9GPSg zVXnc<2I1E;WbGQlc*BgM=*^%qK%p)uXPX9m(^7 zcA$z#O&=YJp8>n?z(bRypMw)8$%_;swt)5pG#LP}$O`o!VT{)=D!z9nVgJmoxD;{J z$u=~32;gFFWsqG@KtGsg8EECeZEy#0ufbi=mVbJ-%7amGKJry-7M_m+*tKAGwNEVI z*@3JKI#-L}C9R$DzwYm6GHS|11ZY*}$5Fx4QoUr>=x!C2l|q|G3O5~PYClSARn2|K zEJx*n4@6LsBM4!IxZ3Big>jW;xqL4IdLKFPsH)YdR%UHuov0ejd7lYXfVcMd({jko zaj*kr$ojlDUVv&BHN|_pfF14eHHAo^M~F=T+Ha)N z;R}iM%B#}ob(niq5_}qMiKb>=-L8fP5cc;UO+7Ipa$ zrep*FvKFDw9j{IBw+KH^AXeK*!6Md>XcP7cls+u0rsINm5j-&Jk}X$>TcB z8;YMKtm;G1U@g~fEz=>_zO3QRCXOKlhh-&rBKYGvgB}w6p$RJSAujJUG1upLeinD; z7QXrJ4>Y^7<)Oj^~4Ig;9sagUj#-*{CzIK^Utsq)@ zXJXG8`1Q3z)ObP!) zEZqX{`_#Nq#cy$qslNE+y5M(cj0MDxV*mgE diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc deleted file mode 100644 index c7cbea4a718428fbc36943f94bf4839eb3c78c84..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4699 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 diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc deleted file mode 100644 index ec4f40d3f156e251b0154259d338aeb09c007309..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2992 zcmb7GOOM>f5$0<+9PZ3MtC?I z7@O@@ax6+#OB!c+RdV?dGXI-7rR-jk&Z(NEIVmfdm4(2pf3M8*q#$5NpO-vOdpQvw zf}uua5(C~bBb!)}L+q$WoX91;sQ;ZYHHl05&*2;5k->8#8hmFsM&#p`K5Wz`EsbuT z`T>4l*0QQ)kQG8Ej8PI)NqU;hsDLQo^l_bWn$tpxV5)C8@%6UrRSBm7!xgX-8Co~XnB$Op5luz_t-p4(fea#2Kor;&U;IB)se%t)||F&psz1*fx{#5+=R={fbMyf^@Dfy6&BNJE+nvO{*s-V2~~dDboRhL-L_+Uum3j_h5!SH{(=Hy)5T zvFa`I_GMpsSLVJ!-gyDkFVA?Fya(<3*RsK-Pi`ySm8Fo5*ai<9E9A{64A&yo4%a54 zb(5;11!#>$N+&9c-L3}P>Wzj3(6Cj6|rtRlcCQlOH zI&;b@+-lkk!*H4vBxG4}ihNOg-0}9KKmMWl7=yxQpcKlM6*Lcnvw4=zgR_h=Wk^B@ zERkh*?apAlfHnOvWM!JLw%7gnLYADylGpU}=F#t`9k8EdT-FJr#StZ2RapZz)h>Wc?ow{Dei<*_|g za=2V>i)Xy7tFhfWg0gArBpjvJIz9WrYzJ|ivP6hD{=s{EAOSN9--{;Kts?ykoY?WRq38-dS+eN67}xHUfAFr zX-emrdC`NUCw{X)U6OrOm!x+&SeTmgq1ylrK_k#6XbZFr+F3XYwRe}8FZ>I)`9R*9 z8VmP(^S<%zt&6^V<7EHxV9_Vmfv$Fs&o}%6?0k{Mh%2$?3u6l_!m%pVr1%=kp zI6YVz_^N*{tsSkbjq?(XO54{@8BL11(v1-|o}*f$jiIRGlYk?;#~%N=I=jE@lKdBH zw%K*$IPE?<_-~aBca>(eECQ!z8u<>&CFO@ot%p#pv3Xs50Y)g1VQ!j3(*yQ=%eO4k zx$!7`I{$V@7FO+B&CX2>;v6J361hlnibVEfb+wu)ei+A(Q8bsDejJlBh1gMowpR;$ zXtaG%BeD2-yTQs?jE^CjcD&I z*q_~8q$174HAKXhk2SRa2h`zTm;e9( diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc deleted file mode 100644 index 2ec17a563230e2cc313b0e27dea194f2a6f7e076..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2042 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 diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc deleted file mode 100644 index ea69ee3b60698a0fe79c280751bb137fff0a6875..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8981 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 diff --git a/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc deleted file mode 100644 index 58e300c56e39ba2af263f1599ec6fec548f0470c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5825 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 diff --git a/lib/python3.8/site-packages/pip/_internal/commands/check.py b/lib/python3.8/site-packages/pip/_internal/commands/check.py deleted file mode 100644 index 801cecc..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/check.py +++ /dev/null @@ -1,41 +0,0 @@ -import logging - -from pip._internal.cli.base_command import Command -from pip._internal.operations.check import ( - check_package_set, create_package_set_from_installed, -) - -logger = logging.getLogger(__name__) - - -class CheckCommand(Command): - """Verify installed packages have compatible dependencies.""" - name = 'check' - usage = """ - %prog [options]""" - summary = 'Verify installed packages have compatible dependencies.' - - def run(self, options, args): - package_set, parsing_probs = create_package_set_from_installed() - missing, conflicting = check_package_set(package_set) - - for project_name in missing: - version = package_set[project_name].version - for dependency in missing[project_name]: - logger.info( - "%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]: - logger.info( - "%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 1 - else: - logger.info("No broken requirements found.") diff --git a/lib/python3.8/site-packages/pip/_internal/commands/completion.py b/lib/python3.8/site-packages/pip/_internal/commands/completion.py deleted file mode 100644 index 2fcdd39..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/completion.py +++ /dev/null @@ -1,94 +0,0 @@ -from __future__ import absolute_import - -import sys -import textwrap - -from pip._internal.cli.base_command import Command -from pip._internal.utils.misc import get_prog - -BASE_COMPLETION = """ -# pip %(shell)s completion start%(script)s# pip %(shell)s completion end -""" - -COMPLETION_SCRIPTS = { - 'bash': """ - _pip_completion() - { - COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \\ - COMP_CWORD=$COMP_CWORD \\ - PIP_AUTO_COMPLETE=1 $1 ) ) - } - complete -o default -F _pip_completion %(prog)s - """, - 'zsh': """ - function _pip_completion { - local words cword - read -Ac words - read -cn cword - reply=( $( COMP_WORDS="$words[*]" \\ - COMP_CWORD=$(( cword-1 )) \\ - PIP_AUTO_COMPLETE=1 $words[1] ) ) - } - compctl -K _pip_completion %(prog)s - """, - '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)s - """, -} - - -class CompletionCommand(Command): - """A helper command to be used for command completion.""" - name = 'completion' - summary = 'A helper command used for command completion.' - ignore_require_venv = True - - def __init__(self, *args, **kw): - super(CompletionCommand, self).__init__(*args, **kw) - - cmd_opts = self.cmd_opts - - cmd_opts.add_option( - '--bash', '-b', - action='store_const', - const='bash', - dest='shell', - help='Emit completion code for bash') - cmd_opts.add_option( - '--zsh', '-z', - action='store_const', - const='zsh', - dest='shell', - help='Emit completion code for zsh') - cmd_opts.add_option( - '--fish', '-f', - action='store_const', - const='fish', - dest='shell', - help='Emit completion code for fish') - - self.parser.insert_option_group(0, cmd_opts) - - def run(self, options, args): - """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, '') % { - 'prog': get_prog(), - } - ) - print(BASE_COMPLETION % {'script': script, 'shell': options.shell}) - else: - sys.stderr.write( - 'ERROR: You must pass %s\n' % ' or '.join(shell_options) - ) diff --git a/lib/python3.8/site-packages/pip/_internal/commands/configuration.py b/lib/python3.8/site-packages/pip/_internal/commands/configuration.py deleted file mode 100644 index 1ec77d2..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/configuration.py +++ /dev/null @@ -1,258 +0,0 @@ -import logging -import os -import subprocess - -from pip._internal.cli.base_command import Command -from pip._internal.cli.status_codes import ERROR, SUCCESS -from pip._internal.configuration import ( - Configuration, get_configuration_files, kinds, -) -from pip._internal.exceptions import PipError -from pip._internal.utils.deprecation import deprecated -from pip._internal.utils.misc import get_prog -from pip._internal.utils.virtualenv import running_under_virtualenv - -logger = logging.getLogger(__name__) - - -class ConfigurationCommand(Command): - """Manage local and global configuration. - - Subcommands: - - list: List the active configuration (or from the file specified) - edit: Edit the configuration file in an editor - get: Get the value associated with name - set: Set the name=value - unset: Unset the value associated with name - - 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 on the to the user file by - default. - """ - - name = 'config' - usage = """ - %prog [] list - %prog [] [--editor ] edit - - %prog [] get name - %prog [] set name value - %prog [] unset name - """ - - summary = "Manage local and global configuration." - - def __init__(self, *args, **kwargs): - super(ConfigurationCommand, self).__init__(*args, **kwargs) - - self.configuration = 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.cmd_opts.add_option( - '--venv', - dest='venv_file', - action='store_true', - default=False, - help=( - '[Deprecated] Use the current environment configuration ' - 'file in a virtual environment only' - ) - ) - - self.parser.insert_option_group(0, self.cmd_opts) - - def run(self, options, args): - handlers = { - "list": self.list_values, - "edit": self.open_in_editor, - "get": self.get_name, - "set": self.set_name_value, - "unset": self.unset_name - } - - # Determine action - if not args or args[0] not in handlers: - logger.error("Need an action ({}) to perform.".format( - ", ".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, need_value): - # Convert legacy venv_file option to site_file or error - if options.venv_file and not options.site_file: - if running_under_virtualenv(): - options.site_file = True - deprecated( - "The --venv option has been deprecated.", - replacement="--site", - gone_in="19.3", - ) - else: - raise PipError( - "Legacy --venv option requires a virtual environment. " - "Use --site instead." - ) - - 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, args): - self._get_n_args(args, "list", n=0) - - for key, value in sorted(self.configuration.items()): - logger.info("%s=%r", key, value) - - def get_name(self, options, args): - key = self._get_n_args(args, "get [name]", n=1) - value = self.configuration.get_value(key) - - logger.info("%s", value) - - def set_name_value(self, options, args): - 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, args): - key = self._get_n_args(args, "unset [name]", n=1) - self.configuration.unset_value(key) - - self._save_configuration() - - def open_in_editor(self, options, args): - editor = self._determine_editor(options) - - fname = self.configuration.get_file_to_edit() - if fname is None: - raise PipError("Could not determine appropriate file.") - - try: - subprocess.check_call([editor, fname]) - except subprocess.CalledProcessError as e: - raise PipError( - "Editor Subprocess exited with exit code {}" - .format(e.returncode) - ) - - def _get_n_args(self, args, example, n): - """Helper to make sure the command got the right number of arguments - """ - if len(args) != n: - msg = ( - 'Got unexpected number of arguments, expected {}. ' - '(example: "{} config {}")' - ).format(n, get_prog(), example) - raise PipError(msg) - - if n == 1: - return args[0] - else: - return args - - def _save_configuration(self): - # We successfully ran a modifying command. Need to save the - # configuration. - try: - self.configuration.save() - except Exception: - logger.error( - "Unable to save configuration. Please report this as a bug.", - exc_info=1 - ) - raise PipError("Internal Error.") - - def _determine_editor(self, options): - 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/lib/python3.8/site-packages/pip/_internal/commands/debug.py b/lib/python3.8/site-packages/pip/_internal/commands/debug.py deleted file mode 100644 index eb4f8c4..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/debug.py +++ /dev/null @@ -1,114 +0,0 @@ -from __future__ import absolute_import - -import locale -import logging -import sys - -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.utils.logging import indent_log -from pip._internal.utils.misc import get_pip_version -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.wheel import format_tag - -if MYPY_CHECK_RUNNING: - from typing import Any, List - from optparse import Values - -logger = logging.getLogger(__name__) - - -def show_value(name, value): - # type: (str, str) -> None - logger.info('{}: {}'.format(name, value)) - - -def show_sys_implementation(): - # type: () -> None - logger.info('sys.implementation:') - if hasattr(sys, 'implementation'): - implementation = sys.implementation # type: ignore - implementation_name = implementation.name - else: - implementation_name = '' - - with indent_log(): - show_value('name', implementation_name) - - -def show_tags(options): - # type: (Values) -> None - tag_limit = 10 - - target_python = make_target_python(options) - tags = target_python.get_tags() - - # Display the target options that were explicitly provided. - formatted_target = target_python.format_given() - suffix = '' - if formatted_target: - suffix = ' (target: {})'.format(formatted_target) - - msg = 'Compatible tags: {}{}'.format(len(tags), suffix) - logger.info(msg) - - if options.verbose < 1 and len(tags) > tag_limit: - tags_limited = True - tags = tags[:tag_limit] - else: - tags_limited = False - - with indent_log(): - for tag in tags: - logger.info(format_tag(tag)) - - if tags_limited: - msg = ( - '...\n' - '[First {tag_limit} tags shown. Pass --verbose to show all.]' - ).format(tag_limit=tag_limit) - logger.info(msg) - - -class DebugCommand(Command): - """ - Display debug information. - """ - - name = 'debug' - usage = """ - %prog """ - summary = 'Show information useful for debugging.' - ignore_require_venv = True - - def __init__(self, *args, **kw): - super(DebugCommand, self).__init__(*args, **kw) - - cmd_opts = self.cmd_opts - cmdoptions.add_target_python_options(cmd_opts) - self.parser.insert_option_group(0, cmd_opts) - - def run(self, options, args): - # type: (Values, List[Any]) -> 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_tags(options) - - return SUCCESS diff --git a/lib/python3.8/site-packages/pip/_internal/commands/download.py b/lib/python3.8/site-packages/pip/_internal/commands/download.py deleted file mode 100644 index 5642b56..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/download.py +++ /dev/null @@ -1,168 +0,0 @@ -from __future__ import absolute_import - -import logging -import os - -from pip._internal.cli import cmdoptions -from pip._internal.cli.base_command import RequirementCommand -from pip._internal.cli.cmdoptions import make_target_python -from pip._internal.legacy_resolve import Resolver -from pip._internal.operations.prepare import RequirementPreparer -from pip._internal.req import RequirementSet -from pip._internal.req.req_tracker import RequirementTracker -from pip._internal.utils.filesystem import check_path_owner -from pip._internal.utils.misc import ensure_dir, normalize_path -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. - """ - name = 'download' - - usage = """ - %prog [options] [package-index-options] ... - %prog [options] -r [package-index-options] ... - %prog [options] ... - %prog [options] ... - %prog [options] ...""" - - summary = 'Download packages.' - - def __init__(self, *args, **kw): - super(DownloadCommand, self).__init__(*args, **kw) - - cmd_opts = self.cmd_opts - - cmd_opts.add_option(cmdoptions.constraints()) - cmd_opts.add_option(cmdoptions.requirements()) - cmd_opts.add_option(cmdoptions.build_dir()) - cmd_opts.add_option(cmdoptions.no_deps()) - cmd_opts.add_option(cmdoptions.global_options()) - cmd_opts.add_option(cmdoptions.no_binary()) - cmd_opts.add_option(cmdoptions.only_binary()) - cmd_opts.add_option(cmdoptions.prefer_binary()) - cmd_opts.add_option(cmdoptions.src()) - cmd_opts.add_option(cmdoptions.pre()) - cmd_opts.add_option(cmdoptions.no_clean()) - cmd_opts.add_option(cmdoptions.require_hashes()) - cmd_opts.add_option(cmdoptions.progress_bar()) - cmd_opts.add_option(cmdoptions.no_build_isolation()) - cmd_opts.add_option(cmdoptions.use_pep517()) - cmd_opts.add_option(cmdoptions.no_use_pep517()) - - 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(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, cmd_opts) - - def run(self, options, args): - 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.src_dir = os.path.abspath(options.src_dir) - options.download_dir = normalize_path(options.download_dir) - - ensure_dir(options.download_dir) - - with self._build_session(options) as session: - target_python = make_target_python(options) - finder = self._build_package_finder( - options=options, - session=session, - target_python=target_python, - ) - build_delete = (not (options.no_clean or options.build_dir)) - if options.cache_dir and not check_path_owner(options.cache_dir): - logger.warning( - "The directory '%s' or its parent directory is not owned " - "by the current user and caching wheels has been " - "disabled. check the permissions and owner of that " - "directory. If executing pip with sudo, you may want " - "sudo's -H flag.", - options.cache_dir, - ) - options.cache_dir = None - - with RequirementTracker() as req_tracker, TempDirectory( - options.build_dir, delete=build_delete, kind="download" - ) as directory: - - requirement_set = RequirementSet( - require_hashes=options.require_hashes, - ) - self.populate_requirement_set( - requirement_set, - args, - options, - finder, - session, - self.name, - None - ) - - preparer = RequirementPreparer( - build_dir=directory.path, - src_dir=options.src_dir, - download_dir=options.download_dir, - wheel_download_dir=None, - progress_bar=options.progress_bar, - build_isolation=options.build_isolation, - req_tracker=req_tracker, - ) - - resolver = Resolver( - preparer=preparer, - finder=finder, - session=session, - wheel_cache=None, - use_user_site=False, - upgrade_strategy="to-satisfy-only", - force_reinstall=False, - ignore_dependencies=options.ignore_dependencies, - py_version_info=options.python_version, - ignore_requires_python=False, - ignore_installed=True, - isolated=options.isolated_mode, - ) - resolver.resolve(requirement_set) - - downloaded = ' '.join([ - req.name for req in requirement_set.successfully_downloaded - ]) - if downloaded: - logger.info('Successfully downloaded %s', downloaded) - - # Clean up - if not options.no_clean: - requirement_set.cleanup_files() - - return requirement_set diff --git a/lib/python3.8/site-packages/pip/_internal/commands/freeze.py b/lib/python3.8/site-packages/pip/_internal/commands/freeze.py deleted file mode 100644 index 9fc5b04..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/freeze.py +++ /dev/null @@ -1,101 +0,0 @@ -from __future__ import absolute_import - -import sys - -from pip._internal.cache import WheelCache -from pip._internal.cli import cmdoptions -from pip._internal.cli.base_command import Command -from pip._internal.models.format_control import FormatControl -from pip._internal.operations.freeze import freeze -from pip._internal.utils.compat import stdlib_pkgs - -DEV_PKGS = {'pip', 'setuptools', 'distribute', 'wheel'} - - -class FreezeCommand(Command): - """ - Output installed packages in requirements format. - - packages are listed in a case-insensitive sorted order. - """ - name = 'freeze' - usage = """ - %prog [options]""" - summary = 'Output installed packages in requirements format.' - log_streams = ("ext://sys.stderr", "ext://sys.stderr") - - def __init__(self, *args, **kw): - super(FreezeCommand, self).__init__(*args, **kw) - - 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( - '-f', '--find-links', - dest='find_links', - action='append', - default=[], - metavar='URL', - help='URL for finding packages, which will be added to the ' - 'output.') - 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:' - ' %s' % ', '.join(DEV_PKGS)) - self.cmd_opts.add_option( - '--exclude-editable', - dest='exclude_editable', - action='store_true', - help='Exclude editable package from output.') - - self.parser.insert_option_group(0, self.cmd_opts) - - def run(self, options, args): - format_control = FormatControl(set(), set()) - wheel_cache = WheelCache(options.cache_dir, format_control) - skip = set(stdlib_pkgs) - if not options.freeze_all: - skip.update(DEV_PKGS) - - cmdoptions.check_list_path_option(options) - - freeze_kwargs = dict( - requirement=options.requirements, - find_links=options.find_links, - local_only=options.local, - user_only=options.user, - paths=options.path, - skip_regex=options.skip_requirements_regex, - isolated=options.isolated_mode, - wheel_cache=wheel_cache, - skip=skip, - exclude_editable=options.exclude_editable, - ) - - try: - for line in freeze(**freeze_kwargs): - sys.stdout.write(line + '\n') - finally: - wheel_cache.cleanup() diff --git a/lib/python3.8/site-packages/pip/_internal/commands/hash.py b/lib/python3.8/site-packages/pip/_internal/commands/hash.py deleted file mode 100644 index 423440e..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/hash.py +++ /dev/null @@ -1,57 +0,0 @@ -from __future__ import absolute_import - -import hashlib -import logging -import sys - -from pip._internal.cli.base_command import Command -from pip._internal.cli.status_codes import ERROR -from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES -from pip._internal.utils.misc import read_chunks - -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. - - """ - name = 'hash' - usage = '%prog [options] ...' - summary = 'Compute hashes of package archives.' - ignore_require_venv = True - - def __init__(self, *args, **kw): - super(HashCommand, self).__init__(*args, **kw) - 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 %s' % - ', '.join(STRONG_HASHES)) - self.parser.insert_option_group(0, self.cmd_opts) - - def run(self, options, args): - if not args: - self.parser.print_usage(sys.stderr) - return ERROR - - algorithm = options.algorithm - for path in args: - logger.info('%s:\n--hash=%s:%s', - path, algorithm, _hash_of_file(path, algorithm)) - - -def _hash_of_file(path, algorithm): - """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/lib/python3.8/site-packages/pip/_internal/commands/help.py b/lib/python3.8/site-packages/pip/_internal/commands/help.py deleted file mode 100644 index 49a81cb..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/help.py +++ /dev/null @@ -1,37 +0,0 @@ -from __future__ import absolute_import - -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""" - name = 'help' - usage = """ - %prog """ - summary = 'Show help for commands.' - ignore_require_venv = True - - def run(self, options, args): - from pip._internal.commands import commands_dict, 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 = ['unknown command "%s"' % cmd_name] - if guess: - msg.append('maybe you meant "%s"' % guess) - - raise CommandError(' - '.join(msg)) - - command = commands_dict[cmd_name]() - command.parser.print_help() - - return SUCCESS diff --git a/lib/python3.8/site-packages/pip/_internal/commands/install.py b/lib/python3.8/site-packages/pip/_internal/commands/install.py deleted file mode 100644 index ebeceac..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/install.py +++ /dev/null @@ -1,580 +0,0 @@ -from __future__ import absolute_import - -import errno -import logging -import operator -import os -import shutil -from optparse import SUPPRESS_HELP - -from pip._vendor import pkg_resources - -from pip._internal.cache import WheelCache -from pip._internal.cli import cmdoptions -from pip._internal.cli.base_command import RequirementCommand -from pip._internal.cli.cmdoptions import make_target_python -from pip._internal.cli.status_codes import ERROR -from pip._internal.exceptions import ( - CommandError, InstallationError, PreviousBuildDirError, -) -from pip._internal.legacy_resolve import Resolver -from pip._internal.locations import distutils_scheme -from pip._internal.operations.check import check_install_conflicts -from pip._internal.operations.prepare import RequirementPreparer -from pip._internal.req import RequirementSet, install_given_reqs -from pip._internal.req.req_tracker import RequirementTracker -from pip._internal.utils.filesystem import check_path_owner -from pip._internal.utils.misc import ( - ensure_dir, get_installed_version, - protect_pip_from_modification_on_windows, -) -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.virtualenv import virtualenv_no_global -from pip._internal.wheel import WheelBuilder - -logger = logging.getLogger(__name__) - - -def is_wheel_installed(): - """ - Return whether the wheel package is installed. - """ - try: - import wheel # noqa: F401 - except ImportError: - return False - - return True - - -def build_wheels(builder, pep517_requirements, legacy_requirements, session): - """ - Build wheels for requirements, depending on whether wheel is installed. - """ - # We don't build wheels for legacy requirements if wheel is not installed. - should_build_legacy = is_wheel_installed() - - # Always build PEP 517 requirements - build_failures = builder.build( - pep517_requirements, - session=session, autobuilding=True - ) - - if should_build_legacy: - # We don't care about failures building legacy - # requirements, as we'll fall through to a direct - # install for those. - builder.build( - legacy_requirements, - session=session, autobuilding=True - ) - - return build_failures - - -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. - """ - name = 'install' - - usage = """ - %prog [options] [package-index-options] ... - %prog [options] -r [package-index-options] ... - %prog [options] [-e] ... - %prog [options] [-e] ... - %prog [options] ...""" - - summary = 'Install packages.' - - def __init__(self, *args, **kw): - super(InstallCommand, self).__init__(*args, **kw) - - cmd_opts = self.cmd_opts - - cmd_opts.add_option(cmdoptions.requirements()) - cmd_opts.add_option(cmdoptions.constraints()) - cmd_opts.add_option(cmdoptions.no_deps()) - cmd_opts.add_option(cmdoptions.pre()) - - cmd_opts.add_option(cmdoptions.editable()) - 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(cmd_opts) - - 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.)") - cmd_opts.add_option( - '--no-user', - dest='use_user_site', - action='store_false', - help=SUPPRESS_HELP) - cmd_opts.add_option( - '--root', - dest='root_path', - metavar='dir', - default=None, - help="Install everything relative to this alternate root " - "directory.") - 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") - - cmd_opts.add_option(cmdoptions.build_dir()) - - cmd_opts.add_option(cmdoptions.src()) - - 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.' - ) - - 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).' - ) - - cmd_opts.add_option( - '--force-reinstall', - dest='force_reinstall', - action='store_true', - help='Reinstall all packages even if they are already ' - 'up-to-date.') - - cmd_opts.add_option( - '-I', '--ignore-installed', - dest='ignore_installed', - action='store_true', - help='Ignore the installed packages (reinstalling instead).') - - cmd_opts.add_option(cmdoptions.ignore_requires_python()) - cmd_opts.add_option(cmdoptions.no_build_isolation()) - cmd_opts.add_option(cmdoptions.use_pep517()) - cmd_opts.add_option(cmdoptions.no_use_pep517()) - - cmd_opts.add_option(cmdoptions.install_options()) - cmd_opts.add_option(cmdoptions.global_options()) - - cmd_opts.add_option( - "--compile", - action="store_true", - dest="compile", - default=True, - help="Compile Python source files to bytecode", - ) - - cmd_opts.add_option( - "--no-compile", - action="store_false", - dest="compile", - help="Do not compile Python source files to bytecode", - ) - - 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", - ) - cmd_opts.add_option( - "--no-warn-conflicts", - action="store_false", - dest="warn_about_conflicts", - default=True, - help="Do not warn about broken dependencies", - ) - - cmd_opts.add_option(cmdoptions.no_binary()) - cmd_opts.add_option(cmdoptions.only_binary()) - cmd_opts.add_option(cmdoptions.prefer_binary()) - cmd_opts.add_option(cmdoptions.no_clean()) - cmd_opts.add_option(cmdoptions.require_hashes()) - cmd_opts.add_option(cmdoptions.progress_bar()) - - index_opts = cmdoptions.make_option_group( - cmdoptions.index_group, - self.parser, - ) - - self.parser.insert_option_group(0, index_opts) - self.parser.insert_option_group(0, cmd_opts) - - def run(self, options, args): - cmdoptions.check_install_build_global(options) - upgrade_strategy = "to-satisfy-only" - if options.upgrade: - upgrade_strategy = options.upgrade_strategy - - if options.build_dir: - options.build_dir = os.path.abspath(options.build_dir) - - cmdoptions.check_dist_restriction(options, check_target=True) - - options.src_dir = os.path.abspath(options.src_dir) - install_options = options.install_options or [] - if options.use_user_site: - if options.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." - ) - install_options.append('--user') - install_options.append('--prefix=') - - target_temp_dir = TempDirectory(kind="target") - if options.target_dir: - options.ignore_installed = True - options.target_dir = os.path.abspath(options.target_dir) - if (os.path.exists(options.target_dir) and not - os.path.isdir(options.target_dir)): - 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.create() - install_options.append('--home=' + target_temp_dir.path) - - global_options = options.global_options or [] - - with self._build_session(options) as session: - 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_delete = (not (options.no_clean or options.build_dir)) - wheel_cache = WheelCache(options.cache_dir, options.format_control) - - if options.cache_dir and not check_path_owner(options.cache_dir): - logger.warning( - "The directory '%s' or its parent directory is not owned " - "by the current user and caching wheels has been " - "disabled. check the permissions and owner of that " - "directory. If executing pip with sudo, you may want " - "sudo's -H flag.", - options.cache_dir, - ) - options.cache_dir = None - - with RequirementTracker() as req_tracker, TempDirectory( - options.build_dir, delete=build_delete, kind="install" - ) as directory: - requirement_set = RequirementSet( - require_hashes=options.require_hashes, - check_supported_wheels=not options.target_dir, - ) - - try: - self.populate_requirement_set( - requirement_set, args, options, finder, session, - self.name, wheel_cache - ) - preparer = RequirementPreparer( - build_dir=directory.path, - src_dir=options.src_dir, - download_dir=None, - wheel_download_dir=None, - progress_bar=options.progress_bar, - build_isolation=options.build_isolation, - req_tracker=req_tracker, - ) - - resolver = Resolver( - preparer=preparer, - finder=finder, - session=session, - wheel_cache=wheel_cache, - use_user_site=options.use_user_site, - upgrade_strategy=upgrade_strategy, - force_reinstall=options.force_reinstall, - ignore_dependencies=options.ignore_dependencies, - ignore_requires_python=options.ignore_requires_python, - ignore_installed=options.ignore_installed, - isolated=options.isolated_mode, - use_pep517=options.use_pep517 - ) - resolver.resolve(requirement_set) - - protect_pip_from_modification_on_windows( - modifying_pip=requirement_set.has_requirement("pip") - ) - - # Consider legacy and PEP517-using requirements separately - legacy_requirements = [] - pep517_requirements = [] - for req in requirement_set.requirements.values(): - if req.use_pep517: - pep517_requirements.append(req) - else: - legacy_requirements.append(req) - - wheel_builder = WheelBuilder( - finder, preparer, wheel_cache, - build_options=[], global_options=[], - ) - - build_failures = build_wheels( - builder=wheel_builder, - pep517_requirements=pep517_requirements, - legacy_requirements=legacy_requirements, - session=session, - ) - - # If we're using PEP 517, we cannot do a direct install - # so we fail here. - if build_failures: - raise InstallationError( - "Could not build wheels for {} which use" - " PEP 517 and cannot be installed directly".format( - ", ".join(r.name for r in build_failures))) - - to_install = resolver.get_installation_order( - requirement_set - ) - - # Consistency Checking of the package set we're installing. - should_warn_about_conflicts = ( - not options.ignore_dependencies and - options.warn_about_conflicts - ) - if should_warn_about_conflicts: - self._warn_about_conflicts(to_install) - - # Don't warn about script install locations if - # --target has been specified - warn_script_location = options.warn_script_location - if options.target_dir: - warn_script_location = False - - installed = install_given_reqs( - to_install, - install_options, - global_options, - root=options.root_path, - home=target_temp_dir.path, - prefix=options.prefix_path, - pycompile=options.compile, - warn_script_location=warn_script_location, - use_user_site=options.use_user_site, - ) - - 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, - ) - working_set = pkg_resources.WorkingSet(lib_locations) - - reqs = sorted(installed, key=operator.attrgetter('name')) - items = [] - for req in reqs: - item = req.name - try: - installed_version = get_installed_version( - req.name, working_set=working_set - ) - if installed_version: - item += '-' + installed_version - except Exception: - pass - items.append(item) - installed = ' '.join(items) - if installed: - logger.info('Successfully installed %s', installed) - except EnvironmentError as error: - show_traceback = (self.verbosity >= 1) - - message = create_env_error_message( - error, show_traceback, options.use_user_site, - ) - logger.error(message, exc_info=show_traceback) - - return ERROR - except PreviousBuildDirError: - options.no_clean = True - raise - finally: - # Clean up - if not options.no_clean: - requirement_set.cleanup_files() - wheel_cache.cleanup() - - if options.target_dir: - self._handle_target_dir( - options.target_dir, target_temp_dir, options.upgrade - ) - return requirement_set - - def _handle_target_dir(self, target_dir, target_temp_dir, upgrade): - ensure_dir(target_dir) - - # Checking both purelib and platlib directories for installed - # packages to be moved to target directory - lib_dir_list = [] - - with target_temp_dir: - # Checking both purelib and platlib directories for installed - # packages to be moved to target directory - scheme = distutils_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 _warn_about_conflicts(self, to_install): - try: - package_set, _dep_info = check_install_conflicts(to_install) - except Exception: - logger.error("Error checking for conflicts.", exc_info=True) - return - missing, conflicting = _dep_info - - # NOTE: There is some duplication here from pip check - for project_name in missing: - version = package_set[project_name][0] - for dependency in missing[project_name]: - logger.critical( - "%s %s requires %s, which is not installed.", - project_name, version, dependency[1], - ) - - for project_name in conflicting: - version = package_set[project_name][0] - for dep_name, dep_version, req in conflicting[project_name]: - logger.critical( - "%s %s has requirement %s, but you'll have %s %s which is " - "incompatible.", - project_name, version, req, dep_name, dep_version, - ) - - -def get_lib_location_guesses(*args, **kwargs): - scheme = distutils_scheme('', *args, **kwargs) - return [scheme['purelib'], scheme['platlib']] - - -def create_env_error_message(error, show_traceback, using_user_site): - """Format an error message for an EnvironmentError - - 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 EnvironmentError") - 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 using_user_site: - parts.extend([ - user_option_part, " or ", - permissions_part.lower(), - ]) - else: - parts.append(permissions_part) - parts.append(".\n") - - return "".join(parts).strip() + "\n" diff --git a/lib/python3.8/site-packages/pip/_internal/commands/list.py b/lib/python3.8/site-packages/pip/_internal/commands/list.py deleted file mode 100644 index cf71b13..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/list.py +++ /dev/null @@ -1,311 +0,0 @@ -from __future__ import absolute_import - -import json -import logging - -from pip._vendor import six -from pip._vendor.six.moves import zip_longest - -from pip._internal.cli import cmdoptions -from pip._internal.cli.base_command import Command -from pip._internal.cli.cmdoptions import make_search_scope -from pip._internal.exceptions import CommandError -from pip._internal.index import PackageFinder -from pip._internal.models.selection_prefs import SelectionPreferences -from pip._internal.utils.misc import ( - dist_is_editable, get_installed_distributions, -) -from pip._internal.utils.packaging import get_installer - -logger = logging.getLogger(__name__) - - -class ListCommand(Command): - """ - List installed packages, including editables. - - Packages are listed in a case-insensitive sorted order. - """ - name = 'list' - usage = """ - %prog [options]""" - summary = 'List installed packages.' - - def __init__(self, *args, **kw): - super(ListCommand, self).__init__(*args, **kw) - - cmd_opts = self.cmd_opts - - cmd_opts.add_option( - '-o', '--outdated', - action='store_true', - default=False, - help='List outdated packages') - cmd_opts.add_option( - '-u', '--uptodate', - action='store_true', - default=False, - help='List uptodate packages') - cmd_opts.add_option( - '-e', '--editable', - action='store_true', - default=False, - help='List editable projects.') - 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.') - cmd_opts.add_option(cmdoptions.list_path()) - cmd_opts.add_option( - '--pre', - action='store_true', - default=False, - help=("Include pre-release and development versions. By default, " - "pip only finds stable versions."), - ) - - 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", - ) - - cmd_opts.add_option( - '--not-required', - action='store_true', - dest='not_required', - help="List packages that are not dependencies of " - "installed packages.", - ) - - cmd_opts.add_option( - '--exclude-editable', - action='store_false', - dest='include_editable', - help='Exclude editable package from output.', - ) - cmd_opts.add_option( - '--include-editable', - action='store_true', - dest='include_editable', - help='Include editable package from output.', - default=True, - ) - 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, cmd_opts) - - def _build_package_finder(self, options, session): - """ - Create a package finder appropriate to this list command. - """ - search_scope = make_search_scope(options) - - # Pass allow_yanked=False to ignore yanked versions. - selection_prefs = SelectionPreferences( - allow_yanked=False, - allow_all_prereleases=options.pre, - ) - - return PackageFinder.create( - search_scope=search_scope, - selection_prefs=selection_prefs, - trusted_hosts=options.trusted_hosts, - session=session, - ) - - def run(self, options, args): - if options.outdated and options.uptodate: - raise CommandError( - "Options --outdated and --uptodate cannot be combined.") - - cmdoptions.check_list_path_option(options) - - packages = get_installed_distributions( - local_only=options.local, - user_only=options.user, - editables_only=options.editable, - include_editables=options.include_editable, - paths=options.path, - ) - - # 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) - - def get_outdated(self, packages, options): - return [ - dist for dist in self.iter_packages_latest_infos(packages, options) - if dist.latest_version > dist.parsed_version - ] - - def get_uptodate(self, packages, options): - return [ - dist for dist in self.iter_packages_latest_infos(packages, options) - if dist.latest_version == dist.parsed_version - ] - - def get_not_required(self, packages, options): - dep_keys = set() - for dist in packages: - dep_keys.update(requirement.key for requirement in dist.requires()) - return {pkg for pkg in packages if pkg.key not in dep_keys} - - def iter_packages_latest_infos(self, packages, options): - with self._build_session(options) as session: - finder = self._build_package_finder(options, session) - - for dist in packages: - typ = 'unknown' - all_candidates = finder.find_all_candidates(dist.key) - 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.project_name, - ) - best_candidate = evaluator.get_best_candidate(all_candidates) - if best_candidate is None: - continue - - remote_version = best_candidate.version - if best_candidate.link.is_wheel: - typ = 'wheel' - else: - typ = 'sdist' - # This is dirty but makes the rest of the code much cleaner - dist.latest_version = remote_version - dist.latest_filetype = typ - yield dist - - def output_package_listing(self, packages, options): - packages = sorted( - packages, - key=lambda dist: dist.project_name.lower(), - ) - 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: - logger.info("%s==%s (%s)", dist.project_name, - dist.version, dist.location) - else: - logger.info("%s==%s", dist.project_name, dist.version) - elif options.list_format == 'json': - logger.info(format_for_json(packages, options)) - - def output_package_listing_columns(self, data, header): - # insert the header first: we need to know the size of column names - if len(data) > 0: - data.insert(0, header) - - pkg_strings, sizes = tabulate(data) - - # Create and add a separator. - if len(data) > 0: - pkg_strings.insert(1, " ".join(map(lambda x: '-' * x, sizes))) - - for val in pkg_strings: - logger.info(val) - - -def tabulate(vals): - # From pfmoore on GitHub: - # https://github.com/pypa/pip/issues/3651#issuecomment-216932564 - assert len(vals) > 0 - - sizes = [0] * max(len(x) for x in vals) - for row in vals: - sizes = [max(s, len(str(c))) for s, c in zip_longest(sizes, row)] - - result = [] - for row in vals: - display = " ".join([str(c).ljust(s) if c is not None else '' - for s, c in zip_longest(sizes, row)]) - result.append(display) - - return result, sizes - - -def format_for_columns(pkgs, options): - """ - Convert the package data into something usable - by output_package_listing_columns. - """ - running_outdated = options.outdated - # Adjust the header for the `pip list --outdated` case. - if running_outdated: - header = ["Package", "Version", "Latest", "Type"] - else: - header = ["Package", "Version"] - - data = [] - if options.verbose >= 1 or any(dist_is_editable(x) for x in pkgs): - header.append("Location") - if options.verbose >= 1: - header.append("Installer") - - for proj in pkgs: - # if we're working on the 'outdated' list, separate out the - # latest_version and type - row = [proj.project_name, proj.version] - - if running_outdated: - row.append(proj.latest_version) - row.append(proj.latest_filetype) - - if options.verbose >= 1 or dist_is_editable(proj): - row.append(proj.location) - if options.verbose >= 1: - row.append(get_installer(proj)) - - data.append(row) - - return data, header - - -def format_for_json(packages, options): - data = [] - for dist in packages: - info = { - 'name': dist.project_name, - 'version': six.text_type(dist.version), - } - if options.verbose >= 1: - info['location'] = dist.location - info['installer'] = get_installer(dist) - if options.outdated: - info['latest_version'] = six.text_type(dist.latest_version) - info['latest_filetype'] = dist.latest_filetype - data.append(info) - return json.dumps(data) diff --git a/lib/python3.8/site-packages/pip/_internal/commands/search.py b/lib/python3.8/site-packages/pip/_internal/commands/search.py deleted file mode 100644 index 5802711..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/search.py +++ /dev/null @@ -1,139 +0,0 @@ -from __future__ import absolute_import - -import logging -import sys -import textwrap -from collections import OrderedDict - -from pip._vendor import pkg_resources -from pip._vendor.packaging.version import parse as parse_version -# NOTE: XMLRPC Client is not annotated in typeshed as on 2017-07-17, which is -# why we ignore the type on this import -from pip._vendor.six.moves import xmlrpc_client # type: ignore - -from pip._internal.cli.base_command import Command -from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS -from pip._internal.download import PipXmlrpcTransport -from pip._internal.exceptions import CommandError -from pip._internal.models.index import PyPI -from pip._internal.utils.compat import get_terminal_size -from pip._internal.utils.logging import indent_log - -logger = logging.getLogger(__name__) - - -class SearchCommand(Command): - """Search for PyPI packages whose name or summary contains .""" - name = 'search' - usage = """ - %prog [options] """ - summary = 'Search PyPI for packages.' - ignore_require_venv = True - - def __init__(self, *args, **kw): - super(SearchCommand, self).__init__(*args, **kw) - 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, args): - 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 = get_terminal_size()[0] - - print_results(hits, terminal_width=terminal_width) - if pypi_hits: - return SUCCESS - return NO_MATCHES_FOUND - - def search(self, query, options): - index_url = options.index - with self._build_session(options) as session: - transport = PipXmlrpcTransport(index_url, session) - pypi = xmlrpc_client.ServerProxy(index_url, transport) - hits = pypi.search({'name': query, 'summary': query}, 'or') - return hits - - -def transform_hits(hits): - """ - 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 = 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_results(hits, name_column_width=None, terminal_width=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 - - installed_packages = [p.project_name for p in pkg_resources.working_set] - 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 = textwrap.wrap(summary, target_width) - summary = ('\n' + ' ' * (name_column_width + 3)).join(summary) - - line = '%-*s - %s' % (name_column_width, - '%s (%s)' % (name, latest), summary) - try: - logger.info(line) - if name in installed_packages: - dist = pkg_resources.get_distribution(name) - with indent_log(): - if dist.version == latest: - logger.info('INSTALLED: %s (latest)', dist.version) - else: - logger.info('INSTALLED: %s', dist.version) - if parse_version(latest).pre: - logger.info('LATEST: %s (pre-release; install' - ' with "pip install --pre")', latest) - else: - logger.info('LATEST: %s', latest) - except UnicodeEncodeError: - pass - - -def highest_version(versions): - return max(versions, key=parse_version) diff --git a/lib/python3.8/site-packages/pip/_internal/commands/show.py b/lib/python3.8/site-packages/pip/_internal/commands/show.py deleted file mode 100644 index a18a902..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/show.py +++ /dev/null @@ -1,168 +0,0 @@ -from __future__ import absolute_import - -import logging -import os -from email.parser import FeedParser - -from pip._vendor import pkg_resources -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 - -logger = logging.getLogger(__name__) - - -class ShowCommand(Command): - """ - Show information about one or more installed packages. - - The output is in RFC-compliant mail header format. - """ - name = 'show' - usage = """ - %prog [options] ...""" - summary = 'Show information about installed packages.' - ignore_require_venv = True - - def __init__(self, *args, **kw): - super(ShowCommand, self).__init__(*args, **kw) - 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, args): - 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 - - -def search_packages_info(query): - """ - 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. - """ - installed = {} - for p in pkg_resources.working_set: - installed[canonicalize_name(p.project_name)] = p - - query_names = [canonicalize_name(name) for name in query] - - for dist in [installed[pkg] for pkg in query_names if pkg in installed]: - package = { - 'name': dist.project_name, - 'version': dist.version, - 'location': dist.location, - 'requires': [dep.project_name for dep in dist.requires()], - } - file_list = None - metadata = None - if isinstance(dist, pkg_resources.DistInfoDistribution): - # RECORDs should be part of .dist-info metadatas - if dist.has_metadata('RECORD'): - lines = dist.get_metadata_lines('RECORD') - paths = [l.split(',')[0] for l in lines] - paths = [os.path.join(dist.location, p) for p in paths] - file_list = [os.path.relpath(p, dist.location) for p in paths] - - if dist.has_metadata('METADATA'): - metadata = dist.get_metadata('METADATA') - else: - # Otherwise use pip's log for .egg-info's - if dist.has_metadata('installed-files.txt'): - paths = dist.get_metadata_lines('installed-files.txt') - paths = [os.path.join(dist.egg_info, p) for p in paths] - file_list = [os.path.relpath(p, dist.location) for p in paths] - - if dist.has_metadata('PKG-INFO'): - metadata = dist.get_metadata('PKG-INFO') - - if dist.has_metadata('entry_points.txt'): - entry_points = dist.get_metadata_lines('entry_points.txt') - package['entry_points'] = entry_points - - if dist.has_metadata('INSTALLER'): - for line in dist.get_metadata_lines('INSTALLER'): - if line.strip(): - package['installer'] = line.strip() - break - - # @todo: Should pkg_resources.Distribution have a - # `get_pkg_info` method? - feed_parser = FeedParser() - feed_parser.feed(metadata) - pkg_info_dict = feed_parser.close() - for key in ('metadata-version', 'summary', - 'home-page', 'author', 'author-email', 'license'): - package[key] = pkg_info_dict.get(key) - - # It looks like FeedParser cannot deal with repeated headers - classifiers = [] - for line in metadata.splitlines(): - if line.startswith('Classifier: '): - classifiers.append(line[len('Classifier: '):]) - package['classifiers'] = classifiers - - if file_list: - package['files'] = sorted(file_list) - yield package - - -def print_results(distributions, list_files=False, verbose=False): - """ - Print the informations from installed distributions found. - """ - results_printed = False - for i, dist in enumerate(distributions): - results_printed = True - if i > 0: - logger.info("---") - - name = dist.get('name', '') - required_by = [ - pkg.project_name for pkg in pkg_resources.working_set - if name in [required.name for required in pkg.requires()] - ] - - logger.info("Name: %s", name) - logger.info("Version: %s", dist.get('version', '')) - logger.info("Summary: %s", dist.get('summary', '')) - logger.info("Home-page: %s", dist.get('home-page', '')) - logger.info("Author: %s", dist.get('author', '')) - logger.info("Author-email: %s", dist.get('author-email', '')) - logger.info("License: %s", dist.get('license', '')) - logger.info("Location: %s", dist.get('location', '')) - logger.info("Requires: %s", ', '.join(dist.get('requires', []))) - logger.info("Required-by: %s", ', '.join(required_by)) - - if verbose: - logger.info("Metadata-Version: %s", - dist.get('metadata-version', '')) - logger.info("Installer: %s", dist.get('installer', '')) - logger.info("Classifiers:") - for classifier in dist.get('classifiers', []): - logger.info(" %s", classifier) - logger.info("Entry-points:") - for entry in dist.get('entry_points', []): - logger.info(" %s", entry.strip()) - if list_files: - logger.info("Files:") - for line in dist.get('files', []): - logger.info(" %s", line.strip()) - if "files" not in dist: - logger.info("Cannot locate installed-files.txt") - return results_printed diff --git a/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py b/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py deleted file mode 100644 index 0cd6f54..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py +++ /dev/null @@ -1,78 +0,0 @@ -from __future__ import absolute_import - -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.cli.base_command import Command -from pip._internal.exceptions import InstallationError -from pip._internal.req import parse_requirements -from pip._internal.req.constructors import install_req_from_line -from pip._internal.utils.misc import protect_pip_from_modification_on_windows - - -class UninstallCommand(Command): - """ - 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``. - """ - name = 'uninstall' - usage = """ - %prog [options] ... - %prog [options] -r ...""" - summary = 'Uninstall packages.' - - def __init__(self, *args, **kw): - super(UninstallCommand, self).__init__(*args, **kw) - self.cmd_opts.add_option( - '-r', '--requirement', - dest='requirements', - action='append', - default=[], - metavar='file', - help='Uninstall all the packages listed in the given requirements ' - 'file. This option can be used multiple times.', - ) - self.cmd_opts.add_option( - '-y', '--yes', - dest='yes', - action='store_true', - help="Don't ask for confirmation of uninstall deletions.") - - self.parser.insert_option_group(0, self.cmd_opts) - - def run(self, options, args): - with self._build_session(options) as session: - 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 - for filename in options.requirements: - for req in parse_requirements( - filename, - options=options, - session=session): - if req.name: - reqs_to_uninstall[canonicalize_name(req.name)] = req - if not reqs_to_uninstall: - raise InstallationError( - 'You must give at least one requirement to %(name)s (see ' - '"pip help %(name)s")' % dict(name=self.name) - ) - - protect_pip_from_modification_on_windows( - modifying_pip="pip" in reqs_to_uninstall - ) - - for req in reqs_to_uninstall.values(): - uninstall_pathset = req.uninstall( - auto_confirm=options.yes, verbose=self.verbosity > 0, - ) - if uninstall_pathset: - uninstall_pathset.commit() diff --git a/lib/python3.8/site-packages/pip/_internal/commands/wheel.py b/lib/python3.8/site-packages/pip/_internal/commands/wheel.py deleted file mode 100644 index 97f3b14..0000000 --- a/lib/python3.8/site-packages/pip/_internal/commands/wheel.py +++ /dev/null @@ -1,181 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import absolute_import - -import logging -import os - -from pip._internal.cache import WheelCache -from pip._internal.cli import cmdoptions -from pip._internal.cli.base_command import RequirementCommand -from pip._internal.exceptions import CommandError, PreviousBuildDirError -from pip._internal.legacy_resolve import Resolver -from pip._internal.operations.prepare import RequirementPreparer -from pip._internal.req import RequirementSet -from pip._internal.req.req_tracker import RequirementTracker -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.wheel import WheelBuilder - -logger = logging.getLogger(__name__) - - -class WheelCommand(RequirementCommand): - """ - Build Wheel archives for your requirements and dependencies. - - Wheel is a built-package format, and offers the advantage of not - recompiling your software during every install. For more details, see the - wheel docs: https://wheel.readthedocs.io/en/latest/ - - Requirements: setuptools>=0.8, and wheel. - - 'pip wheel' uses the bdist_wheel setuptools extension from the wheel - package to build individual wheels. - - """ - - name = 'wheel' - usage = """ - %prog [options] ... - %prog [options] -r ... - %prog [options] [-e] ... - %prog [options] [-e] ... - %prog [options] ...""" - - summary = 'Build wheels from your requirements.' - - def __init__(self, *args, **kw): - super(WheelCommand, self).__init__(*args, **kw) - - cmd_opts = self.cmd_opts - - 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."), - ) - cmd_opts.add_option(cmdoptions.no_binary()) - cmd_opts.add_option(cmdoptions.only_binary()) - cmd_opts.add_option(cmdoptions.prefer_binary()) - cmd_opts.add_option( - '--build-option', - dest='build_options', - metavar='options', - action='append', - help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", - ) - cmd_opts.add_option(cmdoptions.no_build_isolation()) - cmd_opts.add_option(cmdoptions.use_pep517()) - cmd_opts.add_option(cmdoptions.no_use_pep517()) - cmd_opts.add_option(cmdoptions.constraints()) - cmd_opts.add_option(cmdoptions.editable()) - cmd_opts.add_option(cmdoptions.requirements()) - cmd_opts.add_option(cmdoptions.src()) - cmd_opts.add_option(cmdoptions.ignore_requires_python()) - cmd_opts.add_option(cmdoptions.no_deps()) - cmd_opts.add_option(cmdoptions.build_dir()) - cmd_opts.add_option(cmdoptions.progress_bar()) - - cmd_opts.add_option( - '--global-option', - dest='global_options', - action='append', - metavar='options', - help="Extra global options to be supplied to the setup.py " - "call before the 'bdist_wheel' command.") - - cmd_opts.add_option( - '--pre', - action='store_true', - default=False, - help=("Include pre-release and development versions. By default, " - "pip only finds stable versions."), - ) - - cmd_opts.add_option(cmdoptions.no_clean()) - 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, cmd_opts) - - def run(self, options, args): - cmdoptions.check_install_build_global(options) - - if options.build_dir: - options.build_dir = os.path.abspath(options.build_dir) - - options.src_dir = os.path.abspath(options.src_dir) - - with self._build_session(options) as session: - finder = self._build_package_finder(options, session) - build_delete = (not (options.no_clean or options.build_dir)) - wheel_cache = WheelCache(options.cache_dir, options.format_control) - - with RequirementTracker() as req_tracker, TempDirectory( - options.build_dir, delete=build_delete, kind="wheel" - ) as directory: - - requirement_set = RequirementSet( - require_hashes=options.require_hashes, - ) - - try: - self.populate_requirement_set( - requirement_set, args, options, finder, session, - self.name, wheel_cache - ) - - preparer = RequirementPreparer( - build_dir=directory.path, - src_dir=options.src_dir, - download_dir=None, - wheel_download_dir=options.wheel_dir, - progress_bar=options.progress_bar, - build_isolation=options.build_isolation, - req_tracker=req_tracker, - ) - - resolver = Resolver( - preparer=preparer, - finder=finder, - session=session, - wheel_cache=wheel_cache, - use_user_site=False, - upgrade_strategy="to-satisfy-only", - force_reinstall=False, - ignore_dependencies=options.ignore_dependencies, - ignore_requires_python=options.ignore_requires_python, - ignore_installed=True, - isolated=options.isolated_mode, - use_pep517=options.use_pep517 - ) - resolver.resolve(requirement_set) - - # build wheels - wb = WheelBuilder( - finder, preparer, wheel_cache, - build_options=options.build_options or [], - global_options=options.global_options or [], - no_clean=options.no_clean, - ) - build_failures = wb.build( - requirement_set.requirements.values(), session=session, - ) - if len(build_failures) != 0: - raise CommandError( - "Failed to build one or more wheels" - ) - except PreviousBuildDirError: - options.no_clean = True - raise - finally: - if not options.no_clean: - requirement_set.cleanup_files() - wheel_cache.cleanup() diff --git a/lib/python3.8/site-packages/pip/_internal/configuration.py b/lib/python3.8/site-packages/pip/_internal/configuration.py deleted file mode 100644 index 437e92e..0000000 --- a/lib/python3.8/site-packages/pip/_internal/configuration.py +++ /dev/null @@ -1,417 +0,0 @@ -"""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 locale -import logging -import os -import sys - -from pip._vendor.six.moves import configparser - -from pip._internal.exceptions import ( - ConfigurationError, ConfigurationFileCouldNotBeLoaded, -) -from pip._internal.utils import appdirs -from pip._internal.utils.compat import WINDOWS, expanduser -from pip._internal.utils.misc import ensure_dir, enum -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import ( - Any, Dict, Iterable, List, NewType, Optional, Tuple - ) - - RawConfigParser = configparser.RawConfigParser # Shorthand - Kind = NewType("Kind", str) - -logger = logging.getLogger(__name__) - - -# NOTE: Maybe use the optionx attribute to normalize keynames. -def _normalize_name(name): - # type: (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): - # type: (str) -> List[str] - if "." not in name: - error_message = ( - "Key does not contain dot separated section and key. " - "Perhaps you wanted to use 'global.{}' instead?" - ).format(name) - raise ConfigurationError(error_message) - return name.split(".", 1) - - -# 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 -) - - -CONFIG_BASENAME = 'pip.ini' if WINDOWS else 'pip.conf' - - -def get_configuration_files(): - 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( - 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(object): - """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, load_only=None): - # type: (bool, Kind) -> None - super(Configuration, self).__init__() - - _valid_load_only = [kinds.USER, kinds.GLOBAL, kinds.SITE, None] - if 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[:-1])) - ) - ) - self.isolated = isolated # type: bool - self.load_only = load_only # type: Optional[Kind] - - # The order here determines the override order. - self._override_order = [ - kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR - ] - - self._ignore_env_names = ["version", "help"] - - # Because we keep track of where we got the data from - self._parsers = { - variant: [] for variant in self._override_order - } # type: Dict[Kind, List[Tuple[str, RawConfigParser]]] - self._config = { - variant: {} for variant in self._override_order - } # type: Dict[Kind, Dict[str, Any]] - self._modified_parsers = [] # type: List[Tuple[str, RawConfigParser]] - - def load(self): - # type: () -> 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): - # type: () -> 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): - # type: () -> Iterable[Tuple[str, Any]] - """Returns key-value pairs like dict.items() representing the loaded - configuration - """ - return self._dictionary.items() - - def get_value(self, key): - # type: (str) -> Any - """Get a value from the configuration. - """ - try: - return self._dictionary[key] - except KeyError: - raise ConfigurationError("No such key - {}".format(key)) - - def set_value(self, key, value): - # type: (str, Any) -> None - """Modify a value in the configuration. - """ - self._ensure_have_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): - # type: (str) -> None - """Unset a value in the configuration. - """ - self._ensure_have_load_only() - - if key not in self._config[self.load_only]: - raise ConfigurationError("No such key - {}".format(key)) - - fname, parser = self._get_parser_to_modify() - - if parser is not None: - section, name = _disassemble_key(key) - - # Remove the key in the parser - modified_something = False - if parser.has_section(section): - # Returns whether the option was removed or not - modified_something = parser.remove_option(section, name) - - if modified_something: - # name removed from parser, section may now be empty - section_iter = iter(parser.items(section)) - try: - val = next(section_iter) - except StopIteration: - val = None - - if val is None: - parser.remove_section(section) - - self._mark_as_modified(fname, parser) - else: - raise ConfigurationError( - "Fatal Internal error [id=1]. Please report as a bug." - ) - - del self._config[self.load_only][key] - - def save(self): - # type: () -> None - """Save the current in-memory state. - """ - self._ensure_have_load_only() - - for fname, parser in self._modified_parsers: - logger.info("Writing to %s", fname) - - # Ensure directory exists. - ensure_dir(os.path.dirname(fname)) - - with open(fname, "w") as f: - parser.write(f) - - # - # Private routines - # - - def _ensure_have_load_only(self): - # type: () -> 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): - # type: () -> 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 self._override_order: - retval.update(self._config[variant]) - - return retval - - def _load_config_files(self): - # type: () -> 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, fname): - # type: (Kind, str) -> RawConfigParser - logger.debug("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): - # type: (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): - try: - parser.read(fname) - except UnicodeDecodeError: - # See https://github.com/pypa/pip/issues/4963 - raise ConfigurationFileCouldNotBeLoaded( - reason="contains invalid {} characters".format( - locale.getpreferredencoding(False) - ), - 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): - # type: () -> 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, items): - # type: (str, 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): - # type: () -> Iterable[Tuple[str, str]] - """Returns a generator with all environmental vars with prefix PIP_""" - for key, val in os.environ.items(): - should_be_yielded = ( - key.startswith("PIP_") and - key[4:].lower() not in self._ignore_env_names - ) - if should_be_yielded: - yield key[4:].lower(), val - - # XXX: This is patched in the tests. - def _iter_config_files(self): - # type: () -> Iterable[Tuple[Kind, List[str]]] - """Yields variant and configuration files associated with it. - - This should be treated like items of a dictionary. - """ - # SMELL: Move the conditions out of this function - - # environment variables have the lowest priority - config_file = os.environ.get('PIP_CONFIG_FILE', None) - if config_file is not None: - yield kinds.ENV, [config_file] - else: - yield kinds.ENV, [] - - config_files = get_configuration_files() - - # at the base we have any global configuration - yield kinds.GLOBAL, config_files[kinds.GLOBAL] - - # per-user configuration next - should_load_user_config = not self.isolated and not ( - config_file and os.path.exists(config_file) - ) - if should_load_user_config: - # The legacy config file is overridden by the new config file - yield kinds.USER, config_files[kinds.USER] - - # finally virtualenv configuration first trumping others - yield kinds.SITE, config_files[kinds.SITE] - - def _get_parser_to_modify(self): - # type: () -> Tuple[str, RawConfigParser] - # Determine which parser to modify - 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, parser): - # type: (str, RawConfigParser) -> None - file_parser_tuple = (fname, parser) - if file_parser_tuple not in self._modified_parsers: - self._modified_parsers.append(file_parser_tuple) diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py b/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py deleted file mode 100644 index fdf332a..0000000 --- a/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -from pip._internal.distributions.source import SourceDistribution -from pip._internal.distributions.wheel import WheelDistribution - -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from pip._internal.distributions.base import AbstractDistribution - from pip._internal.req.req_install import InstallRequirement - - -def make_distribution_for_install_requirement(install_req): - # type: (InstallRequirement) -> AbstractDistribution - """Returns a Distribution for the given InstallRequirement - """ - # If it's not an editable, is a wheel, it's a WheelDistribution - if install_req.editable: - return SourceDistribution(install_req) - - if install_req.link and install_req.is_wheel: - return WheelDistribution(install_req) - - # Otherwise, a SourceDistribution - return SourceDistribution(install_req) diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 24e0abd476207011638b644a89c6c68c0a343707..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 822 zcmaJ<&u`N(6t?rDP1_WS!3hZ|^cJM0CnS(2G*l*-fC{ym&>|r#ZOrP;b~4*x+O!)S z_*eLsa^=Loz=`K{g>*AgI^_r;&TXCDoReFXOH**)^nMd*iJw9SFVKDd4hAxAmp zNZ=G>n>*YQZt6C<%RS+zK1S46`_S`vM|9I})AM;CdT9^xPTu{B(taMyQQZ3pJE9oZ zJM*GaOZt*&qu8P{tdLN>`(Z^Xzg66Mcl`dCOkN*M-jLbRbb2^_1l2w_UnM=%w!8rl|4i4aVF2|fN64Jg)6uWJDdSq zYaoiAe@AKn)n5l=Bg%2f%H5mh?iG7lT+r1MTWp*#X{eGJALp&H>M?-^GlV4NWgUy` zjFNVrz}W%N49ya5re;}n^G^H@4xA7Nt{OsZ8V~9bP$qxqlJ<5w(ap`S1wQ&8@UQ0j z!8Q)w1J{YUESWq}9+1}2Hej1^k!h-YfTa(&VIU^~-^f!Pz%(M7nYKb`If6Y=hJ&n diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc deleted file mode 100644 index bbe6a5f33cac5663c0395b6b7c44a6faa13065da..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1617 zcmaJ>&u=3&6t-t3$uu-uiA4elE%?TcL{e!H5}*~LEC_L+m%=3%%QJQocRk}-+q2zP zd!m(=KLd{am*&a^{sm6F=OiUvsy@jc|N7qh{NCsJWilBPu;0FX$p1tvo#q7p?;(@XjTk*UnCh|E-W3G?|t(i2h){stU5E@(dyQu0~_ zQ5oTVh0D7J!K3-7@KIz=C7CCZ&eJz!L1iM-t9+iR!Rb(Da⪼z$ng!aujFz8RQKd%&X>P4rWs#OzwM2hA-tp1M#H0~Q?&-_C$$2$o3|l&f_E zliTiDBWe}nLg>f95x|vbJ_)R{&Z#Px^EK@?va!vyYnM()JmyugAq`RSf~}~Yi>31H zOotWoDs=6wyL@`XO&D*t1h?Ve=BeE+aCByZkC+Hw%3eF-%H`AHGP zEG}0dh#SK(Y7m?M0J=Z|eN8Tt-;+NGC9h%3Q%O$9H9an}e&D-SIftkFoO9jiz)K$F*fi8!f1p!lsoG6 zhbY`xd+vtd_I+qRgO1P#^y1N7a-VHURTR%{49D1>LG$?X1Gyx>!dp8b4*db&hsQSj zShprhUCHmAv#y{nhh6v1O}7uD{-dP|ynVjpPI=q8N_oD^`9nD4V~&%H&+g=SKfc23 zZVkuxF?SO#k?Rl2P8-R!w??2Q-@d@3)~QxFb&GcVNuf$U29I0*PwwP@ zFT5C|GVn2jGRBGP-S>wJwh@fa^p_S2mH3tjfY4*&oF diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc deleted file mode 100644 index b991718b6026c43e62f73af6f9a7db4b0e74e9d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 957 zcmaJ=O^?$s5Vf21gVMqQID&lbVbcR3frQW^5Qs|;6fU_~PCRYBn>bn95o*PaJ?vlE zD?cY!PW%N<+Hl2+u- zDJ7qX?8)eo$O!1qDDBC3NoM^&h$1uEK7N;3XGHEkD154{ajMd}Pj;<`n^W{a4kV?L zAQ4TYJ#`w(SoSYT+Lr?)AGS|EYwJW&fb7!luD(ERz=C#`3C+|Eh}9xL7i&nyV}|y1 zqb!pZSf(q-G=N0(mf_V}7~u&wi**vi{m+NdZt?2P&4+hN7P+A-80qqy~31iaQAv#!ef>{_8Bu|LRkkG-~jf!!EnlD%<$ z{c_7${ea2)g^Ue*JPRyNBdyt9lBO<<(pRR7G%+m6OzsqHmagzJL!0ci6PLCkEk%n( znE*ds{y;j3rV{RL%Z%+w$XcX~)3>D{XpB3}dr9mPHl5ylU|8N|6%204-9e%xg2s6S zNl$d?ciU-;VIxm2>?1nfg-0XmM`VYL=@9`O(2bU7eI<8oqbCi=jRv>{TBh9}h?;}R zzrVX?`o&t26t5>G2wxv2m-0QieGv!U16yFE%A#~_8Yz0M3?KH%K9AaqyFCurayik? z)&%0K=o;H~NiZdI@5GNXuxc>+N{?%E&wLzaihyF4Twc z9yAVuk*|I;{-K+}16;8ajB6w6dZF+|a0F#ujn~~9O8iUjTXIl)NK`h0+ImP1ffhzJ z^}U%JH${lEj$p)n)kR}GZx+m=IW?*s(nIfvqO8>T-LpU;bJ*ukxRIst=_7Iweoiiu zPslCu#fjxnIA!%0u-YuGmU__RQBBN?g^9Q02hS1h`m6B%8VClI)i#C~Zs&c;wvf%3kcG^I%;E%! z9O>Xyz-69w(*$a559%8R-h!t+^v1uqQhh{{+TK&>Hpa-5H5SQ2WR>@}& z!!GO^81{zGf^L9)lErzy02bOx<;28>gKo>WUi-YAt8goY4fi5Is&LY>!FsTBSCED7 z7wYOOXdT@MyzqGV)jvS7tV%fpUp^ta_LVe`qf}pQa}_08@=5Iak>tcyD^O@jh3G=C zlP8%Cb*{iasL7?tO5g;JiJKjPiq$`Oc7AG>YM?UQN#%lC`nwA+f=DkzL#PLL0Ho0L z!au{~;COiB|BKYt^LtXI(f;skMOR2`kHcg5Qbmeu7uPQ_JtztnJA=?B=!EE0UmFgyq{KpYY#We)5%Gg$N`F3Zh*mMoOJhDR5`N+hY^7FoTF-> zG8RV}&g;TK%TS2S?`YlRd5R~3*+w2l^w!*>;mhw!V=%lK$MA4-)c`av)8W&2a#hA= z3dDw4uKH0rd|^6KrB^c(TPr0<&ZK!H_({+lgSO29;H;1Z9F_`e+0HrRTxR#|N(FtO z-A75a%a1fvNI{Y z=pxCWFtmmP-<~QRBmrlEk*`-O5P3p>?g(F!iQysUw9~tmPa{!vg zKcus?(|&I$<1@;N*4Vfsir zDfDMxp1uVQsWs_>cd8!vP1>Ly2?^BJpFz-|;c>$cXh6N=z;kaJz&Lz+%YOuorq`gW zbQ$F3IT+L&YZEPG} zJZg|QR1F&JXe6cv4dxrZ8*9zmI&M8|xqS-irG0Yjw@(mPB9P5Wr!%PA_zR?v?d{XE y)8zeF7Wjj!9WUBBz{rOVYHAIpD~1g^_fKBi#+5SatN6R)esdb$0)^Xa`hNk-l$5dn diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc deleted file mode 100644 index b27d63810d69fbdf15d37bfe0f0db9883e537433..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1021 zcmaJ zGvLTy+AAmi0zxV?4n-SP>PR!T$Mg97jX!Q}4H(MTXLsZu&e%^nbS1;XE~v`bniVI<-ah4jd;7&9PLX7zFxQzJUZ^aocZ8X z8QxU5R2V`d7*3Y!q!1p04!-o!R-BDj;8qg)i}(XaZ@!rmGwaxv$L$8)+ccAgq%@j zWdk^?%y_NzIFeH|r|rXi2y$&=YaoW$$HyL!MGVwdsd z_$ugYb0?#`?MrFZ9HeXqQqF6=Fti^^dAv~O-_3@Ux-O-3#FX16Lv(cv0d@4y9MzNQ z^Q_m;qHlt~U=xQ`$j@MP?N*;bM9<~uinY-dGv&b%i?KkbQS2LO=|5kgeL+Nf>OD+` F>0bc_6+Qp} diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/base.py b/lib/python3.8/site-packages/pip/_internal/distributions/base.py deleted file mode 100644 index b9af3f0..0000000 --- a/lib/python3.8/site-packages/pip/_internal/distributions/base.py +++ /dev/null @@ -1,33 +0,0 @@ -import abc - -from pip._vendor.six import add_metaclass - - -@add_metaclass(abc.ABCMeta) -class AbstractDistribution(object): - """A base class for handling installable artifacts. - - The requirements for anything installable are as follows: - - - we must be able to determine the requirement name - (or we can't correctly handle the non-upgrade case). - - - for packages with setup requirements, we must also be able - to determine their requirements without installing additional - packages (for the same reason as run-time dependencies) - - - we must be able to create a Distribution object exposing the - above metadata. - """ - - def __init__(self, req): - super(AbstractDistribution, self).__init__() - self.req = req - - @abc.abstractmethod - def get_pkg_resources_distribution(self): - raise NotImplementedError() - - @abc.abstractmethod - def prepare_distribution_metadata(self, finder, build_isolation): - raise NotImplementedError() diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/installed.py b/lib/python3.8/site-packages/pip/_internal/distributions/installed.py deleted file mode 100644 index c4a64e7..0000000 --- a/lib/python3.8/site-packages/pip/_internal/distributions/installed.py +++ /dev/null @@ -1,15 +0,0 @@ -from pip._internal.distributions.base import AbstractDistribution - - -class InstalledDistribution(AbstractDistribution): - """Represents an installed package. - - This does not need any preparation as the required information has already - been computed. - """ - - def get_pkg_resources_distribution(self): - return self.req.satisfied_by - - def prepare_distribution_metadata(self, finder, build_isolation): - pass diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/source.py b/lib/python3.8/site-packages/pip/_internal/distributions/source.py deleted file mode 100644 index e5d9fd4..0000000 --- a/lib/python3.8/site-packages/pip/_internal/distributions/source.py +++ /dev/null @@ -1,80 +0,0 @@ -import logging - -from pip._internal.build_env import BuildEnvironment -from pip._internal.distributions.base import AbstractDistribution -from pip._internal.exceptions import InstallationError - -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`. - - NOTE from @pradyunsg (14 June 2019) - I expect SourceDistribution class will need to be split into - `legacy_source` (setup.py based) and `source` (PEP 517 based) when we start - bringing logic for preparation out of InstallRequirement into this class. - """ - - def get_pkg_resources_distribution(self): - return self.req.get_dist() - - def prepare_distribution_metadata(self, finder, build_isolation): - # Prepare for building. We need to: - # 1. Load pyproject.toml (if it exists) - # 2. Set up the build environment - - self.req.load_pyproject_toml() - should_isolate = self.req.use_pep517 and build_isolation - - def _raise_conflicts(conflicting_with, conflicting_reqs): - raise InstallationError( - "Some build dependencies for %s conflict with %s: %s." % ( - self.req, conflicting_with, ', '.join( - '%s is incompatible with %s' % (installed, wanted) - for installed, wanted in sorted(conflicting)))) - - if should_isolate: - # Isolate in a BuildEnvironment and install the build-time - # requirements. - self.req.build_env = BuildEnvironment() - self.req.build_env.install_requirements( - finder, self.req.pyproject_requires, 'overlay', - "Installing build dependencies" - ) - conflicting, missing = self.req.build_env.check_requirements( - self.req.requirements_to_check - ) - if conflicting: - _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))) - ) - # 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. - with self.req.build_env: - # We need to have the env active when calling the hook. - self.req.spin_message = "Getting requirements to build wheel" - reqs = self.req.pep517_backend.get_requires_for_build_wheel() - conflicting, missing = self.req.build_env.check_requirements(reqs) - if conflicting: - _raise_conflicts("the backend dependencies", conflicting) - self.req.build_env.install_requirements( - finder, missing, 'normal', - "Installing backend dependencies" - ) - - self.req.prepare_metadata() - self.req.assert_source_matches_version() diff --git a/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py b/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py deleted file mode 100644 index de7be38..0000000 --- a/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py +++ /dev/null @@ -1,17 +0,0 @@ -from pip._vendor import pkg_resources - -from pip._internal.distributions.base import AbstractDistribution - - -class WheelDistribution(AbstractDistribution): - """Represents a wheel distribution. - - This does not need any preparation as wheels can be directly unpacked. - """ - - def get_pkg_resources_distribution(self): - return list(pkg_resources.find_distributions( - self.req.source_dir))[0] - - def prepare_distribution_metadata(self, finder, build_isolation): - pass diff --git a/lib/python3.8/site-packages/pip/_internal/download.py b/lib/python3.8/site-packages/pip/_internal/download.py deleted file mode 100644 index fc1f4dd..0000000 --- a/lib/python3.8/site-packages/pip/_internal/download.py +++ /dev/null @@ -1,1177 +0,0 @@ -from __future__ import absolute_import - -import cgi -import email.utils -import json -import logging -import mimetypes -import os -import platform -import re -import shutil -import sys - -from pip._vendor import requests, urllib3 -from pip._vendor.cachecontrol import CacheControlAdapter -from pip._vendor.cachecontrol.caches import FileCache -from pip._vendor.lockfile import LockError -from pip._vendor.requests.adapters import BaseAdapter, HTTPAdapter -from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth -from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response -from pip._vendor.requests.structures import CaseInsensitiveDict -from pip._vendor.requests.utils import get_netrc_auth -# NOTE: XMLRPC Client is not annotated in typeshed as on 2017-07-17, which is -# why we ignore the type on this import -from pip._vendor.six.moves import xmlrpc_client # type: ignore -from pip._vendor.six.moves.urllib import parse as urllib_parse -from pip._vendor.six.moves.urllib import request as urllib_request - -import pip -from pip._internal.exceptions import HashMismatch, InstallationError -from pip._internal.models.index import PyPI -# Import ssl from compat so the initial import occurs in only one place. -from pip._internal.utils.compat import HAS_TLS, ssl -from pip._internal.utils.encoding import auto_decode -from pip._internal.utils.filesystem import check_path_owner -from pip._internal.utils.glibc import libc_ver -from pip._internal.utils.marker_files import write_delete_marker_file -from pip._internal.utils.misc import ( - ARCHIVE_EXTENSIONS, ask, ask_input, ask_password, ask_path_exists, - backup_dir, consume, display_path, format_size, get_installed_version, - path_to_url, remove_auth_from_url, rmtree, split_auth_netloc_from_url, - splitext, unpack_file, -) -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.utils.ui import DownloadProgressProvider -from pip._internal.vcs import vcs - -if MYPY_CHECK_RUNNING: - from typing import ( - Optional, Tuple, Dict, IO, Text, Union - ) - from optparse import Values - from pip._internal.models.link import Link - from pip._internal.utils.hashes import Hashes - from pip._internal.vcs.versioncontrol import AuthInfo, VersionControl - - Credentials = Tuple[str, str, str] - - -__all__ = ['get_file_content', - 'is_url', 'url_to_path', 'path_to_url', - 'is_archive_file', 'unpack_vcs_link', - 'unpack_file_url', 'is_vcs_url', 'is_file_url', - 'unpack_http_url', 'unpack_url', - 'parse_content_disposition', 'sanitize_content_filename'] - - -logger = logging.getLogger(__name__) - - -try: - import keyring # noqa -except ImportError: - keyring = None -except Exception as exc: - logger.warning("Keyring is skipped due to an exception: %s", - str(exc)) - keyring = None - -# 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(): - # type: () -> 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(): - """ - Return a string representing the user agent. - """ - data = { - "installer": {"name": "pip", "version": pip.__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': - if sys.pypy_version_info.releaselevel == 'final': - pypy_version_info = sys.pypy_version_info[:3] - else: - pypy_version_info = sys.pypy_version_info - 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 - distro_infos = dict(filter( - lambda x: x[1], - zip(["name", "version", "id"], distro.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: - data["openssl_version"] = ssl.OPENSSL_VERSION - - setuptools_version = get_installed_version("setuptools") - if setuptools_version is not None: - data["setuptools_version"] = setuptools_version - - # 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), - ) - - -def _get_keyring_auth(url, username): - """Return the tuple auth for a given url from keyring.""" - if not url or not keyring: - return None - - try: - try: - get_credential = keyring.get_credential - except AttributeError: - pass - else: - logger.debug("Getting credentials from keyring for %s", url) - cred = get_credential(url, username) - if cred is not None: - return cred.username, cred.password - return None - - if username: - logger.debug("Getting password from keyring for %s", url) - password = keyring.get_password(url, username) - if password: - return username, password - - except Exception as exc: - logger.warning("Keyring is skipped due to an exception: %s", - str(exc)) - - -class MultiDomainBasicAuth(AuthBase): - - def __init__(self, prompting=True, index_urls=None): - # type: (bool, Optional[Values]) -> None - self.prompting = prompting - self.index_urls = index_urls - self.passwords = {} # type: 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 = None # type: Optional[Credentials] - - def _get_index_url(self, url): - """Return the original index URL matching the requested URL. - - Cached or dynamically generated credentials may work against - the original index URL rather than just the netloc. - - The provided url should have had its username and password - removed already. If the original index url had credentials then - they will be included in the return value. - - Returns None if no matching index was found, or if --no-index - was specified by the user. - """ - if not url or not self.index_urls: - return None - - for u in self.index_urls: - prefix = remove_auth_from_url(u).rstrip("/") + "/" - if url.startswith(prefix): - return u - - def _get_new_credentials(self, original_url, allow_netrc=True, - allow_keyring=True): - """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 - kr_auth = (_get_keyring_auth(index_url, username) or - _get_keyring_auth(netloc, username)) - 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): - """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) - - # Use any stored credentials that we have for this netloc - username, password = self.passwords.get(netloc, (None, None)) - - if username is None and password is None: - # No stored credentials. Acquire new credentials without prompting - # the user. (e.g. from netrc, keyring, or the URL itself) - username, password = self._get_new_credentials(original_url) - - 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) or - # Credentials were not found - (username is None and password is None) - ), "Could not load credentials from url: {}".format(original_url) - - return url, username, password - - def __call__(self, req): - # 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): - username = ask_input("User for %s: " % netloc) - if not username: - return None, None - auth = _get_keyring_auth(netloc, username) - if auth: - 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): - if not keyring: - return False - return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" - - def handle_401(self, resp, **kwargs): - # We only care about 401 responses, anything else we want to just - # pass through the actual response - if resp.status_code != 401: - return resp - - # We are not able to prompt the user so simply return the response - if not self.prompting: - return resp - - parsed = urllib_parse.urlparse(resp.url) - - # Prompt the user for a new username and password - username, password, save = self._prompt_for_password(parsed.netloc) - - # Store the new username and password to use for future requests - self._credentials_to_save = None - if username is not None and password is not None: - self.passwords[parsed.netloc] = (username, password) - - # Prompt to save the password to keyring - if save and self._should_save_password_to_keyring(): - self._credentials_to_save = (parsed.netloc, username, password) - - # Consume content and release the original connection to allow our new - # request to reuse the same one. - resp.content - resp.raw.release_conn() - - # Add our new username and password to the request - req = HTTPBasicAuth(username or "", password or "")(resp.request) - req.register_hook("response", self.warn_on_401) - - # On successful request, save the credentials that were used to - # keyring. (Note that if the user responded "no" above, this member - # is not set and nothing will be saved.) - if self._credentials_to_save: - req.register_hook("response", self.save_credentials) - - # Send our new request - new_resp = resp.connection.send(req, **kwargs) - new_resp.history.append(resp) - - return new_resp - - def warn_on_401(self, resp, **kwargs): - """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, **kwargs): - """Response callback to save credentials on success.""" - assert keyring is not None, "should never reach here without keyring" - if not keyring: - return - - creds = self._credentials_to_save - self._credentials_to_save = None - if creds and resp.status_code < 400: - try: - logger.info('Saving credentials to keyring') - keyring.set_password(*creds) - except Exception: - logger.exception('Failed to save credentials') - - -class LocalFSAdapter(BaseAdapter): - - def send(self, request, stream=None, timeout=None, verify=None, cert=None, - proxies=None): - 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: - resp.status_code = 404 - resp.raw = exc - 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): - pass - - -class SafeFileCache(FileCache): - """ - A file based cache which is safe to use even when the target directory may - not be accessible or writable. - """ - - def __init__(self, *args, **kwargs): - super(SafeFileCache, self).__init__(*args, **kwargs) - - # Check to ensure that the directory containing our cache directory - # is owned by the user current executing pip. If it does not exist - # we will check the parent directory until we find one that does exist. - # If it is not owned by the user executing pip then we will disable - # the cache and log a warning. - if not check_path_owner(self.directory): - logger.warning( - "The directory '%s' or its parent directory is not owned by " - "the current user and the cache has been disabled. Please " - "check the permissions and owner of that directory. If " - "executing pip with sudo, you may want sudo's -H flag.", - self.directory, - ) - - # Set our directory to None to disable the Cache - self.directory = None - - def get(self, *args, **kwargs): - # If we don't have a directory, then the cache should be a no-op. - if self.directory is None: - return - - try: - return super(SafeFileCache, self).get(*args, **kwargs) - except (LockError, OSError, IOError): - # We intentionally silence this error, if we can't access the cache - # then we can just skip caching and process the request as if - # caching wasn't enabled. - pass - - def set(self, *args, **kwargs): - # If we don't have a directory, then the cache should be a no-op. - if self.directory is None: - return - - try: - return super(SafeFileCache, self).set(*args, **kwargs) - except (LockError, OSError, IOError): - # We intentionally silence this error, if we can't access the cache - # then we can just skip caching and process the request as if - # caching wasn't enabled. - pass - - def delete(self, *args, **kwargs): - # If we don't have a directory, then the cache should be a no-op. - if self.directory is None: - return - - try: - return super(SafeFileCache, self).delete(*args, **kwargs) - except (LockError, OSError, IOError): - # We intentionally silence this error, if we can't access the cache - # then we can just skip caching and process the request as if - # caching wasn't enabled. - pass - - -class InsecureHTTPAdapter(HTTPAdapter): - - def cert_verify(self, conn, url, verify, cert): - conn.cert_reqs = 'CERT_NONE' - conn.ca_certs = None - - -class PipSession(requests.Session): - - timeout = None # type: Optional[int] - - def __init__(self, *args, **kwargs): - retries = kwargs.pop("retries", 0) - cache = kwargs.pop("cache", None) - insecure_hosts = kwargs.pop("insecure_hosts", []) - index_urls = kwargs.pop("index_urls", None) - - super(PipSession, self).__init__(*args, **kwargs) - - # Attach our User Agent to the request - self.headers["User-Agent"] = user_agent() - - # Attach our Authentication handler to the session - self.auth = MultiDomainBasicAuth(index_urls=index_urls) - - # Create our urllib3.Retry instance which will allow us to customize - # how we handle retries. - retries = urllib3.Retry( - # Set the total number of retries that a particular request can - # have. - total=retries, - - # A 503 error from PyPI typically means that the Fastly -> Origin - # connection got interrupted in some way. A 503 error in general - # is typically considered a transient error so we'll go ahead and - # retry it. - # A 500 may indicate transient error in Amazon S3 - # A 520 or 527 - may indicate transient error in CloudFlare - status_forcelist=[500, 503, 520, 527], - - # Add a small amount of back off between failed requests in - # order to prevent hammering the service. - backoff_factor=0.25, - ) - - # We want to _only_ cache responses on securely fetched origins. We do - # this because we can't validate the response of an insecurely 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, use_dir_lock=True), - max_retries=retries, - ) - else: - secure_adapter = HTTPAdapter(max_retries=retries) - - # Our Insecure HTTPAdapter disables HTTPS validation. It does not - # support caching (see above) so we'll use it for all http:// URLs as - # well as any https:// host that we've marked as ignoring TLS errors - # for. - insecure_adapter = InsecureHTTPAdapter(max_retries=retries) - # Save this for later use in add_insecure_host(). - self._insecure_adapter = insecure_adapter - - self.mount("https://", secure_adapter) - self.mount("http://", insecure_adapter) - - # Enable file:// urls - self.mount("file://", LocalFSAdapter()) - - # We want to use a non-validating adapter for any requests which are - # deemed insecure. - for host in insecure_hosts: - self.add_insecure_host(host) - - def add_insecure_host(self, host): - # type: (str) -> None - self.mount('https://{}/'.format(host), self._insecure_adapter) - - def request(self, method, url, *args, **kwargs): - # Allow setting a default timeout on a session - kwargs.setdefault("timeout", self.timeout) - - # Dispatch the actual request - return super(PipSession, self).request(method, url, *args, **kwargs) - - -def get_file_content(url, comes_from=None, session=None): - # type: (str, Optional[str], Optional[PipSession]) -> Tuple[str, Text] - """Gets the content of a file; it may be a filename, file: URL, or - http: URL. Returns (location, content). Content is unicode. - - :param url: File path or url. - :param comes_from: Origin description of requirements. - :param session: Instance of pip.download.PipSession. - """ - if session is None: - raise TypeError( - "get_file_content() missing 1 required keyword argument: 'session'" - ) - - match = _scheme_re.search(url) - if match: - scheme = match.group(1).lower() - if (scheme == 'file' and comes_from and - comes_from.startswith('http')): - raise InstallationError( - 'Requirements file %s references URL %s, which is local' - % (comes_from, url)) - if scheme == 'file': - path = url.split(':', 1)[1] - path = path.replace('\\', '/') - match = _url_slash_drive_re.match(path) - if match: - path = match.group(1) + ':' + path.split('|', 1)[1] - path = urllib_parse.unquote(path) - if path.startswith('/'): - path = '/' + path.lstrip('/') - url = path - else: - # FIXME: catch some errors - resp = session.get(url) - resp.raise_for_status() - return resp.url, resp.text - try: - with open(url, 'rb') as f: - content = auto_decode(f.read()) - except IOError as exc: - raise InstallationError( - 'Could not open requirements file: %s' % str(exc) - ) - return url, content - - -_scheme_re = re.compile(r'^(http|https|file):', re.I) -_url_slash_drive_re = re.compile(r'/*([a-z])\|', re.I) - - -def is_url(name): - # type: (Union[str, Text]) -> bool - """Returns true if the name looks like a URL""" - if ':' not in name: - return False - scheme = name.split(':', 1)[0].lower() - return scheme in ['http', 'https', 'file', 'ftp'] + vcs.all_schemes - - -def url_to_path(url): - # type: (str) -> str - """ - Convert a file: URL to a path. - """ - assert url.startswith('file:'), ( - "You can only turn file: urls into filenames (not %r)" % url) - - _, netloc, path, _, _ = urllib_parse.urlsplit(url) - - if not netloc or netloc == 'localhost': - # According to RFC 8089, same as empty authority. - netloc = '' - elif sys.platform == 'win32': - # If we have a UNC path, prepend UNC share notation. - netloc = '\\\\' + netloc - else: - raise ValueError( - 'non-local file URIs are not supported on this platform: %r' - % url - ) - - path = urllib_request.url2pathname(netloc + path) - return path - - -def is_archive_file(name): - # type: (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 - - -def unpack_vcs_link(link, location): - vcs_backend = _get_used_vcs_backend(link) - vcs_backend.unpack(location, url=link.url) - - -def _get_used_vcs_backend(link): - # type: (Link) -> Optional[VersionControl] - """ - Return a VersionControl object or None. - """ - for vcs_backend in vcs.backends: - if link.scheme in vcs_backend.schemes: - return vcs_backend - return None - - -def is_vcs_url(link): - # type: (Link) -> bool - return bool(_get_used_vcs_backend(link)) - - -def is_file_url(link): - # type: (Link) -> bool - return link.url.lower().startswith('file:') - - -def is_dir_url(link): - # type: (Link) -> bool - """Return whether a file:// Link points to a directory. - - ``link`` must not have any other scheme but file://. Call is_file_url() - first. - - """ - link_path = url_to_path(link.url_without_fragment) - return os.path.isdir(link_path) - - -def _progress_indicator(iterable, *args, **kwargs): - return iterable - - -def _download_url( - resp, # type: Response - link, # type: Link - content_file, # type: IO - hashes, # type: Optional[Hashes] - progress_bar # type: str -): - # type: (...) -> None - try: - total_length = int(resp.headers['content-length']) - except (ValueError, KeyError, TypeError): - total_length = 0 - - cached_resp = getattr(resp, "from_cache", False) - if logger.getEffectiveLevel() > logging.INFO: - show_progress = False - elif cached_resp: - show_progress = False - elif total_length > (40 * 1000): - show_progress = True - elif not total_length: - show_progress = True - else: - show_progress = False - - show_url = link.show_url - - def resp_read(chunk_size): - try: - # Special case for urllib3. - for chunk in resp.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 = resp.raw.read(chunk_size) - if not chunk: - break - yield chunk - - def written_chunks(chunks): - for chunk in chunks: - content_file.write(chunk) - yield chunk - - progress_indicator = _progress_indicator - - if link.netloc == PyPI.netloc: - url = show_url - else: - url = link.url_without_fragment - - if show_progress: # We don't show progress on cached responses - progress_indicator = DownloadProgressProvider(progress_bar, - max=total_length) - if total_length: - logger.info("Downloading %s (%s)", url, format_size(total_length)) - else: - logger.info("Downloading %s", url) - elif cached_resp: - logger.info("Using cached %s", url) - else: - logger.info("Downloading %s", url) - - logger.debug('Downloading from URL %s', link) - - downloaded_chunks = written_chunks( - progress_indicator( - resp_read(CONTENT_CHUNK_SIZE), - CONTENT_CHUNK_SIZE - ) - ) - if hashes: - hashes.check_against_chunks(downloaded_chunks) - else: - consume(downloaded_chunks) - - -def _copy_file(filename, location, link): - copy = True - download_location = os.path.join(location, link.filename) - if os.path.exists(download_location): - response = ask_path_exists( - 'The file %s exists. (i)gnore, (w)ipe, (b)ackup, (a)abort' % - display_path(download_location), ('i', 'w', 'b', 'a')) - if response == 'i': - copy = False - elif response == 'w': - logger.warning('Deleting %s', display_path(download_location)) - os.remove(download_location) - elif response == 'b': - dest_file = backup_dir(download_location) - logger.warning( - 'Backing up %s to %s', - display_path(download_location), - display_path(dest_file), - ) - shutil.move(download_location, dest_file) - elif response == 'a': - sys.exit(-1) - if copy: - shutil.copy(filename, download_location) - logger.info('Saved %s', display_path(download_location)) - - -def unpack_http_url( - link, # type: Link - location, # type: str - download_dir=None, # type: Optional[str] - session=None, # type: Optional[PipSession] - hashes=None, # type: Optional[Hashes] - progress_bar="on" # type: str -): - # type: (...) -> None - if session is None: - raise TypeError( - "unpack_http_url() missing 1 required keyword argument: 'session'" - ) - - with TempDirectory(kind="unpack") as temp_dir: - # 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 = mimetypes.guess_type(from_path)[0] - else: - # let's download to a tmp dir - from_path, content_type = _download_http_url(link, - session, - temp_dir.path, - hashes, - progress_bar) - - # unpack the archive to the build dir location. even when only - # downloading archives, they have to be unpacked to parse dependencies - unpack_file(from_path, location, content_type, link) - - # a download dir is specified; let's copy the archive there - if download_dir and not already_downloaded_path: - _copy_file(from_path, download_dir, link) - - if not already_downloaded_path: - os.unlink(from_path) - - -def unpack_file_url( - link, # type: Link - location, # type: str - download_dir=None, # type: Optional[str] - hashes=None # type: Optional[Hashes] -): - # type: (...) -> None - """Unpack link into location. - - If download_dir is provided and link points to a file, make a copy - of the link file inside download_dir. - """ - link_path = url_to_path(link.url_without_fragment) - - # If it's a url to a local directory - if is_dir_url(link): - if os.path.isdir(location): - rmtree(location) - shutil.copytree(link_path, location, symlinks=True) - if download_dir: - logger.info('Link is a directory, ignoring download_dir') - return - - # 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(link_path) - - # 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_path - - content_type = mimetypes.guess_type(from_path)[0] - - # unpack the archive to the build dir location. even when only downloading - # archives, they have to be unpacked to parse dependencies - unpack_file(from_path, location, content_type, link) - - # a download dir is specified and not already downloaded - if download_dir and not already_downloaded_path: - _copy_file(from_path, download_dir, link) - - -class PipXmlrpcTransport(xmlrpc_client.Transport): - """Provide a `xmlrpclib.Transport` implementation via a `PipSession` - object. - """ - - def __init__(self, index_url, session, use_datetime=False): - xmlrpc_client.Transport.__init__(self, use_datetime) - index_parts = urllib_parse.urlparse(index_url) - self._scheme = index_parts.scheme - self._session = session - - def request(self, host, handler, request_body, verbose=False): - 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) - response.raise_for_status() - self.verbose = verbose - return self.parse_response(response.raw) - except requests.HTTPError as exc: - logger.critical( - "HTTP error %s while getting %s", - exc.response.status_code, url, - ) - raise - - -def unpack_url( - link, # type: Link - location, # type: str - download_dir=None, # type: Optional[str] - only_download=False, # type: bool - session=None, # type: Optional[PipSession] - hashes=None, # type: Optional[Hashes] - progress_bar="on" # type: str -): - # type: (...) -> None - """Unpack link. - If link is a VCS link: - if only_download, export into download_dir and ignore location - else unpack into location - for other types of link: - - unpack into location - - if download_dir, copy the file into download_dir - - if only_download, mark location for deletion - - :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 is_vcs_url(link): - unpack_vcs_link(link, location) - - # file urls - elif is_file_url(link): - unpack_file_url(link, location, download_dir, hashes=hashes) - - # http urls - else: - if session is None: - session = PipSession() - - unpack_http_url( - link, - location, - download_dir, - session, - hashes=hashes, - progress_bar=progress_bar - ) - if only_download: - write_delete_marker_file(location) - - -def sanitize_content_filename(filename): - # type: (str) -> str - """ - Sanitize the "filename" value from a Content-Disposition header. - """ - return os.path.basename(filename) - - -def parse_content_disposition(content_disposition, default_filename): - # type: (str, str) -> str - """ - Parse the "filename" value from a Content-Disposition header, and - return the default filename if the result is empty. - """ - _type, params = cgi.parse_header(content_disposition) - filename = params.get('filename') - if filename: - # We need to sanitize the filename to prevent directory traversal - # in case the filename contains ".." path parts. - filename = sanitize_content_filename(filename) - return filename or default_filename - - -def _download_http_url( - link, # type: Link - session, # type: PipSession - temp_dir, # type: str - hashes, # type: Optional[Hashes] - progress_bar # type: str -): - # type: (...) -> Tuple[str, str] - """Download link url into temp_dir using provided session""" - target_url = link.url.split('#', 1)[0] - try: - resp = session.get( - target_url, - # 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 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 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={"Accept-Encoding": "identity"}, - stream=True, - ) - resp.raise_for_status() - except requests.HTTPError as exc: - logger.critical( - "HTTP error %s while getting %s", exc.response.status_code, link, - ) - raise - - content_type = resp.headers.get('content-type', '') - 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 = splitext(filename)[1] # type: Optional[str] - if not ext: - ext = mimetypes.guess_extension(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 - file_path = os.path.join(temp_dir, filename) - with open(file_path, 'wb') as content_file: - _download_url(resp, link, content_file, hashes, progress_bar) - return file_path, content_type - - -def _check_download_dir(link, download_dir, hashes): - # type: (Link, str, Optional[Hashes]) -> Optional[str] - """ Check download_dir for previously downloaded file with correct hash - If a correct file is found return its path else None - """ - download_path = os.path.join(download_dir, link.filename) - if os.path.exists(download_path): - # If already downloaded, does its hash match? - logger.info('File was already downloaded %s', download_path) - if hashes: - try: - hashes.check_against_path(download_path) - except HashMismatch: - logger.warning( - 'Previously-downloaded file %s has bad hash. ' - 'Re-downloading.', - download_path - ) - os.unlink(download_path) - return None - return download_path - return None diff --git a/lib/python3.8/site-packages/pip/_internal/exceptions.py b/lib/python3.8/site-packages/pip/_internal/exceptions.py deleted file mode 100644 index 096adcd..0000000 --- a/lib/python3.8/site-packages/pip/_internal/exceptions.py +++ /dev/null @@ -1,305 +0,0 @@ -"""Exceptions used throughout package""" -from __future__ import absolute_import - -from itertools import chain, groupby, repeat - -from pip._vendor.six import iteritems - -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Optional - from pip._vendor.pkg_resources import Distribution - from pip._internal.req.req_install import InstallRequirement - - -class PipError(Exception): - """Base pip exception""" - - -class ConfigurationError(PipError): - """General exception in configuration""" - - -class InstallationError(PipError): - """General exception during installation""" - - -class UninstallationError(PipError): - """General exception during uninstallation""" - - -class NoneMetadataError(PipError): - """ - Raised when accessing "METADATA" or "PKG-INFO" metadata for a - pip._vendor.pkg_resources.Distribution object and - `dist.has_metadata('METADATA')` returns True but - `dist.get_metadata('METADATA')` returns None (and similarly for - "PKG-INFO"). - """ - - def __init__(self, dist, metadata_name): - # type: (Distribution, 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): - # type: () -> str - # Use `dist` in the error message because its stringification - # includes more information, like the version and location. - return ( - 'None {} metadata found for distribution: {}'.format( - self.metadata_name, self.dist, - ) - ) - - -class 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 InvalidWheelFilename(InstallationError): - """Invalid wheel filename.""" - - -class UnsupportedWheel(InstallationError): - """Unsupported wheel.""" - - -class HashErrors(InstallationError): - """Multiple HashError instances rolled into one for reporting""" - - def __init__(self): - self.errors = [] - - def append(self, error): - self.errors.append(error) - - def __str__(self): - 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) - - def __nonzero__(self): - return bool(self.errors) - - def __bool__(self): - return self.__nonzero__() - - -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 = None # type: Optional[InstallRequirement] - head = '' - - def body(self): - """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 - populate_link() having already been called - - """ - return ' %s' % self._requirement_name() - - def __str__(self): - return '%s\n%s' % (self.head, self.body()) - - def _requirement_name(self): - """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): - """ - :param gotten_hash: The hash of the (possibly malicious) archive we - just downloaded - """ - self.gotten_hash = gotten_hash - - def body(self): - # Dodge circular import. - from pip._internal.utils.hashes import FAVORITE_HASH - - package = None - if self.req: - # In the case of URL-based requirements, display the original URL - # seen in the requirements file rather than the package name, - # so the output can be directly copied into the requirements file. - package = (self.req.original_link if self.req.original_link - # In case someone feeds something downright stupid - # to InstallRequirement's constructor. - else getattr(self.req, 'req', None)) - return ' %s --hash=%s:%s' % (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, gots): - """ - :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): - return ' %s:\n%s' % (self._requirement_name(), - self._hash_comparison()) - - def _hash_comparison(self): - """ - Return a comparison of actual and expected hash values. - - Example:: - - Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde - or 123451234512345123451234512345123451234512345 - Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef - - """ - def hash_then_or(hash_name): - # 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 = [] - for hash_name, expecteds in iteritems(self.allowed): - prefix = hash_then_or(hash_name) - lines.extend((' Expected %s %s' % (next(prefix), e)) - for e in expecteds) - lines.append(' Got %s\n' % - self.gots[hash_name].hexdigest()) - prefix = ' or' - 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="could not be loaded", fname=None, error=None): - super(ConfigurationFileCouldNotBeLoaded, self).__init__(error) - self.reason = reason - self.fname = fname - self.error = error - - def __str__(self): - if self.fname is not None: - message_part = " in {}.".format(self.fname) - else: - assert self.error is not None - message_part = ".\n{}\n".format(self.error.message) - return "Configuration file {}{}".format(self.reason, message_part) diff --git a/lib/python3.8/site-packages/pip/_internal/index.py b/lib/python3.8/site-packages/pip/_internal/index.py deleted file mode 100644 index a1aaad5..0000000 --- a/lib/python3.8/site-packages/pip/_internal/index.py +++ /dev/null @@ -1,1508 +0,0 @@ -"""Routines related to PyPI, indexes""" -from __future__ import absolute_import - -import cgi -import itertools -import logging -import mimetypes -import os -import re - -from pip._vendor import html5lib, requests, six -from pip._vendor.distlib.compat import unescape -from pip._vendor.packaging import specifiers -from pip._vendor.packaging.utils import canonicalize_name -from pip._vendor.packaging.version import parse as parse_version -from pip._vendor.requests.exceptions import HTTPError, RetryError, SSLError -from pip._vendor.six.moves.urllib import parse as urllib_parse -from pip._vendor.six.moves.urllib import request as urllib_request - -from pip._internal.download import is_url, url_to_path -from pip._internal.exceptions import ( - BestVersionAlreadyInstalled, DistributionNotFound, InvalidWheelFilename, - UnsupportedWheel, -) -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.selection_prefs import SelectionPreferences -from pip._internal.models.target_python import TargetPython -from pip._internal.utils.compat import ipaddress -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import ( - ARCHIVE_EXTENSIONS, SUPPORTED_EXTENSIONS, WHEEL_EXTENSION, path_to_url, - redact_password_from_url, -) -from pip._internal.utils.packaging import check_requires_python -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.wheel import Wheel - -if MYPY_CHECK_RUNNING: - from logging import Logger - from typing import ( - Any, Callable, FrozenSet, Iterable, Iterator, List, MutableMapping, - Optional, Sequence, Set, Text, Tuple, Union, - ) - import xml.etree.ElementTree - from pip._vendor.packaging.version import _BaseVersion - from pip._vendor.requests import Response - from pip._internal.models.search_scope import SearchScope - from pip._internal.req import InstallRequirement - from pip._internal.download import PipSession - from pip._internal.pep425tags import Pep425Tag - from pip._internal.utils.hashes import Hashes - - BuildTag = Tuple[Any, ...] # either empty tuple or Tuple[int, str] - CandidateSortingKey = ( - Tuple[int, int, int, _BaseVersion, BuildTag, Optional[int]] - ) - HTMLElement = xml.etree.ElementTree.Element - SecureOrigin = Tuple[str, str, Optional[str]] - - -__all__ = ['FormatControl', 'FoundCandidates', 'PackageFinder'] - - -SECURE_ORIGINS = [ - # 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", "*", "*"), -] # type: List[SecureOrigin] - - -logger = logging.getLogger(__name__) - - -def _match_vcs_scheme(url): - # type: (str) -> Optional[str] - """Look for VCS schemes in the URL. - - Returns the matched VCS scheme, or None if there's no match. - """ - from pip._internal.vcs import vcs - for scheme in vcs.schemes: - if url.lower().startswith(scheme) and url[len(scheme)] in '+:': - return scheme - return None - - -def _is_url_like_archive(url): - # type: (str) -> bool - """Return whether the URL looks like an archive. - """ - filename = Link(url).filename - for bad_ext in ARCHIVE_EXTENSIONS: - if filename.endswith(bad_ext): - return True - return False - - -class _NotHTML(Exception): - def __init__(self, content_type, request_desc): - # type: (str, str) -> None - super(_NotHTML, self).__init__(content_type, request_desc) - self.content_type = content_type - self.request_desc = request_desc - - -def _ensure_html_header(response): - # type: (Response) -> None - """Check the Content-Type header to ensure the response contains HTML. - - Raises `_NotHTML` if the content type is not text/html. - """ - content_type = response.headers.get("Content-Type", "") - if not content_type.lower().startswith("text/html"): - raise _NotHTML(content_type, response.request.method) - - -class _NotHTTP(Exception): - pass - - -def _ensure_html_response(url, session): - # type: (str, PipSession) -> None - """Send a HEAD request to the URL, and ensure the response contains HTML. - - Raises `_NotHTTP` if the URL is not available for a HEAD request, or - `_NotHTML` if the content type is not text/html. - """ - scheme, netloc, path, query, fragment = urllib_parse.urlsplit(url) - if scheme not in {'http', 'https'}: - raise _NotHTTP() - - resp = session.head(url, allow_redirects=True) - resp.raise_for_status() - - _ensure_html_header(resp) - - -def _get_html_response(url, session): - # type: (str, PipSession) -> Response - """Access an HTML page with GET, and return the response. - - This consists of three parts: - - 1. If the URL looks suspiciously like an archive, send a HEAD first to - check the Content-Type is HTML, to avoid downloading a large file. - Raise `_NotHTTP` if the content type cannot be determined, or - `_NotHTML` if it is not HTML. - 2. Actually perform the request. Raise HTTP exceptions on network failures. - 3. Check the Content-Type header to make sure we got HTML, and raise - `_NotHTML` otherwise. - """ - if _is_url_like_archive(url): - _ensure_html_response(url, session=session) - - logger.debug('Getting page %s', redact_password_from_url(url)) - - resp = session.get( - url, - headers={ - "Accept": "text/html", - # We don't want to blindly returned cached data for - # /simple/, because authors generally expecting that - # twine upload && pip install will function, but if - # they've done a pip install in the last ~10 minutes - # it won't. Thus by setting this to zero we will not - # blindly use any cached data, however the benefit of - # using max-age=0 instead of no-cache, is that we will - # still support conditional requests, so we will still - # minimize traffic sent in cases where the page hasn't - # changed at all, we will just always incur the round - # trip for the conditional GET now instead of only - # once per 10 minutes. - # For more information, please see pypa/pip#5670. - "Cache-Control": "max-age=0", - }, - ) - resp.raise_for_status() - - # The check for archives above only works if the url ends with - # something that looks like an archive. However that is not a - # requirement of an url. Unless we issue a HEAD request on every - # url we cannot know ahead of time for sure if something is HTML - # or not. However we can check after we've downloaded it. - _ensure_html_header(resp) - - return resp - - -def _handle_get_page_fail( - link, # type: Link - reason, # type: Union[str, Exception] - meth=None # type: Optional[Callable[..., None]] -): - # type: (...) -> None - if meth is None: - meth = logger.debug - meth("Could not fetch URL %s: %s - skipping", link, reason) - - -def _get_html_page(link, session=None): - # type: (Link, Optional[PipSession]) -> Optional[HTMLPage] - if session is None: - raise TypeError( - "_get_html_page() missing 1 required keyword argument: 'session'" - ) - - url = link.url.split('#', 1)[0] - - # Check for VCS schemes that do not support lookup as web pages. - vcs_scheme = _match_vcs_scheme(url) - if vcs_scheme: - logger.debug('Cannot look at %s URL %s', vcs_scheme, link) - return None - - # Tack index.html onto file:// URLs that point to directories - scheme, _, path, _, _, _ = urllib_parse.urlparse(url) - if (scheme == 'file' and os.path.isdir(urllib_request.url2pathname(path))): - # add trailing slash if not present so urljoin doesn't trim - # final segment - if not url.endswith('/'): - url += '/' - url = urllib_parse.urljoin(url, 'index.html') - logger.debug(' file: URL is directory, getting %s', url) - - try: - resp = _get_html_response(url, session=session) - except _NotHTTP: - logger.debug( - 'Skipping page %s because it looks like an archive, and cannot ' - 'be checked by HEAD.', link, - ) - except _NotHTML as exc: - logger.debug( - 'Skipping page %s because the %s request got Content-Type: %s', - link, exc.request_desc, exc.content_type, - ) - except HTTPError as exc: - _handle_get_page_fail(link, exc) - except RetryError as exc: - _handle_get_page_fail(link, exc) - except SSLError as exc: - reason = "There was a problem confirming the ssl certificate: " - reason += str(exc) - _handle_get_page_fail(link, reason, meth=logger.info) - except requests.ConnectionError as exc: - _handle_get_page_fail(link, "connection error: %s" % exc) - except requests.Timeout: - _handle_get_page_fail(link, "timed out") - else: - return HTMLPage(resp.content, resp.url, resp.headers) - return None - - -def _check_link_requires_python( - link, # type: Link - version_info, # type: Tuple[int, int, int] - ignore_requires_python=False, # type: bool -): - # type: (...) -> 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.debug( - 'Link requires a different Python (%s not in: %r): %s', - version, link.requires_python, link, - ) - return False - - logger.debug( - 'Ignoring failed Requires-Python check (%s not in: %r) ' - 'for link: %s', - version, link.requires_python, link, - ) - - return True - - -class LinkEvaluator(object): - - """ - 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, # type: str - canonical_name, # type: str - formats, # type: FrozenSet - target_python, # type: TargetPython - allow_yanked, # type: bool - ignore_requires_python=None, # type: Optional[bool] - ): - # type: (...) -> 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): - # type: (Link) -> Tuple[bool, Optional[Text]] - """ - Determine whether a link is a candidate for installation. - - :return: A tuple (is_candidate, result), where `result` is (1) a - version string if `is_candidate` is True, and (2) if - `is_candidate` is False, an optional string to log the reason - the link fails to qualify. - """ - version = None - if link.is_yanked and not self._allow_yanked: - reason = link.yanked_reason or '' - # 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. - return (False, u'yanked for reason: {}'.format(reason)) - - if link.egg_fragment: - egg_info = link.egg_fragment - ext = link.ext - else: - egg_info, ext = link.splitext() - if not ext: - return (False, 'not a file') - if ext not in SUPPORTED_EXTENSIONS: - return (False, 'unsupported archive format: %s' % ext) - if "binary" not in self._formats and ext == WHEEL_EXTENSION: - reason = 'No binaries permitted for %s' % self.project_name - return (False, reason) - if "macosx10" in link.path and ext == '.zip': - return (False, 'macosx10 one') - if ext == WHEEL_EXTENSION: - try: - wheel = Wheel(link.filename) - except InvalidWheelFilename: - return (False, 'invalid wheel filename') - if canonicalize_name(wheel.name) != self._canonical_name: - reason = 'wrong project name (not %s)' % self.project_name - return (False, reason) - - supported_tags = self._target_python.get_tags() - if not wheel.supported(supported_tags): - # Include the wheel's tags in the reason string to - # simplify troubleshooting compatibility issues. - file_tags = wheel.get_formatted_file_tags() - reason = ( - "none of the wheel's tags match: {}".format( - ', '.join(file_tags) - ) - ) - return (False, reason) - - version = wheel.version - - # This should be up by the self.ok_binary check, but see issue 2700. - if "source" not in self._formats and ext != WHEEL_EXTENSION: - return (False, 'No sources permitted for %s' % self.project_name) - - if not version: - version = _extract_version_from_fragment( - egg_info, self._canonical_name, - ) - if not version: - return ( - False, 'Missing project version for %s' % self.project_name, - ) - - match = self._py_version_re.search(version) - if match: - version = version[:match.start()] - py_version = match.group(1) - if py_version != self._target_python.py_version: - return (False, 'Python version is incorrect') - - supports_python = _check_link_requires_python( - link, version_info=self._target_python.py_version_info, - ignore_requires_python=self._ignore_requires_python, - ) - if not supports_python: - # Return None for the reason text to suppress calling - # _log_skipped_link(). - return (False, None) - - logger.debug('Found link %s, version: %s', link, version) - - return (True, version) - - -def filter_unallowed_hashes( - candidates, # type: List[InstallationCandidate] - hashes, # type: Hashes - project_name, # type: str -): - # type: (...) -> 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(object): - - """ - Encapsulates some of the preferences for filtering and sorting - InstallationCandidate objects. - """ - - def __init__( - self, - prefer_binary=False, # type: bool - allow_all_prereleases=False, # type: bool - ): - # type: (...) -> None - """ - :param allow_all_prereleases: Whether to allow all pre-releases. - """ - self.allow_all_prereleases = allow_all_prereleases - self.prefer_binary = prefer_binary - - -class CandidateEvaluator(object): - - """ - Responsible for filtering and sorting candidates for installation based - on what tags are valid. - """ - - @classmethod - def create( - cls, - project_name, # type: str - target_python=None, # type: Optional[TargetPython] - prefer_binary=False, # type: bool - allow_all_prereleases=False, # type: bool - specifier=None, # type: Optional[specifiers.BaseSpecifier] - hashes=None, # type: Optional[Hashes] - ): - # type: (...) -> 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 hashes: An optional collection of allowed hashes. - """ - if target_python is None: - target_python = TargetPython() - if specifier is None: - specifier = specifiers.SpecifierSet() - - supported_tags = target_python.get_tags() - - return cls( - project_name=project_name, - supported_tags=supported_tags, - specifier=specifier, - prefer_binary=prefer_binary, - allow_all_prereleases=allow_all_prereleases, - hashes=hashes, - ) - - def __init__( - self, - project_name, # type: str - supported_tags, # type: List[Pep425Tag] - specifier, # type: specifiers.BaseSpecifier - prefer_binary=False, # type: bool - allow_all_prereleases=False, # type: bool - hashes=None, # type: Optional[Hashes] - ): - # type: (...) -> 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 - - def get_applicable_candidates( - self, - candidates, # type: List[InstallationCandidate] - ): - # type: (...) -> 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 - ] - - return filter_unallowed_hashes( - candidates=applicable_candidates, - hashes=self._hashes, - project_name=self._project_name, - ) - - def make_found_candidates( - self, - candidates, # type: List[InstallationCandidate] - ): - # type: (...) -> FoundCandidates - """ - Create and return a `FoundCandidates` instance. - - :param specifier: An optional object implementing `filter` - (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable - versions. - """ - applicable_candidates = self.get_applicable_candidates(candidates) - - return FoundCandidates( - candidates, - applicable_candidates=applicable_candidates, - evaluator=self, - ) - - def _sort_key(self, candidate): - # type: (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 = tuple() # type: BuildTag - binary_preference = 0 - link = candidate.link - if link.is_wheel: - # can raise InvalidWheelFilename - wheel = Wheel(link.filename) - if not wheel.supported(valid_tags): - raise UnsupportedWheel( - "%s is not a supported wheel for this platform. It " - "can't be sorted." % wheel.filename - ) - if self._prefer_binary: - binary_preference = 1 - pri = -(wheel.support_index_min(valid_tags)) - if wheel.build_tag is not None: - match = re.match(r'^(\d+)(.*)$', wheel.build_tag) - build_tag_groups = match.groups() - build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) - else: # sdist - pri = -(support_num) - has_allowed_hash = int(link.is_hash_allowed(self._hashes)) - yank_value = -1 * int(link.is_yanked) # -1 for yanked. - return ( - has_allowed_hash, yank_value, binary_preference, candidate.version, - build_tag, pri, - ) - - def get_best_candidate( - self, - candidates, # type: List[InstallationCandidate] - ): - # type: (...) -> 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) - - # 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. - u'The candidate selected for download or install is a ' - 'yanked version: {candidate}\n' - 'Reason for being yanked: {reason}' - ).format(candidate=best_candidate, reason=reason) - logger.warning(msg) - - return best_candidate - - -class FoundCandidates(object): - """A collection of candidates, returned by `PackageFinder.find_candidates`. - - This class is only intended to be instantiated by CandidateEvaluator's - `make_found_candidates()` method. - """ - - def __init__( - self, - candidates, # type: List[InstallationCandidate] - applicable_candidates, # type: List[InstallationCandidate] - evaluator, # type: CandidateEvaluator - ): - # type: (...) -> None - """ - :param candidates: A sequence of all available candidates found. - :param applicable_candidates: The applicable candidates. - :param evaluator: A CandidateEvaluator object to sort applicable - candidates by order of preference. - """ - self._applicable_candidates = applicable_candidates - self._candidates = candidates - self._evaluator = evaluator - - def iter_all(self): - # type: () -> Iterable[InstallationCandidate] - """Iterate through all candidates. - """ - return iter(self._candidates) - - def iter_applicable(self): - # type: () -> Iterable[InstallationCandidate] - """Iterate through the applicable candidates. - """ - return iter(self._applicable_candidates) - - def get_best(self): - # type: () -> Optional[InstallationCandidate] - """Return the best candidate available, or None if no applicable - candidates are found. - """ - candidates = list(self.iter_applicable()) - return self._evaluator.get_best_candidate(candidates) - - -class PackageFinder(object): - """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, - search_scope, # type: SearchScope - session, # type: PipSession - target_python, # type: TargetPython - allow_yanked, # type: bool - format_control=None, # type: Optional[FormatControl] - trusted_hosts=None, # type: Optional[List[str]] - candidate_prefs=None, # type: CandidatePreferences - ignore_requires_python=None, # type: Optional[bool] - ): - # type: (...) -> None - """ - This constructor is primarily meant to be used by the create() class - method and from tests. - - :param session: The Session to use to make requests. - :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 trusted_hosts is None: - trusted_hosts = [] - 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._target_python = target_python - - self.search_scope = search_scope - self.session = session - self.format_control = format_control - self.trusted_hosts = trusted_hosts - - # These are boring links that have already been logged somehow. - self._logged_links = set() # type: Set[Link] - - # 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, - search_scope, # type: SearchScope - selection_prefs, # type: SelectionPreferences - trusted_hosts=None, # type: Optional[List[str]] - session=None, # type: Optional[PipSession] - target_python=None, # type: Optional[TargetPython] - ): - # type: (...) -> PackageFinder - """Create a PackageFinder. - - :param selection_prefs: The candidate selection preferences, as a - SelectionPreferences object. - :param trusted_hosts: Domains not to emit warnings for when not using - HTTPS. - :param session: The Session to use to make requests. - :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 session is None: - raise TypeError( - "PackageFinder.create() missing 1 required keyword argument: " - "'session'" - ) - 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, - search_scope=search_scope, - session=session, - target_python=target_python, - allow_yanked=selection_prefs.allow_yanked, - format_control=selection_prefs.format_control, - trusted_hosts=trusted_hosts, - ignore_requires_python=selection_prefs.ignore_requires_python, - ) - - @property - def find_links(self): - # type: () -> List[str] - return self.search_scope.find_links - - @property - def index_urls(self): - # type: () -> List[str] - return self.search_scope.index_urls - - @property - def allow_all_prereleases(self): - # type: () -> bool - return self._candidate_prefs.allow_all_prereleases - - def set_allow_all_prereleases(self): - # type: () -> None - self._candidate_prefs.allow_all_prereleases = True - - def add_trusted_host(self, host, source=None): - # type: (str, Optional[str]) -> None - """ - :param source: An optional source string, for logging where the host - string came from. - """ - # It is okay to add a previously added host because PipSession stores - # the resulting prefixes in a dict. - msg = 'adding trusted host: {!r}'.format(host) - if source is not None: - msg += ' (from {})'.format(source) - logger.info(msg) - self.session.add_insecure_host(host) - if host in self.trusted_hosts: - return - - self.trusted_hosts.append(host) - - def iter_secure_origins(self): - # type: () -> Iterator[SecureOrigin] - for secure_origin in SECURE_ORIGINS: - yield secure_origin - for host in self.trusted_hosts: - yield ('*', host, '*') - - @staticmethod - def _sort_locations(locations, expand_dir=False): - # type: (Sequence[str], bool) -> Tuple[List[str], List[str]] - """ - Sort locations into "files" (archives) and "urls", and return - a pair of lists (files,urls) - """ - files = [] - urls = [] - - # puts the url for the given file path into the appropriate list - def sort_path(path): - url = path_to_url(path) - if mimetypes.guess_type(url, strict=False)[0] == 'text/html': - urls.append(url) - else: - files.append(url) - - for url in locations: - - is_local_path = os.path.exists(url) - is_file_url = url.startswith('file:') - - if is_local_path or is_file_url: - if is_local_path: - path = url - else: - path = url_to_path(url) - if os.path.isdir(path): - if expand_dir: - path = os.path.realpath(path) - for item in os.listdir(path): - sort_path(os.path.join(path, item)) - elif is_file_url: - urls.append(url) - else: - logger.warning( - "Path '{0}' is ignored: " - "it is a directory.".format(path), - ) - elif os.path.isfile(path): - sort_path(path) - else: - logger.warning( - "Url '%s' is ignored: it is neither a file " - "nor a directory.", url, - ) - elif is_url(url): - # Only add url with clear scheme - urls.append(url) - else: - logger.warning( - "Url '%s' is ignored. It is either a non-existing " - "path or lacks a specific scheme.", url, - ) - - return files, urls - - def _validate_secure_origin(self, logger, location): - # type: (Logger, Link) -> bool - # Determine if this url used a secure transport mechanism - parsed = urllib_parse.urlparse(str(location)) - origin = (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.) - protocol = origin[0].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(): - if protocol != secure_origin[0] and secure_origin[0] != "*": - continue - - try: - # We need to do this decode dance to ensure that we have a - # unicode object, even on Python 2.x. - addr = ipaddress.ip_address( - origin[1] - if ( - isinstance(origin[1], six.text_type) or - origin[1] is None - ) - else origin[1].decode("utf8") - ) - network = ipaddress.ip_network( - secure_origin[1] - if isinstance(secure_origin[1], six.text_type) - # setting secure_origin[1] to proper Union[bytes, str] - # creates problems in other places - else secure_origin[1].decode("utf8") # type: ignore - ) - except ValueError: - # We don't have both a valid address or a valid network, so - # we'll check this origin against hostnames. - if (origin[1] and - origin[1].lower() != secure_origin[1].lower() and - secure_origin[1] != "*"): - 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 patches - if (origin[2] != secure_origin[2] and - secure_origin[2] != "*" and - secure_origin[2] 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'.", - parsed.hostname, - parsed.hostname, - ) - - return False - - def make_link_evaluator(self, project_name): - # type: (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 find_all_candidates(self, project_name): - # type: (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. - """ - search_scope = self.search_scope - index_locations = search_scope.get_index_urls_locations(project_name) - index_file_loc, index_url_loc = self._sort_locations(index_locations) - fl_file_loc, fl_url_loc = self._sort_locations( - self.find_links, expand_dir=True, - ) - - file_locations = (Link(url) for url in itertools.chain( - index_file_loc, fl_file_loc, - )) - - # We trust every url that the user has given us whether it was given - # via --index-url or --find-links. - # We want to filter out any thing which does not have a secure origin. - url_locations = [ - link for link in itertools.chain( - (Link(url) for url in index_url_loc), - (Link(url) for url in fl_url_loc), - ) - if self._validate_secure_origin(logger, link) - ] - - logger.debug('%d location(s) to search for versions of %s:', - len(url_locations), project_name) - - for location in url_locations: - logger.debug('* %s', location) - - link_evaluator = self.make_link_evaluator(project_name) - find_links_versions = self._package_versions( - link_evaluator, - # We trust every directly linked archive in find_links - (Link(url, '-f') for url in self.find_links), - ) - - page_versions = [] - for page in self._get_pages(url_locations, project_name): - logger.debug('Analyzing links from page %s', page.url) - with indent_log(): - page_versions.extend( - self._package_versions(link_evaluator, page.iter_links()) - ) - - file_versions = self._package_versions(link_evaluator, file_locations) - if file_versions: - file_versions.sort(reverse=True) - logger.debug( - 'Local files found: %s', - ', '.join([ - url_to_path(candidate.link.url) - for candidate in file_versions - ]) - ) - - # This is an intentional priority ordering - return file_versions + find_links_versions + page_versions - - def make_candidate_evaluator( - self, - project_name, # type: str - specifier=None, # type: Optional[specifiers.BaseSpecifier] - hashes=None, # type: Optional[Hashes] - ): - # type: (...) -> 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, - ) - - def find_candidates( - self, - project_name, # type: str - specifier=None, # type: Optional[specifiers.BaseSpecifier] - hashes=None, # type: Optional[Hashes] - ): - # type: (...) -> FoundCandidates - """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 `FoundCandidates` 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.make_found_candidates(candidates) - - def find_requirement(self, req, upgrade): - # type: (InstallRequirement, bool) -> Optional[Link] - """Try to find a Link matching req - - Expects req, an InstallRequirement and upgrade, a boolean - Returns a Link if found, - Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise - """ - hashes = req.hashes(trust_internet=False) - candidates = self.find_candidates( - req.name, specifier=req.specifier, hashes=hashes, - ) - best_candidate = candidates.get_best() - - installed_version = None # type: Optional[_BaseVersion] - if req.satisfied_by is not None: - installed_version = parse_version(req.satisfied_by.version) - - def _format_versions(cand_iter): - # 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(candidates.iter_all()), - ) - - raise DistributionNotFound( - 'No matching distribution found for %s' % req - ) - - best_installed = False - if installed_version and ( - best_candidate is None or - best_candidate.version <= installed_version): - best_installed = True - - if not upgrade and installed_version is not None: - if best_installed: - logger.debug( - 'Existing installed version (%s) is most up-to-date and ' - 'satisfies requirement', - installed_version, - ) - else: - logger.debug( - 'Existing installed version (%s) satisfies requirement ' - '(most up-to-date version is %s)', - installed_version, - best_candidate.version, - ) - return None - - if best_installed: - # We have an existing version, and its the best version - logger.debug( - 'Installed version (%s) is most up-to-date (past versions: ' - '%s)', - installed_version, - _format_versions(candidates.iter_applicable()), - ) - raise BestVersionAlreadyInstalled - - logger.debug( - 'Using version %s (newest of versions: %s)', - best_candidate.version, - _format_versions(candidates.iter_applicable()), - ) - return best_candidate.link - - def _get_pages(self, locations, project_name): - # type: (Iterable[Link], str) -> Iterable[HTMLPage] - """ - Yields (page, page_url) from the given locations, skipping - locations that have errors. - """ - seen = set() # type: Set[Link] - for location in locations: - if location in seen: - continue - seen.add(location) - - page = _get_html_page(location, session=self.session) - if page is None: - continue - - yield page - - def _sort_links(self, links): - # type: (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() # type: Set[Link] - 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, reason): - # type: (Link, Text) -> None - if link not in self._logged_links: - # 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. - # Also, put the link at the end so the reason is more visible - # and because the link string is usually very long. - logger.debug(u'Skipping link: %s: %s', reason, link) - self._logged_links.add(link) - - def get_install_candidate(self, link_evaluator, link): - # type: (LinkEvaluator, Link) -> Optional[InstallationCandidate] - """ - If the link is a candidate for install, convert it to an - InstallationCandidate and return it. Otherwise, return None. - """ - is_candidate, result = link_evaluator.evaluate_link(link) - if not is_candidate: - if result: - self._log_skipped_link(link, reason=result) - return None - - return InstallationCandidate( - project=link_evaluator.project_name, - link=link, - # Convert the Text result to str since InstallationCandidate - # accepts str. - version=str(result), - ) - - def _package_versions(self, link_evaluator, links): - # type: (LinkEvaluator, Iterable[Link]) -> List[InstallationCandidate] - result = [] - for link in self._sort_links(links): - candidate = self.get_install_candidate(link_evaluator, link) - if candidate is not None: - result.append(candidate) - return result - - -def _find_name_version_sep(fragment, canonical_name): - # type: (str, 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("{} does not match {}".format(fragment, canonical_name)) - - -def _extract_version_from_fragment(fragment, canonical_name): - # type: (str, 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 - - -def _determine_base_url(document, page_url): - """Determine the HTML document's base URL. - - This looks for a ```` tag in the HTML document. If present, its href - attribute denotes the base URL of anchor tags in the document. If there is - no such tag (or if it does not have a valid href attribute), the HTML - file's URL is used as the base URL. - - :param document: An HTML document representation. The current - implementation expects the result of ``html5lib.parse()``. - :param page_url: The URL of the HTML document. - """ - for base in document.findall(".//base"): - href = base.get("href") - if href is not None: - return href - return page_url - - -def _get_encoding_from_headers(headers): - """Determine if we have any encoding information in our headers. - """ - if headers and "Content-Type" in headers: - content_type, params = cgi.parse_header(headers["Content-Type"]) - if "charset" in params: - return params['charset'] - return None - - -def _clean_link(url): - # type: (str) -> str - """Makes sure a link is fully encoded. That is, if a ' ' shows up in - the link, it will be rewritten to %20 (while not over-quoting - % or other characters).""" - # Split the URL into parts according to the general structure - # `scheme://netloc/path;parameters?query#fragment`. Note that the - # `netloc` can be empty and the URI will then refer to a local - # filesystem path. - result = urllib_parse.urlparse(url) - # In both cases below we unquote prior to quoting to make sure - # nothing is double quoted. - if result.netloc == "": - # 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. - path = urllib_request.pathname2url( - urllib_request.url2pathname(result.path)) - else: - # In addition to the `/` character we protect `@` so that - # revision strings in VCS URLs are properly parsed. - path = urllib_parse.quote(urllib_parse.unquote(result.path), safe="/@") - return urllib_parse.urlunparse(result._replace(path=path)) - - -def _create_link_from_element( - anchor, # type: HTMLElement - page_url, # type: str - base_url, # type: str -): - # type: (...) -> Optional[Link] - """ - Convert an anchor element in a simple repository page to a Link. - """ - href = anchor.get("href") - if not href: - return None - - url = _clean_link(urllib_parse.urljoin(base_url, href)) - pyrequire = anchor.get('data-requires-python') - pyrequire = unescape(pyrequire) if pyrequire else None - - yanked_reason = anchor.get('data-yanked') - if yanked_reason: - # This is a unicode string in Python 2 (and 3). - yanked_reason = unescape(yanked_reason) - - link = Link( - url, - comes_from=page_url, - requires_python=pyrequire, - yanked_reason=yanked_reason, - ) - - return link - - -class HTMLPage(object): - """Represents one page, along with its URL""" - - def __init__(self, content, url, headers=None): - # type: (bytes, str, MutableMapping[str, str]) -> None - self.content = content - self.url = url - self.headers = headers - - def __str__(self): - return redact_password_from_url(self.url) - - def iter_links(self): - # type: () -> Iterable[Link] - """Yields all links in the page""" - document = html5lib.parse( - self.content, - transport_encoding=_get_encoding_from_headers(self.headers), - namespaceHTMLElements=False, - ) - base_url = _determine_base_url(document, self.url) - for anchor in document.findall(".//a"): - link = _create_link_from_element( - anchor, - page_url=self.url, - base_url=base_url, - ) - if link is None: - continue - yield link diff --git a/lib/python3.8/site-packages/pip/_internal/legacy_resolve.py b/lib/python3.8/site-packages/pip/_internal/legacy_resolve.py deleted file mode 100644 index 1d9229c..0000000 --- a/lib/python3.8/site-packages/pip/_internal/legacy_resolve.py +++ /dev/null @@ -1,457 +0,0 @@ -"""Dependency Resolution - -The dependency resolution in pip is performed as follows: - -for top-level requirements: - a. only one spec allowed per project, regardless of conflicts or not. - otherwise a "double requirement" exception is raised - b. they override sub-dependency requirements. -for sub-dependencies - a. "first found, wins" (where the order is breadth first) -""" - -import logging -import sys -from collections import defaultdict -from itertools import chain - -from pip._vendor.packaging import specifiers - -from pip._internal.exceptions import ( - BestVersionAlreadyInstalled, DistributionNotFound, HashError, HashErrors, - UnsupportedPythonVersion, -) -from pip._internal.req.constructors import install_req_from_req_string -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import ( - dist_in_usersite, ensure_dir, normalize_version_info, -) -from pip._internal.utils.packaging import ( - check_requires_python, get_requires_python, -) -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import DefaultDict, List, Optional, Set, Tuple - from pip._vendor import pkg_resources - - from pip._internal.cache import WheelCache - from pip._internal.distributions import AbstractDistribution - from pip._internal.download import PipSession - from pip._internal.index import PackageFinder - from pip._internal.operations.prepare import RequirementPreparer - from pip._internal.req.req_install import InstallRequirement - from pip._internal.req.req_set import RequirementSet - -logger = logging.getLogger(__name__) - - -def _check_dist_requires_python( - dist, # type: pkg_resources.Distribution - version_info, # type: Tuple[int, int, int] - ignore_requires_python=False, # type: bool -): - # type: (...) -> 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. - """ - requires_python = get_requires_python(dist) - 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.project_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.project_name, version, requires_python, - ) - return - - raise UnsupportedPythonVersion( - 'Package {!r} requires a different Python: {} not in {!r}'.format( - dist.project_name, version, requires_python, - )) - - -class Resolver(object): - """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, # type: RequirementPreparer - session, # type: PipSession - finder, # type: PackageFinder - wheel_cache, # type: Optional[WheelCache] - use_user_site, # type: bool - ignore_dependencies, # type: bool - ignore_installed, # type: bool - ignore_requires_python, # type: bool - force_reinstall, # type: bool - isolated, # type: bool - upgrade_strategy, # type: str - use_pep517=None, # type: Optional[bool] - py_version_info=None, # type: Optional[Tuple[int, ...]] - ): - # type: (...) -> None - super(Resolver, self).__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.session = session - - # NOTE: This would eventually be replaced with a cache that can give - # information about both sdist and wheels transparently. - self.wheel_cache = wheel_cache - - # This is set in resolve - self.require_hashes = None # type: Optional[bool] - - self.upgrade_strategy = upgrade_strategy - self.force_reinstall = force_reinstall - self.isolated = isolated - 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.use_pep517 = use_pep517 - - self._discovered_dependencies = \ - defaultdict(list) # type: DefaultDict[str, List] - - def resolve(self, requirement_set): - # type: (RequirementSet) -> None - """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. - """ - # make the wheelhouse - if self.preparer.wheel_download_dir: - ensure_dir(self.preparer.wheel_download_dir) - - # If any top-level requirement has a hash specified, enter - # hash-checking mode, which requires hashes from all. - root_reqs = ( - requirement_set.unnamed_requirements + - list(requirement_set.requirements.values()) - ) - self.require_hashes = ( - requirement_set.require_hashes or - any(req.has_hash_options for req in root_reqs) - ) - - # Display where finder is looking for packages - search_scope = self.finder.search_scope - locations = search_scope.get_formatted_locations() - if locations: - logger.info(locations) - - # Actually prepare the files, and collect any exceptions. Most hash - # exceptions cannot be checked ahead of time, because - # req.populate_link() needs to be called before we can make decisions - # based on link type. - discovered_reqs = [] # type: List[InstallRequirement] - hash_errors = HashErrors() - for req in chain(root_reqs, 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 - - def _is_upgrade_allowed(self, req): - # type: (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.is_direct - - def _set_req_to_reinstall(self, req): - # type: (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 dist_in_usersite(req.satisfied_by): - req.conflicts_with = req.satisfied_by - req.satisfied_by = None - - # XXX: Stop passing requirement_set for options - def _check_skip_installed(self, req_to_install): - # type: (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 _get_abstract_dist_for(self, req): - # type: (InstallRequirement) -> AbstractDistribution - """Takes a InstallRequirement and returns a single AbstractDist \ - representing a prepared variant of the same. - """ - assert self.require_hashes is not None, ( - "require_hashes should have been set in Resolver.resolve()" - ) - - if req.editable: - return self.preparer.prepare_editable_requirement( - req, self.require_hashes, self.use_user_site, self.finder, - ) - - # 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, self.require_hashes, skip_reason - ) - - upgrade_allowed = self._is_upgrade_allowed(req) - abstract_dist = self.preparer.prepare_linked_requirement( - req, self.session, self.finder, upgrade_allowed, - self.require_hashes - ) - - # 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 abstract_dist - - def _resolve_one( - self, - requirement_set, # type: RequirementSet - req_to_install # type: InstallRequirement - ): - # type: (...) -> 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 - - # register tmp src for cleanup in case something goes wrong - requirement_set.reqs_to_cleanup.append(req_to_install) - - abstract_dist = self._get_abstract_dist_for(req_to_install) - - # Parse and return dependencies - dist = abstract_dist.get_pkg_resources_distribution() - # 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 = [] # type: List[InstallRequirement] - - def add_req(subreq, extras_requested): - sub_install_req = install_req_from_req_string( - str(subreq), - req_to_install, - isolated=self.isolated, - wheel_cache=self.wheel_cache, - use_pep517=self.use_pep517 - ) - parent_req_name = req_to_install.name - to_scan_again, add_to_parent = requirement_set.add_requirement( - sub_install_req, - parent_req_name=parent_req_name, - extras_requested=extras_requested, - ) - if parent_req_name and add_to_parent: - self._discovered_dependencies[parent_req_name].append( - add_to_parent - ) - more_reqs.extend(to_scan_again) - - with indent_log(): - # We add req_to_install before its dependencies, so that we - # can refer to it when adding dependencies. - if not requirement_set.has_requirement(req_to_install.name): - # 'unnamed' requirements will get added here - req_to_install.is_direct = True - requirement_set.add_requirement( - req_to_install, parent_req_name=None, - ) - - if not self.ignore_dependencies: - if req_to_install.extras: - logger.debug( - "Installing extra requirements: %r", - ','.join(req_to_install.extras), - ) - missing_requested = sorted( - set(req_to_install.extras) - set(dist.extras) - ) - for missing in missing_requested: - logger.warning( - '%s does not provide the extra \'%s\'', - dist, missing - ) - - available_requested = sorted( - set(dist.extras) & set(req_to_install.extras) - ) - for subreq in dist.requires(available_requested): - add_req(subreq, extras_requested=available_requested) - - if not req_to_install.editable and not req_to_install.satisfied_by: - # XXX: --no-install leads this to report 'Successfully - # downloaded' for only non-editable reqs, even though we took - # action on them. - requirement_set.successfully_downloaded.append(req_to_install) - - return more_reqs - - def get_installation_order(self, req_set): - # type: (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() # type: Set[InstallRequirement] - - def schedule(req): - 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/lib/python3.8/site-packages/pip/_internal/locations.py b/lib/python3.8/site-packages/pip/_internal/locations.py deleted file mode 100644 index 5f843d7..0000000 --- a/lib/python3.8/site-packages/pip/_internal/locations.py +++ /dev/null @@ -1,142 +0,0 @@ -"""Locations where we look for configs, install stuff, etc""" -from __future__ import absolute_import - -import os -import os.path -import platform -import site -import sys -import sysconfig -from distutils import sysconfig as distutils_sysconfig -from distutils.command.install import SCHEME_KEYS # type: ignore - -from pip._internal.utils import appdirs -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.utils.virtualenv import running_under_virtualenv - -if MYPY_CHECK_RUNNING: - from typing import Any, Union, Dict, List, Optional - - -# Application Directories -USER_CACHE_DIR = appdirs.user_cache_dir("pip") - - -def get_src_prefix(): - 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) - - -# FIXME doesn't account for venv linked to global site-packages - -site_packages = sysconfig.get_path("purelib") # type: Optional[str] - -# This is because of a bug in PyPy's sysconfig module, see -# https://bitbucket.org/pypy/pypy/issues/2506/sysconfig-returns-incorrect-paths -# for more information. -if platform.python_implementation().lower() == "pypy": - site_packages = distutils_sysconfig.get_python_lib() -try: - # Use getusersitepackages if this is present, as it ensures that the - # value is initialised properly. - user_site = site.getusersitepackages() -except AttributeError: - user_site = site.USER_SITE - -if WINDOWS: - bin_py = os.path.join(sys.prefix, 'Scripts') - bin_user = os.path.join(user_site, 'Scripts') - # buildout uses 'bin' on Windows too? - if not os.path.exists(bin_py): - bin_py = os.path.join(sys.prefix, 'bin') - bin_user = os.path.join(user_site, 'bin') -else: - bin_py = os.path.join(sys.prefix, 'bin') - bin_user = os.path.join(user_site, 'bin') - - # 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 sys.prefix[:16] == '/System/Library/': - bin_py = '/usr/local/bin' - - -def distutils_scheme(dist_name, user=False, home=None, root=None, - isolated=False, prefix=None): - # type:(str, bool, str, str, bool, str) -> dict - """ - Return a distutils install scheme - """ - from distutils.dist import Distribution - - scheme = {} - - if isolated: - extra_dist_args = {"script_args": ["--no-user-cfg"]} - else: - extra_dist_args = {} - dist_args = {'name': dist_name} # type: Dict[str, Union[str, List[str]]] - dist_args.update(extra_dist_args) - - d = Distribution(dist_args) - # Ignoring, typeshed issue reported python/typeshed/issues/2567 - d.parse_config_files() - # NOTE: Ignoring type since mypy can't find attributes on 'Command' - i = d.get_command_obj('install', create=True) # type: Any - assert i is not None - # 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), "user={} prefix={}".format(user, prefix) - assert not (home and prefix), "home={} prefix={}".format(home, 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() - 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 - - # Ignoring, typeshed issue reported python/typeshed/issues/2567 - if 'install_lib' in d.get_option_dict('install'): # type: ignore - scheme.update(dict(purelib=i.install_lib, platlib=i.install_lib)) - - if running_under_virtualenv(): - scheme['headers'] = os.path.join( - sys.prefix, - 'include', - 'site', - 'python' + sys.version[:3], - 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 diff --git a/lib/python3.8/site-packages/pip/_internal/models/__init__.py b/lib/python3.8/site-packages/pip/_internal/models/__init__.py deleted file mode 100644 index 7855226..0000000 --- a/lib/python3.8/site-packages/pip/_internal/models/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""A package that contains models that represent entities. -""" diff --git a/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 2f04558f90daab977b17f85e9c38d62f0b4897c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 221 zcmWIL<>g`kf(}dJczYoI7{oyaj6jY95EpX*i4=w?h7`tN22G|a3rB^5#N_P6^i+kC zjKmU!6h1~p<)SP07U{Pv8QEG8&UWoz_XO?897VB~OX)@kokB?8uPmYgY z$xy@uG!{(!vePfgEzmE>EYJlSQ<9jIqg$0}kzbygVG0rits$@NX diff --git a/lib/python3.8/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc deleted file mode 100644 index 2d5a50cac93e046df4f2adef5e03df3d5cb25497..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1455 zcmbVLOOMn>5bn0ykDc|bfB*_aL|#r<0xy?H5Fto1iU0wlh=@q|(pc^u@NWA-cW+>p z;j}A}OAh=4a@@b=$8MC(B`sCCTwPWD^;gwThQk4Y_1n!a_9VG0#8=BB&x2%^Zrhquh#RthZg|Ret7EB7OZ3_87zkS852x+2PE@^F9P`b?+7DV08qp3-2K|vT&di`VWYejrO2(^yZKnQS{hkf z6X$W;Sg^`m#g~g^$mMv_=(s$VoepAH1(Lm7XrmxX^DU?uoe@qfojLnxIWrfuYnkkuApbJ{vY|FxS!=7^f z>zuqUSQ<@Jw&wu>X3G8e0~7uhvf5}EnBr) zZP{L1-1*vGd82tHUwnhkUZ9|ry3W;B)d;D~){3mOo$6Ci6vbe5;`nqxeP=*7sPpIE z*C%!%T|z7@s9oCPK52jmR+ob&dF+q1Qo+&Z!9l{cIE?bY~5C$|q-=R-HE z-2RIMeHu>Cc+6a#0}Hv+Fdv+M1%IZ0dk&)vTFw6Y@4L)X{@-0T5pKNVGrqEDZ2abJ zoLkU|K93l`TmkJN_hy7scbp8fOE6g} z40A0Sowj+glRt;4PZxLB4pzYI?qVOf9KUqemdd2_A=LQxP7bis7RqUSpc*HtyYSC4 q^8zV89qr@3zsLwM0}&s)(-Gg{tvOG(aZ>wfkDQ1`Fd?96)9${~}>MK-2@SWW_jnl$db9T;|Gc#wt^D}<5wB#|g-@jg!f7TiM zikwS4E!h@YZ?0k4dMBp9{>DUZr!`R^`m_7sMGnrbGKy` z_4~stOkzJOtcN-)7Vem2tYZuV+Us<)z}!SnJ0O~Mxnf@)(eAP({B#_VAtQ#O#E};}=QqrDj1B8h>cR9Ln`S`*dgzcGfKsTN>8lNCQJLIen6#8rz zZZHT_3Ll)K!T{&I6ozyPC&_x+lvk<9GD%%2^`4X$F;2@f_;~HC38e6r0py0#1(g9u zFks3XfcV$|vkC>XLWFKQe`Ktsyaefg9!UxThsLbY*g-Fkynun?IFj{wAHMBd==Rh? z5Q@&&dolU+#bmwtV$y0kgsk_DL=xAX;})m z4QJWh{`+lLRjPBrN+zF}{Rfzw9l`V|pIA!d)~;(hxj5oe#)03-S12(>4aqHqegw@a zSJp-LoA?$L1FLGrqhQ|ia_biR<%@}(+sfV*rZ?MT??DFH0mqCua&o)ejUS0>wD*8k zx17#vzW&B7x?v!gR}o~Er>KPzm)_$;6odVZ`TEeE4)xxL7XTh<7@Mw`R>i;LY2bwBviM-D6T|LOv=iDjB(8sazF)me3R-$UqJe0DTSjr zi$7BoU!?oPDc!YFO1i(k(ao$}9B_bZcMA8oy0~dFGJ!UiaeB)xONzOQaT$HZ0tz9D zH7ZiesuFeir0|zvTDV51qbNHIM%$Dm*DsY)1$xSu~{FLtItaUDQwllK?4vjtnX55n*FKpk)m_Ft9DL4(R{@ diff --git a/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc deleted file mode 100644 index 65973e9ac61797eaf4d9d8c14fbd438cf53630d2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1143 zcmZuvJ#X7E5G5&DmR&hbnkGZrK|_aXh&>fZKTs5Cfgno|^kdONC?Z`mr6rZ5)5P$W z0O`{I;Eef8Ts!qIbZL*Yjk-Vy-09s>Jl?&>kG)CY%ODSV$U@d)(RY%!0JmA}al|_BQP%wlr%{G&t0|P`rHj^A zunhDQ0379*p`0+B2iItb{XKE+>tCU~b&W!lM^H7g$#GGBE#jVTqCFqGP0qNGj0NpV6wc{YYfH&PfIRouwBv^@$bI;<7^VMeyQsO*w9cGW%F z9tz2+Hnjr6D67YXsItI@n#-Yz;Z}7Q+%2{pN=sR2P3bNA^2$8O@Kmtlm)5-dE16TPeDFEMMl)7ONNdLwGD9L?mOiA*a6f2 zA~JpOZyW0@W^JcJRg5{P(4`b+n*e{*CX{}e6mq%Kra)y$sh`!?2Q?P_m0U{L_}jvk zYr*&7M0T_32waTAAnAGGr&}Xq8vT4QaI*Dl^=UBOb-HPw(~RnBRBOYT+sLrjYr4BS zVYoK%*Xr0q7w`T5>=6w22;}S2GkE#6>T7Y{AJ=Da4Nw3tO*wuRol0HqyTo6S$@X0!3j1y!%G8}J^uB-q>~m>}{y3Kri#Q8+6w diff --git a/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc deleted file mode 100644 index 27b0a8db447e6b870f9b7b943bdcfc258228adfe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6282 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 diff --git a/lib/python3.8/site-packages/pip/_internal/models/__pycache__/target_python.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/models/__pycache__/target_python.cpython-38.pyc deleted file mode 100644 index dcc4b8917b839735c3b9b5ff3fd35a71f29ed12c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3197 zcma)8TaO$^74E9;ndzCGwGD}H0jxqo#0~2)Bt!zsSRmVk0GX`J1}Otkr+2Dmrg!_6 z>YClmX69*)#0&qyk$B-R^(#-7_yr-7`A+rhT$UiETU}k+H2VLg8>&TY$pF7f5yXWrUie!Iug7!=7=JW$z?T(cR z%V|;M+9+9FKT*1j^DKh+d&&(vx&OYl1Tu-xMRFu;sGO842 zqC}zdLTMA@Garda)U!pL8Kn!Y(26`$BF1bhEzZVP&?wiKT|~pQ7N_On)JBA&hC;4CbZD+wV-?(#r&K6v{ zFFeyQO`0b?8a?Mm}H=Qg67uH#sR2!{tnq@z?6 z00Nez55%uUX*7%zu&WP?d*Z#3?d*wCMS3^^KxFgM;&LU4q?t)%M5L8i#f&(dS$Kz2 ztyN}3IV+7yd*TCNu217q?TOPkNyI451~0MFiL z%KiDl+aG@tto0(@4kn0NLU0nDD3PdaY$oETd*ZD^ ziuk76_g^A6oQm~ca=e4x>P9$@PgE8b+kUNF;9hk%f!D-Om3NfKS>>itfhk5;F3_v4 zY@1X07ui;I)^e+>>%QgJY9~AarOJ>H4Vsl#s$`^ZU>ALhn%AkhPR&g;|8(?s@cQ!c zeUldVi@3PAq@sIg@z3*9HF<}A+6U6XW}w~sX)aY#-meJ_HWEL=cazR9e;i&aBLE0z}lO1x)zZh($t3$W1<-p6hI1Ib@7OWzLt zd*Ylkuo;u!t|LC;vN>mHTljME_VM;ceC&Y-+gR5D?SnDvRiOHvvnQ)C_>D~%OBB|H zdm_uTd&FoWGIg>qnGDGfhiv3>Uw5JBmK78ZWJyU60WxeRqcmkm8s7P{m6nsf#Wgmob7F)S!aA5f4zs6aLPx$ z)zUf=u3_yu624?&OX~~lt=2!pRA_zYFMNSIg8JbAe^ikduwl->;2T!({#onu#VTF%5V6zE%U$fnjOYpo!$Pwm~J6O zJ|Ly7Lw<)2MWe06Ptc=?Wp!Of^zy7@IQe~yKGkK4N<0*^ICA{mTe!9wTN#K6_v|05 zsC=f(RM+KeT_X3N?h71xaIhHTbdd|x*x@m;vPy`yWi0I}B^pPR)4k408me8rh)OQb zC=hMyAZT6Ed1VAvS0jbOJ4C@q^U^GTXsUa$F3m=z=m%cqFBz>|yQ=bty@Hm$4OD7h zQdnuqi1jQ>M1f}=TGP{Aj8`6+blHbKu`vxi!<5>8t&U4xYw`}~j5Ck!ubRy!zr-*X zD+8~OD`*i@Wl^fau%=xmx$zZ-_1PNQTw(h5VF55rJ@k5qn>njcd`e7Vt3YHB); zQ}UOTSU&e!NNu|R(+T_=b~L!EuVSpa1v>4msI<4PI5jea(d9WfUL<8Njmu$OEZ*1_ zQ4gD0fdhdi%B-5p4~k4phehpE)3#&z;gK2|tJ8)R)+oy|{=*uNN5sY@C85u+u`cU! KkG;;i?tcMkJxdJ$ diff --git a/lib/python3.8/site-packages/pip/_internal/models/candidate.py b/lib/python3.8/site-packages/pip/_internal/models/candidate.py deleted file mode 100644 index 1b99690..0000000 --- a/lib/python3.8/site-packages/pip/_internal/models/candidate.py +++ /dev/null @@ -1,36 +0,0 @@ -from pip._vendor.packaging.version import parse as parse_version - -from pip._internal.utils.models import KeyBasedCompareMixin -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from pip._vendor.packaging.version import _BaseVersion - from pip._internal.models.link import Link - from typing import Any - - -class InstallationCandidate(KeyBasedCompareMixin): - """Represents a potential "candidate" for installation. - """ - - def __init__(self, project, version, link): - # type: (Any, str, Link) -> None - self.project = project - self.version = parse_version(version) # type: _BaseVersion - self.link = link - - super(InstallationCandidate, self).__init__( - key=(self.project, self.version, self.link), - defining_class=InstallationCandidate - ) - - def __repr__(self): - # type: () -> str - return "".format( - self.project, self.version, self.link, - ) - - def __str__(self): - return '{!r} candidate (version {} at {})'.format( - self.project, self.version, self.link, - ) diff --git a/lib/python3.8/site-packages/pip/_internal/models/format_control.py b/lib/python3.8/site-packages/pip/_internal/models/format_control.py deleted file mode 100644 index 53138e4..0000000 --- a/lib/python3.8/site-packages/pip/_internal/models/format_control.py +++ /dev/null @@ -1,73 +0,0 @@ -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Optional, Set, FrozenSet - - -class FormatControl(object): - """Helper for managing formats from which a package can be installed. - """ - - def __init__(self, no_binary=None, only_binary=None): - # type: (Optional[Set], Optional[Set]) -> 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): - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - return not self.__eq__(other) - - def __repr__(self): - return "{}({}, {})".format( - self.__class__.__name__, - self.no_binary, - self.only_binary - ) - - @staticmethod - def handle_mutual_excludes(value, target, other): - # type: (str, Optional[Set], Optional[Set]) -> None - 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): - # type: (str) -> FrozenSet - 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): - # type: () -> None - self.handle_mutual_excludes( - ':all:', self.no_binary, self.only_binary, - ) diff --git a/lib/python3.8/site-packages/pip/_internal/models/index.py b/lib/python3.8/site-packages/pip/_internal/models/index.py deleted file mode 100644 index ead1efb..0000000 --- a/lib/python3.8/site-packages/pip/_internal/models/index.py +++ /dev/null @@ -1,31 +0,0 @@ -from pip._vendor.six.moves.urllib import parse as urllib_parse - - -class PackageIndex(object): - """Represents a Package Index and provides easier access to endpoints - """ - - def __init__(self, url, file_storage_domain): - # type: (str, str) -> None - super(PackageIndex, self).__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): - # type: (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/lib/python3.8/site-packages/pip/_internal/models/link.py b/lib/python3.8/site-packages/pip/_internal/models/link.py deleted file mode 100644 index d42be28..0000000 --- a/lib/python3.8/site-packages/pip/_internal/models/link.py +++ /dev/null @@ -1,213 +0,0 @@ -import posixpath -import re - -from pip._vendor.six.moves.urllib import parse as urllib_parse - -from pip._internal.utils.misc import ( - WHEEL_EXTENSION, path_to_url, redact_password_from_url, - split_auth_from_netloc, splitext, -) -from pip._internal.utils.models import KeyBasedCompareMixin -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Optional, Text, Tuple, Union - from pip._internal.index import HTMLPage - from pip._internal.utils.hashes import Hashes - - -class Link(KeyBasedCompareMixin): - """Represents a parsed link from a Package Index's simple URL - """ - - def __init__( - self, - url, # type: str - comes_from=None, # type: Optional[Union[str, HTMLPage]] - requires_python=None, # type: Optional[str] - yanked_reason=None, # type: Optional[Text] - ): - # type: (...) -> None - """ - :param url: url of the resource pointed to (href of the link) - :param comes_from: instance of HTMLPage where the link was found, - or string. - :param requires_python: String containing the `Requires-Python` - metadata field, specified in PEP 345. This may be specified by - a data-requires-python attribute in the HTML link tag, as - described in PEP 503. - :param yanked_reason: the reason the file has been yanked, if the - file has been yanked, or None if the file hasn't been yanked. - This is the value of the "data-yanked" attribute, if present, in - a simple repository HTML link. If the file has been yanked but - no reason was provided, this should be the empty string. See - PEP 592 for more information and the specification. - """ - - # url can be a UNC windows share - if url.startswith('\\\\'): - url = path_to_url(url) - - self._parsed_url = urllib_parse.urlsplit(url) - # Store the url as a private attribute to prevent accidentally - # trying to set a new value. - self._url = url - - self.comes_from = comes_from - self.requires_python = requires_python if requires_python else None - self.yanked_reason = yanked_reason - - super(Link, self).__init__(key=url, defining_class=Link) - - def __str__(self): - if self.requires_python: - rp = ' (requires-python:%s)' % self.requires_python - else: - rp = '' - if self.comes_from: - return '%s (from %s)%s' % (redact_password_from_url(self._url), - self.comes_from, rp) - else: - return redact_password_from_url(str(self._url)) - - def __repr__(self): - return '' % self - - @property - def url(self): - # type: () -> str - return self._url - - @property - def filename(self): - # type: () -> 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, ('URL %r produced no filename' % self._url) - return name - - @property - def scheme(self): - # type: () -> str - return self._parsed_url.scheme - - @property - def netloc(self): - # type: () -> str - """ - This can contain auth information. - """ - return self._parsed_url.netloc - - @property - def path(self): - # type: () -> str - return urllib_parse.unquote(self._parsed_url.path) - - def splitext(self): - # type: () -> Tuple[str, str] - return splitext(posixpath.basename(self.path.rstrip('/'))) - - @property - def ext(self): - # type: () -> str - return self.splitext()[1] - - @property - def url_without_fragment(self): - # type: () -> str - scheme, netloc, path, query, fragment = self._parsed_url - return urllib_parse.urlunsplit((scheme, netloc, path, query, None)) - - _egg_fragment_re = re.compile(r'[#&]egg=([^&]*)') - - @property - def egg_fragment(self): - # type: () -> Optional[str] - match = self._egg_fragment_re.search(self._url) - if not match: - return None - return match.group(1) - - _subdirectory_fragment_re = re.compile(r'[#&]subdirectory=([^&]*)') - - @property - def subdirectory_fragment(self): - # type: () -> Optional[str] - match = self._subdirectory_fragment_re.search(self._url) - if not match: - return None - return match.group(1) - - _hash_re = re.compile( - r'(sha1|sha224|sha384|sha256|sha512|md5)=([a-f0-9]+)' - ) - - @property - def hash(self): - # type: () -> Optional[str] - match = self._hash_re.search(self._url) - if match: - return match.group(2) - return None - - @property - def hash_name(self): - # type: () -> Optional[str] - match = self._hash_re.search(self._url) - if match: - return match.group(1) - return None - - @property - def show_url(self): - # type: () -> Optional[str] - return posixpath.basename(self._url.split('#', 1)[0].split('?', 1)[0]) - - @property - def is_wheel(self): - # type: () -> bool - return self.ext == WHEEL_EXTENSION - - @property - def is_artifact(self): - # type: () -> bool - """ - Determines if this points to an actual artifact (e.g. a tarball) or if - it points to an "abstract" thing like a path or a VCS location. - """ - from pip._internal.vcs import vcs - - if self.scheme in vcs.all_schemes: - return False - - return True - - @property - def is_yanked(self): - # type: () -> bool - return self.yanked_reason is not None - - @property - def has_hash(self): - return self.hash_name is not None - - def is_hash_allowed(self, hashes): - # type: (Optional[Hashes]) -> bool - """ - Return True if the link has a hash and it is allowed. - """ - if hashes is None or not self.has_hash: - return False - # Assert non-None so mypy knows self.hash_name and self.hash are str. - assert self.hash_name is not None - assert self.hash is not None - - return hashes.is_hash_allowed(self.hash_name, hex_digest=self.hash) diff --git a/lib/python3.8/site-packages/pip/_internal/models/search_scope.py b/lib/python3.8/site-packages/pip/_internal/models/search_scope.py deleted file mode 100644 index 6215244..0000000 --- a/lib/python3.8/site-packages/pip/_internal/models/search_scope.py +++ /dev/null @@ -1,113 +0,0 @@ -import itertools -import logging -import os -import posixpath - -from pip._vendor.packaging.utils import canonicalize_name -from pip._vendor.six.moves.urllib import parse as urllib_parse - -from pip._internal.models.index import PyPI -from pip._internal.utils.compat import HAS_TLS -from pip._internal.utils.misc import normalize_path, redact_password_from_url -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import List - - -logger = logging.getLogger(__name__) - - -class SearchScope(object): - - """ - Encapsulates the locations that pip is configured to search. - """ - - @classmethod - def create( - cls, - find_links, # type: List[str] - index_urls, # type: List[str] - ): - # type: (...) -> 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 = [] # type: List[str] - for link in find_links: - if link.startswith('~'): - new_link = normalize_path(link) - if os.path.exists(new_link): - link = new_link - built_find_links.append(link) - - # If we don't have TLS enabled, then WARN if anyplace we're looking - # relies on TLS. - if not HAS_TLS: - for link in itertools.chain(index_urls, built_find_links): - parsed = urllib_parse.urlparse(link) - if parsed.scheme == 'https': - logger.warning( - 'pip is configured with locations that require ' - 'TLS/SSL, however the ssl module in Python is not ' - 'available.' - ) - break - - return cls( - find_links=built_find_links, - index_urls=index_urls, - ) - - def __init__( - self, - find_links, # type: List[str] - index_urls, # type: List[str] - ): - # type: (...) -> None - self.find_links = find_links - self.index_urls = index_urls - - def get_formatted_locations(self): - # type: () -> str - lines = [] - if self.index_urls and self.index_urls != [PyPI.simple_url]: - lines.append( - 'Looking in indexes: {}'.format(', '.join( - redact_password_from_url(url) for url in self.index_urls)) - ) - if self.find_links: - lines.append( - 'Looking in links: {}'.format(', '.join( - redact_password_from_url(url) for url in self.find_links)) - ) - return '\n'.join(lines) - - def get_index_urls_locations(self, project_name): - # type: (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): - 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/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py b/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py deleted file mode 100644 index f58fdce..0000000 --- a/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py +++ /dev/null @@ -1,47 +0,0 @@ -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Optional - from pip._internal.models.format_control import FormatControl - - -class SelectionPreferences(object): - - """ - Encapsulates the candidate selection preferences for downloading - and installing files. - """ - - # 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, # type: bool - allow_all_prereleases=False, # type: bool - format_control=None, # type: Optional[FormatControl] - prefer_binary=False, # type: bool - ignore_requires_python=None, # type: Optional[bool] - ): - # type: (...) -> 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/lib/python3.8/site-packages/pip/_internal/models/target_python.py b/lib/python3.8/site-packages/pip/_internal/models/target_python.py deleted file mode 100644 index a23b79c..0000000 --- a/lib/python3.8/site-packages/pip/_internal/models/target_python.py +++ /dev/null @@ -1,106 +0,0 @@ -import sys - -from pip._internal.pep425tags import get_supported, version_info_to_nodot -from pip._internal.utils.misc import normalize_version_info -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import List, Optional, Tuple - from pip._internal.pep425tags import Pep425Tag - - -class TargetPython(object): - - """ - Encapsulates the properties of a Python interpreter one is targeting - for a package install, download, etc. - """ - - def __init__( - self, - platform=None, # type: Optional[str] - py_version_info=None, # type: Optional[Tuple[int, ...]] - abi=None, # type: Optional[str] - implementation=None, # type: Optional[str] - ): - # type: (...) -> None - """ - :param platform: A string or None. If None, searches for packages - that are supported by the current system. Otherwise, will find - packages that can be built on the platform 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 abi: A string or None. This is passed to pep425tags.py's - get_supported() function as is. - :param implementation: A string or None. This is passed to - pep425tags.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.abi = abi - self.implementation = implementation - self.platform = platform - self.py_version = py_version - self.py_version_info = py_version_info - - # This is used to cache the return value of get_tags(). - self._valid_tags = None # type: Optional[List[Pep425Tag]] - - def format_given(self): - # type: () -> 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 = [ - ('platform', self.platform), - ('version_info', display_version), - ('abi', self.abi), - ('implementation', self.implementation), - ] - return ' '.join( - '{}={!r}'.format(key, value) for key, value in key_values - if value is not None - ) - - def get_tags(self): - # type: () -> List[Pep425Tag] - """ - 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: - versions = None - else: - versions = [version_info_to_nodot(py_version_info)] - - tags = get_supported( - versions=versions, - platform=self.platform, - abi=self.abi, - impl=self.implementation, - ) - self._valid_tags = tags - - return self._valid_tags diff --git a/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index c912896dd5ee67e92079741a1f251927669f1eba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 157 zcmWIL<>g`kf(}dJco6*2A!{dk~gW=VX!UP0w8 T4x8Nkl+v73JCNC*ftUdR*7+ry diff --git a/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc deleted file mode 100644 index bf9924fd9dc3282979c33fe5edaa8323b8ca7fc9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3663 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 diff --git a/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc deleted file mode 100644 index 9a3c0e01c82bdda0befba279ecf397364a18baa8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5744 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 diff --git a/lib/python3.8/site-packages/pip/_internal/operations/check.py b/lib/python3.8/site-packages/pip/_internal/operations/check.py deleted file mode 100644 index 7b8b369..0000000 --- a/lib/python3.8/site-packages/pip/_internal/operations/check.py +++ /dev/null @@ -1,159 +0,0 @@ -"""Validation of dependencies of packages -""" - -import logging -from collections import namedtuple - -from pip._vendor.packaging.utils import canonicalize_name -from pip._vendor.pkg_resources import RequirementParseError - -from pip._internal.distributions import ( - make_distribution_for_install_requirement, -) -from pip._internal.utils.misc import get_installed_distributions -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -logger = logging.getLogger(__name__) - -if MYPY_CHECK_RUNNING: - from pip._internal.req.req_install import InstallRequirement - from typing import ( - Any, Callable, Dict, Optional, Set, Tuple, List - ) - - # Shorthands - PackageSet = Dict[str, 'PackageDetails'] - Missing = Tuple[str, Any] - Conflicting = Tuple[str, str, Any] - - MissingDict = Dict[str, List[Missing]] - ConflictingDict = Dict[str, List[Conflicting]] - CheckResult = Tuple[MissingDict, ConflictingDict] - -PackageDetails = namedtuple('PackageDetails', ['version', 'requires']) - - -def create_package_set_from_installed(**kwargs): - # type: (**Any) -> Tuple[PackageSet, bool] - """Converts a list of distributions into a PackageSet. - """ - # Default to using all packages installed on the system - if kwargs == {}: - kwargs = {"local_only": False, "skip": ()} - - package_set = {} - problems = False - for dist in get_installed_distributions(**kwargs): - name = canonicalize_name(dist.project_name) - try: - package_set[name] = PackageDetails(dist.version, dist.requires()) - except RequirementParseError as e: - # Don't crash on broken metadata - logging.warning("Error parsing requirements for %s: %s", name, e) - problems = True - return package_set, problems - - -def check_package_set(package_set, should_ignore=None): - # type: (PackageSet, Optional[Callable[[str], bool]]) -> 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. - """ - if should_ignore is None: - def should_ignore(name): - return False - - missing = dict() - conflicting = dict() - - for package_name in package_set: - # Info about dependencies of package_name - missing_deps = set() # type: Set[Missing] - conflicting_deps = set() # type: Set[Conflicting] - - if should_ignore(package_name): - continue - - for req in package_set[package_name].requires: - name = canonicalize_name(req.project_name) # type: str - - # Check if it's missing - if name not in package_set: - missed = True - if req.marker is not None: - missed = req.marker.evaluate() - if missed: - missing_deps.add((name, req)) - continue - - # Check if there's a conflict - version = package_set[name].version # type: str - 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): - # type: (List[InstallRequirement]) -> Tuple[PackageSet, CheckResult] - """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, package_set): - # type: (List[InstallRequirement], PackageSet) -> Set[str] - """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_pkg_resources_distribution() - - name = canonicalize_name(dist.key) - package_set[name] = PackageDetails(dist.version, dist.requires()) - - installed.add(name) - - return installed - - -def _create_whitelist(would_be_installed, package_set): - # type: (Set[str], PackageSet) -> Set[str] - 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].requires: - if canonicalize_name(req.name) in packages_affected: - packages_affected.add(package_name) - break - - return packages_affected diff --git a/lib/python3.8/site-packages/pip/_internal/operations/freeze.py b/lib/python3.8/site-packages/pip/_internal/operations/freeze.py deleted file mode 100644 index 6f5a3dd..0000000 --- a/lib/python3.8/site-packages/pip/_internal/operations/freeze.py +++ /dev/null @@ -1,253 +0,0 @@ -from __future__ import absolute_import - -import collections -import logging -import os -import re - -from pip._vendor import six -from pip._vendor.packaging.utils import canonicalize_name -from pip._vendor.pkg_resources import RequirementParseError - -from pip._internal.exceptions import BadCommand, InstallationError -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.misc import ( - dist_is_editable, get_installed_distributions, -) -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import ( - Iterator, Optional, List, Container, Set, Dict, Tuple, Iterable, Union - ) - from pip._internal.cache import WheelCache - from pip._vendor.pkg_resources import ( - Distribution, Requirement - ) - - RequirementInfo = Tuple[Optional[Union[str, Requirement]], bool, List[str]] - - -logger = logging.getLogger(__name__) - - -def freeze( - requirement=None, # type: Optional[List[str]] - find_links=None, # type: Optional[List[str]] - local_only=None, # type: Optional[bool] - user_only=None, # type: Optional[bool] - paths=None, # type: Optional[List[str]] - skip_regex=None, # type: Optional[str] - isolated=False, # type: bool - wheel_cache=None, # type: Optional[WheelCache] - exclude_editable=False, # type: bool - skip=() # type: Container[str] -): - # type: (...) -> Iterator[str] - find_links = find_links or [] - skip_match = None - - if skip_regex: - skip_match = re.compile(skip_regex).search - - for link in find_links: - yield '-f %s' % link - installations = {} # type: Dict[str, FrozenRequirement] - for dist in get_installed_distributions(local_only=local_only, - skip=(), - user_only=user_only, - paths=paths): - try: - req = FrozenRequirement.from_dist(dist) - except RequirementParseError as exc: - # We include dist rather than dist.project_name because the - # dist string includes more information, like the version and - # location. We also include the exception message to aid - # troubleshooting. - logger.warning( - 'Could not generate requirement for distribution %r: %s', - dist, exc - ) - continue - if exclude_editable and req.editable: - continue - installations[req.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() # type: Set[str] - # 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 = collections.defaultdict(list) # type: Dict[str, List[str]] - 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 - (skip_match and skip_match(line)) or - line.startswith(( - '-r', '--requirement', - '-Z', '--always-unzip', - '-f', '--find-links', - '-i', '--index-url', - '--pre', - '--trusted-host', - '--process-dependency-links', - '--extra-index-url'))): - 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, - wheel_cache=wheel_cache, - ) - else: - line_req = install_req_from_line( - COMMENT_RE.sub('', line).strip(), - isolated=isolated, - wheel_cache=wheel_cache, - ) - - 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)" - ) - elif line_req.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.name]).rstrip() - del installations[line_req.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 six.iteritems(req_files): - 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 canonicalize_name(installation.name) not in skip: - yield str(installation).rstrip() - - -def get_requirement_info(dist): - # type: (Distribution) -> RequirementInfo - """ - Compute and return values (req, editable, comments) for use in - FrozenRequirement.from_dist(). - """ - if not dist_is_editable(dist): - return (None, False, []) - - location = os.path.normcase(os.path.abspath(dist.location)) - - from pip._internal.vcs import vcs, RemoteNotFoundError - vcs_backend = vcs.get_backend_for_dir(location) - - if vcs_backend is None: - req = dist.as_requirement() - logger.debug( - 'No VCS found for editable requirement "%s" in: %r', req, - location, - ) - comments = [ - '# Editable install with no version control ({})'.format(req) - ] - return (location, True, comments) - - try: - req = vcs_backend.get_src_requirement(location, dist.project_name) - except RemoteNotFoundError: - req = dist.as_requirement() - comments = [ - '# Editable {} install with no remote ({})'.format( - type(vcs_backend).__name__, req, - ) - ] - return (location, True, comments) - - except BadCommand: - logger.warning( - 'cannot determine version of editable source in %s ' - '(%s command not found in path)', - location, - vcs_backend.name, - ) - return (None, True, []) - - except InstallationError as exc: - logger.warning( - "Error when trying to get requirement for VCS system %s, " - "falling back to uneditable format", exc - ) - else: - if req is not None: - return (req, True, []) - - logger.warning( - 'Could not determine repository location of %s', location - ) - comments = ['## !! Could not determine repository location'] - - return (None, False, comments) - - -class FrozenRequirement(object): - def __init__(self, name, req, editable, comments=()): - # type: (str, Union[str, Requirement], bool, Iterable[str]) -> None - self.name = name - self.req = req - self.editable = editable - self.comments = comments - - @classmethod - def from_dist(cls, dist): - # type: (Distribution) -> FrozenRequirement - req, editable, comments = get_requirement_info(dist) - if req is None: - req = dist.as_requirement() - - return cls(dist.project_name, req, editable, comments=comments) - - def __str__(self): - req = self.req - if self.editable: - req = '-e %s' % req - return '\n'.join(list(self.comments) + [str(req)]) + '\n' diff --git a/lib/python3.8/site-packages/pip/_internal/operations/prepare.py b/lib/python3.8/site-packages/pip/_internal/operations/prepare.py deleted file mode 100644 index 6cf5f0e..0000000 --- a/lib/python3.8/site-packages/pip/_internal/operations/prepare.py +++ /dev/null @@ -1,287 +0,0 @@ -"""Prepares a distribution for installation -""" - -import logging -import os - -from pip._vendor import requests - -from pip._internal.distributions import ( - make_distribution_for_install_requirement, -) -from pip._internal.distributions.installed import InstalledDistribution -from pip._internal.download import ( - is_dir_url, is_file_url, is_vcs_url, unpack_url, url_to_path, -) -from pip._internal.exceptions import ( - DirectoryUrlHashUnsupported, HashUnpinned, InstallationError, - PreviousBuildDirError, VcsHashUnsupported, -) -from pip._internal.utils.compat import expanduser -from pip._internal.utils.hashes import MissingHashes -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import display_path, normalize_path -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Optional - - from pip._internal.distributions import AbstractDistribution - from pip._internal.download import PipSession - from pip._internal.index import PackageFinder - from pip._internal.req.req_install import InstallRequirement - from pip._internal.req.req_tracker import RequirementTracker - -logger = logging.getLogger(__name__) - - -class RequirementPreparer(object): - """Prepares a Requirement - """ - - def __init__( - self, - build_dir, # type: str - download_dir, # type: Optional[str] - src_dir, # type: str - wheel_download_dir, # type: Optional[str] - progress_bar, # type: str - build_isolation, # type: bool - req_tracker # type: RequirementTracker - ): - # type: (...) -> None - super(RequirementPreparer, self).__init__() - - self.src_dir = src_dir - self.build_dir = build_dir - self.req_tracker = req_tracker - - # 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 - - # Where still-packed .whl files should be written to. If None, they are - # written to the download_dir parameter. Separate to download_dir to - # permit only keeping wheel archives for pip wheel. - if wheel_download_dir: - wheel_download_dir = normalize_path(wheel_download_dir) - self.wheel_download_dir = wheel_download_dir - - # NOTE - # download_dir and wheel_download_dir overlap semantically and may - # be combined if we're willing to have non-wheel archives present in - # the wheelhouse output by 'pip wheel'. - - self.progress_bar = progress_bar - - # Is build isolation allowed? - self.build_isolation = build_isolation - - @property - def _download_should_save(self): - # type: () -> bool - # TODO: Modify to reduce indentation needed - if self.download_dir: - self.download_dir = expanduser(self.download_dir) - if os.path.exists(self.download_dir): - return True - else: - logger.critical('Could not find download directory') - raise InstallationError( - "Could not find or access download directory '%s'" - % display_path(self.download_dir)) - return False - - def prepare_linked_requirement( - self, - req, # type: InstallRequirement - session, # type: PipSession - finder, # type: PackageFinder - upgrade_allowed, # type: bool - require_hashes # type: bool - ): - # type: (...) -> AbstractDistribution - """Prepare a requirement that would be obtained from req.link - """ - # TODO: Breakup into smaller functions - if req.link and req.link.scheme == 'file': - path = url_to_path(req.link.url) - logger.info('Processing %s', display_path(path)) - else: - logger.info('Collecting %s', req) - - with indent_log(): - # @@ if filesystem packages are not marked - # editable in a req, a non deterministic error - # occurs when the script attempts to unpack the - # build directory - req.ensure_has_source_dir(self.build_dir) - # If a checkout exists, it's unwise to keep going. version - # inconsistencies are logged later, but do not fail the - # installation. - # FIXME: this won't upgrade when there's an existing - # package unpacked in `req.source_dir` - # package unpacked in `req.source_dir` - if os.path.exists(os.path.join(req.source_dir, 'setup.py')): - raise PreviousBuildDirError( - "pip can't proceed with requirements '%s' due to a" - " pre-existing build directory (%s). 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." - % (req, req.source_dir) - ) - req.populate_link(finder, upgrade_allowed, require_hashes) - - # We can't hit this spot and have populate_link return None. - # req.satisfied_by is None here (because we're - # guarded) and upgrade has no impact except when satisfied_by - # is not None. - # Then inside find_requirement existing_applicable -> False - # If no new versions are found, DistributionNotFound is raised, - # otherwise a result is guaranteed. - assert req.link - link = req.link - - # Now that we have the real link, we can tell what kind of - # requirements we have and raise some more informative errors - # than otherwise. (For example, we can raise VcsHashUnsupported - # for a VCS URL rather than HashMissing.) - if require_hashes: - # 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 is_vcs_url(link): - raise VcsHashUnsupported() - elif is_file_url(link) and is_dir_url(link): - raise DirectoryUrlHashUnsupported() - if not req.original_link and not req.is_pinned: - # 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. - raise HashUnpinned() - - hashes = req.hashes(trust_internet=not require_hashes) - if require_hashes and not hashes: - # Known-good hashes are missing for this requirement, so - # 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. - hashes = MissingHashes() - - try: - download_dir = self.download_dir - # We always delete unpacked sdists after pip ran. - autodelete_unpacked = True - if req.link.is_wheel and self.wheel_download_dir: - # when doing 'pip wheel` we download wheels to a - # dedicated dir. - download_dir = self.wheel_download_dir - if req.link.is_wheel: - if download_dir: - # When downloading, we only unpack wheels to get - # metadata. - autodelete_unpacked = True - else: - # When installing a wheel, we use the unpacked - # wheel. - autodelete_unpacked = False - unpack_url( - req.link, req.source_dir, - download_dir, autodelete_unpacked, - session=session, hashes=hashes, - progress_bar=self.progress_bar - ) - except requests.HTTPError as exc: - logger.critical( - 'Could not install requirement %s because of error %s', - req, - exc, - ) - raise InstallationError( - 'Could not install requirement %s because of HTTP ' - 'error %s for URL %s' % - (req, exc, req.link) - ) - abstract_dist = make_distribution_for_install_requirement(req) - with self.req_tracker.track(req): - abstract_dist.prepare_distribution_metadata( - finder, self.build_isolation, - ) - if self._download_should_save: - # Make a .zip of the source_dir we already created. - if not req.link.is_artifact: - req.archive(self.download_dir) - return abstract_dist - - def prepare_editable_requirement( - self, - req, # type: InstallRequirement - require_hashes, # type: bool - use_user_site, # type: bool - finder # type: PackageFinder - ): - # type: (...) -> AbstractDistribution - """Prepare an editable requirement - """ - assert req.editable, "cannot prepare a non-editable req as editable" - - logger.info('Obtaining %s', req) - - with indent_log(): - if require_hashes: - raise InstallationError( - 'The editable requirement %s cannot be installed when ' - 'requiring hashes, because there is no single file to ' - 'hash.' % req - ) - req.ensure_has_source_dir(self.src_dir) - req.update_editable(not self._download_should_save) - - abstract_dist = make_distribution_for_install_requirement(req) - with self.req_tracker.track(req): - abstract_dist.prepare_distribution_metadata( - finder, self.build_isolation, - ) - - if self._download_should_save: - req.archive(self.download_dir) - req.check_if_exists(use_user_site) - - return abstract_dist - - def prepare_installed_requirement( - self, - req, # type: InstallRequirement - require_hashes, # type: bool - skip_reason # type: str - ): - # type: (...) -> AbstractDistribution - """Prepare an already-installed requirement - """ - assert req.satisfied_by, "req should have been satisfied but isn't" - assert skip_reason is not None, ( - "did not get skip reason skipped but req.satisfied_by " - "is set to %r" % (req.satisfied_by,) - ) - logger.info( - 'Requirement %s: %s (%s)', - skip_reason, req, req.satisfied_by.version - ) - with indent_log(): - if 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.' - ) - abstract_dist = InstalledDistribution(req) - - return abstract_dist diff --git a/lib/python3.8/site-packages/pip/_internal/pep425tags.py b/lib/python3.8/site-packages/pip/_internal/pep425tags.py deleted file mode 100644 index c6e58bf..0000000 --- a/lib/python3.8/site-packages/pip/_internal/pep425tags.py +++ /dev/null @@ -1,384 +0,0 @@ -"""Generate and work with PEP 425 Compatibility Tags.""" -from __future__ import absolute_import - -import distutils.util -import logging -import platform -import re -import sys -import sysconfig -import warnings -from collections import OrderedDict - -import pip._internal.utils.glibc -from pip._internal.utils.compat import get_extension_suffixes -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import ( - Tuple, Callable, List, Optional, Union, Dict - ) - - Pep425Tag = Tuple[str, str, str] - -logger = logging.getLogger(__name__) - -_osx_arch_pat = re.compile(r'(.+)_(\d+)_(\d+)_(.+)') - - -def get_config_var(var): - # type: (str) -> Optional[str] - try: - return sysconfig.get_config_var(var) - except IOError as e: # Issue #1074 - warnings.warn("{}".format(e), RuntimeWarning) - return None - - -def get_abbr_impl(): - # type: () -> str - """Return abbreviated implementation name.""" - if hasattr(sys, 'pypy_version_info'): - pyimpl = 'pp' - elif sys.platform.startswith('java'): - pyimpl = 'jy' - elif sys.platform == 'cli': - pyimpl = 'ip' - else: - pyimpl = 'cp' - return pyimpl - - -def version_info_to_nodot(version_info): - # type: (Tuple[int, ...]) -> str - # Only use up to the first two numbers. - return ''.join(map(str, version_info[:2])) - - -def get_impl_ver(): - # type: () -> str - """Return implementation version.""" - impl_ver = get_config_var("py_version_nodot") - if not impl_ver or get_abbr_impl() == 'pp': - impl_ver = ''.join(map(str, get_impl_version_info())) - return impl_ver - - -def get_impl_version_info(): - # type: () -> Tuple[int, ...] - """Return sys.version_info-like tuple for use in decrementing the minor - version.""" - if get_abbr_impl() == 'pp': - # as per https://github.com/pypa/pip/issues/2882 - # attrs exist only on pypy - return (sys.version_info[0], - sys.pypy_version_info.major, # type: ignore - sys.pypy_version_info.minor) # type: ignore - else: - return sys.version_info[0], sys.version_info[1] - - -def get_impl_tag(): - # type: () -> str - """ - Returns the Tag for this specific implementation. - """ - return "{}{}".format(get_abbr_impl(), get_impl_ver()) - - -def get_flag(var, fallback, expected=True, warn=True): - # type: (str, Callable[..., bool], Union[bool, int], bool) -> bool - """Use a fallback method for determining SOABI flags if the needed config - var is unset or unavailable.""" - val = get_config_var(var) - if val is None: - if warn: - logger.debug("Config variable '%s' is unset, Python ABI tag may " - "be incorrect", var) - return fallback() - return val == expected - - -def get_abi_tag(): - # type: () -> Optional[str] - """Return the ABI tag based on SOABI (if available) or emulate SOABI - (CPython 2, PyPy).""" - soabi = get_config_var('SOABI') - impl = get_abbr_impl() - if not soabi and impl in {'cp', 'pp'} and hasattr(sys, 'maxunicode'): - d = '' - m = '' - u = '' - is_cpython = (impl == 'cp') - if get_flag( - 'Py_DEBUG', lambda: hasattr(sys, 'gettotalrefcount'), - warn=is_cpython): - d = 'd' - if sys.version_info < (3, 8) and get_flag( - 'WITH_PYMALLOC', lambda: is_cpython, warn=is_cpython): - m = 'm' - if sys.version_info < (3, 3) and get_flag( - 'Py_UNICODE_SIZE', lambda: sys.maxunicode == 0x10ffff, - expected=4, warn=is_cpython): - u = 'u' - abi = '%s%s%s%s%s' % (impl, get_impl_ver(), d, m, u) - elif soabi and soabi.startswith('cpython-'): - abi = 'cp' + soabi.split('-')[1] - elif soabi: - abi = soabi.replace('.', '_').replace('-', '_') - else: - abi = None - return abi - - -def _is_running_32bit(): - # type: () -> bool - return sys.maxsize == 2147483647 - - -def get_platform(): - # type: () -> str - """Return our platform name 'win32', 'linux_x86_64'""" - if sys.platform == 'darwin': - # distutils.util.get_platform() returns the release based on the value - # of MACOSX_DEPLOYMENT_TARGET on which Python was built, which may - # be significantly older than the user's current machine. - release, _, machine = platform.mac_ver() - split_ver = release.split('.') - - if machine == "x86_64" and _is_running_32bit(): - machine = "i386" - elif machine == "ppc64" and _is_running_32bit(): - machine = "ppc" - - return 'macosx_{}_{}_{}'.format(split_ver[0], split_ver[1], machine) - - # XXX remove distutils dependency - result = distutils.util.get_platform().replace('.', '_').replace('-', '_') - if result == "linux_x86_64" and _is_running_32bit(): - # 32 bit Python program (running on a 64 bit Linux): pip should only - # install and run 32 bit compiled extensions in that case. - result = "linux_i686" - - return result - - -def is_manylinux1_compatible(): - # type: () -> bool - # Only Linux, and only x86-64 / i686 - if get_platform() not in {"linux_x86_64", "linux_i686"}: - return False - - # Check for presence of _manylinux module - try: - import _manylinux - return bool(_manylinux.manylinux1_compatible) - except (ImportError, AttributeError): - # Fall through to heuristic check below - pass - - # Check glibc version. CentOS 5 uses glibc 2.5. - return pip._internal.utils.glibc.have_compatible_glibc(2, 5) - - -def is_manylinux2010_compatible(): - # type: () -> bool - # Only Linux, and only x86-64 / i686 - if get_platform() not in {"linux_x86_64", "linux_i686"}: - return False - - # Check for presence of _manylinux module - try: - import _manylinux - return bool(_manylinux.manylinux2010_compatible) - except (ImportError, AttributeError): - # Fall through to heuristic check below - pass - - # Check glibc version. CentOS 6 uses glibc 2.12. - return pip._internal.utils.glibc.have_compatible_glibc(2, 12) - - -def get_darwin_arches(major, minor, machine): - # type: (int, int, str) -> List[str] - """Return a list of supported arches (including group arches) for - the given major, minor and machine architecture of an macOS machine. - """ - arches = [] - - def _supports_arch(major, minor, arch): - # type: (int, int, str) -> bool - # Looking at the application support for macOS versions in the chart - # provided by https://en.wikipedia.org/wiki/OS_X#Versions it appears - # our timeline looks roughly like: - # - # 10.0 - Introduces ppc support. - # 10.4 - Introduces ppc64, i386, and x86_64 support, however the ppc64 - # and x86_64 support is CLI only, and cannot be used for GUI - # applications. - # 10.5 - Extends ppc64 and x86_64 support to cover GUI applications. - # 10.6 - Drops support for ppc64 - # 10.7 - Drops support for ppc - # - # Given that we do not know if we're installing a CLI or a GUI - # application, we must be conservative and assume it might be a GUI - # application and behave as if ppc64 and x86_64 support did not occur - # until 10.5. - # - # Note: The above information is taken from the "Application support" - # column in the chart not the "Processor support" since I believe - # that we care about what instruction sets an application can use - # not which processors the OS supports. - if arch == 'ppc': - return (major, minor) <= (10, 5) - if arch == 'ppc64': - return (major, minor) == (10, 5) - if arch == 'i386': - return (major, minor) >= (10, 4) - if arch == 'x86_64': - return (major, minor) >= (10, 5) - if arch in groups: - for garch in groups[arch]: - if _supports_arch(major, minor, garch): - return True - return False - - groups = OrderedDict([ - ("fat", ("i386", "ppc")), - ("intel", ("x86_64", "i386")), - ("fat64", ("x86_64", "ppc64")), - ("fat32", ("x86_64", "i386", "ppc")), - ]) # type: Dict[str, Tuple[str, ...]] - - if _supports_arch(major, minor, machine): - arches.append(machine) - - for garch in groups: - if machine in groups[garch] and _supports_arch(major, minor, garch): - arches.append(garch) - - arches.append('universal') - - return arches - - -def get_all_minor_versions_as_strings(version_info): - # type: (Tuple[int, ...]) -> List[str] - versions = [] - major = version_info[:-1] - # Support all previous minor Python versions. - for minor in range(version_info[-1], -1, -1): - versions.append(''.join(map(str, major + (minor,)))) - return versions - - -def get_supported( - versions=None, # type: Optional[List[str]] - noarch=False, # type: bool - platform=None, # type: Optional[str] - impl=None, # type: Optional[str] - abi=None # type: Optional[str] -): - # type: (...) -> List[Pep425Tag] - """Return a list of supported tags for each version specified in - `versions`. - - :param versions: a list of string versions, of the form ["33", "32"], - or None. The first version will be assumed to support our ABI. - :param platform: specify the exact platform 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 abi: specify the exact abi you want valid - tags for, or None. If None, use the local interpreter abi. - """ - supported = [] - - # Versions must be given with respect to the preference - if versions is None: - version_info = get_impl_version_info() - versions = get_all_minor_versions_as_strings(version_info) - - impl = impl or get_abbr_impl() - - abis = [] # type: List[str] - - abi = abi or get_abi_tag() - if abi: - abis[0:0] = [abi] - - abi3s = set() - for suffix in get_extension_suffixes(): - if suffix.startswith('.abi'): - abi3s.add(suffix.split('.', 2)[1]) - - abis.extend(sorted(list(abi3s))) - - abis.append('none') - - if not noarch: - arch = platform or get_platform() - arch_prefix, arch_sep, arch_suffix = arch.partition('_') - if arch.startswith('macosx'): - # support macosx-10.6-intel on macosx-10.9-x86_64 - match = _osx_arch_pat.match(arch) - if match: - name, major, minor, actual_arch = match.groups() - tpl = '{}_{}_%i_%s'.format(name, major) - arches = [] - for m in reversed(range(int(minor) + 1)): - for a in get_darwin_arches(int(major), m, actual_arch): - arches.append(tpl % (m, a)) - else: - # arch pattern didn't match (?!) - arches = [arch] - 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 = [arch, 'manylinux1' + arch_sep + arch_suffix] - elif platform is None: - arches = [] - if is_manylinux2010_compatible(): - arches.append('manylinux2010' + arch_sep + arch_suffix) - if is_manylinux1_compatible(): - arches.append('manylinux1' + arch_sep + arch_suffix) - arches.append(arch) - else: - arches = [arch] - - # Current version, current API (built specifically for our Python): - for abi in abis: - for arch in arches: - supported.append(('%s%s' % (impl, versions[0]), abi, arch)) - - # abi3 modules compatible with older version of Python - for version in versions[1:]: - # abi3 was introduced in Python 3.2 - if version in {'31', '30'}: - break - for abi in abi3s: # empty set if not Python 3 - for arch in arches: - supported.append(("%s%s" % (impl, version), abi, arch)) - - # Has binaries, does not use the Python API: - for arch in arches: - supported.append(('py%s' % (versions[0][0]), 'none', arch)) - - # No abi / arch, but requires our implementation: - supported.append(('%s%s' % (impl, versions[0]), 'none', 'any')) - # Tagged specifically as being cross-version compatible - # (with just the major version specified) - supported.append(('%s%s' % (impl, versions[0][0]), 'none', 'any')) - - # No abi / arch, generic Python - for i, version in enumerate(versions): - supported.append(('py%s' % (version,), 'none', 'any')) - if i == 0: - supported.append(('py%s' % (version[0]), 'none', 'any')) - - return supported - - -implementation_tag = get_impl_tag() diff --git a/lib/python3.8/site-packages/pip/_internal/pyproject.py b/lib/python3.8/site-packages/pip/_internal/pyproject.py deleted file mode 100644 index 43efbed..0000000 --- a/lib/python3.8/site-packages/pip/_internal/pyproject.py +++ /dev/null @@ -1,171 +0,0 @@ -from __future__ import absolute_import - -import io -import os -import sys - -from pip._vendor import pytoml, six - -from pip._internal.exceptions import InstallationError -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Any, Tuple, Optional, List - - -def _is_list_of_str(obj): - # type: (Any) -> bool - return ( - isinstance(obj, list) and - all(isinstance(item, six.string_types) for item in obj) - ) - - -def make_pyproject_path(setup_py_dir): - # type: (str) -> str - path = os.path.join(setup_py_dir, 'pyproject.toml') - - # Python2 __file__ should not be unicode - if six.PY2 and isinstance(path, six.text_type): - path = path.encode(sys.getfilesystemencoding()) - - return path - - -def load_pyproject_toml( - use_pep517, # type: Optional[bool] - pyproject_toml, # type: str - setup_py, # type: str - req_name # type: str -): - # type: (...) -> Optional[Tuple[List[str], str, List[str]]] - """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 - ) - """ - has_pyproject = os.path.isfile(pyproject_toml) - has_setup = os.path.isfile(setup_py) - - if has_pyproject: - with io.open(pyproject_toml, encoding="utf-8") as f: - pp_toml = pytoml.load(f) - build_system = pp_toml.get("build-system") - else: - build_system = None - - # The following cases must use PEP 517 - # We check for use_pep517 being non-None and falsey because that means - # the user explicitly requested --no-use-pep517. The value 0 as - # opposed to False can occur when the value is provided via an - # environment variable or config file option (due to the quirk of - # strtobool() returning an integer in pip's configuration code). - if has_pyproject and not has_setup: - if use_pep517 is not None and not use_pep517: - raise InstallationError( - "Disabling PEP 517 processing is invalid: " - "project does not have a setup.py" - ) - use_pep517 = True - elif build_system and "build-backend" in build_system: - if use_pep517 is not None and not use_pep517: - raise InstallationError( - "Disabling PEP 517 processing is invalid: " - "project specifies a build backend of {} " - "in pyproject.toml".format( - build_system["build-backend"] - ) - ) - use_pep517 = True - - # If we haven't worked out whether to use PEP 517 yet, - # and the user hasn't explicitly stated a preference, - # we do so if the project has a pyproject.toml file. - elif use_pep517 is None: - use_pep517 = has_pyproject - - # At this point, we know whether we're going to use PEP 517. - assert use_pep517 is not None - - # If we're using the legacy code path, there is nothing further - # for us to do here. - if not use_pep517: - return None - - if build_system is None: - # Either the user has a pyproject.toml with no build-system - # section, or the user has no pyproject.toml, but has opted in - # explicitly via --use-pep517. - # In the absence of any explicit backend specification, we - # assume the setuptools backend that most closely emulates the - # traditional direct setup.py execution, and require wheel and - # a version of setuptools that supports that backend. - - build_system = { - "requires": ["setuptools>=40.8.0", "wheel"], - "build-backend": "setuptools.build_meta:__legacy__", - } - - # If we're using PEP 517, we have build system information (either - # from pyproject.toml, or defaulted by the code above). - # Note that at this point, we do not know if the user has actually - # specified a backend, though. - assert build_system is not None - - # Ensure that the build-system section in pyproject.toml conforms - # to PEP 518. - error_template = ( - "{package} has a pyproject.toml file that does not comply " - "with PEP 518: {reason}" - ) - - # Specifying the build-system table but not the requires key is invalid - if "requires" not in build_system: - raise InstallationError( - error_template.format(package=req_name, reason=( - "it has a 'build-system' table but not " - "'build-system.requires' which is mandatory in the table" - )) - ) - - # Error out if requires is not a list of strings - requires = build_system["requires"] - if not _is_list_of_str(requires): - raise InstallationError(error_template.format( - package=req_name, - reason="'build-system.requires' is not a list of strings.", - )) - - backend = build_system.get("build-backend") - check = [] # type: List[str] - if backend is None: - # If the user didn't specify a backend, we assume they want to use - # the setuptools backend. But we can't be sure they have included - # a version of setuptools which supplies the backend, or wheel - # (which is needed by the backend) in their requirements. So we - # make a note to check that those requirements are present once - # we have set up the environment. - # This is quite a lot of work to check for a very specific case. But - # the problem is, that case is potentially quite common - projects that - # adopted PEP 518 early for the ability to specify requirements to - # execute setup.py, but never considered needing to mention the build - # tools themselves. The original PEP 518 code had a similar check (but - # implemented in a different way). - backend = "setuptools.build_meta:__legacy__" - check = ["setuptools>=40.8.0", "wheel"] - - return (requires, backend, check) diff --git a/lib/python3.8/site-packages/pip/_internal/req/__init__.py b/lib/python3.8/site-packages/pip/_internal/req/__init__.py deleted file mode 100644 index c39f63f..0000000 --- a/lib/python3.8/site-packages/pip/_internal/req/__init__.py +++ /dev/null @@ -1,78 +0,0 @@ -from __future__ import absolute_import - -import logging - -from .req_install import InstallRequirement -from .req_set import RequirementSet -from .req_file import parse_requirements -from pip._internal.utils.logging import indent_log -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Any, List, Sequence - -__all__ = [ - "RequirementSet", "InstallRequirement", - "parse_requirements", "install_given_reqs", -] - -logger = logging.getLogger(__name__) - - -def install_given_reqs( - to_install, # type: List[InstallRequirement] - install_options, # type: List[str] - global_options=(), # type: Sequence[str] - *args, # type: Any - **kwargs # type: Any -): - # type: (...) -> List[InstallRequirement] - """ - Install everything in the given list. - - (to be called after having downloaded and unpacked the packages) - """ - - if to_install: - logger.info( - 'Installing collected packages: %s', - ', '.join([req.name for req in to_install]), - ) - - with indent_log(): - for requirement in to_install: - if requirement.conflicts_with: - logger.info( - 'Found existing installation: %s', - requirement.conflicts_with, - ) - with indent_log(): - uninstalled_pathset = requirement.uninstall( - auto_confirm=True - ) - try: - requirement.install( - install_options, - global_options, - *args, - **kwargs - ) - except Exception: - should_rollback = ( - requirement.conflicts_with and - not requirement.install_succeeded - ) - # if install did not succeed, rollback previous uninstall - if should_rollback: - uninstalled_pathset.rollback() - raise - else: - should_commit = ( - requirement.conflicts_with and - requirement.install_succeeded - ) - if should_commit: - uninstalled_pathset.commit() - requirement.remove_temporary_source() - - return to_install diff --git a/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 0114c32568433517c4c9b2d93377ec9048066208..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1697 zcmZuyOK%)S5bo~jot+);!(N+!!hzwyW2I!BOC%na1quNof&rT-@kmi?Jl(rH_B_@- zJ$AerUq}udc!&!}WJ_E?ocRU(iWWCc`3s0RRL}0(mY`Q%Q&nA6UHw&c@4Z&bMKHd8 zdzq~@5c5Ao3?62@e z-r=n$*nfeOE!10j3K^ju)}3G{&*DM}7A50Ms*R_3y3oCo<|>HeO|f4@QY0c(VBWqY zZV995jsuwsCNIo#(7I8|!Gp!w(Aa#s{rNV#_3`anpRmn)8yj~vKI&Q8dOtnV^lp?Z z?QDU&NJAlOu)8$4NgIgnM$;_VFgg&a*(Lu4g%&K$2jGqtV15QO{}V`wq^Hmc=9rU{ z3gIW9`v5)0r}&g$q^!s2``>V-dw6nOD{H${?o=KXe{RzSo7!%T+r0iQKDO_po9GL) zi5{TIOQ5$)T#^APt)ECqzk{0IN9hfURDI8tzhY#5CUW*8P^XEG>t$X3T-qm%Q&{;5 zZKL$+gQ>;u#^Ts19r*{WyJo$toh+E|{^QI2vD{wZipD^j3B#MmLSJnk-7;P-zgag6k>+ zF;a~6$4A;-GeCq{GG2efWMLZ1Mg&b>|8HOQ*WwI7%GZIJJ565sFe?BV@dz|ikgH1( zs3=R#p}&OWn?a#67G~)nl1Zn%RM1N|@^#$Rn0#g$zZn zpNGs8KGI?&PDah&ek? zs5Mhe^SUUYT!N#^CXg#I^9>-VO)IKq=%YsO2zfe(}_h+%DrM&uo7V2mWn@PuPZO;VrJW2B}Ax{uY zWK1`PLfxJAiNly_e@J@8*cqrU!Dntrg`sxVl8hIzST~m}_kc8sLz;N@BNVS#1Q84q JfOT#3>|Yf6+l~ML diff --git a/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc deleted file mode 100644 index 34a1afad86dbf202660a5923fbf3161e07273dc7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7969 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 diff --git a/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc deleted file mode 100644 index 9d56a6ab9158c8e107d8fe3f5f092dc59b897b78..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9374 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 D;w)T& diff --git a/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc deleted file mode 100644 index 3c16aa43ea9859fcfb36628da84549637ab03f24..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25727 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 diff --git a/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc deleted file mode 100644 index 1c6382ee183714c8ceae366df936495dce4beaa1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5690 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�FabSo(McFkR-B_yuv^B+6@=OGI3S=h&m*ZiLSBv4`st!{{BV#>&oep1&XOpY>nh{-V~4b;DgaO8wbjUA}dtS$XJWF*HoJYcw vo#8(#56xWwaLb#g0SgHjPvh(-XS)a7X~gOs1U@?De!kEx{HpP*M(+Otdgy8e diff --git a/lib/python3.8/site-packages/pip/_internal/req/constructors.py b/lib/python3.8/site-packages/pip/_internal/req/constructors.py deleted file mode 100644 index cd0ab50..0000000 --- a/lib/python3.8/site-packages/pip/_internal/req/constructors.py +++ /dev/null @@ -1,349 +0,0 @@ -"""Backing implementation for InstallRequirement's various constructors - -The idea here is that these formed a major chunk of InstallRequirement's size -so, moving them and support code dedicated to them outside of that class -helps creates for better understandability for the rest of the code. - -These are meant to be used elsewhere within pip to create instances of -InstallRequirement. -""" - -import logging -import os -import re - -from pip._vendor.packaging.markers import Marker -from pip._vendor.packaging.requirements import InvalidRequirement, Requirement -from pip._vendor.packaging.specifiers import Specifier -from pip._vendor.pkg_resources import RequirementParseError, parse_requirements - -from pip._internal.download import is_archive_file, is_url, url_to_path -from pip._internal.exceptions import InstallationError -from pip._internal.models.index import PyPI, TestPyPI -from pip._internal.models.link import Link -from pip._internal.pyproject import make_pyproject_path -from pip._internal.req.req_install import InstallRequirement -from pip._internal.utils.misc import is_installable_dir, path_to_url -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.vcs import vcs -from pip._internal.wheel import Wheel - -if MYPY_CHECK_RUNNING: - from typing import ( - Any, Dict, Optional, Set, Tuple, Union, - ) - from pip._internal.cache import WheelCache - - -__all__ = [ - "install_req_from_editable", "install_req_from_line", - "parse_editable" -] - -logger = logging.getLogger(__name__) -operators = Specifier._operators.keys() - - -def _strip_extras(path): - # type: (str) -> Tuple[str, Optional[str]] - m = re.match(r'^(.+)(\[[^\]]+\])$', path) - extras = None - if m: - path_no_extras = m.group(1) - extras = m.group(2) - else: - path_no_extras = path - - return path_no_extras, extras - - -def parse_editable(editable_req): - # type: (str) -> Tuple[Optional[str], str, Optional[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): - if not os.path.exists(os.path.join(url_no_extras, 'setup.py')): - msg = ( - 'File "setup.py" not found. Directory cannot be installed ' - 'in editable mode: {}'.format(os.path.abspath(url_no_extras)) - ) - pyproject_path = make_pyproject_path(url_no_extras) - if os.path.isfile(pyproject_path): - msg += ( - '\n(A "pyproject.toml" file was found, but editable ' - 'mode currently requires a setup.py based build.)' - ) - raise InstallationError(msg) - - # 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, - Requirement("placeholder" + extras.lower()).extras, - ) - else: - return package_name, url_no_extras, None - - for version_control in vcs: - if url.lower().startswith('%s:' % version_control): - url = '%s+%s' % (version_control, url) - break - - if '+' not in url: - raise InstallationError( - '{} is not a valid editable requirement. ' - 'It should either be a path to a local project or a VCS URL ' - '(beginning with svn+, git+, hg+, or bzr+).'.format(editable_req) - ) - - vc_type = url.split('+', 1)[0].lower() - - if not vcs.get_backend(vc_type): - error_message = 'For --editable=%s only ' % editable_req + \ - ', '.join([backend.name + '+URL' for backend in vcs.backends]) + \ - ' is currently supported' - raise InstallationError(error_message) - - package_name = Link(url).egg_fragment - if not package_name: - raise InstallationError( - "Could not detect requirement name for '%s', please specify one " - "with #egg=your_package_name" % editable_req - ) - return package_name, url, None - - -def deduce_helpful_msg(req): - # type: (str) -> str - """Returns helpful msg in case requirements file does not exist, - or cannot be parsed. - - :params req: Requirements file path - """ - msg = "" - if os.path.exists(req): - msg = " It does exist." - # Try to parse and check if it is a requirements file. - try: - with open(req, 'r') as fp: - # parse first line only - next(parse_requirements(fp.read())) - msg += " The argument you provided " + \ - "(%s) appears to be a" % (req) + \ - " requirements file. If that is the" + \ - " case, use the '-r' flag to install" + \ - " the packages specified within it." - except RequirementParseError: - logger.debug("Cannot parse '%s' as requirements \ - file" % (req), exc_info=True) - else: - msg += " File '%s' does not exist." % (req) - return msg - - -# ---- The actual constructors follow ---- - - -def install_req_from_editable( - editable_req, # type: str - comes_from=None, # type: Optional[str] - use_pep517=None, # type: Optional[bool] - isolated=False, # type: bool - options=None, # type: Optional[Dict[str, Any]] - wheel_cache=None, # type: Optional[WheelCache] - constraint=False # type: bool -): - # type: (...) -> InstallRequirement - name, url, extras_override = parse_editable(editable_req) - if url.startswith('file:'): - source_dir = url_to_path(url) - else: - source_dir = None - - if name is not None: - try: - req = Requirement(name) - except InvalidRequirement: - raise InstallationError("Invalid requirement: '%s'" % name) - else: - req = None - return InstallRequirement( - req, comes_from, source_dir=source_dir, - editable=True, - link=Link(url), - constraint=constraint, - use_pep517=use_pep517, - isolated=isolated, - options=options if options else {}, - wheel_cache=wheel_cache, - extras=extras_override or (), - ) - - -def install_req_from_line( - name, # type: str - comes_from=None, # type: Optional[Union[str, InstallRequirement]] - use_pep517=None, # type: Optional[bool] - isolated=False, # type: bool - options=None, # type: Optional[Dict[str, Any]] - wheel_cache=None, # type: Optional[WheelCache] - constraint=False, # type: bool - line_source=None, # type: Optional[str] -): - # type: (...) -> 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. - """ - 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) - looks_like_dir = os.path.isdir(p) and ( - os.path.sep in name or - (os.path.altsep is not None and os.path.altsep in name) or - name.startswith('.') - ) - if looks_like_dir: - if not is_installable_dir(p): - raise InstallationError( - "Directory %r is not installable. Neither 'setup.py' " - "nor 'pyproject.toml' found." % name - ) - link = Link(path_to_url(p)) - elif is_archive_file(p): - if not os.path.isfile(p): - logger.warning( - 'Requirement %r looks like a filename, but the ' - 'file does not exist', - name - ) - link = Link(path_to_url(p)) - - # 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 = "%s==%s" % (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 - - if extras_as_string: - extras = Requirement("placeholder" + extras_as_string.lower()).extras - else: - extras = () - if req_as_string is not None: - try: - req = 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 = '' - if line_source is None: - source = '' - else: - source = ' (from {})'.format(line_source) - msg = ( - 'Invalid requirement: {!r}{}'.format(req_as_string, source) - ) - if add_msg: - msg += '\nHint: {}'.format(add_msg) - raise InstallationError(msg) - else: - req = None - - return InstallRequirement( - req, comes_from, link=link, markers=markers, - use_pep517=use_pep517, isolated=isolated, - options=options if options else {}, - wheel_cache=wheel_cache, - constraint=constraint, - extras=extras, - ) - - -def install_req_from_req_string( - req_string, # type: str - comes_from=None, # type: Optional[InstallRequirement] - isolated=False, # type: bool - wheel_cache=None, # type: Optional[WheelCache] - use_pep517=None # type: Optional[bool] -): - # type: (...) -> InstallRequirement - try: - req = Requirement(req_string) - except InvalidRequirement: - raise InstallationError("Invalid requirement: '%s'" % 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" - "%s depends on %s " % (comes_from.name, req) - ) - - return InstallRequirement( - req, comes_from, isolated=isolated, wheel_cache=wheel_cache, - use_pep517=use_pep517 - ) diff --git a/lib/python3.8/site-packages/pip/_internal/req/req_file.py b/lib/python3.8/site-packages/pip/_internal/req/req_file.py deleted file mode 100644 index 5a9920f..0000000 --- a/lib/python3.8/site-packages/pip/_internal/req/req_file.py +++ /dev/null @@ -1,399 +0,0 @@ -""" -Requirements file parsing -""" - -from __future__ import absolute_import - -import optparse -import os -import re -import shlex -import sys - -from pip._vendor.six.moves import filterfalse -from pip._vendor.six.moves.urllib import parse as urllib_parse - -from pip._internal.cli import cmdoptions -from pip._internal.download import get_file_content -from pip._internal.exceptions import RequirementsFileParseError -from pip._internal.models.search_scope import SearchScope -from pip._internal.req.constructors import ( - install_req_from_editable, install_req_from_line, -) -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import ( - Any, Callable, Iterator, List, NoReturn, Optional, Text, Tuple, - ) - from pip._internal.req import InstallRequirement - from pip._internal.cache import WheelCache - from pip._internal.index import PackageFinder - from pip._internal.download import PipSession - - ReqFileLines = Iterator[Tuple[int, Text]] - -__all__ = ['parse_requirements'] - -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 = [ - cmdoptions.constraints, - cmdoptions.editable, - cmdoptions.requirements, - cmdoptions.no_index, - cmdoptions.index_url, - cmdoptions.find_links, - cmdoptions.extra_index_url, - cmdoptions.always_unzip, - cmdoptions.no_binary, - cmdoptions.only_binary, - cmdoptions.pre, - cmdoptions.trusted_host, - cmdoptions.require_hashes, -] # type: List[Callable[..., optparse.Option]] - -# options to be passed to requirements -SUPPORTED_OPTIONS_REQ = [ - cmdoptions.install_options, - cmdoptions.global_options, - cmdoptions.hash, -] # type: List[Callable[..., optparse.Option]] - -# the 'dest' string values -SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] - - -def parse_requirements( - filename, # type: str - finder=None, # type: Optional[PackageFinder] - comes_from=None, # type: Optional[str] - options=None, # type: Optional[optparse.Values] - session=None, # type: Optional[PipSession] - constraint=False, # type: bool - wheel_cache=None, # type: Optional[WheelCache] - use_pep517=None # type: Optional[bool] -): - # type: (...) -> Iterator[InstallRequirement] - """Parse a requirements file and yield InstallRequirement instances. - - :param filename: Path or url of requirements file. - :param finder: Instance of pip.index.PackageFinder. - :param comes_from: Origin description of requirements. - :param options: cli options. - :param session: Instance of pip.download.PipSession. - :param constraint: If true, parsing a constraint file rather than - requirements file. - :param wheel_cache: Instance of pip.wheel.WheelCache - :param use_pep517: Value of the --use-pep517 option. - """ - if session is None: - raise TypeError( - "parse_requirements() missing 1 required keyword argument: " - "'session'" - ) - - _, content = get_file_content( - filename, comes_from=comes_from, session=session - ) - - lines_enum = preprocess(content, options) - - for line_number, line in lines_enum: - req_iter = process_line(line, filename, line_number, finder, - comes_from, options, session, wheel_cache, - use_pep517=use_pep517, constraint=constraint) - for req in req_iter: - yield req - - -def preprocess(content, options): - # type: (Text, Optional[optparse.Values]) -> ReqFileLines - """Split, filter, and join lines, and return a line iterator - - :param content: the content of the requirements file - :param options: cli options - """ - lines_enum = enumerate(content.splitlines(), start=1) # type: ReqFileLines - lines_enum = join_lines(lines_enum) - lines_enum = ignore_comments(lines_enum) - lines_enum = skip_regex(lines_enum, options) - lines_enum = expand_env_variables(lines_enum) - return lines_enum - - -def process_line( - line, # type: Text - filename, # type: str - line_number, # type: int - finder=None, # type: Optional[PackageFinder] - comes_from=None, # type: Optional[str] - options=None, # type: Optional[optparse.Values] - session=None, # type: Optional[PipSession] - wheel_cache=None, # type: Optional[WheelCache] - use_pep517=None, # type: Optional[bool] - constraint=False, # type: bool -): - # type: (...) -> Iterator[InstallRequirement] - """Process a single requirements line; This can result in creating/yielding - requirements, or updating the finder. - - 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. - - :param constraint: If True, parsing a constraints file. - :param options: OptionParser options that we may update - """ - parser = build_parser(line) - 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) - # Prior to 2.7.3, shlex cannot deal with unicode entries - if sys.version_info < (2, 7, 3): - # https://github.com/python/mypy/issues/1174 - options_str = options_str.encode('utf8') # type: ignore - # https://github.com/python/mypy/issues/1174 - opts, _ = parser.parse_args( - shlex.split(options_str), defaults) # type: ignore - - # preserve for the nested code path - line_comes_from = '%s %s (line %s)' % ( - '-c' if constraint else '-r', filename, line_number, - ) - - # yield a line requirement - if args_str: - isolated = options.isolated_mode if options else False - if options: - cmdoptions.check_install_build_global(options, opts) - # get the options that apply to requirements - req_options = {} - for dest in SUPPORTED_OPTIONS_REQ_DEST: - if dest in opts.__dict__ and opts.__dict__[dest]: - req_options[dest] = opts.__dict__[dest] - line_source = 'line {} of {}'.format(line_number, filename) - yield install_req_from_line( - args_str, - comes_from=line_comes_from, - use_pep517=use_pep517, - isolated=isolated, - options=req_options, - wheel_cache=wheel_cache, - constraint=constraint, - line_source=line_source, - ) - - # yield an editable requirement - elif opts.editables: - isolated = options.isolated_mode if options else False - yield install_req_from_editable( - opts.editables[0], comes_from=line_comes_from, - use_pep517=use_pep517, - constraint=constraint, isolated=isolated, wheel_cache=wheel_cache - ) - - # parse a nested requirements file - elif opts.requirements or opts.constraints: - if opts.requirements: - req_path = opts.requirements[0] - nested_constraint = False - else: - req_path = 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) - # TODO: Why not use `comes_from='-r {} (line {})'` here as well? - parsed_reqs = parse_requirements( - req_path, finder, comes_from, options, session, - constraint=nested_constraint, wheel_cache=wheel_cache - ) - for req in parsed_reqs: - yield req - - # percolate hash-checking option upward - elif opts.require_hashes: - options.require_hashes = opts.require_hashes - - # set finder options - elif finder: - find_links = finder.find_links - index_urls = finder.index_urls - if opts.index_url: - index_urls = [opts.index_url] - if opts.no_index is True: - index_urls = [] - if opts.extra_index_urls: - index_urls.extend(opts.extra_index_urls) - if opts.find_links: - # FIXME: it would be nice to keep track of the source - # of the find_links: support a find-links local path - # relative to a requirements file. - value = opts.find_links[0] - req_dir = os.path.dirname(os.path.abspath(filename)) - relative_to_reqs_file = os.path.join(req_dir, value) - if os.path.exists(relative_to_reqs_file): - value = relative_to_reqs_file - find_links.append(value) - - search_scope = SearchScope( - find_links=find_links, - index_urls=index_urls, - ) - finder.search_scope = search_scope - - if opts.pre: - finder.set_allow_all_prereleases() - for host in opts.trusted_hosts or []: - source = 'line {} of {}'.format(line_number, filename) - finder.add_trusted_host(host, source=source) - - -def break_args_options(line): - # type: (Text) -> Tuple[str, Text] - """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) # type: ignore - - -def build_parser(line): - # type: (Text) -> 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, msg): - # type: (Any, str) -> NoReturn - # add offending line - msg = 'Invalid requirement: %s\n%s' % (line, msg) - raise RequirementsFileParseError(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): - # type: (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 = [] # type: List[Text] - 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) - 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: - yield primary_line_number, ''.join(new_line) - - # TODO: handle space after '\'. - - -def ignore_comments(lines_enum): - # type: (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 skip_regex(lines_enum, options): - # type: (ReqFileLines, Optional[optparse.Values]) -> ReqFileLines - """ - Skip lines that match '--skip-requirements-regex' pattern - - Note: the regex pattern is only built once - """ - skip_regex = options.skip_requirements_regex if options else None - if skip_regex: - pattern = re.compile(skip_regex) - lines_enum = filterfalse(lambda e: pattern.search(e[1]), lines_enum) - return lines_enum - - -def expand_env_variables(lines_enum): - # type: (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 diff --git a/lib/python3.8/site-packages/pip/_internal/req/req_install.py b/lib/python3.8/site-packages/pip/_internal/req/req_install.py deleted file mode 100644 index f5c9350..0000000 --- a/lib/python3.8/site-packages/pip/_internal/req/req_install.py +++ /dev/null @@ -1,1035 +0,0 @@ -from __future__ import absolute_import - -import logging -import os -import shutil -import sys -import sysconfig -import zipfile -from distutils.util import change_root - -from pip._vendor import pkg_resources, six -from pip._vendor.packaging.requirements import Requirement -from pip._vendor.packaging.utils import canonicalize_name -from pip._vendor.packaging.version import Version -from pip._vendor.packaging.version import parse as parse_version -from pip._vendor.pep517.wrappers import Pep517HookCaller - -from pip._internal import wheel -from pip._internal.build_env import NoOpBuildEnvironment -from pip._internal.exceptions import InstallationError -from pip._internal.models.link import Link -from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path -from pip._internal.req.req_uninstall import UninstallPathSet -from pip._internal.utils.compat import native_str -from pip._internal.utils.hashes import Hashes -from pip._internal.utils.logging import indent_log -from pip._internal.utils.marker_files import PIP_DELETE_MARKER_FILENAME -from pip._internal.utils.misc import ( - _make_build_dir, ask_path_exists, backup_dir, call_subprocess, - display_path, dist_in_site_packages, dist_in_usersite, ensure_dir, - get_installed_version, redact_password_from_url, rmtree, -) -from pip._internal.utils.packaging import get_metadata -from pip._internal.utils.setuptools_build import make_setuptools_shim_args -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.utils.ui import open_spinner -from pip._internal.utils.virtualenv import running_under_virtualenv -from pip._internal.vcs import vcs - -if MYPY_CHECK_RUNNING: - from typing import ( - Any, Dict, Iterable, List, Mapping, Optional, Sequence, Union, - ) - from pip._internal.build_env import BuildEnvironment - from pip._internal.cache import WheelCache - from pip._internal.index import PackageFinder - from pip._vendor.pkg_resources import Distribution - from pip._vendor.packaging.specifiers import SpecifierSet - from pip._vendor.packaging.markers import Marker - - -logger = logging.getLogger(__name__) - - -class InstallRequirement(object): - """ - 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, # type: Optional[Requirement] - comes_from, # type: Optional[Union[str, InstallRequirement]] - source_dir=None, # type: Optional[str] - editable=False, # type: bool - link=None, # type: Optional[Link] - update=True, # type: bool - markers=None, # type: Optional[Marker] - use_pep517=None, # type: Optional[bool] - isolated=False, # type: bool - options=None, # type: Optional[Dict[str, Any]] - wheel_cache=None, # type: Optional[WheelCache] - constraint=False, # type: bool - extras=() # type: Iterable[str] - ): - # type: (...) -> None - assert req is None or isinstance(req, Requirement), req - self.req = req - self.comes_from = comes_from - self.constraint = constraint - if source_dir is None: - self.source_dir = None # type: Optional[str] - else: - self.source_dir = os.path.normpath(os.path.abspath(source_dir)) - self.editable = editable - - self._wheel_cache = wheel_cache - if link is None and req and req.url: - # PEP 508 URL requirement - link = Link(req.url) - self.link = self.original_link = link - - if extras: - self.extras = extras - elif req: - self.extras = { - pkg_resources.safe_extra(extra) for extra in req.extras - } - else: - self.extras = set() - if markers is None and req: - markers = req.marker - self.markers = markers - - self._egg_info_path = None # type: Optional[str] - # This holds the pkg_resources.Distribution object if this requirement - # is already available: - self.satisfied_by = None - # This hold the pkg_resources.Distribution object if this requirement - # conflicts with another installed distribution: - self.conflicts_with = None - # Temporary build location - self._temp_build_dir = TempDirectory(kind="req-build") - # Used to store the global directory where the _temp_build_dir should - # have been created. Cf _correct_build_location method. - self._ideal_build_dir = None # type: Optional[str] - # True if the editable should be updated: - self.update = update - # Set to True after successful installation - self.install_succeeded = None # type: Optional[bool] - # UninstallPathSet of uninstalled distribution (for possible rollback) - self.uninstalled_pathset = None - self.options = options if options else {} - # Set to True after successful preparation of this requirement - self.prepared = False - self.is_direct = False - - self.isolated = isolated - self.build_env = NoOpBuildEnvironment() # type: BuildEnvironment - - # 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 = None # type: Optional[str] - - # The static build requirements (from pyproject.toml) - self.pyproject_requires = None # type: Optional[List[str]] - - # Build requirements that we will check are available - self.requirements_to_check = [] # type: List[str] - - # The PEP 517 backend we should use to build the project - self.pep517_backend = None # type: Optional[Pep517HookCaller] - - # 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 - - def __str__(self): - # type: () -> str - if self.req: - s = str(self.req) - if self.link: - s += ' from %s' % redact_password_from_url(self.link.url) - elif self.link: - s = redact_password_from_url(self.link.url) - else: - s = '' - if self.satisfied_by is not None: - s += ' in %s' % display_path(self.satisfied_by.location) - if self.comes_from: - if isinstance(self.comes_from, six.string_types): - comes_from = self.comes_from # type: Optional[str] - else: - comes_from = self.comes_from.from_path() - if comes_from: - s += ' (from %s)' % comes_from - return s - - def __repr__(self): - # type: () -> str - return '<%s object: %s editable=%r>' % ( - self.__class__.__name__, str(self), self.editable) - - def format_debug(self): - # type: () -> str - """An un-tested helper for getting state, for debugging. - """ - attributes = vars(self) - names = sorted(attributes) - - state = ( - "{}={!r}".format(attr, attributes[attr]) for attr in sorted(names) - ) - return '<{name} object: {{{state}}}>'.format( - name=self.__class__.__name__, - state=", ".join(state), - ) - - def populate_link(self, finder, upgrade, require_hashes): - # type: (PackageFinder, bool, bool) -> None - """Ensure that if a link can be found for this, that it is found. - - Note that self.link may still be None - if Upgrade is False and the - requirement is already installed. - - If 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 self.link is None: - self.link = finder.find_requirement(self, upgrade) - if self._wheel_cache is not None and not require_hashes: - old_link = self.link - self.link = self._wheel_cache.get(self.link, self.name) - if old_link != self.link: - logger.debug('Using cached wheel link: %s', self.link) - - # Things that are valid for all kinds of requirements? - @property - def name(self): - # type: () -> Optional[str] - if self.req is None: - return None - return native_str(pkg_resources.safe_name(self.req.name)) - - @property - def specifier(self): - # type: () -> SpecifierSet - return self.req.specifier - - @property - def is_pinned(self): - # type: () -> bool - """Return whether I am pinned to an exact version. - - For example, some-package==1.2 is pinned; some-package>1.2 is not. - """ - specifiers = self.specifier - return (len(specifiers) == 1 and - next(iter(specifiers)).operator in {'==', '==='}) - - @property - def installed_version(self): - # type: () -> Optional[str] - return get_installed_version(self.name) - - def match_markers(self, extras_requested=None): - # type: (Optional[Iterable[str]]) -> bool - if not extras_requested: - # Provide an extra to safely evaluate the markers - # without matching any extra - extras_requested = ('',) - if self.markers is not None: - return any( - self.markers.evaluate({'extra': extra}) - for extra in extras_requested) - else: - return True - - @property - def has_hash_options(self): - # type: () -> 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.options.get('hashes', {})) - - def hashes(self, trust_internet=True): - # type: (bool) -> 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.options.get('hashes', {}).copy() - link = self.link if trust_internet else self.original_link - if link and link.hash: - good_hashes.setdefault(link.hash_name, []).append(link.hash) - return Hashes(good_hashes) - - def from_path(self): - # type: () -> Optional[str] - """Format a nice indicator to show where this "comes from" - """ - if self.req is None: - return None - s = str(self.req) - if self.comes_from: - if isinstance(self.comes_from, six.string_types): - comes_from = self.comes_from - else: - comes_from = self.comes_from.from_path() - if comes_from: - s += '->' + comes_from - return s - - def build_location(self, build_dir): - # type: (str) -> str - assert build_dir is not None - if self._temp_build_dir.path is not None: - return self._temp_build_dir.path - if self.req is None: - # for requirement via a path to a directory: the name of the - # package is not available yet so we create a temp directory - # Once run_egg_info will have run, we'll be able - # to fix it via _correct_build_location - # 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.create() - self._ideal_build_dir = build_dir - - return self._temp_build_dir.path - if self.editable: - name = self.name.lower() - else: - name = self.name - # 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) - _make_build_dir(build_dir) - return os.path.join(build_dir, name) - - def _correct_build_location(self): - # type: () -> None - """Move self._temp_build_dir to self._ideal_build_dir/self.req.name - - For some requirements (e.g. a path to a directory), the name of the - package is not available until we run egg_info, so the build_location - will return a temporary directory and store the _ideal_build_dir. - - This is only called by self.run_egg_info to fix the temporary build - directory. - """ - if self.source_dir is not None: - return - assert self.req is not None - assert self._temp_build_dir.path - assert (self._ideal_build_dir is not None and - self._ideal_build_dir.path) # type: ignore - old_location = self._temp_build_dir.path - self._temp_build_dir.path = None - - new_location = self.build_location(self._ideal_build_dir) - if os.path.exists(new_location): - raise InstallationError( - 'A package already exists in %s; please remove it to continue' - % display_path(new_location)) - logger.debug( - 'Moving package %s from %s to new location %s', - self, display_path(old_location), display_path(new_location), - ) - shutil.move(old_location, new_location) - self._temp_build_dir.path = new_location - self._ideal_build_dir = None - self.source_dir = os.path.normpath(os.path.abspath(new_location)) - self._egg_info_path = None - - # Correct the metadata directory, if it exists - if self.metadata_directory: - old_meta = self.metadata_directory - rel = os.path.relpath(old_meta, start=old_location) - new_meta = os.path.join(new_location, rel) - new_meta = os.path.normpath(os.path.abspath(new_meta)) - self.metadata_directory = new_meta - - def remove_temporary_source(self): - # type: () -> None - """Remove the source files from this requirement, if they are marked - for deletion""" - if self.source_dir and os.path.exists( - os.path.join(self.source_dir, PIP_DELETE_MARKER_FILENAME)): - logger.debug('Removing source in %s', self.source_dir) - rmtree(self.source_dir) - self.source_dir = None - self._temp_build_dir.cleanup() - self.build_env.cleanup() - - def check_if_exists(self, use_user_site): - # type: (bool) -> bool - """Find an installed distribution that satisfies or conflicts - with this requirement, and set self.satisfied_by or - self.conflicts_with appropriately. - """ - if self.req is None: - return False - try: - # get_distribution() will resolve the entire list of requirements - # anyway, and we've already determined that we need the requirement - # in question, so strip the marker so that we don't try to - # evaluate it. - no_marker = Requirement(str(self.req)) - no_marker.marker = None - self.satisfied_by = pkg_resources.get_distribution(str(no_marker)) - if self.editable and self.satisfied_by: - self.conflicts_with = self.satisfied_by - # when installing editables, nothing pre-existing should ever - # satisfy - self.satisfied_by = None - return True - except pkg_resources.DistributionNotFound: - return False - except pkg_resources.VersionConflict: - existing_dist = pkg_resources.get_distribution( - self.req.name - ) - if use_user_site: - if dist_in_usersite(existing_dist): - self.conflicts_with = existing_dist - elif (running_under_virtualenv() and - dist_in_site_packages(existing_dist)): - raise InstallationError( - "Will not install to the user site because it will " - "lack sys.path precedence to %s in %s" % - (existing_dist.project_name, existing_dist.location) - ) - else: - self.conflicts_with = existing_dist - return True - - # Things valid for wheels - @property - def is_wheel(self): - # type: () -> bool - if not self.link: - return False - return self.link.is_wheel - - def move_wheel_files( - self, - wheeldir, # type: str - root=None, # type: Optional[str] - home=None, # type: Optional[str] - prefix=None, # type: Optional[str] - warn_script_location=True, # type: bool - use_user_site=False, # type: bool - pycompile=True # type: bool - ): - # type: (...) -> None - wheel.move_wheel_files( - self.name, self.req, wheeldir, - user=use_user_site, - home=home, - root=root, - prefix=prefix, - pycompile=pycompile, - isolated=self.isolated, - warn_script_location=warn_script_location, - ) - - # Things valid for sdists - @property - def setup_py_dir(self): - # type: () -> str - return os.path.join( - self.source_dir, - self.link and self.link.subdirectory_fragment or '') - - @property - def setup_py_path(self): - # type: () -> str - assert self.source_dir, "No source dir for %s" % self - - setup_py = os.path.join(self.setup_py_dir, 'setup.py') - - # Python2 __file__ should not be unicode - if six.PY2 and isinstance(setup_py, six.text_type): - setup_py = setup_py.encode(sys.getfilesystemencoding()) - - return setup_py - - @property - def pyproject_toml_path(self): - # type: () -> str - assert self.source_dir, "No source dir for %s" % self - - return make_pyproject_path(self.setup_py_dir) - - def load_pyproject_toml(self): - # type: () -> 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) - ) - - self.use_pep517 = (pyproject_toml_data is not None) - - if not self.use_pep517: - return - - requires, backend, check = pyproject_toml_data - self.requirements_to_check = check - self.pyproject_requires = requires - self.pep517_backend = Pep517HookCaller(self.setup_py_dir, backend) - - # Use a custom function to call subprocesses - self.spin_message = "" - - def runner( - cmd, # type: List[str] - cwd=None, # type: Optional[str] - extra_environ=None # type: Optional[Mapping[str, Any]] - ): - # type: (...) -> None - with open_spinner(self.spin_message) as spinner: - call_subprocess( - cmd, - cwd=cwd, - extra_environ=extra_environ, - spinner=spinner - ) - self.spin_message = "" - - self.pep517_backend._subprocess_runner = runner - - def prepare_metadata(self): - # type: () -> None - """Ensure that project metadata is available. - - Under PEP 517, call the backend hook to prepare the metadata. - Under legacy processing, call setup.py egg-info. - """ - assert self.source_dir - - with indent_log(): - if self.use_pep517: - self.prepare_pep517_metadata() - else: - self.run_egg_info() - - if not self.req: - if isinstance(parse_version(self.metadata["Version"]), Version): - op = "==" - else: - op = "===" - self.req = Requirement( - "".join([ - self.metadata["Name"], - op, - self.metadata["Version"], - ]) - ) - self._correct_build_location() - else: - metadata_name = canonicalize_name(self.metadata["Name"]) - if canonicalize_name(self.req.name) != metadata_name: - 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 prepare_pep517_metadata(self): - # type: () -> None - assert self.pep517_backend is not None - - metadata_dir = os.path.join( - self.setup_py_dir, - 'pip-wheel-metadata' - ) - ensure_dir(metadata_dir) - - with self.build_env: - # Note that Pep517HookCaller implements a fallback for - # prepare_metadata_for_build_wheel, so we don't have to - # consider the possibility that this hook doesn't exist. - backend = self.pep517_backend - self.spin_message = "Preparing wheel metadata" - distinfo_dir = backend.prepare_metadata_for_build_wheel( - metadata_dir - ) - - self.metadata_directory = os.path.join(metadata_dir, distinfo_dir) - - def run_egg_info(self): - # type: () -> None - if self.name: - logger.debug( - 'Running setup.py (path:%s) egg_info for package %s', - self.setup_py_path, self.name, - ) - else: - logger.debug( - 'Running setup.py (path:%s) egg_info for package from %s', - self.setup_py_path, self.link, - ) - base_cmd = make_setuptools_shim_args(self.setup_py_path) - if self.isolated: - base_cmd += ["--no-user-cfg"] - egg_info_cmd = base_cmd + ['egg_info'] - # We can't put the .egg-info files at the root, because then the - # source code will be mistaken for an installed egg, causing - # problems - if self.editable: - egg_base_option = [] # type: List[str] - else: - egg_info_dir = os.path.join(self.setup_py_dir, 'pip-egg-info') - ensure_dir(egg_info_dir) - egg_base_option = ['--egg-base', 'pip-egg-info'] - with self.build_env: - call_subprocess( - egg_info_cmd + egg_base_option, - cwd=self.setup_py_dir, - command_desc='python setup.py egg_info') - - @property - def egg_info_path(self): - # type: () -> str - if self._egg_info_path is None: - if self.editable: - base = self.source_dir - else: - base = os.path.join(self.setup_py_dir, 'pip-egg-info') - filenames = os.listdir(base) - if self.editable: - filenames = [] - for root, dirs, files in os.walk(base): - for dir in vcs.dirnames: - if dir in dirs: - dirs.remove(dir) - # Iterate over a copy of ``dirs``, since mutating - # a list while iterating over it can cause trouble. - # (See https://github.com/pypa/pip/pull/462.) - for dir in list(dirs): - # Don't search in anything that looks like a virtualenv - # environment - if ( - os.path.lexists( - os.path.join(root, dir, 'bin', 'python') - ) or - os.path.exists( - os.path.join( - root, dir, 'Scripts', 'Python.exe' - ) - )): - dirs.remove(dir) - # Also don't search through tests - elif dir == 'test' or dir == 'tests': - dirs.remove(dir) - filenames.extend([os.path.join(root, dir) - for dir in dirs]) - filenames = [f for f in filenames if f.endswith('.egg-info')] - - if not filenames: - raise InstallationError( - "Files/directories not found in %s" % base - ) - # if we have more than one match, we pick the toplevel one. This - # can easily be the case if there is a dist folder which contains - # an extracted tarball for testing purposes. - if len(filenames) > 1: - filenames.sort( - key=lambda x: x.count(os.path.sep) + - (os.path.altsep and x.count(os.path.altsep) or 0) - ) - self._egg_info_path = os.path.join(base, filenames[0]) - return self._egg_info_path - - @property - def metadata(self): - # type: () -> Any - if not hasattr(self, '_metadata'): - self._metadata = get_metadata(self.get_dist()) - - return self._metadata - - def get_dist(self): - # type: () -> Distribution - """Return a pkg_resources.Distribution for this requirement""" - if self.metadata_directory: - dist_dir = self.metadata_directory - dist_cls = pkg_resources.DistInfoDistribution - else: - dist_dir = self.egg_info_path.rstrip(os.path.sep) - # https://github.com/python/mypy/issues/1174 - dist_cls = pkg_resources.Distribution # type: ignore - - # dist_dir_name can be of the form ".dist-info" or - # e.g. ".egg-info". - base_dir, dist_dir_name = os.path.split(dist_dir) - dist_name = os.path.splitext(dist_dir_name)[0] - metadata = pkg_resources.PathMetadata(base_dir, dist_dir) - - return dist_cls( - base_dir, - project_name=dist_name, - metadata=metadata, - ) - - def assert_source_matches_version(self): - # type: () -> None - assert self.source_dir - version = self.metadata['version'] - if self.req.specifier and version not in self.req.specifier: - logger.warning( - 'Requested %s, but installing version %s', - self, - version, - ) - else: - logger.debug( - 'Source in %s has version %s, which satisfies requirement %s', - display_path(self.source_dir), - version, - self, - ) - - # For both source distributions and editables - def ensure_has_source_dir(self, parent_dir): - # type: (str) -> str - """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.build_location(parent_dir) - return self.source_dir - - # For editable installations - def install_editable( - self, - install_options, # type: List[str] - global_options=(), # type: Sequence[str] - prefix=None # type: Optional[str] - ): - # type: (...) -> None - logger.info('Running setup.py develop for %s', self.name) - - if self.isolated: - global_options = list(global_options) + ["--no-user-cfg"] - - if prefix: - prefix_param = ['--prefix={}'.format(prefix)] - install_options = list(install_options) + prefix_param - - with indent_log(): - # FIXME: should we do --install-headers here too? - with self.build_env: - call_subprocess( - make_setuptools_shim_args(self.setup_py_path) + - list(global_options) + - ['develop', '--no-deps'] + - list(install_options), - - cwd=self.setup_py_dir, - ) - - self.install_succeeded = True - - def update_editable(self, obtain=True): - # type: (bool) -> 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 - assert '+' in self.link.url, "bad url: %r" % self.link.url - if not self.update: - return - vc_type, url = self.link.url.split('+', 1) - vcs_backend = vcs.get_backend(vc_type) - if vcs_backend: - url = self.link.url - if obtain: - vcs_backend.obtain(self.source_dir, url=url) - else: - vcs_backend.export(self.source_dir, url=url) - else: - assert 0, ( - 'Unexpected version control type (in %s): %s' - % (self.link, vc_type)) - - # Top-level Actions - def uninstall(self, auto_confirm=False, verbose=False, - use_user_site=False): - # type: (bool, bool, bool) -> 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. - - """ - if not self.check_if_exists(use_user_site): - logger.warning("Skipping %s as it is not installed.", self.name) - return None - dist = self.satisfied_by or self.conflicts_with - - uninstalled_pathset = UninstallPathSet.from_dist(dist) - uninstalled_pathset.remove(auto_confirm, verbose) - return uninstalled_pathset - - def _clean_zip_name(self, name, prefix): # only used by archive. - # type: (str, str) -> str - assert name.startswith(prefix + os.path.sep), ( - "name %r doesn't start with prefix %r" % (name, prefix) - ) - name = name[len(prefix) + 1:] - name = name.replace(os.path.sep, '/') - return name - - def _get_archive_name(self, path, parentdir, rootdir): - # type: (str, str, str) -> str - path = os.path.join(parentdir, path) - name = self._clean_zip_name(path, rootdir) - return self.name + '/' + name - - # TODO: Investigate if this should be kept in InstallRequirement - # Seems to be used only when VCS + downloads - def archive(self, build_dir): - # type: (str) -> None - assert self.source_dir - create_archive = True - archive_name = '%s-%s.zip' % (self.name, self.metadata["version"]) - archive_path = os.path.join(build_dir, archive_name) - if os.path.exists(archive_path): - response = ask_path_exists( - 'The file %s exists. (i)gnore, (w)ipe, (b)ackup, (a)bort ' % - display_path(archive_path), ('i', 'w', 'b', 'a')) - if response == 'i': - create_archive = False - elif response == 'w': - logger.warning('Deleting %s', display_path(archive_path)) - os.remove(archive_path) - elif response == 'b': - dest_file = backup_dir(archive_path) - logger.warning( - 'Backing up %s to %s', - display_path(archive_path), - display_path(dest_file), - ) - shutil.move(archive_path, dest_file) - elif response == 'a': - sys.exit(-1) - if create_archive: - zip = zipfile.ZipFile( - archive_path, 'w', zipfile.ZIP_DEFLATED, - allowZip64=True - ) - dir = os.path.normcase(os.path.abspath(self.setup_py_dir)) - for dirpath, dirnames, filenames in os.walk(dir): - if 'pip-egg-info' in dirnames: - dirnames.remove('pip-egg-info') - 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.writestr(zipdir, '') - for filename in filenames: - if filename == PIP_DELETE_MARKER_FILENAME: - continue - file_arcname = self._get_archive_name(filename, - parentdir=dirpath, - rootdir=dir) - filename = os.path.join(dirpath, filename) - zip.write(filename, file_arcname) - zip.close() - logger.info('Saved %s', display_path(archive_path)) - - def install( - self, - install_options, # type: List[str] - global_options=None, # type: Optional[Sequence[str]] - root=None, # type: Optional[str] - home=None, # type: Optional[str] - prefix=None, # type: Optional[str] - warn_script_location=True, # type: bool - use_user_site=False, # type: bool - pycompile=True # type: bool - ): - # type: (...) -> None - global_options = global_options if global_options is not None else [] - if self.editable: - self.install_editable( - install_options, global_options, prefix=prefix, - ) - return - if self.is_wheel: - version = wheel.wheel_version(self.source_dir) - wheel.check_compatibility(version, self.name) - - self.move_wheel_files( - self.source_dir, root=root, prefix=prefix, home=home, - warn_script_location=warn_script_location, - use_user_site=use_user_site, pycompile=pycompile, - ) - self.install_succeeded = True - return - - # Extend the list of global and install options passed on to - # the setup.py call with the ones from the requirements file. - # Options specified in requirements file override those - # specified on the command line, since the last option given - # to setup.py is the one that is used. - global_options = list(global_options) + \ - self.options.get('global_options', []) - install_options = list(install_options) + \ - self.options.get('install_options', []) - - if self.isolated: - # https://github.com/python/mypy/issues/1174 - global_options = global_options + ["--no-user-cfg"] # type: ignore - - with TempDirectory(kind="record") as temp_dir: - record_filename = os.path.join(temp_dir.path, 'install-record.txt') - install_args = self.get_install_args( - global_options, record_filename, root, prefix, pycompile, - ) - msg = 'Running setup.py install for %s' % (self.name,) - with open_spinner(msg) as spinner: - with indent_log(): - with self.build_env: - call_subprocess( - install_args + install_options, - cwd=self.setup_py_dir, - spinner=spinner, - ) - - if not os.path.exists(record_filename): - logger.debug('Record file %s not found', record_filename) - return - self.install_succeeded = True - - def prepend_root(path): - # type: (str) -> str - if root is None or not os.path.isabs(path): - return path - else: - return change_root(root, path) - - with open(record_filename) as f: - for line in f: - directory = os.path.dirname(line) - if directory.endswith('.egg-info'): - egg_info_dir = prepend_root(directory) - break - else: - logger.warning( - 'Could not find .egg-info directory in install record' - ' for %s', - self, - ) - # FIXME: put the record somewhere - # FIXME: should this be an error? - return - new_lines = [] - with open(record_filename) as f: - for line in f: - filename = line.strip() - if os.path.isdir(filename): - filename += os.path.sep - new_lines.append( - os.path.relpath(prepend_root(filename), egg_info_dir) - ) - new_lines.sort() - ensure_dir(egg_info_dir) - inst_files_path = os.path.join(egg_info_dir, 'installed-files.txt') - with open(inst_files_path, 'w') as f: - f.write('\n'.join(new_lines) + '\n') - - def get_install_args( - self, - global_options, # type: Sequence[str] - record_filename, # type: str - root, # type: Optional[str] - prefix, # type: Optional[str] - pycompile # type: bool - ): - # type: (...) -> List[str] - install_args = make_setuptools_shim_args(self.setup_py_path, - unbuffered_output=True) - install_args += list(global_options) + \ - ['install', '--record', record_filename] - install_args += ['--single-version-externally-managed'] - - if root is not None: - install_args += ['--root', root] - if prefix is not None: - install_args += ['--prefix', prefix] - - if pycompile: - install_args += ["--compile"] - else: - install_args += ["--no-compile"] - - if running_under_virtualenv(): - py_ver_str = 'python' + sysconfig.get_python_version() - install_args += ['--install-headers', - os.path.join(sys.prefix, 'include', 'site', - py_ver_str, self.name)] - - return install_args diff --git a/lib/python3.8/site-packages/pip/_internal/req/req_set.py b/lib/python3.8/site-packages/pip/_internal/req/req_set.py deleted file mode 100644 index d1966a4..0000000 --- a/lib/python3.8/site-packages/pip/_internal/req/req_set.py +++ /dev/null @@ -1,193 +0,0 @@ -from __future__ import absolute_import - -import logging -from collections import OrderedDict - -from pip._internal.exceptions import InstallationError -from pip._internal.utils.logging import indent_log -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.wheel import Wheel - -if MYPY_CHECK_RUNNING: - from typing import Dict, Iterable, List, Optional, Tuple - from pip._internal.req.req_install import InstallRequirement - - -logger = logging.getLogger(__name__) - - -class RequirementSet(object): - - def __init__(self, require_hashes=False, check_supported_wheels=True): - # type: (bool, bool) -> None - """Create a RequirementSet. - """ - - self.requirements = OrderedDict() # type: Dict[str, InstallRequirement] # noqa: E501 - self.require_hashes = require_hashes - self.check_supported_wheels = check_supported_wheels - - # Mapping of alias: real_name - self.requirement_aliases = {} # type: Dict[str, str] - self.unnamed_requirements = [] # type: List[InstallRequirement] - self.successfully_downloaded = [] # type: List[InstallRequirement] - self.reqs_to_cleanup = [] # type: List[InstallRequirement] - - def __str__(self): - # type: () -> str - reqs = [req for req in self.requirements.values() - if not req.comes_from] - reqs.sort(key=lambda req: req.name.lower()) - return ' '.join([str(req.req) for req in reqs]) - - def __repr__(self): - # type: () -> str - reqs = [req for req in self.requirements.values()] - reqs.sort(key=lambda req: req.name.lower()) - reqs_str = ', '.join([str(req.req) for req in reqs]) - return ('<%s object; %d requirement(s): %s>' - % (self.__class__.__name__, len(reqs), reqs_str)) - - def add_requirement( - self, - install_req, # type: InstallRequirement - parent_req_name=None, # type: Optional[str] - extras_requested=None # type: Optional[Iterable[str]] - ): - # type: (...) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]] # noqa: E501 - """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. - """ - name = install_req.name - - # 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", - 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) - if self.check_supported_wheels and not wheel.supported(): - raise InstallationError( - "%s is not a supported wheel on this platform." % - wheel.filename - ) - - # This next bit is really a sanity check. - assert install_req.is_direct == (parent_req_name is None), ( - "a direct req shouldn't have a parent and also, " - "a non direct req should have a parent" - ) - - # Unnamed requirements are scanned again and the requirement won't be - # added as a dependency until after scanning. - if not name: - # url or path requirement w/o an egg fragment - self.unnamed_requirements.append(install_req) - return [install_req], None - - try: - existing_req = self.get_requirement(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.specifier != install_req.req.specifier - ) - if has_conflicting_requirement: - raise InstallationError( - "Double requirement given: %s (already in %s, name=%r)" - % (install_req, existing_req, name) - ) - - # When no existing requirement exists, add the requirement as a - # dependency and it will be scanned again after. - if not existing_req: - self.requirements[name] = install_req - # FIXME: what about other normalizations? E.g., _ vs. -? - if name.lower() != name: - self.requirement_aliases[name.lower()] = name - # We'd want to rescan this requirements 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: - self.reqs_to_cleanup.append(install_req) - raise InstallationError( - "Could not satisfy constraints for '%s': " - "installation from path or url cannot be " - "constrained to a version" % name, - ) - # If we're now installing a constraint, mark the existing - # object for real installation. - existing_req.constraint = False - existing_req.extras = tuple(sorted( - set(existing_req.extras) | set(install_req.extras) - )) - logger.debug( - "Setting %s extras to: %s", - existing_req, existing_req.extras, - ) - # Return the existing requirement for addition to the parent and - # scanning again. - return [existing_req], existing_req - - def has_requirement(self, project_name): - # type: (str) -> bool - name = project_name.lower() - if (name in self.requirements and - not self.requirements[name].constraint or - name in self.requirement_aliases and - not self.requirements[self.requirement_aliases[name]].constraint): - return True - return False - - def get_requirement(self, project_name): - # type: (str) -> InstallRequirement - for name in project_name, project_name.lower(): - if name in self.requirements: - return self.requirements[name] - if name in self.requirement_aliases: - return self.requirements[self.requirement_aliases[name]] - raise KeyError("No project with the name %r" % project_name) - - def cleanup_files(self): - # type: () -> None - """Clean up files, remove builds.""" - logger.debug('Cleaning up...') - with indent_log(): - for req in self.reqs_to_cleanup: - req.remove_temporary_source() diff --git a/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py b/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py deleted file mode 100644 index e36a3f6..0000000 --- a/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py +++ /dev/null @@ -1,96 +0,0 @@ -from __future__ import absolute_import - -import contextlib -import errno -import hashlib -import logging -import os - -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from types import TracebackType - from typing import Iterator, Optional, Set, Type - from pip._internal.req.req_install import InstallRequirement - from pip._internal.models.link import Link - -logger = logging.getLogger(__name__) - - -class RequirementTracker(object): - - def __init__(self): - # type: () -> None - self._root = os.environ.get('PIP_REQ_TRACKER') - if self._root is None: - self._temp_dir = TempDirectory(delete=False, kind='req-tracker') - self._temp_dir.create() - self._root = os.environ['PIP_REQ_TRACKER'] = self._temp_dir.path - logger.debug('Created requirements tracker %r', self._root) - else: - self._temp_dir = None - logger.debug('Re-using requirements tracker %r', self._root) - self._entries = set() # type: Set[InstallRequirement] - - def __enter__(self): - # type: () -> RequirementTracker - return self - - def __exit__( - self, - exc_type, # type: Optional[Type[BaseException]] - exc_val, # type: Optional[BaseException] - exc_tb # type: Optional[TracebackType] - ): - # type: (...) -> None - self.cleanup() - - def _entry_path(self, link): - # type: (Link) -> str - hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() - return os.path.join(self._root, hashed) - - def add(self, req): - # type: (InstallRequirement) -> None - link = req.link - info = str(req) - entry_path = self._entry_path(link) - try: - with open(entry_path) as fp: - # Error, these's already a build in progress. - raise LookupError('%s is already being built: %s' - % (link, fp.read())) - except IOError as e: - if e.errno != errno.ENOENT: - raise - assert req not in self._entries - with open(entry_path, 'w') as fp: - fp.write(info) - self._entries.add(req) - logger.debug('Added %s to build tracker %r', req, self._root) - - def remove(self, req): - # type: (InstallRequirement) -> None - link = req.link - self._entries.remove(req) - os.unlink(self._entry_path(link)) - logger.debug('Removed %s from build tracker %r', req, self._root) - - def cleanup(self): - # type: () -> None - for req in set(self._entries): - self.remove(req) - remove = self._temp_dir is not None - if remove: - self._temp_dir.cleanup() - logger.debug('%s build tracker %r', - 'Removed' if remove else 'Cleaned', - self._root) - - @contextlib.contextmanager - def track(self, req): - # type: (InstallRequirement) -> Iterator[None] - self.add(req) - yield - self.remove(req) diff --git a/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py b/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py deleted file mode 100644 index 733301c..0000000 --- a/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py +++ /dev/null @@ -1,633 +0,0 @@ -from __future__ import absolute_import - -import csv -import functools -import logging -import os -import sys -import sysconfig - -from pip._vendor import pkg_resources - -from pip._internal.exceptions import UninstallationError -from pip._internal.locations import bin_py, bin_user -from pip._internal.utils.compat import WINDOWS, cache_from_source, uses_pycache -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import ( - FakeFile, ask, dist_in_usersite, dist_is_local, egg_link_path, is_local, - normalize_path, renames, rmtree, -) -from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import ( - Any, Callable, Dict, Iterable, Iterator, List, Optional, Set, Tuple, - ) - from pip._vendor.pkg_resources import Distribution - -logger = logging.getLogger(__name__) - - -def _script_names(dist, script_name, is_gui): - # type: (Distribution, str, bool) -> List[str] - """Create the fully qualified name of the files created by - {console,gui}_scripts for the given ``dist``. - Returns the list of file names - """ - if dist_in_usersite(dist): - bin_dir = bin_user - else: - bin_dir = bin_py - exe_name = os.path.join(bin_dir, script_name) - paths_to_remove = [exe_name] - if WINDOWS: - paths_to_remove.append(exe_name + '.exe') - paths_to_remove.append(exe_name + '.exe.manifest') - if is_gui: - paths_to_remove.append(exe_name + '-script.pyw') - else: - paths_to_remove.append(exe_name + '-script.py') - return paths_to_remove - - -def _unique(fn): - # type: (Callable) -> Callable[..., Iterator[Any]] - @functools.wraps(fn) - def unique(*args, **kw): - # type: (Any, Any) -> Iterator[Any] - seen = set() # type: Set[Any] - for item in fn(*args, **kw): - if item not in seen: - seen.add(item) - yield item - return unique - - -@_unique -def uninstallation_paths(dist): - # type: (Distribution) -> Iterator[str] - """ - Yield all the uninstallation paths for dist based on RECORD-without-.py[co] - - Yield paths to all the files in RECORD. For each .py file in RECORD, add - the .pyc and .pyo in the same directory. - - UninstallPathSet.add() takes care of the __pycache__ .py[co]. - """ - r = csv.reader(FakeFile(dist.get_metadata_lines('RECORD'))) - for row in r: - path = os.path.join(dist.location, row[0]) - 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): - # type: (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() # type: Set[str] - 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): - # type: (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 = dict((os.path.normcase(p), p) for p in paths) - remaining = set(case_map) - unchecked = sorted(set(os.path.split(p)[0] - for p in case_map.values()), key=len) - wildcards = set() # type: Set[str] - - def norm_join(*a): - # type: (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() # type: Set[str] - all_subdirs = set() # type: Set[str] - 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): - # type: (Iterable[str]) -> Tuple[Set[str], Set[str]] - """Returns a tuple of 2 sets of which paths to display to user - - The first set contains paths that would be deleted. Files of a package - are not added and the top-level directory of the package has a '*' added - at the end - to signify that all it's contents are removed. - - The second set contains files that would have been skipped in the above - folders. - """ - - will_remove = set(paths) - will_skip = set() - - # Determine folders and files - folders = set() - files = set() - for path in will_remove: - if path.endswith(".pyc"): - continue - if path.endswith("__init__.py") or ".dist-info" in path: - folders.add(os.path.dirname(path)) - files.add(path) - - # probably this one https://github.com/python/mypy/issues/390 - _normcased_files = set(map(os.path.normcase, files)) # type: ignore - - folders = compact(folders) - - # This walks the tree using os.walk to not miss extra folders - # that might get added. - for folder in folders: - for dirpath, _, dirfiles in os.walk(folder): - for fname in dirfiles: - if fname.endswith(".pyc"): - continue - - file_ = os.path.join(dirpath, fname) - if (os.path.isfile(file_) and - os.path.normcase(file_) not in _normcased_files): - # We are skipping this file. Add it to the set. - will_skip.add(file_) - - will_remove = files | { - os.path.join(folder, "*") for folder in folders - } - - return will_remove, will_skip - - -class StashedUninstallPathSet(object): - """A set of file rename operations to stash files while - tentatively uninstalling them.""" - def __init__(self): - # type: () -> None - # Mapping from source file root to [Adjacent]TempDirectory - # for files under that directory. - self._save_dirs = {} # type: Dict[str, TempDirectory] - # (old path, new path) tuples for each move that may need - # to be undone. - self._moves = [] # type: List[Tuple[str, str]] - - def _get_directory_stash(self, path): - # type: (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 = AdjacentTempDirectory(path) # type: TempDirectory - save_dir.create() - except OSError: - save_dir = TempDirectory(kind="uninstall") - save_dir.create() - self._save_dirs[os.path.normcase(path)] = save_dir - - return save_dir.path - - def _get_file_stash(self, path): - # type: (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') - save_dir.create() - 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): - # type: (str) -> str - """Stashes the directory or file and returns its new location. - """ - if os.path.isdir(path): - new_path = self._get_directory_stash(path) - else: - new_path = self._get_file_stash(path) - - self._moves.append((path, new_path)) - if os.path.isdir(path) 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): - # type: () -> None - """Commits the uninstall by removing stashed files.""" - for _, save_dir in self._save_dirs.items(): - save_dir.cleanup() - self._moves = [] - self._save_dirs = {} - - def rollback(self): - # type: () -> None - """Undoes the uninstall by moving stashed files back.""" - for p in self._moves: - logging.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): - 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): - # type: () -> bool - return bool(self._moves) - - -class UninstallPathSet(object): - """A set of file paths to be removed in the uninstallation of a - requirement.""" - def __init__(self, dist): - # type: (Distribution) -> None - self.paths = set() # type: Set[str] - self._refuse = set() # type: Set[str] - self.pth = {} # type: Dict[str, UninstallPthEntries] - self.dist = dist - self._moved_paths = StashedUninstallPathSet() - - def _permitted(self, path): - # type: (str) -> bool - """ - Return True if the given path is one we are permitted to - remove/modify, False otherwise. - - """ - return is_local(path) - - def add(self, path): - # type: (str) -> None - head, tail = os.path.split(path) - - # we normalize the head to resolve parent directory symlinks, but not - # the tail, since we only want to uninstall symlinks, not their targets - path = os.path.join(normalize_path(head), os.path.normcase(tail)) - - if not os.path.exists(path): - return - if self._permitted(path): - self.paths.add(path) - else: - self._refuse.add(path) - - # __pycache__ files can show up after 'installed-files.txt' is created, - # due to imports - if os.path.splitext(path)[1] == '.py' and uses_pycache: - self.add(cache_from_source(path)) - - def add_pth(self, pth_file, entry): - # type: (str, str) -> None - pth_file = normalize_path(pth_file) - if self._permitted(pth_file): - if pth_file not in self.pth: - self.pth[pth_file] = UninstallPthEntries(pth_file) - self.pth[pth_file].add(entry) - else: - self._refuse.add(pth_file) - - def remove(self, auto_confirm=False, verbose=False): - # type: (bool, bool) -> 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.project_name, - ) - return - - dist_name_version = ( - self.dist.project_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.debug('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): - # type: (bool) -> bool - """Display which files would be deleted and prompt for confirmation - """ - - def _display(msg, paths): - # type: (str, 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')) == 'y' - - def rollback(self): - # type: () -> 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.project_name, - ) - return - logger.info('Rolling back uninstall of %s', self.dist.project_name) - self._moved_paths.rollback() - for pth in self.pth.values(): - pth.rollback() - - def commit(self): - # type: () -> None - """Remove temporary save dir: rollback will no longer be possible.""" - self._moved_paths.commit() - - @classmethod - def from_dist(cls, dist): - # type: (Distribution) -> UninstallPathSet - dist_path = normalize_path(dist.location) - if not dist_is_local(dist): - logger.info( - "Not uninstalling %s at %s, outside environment %s", - dist.key, - dist_path, - sys.prefix, - ) - return cls(dist) - - if dist_path 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.key, - dist_path, - ) - return cls(dist) - - paths_to_remove = cls(dist) - develop_egg_link = egg_link_path(dist) - develop_egg_link_egg_info = '{}.egg-info'.format( - pkg_resources.to_filename(dist.project_name)) - egg_info_exists = dist.egg_info and os.path.exists(dist.egg_info) - # Special case for distutils installed package - distutils_egg_info = getattr(dist._provider, 'path', None) - - # 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 (egg_info_exists and dist.egg_info.endswith('.egg-info') and - not dist.egg_info.endswith(develop_egg_link_egg_info)): - # if dist.egg_info.endswith(develop_egg_link_egg_info), we - # are in fact in the develop_egg_link case - paths_to_remove.add(dist.egg_info) - if dist.has_metadata('installed-files.txt'): - for installed_file in dist.get_metadata( - 'installed-files.txt').splitlines(): - path = os.path.normpath( - os.path.join(dist.egg_info, installed_file) - ) - paths_to_remove.add(path) - # FIXME: need a test for this elif block - # occurs with --single-version-externally-managed/--record outside - # of pip - elif dist.has_metadata('top_level.txt'): - if dist.has_metadata('namespace_packages.txt'): - namespaces = dist.get_metadata('namespace_packages.txt') - else: - namespaces = [] - for top_level_pkg in [ - p for p - in dist.get_metadata('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(path + '.py') - paths_to_remove.add(path + '.pyc') - paths_to_remove.add(path + '.pyo') - - elif distutils_egg_info: - 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.project_name, - ) - ) - - elif dist.location.endswith('.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 egg_info_exists and dist.egg_info.endswith('.dist-info'): - for path in uninstallation_paths(dist): - paths_to_remove.add(path) - - elif develop_egg_link: - # develop egg - with open(develop_egg_link, 'r') as fh: - link_pointer = os.path.normcase(fh.readline().strip()) - assert (link_pointer == dist.location), ( - 'Egg-link %s does not match installed location of %s ' - '(at %s)' % (link_pointer, dist.project_name, 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, - ) - - # find distutils scripts= scripts - if dist.has_metadata('scripts') and dist.metadata_isdir('scripts'): - for script in dist.metadata_listdir('scripts'): - if dist_in_usersite(dist): - bin_dir = bin_user - else: - bin_dir = bin_py - paths_to_remove.add(os.path.join(bin_dir, script)) - if WINDOWS: - paths_to_remove.add(os.path.join(bin_dir, script) + '.bat') - - # find console_scripts - _scripts_to_remove = [] - console_scripts = dist.get_entry_map(group='console_scripts') - for name in console_scripts.keys(): - _scripts_to_remove.extend(_script_names(dist, name, False)) - # find gui_scripts - gui_scripts = dist.get_entry_map(group='gui_scripts') - for name in gui_scripts.keys(): - _scripts_to_remove.extend(_script_names(dist, name, True)) - - for s in _scripts_to_remove: - paths_to_remove.add(s) - - return paths_to_remove - - -class UninstallPthEntries(object): - def __init__(self, pth_file): - # type: (str) -> None - if not os.path.isfile(pth_file): - raise UninstallationError( - "Cannot remove entries from nonexistent file %s" % pth_file - ) - self.file = pth_file - self.entries = set() # type: Set[str] - self._saved_lines = None # type: Optional[List[bytes]] - - def add(self, entry): - # type: (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. - if WINDOWS and not os.path.splitdrive(entry)[0]: - entry = entry.replace('\\', '/') - self.entries.add(entry) - - def remove(self): - # type: () -> None - logger.debug('Removing pth entries from %s:', self.file) - 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.debug('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): - # type: () -> 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/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 666691c620e1b5c38f40d53622667551756765cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 152 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 diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc deleted file mode 100644 index 5f0f533e37738e9a2623dd6f3ac116f09885bd7d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2823 zcmaJ@-HzMF73Po>#pP=4wH>>K5d(7(pi$ds3j+lb!!W$CUB_sn7>@H}Aq6q38A)g#$9~oUnrzAawL;($})H4GOBy2H}aalKl1VS(@qwQf@Z9fcC&D_ z)zpJD%C<+_%u(C=8_esby=-T+lU*2Hz<4;i_|TDCGJ566NbR0_qf62gm*pk7Eqkxn z=!)Et7hXA|_vB@HQSPGWs`S2a`d1diXrE_=tWw48Ojw>|WvVijTf=Qpq)9%-pQ~IP zV1^QA&X0x8(QUXmC@RaPDzzF5n-sYjMBl?or_bt(;=mMXWmOD;g|tpj`V<^6Llzi#y(_Psic<6LAaj_W9nTNF_5 z#qoEQNZXNrJDNl`#SeG)Y*y}-N%>Kd8!OWEqeb#@aja&4q|WAxliVr|jrS^>q-Jje zo(0`7!!UmN-8Ir7XoidH(0j1fd9b0a=?C@IxX{To zfi`@*vw>%{N}u=9s?SE`AqQu`D! z9Eh@1xddk6+4-n@ra4To3lY%(r7vKMdV9l)Mx_lqn^P42>nslI&N`#9hKLlt?=$J?T%}sej_j&TA$E*?omzyYHM* z_;fHcM7TY*uJuj<$kIJ!haI#j=-A(w?K}^b9qUulA)sUkP`1T?5Z9lov{ahX##uNa zbG%55rDQUx@^O2l6FVP75yzvESBm^rQ>XS*^}^x+uKGE_m6JF-Q@k<|-DaNS*&JPo zd0Qr*3A2`Tpj3XYg&eH5D^oFUlH9v{nhMbiRg3%=_C=l)eq;E!(i*vZy$QgY0&S>{J)l~lxuRSLbk|nU=B;2l=IR`xN7Uqbl^tL?@F90t zEyjnfG|P`072%*G#Rd3*ET2>z#ltLxRWn#vaAzt7D-K8#$ z5~=t^DS3cxR?)Jb9*eo*C9)4zu3hu#FrcDaX|m_ zWUzSrtf-o(Xe{5bSgWbfvf*3uKD3%yTbf&Yd(*_us)NC}$o9&4DH@t->@$0i_ygl( zV!yM;Lxr+|q3;6}OXsief9syG6FT=qAvnvgK_PG0R}OQ&bDMO=h@b=5lnD!BbO(Q^ zy(5v7?G?K)>#;f}`#<$kkg0$3o>}W%Ly+{;74*xed24Y=}6V>k-mzKuq(a`#*mx z!awZ%nuV^uiBYgAFdX);)!jIj#kjpxOe$MxTrf0Qt#_#)Wk)v}-aP_k6nans13~;b zSS5qjRu6MDxl;cQMg0@1Zmt&tJ1?a$(X2L<_lbSdopA1T%livR!s diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-38.pyc deleted file mode 100644 index 358828730c898d67c3bf6750b2ff7fc7c8e47bd9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1244 zcmZuv&u`;I6rS;~I8M5hw!2!EMY6=D29jzUu_}l~Xp^90_$C~%O@4fMRpP%P=ZOucle*R>$|EGn} zUz)5g7swZ|#jjupBAB7DL>%IR8=+C48Jd6wvqpAkV?=G<0d6v9R0%61H*`nUunKYX ztw*eZ0azn;fpy{(xJD`k-XU&*Z;@(&>%vo{7DcyOMxC@;BCcSxW zffjn8)#)$oA&oEm$UmD%DtsY1e5XIiIE0=)f9A`~k2B6`EZM{-RD$EnA@ylmj>PkP zSo;xUXA#ta<1C9KMw{nU=9~^Fyi0BmZ^Jo31D_=q)X#F7ZU=sr`Y$GOn5C`W-+G+h zwE>oE_gb4G_`b3u5huxhP*)bnI#iyJ5trgJkwaxNnkt7-P(+n2a+XL{>-O5uJ8&)f zFT2VSG~)44Ip;hZ=R!H9Mz!@Ok;)Vkp*A2z=pY(1d8A|ZJ+TD_*>&vUhsHhp0N=;!*uv}o@%JDe+*OYL=veSgpvvHs-__0o=+#{IX%>B& za+1Tp<$AozxgjPHu5T{aS68_(+y3#<{+_Ddc#j^d`qJ$`?XI$e?($e`cbRDIt{ww+ z(B(Bwa2)F|rl&u+Z??C?jJ=Ki7X>_+VUIJVxEH@RoVQ%Gf`a=b8Tl D%p6fQ diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc deleted file mode 100644 index 83a32df800b3bdf83a36b715818be61ce8311bec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 623 zcmYjNy>8S%5T04vXLE9n6GRk<2f#&q6%t4YkPtMHlEOiOE3ho@!fnof?Cuc~`5F>M zJjPwgD{VnT#Vb%T>qIECn*Z7PX6D__&KQV(JiDL&@&JB2=Qc5NUJ>iZBsg%aV1BJ} z(5zy$H}?>@$Nfu~`y4Y!f zoMnWu#vXcHdg{Bu6Snbs*rI9-Zu~8wEt&dw9-E+t3tY2fXdd`rM$54}LU8W`a6g0h z&@)$?QSVLIlRSyG%<1BJtG7l|`KrUuC<}WZhim zC#VUf{=S@wBv1h<8@4(fHhf5s>3_I% kfJ@7^rsS~i@N1a+mbmL$M9=G%uPX7v-A}uv9a8N519?rBp8x;= diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc deleted file mode 100644 index c82dc00356822241c1be2640b61c179b8b3eec4f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2254 zcmb7FTW{Mo6ecNIRutPwn>N^`*n}FWGz?)(_R<~FcAFS|84X@^OdgWo$Mc;h&8CB({C<7O|7#JU zztzX-Lg3>LRQ?*82t_zSDehvd#v~zKqI;uj=-%v_&>KlDwYnBY)M9tx+f3@I-L=!X z?i{SEMb>Yq>qPa)hJHSpiyY`1(R|c^z8N*67WA!XAzFlfAtJlTJNFOljyxdXYa_g*RI>ep}g?EO`7Vmice%PMfw>;lwBD$BG+IrTo&jUNB9IE zlN0oUjL--_L)j%02}78o)-whUyNZ$eJ%_iji+(~C2K0>KokuKA19s>FM+r@7CIUr; zoA<^b%|J83FX!zEMs2yYvFqRKJn)Qt?vZT zvIlQsld+u1`orDvz zks<1pA?zcSxww>g{)AE#P4sdycfmb~(ST zgK7+)xpDWw19(YU>F-nFt3a3%#};6{v_n7a2h1;Iol&klODBdXI<3Y$EJS`ygN$C=ZvW8p+m9 znTa^1&&FnHfI7(9KFiAj@c$I9FI$ZMTE>h<{@863+{S5{`r5t3=?wUCDeTj5;GdBb zjpj1ALv{n3*uvxufoc*HpT~=D*ed)JYMoJYpeRb-((nmqvLw5Tvp2h}%vdoWZ%n$rgZQHzWU^;EB<%^d#m7-UW4ZbU(N0W|80K0QmV8 z0D|Av|8_v#5NpFdfNd3~9@gMNYHXe%ZWcFt8q+DP9Ya;uP!aYuSiD8)_qP^3(}+ nB2@A$?VD*Hl?lDA=;BH*8lcYbBMo?Ri-v94i?(Z@vp@U~8PPzV diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc deleted file mode 100644 index 982560caf430bd306ecc05d5049aa722f5ba3900..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4141 zcmbVP-EJGl6`t8$E|(NZ{a9A~mttEqby>tz>cpwzs;(W|v4l3XE7^{{NV;BehUA+2 zL(L8?i=cX82}o~>0)2o&LV*H)i#$TE=eAdUgvDtmXX8DCZ z)4K@$IW`add43W4mzc3Z>I?q{uSlJ$*{Y3~;GnutdJ&PAuf!X_Hk9syMGH0K7MOI>Ecsm$vc$Zj})!SZ9#V>jpoA;h-q!qZFA?c_=)O_`f-N?CtywhVA+@?aaw9VponR3pl0&k>c7B*uu2 zh!401G#JBF&ql>J`hf`Iu_-s)+b)AmanrUNM4c2+(T&|Ch{4K!8YU7p+?A;t!IovY zP?TE?L|g!4|MTl*8TXg_VgCxc z4Z>H3;dPkMy@nrk@xcZzk|0_h$S}&5a|Mn54rqt5Q2PF5bY4fr9?s?)(U^?2C=5;> zY~!id(K-hW3DIH3J{gf0^uRbIcL57~7%#JVVj?O>KxJ5Tn8`P_T`D2md-MsRWDCe* zgS?^WwHfgQ95xyssp2>)+S|Ok2r5)*rNa~csxNL{MU7~a1^YPs+1UDgn%_zXiEOMy zX)B1bn~kGMa6HXy5R3Ovmz|^I4Hf9o>6I$es+Msv9Vl~n<}FLL(8tMx?E(}XtOaO{ z3bctqU-D!M6mAHJ&w$^a!lH~F+Dvtj0I!Lh1Oz@*8pFO8i!C351Z6hR&ng7)X1&{%#nFW!B=yId_}fu7Lk@Lw2fX_tWwx%N~F!`$Xo)byr$1U;wh97YPhs( z$>PY++G@LnQQ^QDS%(zR@%7e2SsIVHUmLsTu0663%7=ROk$IlH|U!Y<2VvY_w_d{8oRAvItx+>^T z%EI-O3Exj+Wl@u=KaSEkE3LrP3~7fr7Ohc(F2HZmaA<|rj5%mKba)Y?!L!EO=AS^* zgb_5F=0InTB;W(%HKdviBHo9OfOZ>RIy`TT{D9(#KV`4@2);dnlH=JJR>x-Kk@&&F zM;umzIRFK#K*;6`-je?p8o;ej(TfsP&_>=-7HU4_ zms&U(M-+Jq!nvEp;rX{l8>LRTi~u=0xgSCYd6z+?|9Wm0I0+aDPRm!opV!DA$U6B4 zL?7Qz;Ub5ruc-{Ni5V#E^F(|G^C!e(^#j=z*Wt_mFdXFq5YtRej0$~+=_q$1abU(l zsA!m=4->-CJN4ly@?6tNA8rLZ)7c+U4v<6-Hq$iHU=lwCU8jwn@qIYFLoQO^Z^QV6 z>K7(xIv#$vk$654Qin$vrsB7_*xOcw6pSYMe(z{GV=4vbV|B=iHO$t?@V>9gz8|M- z5MjIG`&)w`8jloxpQSC|7neYta{2;xOvoMa0j^)iO2ZCMi{3}^8*FLoZea@#_f&O)Q_wOkkU8-n>hQ^a4%PGp@>|k|O9M0a9nWGG zE5J3d@GazT4>O{zsz9cAP0oWp{0?q}sptjz%(YXY`4&ifka31tGjX^1WdV$v&vJvD zVNo)01>YKkg2y}=AJjGJw$iu{w|RYIbc2?J@a0p0@-h2P&C&NuO{S1BCPa_6>5RZ% zwRj(|@NU*kxAC4AO1$c!60lB;>Hh~%!N6eATq==!$e!`SkY(zk zy`ie)`>iO*GC+ymZoSEfmu)l&&l)KVmrm@#@nujCqX<0MMmO$2$rhnPR+02P!HXc~ z_G1<|1zsM+Dpq)h62HRg7;V}HMCG5LOgMb;lns-lb{pq@juoyf?qY@Z>m;D6WA|D- zf@3wc#u|#~g)l;WC>f>}K(t*c>ZsM<$D`FAz&|NCS_1tOzko{3!d<%I!<~$!qLGEK zbjHo|wob(7^!VhS-8jNUmM1UmJJNzWC8#gt4FGOSX99KMq@H|O?(_j#0=ZAw7)@6=pF3|Imq;!)hKYym0D(tLnz1^#{%S8U*(?l%3}-eP(m89Ph&sAe6I`Q_M{y h;Os|GRSd^iG#1SYtr!-)1aG(m7?pxmD4TQ5{{j*4@i_nh diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc deleted file mode 100644 index 9514491644b887d54f135e452210d546544de817..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9117 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 HCiQ;-u~v@M diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/models.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/models.cpython-38.pyc deleted file mode 100644 index ecb79686111b87fed8985d3f1b2b8810a16f4192..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1921 zcmb_cOK;Oa5Z<+&N7JP50#Zd~BrZ9$IU#|lP(=?2AtI!z63S)edbZ65$98wOK%?B+ z13v?f{Y$=b;xBMw#!lK$8WB;}nwfo$zxj4&4jPRb!}jIbs#x|I`%Z(&hI4Ee#rUXz zbr^7PBHrPz7`WhFFz}>v?si;o_F1zu*gUW*QdUXhA0^rcd8A?$AN&0TWMpbT&81lUHyrSjPhoN@z<^h6>s;RACNn1!^#lwhDDWwhn8EZarIjBhOw2M#5gwPXjIAs?RDO?7Y*-M+FEu%%_z}Vm}Ph;BXv@ z?FQCY#y_O9KCTA-2YFWWv4t)|9yjV!EPE(s3DuAfnP5W)HO92hE_u7@WOY&eNDB0l zEs8NqB8&oKnr`M9869OVtuFk&c**n}`u+L5W&3F>Rq2+BjSZq`YoMMcpJew5P39t0 zY^9EasC9~WVp_!&Y^P^gRp6SkLd+9Rx?;x5eDLr#cDBcRLr(ifjrv!C(hIU|$a?&o z?=wv#V31xnFkMZ~n_QRCCkO>?5n>TXhP<)q7>b=?zKeEZqdvLM$zH(DkbOnM zE$=zs@G%xRT>Q<5?5vukQU^BCSy_k(!@qQLU|A`#U8!&2({z6;C}U_FQ|KX2{{T!A zWKFT>aHJ4=nP%vEuUXQoI9x~hD++XQXB5X6%B?8Y5W#~PP>_SWqnO48@vt!qivPid zJek79Jw&iM0}66*XD;GtT--+lk7htY4*sZ7l%jdsP#l=LSfwy|9kXOHaj07L+#&C| z=T~XuWi@5;N)v}tm+(}!&`#{@ej3TX#5w~-rn^O^Q`%(ZzO>y0Za!#w_K#5v)da@t z+;gT?o>Ahqn++-!anQ$DvYHTB$xb8c*M&Ga4WiLXMF>bjyfrFoxFIdw9 z(sX~C=qobtI^Xghl_pK4rGjGURF!*f)vLObU%sR1Y2t5`!^vS!hBjZA2>HrqR^2IJ Nzo6Qg7hQDg{sMA>kkTd+*aA{|+S1e4)*uQyTp(toa>`#Y96Mk2k`!rZ7Sq#@s_O2luO9n( ztL0gEzW()0_~!-7`VS3GJ}w3y;8ksAS={0*u~HT=MtwW61KWI^z%gGpaLu<8RL!>* z)bMqZdfEsYsTX*L&rK%MX3#SIO43dzgGtk`CY^LDm@@rZGM&x@Gp1ipX4AP~&h#6} ze0nB0WBOjQke&_BrssllW;~I+mYxsJn|?ESJ-rZIV3xQb|7FhdM(_r{t;A0+1{c#y z!6if2PTou}2ba;G3>JmE|CYFNz=EHAXz>o8`pV){V(FO^{FG1gnXjziXMC2=;d_(bTwG+OVJZjWQT$t-d(%>>BDu9 zbh=xjI|zr7-U{>W3~YAkiA;^82ze~axyM3>ai(;XB!Y)8PtZEKK$}f}^637f@YY9n zZhag+_<2F?3aEH72y1W9FR?9Z-+Pg)US=W&kUE)1@9CQe-xA3Y2 zO>7lb2q>au1(RFa?mPQ#!8kjxX>Rwbt`t_EJ!9W2?Af}yUn}ebrtAI2S;P6zx^8`D zJ+Qv89$MKs*V3Mz(9NDR@MMo!^m}Aw_7~UzXS3IK+X{y>nqKKE7_e1VpiwQ#w)v2` zjR{ISSEWnFDBXS@XQd0vq9vx%P4bABj@nUWbqIULPs`ffPwz;X%hLN@l#IloA)&na^gO-7}|+vvS1KCCeN= z6?BfR^mhzk0ZVzLL(L8?gqZ_aMfqm7a(b3o#!`mnn_Y~^s&$fbz~oRjs0WL7_8jf) zPZZ7p+jC!9GIL{V&n@izrfwYo6`cLWE?nL2Prhf3dAa?}1|GoO?-Xuf5XdXfT?Q1q z#KTd~*uF|G?In@Yp)r5i9PSL`BR4A9_QsO^ExYn;mJwMOaEwTw)X;co+*q&Y3szVyrY#)8t$Km##`+~t@PQm&vcb>Do zimvo4`_%($ugcw`(ytAwa+g<*dS1`dt%ywO0b zXuV)+{!rGL7ffE_&AoQ!a<!^Vi5)-h`6i|*!f%e! z!XERhe3OF-uL>ayC>OEui#RjDBRK$Z{6zRqVyWTMB75Rvd!XAmfD-bG@;_g{ z^B}x+6JaX6efNQnzz9isuV-k+8PJHsL5PbyM0I66)bIkmHO9Dn7m!+8Vv=Hke2W?i zXz`zJG^`DjBvWcMgeaxLEC*(}c)AK~H&N~6+u=@>4FoUe#v`;LNF{2jNTDEe%jU@f zteixy9amdK)>CCm%MqNChg&&G!`-hR z%PfCUUG=w+i!t_J&XHcDCsCY4n~7NQh+S>vqlEk2JX0}hzrzqh;-18j(ax2{<8b6J zFCT>%?0*GZDZ&L`*}cAj;DvaDZ~-6)sw~DPCPAd)1jtbO_$W|31VD>*@w5x=_41|j zvI+H;Q{y-UzT;e1K|+IFDJ~mhly$P6NhxI=0cB{?%sV8hrE}DtD0Oi+ zu4I+iDMZK`tya5IK#HUgUQYI4z_5#}#3Wjkb&6=4I5DawEhQBgCSjD#O<3^gWF`#B zh7p(Kj}bM?+IA!}9KLMadD;~?4a%`9|9=ga2Uoa%oAd%(JtMT|2X!JnX=ca*O|*)+r#U!rtR6YtjZ`MyKaYhPTg+0HmWxJ`)b9dFR1PBs?|1V zs#phy<1z0C*RKB0uA$0v@j?=)9NWV0yLz=lBS?^cz^+Tnl)rl;O@AjsNeNeeL=Dv> zWsS5=TCU}4gv96TAM$;0mt7! z`llhMh{E__1AcVRc!s=Alb;b=HQ($b+>ITYGP$w%2{azpVrBikaS8Vus=n0QXqq-k dvhmOE0EtZ$hvOec7`s?Q&v6~k>AX{K{~v}Wj>-T4 diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc deleted file mode 100644 index 9a7ce8e18530b92d8f077b5cc865a0e789a61eda..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2605 zcmaJ@%Wm676y=bVMA4MxhvL{tnoa{Wh=5pbn-*w|B8cHQsS#T-YzJsq1Qa8VB-(ss zW|Y*1477C@UGxLGl$ZU5e#&&&RezzI_RdfeWCtjPdGhk|&b{Xx>P4kuYjFMY)uQ+3 zjHdl17t@yki$~DdAJ7F_fFdnME<$pyN4l%SXhcSAx~AGQqe5JCi)vnoO0nfyaoH`a zbuqHz8Fxm_OOX>-+=`l8(QI6Gt4JeN`YZS=M|1JKJ0CB&3+lcdEygvsrsgxzwRp*0 z0$Y7}oh)ArukeK5Y|L*M-e8(hfTzp-hzCLLa6H*v&W7gzOUT z2R`?=C{5+VP7tyz@=v_X=RH_2?7rN4>1}?qwfW53f6;7iH=lw>>v_h(i64o=VLyuq z7?ySkV}4gooyQ^LG<@BcHf>!7KDta8OVBoc}&4ZHNZi1v=BYJ~RSj zXz~It4$!%Nfne7d7z6#d2)Qu*-;k!+7_QA8X&>XTgL#kOZupiYc<+Sw(gcsriDRF) zdxT*h-`OW``XMA{H8;6~CwXbu%G-M8Q$HR*>V-)sUB?^v!77)B#AyeI31^s+47`wp zhe;Rw=H8S88B**YrF1n86VwE<5(!+ zeVVM})*xmyR(we-^hnoy< zCvW{I3=YPKS;yNQ+#0!LUZ#@U!aW}{nm{^~HSVMo@|?e|c_>h$UZMpkuW%-g4hW}3 zxmAE9Ga}5RG)#mM`WSGrEN^80yGEDcP5(Sx<8ii@ zh1qJDFz!du>S_38`i}IzkejMO-Z`NFl9exR1 zGbK6|OE;0NFClsZ_S%5S$t8g<6QF?p155&RhB&~Tqa*!Xr*{Y1&=>%$)y$N$Gd=l4 z?gjvN`Y6!PfDFU&oh4ov76XHq2HKHzjxKZ%6Z1?T=s^MK)8plVCW-PB;`X^FsWO}y zfFGp6%(>8jG{w^&bBxox(C?9deGD;BfC+mg)a7W|Bswur9k;rK zPg{&|#;|--4h>=LZXIqs-Z8CbVX~BJ7Z< z;w5cDWl}{=ipw@Ib6RACGaa6Arb7|MDD8F$6{UARO`x>Yl76fxZ3Au6gi1l8hTJnd zprfMDj#5SdkfzLpsEmX25cPr8zhVDKzb{jgaXd(w$|LVGf zYy@+C0hzi5&?y==Qnr`CBV&gNs z%YII9DT(iE-Z*^8S?uHKV&BKGC99>pfT$)Z$0MoB3wT=HzpSCnx}oA12Be%WLaeYM zL(acKQbD~SY;#(Jy(>u)i?U2t*!2|ba&{GEf-J+*sZ8Xh1j$dzBtf6S0+<2}1Ku=X zrc(4+d$p_*reA2Z28n}F*AOt_O-+4JjixAXHxCXsc6PS*=`C;qk$(t-SeQnS7ljF7 zq97@e)q%Lu!jzj=Pg9YPjf95KZ^14~!%9q?0w&!*FAi>1*s62@%Nq_<{ zg+pRLj2a_I$rFkhP^tz9TN0#H5x~7RwF9Ojy;5?U3+%Eo7zJrVQEI z$$4pcidm42kEBbfr3zE3?kZ_hsg}Y{CB=mGb({wMh&+_K%P@2faLNIW%|U}7i1VBr M4coAmtee*Se}z5VWdHyG diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc deleted file mode 100644 index 02a02873e2afda57268ed5d2c989fd033e5677d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1014 zcmYjQOK%e~5MFP#X%aQO1%i{2kdl?!O)ns52tum*5^Y+M^gt-GoV7Pux)00iZJW^E zIPf#tBR_=SfV5XmoVas=@uo>*X=Xg0@yz&}@nN-EF<^arb)WpS4C9wp=2rofw?N4Y zV9a1BFnU^=0Se8Yi41PaXP_5?LTL3YWH76@z)Gyh7Qdoik)e)Zmw&@uqiv(?-rk3U z4`h9NWBna@f7ovCw71~Y+VvAP{^5rrmI^1MWEm%1r9#DV0DBc5^T;3brZzcL4o*I< ze!?yMW%a4NXktP_)i7H+TwuA3=#}QgfwCp zut-B5sRW<;YKW7eAL3I z1HdOHM~w8o&!<71`P*sKPd$%I&Pbdpk*YPk$wRkR=Qtf*fWv8>3?l$Li$XQO*~(B0qP?U2s)&R$mZ zVi{6p7qV&&*Yt7O-J3$LtIaGxFZpiBDzxSAMni?7A$+moM~R|Aurl^v#;1JvTp#8{ z{77*b(V&qkKS&xk{UH6+4;Y}8Jr3zHCvz6v5~345(i4z>wQ>nrsDd6Kc^l4bv}rF& z_<2V51Ts0ZEKZ)qQ6u3;1F459D_$#ls$@ws9U*_f9J{4mORvM2r2&6~KueZ@mCPm6 LLQ7@ypIQD7ym2d( diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc deleted file mode 100644 index 6c836dcdcde1869841affcfcbd3bb72187c501bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4872 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 diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/typing.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/typing.cpython-38.pyc deleted file mode 100644 index 48a3b42f3ba05846949a690f27f4052c4b011c1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1282 zcmZWp%Wl*#6rDaKP((MdWpQ_?(j*bBKrkQ#RJ2rxsw(ZG-OPBBJB>wRN4C=;d;!10 zFLldbu;N_LwDb{8qH%1Wd+s^MIoa4q2DpB`elq6u!QhV!ZeA-GyvOYy;ZY9G2Ib1x zO1b)Nu(_r_V#BU=WLSl|C*8C)H*A77=j4M5x}eavGSY@x-DXKLY5KOGP)ecV8*7-9 zQFZUNr(kVObEeKSmf?w4SUXuDO{lSDSM!kOl`g8Jb@oD+SW{TXH0w+ev;~w7y^KmF zd{hlolFHBg^%~FupFKA0R9*MO{}tx8t4o@)G-O@il2jnqp|3`GmO`qOmO_Pzner7% zQkv*MstBGGeq?NF+q)Y}3#P^fs?>!*^#YqlTzkQ;VuiYWf`0V50lN>L02(@HJlQVX z;0U1v=YmaXotoC76_!T1Jh#fJ0DW!e3RIj~mmKz?0?Vy@`DZ($NvWm5Q2kgGS;P#)midwlE}7GLr(6sGY}N$>!yspZTby%iEa1T#jL`z36_53&{{WX_ucrV2 diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/ui.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/ui.cpython-38.pyc deleted file mode 100644 index 673bc13ad2437bc04dcf5851d3644a12e8c4fc42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11807 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 k>s@a=%VCC)bFV@87ebf(EsRqa;vIrq str - r""" - Return full path to the user-specific cache dir for this application. - - "appname" is the name of application. - - Typical user cache directories are: - macOS: ~/Library/Caches/ - Unix: ~/.cache/ (XDG default) - Windows: C:\Users\\AppData\Local\\Cache - - On Windows the only suggestion in the MSDN docs is that local settings go - in the `CSIDL_LOCAL_APPDATA` directory. This is identical to the - non-roaming app data dir (the default returned by `user_data_dir`). Apps - typically put cache data somewhere *under* the given dir here. Some - examples: - ...\Mozilla\Firefox\Profiles\\Cache - ...\Acme\SuperApp\Cache\1.0 - - OPINION: This function appends "Cache" to the `CSIDL_LOCAL_APPDATA` value. - """ - if WINDOWS: - # Get the base path - path = os.path.normpath(_get_win_folder("CSIDL_LOCAL_APPDATA")) - - # When using Python 2, return paths as bytes on Windows like we do on - # other operating systems. See helper function docs for more details. - if PY2 and isinstance(path, text_type): - path = _win_path_to_bytes(path) - - # Add our app name and Cache directory to it - path = os.path.join(path, appname, "Cache") - elif sys.platform == "darwin": - # Get the base path - path = expanduser("~/Library/Caches") - - # Add our app name to it - path = os.path.join(path, appname) - else: - # Get the base path - path = os.getenv("XDG_CACHE_HOME", expanduser("~/.cache")) - - # Add our app name to it - path = os.path.join(path, appname) - - return path - - -def user_data_dir(appname, roaming=False): - # type: (str, bool) -> str - r""" - Return full path to the user-specific data dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "roaming" (boolean, default False) can be set True to use the Windows - roaming appdata directory. That means that for users on a Windows - network setup for roaming profiles, this user data will be - sync'd on login. See - - for a discussion of issues. - - Typical user data directories are: - macOS: ~/Library/Application Support/ - if it exists, else ~/.config/ - Unix: ~/.local/share/ # or in - $XDG_DATA_HOME, if defined - Win XP (not roaming): C:\Documents and Settings\\ ... - ...Application Data\ - Win XP (roaming): C:\Documents and Settings\\Local ... - ...Settings\Application Data\ - Win 7 (not roaming): C:\\Users\\AppData\Local\ - Win 7 (roaming): C:\\Users\\AppData\Roaming\ - - For Unix, we follow the XDG spec and support $XDG_DATA_HOME. - That means, by default "~/.local/share/". - """ - if WINDOWS: - const = roaming and "CSIDL_APPDATA" or "CSIDL_LOCAL_APPDATA" - path = os.path.join(os.path.normpath(_get_win_folder(const)), appname) - elif sys.platform == "darwin": - path = os.path.join( - expanduser('~/Library/Application Support/'), - appname, - ) if os.path.isdir(os.path.join( - expanduser('~/Library/Application Support/'), - appname, - ) - ) else os.path.join( - expanduser('~/.config/'), - appname, - ) - else: - path = os.path.join( - os.getenv('XDG_DATA_HOME', expanduser("~/.local/share")), - appname, - ) - - return path - - -def user_config_dir(appname, roaming=True): - # type: (str, bool) -> str - """Return full path to the user-specific config dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "roaming" (boolean, default True) can be set False to not use the - Windows roaming appdata directory. That means that for users on a - Windows network setup for roaming profiles, this user data will be - sync'd on login. See - - for a discussion of issues. - - Typical user data directories are: - macOS: same as user_data_dir - Unix: ~/.config/ - Win *: same as user_data_dir - - For Unix, we follow the XDG spec and support $XDG_CONFIG_HOME. - That means, by default "~/.config/". - """ - if WINDOWS: - path = user_data_dir(appname, roaming=roaming) - elif sys.platform == "darwin": - path = user_data_dir(appname) - else: - path = os.getenv('XDG_CONFIG_HOME', expanduser("~/.config")) - path = os.path.join(path, appname) - - return path - - -# for the discussion regarding site_config_dirs locations -# see -def site_config_dirs(appname): - # type: (str) -> List[str] - r"""Return a list of potential user-shared config dirs for this application. - - "appname" is the name of application. - - Typical user config directories are: - macOS: /Library/Application Support// - Unix: /etc or $XDG_CONFIG_DIRS[i]// for each value in - $XDG_CONFIG_DIRS - Win XP: C:\Documents and Settings\All Users\Application ... - ...Data\\ - Vista: (Fail! "C:\ProgramData" is a hidden *system* directory - on Vista.) - Win 7: Hidden, but writeable on Win 7: - C:\ProgramData\\ - """ - if WINDOWS: - path = os.path.normpath(_get_win_folder("CSIDL_COMMON_APPDATA")) - pathlist = [os.path.join(path, appname)] - elif sys.platform == 'darwin': - pathlist = [os.path.join('/Library/Application Support', appname)] - else: - # try looking in $XDG_CONFIG_DIRS - xdg_config_dirs = os.getenv('XDG_CONFIG_DIRS', '/etc/xdg') - if xdg_config_dirs: - pathlist = [ - os.path.join(expanduser(x), appname) - for x in xdg_config_dirs.split(os.pathsep) - ] - else: - pathlist = [] - - # always look in /etc directly as well - pathlist.append('/etc') - - return pathlist - - -# -- Windows support functions -- - -def _get_win_folder_from_registry(csidl_name): - # type: (str) -> str - """ - This is a fallback technique at best. I'm not sure if using the - registry for this guarantees us the correct answer for all CSIDL_* - names. - """ - import _winreg - - shell_folder_name = { - "CSIDL_APPDATA": "AppData", - "CSIDL_COMMON_APPDATA": "Common AppData", - "CSIDL_LOCAL_APPDATA": "Local AppData", - }[csidl_name] - - key = _winreg.OpenKey( - _winreg.HKEY_CURRENT_USER, - r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" - ) - directory, _type = _winreg.QueryValueEx(key, shell_folder_name) - return directory - - -def _get_win_folder_with_ctypes(csidl_name): - # type: (str) -> str - csidl_const = { - "CSIDL_APPDATA": 26, - "CSIDL_COMMON_APPDATA": 35, - "CSIDL_LOCAL_APPDATA": 28, - }[csidl_name] - - buf = ctypes.create_unicode_buffer(1024) - ctypes.windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf) - - # Downgrade to short path name if have highbit chars. See - # . - has_high_char = False - for c in buf: - if ord(c) > 255: - has_high_char = True - break - if has_high_char: - buf2 = ctypes.create_unicode_buffer(1024) - if ctypes.windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024): - buf = buf2 - - return buf.value - - -if WINDOWS: - try: - import ctypes - _get_win_folder = _get_win_folder_with_ctypes - except ImportError: - _get_win_folder = _get_win_folder_from_registry - - -def _win_path_to_bytes(path): - """Encode Windows paths to bytes. Only used on Python 2. - - Motivation is to be consistent with other operating systems where paths - are also returned as bytes. This avoids problems mixing bytes and Unicode - elsewhere in the codebase. For more details and discussion see - . - - If encoding using ASCII and MBCS fails, return the original Unicode path. - """ - for encoding in ('ASCII', 'MBCS'): - try: - return path.encode(encoding) - except (UnicodeEncodeError, LookupError): - pass - return path diff --git a/lib/python3.8/site-packages/pip/_internal/utils/compat.py b/lib/python3.8/site-packages/pip/_internal/utils/compat.py deleted file mode 100644 index ec3995c..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/compat.py +++ /dev/null @@ -1,293 +0,0 @@ -"""Stuff that differs in different Python versions and platform -distributions.""" -from __future__ import absolute_import, division - -import codecs -import locale -import logging -import os -import shutil -import sys - -from pip._vendor.six import text_type -from pip._vendor.urllib3.util import IS_PYOPENSSL - -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Optional, Text, Tuple, Union - -try: - import _ssl # noqa -except ImportError: - ssl = None -else: - # This additional assignment was needed to prevent a mypy error. - ssl = _ssl - -try: - import ipaddress -except ImportError: - try: - from pip._vendor import ipaddress # type: ignore - except ImportError: - import ipaddr as ipaddress # type: ignore - ipaddress.ip_address = ipaddress.IPAddress # type: ignore - ipaddress.ip_network = ipaddress.IPNetwork # type: ignore - - -__all__ = [ - "ipaddress", "uses_pycache", "console_to_str", "native_str", - "get_path_uid", "stdlib_pkgs", "WINDOWS", "samefile", "get_terminal_size", - "get_extension_suffixes", -] - - -logger = logging.getLogger(__name__) - -HAS_TLS = (ssl is not None) or IS_PYOPENSSL - -if sys.version_info >= (3, 4): - uses_pycache = True - from importlib.util import cache_from_source -else: - import imp - - try: - cache_from_source = imp.cache_from_source # type: ignore - except AttributeError: - # does not use __pycache__ - cache_from_source = None - - uses_pycache = cache_from_source is not None - - -if sys.version_info >= (3, 5): - backslashreplace_decode = "backslashreplace" -else: - # In version 3.4 and older, backslashreplace exists - # but does not support use for decoding. - # We implement our own replace handler for this - # situation, so that we can consistently use - # backslash replacement for all versions. - def backslashreplace_decode_fn(err): - raw_bytes = (err.object[i] for i in range(err.start, err.end)) - if sys.version_info[0] == 2: - # Python 2 gave us characters - convert to numeric bytes - raw_bytes = (ord(b) for b in raw_bytes) - return u"".join(u"\\x%x" % c for c in raw_bytes), err.end - codecs.register_error( - "backslashreplace_decode", - backslashreplace_decode_fn, - ) - backslashreplace_decode = "backslashreplace_decode" - - -def str_to_display(data, desc=None): - # type: (Union[bytes, Text], Optional[str]) -> Text - """ - For display or logging purposes, convert a bytes object (or text) to - text (e.g. unicode in Python 2) safe for output. - - :param desc: An optional phrase describing the input data, for use in - the log message if a warning is logged. Defaults to "Bytes object". - - This function should never error out and so can take a best effort - approach. It is okay to be lossy if needed since the return value is - just for display. - - We assume the data is in the locale preferred encoding. If it won't - decode properly, we warn the user but decode as best we can. - - We also ensure that the output can be safely written to standard output - without encoding errors. - """ - if isinstance(data, text_type): - return data - - # Otherwise, data is a bytes object (str in Python 2). - # First, get the encoding we assume. This is the preferred - # encoding for the locale, unless that is not found, or - # it is ASCII, in which case assume UTF-8 - encoding = locale.getpreferredencoding() - if (not encoding) or codecs.lookup(encoding).name == "ascii": - encoding = "utf-8" - - # Now try to decode the data - if we fail, warn the user and - # decode with replacement. - try: - decoded_data = data.decode(encoding) - except UnicodeDecodeError: - if desc is None: - desc = 'Bytes object' - msg_format = '{} does not appear to be encoded as %s'.format(desc) - logger.warning(msg_format, encoding) - decoded_data = data.decode(encoding, errors=backslashreplace_decode) - - # Make sure we can print the output, by encoding it to the output - # encoding with replacement of unencodable characters, and then - # decoding again. - # We use stderr's encoding because it's less likely to be - # redirected and if we don't find an encoding we skip this - # step (on the assumption that output is wrapped by something - # that won't fail). - # The double getattr is to deal with the possibility that we're - # being called in a situation where sys.__stderr__ doesn't exist, - # or doesn't have an encoding attribute. Neither of these cases - # should occur in normal pip use, but there's no harm in checking - # in case people use pip in (unsupported) unusual situations. - output_encoding = getattr(getattr(sys, "__stderr__", None), - "encoding", None) - - if output_encoding: - output_encoded = decoded_data.encode( - output_encoding, - errors="backslashreplace" - ) - decoded_data = output_encoded.decode(output_encoding) - - return decoded_data - - -def console_to_str(data): - # type: (bytes) -> Text - """Return a string, safe for output, of subprocess output. - """ - return str_to_display(data, desc='Subprocess output') - - -if sys.version_info >= (3,): - def native_str(s, replace=False): - # type: (str, bool) -> str - if isinstance(s, bytes): - return s.decode('utf-8', 'replace' if replace else 'strict') - return s - -else: - def native_str(s, replace=False): - # type: (str, bool) -> str - # Replace is ignored -- unicode to UTF-8 can't fail - if isinstance(s, text_type): - return s.encode('utf-8') - return s - - -def get_path_uid(path): - # type: (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( - "%s is a symlink; Will not return uid for symlinks" % path - ) - return file_uid - - -if sys.version_info >= (3, 4): - from importlib.machinery import EXTENSION_SUFFIXES - - def get_extension_suffixes(): - return EXTENSION_SUFFIXES -else: - from imp import get_suffixes - - def get_extension_suffixes(): - return [suffix[0] for suffix in get_suffixes()] - - -def expanduser(path): - # type: (str) -> str - """ - Expand ~ and ~user constructions. - - Includes a workaround for https://bugs.python.org/issue14768 - """ - expanded = os.path.expanduser(path) - if path.startswith('~/') and expanded.startswith('//'): - expanded = expanded[1:] - return expanded - - -# 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')) - - -def samefile(file1, file2): - # type: (str, str) -> bool - """Provide an alternative for os.path.samefile on Windows/Python2""" - if hasattr(os.path, 'samefile'): - return os.path.samefile(file1, file2) - else: - path1 = os.path.normcase(os.path.abspath(file1)) - path2 = os.path.normcase(os.path.abspath(file2)) - return path1 == path2 - - -if hasattr(shutil, 'get_terminal_size'): - def get_terminal_size(): - # type: () -> Tuple[int, int] - """ - Returns a tuple (x, y) representing the width(x) and the height(y) - in characters of the terminal window. - """ - return tuple(shutil.get_terminal_size()) # type: ignore -else: - def get_terminal_size(): - # type: () -> Tuple[int, int] - """ - Returns a tuple (x, y) representing the width(x) and the height(y) - in characters of the terminal window. - """ - def ioctl_GWINSZ(fd): - try: - import fcntl - import termios - import struct - cr = struct.unpack_from( - 'hh', - fcntl.ioctl(fd, termios.TIOCGWINSZ, '12345678') - ) - except Exception: - return None - if cr == (0, 0): - return None - return cr - cr = ioctl_GWINSZ(0) or ioctl_GWINSZ(1) or ioctl_GWINSZ(2) - if not cr: - try: - fd = os.open(os.ctermid(), os.O_RDONLY) - cr = ioctl_GWINSZ(fd) - os.close(fd) - except Exception: - pass - if not cr: - cr = (os.environ.get('LINES', 25), os.environ.get('COLUMNS', 80)) - return int(cr[1]), int(cr[0]) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py b/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py deleted file mode 100644 index b9359bd..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py +++ /dev/null @@ -1,100 +0,0 @@ -""" -A module that implements tooling to enable easy warnings about deprecations. -""" -from __future__ import absolute_import - -import logging -import warnings - -from pip._vendor.packaging.version import parse - -from pip import __version__ as current_version -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Any, Optional - - -DEPRECATION_MSG_PREFIX = "DEPRECATION: " - - -class PipDeprecationWarning(Warning): - pass - - -_original_showwarning = None # type: Any - - -# Warnings <-> Logging Integration -def _showwarning(message, category, filename, lineno, file=None, line=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(): - # type: () -> 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, replacement, gone_in, issue=None): - # type: (str, Optional[str], Optional[str], Optional[int]) -> None - """Helper to deprecate existing functionality. - - reason: - Textual reason shown to the user about why this functionality has - been deprecated. - 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 errors if pip's current version is greater than or equal to - this. - issue: - Issue number on the tracker that would serve as a useful place for - users to find related discussion and provide feedback. - - Always pass replacement, gone_in and issue as keyword arguments for clarity - at the call site. - """ - - # Construct a nice message. - # This is eagerly formatted as we want it to get logged as if someone - # typed this entire message out. - sentences = [ - (reason, DEPRECATION_MSG_PREFIX + "{}"), - (gone_in, "pip {} will remove support for this functionality."), - (replacement, "A possible replacement is {}."), - (issue, ( - "You can find discussion regarding this at " - "https://github.com/pypa/pip/issues/{}." - )), - ] - message = " ".join( - template.format(val) for val, template in sentences if val is not None - ) - - # Raise as an error if it has to be removed. - if gone_in is not None and parse(current_version) >= parse(gone_in): - raise PipDeprecationWarning(message) - - warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/encoding.py b/lib/python3.8/site-packages/pip/_internal/utils/encoding.py deleted file mode 100644 index 30139f2..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/encoding.py +++ /dev/null @@ -1,39 +0,0 @@ -import codecs -import locale -import re -import sys - -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import List, Tuple, Text - -BOMS = [ - (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'), -] # type: List[Tuple[bytes, Text]] - -ENCODING_RE = re.compile(br'coding[:=]\s*([-\w.]+)') - - -def auto_decode(data): - # type: (bytes) -> Text - """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): - encoding = ENCODING_RE.search(line).groups()[0].decode('ascii') - return data.decode(encoding) - return data.decode( - locale.getpreferredencoding(False) or sys.getdefaultencoding(), - ) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py b/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py deleted file mode 100644 index 1e6b033..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py +++ /dev/null @@ -1,30 +0,0 @@ -import os -import os.path - -from pip._internal.utils.compat import get_path_uid - - -def check_path_owner(path): - # type: (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 not hasattr(os, "geteuid"): - return True - - 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 diff --git a/lib/python3.8/site-packages/pip/_internal/utils/glibc.py b/lib/python3.8/site-packages/pip/_internal/utils/glibc.py deleted file mode 100644 index aa77d9b..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/glibc.py +++ /dev/null @@ -1,120 +0,0 @@ -from __future__ import absolute_import - -import os -import re -import warnings - -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Optional, Tuple - - -def glibc_version_string(): - # type: () -> Optional[str] - "Returns glibc version string, or None if not using glibc." - return glibc_version_string_confstr() or glibc_version_string_ctypes() - - -def glibc_version_string_confstr(): - # type: () -> Optional[str] - "Primary implementation of glibc_version_string using os.confstr." - # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely - # to be broken or missing. This strategy is used in the standard library - # platform module: - # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 - try: - # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": - _, version = os.confstr("CS_GNU_LIBC_VERSION").split() - except (AttributeError, OSError, ValueError): - # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... - return None - return version - - -def glibc_version_string_ctypes(): - # type: () -> Optional[str] - "Fallback implementation of glibc_version_string using ctypes." - - try: - import ctypes - except ImportError: - return None - - # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen - # manpage says, "If filename is NULL, then the returned handle is for the - # main program". This way we can let the linker do the work to figure out - # which libc our process is actually using. - 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 - - -# Separated out from have_compatible_glibc for easier unit testing -def check_glibc_version(version_str, required_major, minimum_minor): - # type: (str, int, int) -> bool - # Parse string and check against requested version. - # - # We use a regexp instead of str.split because we want to discard any - # random junk that might come after the minor version -- this might happen - # in patched/forked versions of glibc (e.g. Linaro's version of glibc - # uses version strings like "2.20-2014.11"). See gh-3588. - m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) - if not m: - warnings.warn("Expected glibc version with 2 components major.minor," - " got: %s" % version_str, RuntimeWarning) - return False - return (int(m.group("major")) == required_major and - int(m.group("minor")) >= minimum_minor) - - -def have_compatible_glibc(required_major, minimum_minor): - # type: (int, int) -> bool - version_str = glibc_version_string() - if version_str is None: - return False - return check_glibc_version(version_str, required_major, minimum_minor) - - -# 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(): - # type: () -> 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/lib/python3.8/site-packages/pip/_internal/utils/hashes.py b/lib/python3.8/site-packages/pip/_internal/utils/hashes.py deleted file mode 100644 index e8aabe1..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/hashes.py +++ /dev/null @@ -1,128 +0,0 @@ -from __future__ import absolute_import - -import hashlib - -from pip._vendor.six import iteritems, iterkeys, itervalues - -from pip._internal.exceptions import ( - HashMismatch, HashMissing, InstallationError, -) -from pip._internal.utils.misc import read_chunks -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import ( - Dict, List, BinaryIO, NoReturn, Iterator - ) - from pip._vendor.six import PY3 - if PY3: - from hashlib import _Hash - else: - from hashlib import _hash as _Hash - - -# The recommended hash algo of the moment. Change this whenever the state of -# the art changes; it won't hurt backward compatibility. -FAVORITE_HASH = 'sha256' - - -# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` -# Currently, those are the ones at least as collision-resistant as sha256. -STRONG_HASHES = ['sha256', 'sha384', 'sha512'] - - -class Hashes(object): - """A wrapper that builds multiple hashes at once and checks them against - known-good values - - """ - def __init__(self, hashes=None): - # type: (Dict[str, List[str]]) -> None - """ - :param hashes: A dict of algorithm names pointing to lists of allowed - hex digests - """ - self._allowed = {} if hashes is None else hashes - - @property - def digest_count(self): - # type: () -> int - return sum(len(digests) for digests in self._allowed.values()) - - def is_hash_allowed( - self, - hash_name, # type: str - hex_digest, # type: str - ): - """Return whether the given hex digest is allowed.""" - return hex_digest in self._allowed.get(hash_name, []) - - def check_against_chunks(self, chunks): - # type: (Iterator[bytes]) -> None - """Check good hashes against ones built from iterable of chunks of - data. - - Raise HashMismatch if none match. - - """ - gots = {} - for hash_name in iterkeys(self._allowed): - try: - gots[hash_name] = hashlib.new(hash_name) - except (ValueError, TypeError): - raise InstallationError('Unknown hash name: %s' % hash_name) - - for chunk in chunks: - for hash in itervalues(gots): - hash.update(chunk) - - for hash_name, got in iteritems(gots): - if got.hexdigest() in self._allowed[hash_name]: - return - self._raise(gots) - - def _raise(self, gots): - # type: (Dict[str, _Hash]) -> NoReturn - raise HashMismatch(self._allowed, gots) - - def check_against_file(self, file): - # type: (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): - # type: (str) -> None - with open(path, 'rb') as file: - return self.check_against_file(file) - - def __nonzero__(self): - # type: () -> bool - """Return whether I know any known-good hashes.""" - return bool(self._allowed) - - def __bool__(self): - # type: () -> bool - return self.__nonzero__() - - -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): - # type: () -> 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(MissingHashes, self).__init__(hashes={FAVORITE_HASH: []}) - - def _raise(self, gots): - # type: (Dict[str, _Hash]) -> NoReturn - raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/logging.py b/lib/python3.8/site-packages/pip/_internal/utils/logging.py deleted file mode 100644 index 3fbec71..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/logging.py +++ /dev/null @@ -1,394 +0,0 @@ -from __future__ import absolute_import - -import contextlib -import errno -import logging -import logging.handlers -import os -import sys -from logging import Filter - -from pip._vendor.six import PY2 - -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX -from pip._internal.utils.misc import ensure_dir, subprocess_logger - -try: - import threading -except ImportError: - import dummy_threading as threading # type: ignore - - -try: - # Use "import as" and set colorama in the else clause to avoid mypy - # errors and get the following correct revealed type for colorama: - # `Union[_importlib_modulespec.ModuleType, None]` - # Otherwise, we get an error like the following in the except block: - # > Incompatible types in assignment (expression has type "None", - # variable has type Module) - # TODO: eliminate the need to use "import as" once mypy addresses some - # of its issues with conditional imports. Here is an umbrella issue: - # https://github.com/python/mypy/issues/1297 - from pip._vendor import colorama as _colorama -# Lots of different errors can come from this, including SystemError and -# ImportError. -except Exception: - colorama = None -else: - # Import Fore explicitly rather than accessing below as colorama.Fore - # to avoid the following error running mypy: - # > Module has no attribute "Fore" - # TODO: eliminate the need to import Fore once mypy addresses some of its - # issues with conditional imports. This particular case could be an - # instance of the following issue (but also see the umbrella issue above): - # https://github.com/python/mypy/issues/3500 - from pip._vendor.colorama import Fore - - colorama = _colorama - - -_log_state = threading.local() -_log_state.indentation = 0 - - -class BrokenStdoutLoggingError(Exception): - """ - Raised if BrokenPipeError occurs for the stdout stream while logging. - """ - pass - - -# BrokenPipeError does not exist in Python 2 and, in addition, manifests -# differently in Windows and non-Windows. -if WINDOWS: - # In Windows, a broken pipe can show up as EINVAL rather than EPIPE: - # https://bugs.python.org/issue19612 - # https://bugs.python.org/issue30418 - if PY2: - def _is_broken_pipe_error(exc_class, exc): - """See the docstring for non-Windows Python 3 below.""" - return (exc_class is IOError and - exc.errno in (errno.EINVAL, errno.EPIPE)) - else: - # In Windows, a broken pipe IOError became OSError in Python 3. - def _is_broken_pipe_error(exc_class, exc): - """See the docstring for non-Windows Python 3 below.""" - return ((exc_class is BrokenPipeError) or # noqa: F821 - (exc_class is OSError and - exc.errno in (errno.EINVAL, errno.EPIPE))) -elif PY2: - def _is_broken_pipe_error(exc_class, exc): - """See the docstring for non-Windows Python 3 below.""" - return (exc_class is IOError and exc.errno == errno.EPIPE) -else: - # Then we are in the non-Windows Python 3 case. - def _is_broken_pipe_error(exc_class, exc): - """ - Return whether an exception is a broken pipe error. - - Args: - exc_class: an exception class. - exc: an exception instance. - """ - return (exc_class is BrokenPipeError) # noqa: F821 - - -@contextlib.contextmanager -def indent_log(num=2): - """ - A context manager which will cause the log output to be indented for any - log messages emitted inside it. - """ - _log_state.indentation += num - try: - yield - finally: - _log_state.indentation -= num - - -def get_indentation(): - return getattr(_log_state, 'indentation', 0) - - -class IndentingFormatter(logging.Formatter): - - def __init__(self, *args, **kwargs): - """ - 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 = kwargs.pop("add_timestamp", False) - super(IndentingFormatter, self).__init__(*args, **kwargs) - - def get_message_start(self, formatted, levelno): - """ - 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): - """ - Calls the standard formatter, but will indent all of the log message - lines by our current indentation level. - """ - formatted = super(IndentingFormatter, self).format(record) - message_start = self.get_message_start(formatted, record.levelno) - formatted = message_start + formatted - - prefix = '' - if self.add_timestamp: - # TODO: Use Formatter.default_time_format after dropping PY2. - t = self.formatTime(record, "%Y-%m-%dT%H:%M:%S") - prefix = '%s,%03d ' % (t, record.msecs) - prefix += " " * get_indentation() - formatted = "".join([ - prefix + line - for line in formatted.splitlines(True) - ]) - return formatted - - -def _color_wrap(*colors): - def wrapped(inp): - return "".join(list(colors) + [inp, colorama.Style.RESET_ALL]) - return wrapped - - -class ColorizedStreamHandler(logging.StreamHandler): - - # Don't build up a list of colors if we don't have colorama - if colorama: - COLORS = [ - # This needs to be in order from highest logging level to lowest. - (logging.ERROR, _color_wrap(Fore.RED)), - (logging.WARNING, _color_wrap(Fore.YELLOW)), - ] - else: - COLORS = [] - - def __init__(self, stream=None, no_color=None): - logging.StreamHandler.__init__(self, stream) - self._no_color = no_color - - if WINDOWS and colorama: - self.stream = colorama.AnsiToWin32(self.stream) - - def _using_stdout(self): - """ - Return whether the handler is using sys.stdout. - """ - if WINDOWS and colorama: - # Then self.stream is an AnsiToWin32 object. - return self.stream.wrapped is sys.stdout - - return self.stream is sys.stdout - - def should_color(self): - # Don't colorize things if we do not have colorama or if told not to - if not colorama or self._no_color: - return False - - real_stream = ( - self.stream if not isinstance(self.stream, colorama.AnsiToWin32) - else self.stream.wrapped - ) - - # If the stream is a tty we should color it - if hasattr(real_stream, "isatty") and real_stream.isatty(): - return True - - # If we have an ANSI term we should color it - if os.environ.get("TERM") == "ANSI": - return True - - # If anything else we should not color it - return False - - def format(self, record): - msg = logging.StreamHandler.format(self, record) - - if self.should_color(): - for level, color in self.COLORS: - if record.levelno >= level: - msg = color(msg) - break - - return msg - - # The logging module says handleError() can be customized. - def handleError(self, record): - 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 self._using_stdout() and - _is_broken_pipe_error(exc_class, exc)): - raise BrokenStdoutLoggingError() - - return super(ColorizedStreamHandler, self).handleError(record) - - -class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): - - def _open(self): - ensure_dir(os.path.dirname(self.baseFilename)) - return logging.handlers.RotatingFileHandler._open(self) - - -class MaxLevelFilter(Filter): - - def __init__(self, level): - self.level = level - - def filter(self, record): - return record.levelno < self.level - - -class ExcludeLoggerFilter(Filter): - - """ - A logging Filter that excludes records from a logger (or its children). - """ - - def filter(self, record): - # The base Filter class allows only records from a logger (or its - # children). - return not super(ExcludeLoggerFilter, self).filter(record) - - -def setup_logging(verbosity, no_color, user_log_file): - """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 >= 1: - level = "DEBUG" - elif verbosity == -1: - level = "WARNING" - elif verbosity == -2: - level = "ERROR" - elif verbosity <= -3: - level = "CRITICAL" - else: - level = "INFO" - - level_number = getattr(logging, level) - - # 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.ColorizedStreamHandler", - "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"], - "no_color": no_color, - "stream": log_streams["stderr"], - "filters": ["restrict_to_subprocess"], - "formatter": "indent", - }, - "user_log": { - "level": "DEBUG", - "class": handler_classes["file"], - "filename": additional_log_file, - "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/lib/python3.8/site-packages/pip/_internal/utils/marker_files.py b/lib/python3.8/site-packages/pip/_internal/utils/marker_files.py deleted file mode 100644 index cb0c8eb..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/marker_files.py +++ /dev/null @@ -1,20 +0,0 @@ -import os.path - -DELETE_MARKER_MESSAGE = '''\ -This file is placed here by pip to indicate the source was put -here by pip. - -Once this package is successfully installed this source code will be -deleted (unless you remove this file). -''' -PIP_DELETE_MARKER_FILENAME = 'pip-delete-this-directory.txt' - - -def write_delete_marker_file(directory): - # type: (str) -> None - """ - Write the pip delete marker file into this directory. - """ - filepath = os.path.join(directory, PIP_DELETE_MARKER_FILENAME) - with open(filepath, 'w') as marker_fp: - marker_fp.write(DELETE_MARKER_MESSAGE) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/misc.py b/lib/python3.8/site-packages/pip/_internal/utils/misc.py deleted file mode 100644 index 61f74dc..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/misc.py +++ /dev/null @@ -1,1201 +0,0 @@ -from __future__ import absolute_import - -import contextlib -import errno -import getpass -import io -# we have a submodule named 'logging' which would shadow this if we used the -# regular name: -import logging as std_logging -import os -import posixpath -import re -import shutil -import stat -import subprocess -import sys -import tarfile -import zipfile -from collections import deque - -from pip._vendor import pkg_resources -# NOTE: retrying is not annotated in typeshed as on 2017-07-17, which is -# why we ignore the type on this import. -from pip._vendor.retrying import retry # type: ignore -from pip._vendor.six import PY2, text_type -from pip._vendor.six.moves import input, shlex_quote -from pip._vendor.six.moves.urllib import parse as urllib_parse -from pip._vendor.six.moves.urllib import request as urllib_request -from pip._vendor.six.moves.urllib.parse import unquote as urllib_unquote - -from pip import __version__ -from pip._internal.exceptions import CommandError, InstallationError -from pip._internal.locations import site_packages, user_site -from pip._internal.utils.compat import ( - WINDOWS, console_to_str, expanduser, stdlib_pkgs, str_to_display, -) -from pip._internal.utils.marker_files import write_delete_marker_file -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.utils.virtualenv import ( - running_under_virtualenv, virtualenv_no_global, -) - -if PY2: - from io import BytesIO as StringIO -else: - from io import StringIO - -if MYPY_CHECK_RUNNING: - from typing import ( - Any, AnyStr, Container, Iterable, List, Mapping, Match, Optional, Text, - Tuple, Union, cast, - ) - from pip._vendor.pkg_resources import Distribution - from pip._internal.models.link import Link - from pip._internal.utils.ui import SpinnerInterface - - VersionInfo = Tuple[int, int, int] -else: - # typing's cast() is needed at runtime, but we don't want to import typing. - # Thus, we use a dummy no-op version, which we tell mypy to ignore. - def cast(type_, value): # type: ignore - return value - - -__all__ = ['rmtree', 'display_path', 'backup_dir', - 'ask', 'splitext', - 'format_size', 'is_installable_dir', - 'is_svn_page', 'file_contents', - 'split_leading_dir', 'has_leading_dir', - 'normalize_path', - 'renames', 'get_prog', - 'unzip_file', 'untar_file', 'unpack_file', 'call_subprocess', - 'captured_stdout', 'ensure_dir', - 'ARCHIVE_EXTENSIONS', 'SUPPORTED_EXTENSIONS', 'WHEEL_EXTENSION', - 'get_installed_version', 'remove_auth_from_url'] - - -logger = std_logging.getLogger(__name__) -subprocess_logger = std_logging.getLogger('pip.subprocessor') - -LOG_DIVIDER = '----------------------------------------' - -WHEEL_EXTENSION = '.whl' -BZ2_EXTENSIONS = ('.tar.bz2', '.tbz') -XZ_EXTENSIONS = ('.tar.xz', '.txz', '.tlz', '.tar.lz', '.tar.lzma') -ZIP_EXTENSIONS = ('.zip', WHEEL_EXTENSION) -TAR_EXTENSIONS = ('.tar.gz', '.tgz', '.tar') -ARCHIVE_EXTENSIONS = ( - ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS) -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 get_pip_version(): - # type: () -> str - pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") - pip_pkg_dir = os.path.abspath(pip_pkg_dir) - - return ( - 'pip {} from {} (python {})'.format( - __version__, pip_pkg_dir, sys.version[:3], - ) - ) - - -def normalize_version_info(py_version_info): - # type: (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): - # type: (AnyStr) -> None - """os.path.makedirs without EEXIST.""" - try: - os.makedirs(path) - except OSError as e: - if e.errno != errno.EEXIST: - raise - - -def get_prog(): - # type: () -> str - try: - prog = os.path.basename(sys.argv[0]) - if prog in ('__main__.py', '-c'): - return "%s -m pip" % sys.executable - else: - return prog - except (AttributeError, TypeError, IndexError): - pass - return 'pip' - - -# Retry every half second for up to 3 seconds -@retry(stop_max_delay=3000, wait_fixed=500) -def rmtree(dir, ignore_errors=False): - # type: (str, bool) -> None - shutil.rmtree(dir, ignore_errors=ignore_errors, - onerror=rmtree_errorhandler) - - -def rmtree_errorhandler(func, path, exc_info): - """On Windows, the files in .svn are read-only, so when rmtree() tries to - remove them, an exception is thrown. We catch that here, remove the - read-only attribute, and hopefully continue without problems.""" - # if file type currently read only - if os.stat(path).st_mode & stat.S_IREAD: - # convert to read/write - os.chmod(path, stat.S_IWRITE) - # use the original function to repeat the operation - func(path) - return - else: - raise - - -def path_to_display(path): - # type: (Optional[Union[str, Text]]) -> Optional[Text] - """ - Convert a bytes (or text) path to text (unicode in Python 2) for display - and logging purposes. - - This function should never error out. Also, this function is mainly needed - for Python 2 since in Python 3 str paths are already text. - """ - if path is None: - return None - if isinstance(path, text_type): - return path - # Otherwise, path is a bytes object (str in Python 2). - try: - display_path = path.decode(sys.getfilesystemencoding(), 'strict') - except UnicodeDecodeError: - # Include the full bytes to make troubleshooting easier, even though - # it may not be very human readable. - if PY2: - # Convert the bytes to a readable str representation using - # repr(), and then convert the str to unicode. - # Also, we add the prefix "b" to the repr() return value both - # to make the Python 2 output look like the Python 3 output, and - # to signal to the user that this is a bytes representation. - display_path = str_to_display('b{!r}'.format(path)) - else: - # Silence the "F821 undefined name 'ascii'" flake8 error since - # in Python 3 ascii() is a built-in. - display_path = ascii(path) # noqa: F821 - - return display_path - - -def display_path(path): - # type: (Union[str, Text]) -> 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 sys.version_info[0] == 2: - path = path.decode(sys.getfilesystemencoding(), 'replace') - path = path.encode(sys.getdefaultencoding(), 'replace') - if path.startswith(os.getcwd() + os.path.sep): - path = '.' + path[len(os.getcwd()):] - return path - - -def backup_dir(dir, ext='.bak'): - # type: (str, str) -> 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, options): - # type: (str, 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): - # type: (str) -> None - """Raise an error if no input is allowed.""" - if os.environ.get('PIP_NO_INPUT'): - raise Exception( - 'No input was expected ($PIP_NO_INPUT set); question: %s' % - message - ) - - -def ask(message, options): - # type: (str, 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: ' - '%s' % (response, ', '.join(options)) - ) - else: - return response - - -def ask_input(message): - # type: (str) -> str - """Ask for input interactively.""" - _check_no_input(message) - return input(message) - - -def ask_password(message): - # type: (str) -> str - """Ask for a password interactively.""" - _check_no_input(message) - return getpass.getpass(message) - - -def format_size(bytes): - # type: (float) -> str - if bytes > 1000 * 1000: - return '%.1fMB' % (bytes / 1000.0 / 1000) - elif bytes > 10 * 1000: - return '%ikB' % (bytes / 1000) - elif bytes > 1000: - return '%.1fkB' % (bytes / 1000.0) - else: - return '%ibytes' % bytes - - -def is_installable_dir(path): - # type: (str) -> bool - """Is path is a directory containing setup.py or pyproject.toml? - """ - if not os.path.isdir(path): - return False - setup_py = os.path.join(path, 'setup.py') - if os.path.isfile(setup_py): - return True - pyproject_toml = os.path.join(path, 'pyproject.toml') - if os.path.isfile(pyproject_toml): - return True - return False - - -def is_svn_page(html): - # type: (Union[str, Text]) -> Optional[Match[Union[str, Text]]] - """ - Returns true if the page appears to be the index page of an svn repository - """ - return (re.search(r'[^<]*Revision \d+:', html) and - re.search(r'Powered by (?:<a[^>]*?>)?Subversion', html, re.I)) - - -def file_contents(filename): - # type: (str) -> Text - with open(filename, 'rb') as fp: - return fp.read().decode('utf-8') - - -def read_chunks(file, size=io.DEFAULT_BUFFER_SIZE): - """Yield pieces of data from a file-like object until EOF.""" - while True: - chunk = file.read(size) - if not chunk: - break - yield chunk - - -def split_leading_dir(path): - # type: (Union[str, Text]) -> List[Union[str, Text]] - 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): - # type: (Iterable[Union[str, Text]]) -> 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 normalize_path(path, resolve_symlinks=True): - # type: (str, bool) -> str - """ - Convert a path to its canonical, case-normalized, absolute version. - - """ - 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): - # type: (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, new): - # type: (str, 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): - # type: (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." - - """ - if not running_under_virtualenv(): - return True - return normalize_path(path).startswith(normalize_path(sys.prefix)) - - -def dist_is_local(dist): - # type: (Distribution) -> bool - """ - Return True if given Distribution object is installed locally - (i.e. within current virtualenv). - - Always True if we're not in a virtualenv. - - """ - return is_local(dist_location(dist)) - - -def dist_in_usersite(dist): - # type: (Distribution) -> bool - """ - Return True if given Distribution is installed in user site. - """ - norm_path = normalize_path(dist_location(dist)) - return norm_path.startswith(normalize_path(user_site)) - - -def dist_in_site_packages(dist): - # type: (Distribution) -> bool - """ - Return True if given Distribution is installed in - sysconfig.get_python_lib(). - """ - return normalize_path( - dist_location(dist) - ).startswith(normalize_path(site_packages)) - - -def dist_is_editable(dist): - # type: (Distribution) -> bool - """ - Return True if given Distribution is an editable install. - """ - for path_item in sys.path: - egg_link = os.path.join(path_item, dist.project_name + '.egg-link') - if os.path.isfile(egg_link): - return True - return False - - -def get_installed_distributions( - local_only=True, # type: bool - skip=stdlib_pkgs, # type: Container[str] - include_editables=True, # type: bool - editables_only=False, # type: bool - user_only=False, # type: bool - paths=None # type: Optional[List[str]] -): - # type: (...) -> List[Distribution] - """ - Return a list of installed Distribution objects. - - If ``local_only`` is True (default), only return installations - local to the current virtualenv, if in a virtualenv. - - ``skip`` argument is an iterable of lower-case project names to - ignore; defaults to stdlib_pkgs - - If ``include_editables`` is False, don't report editables. - - If ``editables_only`` is True , only report editables. - - If ``user_only`` is True , only report installations in the user - site directory. - - If ``paths`` is set, only report the distributions present at the - specified list of locations. - """ - if paths: - working_set = pkg_resources.WorkingSet(paths) - else: - working_set = pkg_resources.working_set - - if local_only: - local_test = dist_is_local - else: - def local_test(d): - return True - - if include_editables: - def editable_test(d): - return True - else: - def editable_test(d): - return not dist_is_editable(d) - - if editables_only: - def editables_only_test(d): - return dist_is_editable(d) - else: - def editables_only_test(d): - return True - - if user_only: - user_test = dist_in_usersite - else: - def user_test(d): - return True - - # because of pkg_resources vendoring, mypy cannot find stub in typeshed - return [d for d in working_set # type: ignore - if local_test(d) and - d.key not in skip and - editable_test(d) and - editables_only_test(d) and - user_test(d) - ] - - -def egg_link_path(dist): - # type: (Distribution) -> Optional[str] - """ - Return the path for the .egg-link file if it exists, otherwise, None. - - There's 3 scenarios: - 1) not in a virtualenv - try to find in site.USER_SITE, then site_packages - 2) in a no-global virtualenv - try to find in site_packages - 3) in a yes-global virtualenv - try to find in site_packages, then site.USER_SITE - (don't look in global location) - - For #1 and #3, there could be odd cases, where there's an egg-link in 2 - locations. - - This method will just return the first one found. - """ - sites = [] - if running_under_virtualenv(): - if virtualenv_no_global(): - sites.append(site_packages) - else: - sites.append(site_packages) - if user_site: - sites.append(user_site) - else: - if user_site: - sites.append(user_site) - sites.append(site_packages) - - for site in sites: - egglink = os.path.join(site, dist.project_name) + '.egg-link' - if os.path.isfile(egglink): - return egglink - return None - - -def dist_location(dist): - # type: (Distribution) -> str - """ - Get the site-packages location of this distribution. Generally - this is dist.location, except in the case of develop-installed - packages, where dist.location is the source code location, and we - want to know where the egg-link file is. - - """ - egg_link = egg_link_path(dist) - if egg_link: - return egg_link - return dist.location - - -def current_umask(): - """Get the current umask which involves having to set it temporarily.""" - mask = os.umask(0) - os.umask(mask) - return mask - - -def unzip_file(filename, location, flatten=True): - # type: (str, str, bool) -> 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 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() - mode = info.external_attr >> 16 - # if mode and regular file and any execute permissions for - # user/group/world? - if mode and stat.S_ISREG(mode) and mode & 0o111: - # make dest file have execute for user/group/world - # (chmod +x) no-op on windows per python docs - os.chmod(fn, (0o777 - current_umask() | 0o111)) - finally: - zipfp.close() - - -def untar_file(filename, location): - # type: (str, 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) - try: - leading = has_leading_dir([ - member.name for member in tar.getmembers() - ]) - for member in tar.getmembers(): - fn = member.name - if leading: - # https://github.com/python/mypy/issues/1174 - fn = split_leading_dir(fn)[1] # type: ignore - path = os.path.join(location, fn) - if member.isdir(): - ensure_dir(path) - elif member.issym(): - try: - # https://github.com/python/typeshed/issues/2673 - tar._extract_member(member, path) # type: ignore - except Exception as exc: - # Some corrupt tar files seem to produce this - # (specifically bad symlinks) - logger.warning( - 'In the tar file %s the member %s is invalid: %s', - filename, member.name, exc, - ) - continue - else: - try: - fp = tar.extractfile(member) - except (KeyError, AttributeError) as exc: - # Some corrupt tar files seem to produce this - # (specifically bad symlinks) - logger.warning( - 'In the tar file %s the member %s is invalid: %s', - filename, member.name, exc, - ) - continue - ensure_dir(os.path.dirname(path)) - with open(path, 'wb') as destfp: - shutil.copyfileobj(fp, destfp) - fp.close() - # Update the timestamp (useful for cython compiled files) - # https://github.com/python/typeshed/issues/2673 - tar.utime(member, path) # type: ignore - # member have any execute permissions for user/group/world? - if member.mode & 0o111: - # make dest file have execute for user/group/world - # no-op on windows per python docs - os.chmod(path, (0o777 - current_umask() | 0o111)) - finally: - tar.close() - - -def unpack_file( - filename, # type: str - location, # type: str - content_type, # type: Optional[str] - link # type: Optional[Link] -): - # type: (...) -> 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) - elif (content_type and content_type.startswith('text/html') and - is_svn_page(file_contents(filename))): - # We don't really care about this - from pip._internal.vcs.subversion import Subversion - url = 'svn+' + link.url - Subversion().unpack(location, url=url) - 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( - 'Cannot determine archive format of %s' % location - ) - - -def format_command_args(args): - # type: (List[str]) -> str - """ - Format command arguments for display. - """ - return ' '.join(shlex_quote(arg) for arg in args) - - -def make_subprocess_output_error( - cmd_args, # type: List[str] - cwd, # type: Optional[str] - lines, # type: List[Text] - exit_status, # type: int -): - # type: (...) -> Text - """ - Create and return the error message to use to log a subprocess error - with command output. - - :param lines: A list of lines, each ending with a newline. - """ - command = format_command_args(cmd_args) - # Convert `command` and `cwd` to text (unicode in Python 2) so we can use - # them as arguments in the unicode format string below. This avoids - # "UnicodeDecodeError: 'ascii' codec can't decode byte ..." in Python 2 - # if either contains a non-ascii character. - command_display = str_to_display(command, desc='command bytes') - cwd_display = path_to_display(cwd) - - # We know the joined output value ends in a newline. - output = ''.join(lines) - msg = ( - # Use a unicode string to avoid "UnicodeEncodeError: 'ascii' - # codec can't encode character ..." in Python 2 when a format - # argument (e.g. `output`) has a non-ascii character. - u'Command errored out with exit status {exit_status}:\n' - ' command: {command_display}\n' - ' cwd: {cwd_display}\n' - 'Complete output ({line_count} lines):\n{output}{divider}' - ).format( - exit_status=exit_status, - command_display=command_display, - cwd_display=cwd_display, - line_count=len(lines), - output=output, - divider=LOG_DIVIDER, - ) - return msg - - -def call_subprocess( - cmd, # type: List[str] - show_stdout=False, # type: bool - cwd=None, # type: Optional[str] - on_returncode='raise', # type: str - extra_ok_returncodes=None, # type: Optional[Iterable[int]] - command_desc=None, # type: Optional[str] - extra_environ=None, # type: Optional[Mapping[str, Any]] - unset_environ=None, # type: Optional[Iterable[str]] - spinner=None # type: Optional[SpinnerInterface] -): - # type: (...) -> Text - """ - 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(). - """ - if extra_ok_returncodes is None: - extra_ok_returncodes = [] - if unset_environ is None: - unset_environ = [] - # Most places in pip use show_stdout=False. What this means is-- - # - # - We connect the child's output (combined stderr and stdout) to a - # single pipe, which we read. - # - We log this output to stderr at DEBUG level as it is received. - # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't - # requested), then we show a spinner so the user can still see the - # subprocess is in progress. - # - If the subprocess exits with an error, we log the output to stderr - # at ERROR level if it hasn't already been displayed to the console - # (e.g. if --verbose logging wasn't enabled). This way we don't log - # the output to the console twice. - # - # If show_stdout=True, then the above is still done, but with DEBUG - # replaced by INFO. - if show_stdout: - # Then log the subprocess output at INFO level. - log_subprocess = subprocess_logger.info - used_level = std_logging.INFO - else: - # Then log the subprocess output using DEBUG. This also ensures - # it will be logged to the log file (aka user_log), if enabled. - log_subprocess = subprocess_logger.debug - used_level = std_logging.DEBUG - - # 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 - - if command_desc is None: - command_desc = format_command_args(cmd) - - 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( - cmd, stderr=subprocess.STDOUT, stdin=subprocess.PIPE, - stdout=subprocess.PIPE, cwd=cwd, env=env, - ) - proc.stdin.close() - except Exception as exc: - subprocess_logger.critical( - "Error %s while executing command %s", exc, command_desc, - ) - raise - all_output = [] - while True: - # The "line" value is a unicode string in Python 2. - line = console_to_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: - spinner.spin() - try: - proc.wait() - finally: - if proc.stdout: - proc.stdout.close() - proc_had_error = ( - proc.returncode and proc.returncode not in extra_ok_returncodes - ) - if use_spinner: - if proc_had_error: - spinner.finish("error") - else: - spinner.finish("done") - if proc_had_error: - if on_returncode == 'raise': - if not showing_subprocess: - # Then the subprocess streams haven't been logged to the - # console yet. - msg = make_subprocess_output_error( - cmd_args=cmd, - cwd=cwd, - lines=all_output, - exit_status=proc.returncode, - ) - subprocess_logger.error(msg) - exc_msg = ( - 'Command errored out with exit status {}: {} ' - 'Check the logs for full command output.' - ).format(proc.returncode, command_desc) - raise InstallationError(exc_msg) - 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('Invalid value: on_returncode=%s' % - repr(on_returncode)) - return ''.join(all_output) - - -def _make_build_dir(build_dir): - os.makedirs(build_dir) - write_delete_marker_file(build_dir) - - -class FakeFile(object): - """Wrap a list of lines in an object with readline() to make - ConfigParser happy.""" - def __init__(self, lines): - self._gen = (l for l in lines) - - def readline(self): - try: - try: - return next(self._gen) - except NameError: - return self._gen.next() - except StopIteration: - return '' - - def __iter__(self): - return self._gen - - -class StreamWrapper(StringIO): - - @classmethod - def from_stream(cls, orig_stream): - cls.orig_stream = orig_stream - return cls() - - # compileall.compile_dir() needs stdout.encoding to print to stdout - @property - def encoding(self): - return self.orig_stream.encoding - - -@contextlib.contextmanager -def captured_output(stream_name): - """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(): - """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(): - """ - See captured_stdout(). - """ - return captured_output('stderr') - - -class cached_property(object): - """A property that is only computed once per instance and then replaces - itself with an ordinary attribute. Deleting the attribute resets the - property. - - Source: https://github.com/bottlepy/bottle/blob/0.11.5/bottle.py#L175 - """ - - def __init__(self, func): - self.__doc__ = getattr(func, '__doc__') - self.func = func - - def __get__(self, obj, cls): - if obj is None: - # We're being accessed from the class itself, not from an object - return self - value = obj.__dict__[self.func.__name__] = self.func(obj) - return value - - -def get_installed_version(dist_name, working_set=None): - """Get the installed version of dist_name avoiding pkg_resources cache""" - # Create a requirement that we'll look for inside of setuptools. - req = pkg_resources.Requirement.parse(dist_name) - - if working_set is None: - # We want to avoid having this cached, so we need to construct a new - # working set each time. - working_set = pkg_resources.WorkingSet() - - # Get the installed distribution from our working set - dist = working_set.find(req) - - # Check to see if we got an installed distribution or not, if we did - # we want to return it's version. - return dist.version if dist else None - - -def consume(iterator): - """Consume an iterable at C speed.""" - deque(iterator, maxlen=0) - - -# Simulates an enum -def enum(*sequential, **named): - 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 path_to_url(path): - # type: (Union[str, Text]) -> 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 split_auth_from_netloc(netloc): - """ - 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) - 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_pass = auth.split(':', 1) - else: - user_pass = auth, None - - user_pass = tuple( - None if x is None else urllib_unquote(x) for x in user_pass - ) - - return netloc, user_pass - - -def redact_netloc(netloc): - # type: (str) -> str - """ - Replace the password in a netloc with "****", if it exists. - - For example, "user:pass@example.com" returns "user:****@example.com". - """ - netloc, (user, password) = split_auth_from_netloc(netloc) - if user is None: - return netloc - password = '' if password is None else ':****' - return '{user}{password}@{netloc}'.format(user=urllib_parse.quote(user), - password=password, - netloc=netloc) - - -def _transform_url(url, transform_netloc): - """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, netloc_tuple - - -def _get_netloc(netloc): - return split_auth_from_netloc(netloc) - - -def _redact_netloc(netloc): - return (redact_netloc(netloc),) - - -def split_auth_netloc_from_url(url): - # type: (str) -> Tuple[str, str, Tuple[str, str]] - """ - Parse a url into separate netloc, auth, and url with no auth. - - Returns: (url_without_auth, netloc, (username, password)) - """ - url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) - return url_without_auth, netloc, auth - - -def remove_auth_from_url(url): - # type: (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_password_from_url(url): - # type: (str) -> str - """Replace the password in a given url with ****.""" - return _transform_url(url, _redact_netloc)[0] - - -def protect_pip_from_modification_on_windows(modifying_pip): - """Protection of pip.exe from modification on Windows - - On Windows, any operation modifying pip should be run as: - python -m pip ... - """ - pip_names = [ - "pip.exe", - "pip{}.exe".format(sys.version_info[0]), - "pip{}.{}.exe".format(*sys.version_info[:2]) - ] - - # See https://github.com/pypa/pip/issues/1299 for more discussion - should_show_use_python_msg = ( - modifying_pip and - WINDOWS and - os.path.basename(sys.argv[0]) in pip_names - ) - - if should_show_use_python_msg: - new_command = [ - sys.executable, "-m", "pip" - ] + sys.argv[1:] - raise CommandError( - 'To modify pip, please run the following command:\n{}' - .format(" ".join(new_command)) - ) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/models.py b/lib/python3.8/site-packages/pip/_internal/utils/models.py deleted file mode 100644 index fccaf5d..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/models.py +++ /dev/null @@ -1,40 +0,0 @@ -"""Utilities for defining models -""" - -import operator - - -class KeyBasedCompareMixin(object): - """Provides comparison capabilities that is based on a key - """ - - def __init__(self, key, defining_class): - self._compare_key = key - self._defining_class = defining_class - - def __hash__(self): - return hash(self._compare_key) - - def __lt__(self, other): - return self._compare(other, operator.__lt__) - - def __le__(self, other): - return self._compare(other, operator.__le__) - - def __gt__(self, other): - return self._compare(other, operator.__gt__) - - def __ge__(self, other): - return self._compare(other, operator.__ge__) - - def __eq__(self, other): - return self._compare(other, operator.__eq__) - - def __ne__(self, other): - return self._compare(other, operator.__ne__) - - def _compare(self, other, method): - if not isinstance(other, self._defining_class): - return NotImplemented - - return method(self._compare_key, other._compare_key) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/outdated.py b/lib/python3.8/site-packages/pip/_internal/utils/outdated.py deleted file mode 100644 index 2b10aef..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/outdated.py +++ /dev/null @@ -1,178 +0,0 @@ -from __future__ import absolute_import - -import datetime -import json -import logging -import os.path -import sys - -from pip._vendor import lockfile, pkg_resources -from pip._vendor.packaging import version as packaging_version - -from pip._internal.cli.cmdoptions import make_search_scope -from pip._internal.index import PackageFinder -from pip._internal.models.selection_prefs import SelectionPreferences -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.filesystem import check_path_owner -from pip._internal.utils.misc import ensure_dir, get_installed_version -from pip._internal.utils.packaging import get_installer -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - import optparse - from typing import Any, Dict - from pip._internal.download import PipSession - - -SELFCHECK_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" - - -logger = logging.getLogger(__name__) - - -class SelfCheckState(object): - def __init__(self, cache_dir): - # type: (str) -> None - self.state = {} # type: 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.json") - try: - with open(self.statefile_path) as statefile: - self.state = json.load(statefile)[sys.prefix] - except (IOError, ValueError, KeyError): - # Explicitly suppressing exceptions, since we don't want to - # error out if the cache file is invalid. - pass - - def save(self, pypi_version, current_time): - # type: (str, 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)) - - # Attempt to write out our version check file - with lockfile.LockFile(self.statefile_path): - if os.path.exists(self.statefile_path): - with open(self.statefile_path) as statefile: - state = json.load(statefile) - else: - state = {} - - state[sys.prefix] = { - "last_check": current_time.strftime(SELFCHECK_DATE_FMT), - "pypi_version": pypi_version, - } - - with open(self.statefile_path, "w") as statefile: - json.dump(state, statefile, sort_keys=True, - separators=(",", ":")) - - -def was_installed_by_pip(pkg): - # type: (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. - """ - try: - dist = pkg_resources.get_distribution(pkg) - return "pip" == get_installer(dist) - except pkg_resources.DistributionNotFound: - return False - - -def pip_version_check(session, options): - # type: (PipSession, 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_version = get_installed_version("pip") - if not installed_version: - return - - pip_version = packaging_version.parse(installed_version) - pypi_version = None - - try: - state = SelfCheckState(cache_dir=options.cache_dir) - - current_time = datetime.datetime.utcnow() - # Determine if we need to refresh the state - if "last_check" in state.state and "pypi_version" in state.state: - last_check = datetime.datetime.strptime( - state.state["last_check"], - SELFCHECK_DATE_FMT - ) - if (current_time - last_check).total_seconds() < 7 * 24 * 60 * 60: - pypi_version = state.state["pypi_version"] - - # Refresh the version if we need to or just see if we need to warn - if pypi_version is None: - # Lets use PackageFinder to see what the latest pip version is - search_scope = make_search_scope(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( - search_scope=search_scope, - selection_prefs=selection_prefs, - trusted_hosts=options.trusted_hosts, - session=session, - ) - candidate = finder.find_candidates("pip").get_best() - if candidate is None: - return - pypi_version = str(candidate.version) - - # save that we've performed a check - state.save(pypi_version, current_time) - - remote_version = packaging_version.parse(pypi_version) - - local_version_is_older = ( - pip_version < remote_version and - pip_version.base_version != remote_version.base_version and - was_installed_by_pip('pip') - ) - - # Determine if our pypi_version is older - if not local_version_is_older: - return - - # Advise "python -m pip" on Windows to avoid issues - # with overwriting pip.exe. - if WINDOWS: - pip_cmd = "python -m pip" - else: - pip_cmd = "pip" - logger.warning( - "You are using pip version %s, however version %s is " - "available.\nYou should consider upgrading via the " - "'%s install --upgrade pip' command.", - pip_version, pypi_version, pip_cmd - ) - except Exception: - logger.debug( - "There was an error checking the latest version of pip", - exc_info=True, - ) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/packaging.py b/lib/python3.8/site-packages/pip/_internal/utils/packaging.py deleted file mode 100644 index 68aa86e..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/packaging.py +++ /dev/null @@ -1,94 +0,0 @@ -from __future__ import absolute_import - -import logging -from email.parser import FeedParser - -from pip._vendor import pkg_resources -from pip._vendor.packaging import specifiers, version - -from pip._internal.exceptions import NoneMetadataError -from pip._internal.utils.misc import display_path -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Optional, Tuple - from email.message import Message - from pip._vendor.pkg_resources import Distribution - - -logger = logging.getLogger(__name__) - - -def check_requires_python(requires_python, version_info): - # type: (Optional[str], 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 - - -def get_metadata(dist): - # type: (Distribution) -> Message - """ - :raises NoneMetadataError: if the distribution reports `has_metadata()` - True but `get_metadata()` returns None. - """ - metadata_name = 'METADATA' - if (isinstance(dist, pkg_resources.DistInfoDistribution) and - dist.has_metadata(metadata_name)): - metadata = dist.get_metadata(metadata_name) - elif dist.has_metadata('PKG-INFO'): - metadata_name = 'PKG-INFO' - metadata = dist.get_metadata(metadata_name) - else: - logger.warning("No metadata found in %s", display_path(dist.location)) - metadata = '' - - if metadata is None: - raise NoneMetadataError(dist, metadata_name) - - feed_parser = FeedParser() - # The following line errors out if with a "NoneType" TypeError if - # passed metadata=None. - feed_parser.feed(metadata) - return feed_parser.close() - - -def get_requires_python(dist): - # type: (pkg_resources.Distribution) -> Optional[str] - """ - Return the "Requires-Python" metadata for a distribution, or None - if not present. - """ - pkg_info_dict = get_metadata(dist) - requires_python = pkg_info_dict.get('Requires-Python') - - if requires_python is not None: - # Convert to a str to satisfy the type checker, since requires_python - # can be a Header object. - requires_python = str(requires_python) - - return requires_python - - -def get_installer(dist): - # type: (Distribution) -> str - if dist.has_metadata('INSTALLER'): - for line in dist.get_metadata_lines('INSTALLER'): - if line.strip(): - return line.strip() - return '' diff --git a/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py b/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py deleted file mode 100644 index 5895607..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py +++ /dev/null @@ -1,36 +0,0 @@ -import sys - -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import List - -# Shim to wrap setup.py invocation with setuptools -# -# We set sys.argv[0] to the path to the underlying setup.py file so -# setuptools / distutils don't take the path to the setup.py to be "-c" when -# invoking via the shim. This avoids e.g. the following manifest_maker -# warning: "warning: manifest_maker: standard file '-c' not found". -_SETUPTOOLS_SHIM = ( - "import sys, setuptools, tokenize; sys.argv[0] = {0!r}; __file__={0!r};" - "f=getattr(tokenize, 'open', open)(__file__);" - "code=f.read().replace('\\r\\n', '\\n');" - "f.close();" - "exec(compile(code, __file__, 'exec'))" -) - - -def make_setuptools_shim_args(setup_py_path, unbuffered_output=False): - # type: (str, bool) -> 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 unbuffered_output: If True, adds the unbuffered switch to the - argument list. - """ - args = [sys.executable] - if unbuffered_output: - args.append('-u') - args.extend(['-c', _SETUPTOOLS_SHIM.format(setup_py_path)]) - return args diff --git a/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py b/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py deleted file mode 100644 index 2c81ad5..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py +++ /dev/null @@ -1,155 +0,0 @@ -from __future__ import absolute_import - -import errno -import itertools -import logging -import os.path -import tempfile - -from pip._internal.utils.misc import rmtree - -logger = logging.getLogger(__name__) - - -class TempDirectory(object): - """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 or None - delete - Whether the directory should be deleted when exiting - (when used as a contextmanager) - - Methods: - create() - Creates a temporary directory and stores its path in the path - attribute. - cleanup() - Deletes the temporary directory and sets path attribute to None - - When used as a context manager, a temporary directory is created on - entering the context and, if the delete attribute is True, on exiting the - context the created directory is deleted. - """ - - def __init__(self, path=None, delete=None, kind="temp"): - super(TempDirectory, self).__init__() - - if path is None and delete is None: - # If we were not given an explicit directory, and we were not given - # an explicit delete option, then we'll default to deleting. - delete = True - - self.path = path - self.delete = delete - self.kind = kind - - def __repr__(self): - return "<{} {!r}>".format(self.__class__.__name__, self.path) - - def __enter__(self): - self.create() - return self - - def __exit__(self, exc, value, tb): - if self.delete: - self.cleanup() - - def create(self): - """Create a temporary directory and store its path in self.path - """ - if self.path is not None: - logger.debug( - "Skipped creation of temporary directory: {}".format(self.path) - ) - return - # 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. - self.path = os.path.realpath( - tempfile.mkdtemp(prefix="pip-{}-".format(self.kind)) - ) - logger.debug("Created temporary directory: {}".format(self.path)) - - def cleanup(self): - """Remove the temporary directory created and reset state - """ - if self.path is not None and os.path.exists(self.path): - rmtree(self.path) - self.path = None - - -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, delete=None): - super(AdjacentTempDirectory, self).__init__(delete=delete) - self.original = original.rstrip('/\\') - - @classmethod - def _generate_names(cls, name): - """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): - 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: - self.path = os.path.realpath(path) - break - - if not self.path: - # Final fallback on the default behavior. - self.path = os.path.realpath( - tempfile.mkdtemp(prefix="pip-{}-".format(self.kind)) - ) - logger.debug("Created temporary directory: {}".format(self.path)) diff --git a/lib/python3.8/site-packages/pip/_internal/utils/typing.py b/lib/python3.8/site-packages/pip/_internal/utils/typing.py deleted file mode 100644 index 10170ce..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/typing.py +++ /dev/null @@ -1,29 +0,0 @@ -"""For neatly implementing static typing in pip. - -`mypy` - the static type analysis tool we use - uses the `typing` module, which -provides core functionality fundamental to mypy's functioning. - -Generally, `typing` would be imported at runtime and used in that fashion - -it acts as a no-op at runtime and does not have any run-time overhead by -design. - -As it turns out, `typing` is not vendorable - it uses separate sources for -Python 2/Python 3. Thus, this codebase can not expect it to be present. -To work around this, mypy allows the typing import to be behind a False-y -optional to prevent it from running at runtime and type-comments can be used -to remove the need for the types to be accessible directly during runtime. - -This module provides the False-y guard in a nicely named fashion so that a -curious maintainer can reach here to read this. - -In pip, all static-typing related imports should be guarded as follows: - - from pip._internal.utils.typing import MYPY_CHECK_RUNNING - - if MYPY_CHECK_RUNNING: - from typing import ... - -Ref: https://github.com/python/mypy/issues/3216 -""" - -MYPY_CHECK_RUNNING = False diff --git a/lib/python3.8/site-packages/pip/_internal/utils/ui.py b/lib/python3.8/site-packages/pip/_internal/utils/ui.py deleted file mode 100644 index 46390f4..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/ui.py +++ /dev/null @@ -1,424 +0,0 @@ -from __future__ import absolute_import, division - -import contextlib -import itertools -import logging -import sys -import time -from signal import SIGINT, default_int_handler, signal - -from pip._vendor import six -from pip._vendor.progress import HIDE_CURSOR, SHOW_CURSOR -from pip._vendor.progress.bar import Bar, FillingCirclesBar, IncrementalBar -from pip._vendor.progress.spinner import Spinner - -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.logging import get_indentation -from pip._internal.utils.misc import format_size -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import Any, Iterator, IO - -try: - from pip._vendor import colorama -# Lots of different errors can come from this, including SystemError and -# ImportError. -except Exception: - colorama = None - -logger = logging.getLogger(__name__) - - -def _select_progress_class(preferred, fallback): - encoding = getattr(preferred.file, "encoding", None) - - # If we don't know what encoding this file is in, then we'll just assume - # that it doesn't support unicode and use the ASCII bar. - if not encoding: - return fallback - - # Collect all of the possible characters we want to use with the preferred - # bar. - characters = [ - getattr(preferred, "empty_fill", six.text_type()), - getattr(preferred, "fill", six.text_type()), - ] - characters += list(getattr(preferred, "phases", [])) - - # Try to decode the characters we're using for the bar using the encoding - # of the given file, if this works then we'll assume that we can use the - # fancier bar and if not we'll fall back to the plaintext bar. - try: - six.text_type().join(characters).encode(encoding) - except UnicodeEncodeError: - return fallback - else: - return preferred - - -_BaseBar = _select_progress_class(IncrementalBar, Bar) # type: Any - - -class InterruptibleMixin(object): - """ - Helper to ensure that self.finish() gets called on keyboard interrupt. - - This allows downloads to be interrupted without leaving temporary state - (like hidden cursors) behind. - - This class is similar to the progress library's existing SigIntMixin - helper, but as of version 1.2, that helper has the following problems: - - 1. It calls sys.exit(). - 2. It discards the existing SIGINT handler completely. - 3. It leaves its own handler in place even after an uninterrupted finish, - which will have unexpected delayed effects if the user triggers an - unrelated keyboard interrupt some time after a progress-displaying - download has already completed, for example. - """ - - def __init__(self, *args, **kwargs): - """ - Save the original SIGINT handler for later. - """ - super(InterruptibleMixin, self).__init__(*args, **kwargs) - - self.original_handler = signal(SIGINT, self.handle_sigint) - - # If signal() returns None, the previous handler was not installed from - # Python, and we cannot restore it. This probably should not happen, - # but if it does, we must restore something sensible instead, at least. - # The least bad option should be Python's default SIGINT handler, which - # just raises KeyboardInterrupt. - if self.original_handler is None: - self.original_handler = default_int_handler - - def finish(self): - """ - Restore the original SIGINT handler after finishing. - - This should happen regardless of whether the progress display finishes - normally, or gets interrupted. - """ - super(InterruptibleMixin, self).finish() - signal(SIGINT, self.original_handler) - - def handle_sigint(self, signum, frame): - """ - Call self.finish() before delegating to the original SIGINT handler. - - This handler should only be in place while the progress display is - active. - """ - self.finish() - self.original_handler(signum, frame) - - -class SilentBar(Bar): - - def update(self): - pass - - -class BlueEmojiBar(IncrementalBar): - - suffix = "%(percent)d%%" - bar_prefix = " " - bar_suffix = " " - phases = (u"\U0001F539", u"\U0001F537", u"\U0001F535") # type: Any - - -class DownloadProgressMixin(object): - - def __init__(self, *args, **kwargs): - super(DownloadProgressMixin, self).__init__(*args, **kwargs) - self.message = (" " * (get_indentation() + 2)) + self.message - - @property - def downloaded(self): - return format_size(self.index) - - @property - def download_speed(self): - # Avoid zero division errors... - if self.avg == 0.0: - return "..." - return format_size(1 / self.avg) + "/s" - - @property - def pretty_eta(self): - if self.eta: - return "eta %s" % self.eta_td - return "" - - def iter(self, it, n=1): - for x in it: - yield x - self.next(n) - self.finish() - - -class WindowsMixin(object): - - def __init__(self, *args, **kwargs): - # The Windows terminal does not support the hide/show cursor ANSI codes - # even with colorama. So we'll ensure that hide_cursor is False on - # Windows. - # This call needs to go before the super() call, so that hide_cursor - # is set in time. The base progress bar class writes the "hide cursor" - # code to the terminal in its init, so if we don't set this soon - # enough, we get a "hide" with no corresponding "show"... - if WINDOWS and self.hide_cursor: - self.hide_cursor = False - - super(WindowsMixin, self).__init__(*args, **kwargs) - - # Check if we are running on Windows and we have the colorama module, - # if we do then wrap our file with it. - if WINDOWS and colorama: - self.file = colorama.AnsiToWin32(self.file) - # The progress code expects to be able to call self.file.isatty() - # but the colorama.AnsiToWin32() object doesn't have that, so we'll - # add it. - self.file.isatty = lambda: self.file.wrapped.isatty() - # The progress code expects to be able to call self.file.flush() - # but the colorama.AnsiToWin32() object doesn't have that, so we'll - # add it. - self.file.flush = lambda: self.file.wrapped.flush() - - -class BaseDownloadProgressBar(WindowsMixin, InterruptibleMixin, - DownloadProgressMixin): - - file = sys.stdout - message = "%(percent)d%%" - suffix = "%(downloaded)s %(download_speed)s %(pretty_eta)s" - -# NOTE: The "type: ignore" comments on the following classes are there to -# work around https://github.com/python/typing/issues/241 - - -class DefaultDownloadProgressBar(BaseDownloadProgressBar, - _BaseBar): - pass - - -class DownloadSilentBar(BaseDownloadProgressBar, SilentBar): # type: ignore - pass - - -class DownloadBar(BaseDownloadProgressBar, # type: ignore - Bar): - pass - - -class DownloadFillingCirclesBar(BaseDownloadProgressBar, # type: ignore - FillingCirclesBar): - pass - - -class DownloadBlueEmojiProgressBar(BaseDownloadProgressBar, # type: ignore - BlueEmojiBar): - pass - - -class DownloadProgressSpinner(WindowsMixin, InterruptibleMixin, - DownloadProgressMixin, Spinner): - - file = sys.stdout - suffix = "%(downloaded)s %(download_speed)s" - - def next_phase(self): - if not hasattr(self, "_phaser"): - self._phaser = itertools.cycle(self.phases) - return next(self._phaser) - - def update(self): - message = self.message % self - phase = self.next_phase() - suffix = self.suffix % self - line = ''.join([ - message, - " " if message else "", - phase, - " " if suffix else "", - suffix, - ]) - - self.writeln(line) - - -BAR_TYPES = { - "off": (DownloadSilentBar, DownloadSilentBar), - "on": (DefaultDownloadProgressBar, DownloadProgressSpinner), - "ascii": (DownloadBar, DownloadProgressSpinner), - "pretty": (DownloadFillingCirclesBar, DownloadProgressSpinner), - "emoji": (DownloadBlueEmojiProgressBar, DownloadProgressSpinner) -} - - -def DownloadProgressProvider(progress_bar, max=None): - if max is None or max == 0: - return BAR_TYPES[progress_bar][1]().iter - else: - return BAR_TYPES[progress_bar][0](max=max).iter - - -################################################################ -# Generic "something is happening" spinners -# -# We don't even try using progress.spinner.Spinner here because it's actually -# simpler to reimplement from scratch than to coerce their code into doing -# what we need. -################################################################ - -@contextlib.contextmanager -def hidden_cursor(file): - # type: (IO) -> Iterator[None] - # The Windows terminal does not support the hide/show cursor ANSI codes, - # even via colorama. So don't even try. - if WINDOWS: - yield - # We don't want to clutter the output with control characters if we're - # writing to a file, or if the user is running with --quiet. - # See https://github.com/pypa/pip/issues/3418 - elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: - yield - else: - file.write(HIDE_CURSOR) - try: - yield - finally: - file.write(SHOW_CURSOR) - - -class RateLimiter(object): - def __init__(self, min_update_interval_seconds): - # type: (float) -> None - self._min_update_interval_seconds = min_update_interval_seconds - self._last_update = 0 # type: float - - def ready(self): - # type: () -> bool - now = time.time() - delta = now - self._last_update - return delta >= self._min_update_interval_seconds - - def reset(self): - # type: () -> None - self._last_update = time.time() - - -class SpinnerInterface(object): - def spin(self): - # type: () -> None - raise NotImplementedError() - - def finish(self, final_status): - # type: (str) -> None - raise NotImplementedError() - - -class InteractiveSpinner(SpinnerInterface): - def __init__(self, message, file=None, spin_chars="-\\|/", - # Empirically, 8 updates/second looks nice - min_update_interval_seconds=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): - 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): - # type: () -> None - if self._finished: - return - if not self._rate_limiter.ready(): - return - self._write(next(self._spin_cycle)) - - def finish(self, final_status): - # type: (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, min_update_interval_seconds=60): - # type: (str, float) -> None - self._message = message - self._finished = False - self._rate_limiter = RateLimiter(min_update_interval_seconds) - self._update("started") - - def _update(self, status): - assert not self._finished - self._rate_limiter.reset() - logger.info("%s: %s", self._message, status) - - def spin(self): - # type: () -> None - if self._finished: - return - if not self._rate_limiter.ready(): - return - self._update("still running...") - - def finish(self, final_status): - # type: (str) -> None - if self._finished: - return - self._update("finished with status '%s'" % (final_status,)) - self._finished = True - - -@contextlib.contextmanager -def open_spinner(message): - # type: (str) -> Iterator[SpinnerInterface] - # Interactive spinner goes directly to sys.stdout rather than being routed - # through the logging system, but it acts like it has level INFO, - # i.e. it's only displayed if we're at level INFO or better. - # Non-interactive spinner goes through the logging system, so it is always - # in sync with logging configuration. - if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: - spinner = InteractiveSpinner(message) # type: SpinnerInterface - 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") diff --git a/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py b/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py deleted file mode 100644 index 380db1c..0000000 --- a/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py +++ /dev/null @@ -1,34 +0,0 @@ -import os.path -import site -import sys - - -def running_under_virtualenv(): - # type: () -> bool - """ - Return True if we're running inside a virtualenv, False otherwise. - - """ - if hasattr(sys, 'real_prefix'): - # pypa/virtualenv case - return True - elif sys.prefix != getattr(sys, "base_prefix", sys.prefix): - # PEP 405 venv - return True - - return False - - -def virtualenv_no_global(): - # type: () -> bool - """ - Return True if in a venv and no system site packages. - """ - # this mirrors the logic in virtualenv.py for locating the - # no-global-site-packages.txt file - site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) - no_global_file = os.path.join(site_mod_dir, 'no-global-site-packages.txt') - if running_under_virtualenv() and os.path.isfile(no_global_file): - return True - else: - return False diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py b/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py deleted file mode 100644 index cb573ab..0000000 --- a/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -# 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 and imports protected by MYPY_CHECK_RUNNING may -# still need to import from a vcs sub-package.) -from pip._internal.vcs.versioncontrol import ( # noqa: F401 - RemoteNotFoundError, make_vcs_requirement_url, vcs, -) -# 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 diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 3a0346b7bd248086f4595b08e78ceb7c007ee710..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 428 zcmZWkJx{|h5Ov}d0;p3#sssaThb9wJ5eTus*a6ffi{&O3SokAc>>~OL_$&M+uT1;} zCeBrakaE_&r+d$5->t^uLxS;fIbo}mkgr($57fvlX173SNRud{lPb|^m1<hiBx<S3 zs?m=3dfx9jM@}EfjDBM`QkXmlZJk(JcW=FE?f@)=spc<&ZR(DJc=Zy57RE6TDo_-c zvx9Kn%C=zAI01&M0@Y$8pp(|r);O>V;+#MuWC&q8Y*_Ox=MX45;bdq(Nf%CsvKCN# zkX(hcq1pL$KgK74qxgA*pR3a8w#4gmX*$Q1ns4R8zKQ3HDDLuamlAg=8J5y9R<!RS Uzt*<#O5BX_sV+x2&hjLlUr`=^?*IS* diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc deleted file mode 100644 index 34e8d6b69d6bb95aac1d86994ffaf919b610c4eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3404 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 HjX(bne+)ZO diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc deleted file mode 100644 index ef150e6a11c5c0e89b2ff895d5cbb59a07de7806..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8960 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 diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc deleted file mode 100644 index 4a204fa963ca3ba94b516a1f169dc057459f379d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3691 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 D6c?ql diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc deleted file mode 100644 index 1bb8e6950615d020f6b6da9fed3da4548482ea10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8344 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 diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc b/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc deleted file mode 100644 index 1ef0ce16e554ae18dac6adba80d33eab6b6baaba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17074 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 E0`6@$yZ`_I diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py b/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py deleted file mode 100644 index 4f1e114..0000000 --- a/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py +++ /dev/null @@ -1,101 +0,0 @@ -from __future__ import absolute_import - -import logging -import os - -from pip._vendor.six.moves.urllib import parse as urllib_parse - -from pip._internal.utils.misc import display_path, path_to_url, rmtree -from pip._internal.vcs.versioncontrol import VersionControl, vcs - -logger = logging.getLogger(__name__) - - -class Bazaar(VersionControl): - name = 'bzr' - dirname = '.bzr' - repo_name = 'branch' - schemes = ( - 'bzr', 'bzr+http', 'bzr+https', 'bzr+ssh', 'bzr+sftp', 'bzr+ftp', - 'bzr+lp', - ) - - def __init__(self, *args, **kwargs): - super(Bazaar, self).__init__(*args, **kwargs) - # This is only needed for python <2.7.5 - # Register lp but do not expose as a scheme to support bzr+lp. - if getattr(urllib_parse, 'uses_fragment', None): - urllib_parse.uses_fragment.extend(['lp']) - - @staticmethod - def get_base_rev_args(rev): - return ['-r', rev] - - def export(self, location, url): - """ - Export the Bazaar repository at the url to the destination location - """ - # Remove the location to make sure Bazaar can export it correctly - if os.path.exists(location): - rmtree(location) - - url, rev_options = self.get_url_rev_options(url) - self.run_command( - ['export', location, url] + rev_options.to_args(), - show_stdout=False, - ) - - def fetch_new(self, dest, url, rev_options): - rev_display = rev_options.to_display() - logger.info( - 'Checking out %s%s to %s', - url, - rev_display, - display_path(dest), - ) - cmd_args = ['branch', '-q'] + rev_options.to_args() + [url, dest] - self.run_command(cmd_args) - - def switch(self, dest, url, rev_options): - self.run_command(['switch', url], cwd=dest) - - def update(self, dest, url, rev_options): - cmd_args = ['pull', '-q'] + rev_options.to_args() - self.run_command(cmd_args, cwd=dest) - - @classmethod - def get_url_rev_and_auth(cls, url): - # hotfix the URL scheme after removing bzr+ from bzr+ssh:// readd it - url, rev, user_pass = super(Bazaar, cls).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): - urls = cls.run_command(['info'], show_stdout=False, 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 - return None - - @classmethod - def get_revision(cls, location): - revision = cls.run_command( - ['revno'], show_stdout=False, cwd=location, - ) - return revision.splitlines()[-1] - - @classmethod - def is_commit_id_equal(cls, dest, name): - """Always assume the versions don't match""" - return False - - -vcs.register(Bazaar) diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/git.py b/lib/python3.8/site-packages/pip/_internal/vcs/git.py deleted file mode 100644 index 3445c1b..0000000 --- a/lib/python3.8/site-packages/pip/_internal/vcs/git.py +++ /dev/null @@ -1,358 +0,0 @@ -from __future__ import absolute_import - -import logging -import os.path -import re - -from pip._vendor.packaging.version import parse as parse_version -from pip._vendor.six.moves.urllib import parse as urllib_parse -from pip._vendor.six.moves.urllib import request as urllib_request - -from pip._internal.exceptions import BadCommand -from pip._internal.utils.compat import samefile -from pip._internal.utils.misc import display_path, redact_password_from_url -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.vcs.versioncontrol import ( - RemoteNotFoundError, VersionControl, vcs, -) - -urlsplit = urllib_parse.urlsplit -urlunsplit = urllib_parse.urlunsplit - - -logger = logging.getLogger(__name__) - - -HASH_REGEX = re.compile('^[a-fA-F0-9]{40}$') - - -def looks_like_hash(sha): - return bool(HASH_REGEX.match(sha)) - - -class Git(VersionControl): - name = 'git' - dirname = '.git' - repo_name = 'clone' - schemes = ( - 'git', '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): - return [rev] - - def get_git_version(self): - VERSION_PFX = 'git version ' - version = self.run_command(['version'], show_stdout=False) - if version.startswith(VERSION_PFX): - version = version[len(VERSION_PFX):].split()[0] - else: - version = '' - # get first 3 positions of the git version because - # on windows it is x.y.z.windows.t, and this parses as - # LegacyVersion which always smaller than a Version. - version = '.'.join(version.split('.')[:3]) - return parse_version(version) - - @classmethod - def get_current_branch(cls, location): - """ - 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, cwd=location, - ) - ref = output.strip() - - if ref.startswith('refs/heads/'): - return ref[len('refs/heads/'):] - - return None - - def export(self, location, url): - """Export the Git repository at the url to the destination location""" - if not location.endswith('/'): - location = location + '/' - - with TempDirectory(kind="export") as temp_dir: - self.unpack(temp_dir.path, url=url) - self.run_command( - ['checkout-index', '-a', '-f', '--prefix', location], - show_stdout=False, cwd=temp_dir.path - ) - - @classmethod - def get_revision_sha(cls, dest, rev): - """ - 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, on_returncode='ignore') - refs = {} - for line in output.strip().splitlines(): - try: - sha, ref = line.split() - except ValueError: - # Include the offending line to simplify troubleshooting if - # this error ever occurs. - raise ValueError('unexpected show-ref line: {!r}'.format(line)) - - refs[ref] = sha - - branch_ref = 'refs/remotes/origin/{}'.format(rev) - tag_ref = 'refs/tags/{}'.format(rev) - - sha = refs.get(branch_ref) - if sha is not None: - return (sha, True) - - sha = refs.get(tag_ref) - - return (sha, False) - - @classmethod - def resolve_revision(cls, dest, url, rev_options): - """ - 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 - 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 rev.startswith('refs/'): - return rev_options - - # If it looks like a ref, we have to fetch it explicitly. - cls.run_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, name): - """ - 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, url, rev_options): - rev_display = rev_options.to_display() - logger.info( - 'Cloning %s%s to %s', redact_password_from_url(url), - rev_display, display_path(dest), - ) - self.run_command(['clone', '-q', 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) - 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 = ['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 = 'origin/{}'.format(branch_name) - cmd_args = [ - 'checkout', '-b', branch_name, '--track', track_branch, - ] - self.run_command(cmd_args, cwd=dest) - - #: repo may contain submodules - self.update_submodules(dest) - - def switch(self, dest, url, rev_options): - self.run_command(['config', 'remote.origin.url', url], cwd=dest) - cmd_args = ['checkout', '-q'] + rev_options.to_args() - self.run_command(cmd_args, cwd=dest) - - self.update_submodules(dest) - - def update(self, dest, url, rev_options): - # First fetch changes from the default remote - if self.get_git_version() >= parse_version('1.9.0'): - # 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 = ['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): - """ - 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, 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 url.strip() - - @classmethod - def get_revision(cls, location, rev=None): - if rev is None: - rev = 'HEAD' - current_rev = cls.run_command( - ['rev-parse', rev], show_stdout=False, cwd=location, - ) - return current_rev.strip() - - @classmethod - def get_subdirectory(cls, location): - # find the repo root - git_dir = cls.run_command(['rev-parse', '--git-dir'], - show_stdout=False, cwd=location).strip() - if not os.path.isabs(git_dir): - git_dir = os.path.join(location, git_dir) - root_dir = os.path.join(git_dir, '..') - # find setup.py - orig_location = location - while not os.path.exists(os.path.join(location, 'setup.py')): - last_location = location - location = os.path.dirname(location) - if location == last_location: - # We've traversed up to the root of the filesystem without - # finding setup.py - logger.warning( - "Could not find setup.py for directory %s (tried all " - "parent directories)", - orig_location, - ) - return None - # relative path of setup.py to repo root - if samefile(root_dir, location): - return None - return os.path.relpath(location, root_dir) - - @classmethod - def get_url_rev_and_auth(cls, url): - """ - 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('/') - ) - url = urlunsplit((scheme, netloc, newpath, query, fragment)) - 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(Git, cls).get_url_rev_and_auth(url) - url = url.replace('ssh://', '') - else: - url, rev, user_pass = super(Git, cls).get_url_rev_and_auth(url) - - return url, rev, user_pass - - @classmethod - def update_submodules(cls, location): - if not os.path.exists(os.path.join(location, '.gitmodules')): - return - cls.run_command( - ['submodule', 'update', '--init', '--recursive', '-q'], - cwd=location, - ) - - @classmethod - def controls_location(cls, location): - if super(Git, cls).controls_location(location): - return True - try: - r = cls.run_command(['rev-parse'], - cwd=location, - show_stdout=False, - on_returncode='ignore') - return not r - except BadCommand: - logger.debug("could not determine if %s is under git control " - "because git is not available", location) - return False - - -vcs.register(Git) diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py b/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py deleted file mode 100644 index db42783..0000000 --- a/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py +++ /dev/null @@ -1,103 +0,0 @@ -from __future__ import absolute_import - -import logging -import os - -from pip._vendor.six.moves import configparser - -from pip._internal.utils.misc import display_path, path_to_url -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.vcs.versioncontrol import VersionControl, vcs - -logger = logging.getLogger(__name__) - - -class Mercurial(VersionControl): - name = 'hg' - dirname = '.hg' - repo_name = 'clone' - schemes = ('hg', 'hg+http', 'hg+https', 'hg+ssh', 'hg+static-http') - - @staticmethod - def get_base_rev_args(rev): - return [rev] - - def export(self, location, url): - """Export the Hg repository at the url to the destination location""" - with TempDirectory(kind="export") as temp_dir: - self.unpack(temp_dir.path, url=url) - - self.run_command( - ['archive', location], show_stdout=False, cwd=temp_dir.path - ) - - def fetch_new(self, dest, url, rev_options): - rev_display = rev_options.to_display() - logger.info( - 'Cloning hg %s%s to %s', - url, - rev_display, - display_path(dest), - ) - self.run_command(['clone', '--noupdate', '-q', url, dest]) - cmd_args = ['update', '-q'] + rev_options.to_args() - self.run_command(cmd_args, cwd=dest) - - def switch(self, dest, url, rev_options): - repo_config = os.path.join(dest, self.dirname, 'hgrc') - config = configparser.RawConfigParser() - try: - config.read(repo_config) - config.set('paths', 'default', url) - 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 = ['update', '-q'] + rev_options.to_args() - self.run_command(cmd_args, cwd=dest) - - def update(self, dest, url, rev_options): - self.run_command(['pull', '-q'], cwd=dest) - cmd_args = ['update', '-q'] + rev_options.to_args() - self.run_command(cmd_args, cwd=dest) - - @classmethod - def get_remote_url(cls, location): - url = cls.run_command( - ['showconfig', 'paths.default'], - show_stdout=False, cwd=location).strip() - if cls._is_local_repository(url): - url = path_to_url(url) - return url.strip() - - @classmethod - def get_revision(cls, location): - """ - Return the repository-local changeset revision number, as an integer. - """ - current_revision = cls.run_command( - ['parents', '--template={rev}'], - show_stdout=False, cwd=location).strip() - return current_revision - - @classmethod - def get_requirement_revision(cls, location): - """ - Return the changeset identification hash, as a 40-character - hexadecimal string - """ - current_rev_hash = cls.run_command( - ['parents', '--template={node}'], - show_stdout=False, cwd=location).strip() - return current_rev_hash - - @classmethod - def is_commit_id_equal(cls, dest, name): - """Always assume the versions don't match""" - return False - - -vcs.register(Mercurial) diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py b/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py deleted file mode 100644 index 6bb4c8c..0000000 --- a/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py +++ /dev/null @@ -1,314 +0,0 @@ -from __future__ import absolute_import - -import logging -import os -import re -import sys - -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import ( - display_path, rmtree, split_auth_from_netloc, -) -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.vcs.versioncontrol import VersionControl, vcs - -_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'<url>(.*)</url>') - - -if MYPY_CHECK_RUNNING: - from typing import List, Optional, Tuple - from pip._internal.vcs.versioncontrol import RevOptions - -logger = logging.getLogger(__name__) - - -class Subversion(VersionControl): - name = 'svn' - dirname = '.svn' - repo_name = 'checkout' - schemes = ('svn', 'svn+ssh', 'svn+http', 'svn+https', 'svn+svn') - - @classmethod - def should_add_vcs_url_prefix(cls, remote_url): - return True - - @staticmethod - def get_base_rev_args(rev): - return ['-r', rev] - - @classmethod - def get_revision(cls, location): - """ - Return the maximum revision for all files under a given location - """ - # Note: taken from setuptools.command.egg_info - revision = 0 - - for base, dirs, files 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: - 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 revision - - @classmethod - def get_netloc_and_auth(cls, netloc, scheme): - """ - 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(Subversion, cls).get_netloc_and_auth(netloc, scheme) - - return split_auth_from_netloc(netloc) - - @classmethod - def get_url_rev_and_auth(cls, url): - # hotfix the URL scheme after removing svn+ from svn+ssh:// readd it - url, rev, user_pass = super(Subversion, cls).get_url_rev_and_auth(url) - if url.startswith('ssh://'): - url = 'svn+' + url - return url, rev, user_pass - - @staticmethod - def make_rev_args(username, password): - extra_args = [] - if username: - extra_args += ['--username', username] - if password: - extra_args += ['--password', password] - - return extra_args - - @classmethod - def get_remote_url(cls, location): - # In cases where the source is in a subdirectory, not alongside - # setup.py we have to look up in the location until we find a real - # setup.py - orig_location = location - while not os.path.exists(os.path.join(location, 'setup.py')): - last_location = location - location = os.path.dirname(location) - if location == last_location: - # We've traversed up to the root of the filesystem without - # finding setup.py - logger.warning( - "Could not find setup.py for directory %s (tried all " - "parent directories)", - orig_location, - ) - return None - - return cls._get_svn_url_rev(location)[0] - - @classmethod - def _get_svn_url_rev(cls, location): - 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 = '' - - if (data.startswith('8') or - data.startswith('9') or - data.startswith('10')): - data = list(map(str.splitlines, data.split('\n\x0c\n'))) - del data[0][0] # get rid of the '8' - url = data[0][3] - revs = [int(d[9]) for d in data if len(d) > 9 and d[9]] + [0] - elif data.startswith('<?xml'): - match = _svn_xml_url_re.search(data) - if not match: - raise ValueError('Badly formatted data: %r' % data) - url = match.group(1) # get repository URL - revs = [int(m.group(1)) for m in _svn_rev_re.finditer(data)] + [0] - else: - try: - # subversion >= 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, - ) - url = _svn_info_xml_url_re.search(xml).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, name): - """Always assume the versions don't match""" - return False - - def __init__(self, use_interactive=None): - # type: (bool) -> None - if use_interactive is None: - use_interactive = sys.stdin.isatty() - 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 = None # type: Optional[Tuple[int, ...]] - - super(Subversion, self).__init__() - - def call_vcs_version(self): - # type: () -> 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 - version_prefix = 'svn, version ' - version = self.run_command(['--version'], show_stdout=False) - if not version.startswith(version_prefix): - return () - - version = version[len(version_prefix):].split()[0] - version_list = version.split('.') - try: - parsed_version = tuple(map(int, version_list)) - except ValueError: - return () - - return parsed_version - - def get_vcs_version(self): - # type: () -> 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): - # type: () -> List[str] - """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 - - export - - 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 export(self, location, url): - """Export the svn repository at the url to the destination location""" - url, rev_options = self.get_url_rev_options(url) - - logger.info('Exporting svn repository %s to %s', url, location) - with indent_log(): - if os.path.exists(location): - # Subversion doesn't like to check out over an existing - # directory --force fixes this, but was only added in svn 1.5 - rmtree(location) - cmd_args = (['export'] + self.get_remote_call_options() + - rev_options.to_args() + [url, location]) - self.run_command(cmd_args, show_stdout=False) - - def fetch_new(self, dest, url, rev_options): - # type: (str, str, RevOptions) -> None - rev_display = rev_options.to_display() - logger.info( - 'Checking out %s%s to %s', - url, - rev_display, - display_path(dest), - ) - cmd_args = (['checkout', '-q'] + - self.get_remote_call_options() + - rev_options.to_args() + [url, dest]) - self.run_command(cmd_args) - - def switch(self, dest, url, rev_options): - # type: (str, str, RevOptions) -> None - cmd_args = (['switch'] + self.get_remote_call_options() + - rev_options.to_args() + [url, dest]) - self.run_command(cmd_args) - - def update(self, dest, url, rev_options): - # type: (str, str, RevOptions) -> None - cmd_args = (['update'] + self.get_remote_call_options() + - rev_options.to_args() + [dest]) - self.run_command(cmd_args) - - -vcs.register(Subversion) diff --git a/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py b/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py deleted file mode 100644 index 2d05fc1..0000000 --- a/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py +++ /dev/null @@ -1,600 +0,0 @@ -"""Handles all VCS (version control) support""" -from __future__ import absolute_import - -import errno -import logging -import os -import shutil -import sys - -from pip._vendor import pkg_resources -from pip._vendor.six.moves.urllib import parse as urllib_parse - -from pip._internal.exceptions import BadCommand -from pip._internal.utils.misc import ( - ask_path_exists, backup_dir, call_subprocess, display_path, rmtree, -) -from pip._internal.utils.typing import MYPY_CHECK_RUNNING - -if MYPY_CHECK_RUNNING: - from typing import ( - Any, Dict, Iterable, List, Mapping, Optional, Text, Tuple, Type - ) - from pip._internal.utils.ui import SpinnerInterface - - AuthInfo = Tuple[Optional[str], Optional[str]] - -__all__ = ['vcs'] - - -logger = logging.getLogger(__name__) - - -def make_vcs_requirement_url(repo_url, rev, project_name, subdir=None): - """ - 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 = pkg_resources.to_filename(project_name) - req = '{}@{}#egg={}'.format(repo_url, rev, egg_project_name) - if subdir: - req += '&subdirectory={}'.format(subdir) - - return req - - -class RemoteNotFoundError(Exception): - pass - - -class RevOptions(object): - - """ - 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: Type[VersionControl] - rev=None, # type: Optional[str] - extra_args=None, # type: Optional[List[str]] - ): - # type: (...) -> 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 - - def __repr__(self): - return '<RevOptions {}: rev={!r}>'.format(self.vc_class.name, self.rev) - - @property - def arg_rev(self): - # type: () -> Optional[str] - if self.rev is None: - return self.vc_class.default_arg_rev - - return self.rev - - def to_args(self): - # type: () -> List[str] - """ - Return the VCS-specific command arguments. - """ - args = [] # type: List[str] - 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): - # type: () -> str - if not self.rev: - return '' - - return ' (to revision {})'.format(self.rev) - - def make_new(self, rev): - # type: (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(object): - _registry = {} # type: Dict[str, VersionControl] - schemes = ['ssh', 'git', 'hg', 'bzr', 'sftp', 'svn'] - - def __init__(self): - # type: () -> None - # Register more schemes with urlparse for various version control - # systems - urllib_parse.uses_netloc.extend(self.schemes) - # Python >= 2.7.4, 3.3 doesn't have uses_fragment - if getattr(urllib_parse, 'uses_fragment', None): - urllib_parse.uses_fragment.extend(self.schemes) - super(VcsSupport, self).__init__() - - def __iter__(self): - return self._registry.__iter__() - - @property - def backends(self): - # type: () -> List[VersionControl] - return list(self._registry.values()) - - @property - def dirnames(self): - # type: () -> List[str] - return [backend.dirname for backend in self.backends] - - @property - def all_schemes(self): - # type: () -> List[str] - schemes = [] # type: List[str] - for backend in self.backends: - schemes.extend(backend.schemes) - return schemes - - def register(self, cls): - # type: (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): - # type: (str) -> None - if name in self._registry: - del self._registry[name] - - def get_backend_for_dir(self, location): - # type: (str) -> Optional[VersionControl] - """ - Return a VersionControl object if a repository of that type is found - at the given directory. - """ - for vcs_backend in self._registry.values(): - if vcs_backend.controls_location(location): - logger.debug('Determine that %s uses VCS: %s', - location, vcs_backend.name) - return vcs_backend - return None - - def get_backend(self, name): - # type: (str) -> Optional[VersionControl] - """ - Return a VersionControl object or None. - """ - name = name.lower() - return self._registry.get(name) - - -vcs = VcsSupport() - - -class VersionControl(object): - name = '' - dirname = '' - repo_name = '' - # List of supported schemes for this Version Control - schemes = () # type: Tuple[str, ...] - # Iterable of environment variable names to pass to call_subprocess(). - unset_environ = () # type: Tuple[str, ...] - default_arg_rev = None # type: Optional[str] - - @classmethod - def should_add_vcs_url_prefix(cls, remote_url): - """ - 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('{}:'.format(cls.name)) - - @classmethod - def get_subdirectory(cls, repo_dir): - """ - Return the path to setup.py, relative to the repo root. - """ - return None - - @classmethod - def get_requirement_revision(cls, repo_dir): - """ - 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, project_name): - """ - 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 repo_url is None: - return None - - if cls.should_add_vcs_url_prefix(repo_url): - repo_url = '{}+{}'.format(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): - """ - Return the base revision arguments for a vcs command. - - Args: - rev: the name of a revision to install. Cannot be None. - """ - raise NotImplementedError - - @classmethod - def make_rev_options(cls, rev=None, extra_args=None): - # type: (Optional[str], Optional[List[str]]) -> 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): - # type: (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) - - def export(self, location, url): - """ - Export the repository at the url to the destination location - i.e. only download the files, without vcs informations - - :param url: the repository URL starting with a vcs prefix. - """ - raise NotImplementedError - - @classmethod - def get_netloc_and_auth(cls, netloc, scheme): - """ - 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): - # type: (str) -> Tuple[str, Optional[str], AuthInfo] - """ - Parse the repository URL to use, and return the URL, revision, - and auth info to use. - - Returns: (url, rev, (username, password)). - """ - scheme, netloc, path, query, frag = urllib_parse.urlsplit(url) - if '+' not in scheme: - raise ValueError( - "Sorry, {!r} is a malformed VCS url. " - "The format is <vcs>+<protocol>://<url>, " - "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp".format(url) - ) - # Remove the vcs prefix. - scheme = scheme.split('+', 1)[1] - netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) - rev = None - if '@' in path: - path, rev = path.rsplit('@', 1) - url = urllib_parse.urlunsplit((scheme, netloc, path, query, '')) - return url, rev, user_pass - - @staticmethod - def make_rev_args(username, password): - """ - Return the RevOptions "extra arguments" to use in obtain(). - """ - return [] - - def get_url_rev_options(self, url): - # type: (str) -> Tuple[str, RevOptions] - """ - Return the URL and RevOptions object to use in obtain() and in - some cases export(), as a tuple (url, rev_options). - """ - url, rev, user_pass = self.get_url_rev_and_auth(url) - username, password = user_pass - extra_args = self.make_rev_args(username, password) - rev_options = self.make_rev_options(rev, extra_args=extra_args) - - return url, rev_options - - @staticmethod - def normalize_url(url): - # type: (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, url2): - # type: (str, 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, url, rev_options): - """ - 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. - """ - raise NotImplementedError - - def switch(self, dest, url, rev_options): - """ - Switch the repo at ``dest`` to point to ``URL``. - - Args: - rev_options: a RevOptions object. - """ - raise NotImplementedError - - def update(self, dest, url, rev_options): - """ - 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, name): - """ - 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, url): - # type: (str, str) -> 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. - """ - url, rev_options = self.get_url_rev_options(url) - - if not os.path.exists(dest): - self.fetch_new(dest, url, rev_options) - 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): - 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 ', # type: ignore - ('i', 'w', 'b')) - - logger.warning( - 'The plan is to install the %s repository %s', - self.name, - url, - ) - response = ask_path_exists('What to do? %s' % 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) - 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) - 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, url): - # type: (str, str) -> 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. - """ - if os.path.exists(location): - rmtree(location) - self.obtain(location, url=url) - - @classmethod - def get_remote_url(cls, location): - """ - 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): - """ - Return the current commit id of the files at the given location. - """ - raise NotImplementedError - - @classmethod - def run_command( - cls, - cmd, # type: List[str] - show_stdout=True, # type: bool - cwd=None, # type: Optional[str] - on_returncode='raise', # type: str - extra_ok_returncodes=None, # type: Optional[Iterable[int]] - command_desc=None, # type: Optional[str] - extra_environ=None, # type: Optional[Mapping[str, Any]] - spinner=None # type: Optional[SpinnerInterface] - ): - # type: (...) -> Text - """ - 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 = [cls.name] + 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) - except OSError as e: - # errno.ENOENT = no such file or directory - # In other words, the VCS executable isn't available - if e.errno == errno.ENOENT: - raise BadCommand( - 'Cannot find command %r - do you have ' - '%r installed and in your ' - 'PATH?' % (cls.name, cls.name)) - else: - raise # re-raise exception if a different error occurred - - @classmethod - def is_repository_directory(cls, path): - # type: (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 controls_location(cls, location): - # type: (str) -> bool - """ - Check if a location is controlled by the vcs. - 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. - """ - return cls.is_repository_directory(location) diff --git a/lib/python3.8/site-packages/pip/_internal/wheel.py b/lib/python3.8/site-packages/pip/_internal/wheel.py deleted file mode 100644 index 6f034cd..0000000 --- a/lib/python3.8/site-packages/pip/_internal/wheel.py +++ /dev/null @@ -1,1125 +0,0 @@ -""" -Support for installing and building the "wheel" binary package format. -""" -from __future__ import absolute_import - -import collections -import compileall -import csv -import hashlib -import logging -import os.path -import re -import shutil -import stat -import sys -import warnings -from base64 import urlsafe_b64encode -from email.parser import Parser - -from pip._vendor import pkg_resources -from pip._vendor.distlib.scripts import ScriptMaker -from pip._vendor.packaging.utils import canonicalize_name -from pip._vendor.six import StringIO - -from pip._internal import pep425tags -from pip._internal.download import unpack_url -from pip._internal.exceptions import ( - InstallationError, InvalidWheelFilename, UnsupportedWheel, -) -from pip._internal.locations import distutils_scheme -from pip._internal.models.link import Link -from pip._internal.utils.logging import indent_log -from pip._internal.utils.marker_files import PIP_DELETE_MARKER_FILENAME -from pip._internal.utils.misc import ( - LOG_DIVIDER, call_subprocess, captured_stdout, ensure_dir, - format_command_args, path_to_url, read_chunks, -) -from pip._internal.utils.setuptools_build import make_setuptools_shim_args -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.typing import MYPY_CHECK_RUNNING -from pip._internal.utils.ui import open_spinner - -if MYPY_CHECK_RUNNING: - from typing import ( - Dict, List, Optional, Sequence, Mapping, Tuple, IO, Text, Any, Iterable - ) - from pip._vendor.packaging.requirements import Requirement - from pip._internal.req.req_install import InstallRequirement - from pip._internal.download import PipSession - from pip._internal.index import FormatControl, PackageFinder - from pip._internal.operations.prepare import ( - RequirementPreparer - ) - from pip._internal.cache import WheelCache - from pip._internal.pep425tags import Pep425Tag - - InstalledCSVRow = Tuple[str, ...] - - -VERSION_COMPATIBLE = (1, 0) - - -logger = logging.getLogger(__name__) - - -def normpath(src, p): - return os.path.relpath(src, p).replace(os.path.sep, '/') - - -def hash_file(path, blocksize=1 << 20): - # type: (str, int) -> 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) # type: ignore - - -def rehash(path, blocksize=1 << 20): - # type: (str, int) -> 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('=') - # unicode/str python2 issues - return (digest, str(length)) # type: ignore - - -def open_for_csv(name, mode): - # type: (str, Text) -> IO - if sys.version_info[0] < 3: - nl = {} # type: Dict[str, Any] - bin = 'b' - else: - nl = {'newline': ''} # type: Dict[str, Any] - bin = '' - return open(name, mode + bin, **nl) - - -def replace_python_tag(wheelname, new_tag): - # type: (str, str) -> str - """Replace the Python tag in a wheel file name with a new value. - """ - parts = wheelname.split('-') - parts[-3] = new_tag - return '-'.join(parts) - - -def fix_script(path): - # type: (str) -> Optional[bool] - """Replace #!python with #!/path/to/python - Return True if file was changed.""" - # XXX RECORD hashes will need to be updated - if 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 - return None - - -dist_info_re = re.compile(r"""^(?P<namever>(?P<name>.+?)(-(?P<ver>.+?))?) - \.dist-info$""", re.VERBOSE) - - -def root_is_purelib(name, wheeldir): - # type: (str, str) -> bool - """ - Return True if the extracted wheel in wheeldir should go into purelib. - """ - name_folded = name.replace("-", "_") - for item in os.listdir(wheeldir): - match = dist_info_re.match(item) - if match and match.group('name') == name_folded: - with open(os.path.join(wheeldir, item, 'WHEEL')) as wheel: - for line in wheel: - line = line.lower().rstrip() - if line == "root-is-purelib: true": - return True - return False - - -def get_entrypoints(filename): - # type: (str) -> Tuple[Dict[str, str], Dict[str, str]] - if not os.path.exists(filename): - return {}, {} - - # This is done because you can pass a string to entry_points wrappers which - # means that they may or may not be valid INI files. The attempt here is to - # strip leading and trailing whitespace in order to make them valid INI - # files. - with open(filename) as fp: - data = StringIO() - for line in fp: - data.write(line.strip()) - data.write("\n") - data.seek(0) - - # get the entry points and then the script names - entry_points = pkg_resources.EntryPoint.parse_map(data) - console = entry_points.get('console_scripts', {}) - gui = entry_points.get('gui_scripts', {}) - - def _split_ep(s): - """get the string representation of EntryPoint, remove space and split - on '='""" - return str(s).replace(" ", "").split("=") - - # convert the EntryPoint objects into strings with module:function - console = dict(_split_ep(v) for v in console.values()) - gui = dict(_split_ep(v) for v in gui.values()) - return console, gui - - -def message_about_scripts_not_on_PATH(scripts): - # type: (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 = collections.defaultdict(set) # type: Dict[str, set] - for destfile in scripts: - parent_dir = os.path.dirname(destfile) - script_name = os.path.basename(destfile) - grouped_by_dir[parent_dir].add(script_name) - - # We don't want to warn for directories that are on PATH. - not_warn_dirs = [ - os.path.normcase(i).rstrip(os.sep) for i in - os.environ.get("PATH", "").split(os.pathsep) - ] - # If an executable sits with sys.executable, we don't warn for it. - # This covers the case of venv invocations without activating the venv. - not_warn_dirs.append(os.path.normcase(os.path.dirname(sys.executable))) - warn_for = { - parent_dir: scripts for parent_dir, scripts in grouped_by_dir.items() - if os.path.normcase(parent_dir) not in not_warn_dirs - } - if not warn_for: - return None - - # Format a message - msg_lines = [] - for parent_dir, scripts in warn_for.items(): - sorted_scripts = sorted(scripts) # type: List[str] - if len(sorted_scripts) == 1: - start_text = "script {} is".format(sorted_scripts[0]) - else: - start_text = "scripts {} are".format( - ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] - ) - - msg_lines.append( - "The {} installed in '{}' which is not on PATH." - .format(start_text, parent_dir) - ) - - last_line_fmt = ( - "Consider adding {} to PATH or, if you prefer " - "to suppress this warning, use --no-warn-script-location." - ) - if len(msg_lines) == 1: - msg_lines.append(last_line_fmt.format("this directory")) - else: - msg_lines.append(last_line_fmt.format("these directories")) - - # Returns the formatted multiline message - return "\n".join(msg_lines) - - -def sorted_outrows(outrows): - # type: (Iterable[InstalledCSVRow]) -> List[InstalledCSVRow] - """ - Return the given rows of a RECORD file in sorted order. - - 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(outrows, key=lambda row: tuple(str(x) for x in row)) - - -def get_csv_rows_for_installed( - old_csv_rows, # type: Iterable[List[str]] - installed, # type: Dict[str, str] - changed, # type: set - generated, # type: List[str] - lib_dir, # type: str -): - # type: (...) -> List[InstalledCSVRow] - """ - :param installed: A map from archive RECORD path to installation RECORD - path. - """ - installed_rows = [] # type: List[InstalledCSVRow] - for row in old_csv_rows: - if len(row) > 3: - logger.warning( - 'RECORD line has more than three elements: {}'.format(row) - ) - # Make a copy because we are mutating the row. - row = list(row) - old_path = row[0] - new_path = installed.pop(old_path, old_path) - row[0] = new_path - if new_path in changed: - digest, length = rehash(new_path) - row[1] = digest - row[2] = length - installed_rows.append(tuple(row)) - for f in generated: - digest, length = rehash(f) - installed_rows.append((normpath(f, lib_dir), digest, str(length))) - for f in installed: - installed_rows.append((installed[f], '', '')) - return installed_rows - - -def move_wheel_files( - name, # type: str - req, # type: Requirement - wheeldir, # type: str - user=False, # type: bool - home=None, # type: Optional[str] - root=None, # type: Optional[str] - pycompile=True, # type: bool - scheme=None, # type: Optional[Mapping[str, str]] - isolated=False, # type: bool - prefix=None, # type: Optional[str] - warn_script_location=True # type: bool -): - # type: (...) -> None - """Install a wheel""" - # TODO: Investigate and break this up. - # TODO: Look into moving this into a dedicated class for representing an - # installation. - - if not scheme: - scheme = distutils_scheme( - name, user=user, home=home, root=root, isolated=isolated, - prefix=prefix, - ) - - if root_is_purelib(name, wheeldir): - lib_dir = scheme['purelib'] - else: - lib_dir = scheme['platlib'] - - info_dir = [] # type: List[str] - data_dirs = [] - source = wheeldir.rstrip(os.path.sep) + os.path.sep - - # 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 = {} # type: Dict[str, str] - changed = set() - generated = [] # type: List[str] - - # Compile all of the pyc files that we're going to be installing - if pycompile: - with captured_stdout() as stdout: - with warnings.catch_warnings(): - warnings.filterwarnings('ignore') - compileall.compile_dir(source, force=True, quiet=True) - logger.debug(stdout.getvalue()) - - def record_installed(srcfile, destfile, modified=False): - """Map archive RECORD paths to installation RECORD paths.""" - oldpath = normpath(srcfile, wheeldir) - newpath = normpath(destfile, lib_dir) - installed[oldpath] = newpath - if modified: - changed.add(destfile) - - def clobber(source, dest, is_base, fixer=None, filter=None): - ensure_dir(dest) # common for the 'include' path - - for dir, subdirs, files in os.walk(source): - basedir = dir[len(source):].lstrip(os.path.sep) - destdir = os.path.join(dest, basedir) - if is_base and basedir.split(os.path.sep, 1)[0].endswith('.data'): - continue - for s in subdirs: - destsubdir = os.path.join(dest, basedir, s) - if is_base and basedir == '' and destsubdir.endswith('.data'): - data_dirs.append(s) - continue - elif (is_base and - s.endswith('.dist-info') and - canonicalize_name(s).startswith( - canonicalize_name(req.name))): - assert not info_dir, ('Multiple .dist-info directories: ' + - destsubdir + ', ' + - ', '.join(info_dir)) - info_dir.append(destsubdir) - for f in files: - # Skip unwanted files - if filter and filter(f): - continue - srcfile = os.path.join(dir, f) - destfile = os.path.join(dest, basedir, f) - # directory creation is lazy and after the file filtering above - # to ensure we don't install empty dirs; empty dirs can't be - # uninstalled. - ensure_dir(destdir) - - # copyfile (called below) truncates the destination if it - # exists and then writes 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(destfile): - os.unlink(destfile) - - # We use copyfile (not move, copy, or copy2) to be extra sure - # that we are not moving directories over (copyfile fails for - # directories) as well as to ensure that we are not copying - # over any metadata because we want more control over what - # metadata we actually copy over. - shutil.copyfile(srcfile, destfile) - - # Copy over the metadata for the file, currently this only - # includes the atime and mtime. - st = os.stat(srcfile) - if hasattr(os, "utime"): - os.utime(destfile, (st.st_atime, st.st_mtime)) - - # If our file is executable, then make our destination file - # executable. - if os.access(srcfile, os.X_OK): - st = os.stat(srcfile) - permissions = ( - st.st_mode | stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH - ) - os.chmod(destfile, permissions) - - changed = False - if fixer: - changed = fixer(destfile) - record_installed(srcfile, destfile, changed) - - clobber(source, lib_dir, True) - - assert info_dir, "%s .dist-info directory not found" % req - - # Get the defined entry points - ep_file = os.path.join(info_dir[0], 'entry_points.txt') - console, gui = get_entrypoints(ep_file) - - def is_entrypoint_wrapper(name): - # EP, EP.exe and EP-script.py are scripts generated for - # entry point EP by setuptools - 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) - - for datadir in data_dirs: - fixer = None - filter = None - for subdir in os.listdir(os.path.join(wheeldir, datadir)): - fixer = None - if subdir == 'scripts': - fixer = fix_script - filter = is_entrypoint_wrapper - source = os.path.join(wheeldir, datadir, subdir) - dest = scheme[subdir] - clobber(source, dest, False, fixer=fixer, filter=filter) - - maker = ScriptMaker(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 - - # Simplify the script and fix the fact that the default script swallows - # every single stack trace. - # See https://bitbucket.org/pypa/distlib/issue/34/ - # See https://bitbucket.org/pypa/distlib/issue/33/ - def _get_script_text(entry): - if entry.suffix is None: - raise InstallationError( - "Invalid script entry point: %s for req: %s - A callable " - "suffix is required. Cf https://packaging.python.org/en/" - "latest/distributing.html#console-scripts for more " - "information." % (entry, req) - ) - return maker.script_template % { - "module": entry.prefix, - "import_name": entry.suffix.split(".")[0], - "func": entry.suffix, - } - # ignore type, because mypy disallows assigning to a method, - # see https://github.com/python/mypy/issues/2427 - maker._get_script_text = _get_script_text # type: ignore - maker.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()) -""" - - # 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: - spec = 'pip = ' + pip_script - generated.extend(maker.make(spec)) - - if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": - spec = 'pip%s = %s' % (sys.version[:1], pip_script) - generated.extend(maker.make(spec)) - - spec = 'pip%s = %s' % (sys.version[:3], pip_script) - generated.extend(maker.make(spec)) - # 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: - spec = 'easy_install = ' + easy_install_script - generated.extend(maker.make(spec)) - - spec = 'easy_install-%s = %s' % (sys.version[:3], easy_install_script) - generated.extend(maker.make(spec)) - # 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 and GUI entry points specified in the wheel - if len(console) > 0: - generated_console_scripts = maker.make_multiple( - ['%s = %s' % kv for kv in console.items()] - ) - generated.extend(generated_console_scripts) - - if warn_script_location: - msg = message_about_scripts_not_on_PATH(generated_console_scripts) - if msg is not None: - logger.warning(msg) - - if len(gui) > 0: - generated.extend( - maker.make_multiple( - ['%s = %s' % kv for kv in gui.items()], - {'gui': True} - ) - ) - - # Record pip as the installer - installer = os.path.join(info_dir[0], 'INSTALLER') - temp_installer = os.path.join(info_dir[0], 'INSTALLER.pip') - with open(temp_installer, 'wb') as installer_file: - installer_file.write(b'pip\n') - shutil.move(temp_installer, installer) - generated.append(installer) - - # Record details of all files installed - record = os.path.join(info_dir[0], 'RECORD') - temp_record = os.path.join(info_dir[0], 'RECORD.pip') - with open_for_csv(record, 'r') as record_in: - with open_for_csv(temp_record, 'w+') as record_out: - reader = csv.reader(record_in) - outrows = get_csv_rows_for_installed( - reader, installed=installed, changed=changed, - generated=generated, lib_dir=lib_dir, - ) - writer = csv.writer(record_out) - # Sort to simplify testing. - for row in sorted_outrows(outrows): - writer.writerow(row) - shutil.move(temp_record, record) - - -def wheel_version(source_dir): - # type: (Optional[str]) -> Optional[Tuple[int, ...]] - """ - Return the Wheel-Version of an extracted wheel, if possible. - - Otherwise, return None if we couldn't parse / extract it. - """ - try: - dist = [d for d in pkg_resources.find_on_path(None, source_dir)][0] - - wheel_data = dist.get_metadata('WHEEL') - wheel_data = Parser().parsestr(wheel_data) - - version = wheel_data['Wheel-Version'].strip() - version = tuple(map(int, version.split('.'))) - return version - except Exception: - return None - - -def check_compatibility(version, name): - # type: (Optional[Tuple[int, ...]], 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 not version: - raise UnsupportedWheel( - "%s is in an unsupported or invalid wheel" % name - ) - if version[0] > VERSION_COMPATIBLE[0]: - raise UnsupportedWheel( - "%s's Wheel-Version (%s) is not compatible with this version " - "of pip" % (name, '.'.join(map(str, version))) - ) - elif version > VERSION_COMPATIBLE: - logger.warning( - 'Installing from a newer Wheel-Version (%s)', - '.'.join(map(str, version)), - ) - - -def format_tag(file_tag): - # type: (Tuple[str, ...]) -> str - """ - Format three tags in the form "<python_tag>-<abi_tag>-<platform_tag>". - - :param file_tag: A 3-tuple of tags (python_tag, abi_tag, platform_tag). - """ - return '-'.join(file_tag) - - -class Wheel(object): - """A wheel file""" - - # TODO: Maybe move the class into the models sub-package - # TODO: Maybe move the install code into this class - - wheel_file_re = re.compile( - r"""^(?P<namever>(?P<name>.+?)-(?P<ver>.*?)) - ((-(?P<build>\d[^-]*?))?-(?P<pyver>.+?)-(?P<abi>.+?)-(?P<plat>.+?) - \.whl|\.dist-info)$""", - re.VERBOSE - ) - - def __init__(self, filename): - # type: (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( - "%s is not a valid wheel filename." % 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 = { - (x, y, z) for x in self.pyversions - for y in self.abis for z in self.plats - } - - def get_formatted_file_tags(self): - # type: () -> List[str] - """ - Return the wheel's tags as a sorted list of strings. - """ - return sorted(format_tag(tag) for tag in self.file_tags) - - def support_index_min(self, tags=None): - # type: (Optional[List[Pep425Tag]]) -> Optional[int] - """ - Return the lowest index that one of the wheel's file_tag combinations - achieves in the supported_tags list e.g. if there are 8 supported tags, - and one of the file tags is first in the list, then return 0. Returns - None is the wheel is not supported. - """ - if tags is None: # for mock - tags = pep425tags.get_supported() - indexes = [tags.index(c) for c in self.file_tags if c in tags] - return min(indexes) if indexes else None - - def supported(self, tags=None): - # type: (Optional[List[Pep425Tag]]) -> bool - """Is this wheel supported on this system?""" - if tags is None: # for mock - tags = pep425tags.get_supported() - return bool(set(tags).intersection(self.file_tags)) - - -def _contains_egg_info( - s, _egg_info_re=re.compile(r'([a-z0-9_.]+)-([a-z0-9_.!+-]+)', re.I)): - """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_use_ephemeral_cache( - req, # type: InstallRequirement - format_control, # type: FormatControl - autobuilding, # type: bool - cache_available # type: bool -): - # type: (...) -> Optional[bool] - """ - Return whether to build an InstallRequirement object using the - ephemeral cache. - - :param cache_available: whether a cache directory is available for the - autobuilding=True case. - - :return: True or False to build the requirement with ephem_cache=True - or False, respectively; or None not to build the requirement. - """ - if req.constraint: - return None - if req.is_wheel: - if not autobuilding: - logger.info( - 'Skipping %s, due to already being wheel.', req.name, - ) - return None - if not autobuilding: - return False - - if req.editable or not req.source_dir: - return None - - if "binary" not in format_control.get_allowed_formats( - canonicalize_name(req.name)): - logger.info( - "Skipping bdist_wheel for %s, due to binaries " - "being disabled for it.", req.name, - ) - return None - - if req.link and not req.link.is_artifact: - # VCS checkout. Build wheel just for this run. - return True - - link = req.link - base, ext = link.splitext() - if cache_available and _contains_egg_info(base): - return False - - # Otherwise, build the wheel just for this run using the ephemeral - # cache since we are either in the case of e.g. a local directory, or - # no cache directory is available to use. - return True - - -def format_command_result( - command_args, # type: List[str] - command_output, # type: str -): - # type: (...) -> str - """ - Format command information for logging. - """ - command_desc = format_command_args(command_args) - text = 'Command arguments: {}\n'.format(command_desc) - - 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 += 'Command output:\n{}{}'.format(command_output, LOG_DIVIDER) - - return text - - -def get_legacy_build_wheel_path( - names, # type: List[str] - temp_dir, # type: str - req, # type: InstallRequirement - command_args, # type: List[str] - command_output, # type: str -): - # type: (...) -> 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(req.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(req.name, names) - msg += format_command_result(command_args, command_output) - logger.warning(msg) - - return os.path.join(temp_dir, names[0]) - - -class WheelBuilder(object): - """Build wheels from a RequirementSet.""" - - def __init__( - self, - finder, # type: PackageFinder - preparer, # type: RequirementPreparer - wheel_cache, # type: WheelCache - build_options=None, # type: Optional[List[str]] - global_options=None, # type: Optional[List[str]] - no_clean=False # type: bool - ): - # type: (...) -> None - self.finder = finder - self.preparer = preparer - self.wheel_cache = wheel_cache - - self._wheel_dir = preparer.wheel_download_dir - - self.build_options = build_options or [] - self.global_options = global_options or [] - self.no_clean = no_clean - - def _build_one(self, req, output_dir, python_tag=None): - """Build one wheel. - - :return: The filename of the built wheel, or None if the build failed. - """ - # Install build deps into temporary directory (PEP 518) - with req.build_env: - return self._build_one_inside_env(req, output_dir, - python_tag=python_tag) - - def _build_one_inside_env(self, req, output_dir, python_tag=None): - with TempDirectory(kind="wheel") as temp_dir: - if req.use_pep517: - builder = self._build_one_pep517 - else: - builder = self._build_one_legacy - wheel_path = builder(req, temp_dir.path, python_tag=python_tag) - 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: - pass - # Ignore return, we can't do anything else useful. - self._clean_one(req) - return None - - def _base_setup_args(self, req): - # 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. - base_cmd = make_setuptools_shim_args(req.setup_py_path, - unbuffered_output=True) - return base_cmd + list(self.global_options) - - def _build_one_pep517(self, req, tempd, python_tag=None): - """Build one InstallRequirement using the PEP 517 build process. - - Returns path to wheel if successfully built. Otherwise, returns None. - """ - assert req.metadata_directory is not None - if self.build_options: - # PEP 517 does not support --build-options - logger.error('Cannot build wheel for %s using PEP 517 when ' - '--build-options is present' % (req.name,)) - return None - try: - req.spin_message = 'Building wheel for %s (PEP 517)' % (req.name,) - logger.debug('Destination directory: %s', tempd) - wheel_name = req.pep517_backend.build_wheel( - tempd, - metadata_directory=req.metadata_directory - ) - if python_tag: - # General PEP 517 backends don't necessarily support - # a "--python-tag" option, so we rename the wheel - # file directly. - new_name = replace_python_tag(wheel_name, python_tag) - os.rename( - os.path.join(tempd, wheel_name), - os.path.join(tempd, new_name) - ) - # Reassign to simplify the return at the end of function - wheel_name = new_name - except Exception: - logger.error('Failed building wheel for %s', req.name) - return None - return os.path.join(tempd, wheel_name) - - def _build_one_legacy(self, req, tempd, python_tag=None): - """Build one InstallRequirement using the "legacy" build process. - - Returns path to wheel if successfully built. Otherwise, returns None. - """ - base_args = self._base_setup_args(req) - - spin_message = 'Building wheel for %s (setup.py)' % (req.name,) - with open_spinner(spin_message) as spinner: - logger.debug('Destination directory: %s', tempd) - wheel_args = base_args + ['bdist_wheel', '-d', tempd] \ - + self.build_options - - if python_tag is not None: - wheel_args += ["--python-tag", python_tag] - - try: - output = call_subprocess(wheel_args, cwd=req.setup_py_dir, - spinner=spinner) - except Exception: - spinner.finish("error") - logger.error('Failed building wheel for %s', req.name) - return None - names = os.listdir(tempd) - wheel_path = get_legacy_build_wheel_path( - names=names, - temp_dir=tempd, - req=req, - command_args=wheel_args, - command_output=output, - ) - return wheel_path - - def _clean_one(self, req): - base_args = self._base_setup_args(req) - - logger.info('Running setup.py clean for %s', req.name) - clean_args = base_args + ['clean', '--all'] - try: - call_subprocess(clean_args, cwd=req.source_dir) - return True - except Exception: - logger.error('Failed cleaning build dir for %s', req.name) - return False - - def build( - self, - requirements, # type: Iterable[InstallRequirement] - session, # type: PipSession - autobuilding=False # type: bool - ): - # type: (...) -> List[InstallRequirement] - """Build wheels. - - :param unpack: If True, replace the sdist we built from with the - newly built wheel, in preparation for installation. - :return: True if all the wheels built correctly. - """ - buildset = [] - format_control = self.finder.format_control - # Whether a cache directory is available for autobuilding=True. - cache_available = bool(self._wheel_dir or self.wheel_cache.cache_dir) - - for req in requirements: - ephem_cache = should_use_ephemeral_cache( - req, format_control=format_control, autobuilding=autobuilding, - cache_available=cache_available, - ) - if ephem_cache is None: - continue - - buildset.append((req, ephem_cache)) - - if not buildset: - return [] - - # Is any wheel build not using the ephemeral cache? - if any(not ephem_cache for _, ephem_cache in buildset): - have_directory_for_build = self._wheel_dir or ( - autobuilding and self.wheel_cache.cache_dir - ) - assert have_directory_for_build - - # TODO by @pradyunsg - # Should break up this method into 2 separate methods. - - # Build the wheels. - logger.info( - 'Building wheels for collected packages: %s', - ', '.join([req.name for (req, _) in buildset]), - ) - _cache = self.wheel_cache # shorter name - with indent_log(): - build_success, build_failure = [], [] - for req, ephem in buildset: - python_tag = None - if autobuilding: - python_tag = pep425tags.implementation_tag - if ephem: - output_dir = _cache.get_ephem_path_for_link(req.link) - else: - output_dir = _cache.get_path_for_link(req.link) - try: - ensure_dir(output_dir) - except OSError as e: - logger.warning("Building wheel for %s failed: %s", - req.name, e) - build_failure.append(req) - continue - else: - output_dir = self._wheel_dir - wheel_file = self._build_one( - req, output_dir, - python_tag=python_tag, - ) - if wheel_file: - build_success.append(req) - if autobuilding: - # XXX: This is mildly duplicative with prepare_files, - # but not close enough to pull out to a single common - # method. - # The code below assumes temporary source dirs - - # prevent it doing bad things. - if req.source_dir and not os.path.exists(os.path.join( - req.source_dir, PIP_DELETE_MARKER_FILENAME)): - raise AssertionError( - "bad source dir - missing marker") - # Delete the source we built the wheel from - req.remove_temporary_source() - # set the build directory again - name is known from - # the work prepare_files did. - req.source_dir = req.build_location( - self.preparer.build_dir - ) - # Update the link for this. - req.link = Link(path_to_url(wheel_file)) - assert req.link.is_wheel - # extract the wheel into the dir - unpack_url( - req.link, req.source_dir, None, False, - session=session, - ) - else: - build_failure.append(req) - - # notify success/failure - if build_success: - logger.info( - 'Successfully built %s', - ' '.join([req.name for req in build_success]), - ) - if build_failure: - logger.info( - 'Failed to build %s', - ' '.join([req.name for req in build_failure]), - ) - # Return a list of requirements that failed to build - return build_failure diff --git a/lib/python3.8/site-packages/pip/_vendor/__init__.py b/lib/python3.8/site-packages/pip/_vendor/__init__.py deleted file mode 100644 index c1d9508..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/__init__.py +++ /dev/null @@ -1,109 +0,0 @@ -""" -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("colorama") - vendored("distlib") - vendored("distro") - vendored("html5lib") - vendored("lockfile") - 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("progress") - vendored("pytoml") - vendored("retrying") - 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("urllib3") diff --git a/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 1be33430bf25279c85d8c4df93cc59a524fbbdc0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2823 zcmbuA-*4SC6vv$(H_5%bck8z9M+Y0(?{#D8#wZ(TLI~Q4Nz)!c)8GmzN@KS-trG{^ zw_CIJsUY!!#GlYU@-JDu@w8VSc;JcS#JyBZO(#ecf9&ILPHdkO``KX7Lva1{@yR$k zfza=|vH$X*@fkegPYWT8h6r2OrdDnbZA;f3>I|Kl?yytS8+zCs`lPcO>~!n0M~>`T zyVkIeJJ|aH4F|;k#o~VuXUD1gkCHz2ckNw^c&ot~q)Y5z=STY?A_E+3Tb5?muxEJ0 zux~gpJZgB%aLVww;R(Z&hSP?p3{M-LF+6KHV|dQ+9m97G&l_Gae9tg6yl8mI@Ur0* z!>fkZ46hsBFq}2KX?V-<eZ$*^k>Q--9mBhZ9~j;<{LpaT@FT<fn%Mao%|57p>y=p< z#p|TNjE9*BmjO*HD^@~GO6Va)nh_DQ<q*W7WMRn(Xk=Irg0-wM_ZoG`icqke$dT?M zFD2ncLZe>qQAWW_R)`D}<81O}F=Ati!zB`?tQK&B!z|CoGFhS|ObQ$t2`lIZ=z8N4 zClW+3oOQxQ2Cs$7oaN!T6q1u9k9x0lzRz0fSh6G-9ZM2tdC9nZ`Y45*pIk1~0(icF zN327EtsNw-O|)xoS=Cu-ZzAbzBk67<Y-8tV*Fw)xG3_GRS?lo!7Si{(sQBa?B)wIC z6U{WV9->WaC%`W5?AqViTlSVCyS2ieL7UE=cH4nyAc%(dwDMow*@|A>-Qs$DF!BzC zg{I1iUe|`6@*qBWB2^H_MUs;^R=wEF3hMp}WlISa%A+jRJo31n@FM4oD@SYy<>w5K zAr8vpqNJHrz92G@lFz!T*Ys(}YS1JB!S#2PyOao`+!0CeuZT~>=>D3YlX*D@p}!3w zl?kP{tLy=LK}Pf1SU)DO=3t0LCgV6NH&n3a_`F{3DJYQDw{7dJb+qf*Q`VHlPlK)M z+>Bm~sOqOlIwFu1k~6A;lu^c$JW)Q*grwP$@^pnW6^vv~=d~q($*(O#vcZhAmsJ;v zC}-<LR8x~`H0Bhv)#-m*qB7wy({7ohYsm^^aCLlAjZC6d)Bl)6Nz!aNgA7z&Ny_=V z_tl_WTZuUlY|K+w=%D0m1)5s0Az2Qy;6(Bb@U3g#kBN|?I=NSi$jg+JQs;AZd}3@q z2veAO!(^s%uex?%R}{m#QIa-ZuN<s{buJoNb>nSRC1bR@*s7EqmigwPlBkdrauwX& zI$T?BFxZ!bpjFFU_N`-huuBLX#iF{@rl6!`Lbhop;h8(w&z>e?923~yVw|P2EohS$ zbQaIQg=1Kd7&eD=6pvuM`Zul?|I=%c-cl&ZVUJIA&Qw=h+(69oq)1i>Z_5PZpluQ1 zA1NX0Np<1iuZ?9!tJ(JcXkQk${1e($v^T8lhq#=KttH`%L-@6;%ZIqrk!lNl?Mh}j zVdK`kt97uIDZkmz?#&)kejH<#HYdaKSdKZI65NI@Rk`|jP(Bl|$;pwjnc#hG?=CEU z{_N?(lf?z));&HPm`w#|aCpOU0OyU~QNe5X`In1}PvV8gU)B4xa#vYa)F;Be;*@q9 oJZ#RBPxaX)I25kmw*w3Aj_XZ(!8y;l;?!+z`+s-i_YEI^1252ZnE(I) diff --git a/lib/python3.8/site-packages/pip/_vendor/__pycache__/appdirs.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/__pycache__/appdirs.cpython-38.pyc deleted file mode 100644 index 8c0755f78d991254839f925b349a3bd065b1bbf4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20434 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/__pycache__/distro.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/__pycache__/distro.cpython-38.pyc deleted file mode 100644 index 088ed3aa9596374402d8b216f0c310f146133436..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 36538 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/__pycache__/ipaddress.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/__pycache__/ipaddress.cpython-38.pyc deleted file mode 100644 index ae9abd5ce009f53d114cbe5047c01218e7d7aab7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 64779 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-38.pyc deleted file mode 100644 index 9263ddcde8ad945a3b59c4150d1c8d7a64689452..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220202 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/__pycache__/retrying.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/__pycache__/retrying.cpython-38.pyc deleted file mode 100644 index b534af0b6af0ba776b51370a62a00a085e4eb5f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8003 zcmc&(+i&Dn8TYY09?xWQ-Ry35TZ(B>%aq-83$#GlF4@v9DiW#GEo})Z#+l<uCYkZf z9(y*))Zvzux<%sl01^_Q<N=8Vi6<l^9(Vu=@xUK|{KQ2<>;n=KJONVqeV;Eglgx5? z!qz#qzjOO;=lj0%`4iLARSnne51w-W_OPb?fj&kr6CW!mVH=gyq-bkv^wis;qp#^A zg&AuGx0!1uKTB&RX{=e&l%-qRTKS`zv}E~~Cd<BkV60W}ZOaP2EBsx>cU4Z|d&-|e zdrgY#TD^7`D{8BCkr-iXxAoRrZ+*Byko+Rd43t@v@EKH*c3V3TQf%w$LL_bj$8-2r z7o;K0TiU)J>pASY_J;O`XzH>gty}iK5gXTm8`iW3zpOgAp7k4D<wafPH2Xm#YIOrA z+Vmo)6@-x&L@h7!LqL4zML$w|tzg6Hu5bB`hzGCqJmqzqN2RAW!l#^GH*C=iUfThn z-|>Sebb4MG`qGKI|8|B)<@U}~&bGg|(^Ycf=zHOCSAZdkss>g0rQ?P8b_yjtk1Em* z!KowhhSmh<q<+gj5c?t~{u`@f?53f_?zhv>MIL&fZDDXz#M*cDSbPP8?ugYpdSd5X zNz8`VZUbTxD-wNs=Z;83^N#lSCmxGBy~ld3-bH3<yM1xc`apNb-+Y3AT-=*}AiL@@ zm9coax0h6Ql-KL|(rvzz&>);NeQ=SxEMIPSv0Qj%nL4>)tJ7=y<3JvHM^`j1DN(l& zUp0Iw(jqlY)f81TsFJCXi5>(Xv`}ffEoO|t`FpQ<Z;n5J;RVOV8#=gd{104T;^DWo z+u$`gua9zGkyurUDjQYZNJ^}Ki2)r-No4AXFedgfyyOggcmgpKIH%@l@B%7ujZ{FL zrfSGAlNfdpu!2(y#^BV1$ye)oVzm7ru}ML^^|oI(M`k4TRA;GToX^l3OQghek>ZAI zw#rMwwrj?Wtq3-zulUyHQC3jG0F|$;38}5=@;){Q0w#;LzXp?4mNuRxS&>ydEjcA? zc$Vd~oWawUvvLm4ikz1Vcvj^pxrpbKJT1@QS(9hw5}woYoIH=`44bd}6=}=rwFdDk zzv!Jd5tXn8HH=|5w`~QB7wEAOYpxc<f&%h@)B!O85pjtjm!ttm2@pND81jrX0kHrv z;xa>C;yz_S%-Ci~ll$0!l;R3Qc6sIsAXZ#u$d_aZ^Hc#T$5RaXc4PxG1xO{HXULCu zo_Rp38`_&G-WB!h+u9*|ZPkv1NHMRd-)69BhRtGhMg1k7#mJf9;TR&=w!bD+l`Rf= z1;TA6s72@zivyj$;2q#CHpH7L?G^NY^0wfW=6F`3AJFh)OgFW^oVCw$JJC+<TTC;x z-^|(<xSi;x_AfEL)c(z^{S>#)rS0nb@f`431l~Fzg!j+kHv|+V#d|TsTW7o%<6741 z_u$ECj64%qagCnwbk_1uw44QG2`$s~jAu}vlNu~;b@eW7;JcElKS4*>fGbj#2AQn< zqW8jzr$!<3XKcZ5>(9dP9b`6qlKFoxCJ1R@ti3iz=ALZIf&Q{4v>PDwx|UiK+I%qH z`tl_<AY|FSDDpeKD1>$K+umNfKY43bE^qjOzuQw+Jer;GGc{fN`;#x`_S<z^K`V0I zp=G(;_B!j*yD|dFCn2}*1$)ZDJb15$QMc!kGY%P)ngctZfR_9#iZ*!YzgVt8J@bp0 zNj!2<7;E0W`fAF1VnJP36+9AadxzXuN;4ZKHl~lDZ4*Vk3)TNkPKta>%9<f+4*|A^ zQb<F+6JNyIj<;K|cE^KMj<Hq|RWy{Ts-I7mT$TXFxtR{QLBF%^t7LZA!a9*mx#^6p zU0)`1>4);*%R6qT6�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 MVD59;qjT^07wR2}6#xJL diff --git a/lib/python3.8/site-packages/pip/_vendor/__pycache__/six.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/__pycache__/six.cpython-38.pyc deleted file mode 100644 index 0bad0194102e78132d281a35cf111415df7e07e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26393 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/appdirs.py b/lib/python3.8/site-packages/pip/_vendor/appdirs.py deleted file mode 100644 index 2bd3911..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/appdirs.py +++ /dev/null @@ -1,604 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# Copyright (c) 2005-2010 ActiveState Software Inc. -# Copyright (c) 2013 Eddy Petrișor - -"""Utilities for determining application-specific dirs. - -See <http://github.com/ActiveState/appdirs> for details and usage. -""" -# Dev Notes: -# - MSDN on where to store app data files: -# http://support.microsoft.com/default.aspx?scid=kb;en-us;310294#XSLTH3194121123120121120120 -# - Mac OS X: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html -# - XDG spec for Un*x: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html - -__version_info__ = (1, 4, 3) -__version__ = '.'.join(map(str, __version_info__)) - - -import sys -import os - -PY3 = sys.version_info[0] == 3 - -if PY3: - unicode = str - -if sys.platform.startswith('java'): - import platform - os_name = platform.java_ver()[3][0] - if os_name.startswith('Windows'): # "Windows XP", "Windows 7", etc. - system = 'win32' - elif os_name.startswith('Mac'): # "Mac OS X", etc. - system = 'darwin' - else: # "Linux", "SunOS", "FreeBSD", etc. - # Setting this to "linux2" is not ideal, but only Windows or Mac - # are actually checked for and the rest of the module expects - # *sys.platform* style strings. - system = 'linux2' -else: - system = sys.platform - - - -def user_data_dir(appname=None, appauthor=None, version=None, roaming=False): - r"""Return full path to the user-specific data dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "roaming" (boolean, default False) can be set True to use the Windows - roaming appdata directory. That means that for users on a Windows - network setup for roaming profiles, this user data will be - sync'd on login. See - <http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx> - for a discussion of issues. - - Typical user data directories are: - Mac OS X: ~/Library/Application Support/<AppName> - Unix: ~/.local/share/<AppName> # or in $XDG_DATA_HOME, if defined - Win XP (not roaming): C:\Documents and Settings\<username>\Application Data\<AppAuthor>\<AppName> - Win XP (roaming): C:\Documents and Settings\<username>\Local Settings\Application Data\<AppAuthor>\<AppName> - Win 7 (not roaming): C:\Users\<username>\AppData\Local\<AppAuthor>\<AppName> - Win 7 (roaming): C:\Users\<username>\AppData\Roaming\<AppAuthor>\<AppName> - - For Unix, we follow the XDG spec and support $XDG_DATA_HOME. - That means, by default "~/.local/share/<AppName>". - """ - if system == "win32": - if appauthor is None: - appauthor = appname - const = roaming and "CSIDL_APPDATA" or "CSIDL_LOCAL_APPDATA" - path = os.path.normpath(_get_win_folder(const)) - if appname: - if appauthor is not False: - path = os.path.join(path, appauthor, appname) - else: - path = os.path.join(path, appname) - elif system == 'darwin': - path = os.path.expanduser('~/Library/Application Support/') - if appname: - path = os.path.join(path, appname) - else: - path = os.getenv('XDG_DATA_HOME', os.path.expanduser("~/.local/share")) - if appname: - path = os.path.join(path, appname) - if appname and version: - path = os.path.join(path, version) - return path - - -def site_data_dir(appname=None, appauthor=None, version=None, multipath=False): - r"""Return full path to the user-shared data dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "multipath" is an optional parameter only applicable to *nix - which indicates that the entire list of data dirs should be - returned. By default, the first item from XDG_DATA_DIRS is - returned, or '/usr/local/share/<AppName>', - if XDG_DATA_DIRS is not set - - Typical site data directories are: - Mac OS X: /Library/Application Support/<AppName> - Unix: /usr/local/share/<AppName> or /usr/share/<AppName> - Win XP: C:\Documents and Settings\All Users\Application Data\<AppAuthor>\<AppName> - Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) - Win 7: C:\ProgramData\<AppAuthor>\<AppName> # Hidden, but writeable on Win 7. - - For Unix, this is using the $XDG_DATA_DIRS[0] default. - - WARNING: Do not use this on Windows. See the Vista-Fail note above for why. - """ - if system == "win32": - if appauthor is None: - appauthor = appname - path = os.path.normpath(_get_win_folder("CSIDL_COMMON_APPDATA")) - if appname: - if appauthor is not False: - path = os.path.join(path, appauthor, appname) - else: - path = os.path.join(path, appname) - elif system == 'darwin': - path = os.path.expanduser('/Library/Application Support') - if appname: - path = os.path.join(path, appname) - else: - # XDG default for $XDG_DATA_DIRS - # only first, if multipath is False - path = os.getenv('XDG_DATA_DIRS', - os.pathsep.join(['/usr/local/share', '/usr/share'])) - pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)] - if appname: - if version: - appname = os.path.join(appname, version) - pathlist = [os.sep.join([x, appname]) for x in pathlist] - - if multipath: - path = os.pathsep.join(pathlist) - else: - path = pathlist[0] - return path - - if appname and version: - path = os.path.join(path, version) - return path - - -def user_config_dir(appname=None, appauthor=None, version=None, roaming=False): - r"""Return full path to the user-specific config dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "roaming" (boolean, default False) can be set True to use the Windows - roaming appdata directory. That means that for users on a Windows - network setup for roaming profiles, this user data will be - sync'd on login. See - <http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx> - for a discussion of issues. - - Typical user config directories are: - Mac OS X: same as user_data_dir - Unix: ~/.config/<AppName> # or in $XDG_CONFIG_HOME, if defined - Win *: same as user_data_dir - - For Unix, we follow the XDG spec and support $XDG_CONFIG_HOME. - That means, by default "~/.config/<AppName>". - """ - if system in ["win32", "darwin"]: - path = user_data_dir(appname, appauthor, None, roaming) - else: - path = os.getenv('XDG_CONFIG_HOME', os.path.expanduser("~/.config")) - if appname: - path = os.path.join(path, appname) - if appname and version: - path = os.path.join(path, version) - return path - - -def site_config_dir(appname=None, appauthor=None, version=None, multipath=False): - r"""Return full path to the user-shared data dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "multipath" is an optional parameter only applicable to *nix - which indicates that the entire list of config dirs should be - returned. By default, the first item from XDG_CONFIG_DIRS is - returned, or '/etc/xdg/<AppName>', if XDG_CONFIG_DIRS is not set - - Typical site config directories are: - Mac OS X: same as site_data_dir - Unix: /etc/xdg/<AppName> or $XDG_CONFIG_DIRS[i]/<AppName> for each value in - $XDG_CONFIG_DIRS - Win *: same as site_data_dir - Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) - - For Unix, this is using the $XDG_CONFIG_DIRS[0] default, if multipath=False - - WARNING: Do not use this on Windows. See the Vista-Fail note above for why. - """ - if system in ["win32", "darwin"]: - path = site_data_dir(appname, appauthor) - if appname and version: - path = os.path.join(path, version) - else: - # XDG default for $XDG_CONFIG_DIRS - # only first, if multipath is False - path = os.getenv('XDG_CONFIG_DIRS', '/etc/xdg') - pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)] - if appname: - if version: - appname = os.path.join(appname, version) - pathlist = [os.sep.join([x, appname]) for x in pathlist] - - if multipath: - path = os.pathsep.join(pathlist) - else: - path = pathlist[0] - return path - - -def user_cache_dir(appname=None, appauthor=None, version=None, opinion=True): - r"""Return full path to the user-specific cache dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "opinion" (boolean) can be False to disable the appending of - "Cache" to the base app data dir for Windows. See - discussion below. - - Typical user cache directories are: - Mac OS X: ~/Library/Caches/<AppName> - Unix: ~/.cache/<AppName> (XDG default) - Win XP: C:\Documents and Settings\<username>\Local Settings\Application Data\<AppAuthor>\<AppName>\Cache - Vista: C:\Users\<username>\AppData\Local\<AppAuthor>\<AppName>\Cache - - On Windows the only suggestion in the MSDN docs is that local settings go in - the `CSIDL_LOCAL_APPDATA` directory. This is identical to the non-roaming - app data dir (the default returned by `user_data_dir` above). Apps typically - put cache data somewhere *under* the given dir here. Some examples: - ...\Mozilla\Firefox\Profiles\<ProfileName>\Cache - ...\Acme\SuperApp\Cache\1.0 - OPINION: This function appends "Cache" to the `CSIDL_LOCAL_APPDATA` value. - This can be disabled with the `opinion=False` option. - """ - if system == "win32": - if appauthor is None: - appauthor = appname - path = os.path.normpath(_get_win_folder("CSIDL_LOCAL_APPDATA")) - if appname: - if appauthor is not False: - path = os.path.join(path, appauthor, appname) - else: - path = os.path.join(path, appname) - if opinion: - path = os.path.join(path, "Cache") - elif system == 'darwin': - path = os.path.expanduser('~/Library/Caches') - if appname: - path = os.path.join(path, appname) - else: - path = os.getenv('XDG_CACHE_HOME', os.path.expanduser('~/.cache')) - if appname: - path = os.path.join(path, appname) - if appname and version: - path = os.path.join(path, version) - return path - - -def user_state_dir(appname=None, appauthor=None, version=None, roaming=False): - r"""Return full path to the user-specific state dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "roaming" (boolean, default False) can be set True to use the Windows - roaming appdata directory. That means that for users on a Windows - network setup for roaming profiles, this user data will be - sync'd on login. See - <http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx> - for a discussion of issues. - - Typical user state directories are: - Mac OS X: same as user_data_dir - Unix: ~/.local/state/<AppName> # or in $XDG_STATE_HOME, if defined - Win *: same as user_data_dir - - For Unix, we follow this Debian proposal <https://wiki.debian.org/XDGBaseDirectorySpecification#state> - to extend the XDG spec and support $XDG_STATE_HOME. - - That means, by default "~/.local/state/<AppName>". - """ - if system in ["win32", "darwin"]: - path = user_data_dir(appname, appauthor, None, roaming) - else: - path = os.getenv('XDG_STATE_HOME', os.path.expanduser("~/.local/state")) - if appname: - path = os.path.join(path, appname) - if appname and version: - path = os.path.join(path, version) - return path - - -def user_log_dir(appname=None, appauthor=None, version=None, opinion=True): - r"""Return full path to the user-specific log dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "opinion" (boolean) can be False to disable the appending of - "Logs" to the base app data dir for Windows, and "log" to the - base cache dir for Unix. See discussion below. - - Typical user log directories are: - Mac OS X: ~/Library/Logs/<AppName> - Unix: ~/.cache/<AppName>/log # or under $XDG_CACHE_HOME if defined - Win XP: C:\Documents and Settings\<username>\Local Settings\Application Data\<AppAuthor>\<AppName>\Logs - Vista: C:\Users\<username>\AppData\Local\<AppAuthor>\<AppName>\Logs - - On Windows the only suggestion in the MSDN docs is that local settings - go in the `CSIDL_LOCAL_APPDATA` directory. (Note: I'm interested in - examples of what some windows apps use for a logs dir.) - - OPINION: This function appends "Logs" to the `CSIDL_LOCAL_APPDATA` - value for Windows and appends "log" to the user cache dir for Unix. - This can be disabled with the `opinion=False` option. - """ - if system == "darwin": - path = os.path.join( - os.path.expanduser('~/Library/Logs'), - appname) - elif system == "win32": - path = user_data_dir(appname, appauthor, version) - version = False - if opinion: - path = os.path.join(path, "Logs") - else: - path = user_cache_dir(appname, appauthor, version) - version = False - if opinion: - path = os.path.join(path, "log") - if appname and version: - path = os.path.join(path, version) - return path - - -class AppDirs(object): - """Convenience wrapper for getting application dirs.""" - def __init__(self, appname=None, appauthor=None, version=None, - roaming=False, multipath=False): - self.appname = appname - self.appauthor = appauthor - self.version = version - self.roaming = roaming - self.multipath = multipath - - @property - def user_data_dir(self): - return user_data_dir(self.appname, self.appauthor, - version=self.version, roaming=self.roaming) - - @property - def site_data_dir(self): - return site_data_dir(self.appname, self.appauthor, - version=self.version, multipath=self.multipath) - - @property - def user_config_dir(self): - return user_config_dir(self.appname, self.appauthor, - version=self.version, roaming=self.roaming) - - @property - def site_config_dir(self): - return site_config_dir(self.appname, self.appauthor, - version=self.version, multipath=self.multipath) - - @property - def user_cache_dir(self): - return user_cache_dir(self.appname, self.appauthor, - version=self.version) - - @property - def user_state_dir(self): - return user_state_dir(self.appname, self.appauthor, - version=self.version) - - @property - def user_log_dir(self): - return user_log_dir(self.appname, self.appauthor, - version=self.version) - - -#---- internal support stuff - -def _get_win_folder_from_registry(csidl_name): - """This is a fallback technique at best. I'm not sure if using the - registry for this guarantees us the correct answer for all CSIDL_* - names. - """ - if PY3: - import winreg as _winreg - else: - import _winreg - - shell_folder_name = { - "CSIDL_APPDATA": "AppData", - "CSIDL_COMMON_APPDATA": "Common AppData", - "CSIDL_LOCAL_APPDATA": "Local AppData", - }[csidl_name] - - key = _winreg.OpenKey( - _winreg.HKEY_CURRENT_USER, - r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" - ) - dir, type = _winreg.QueryValueEx(key, shell_folder_name) - return dir - - -def _get_win_folder_with_pywin32(csidl_name): - from win32com.shell import shellcon, shell - dir = shell.SHGetFolderPath(0, getattr(shellcon, csidl_name), 0, 0) - # Try to make this a unicode path because SHGetFolderPath does - # not return unicode strings when there is unicode data in the - # path. - try: - dir = unicode(dir) - - # Downgrade to short path name if have highbit chars. See - # <http://bugs.activestate.com/show_bug.cgi?id=85099>. - has_high_char = False - for c in dir: - if ord(c) > 255: - has_high_char = True - break - if has_high_char: - try: - import win32api - dir = win32api.GetShortPathName(dir) - except ImportError: - pass - except UnicodeError: - pass - return dir - - -def _get_win_folder_with_ctypes(csidl_name): - import ctypes - - csidl_const = { - "CSIDL_APPDATA": 26, - "CSIDL_COMMON_APPDATA": 35, - "CSIDL_LOCAL_APPDATA": 28, - }[csidl_name] - - buf = ctypes.create_unicode_buffer(1024) - ctypes.windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf) - - # Downgrade to short path name if have highbit chars. See - # <http://bugs.activestate.com/show_bug.cgi?id=85099>. - has_high_char = False - for c in buf: - if ord(c) > 255: - has_high_char = True - break - if has_high_char: - buf2 = ctypes.create_unicode_buffer(1024) - if ctypes.windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024): - buf = buf2 - - return buf.value - -def _get_win_folder_with_jna(csidl_name): - import array - from com.sun import jna - from com.sun.jna.platform import win32 - - buf_size = win32.WinDef.MAX_PATH * 2 - buf = array.zeros('c', buf_size) - shell = win32.Shell32.INSTANCE - shell.SHGetFolderPath(None, getattr(win32.ShlObj, csidl_name), None, win32.ShlObj.SHGFP_TYPE_CURRENT, buf) - dir = jna.Native.toString(buf.tostring()).rstrip("\0") - - # Downgrade to short path name if have highbit chars. See - # <http://bugs.activestate.com/show_bug.cgi?id=85099>. - has_high_char = False - for c in dir: - if ord(c) > 255: - has_high_char = True - break - if has_high_char: - buf = array.zeros('c', buf_size) - kernel = win32.Kernel32.INSTANCE - if kernel.GetShortPathName(dir, buf, buf_size): - dir = jna.Native.toString(buf.tostring()).rstrip("\0") - - return dir - -if system == "win32": - try: - from ctypes import windll - _get_win_folder = _get_win_folder_with_ctypes - except ImportError: - try: - import com.sun.jna - _get_win_folder = _get_win_folder_with_jna - except ImportError: - _get_win_folder = _get_win_folder_from_registry - - -#---- self test code - -if __name__ == "__main__": - appname = "MyApp" - appauthor = "MyCompany" - - props = ("user_data_dir", - "user_config_dir", - "user_cache_dir", - "user_state_dir", - "user_log_dir", - "site_data_dir", - "site_config_dir") - - print("-- app dirs %s --" % __version__) - - print("-- app dirs (with optional 'version')") - dirs = AppDirs(appname, appauthor, version="1.0") - for prop in props: - print("%s: %s" % (prop, getattr(dirs, prop))) - - print("\n-- app dirs (without optional 'version')") - dirs = AppDirs(appname, appauthor) - for prop in props: - print("%s: %s" % (prop, getattr(dirs, prop))) - - print("\n-- app dirs (without optional 'appauthor')") - dirs = AppDirs(appname) - for prop in props: - print("%s: %s" % (prop, getattr(dirs, prop))) - - print("\n-- app dirs (with disabled 'appauthor')") - dirs = AppDirs(appname, appauthor=False) - for prop in props: - print("%s: %s" % (prop, getattr(dirs, prop))) diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py deleted file mode 100644 index 8fdee66..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -"""CacheControl import Interface. - -Make it easy to import from cachecontrol without long namespaces. -""" -__author__ = "Eric Larson" -__email__ = "eric@ionrock.org" -__version__ = "0.12.5" - -from .wrapper import CacheControl -from .adapter import CacheControlAdapter -from .controller import CacheController diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 317a8a6aef43bc6f07a07cfbff697af7eaa78012..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 510 zcmYjN%Sr<=6wS2LPCK?J^arx-qEi)w3L-vmA*dU1Gn)`6sSW1Eoz&udfxqG}&DNE_ z;L1C-!rYLXa}K%Br|~!?XdkB&mPLeoHKc7FBo}zg1v)`;BBDGJoxCHuc~``ur(@I0 zdl5n0*L{=Z$rdMiV21e+@!*k6ht=~nFIMu}*#J&cWxRtxZ*7pU<b}-A^q#*;ssfd~ ze5b+ve_4Vvv}j_BUF=4Mm0Jg@oqeH}8(DhHP-bbhcLS=RcN|J*s{@JTLOBbrc+DKV zRQ<#3=r}w1#xcn>sz>dPkWbqDQgDyGp}gOgwS<RhS|^MNS1?wmjPW(L1Bi!=NyC*! zxX0L=gc6G*NjAW}mjKNw>xBPhhHk^s-B6epViZ0JjPTjIpR0K=e(sf@DO(1v^{i40 vw~?!pM%-R3V}*lxdqH!?lvRPT%)i%zGvmZs%kyUFvdJCCafGKcibl~dTjZBt diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc deleted file mode 100644 index bdcf1999e06ddc51db572601fea0f176d561097d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1537 zcmZ`(%Z}SN6y-w?T9!T2Bq-9NNZqE3c#-icKpF&tq?4jq1V+)B*=QpOCSl9fs}!9y zhO?S1vdKSqmi;AeyXr4=)80#I+DU-W5OsL@&^_lK`g}Bs2()+K-%JmDLjJ_T^~PcF z1fKSH=p>P}APK%%K}(h}ikKI?^b*fuukgzt2^{u|uoQ`KI4A~Xlth3-Dc+J~C<iiv zcPxi8hWAJw%8?wurO8+w$b(;*Hfnr9U_Cu0)6f2buao(dTA|f%8`YW?@XeEKu~H{> zWprIUm04qyhVbB7zA$bI20>9Tmo7Yhs+XHmRp#eRw@NSY#H&UDAk!0g+HavVWKRuS z^GiyJVSDeAyup~iBN&kca-#ETpg}TXMXSsU^->i!#INPm()!PS{Nem3J32L5W##j% zl7-SX%B1Wuq!zBa@E=5v;F!OUXQpgsP2SwktJY*iaetdXtY4|s0}Q$+eW@y0>)8T{ zFFNA0bWzHq=CvI`8k;8VQ;3mD03D$*6;vMp`hYWo0M0wk#{dj5^aAvTib8$gd%&3O zIWVU?y7wdp?oe-sy&jXbzoTie!y5VXvnjVjms+Y!wrp(#I_FuDZ-M(@r8YWmO}^NM zD`T2Rv)NW4XaP+_jq+;`J50=mr>br9y0U&*Zz^M>o-N9F*nQ*w$duVI>*{a47B)IT zyKao94VTKKH~}Z#fI#~>bc8bM5r)5i0xm$Nn1N7Vz|03ip*b)yC)8H}47mV1?8use zSWNQwC=1!MOSFYIw|t|E?d`Lbnw<agVq)rv(XS^^>xs)7D(|gS(M-8U`E3lQNVDFX zHfqqFI7WvDZlph^BajX*xdR9EMGokg>aStEz<jS7s`_8<XE5k;$3nZZGGGBFf5VK2 zmu*Ma{yx~TbqJ5>$_<eLMlPv-ZX!u9-~v<v5JTjy0-tZg6SSoKW;>eKrXwmRkM2!} zE+;3d<&d`i5|VIc)K~*M?rN!3+tgL7Y}ns#%XRjupOxuV&~J2J8L*j$?DcIt!Na{D zE98|~UVR7C?ICo81~lL?5BLo}rV-QkaHB|5T$QGHl@GPR*br{oQGd&v5tGTa$dOC7 z_uWzNIOp8t&L@|-J<i$5-A^y-?lQQ$|4RXWUG32$onC0nPR*<ItE^OMdW}2&k7(z3 f@wlwzrclS|24{D{Vg?omlgC^HA{Ie(OVED-v}t@; diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc deleted file mode 100644 index 0f8e3895e9f145803a5fa6d67e44121a53876af6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3036 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc deleted file mode 100644 index de75c1380278aeaa59775278d3a8042ed62595e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1743 zcma)7&2G~`5Z<*N$8j4PS|~yS<O3jCqUnW7AR#Cegesv3C<v5`<$5=*TmP|kiW=oa zd*IerXpecNy>j9eI5D$s;?M@ETkUjqXS(yv%s1}mX459Hem-6D9_WPp!o&13;IIxm ze++_=E@6~u5skI3M#)>kbY>hAW^nyT?;3EfF%!-vH{e`j^)2FBgKhiME_VVy0GV#@ z@t|;CzTb3usc^zLi+IeFB20ElkG$=mH{(6O9~DlRJHAuw3hpyI_j}w4la-jqsW^04 z7!+Ze_~Ni_{|0o#rP6qp2KxaXrk4hXb=dhM5S(-=B%)y=$E2&5DRhkzI)Y{v+?%Wc z;BDD><>!0@u?P6fc%e>VZ@|v6gatVwKj7glGNPRkl}nwp*c@la*&88JG18=w^Qb5F zeSSD10{`yMi`62|R<kf$36s3=qiAIiK1sjx-8H;a+dJS1OU0@xVUQ+;NTc%5&JLx% z!wY;VSNQ0lIYHb8OQ3^kyiorSYJr^=H4r0RSg1EZ$l8G)^|?Y?iaEU1b6zw-nGq5! zS1nW(Qq(aZCNUMnWIW;pZ%xH%RjHN60J9k{)F;_tI@pae2tMu7GOr6^YC)9dd<h)J z*(_91l&#~|rR8~vA9K%>w&%qu>qn^1d)~LcAC(p{4{wMC6o^?|M^Ob+8dgtW7qG%P z3QMze{86_7T>P`pbscuz1~Fl-%`~PTQ{XPJ7Px9KlhxsOjajUrxJ!Y%bF%RoMnrM9 zbEzjtmJNJ)83dAdNIW{E*|iWgZBjZ{7w9UD2qsG!%rAUbQ-zd`FbN9}$8ai5#Sf^K zvU#^L0=9xsiw+hic-mu!OSsTk;kpLOknE9DK*h+JcHT+|ehVyRv1iam8Sa9|xSP!? z=&W%-maBLV&*PmeQ;bVbwILm9Aw8p%d?9P(1Nlh4R+NIeVC57TY4$TH3>P>P7iysh z;lO=WhABj|re%T%zgAd*lRJQjBBp&)+#6%N3NAfMvstsH2znnunINz?HXXF8LY2ei zQeeJV1P6iRA#R|+j$UN?ERx>@KWx-F$!!BjZV0^XxTdUo9!mq5pho#^htGdWGqd~$ cp{7B3PnB~rLDG6wj^J|~ca?)-%<HX%zwP@(?EnA( diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc deleted file mode 100644 index cbf980ac38514b5a7c6bfc68721beee005a1a186..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 717 zcmZ`#&2H2%5VoD9n{Knq3NAhLzzJ!QnnglLMM9_-B)C*nDFS?nf-_LFPHb#1(0u|9 zya-RwTOTARB&15b0w*RvEGZI>Joe1@lNrC5OvVJ)mxs5q3r5I~CK;|6lSAC@3d4F< zkb){wQcfv(Nvhi+0k$05dz3U^iv}I~npEr+StnRyD&!He_j)$pu$hW@)H56JKy8&H zKDy@pb;Ax++@S+SsJ6>7A74{kZWN)~>Cj#gL&7K6$u4#>#lF9HOt`@(9iw2+$vpar zvywTjM=Pt|YgrxPJ$ZV1dVB)T=*mHpOP9ShnNZq6F`v~5a+Q3On%p|D_>`pHc~%;2 z{S#}otz*PntR9JDDV7TAEz_PnHPWQnN2m&IQwtwf;Jia4vCQ9rOFQHHh;%=<0h;r@ zq3B-<zdJ<#Z@KbP*|4$O9SZ)~H84IxC50}a-uCd>Xa3ya^(Zf)n=5eMej|2@CT;k2 zxbUS}pxwT#oX?foU&{mi3C<og#di0zE<`TQK<LU_trkL;Cikg1uj5ChE>;R2Q#5sV XFfcl!Q+hLCG{JKk^*Q@nkFow6oD05K diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc deleted file mode 100644 index f58fb8abc61bda63337b17b2eac0db18fa834fe0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7657 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 TL}VZ=$o@4Ae**9tmRtEh<_HGh diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc deleted file mode 100644 index 04956fe102c8f10747b5eebfcfe71a8a3cc32e04..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2136 zcmZ`)&2Aev5GJ`RX}y+Jr|FNA776Q91SB?4pg;?xh2y|!dvOnLkyaOiT2j&4tKBV0 zS+<~_oI@YOKKhmRTJ(@t=&3VY$yQy30*71<IrDwP8S0mfjhI0D^PBtP?=?dH!jI(^ z!p9zT%RwljXhue~M=AN9D5iq9L<O2%1ie6oN2J?$2fIj@R;~SWr|pkFCHTGE0{Ga2 zZudcG(xZy>n4)mrTkC}?RE@W!*HBH>g0ZP0wFYBLeW2D=`z`H7YD0BkWlhE4akIMr zQf66SCMU1bOusg=EVYrRl#rN1I~swOPwHhZO)<_DmwZt2qJOLt$0x%y8S+UAyPVcs zpK5dNhH3tW8!Z)2b60TbP4&lvfi_RM1Pha)&bb>(#|Pk*r<NyKVKwXri)c%q>16CQ zxJu^mVBHPjjP}NoB6m7>mKTHCPHlZB_SzR<K{{vBKG?7TTl3NsXDK)UIADVV4Q;Y> z#OV>#Z05&*9(q91T0XXLexyfzZETG|a#f7`0NR_dNdd;62+`#k@I`y2(S!7iTi|Uy zn!Ir6RwhZR05kA8=XNMnF@adz;@qi;;SDbu&KdNV(CrooM=r>W2s)!6*^Ge<6geW- z^spNm+*&;lD=t(Bh)=b(S~V!EN2@i9*mr{}v^pD94E9Eg)oWtb!Q(#%yKYqOmTCDc z%`MV<Hch`SCVKc4F8VG`b*>7to5*CS@$O8K?PB2PnYB}%SCJ5Do;o2mk!=$Mp%HD; z>E|m5?JPDYNP5vQUf6xSK7z@NTtdxV(Lb1@5G{JaAm`bkLF-*sZ3^*5yPHfAqH4{* zyMc*dPZj2JqzzPd&D9e&ZPcvaoE73@Sg=^?WG$xC$E)$qEenxAaoseWqbCpf2bfGd zGjdFhp|DS)*KoBVaqJ{E+mzt%H<Gho$u#zRf+hX_vR+Y7^A+R-GWGbY&WlAw92irW zs#%xZHT6tuW_X`9y$%G}ia{yrU0;C0eh7k4MmwxSn~c#I$8fs6n(y-Q|53(ZdCD9n zNXC4EcLg(g$*#y1ypRer9pn))xEpSy1%qjTs3HjFsm#XO;4R<9-mF1?395M>HR)z+ z`fw#q&+qX4Y4jAVAizr~I!q*(v&&${5F$VhuZVd9W8(^LX9nq2gKhf2S0O%vHRQ&` zq)u1ct1E3eSmsl3c|A|SK#p7$D(U1MmImL0Z;_(^2cm8GMKog5tyMG;$NM?%ftmks zq>7#}!)HvfdOSk?UEa@^d3S@ucUX%S#YWtnM<5nf4z#$5gLwdI^AH8nG@qgHX?K%* z<}s`tK(`$b1bA%*A)B*%w2IxWk1jlfF+L?&w@}Zq5TinkGn}`D_<bz1xuzwADiR^g z2KX@dP~4)z*m@XC&~EYJ6N4$~@kKOTj~Y=sx)-g-kwG22#T847`aN#ee=T0I%32jY OuMvKSPl1nKJNOrvPX`77 diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc deleted file mode 100644 index dba7d413b7f71dc59ad16b5f1ed51f2ec3ab7294..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4695 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 SS#UhJT=2bx*B7oXT>Uq|(my2t diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc deleted file mode 100644 index 0ef1987a9b8ab0b17146cd50649cc44e00cadf33..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4208 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 CNt?g` diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc deleted file mode 100644 index bc4f7e7eed1c69296e4117b5c2e9a0260b690a8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 626 zcmYjOy>1jS5VpO4zCSof#{(d35w=1Cgb?AVuSsaGS(&xPuH?P7Y#$LPUj+qCo*_{3 zN^Vo-4Wd+xeTlSV&8KgEJf0bUSuCaq<oDZ?`kEkg6O6GGV0;8MF9A5>SfU<pFb<qZ z(kGh)c)>HC|H7M;C+Dc7w-}O3>`zv#X~k;TT0O`!&Xg4z+>_5;V`FH2(NIWzlnIbv zuRzTw0EZQ|=qEa0m#d}4huq~3JK_?Ty37?EU*!kt&>zByqkjoTktdHFnn~AX=4VZ4 zq!yNaGk$7>?wIWMLi<T8cDggRYy7e~_9=y~8_A6E&*CliRf@V7wjH?H7p=AGT~+OA zAO={O=ma{|usr0me%NhoIq|6xP#}v1bQ<DWfIL80sb8?;I*w22FtslpeE*Ps0`~n` zWqVbrPMvmJW0{nv`|izfDcaY;8MXc{wtUc4eCT0->QXbMgnp%d`1xw|1EB@;0szgX zm|`+M_c@*8Inhgqmc{yF9i+_k0_-@Oo&^?14LPyH5j+K-r|<iL@1*z;{@*+YfSMV? HqjUEkq!yL0 diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py deleted file mode 100644 index f1e0ad9..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py +++ /dev/null @@ -1,57 +0,0 @@ -import logging - -from pip._vendor import requests - -from pip._vendor.cachecontrol.adapter import CacheControlAdapter -from pip._vendor.cachecontrol.cache import DictCache -from pip._vendor.cachecontrol.controller import logger - -from argparse import ArgumentParser - - -def setup_logging(): - logger.setLevel(logging.DEBUG) - handler = logging.StreamHandler() - logger.addHandler(handler) - - -def get_session(): - adapter = CacheControlAdapter( - DictCache(), cache_etags=True, serializer=None, heuristic=None - ) - sess = requests.Session() - sess.mount("http://", adapter) - sess.mount("https://", adapter) - - sess.cache_controller = adapter.controller - return sess - - -def get_args(): - parser = ArgumentParser() - parser.add_argument("url", help="The URL to try and cache") - return parser.parse_args() - - -def main(args=None): - args = get_args() - sess = get_session() - - # Make a request to get a response - resp = sess.get(args.url) - - # Turn on logging - setup_logging() - - # try setting the cache - sess.cache_controller.cache_response(resp.request, resp.raw) - - # Now try to get it - if sess.cache_controller.cached_request(resp.request): - print("Cached!") - else: - print("Not cached :(") - - -if __name__ == "__main__": - main() diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py deleted file mode 100644 index 780eb28..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py +++ /dev/null @@ -1,133 +0,0 @@ -import types -import functools -import zlib - -from pip._vendor.requests.adapters import HTTPAdapter - -from .controller import CacheController -from .cache import DictCache -from .filewrapper import CallbackFileWrapper - - -class CacheControlAdapter(HTTPAdapter): - invalidating_methods = {"PUT", "DELETE"} - - def __init__( - self, - cache=None, - cache_etags=True, - controller_class=None, - serializer=None, - heuristic=None, - cacheable_methods=None, - *args, - **kw - ): - super(CacheControlAdapter, self).__init__(*args, **kw) - self.cache = cache or DictCache() - self.heuristic = heuristic - self.cacheable_methods = cacheable_methods or ("GET",) - - controller_factory = controller_class or CacheController - self.controller = controller_factory( - self.cache, cache_etags=cache_etags, serializer=serializer - ) - - def send(self, request, cacheable_methods=None, **kw): - """ - Send a request. Use the request information to see if it - exists in the cache and cache the response if we need to and can. - """ - cacheable = cacheable_methods or self.cacheable_methods - if request.method in cacheable: - try: - cached_response = self.controller.cached_request(request) - except zlib.error: - cached_response = None - if cached_response: - return self.build_response(request, cached_response, from_cache=True) - - # check for etags and add headers if appropriate - request.headers.update(self.controller.conditional_headers(request)) - - resp = super(CacheControlAdapter, self).send(request, **kw) - - return resp - - def build_response( - self, request, response, from_cache=False, cacheable_methods=None - ): - """ - Build a response by making a request or using the cache. - - This will end up calling send and returning a potentially - cached response - """ - cacheable = cacheable_methods or self.cacheable_methods - if not from_cache and request.method in cacheable: - # Check for any heuristics that might update headers - # before trying to cache. - if self.heuristic: - response = self.heuristic.apply(response) - - # apply any expiration heuristics - if response.status == 304: - # We must have sent an ETag request. This could mean - # that we've been expired already or that we simply - # have an etag. In either case, we want to try and - # update the cache if that is the case. - cached_response = self.controller.update_cached_response( - request, response - ) - - if cached_response is not response: - from_cache = True - - # We are done with the server response, read a - # possible response body (compliant servers will - # not return one, but we cannot be 100% sure) and - # release the connection back to the pool. - response.read(decode_content=False) - response.release_conn() - - response = cached_response - - # We always cache the 301 responses - elif response.status == 301: - self.controller.cache_response(request, response) - else: - # Wrap the response file with a wrapper that will cache the - # response when the stream has been consumed. - response._fp = CallbackFileWrapper( - response._fp, - functools.partial( - self.controller.cache_response, request, response - ), - ) - if response.chunked: - super_update_chunk_length = response._update_chunk_length - - def _update_chunk_length(self): - super_update_chunk_length() - if self.chunk_left == 0: - self._fp._close() - - response._update_chunk_length = types.MethodType( - _update_chunk_length, response - ) - - resp = super(CacheControlAdapter, self).build_response(request, response) - - # See if we should invalidate the cache. - if request.method in self.invalidating_methods and resp.ok: - cache_url = self.controller.cache_url(request.url) - self.cache.delete(cache_url) - - # Give the request a from_cache attr to let people use it - resp.from_cache = from_cache - - return resp - - def close(self): - self.cache.close() - super(CacheControlAdapter, self).close() diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py deleted file mode 100644 index 94e0773..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py +++ /dev/null @@ -1,39 +0,0 @@ -""" -The cache object API for implementing caches. The default is a thread -safe in-memory dictionary. -""" -from threading import Lock - - -class BaseCache(object): - - def get(self, key): - raise NotImplementedError() - - def set(self, key, value): - raise NotImplementedError() - - def delete(self, key): - raise NotImplementedError() - - def close(self): - pass - - -class DictCache(BaseCache): - - def __init__(self, init_dict=None): - self.lock = Lock() - self.data = init_dict or {} - - def get(self, key): - return self.data.get(key, None) - - def set(self, key, value): - with self.lock: - self.data.update({key: value}) - - def delete(self, key): - with self.lock: - if key in self.data: - self.data.pop(key) diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py deleted file mode 100644 index 0e1658f..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -from .file_cache import FileCache # noqa -from .redis_cache import RedisCache # noqa diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 29058af974eed9f99386b3ff083ef34efc8aa601..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 254 zcmWIL<>g`kf(}dJ_%I;-7{oyaOhAqU5Esh;i4=wu#vF!R#wbQc5SuB7DVI5l8OUZ1 zX3%7L$p}=U$#{#?Ei)(8IWajS70BTVN=?Zu2J`$hS#EKq0p;S8L6Suvqi=B+f#jhg z%s`Qq3`J}}3QYX+)Gx^`&@ad=(9O&%E=kPE(XGm~$S+ULFa-&MaeP^7UP^wEKG@9U q{JfH){2U0USU)~KGcU6wK3=b&@)n0pZhlH>PO2TqmBk>tc^Couy+IlP diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc deleted file mode 100644 index 6e2884c799b3e1a22196111cfbe98398f88fa2de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3252 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 FzXf1u>S_Q0 diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc deleted file mode 100644 index aa19b9dd4fd614fe747ed9569849d73a4f2e971b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1526 zcmZ`(Pixdb6rVpyHeGkyN=5XdBX|ku_9Rp&Ra8(x_FxfYK|;(-Z8V!~XJ*^F#FIVv zF}lZorCdGv6+HRgWJ6=ofyungn>X+Gdw=HLaM&j>emvfa-*ZBK;!k&Y@beU=*@2HF zlICPeCzPVhayDfX=477psW<T`c}b)v{WBtc<$dQ9Uk3Xm>iq(1645%8*>PsFvT$-@ zmCdFK<h5ssQO}d~P^EaXI{;OKU=IXECRCCMlT@-ZGU1X-4^~gE%Ru(dDEJHI8teqJ zFR#JclLI+~HIzQ!*r@w&mCQ`ziFMqdjPp56gCVJCMPgvNPcG;f5PE4@6cMXEqw)jY zgA*4-ufg*B&9<G+wrAPwVOAKM<oUxzwo{&{!$-L3W_+v)S?cZ7F)RzK%e?t9+ZqAI zPBWT)t;0CZip<6_-fbL2y4bozJ!<voRrnYv2Y&!UMLv^rTG1ulCpv(Qh&j+T|D@~% z(;;lt{EPbPI5Z!mt<e}~>w3N88cfG2Rzy2c#><`CT@Wg6ZnUl|wuIU!?pNHhbG{_E z$T#kEUPY~6@$+CwzEe2Gv4UEdy%kKOtVTw4Ft=$@p42|<sMDHfg{_CSgh0neK~kiN zJV!^b<8l8u$>*x>snc1emAOi91J2+y7yv>&y2%D~(Ip9P{vX;+FlzZNT^F>tSK$q$ z$^oYy!ojP)Z^9nVHni6}p>51k3hH)Xelfr<xB`U6@shkCA2z>1c|wL6W|)$rzJxqS zZ1MV)%4bT8gHnq$SBcJwPXbC(*h3{C+eT!CNQ6vm@)0_2B;FY%PBMGg7psvba|``> zZyfO^6CRpr#QiT)weQ^A2DNdO!Pn_xvqQ|O|Kf!laXMaTv%>zwS&6w(Mqsn46oH6Y zS?0jvfhbB*C?$n0fm#W;k<;bD(b&a1qD?Vi`&^ba!UU7Mu-QbPT>%No2>N^t`>#l* zDvs-Z98XI*&ru%4@zFfV8;!n(cVm-iETtwkw@|_`bh7R+xUTX+fp3OEtB{2}<ozCe z1C5$-6ri_*xt(k9rZMxb_$PPZ1sSbgk5SrrJ(?el;d58~%WEC(HU#!C+y)zU0M$O= Fe*koWMrZ&4 diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py deleted file mode 100644 index 1ba0080..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +++ /dev/null @@ -1,146 +0,0 @@ -import hashlib -import os -from textwrap import dedent - -from ..cache import BaseCache -from ..controller import CacheController - -try: - FileNotFoundError -except NameError: - # py2.X - FileNotFoundError = (IOError, OSError) - - -def _secure_open_write(filename, fmode): - # We only want to write to this file, so open it in write only mode - flags = os.O_WRONLY - - # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only - # will open *new* files. - # We specify this because we want to ensure that the mode we pass is the - # mode of the file. - flags |= os.O_CREAT | os.O_EXCL - - # Do not follow symlinks to prevent someone from making a symlink that - # we follow and insecurely open a cache file. - if hasattr(os, "O_NOFOLLOW"): - flags |= os.O_NOFOLLOW - - # On Windows we'll mark this file as binary - if hasattr(os, "O_BINARY"): - flags |= os.O_BINARY - - # Before we open our file, we want to delete any existing file that is - # there - try: - os.remove(filename) - except (IOError, OSError): - # The file must not exist already, so we can just skip ahead to opening - pass - - # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a - # race condition happens between the os.remove and this line, that an - # error will be raised. Because we utilize a lockfile this should only - # happen if someone is attempting to attack us. - fd = os.open(filename, flags, fmode) - try: - return os.fdopen(fd, "wb") - - except: - # An error occurred wrapping our FD in a file object - os.close(fd) - raise - - -class FileCache(BaseCache): - - def __init__( - self, - directory, - forever=False, - filemode=0o0600, - dirmode=0o0700, - use_dir_lock=None, - lock_class=None, - ): - - if use_dir_lock is not None and lock_class is not None: - raise ValueError("Cannot use use_dir_lock and lock_class together") - - try: - from pip._vendor.lockfile import LockFile - from pip._vendor.lockfile.mkdirlockfile import MkdirLockFile - except ImportError: - notice = dedent( - """ - NOTE: In order to use the FileCache you must have - lockfile installed. You can install it via pip: - pip install lockfile - """ - ) - raise ImportError(notice) - - else: - if use_dir_lock: - lock_class = MkdirLockFile - - elif lock_class is None: - lock_class = LockFile - - self.directory = directory - self.forever = forever - self.filemode = filemode - self.dirmode = dirmode - self.lock_class = lock_class - - @staticmethod - def encode(x): - return hashlib.sha224(x.encode()).hexdigest() - - def _fn(self, name): - # NOTE: This method should not change as some may depend on it. - # See: https://github.com/ionrock/cachecontrol/issues/63 - hashed = self.encode(name) - parts = list(hashed[:5]) + [hashed] - return os.path.join(self.directory, *parts) - - def get(self, key): - name = self._fn(key) - try: - with open(name, "rb") as fh: - return fh.read() - - except FileNotFoundError: - return None - - def set(self, key, value): - name = self._fn(key) - - # Make sure the directory exists - try: - os.makedirs(os.path.dirname(name), self.dirmode) - except (IOError, OSError): - pass - - with self.lock_class(name) as lock: - # Write our actual file - with _secure_open_write(lock.path, self.filemode) as fh: - fh.write(value) - - def delete(self, key): - name = self._fn(key) - if not self.forever: - try: - os.remove(name) - except FileNotFoundError: - pass - - -def url_to_file_path(url, filecache): - """Return the file cache path based on the URL. - - This does not ensure the file exists! - """ - key = CacheController.cache_url(url) - return filecache._fn(key) diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py deleted file mode 100644 index ed705ce..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +++ /dev/null @@ -1,33 +0,0 @@ -from __future__ import division - -from datetime import datetime -from pip._vendor.cachecontrol.cache import BaseCache - - -class RedisCache(BaseCache): - - def __init__(self, conn): - self.conn = conn - - def get(self, key): - return self.conn.get(key) - - def set(self, key, value, expires=None): - if not expires: - self.conn.set(key, value) - else: - expires = expires - datetime.utcnow() - self.conn.setex(key, int(expires.total_seconds()), value) - - def delete(self, key): - self.conn.delete(key) - - def clear(self): - """Helper for clearing all the keys in a database. Use with - caution!""" - for key in self.conn.keys(): - self.conn.delete(key) - - def close(self): - """Redis uses connection pooling, no need to close the connection.""" - pass diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py deleted file mode 100644 index 33b5aed..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py +++ /dev/null @@ -1,29 +0,0 @@ -try: - from urllib.parse import urljoin -except ImportError: - from urlparse import urljoin - - -try: - import cPickle as pickle -except ImportError: - import pickle - - -# Handle the case where the requests module has been patched to not have -# urllib3 bundled as part of its source. -try: - from pip._vendor.requests.packages.urllib3.response import HTTPResponse -except ImportError: - from pip._vendor.urllib3.response import HTTPResponse - -try: - from pip._vendor.requests.packages.urllib3.util import is_fp_closed -except ImportError: - from pip._vendor.urllib3.util import is_fp_closed - -# Replicate some six behaviour -try: - text_type = unicode -except NameError: - text_type = str diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py deleted file mode 100644 index 1b2b943..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py +++ /dev/null @@ -1,367 +0,0 @@ -""" -The httplib2 algorithms ported for use with requests. -""" -import logging -import re -import calendar -import time -from email.utils import parsedate_tz - -from pip._vendor.requests.structures import CaseInsensitiveDict - -from .cache import DictCache -from .serialize import Serializer - - -logger = logging.getLogger(__name__) - -URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") - - -def parse_uri(uri): - """Parses a URI using the regex given in Appendix B of RFC 3986. - - (scheme, authority, path, query, fragment) = parse_uri(uri) - """ - groups = URI.match(uri).groups() - return (groups[1], groups[3], groups[4], groups[6], groups[8]) - - -class CacheController(object): - """An interface to see if request should cached or not. - """ - - def __init__( - self, cache=None, cache_etags=True, serializer=None, status_codes=None - ): - self.cache = cache or DictCache() - self.cache_etags = cache_etags - self.serializer = serializer or Serializer() - self.cacheable_status_codes = status_codes or (200, 203, 300, 301) - - @classmethod - def _urlnorm(cls, uri): - """Normalize the URL to create a safe key for the cache""" - (scheme, authority, path, query, fragment) = parse_uri(uri) - if not scheme or not authority: - raise Exception("Only absolute URIs are allowed. uri = %s" % uri) - - scheme = scheme.lower() - authority = authority.lower() - - if not path: - path = "/" - - # Could do syntax based normalization of the URI before - # computing the digest. See Section 6.2.2 of Std 66. - request_uri = query and "?".join([path, query]) or path - defrag_uri = scheme + "://" + authority + request_uri - - return defrag_uri - - @classmethod - def cache_url(cls, uri): - return cls._urlnorm(uri) - - def parse_cache_control(self, headers): - known_directives = { - # https://tools.ietf.org/html/rfc7234#section-5.2 - "max-age": (int, True), - "max-stale": (int, False), - "min-fresh": (int, True), - "no-cache": (None, False), - "no-store": (None, False), - "no-transform": (None, False), - "only-if-cached": (None, False), - "must-revalidate": (None, False), - "public": (None, False), - "private": (None, False), - "proxy-revalidate": (None, False), - "s-maxage": (int, True), - } - - cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) - - retval = {} - - for cc_directive in cc_headers.split(","): - if not cc_directive.strip(): - continue - - parts = cc_directive.split("=", 1) - directive = parts[0].strip() - - try: - typ, required = known_directives[directive] - except KeyError: - logger.debug("Ignoring unknown cache-control directive: %s", directive) - continue - - if not typ or not required: - retval[directive] = None - if typ: - try: - retval[directive] = typ(parts[1].strip()) - except IndexError: - if required: - logger.debug( - "Missing value for cache-control " "directive: %s", - directive, - ) - except ValueError: - logger.debug( - "Invalid value for cache-control directive " "%s, must be %s", - directive, - typ.__name__, - ) - - return retval - - def cached_request(self, request): - """ - Return a cached response if it exists in the cache, otherwise - return False. - """ - cache_url = self.cache_url(request.url) - logger.debug('Looking up "%s" in the cache', cache_url) - cc = self.parse_cache_control(request.headers) - - # Bail out if the request insists on fresh data - if "no-cache" in cc: - logger.debug('Request header has "no-cache", cache bypassed') - return False - - if "max-age" in cc and cc["max-age"] == 0: - logger.debug('Request header has "max_age" as 0, cache bypassed') - return False - - # Request allows serving from the cache, let's see if we find something - cache_data = self.cache.get(cache_url) - if cache_data is None: - logger.debug("No cache entry available") - return False - - # Check whether it can be deserialized - resp = self.serializer.loads(request, cache_data) - if not resp: - logger.warning("Cache entry deserialization failed, entry ignored") - return False - - # If we have a cached 301, 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 resp.status == 301: - msg = ( - 'Returning cached "301 Moved Permanently" response ' - "(ignoring date and etag information)" - ) - logger.debug(msg) - return resp - - headers = CaseInsensitiveDict(resp.headers) - if not headers or "date" not in headers: - if "etag" not in headers: - # Without date or etag, the cached response can never be used - # and should be deleted. - logger.debug("Purging cached response: no date or etag") - self.cache.delete(cache_url) - logger.debug("Ignoring cached response: no date") - return False - - now = time.time() - date = calendar.timegm(parsedate_tz(headers["date"])) - current_age = max(0, now - date) - logger.debug("Current age based on date: %i", current_age) - - # TODO: There is an assumption that the result will be a - # urllib3 response object. This may not be best since we - # could probably avoid instantiating or constructing the - # response until we know we need it. - resp_cc = self.parse_cache_control(headers) - - # determine freshness - freshness_lifetime = 0 - - # Check the max-age pragma in the cache control header - if "max-age" in resp_cc: - freshness_lifetime = resp_cc["max-age"] - logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) - - # If there isn't a max-age, check for an expires header - elif "expires" in headers: - expires = parsedate_tz(headers["expires"]) - if expires is not None: - expire_time = calendar.timegm(expires) - date - freshness_lifetime = max(0, expire_time) - logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) - - # Determine if we are setting freshness limit in the - # request. Note, this overrides what was in the response. - if "max-age" in cc: - freshness_lifetime = cc["max-age"] - logger.debug( - "Freshness lifetime from request max-age: %i", freshness_lifetime - ) - - if "min-fresh" in cc: - min_fresh = cc["min-fresh"] - # adjust our current age by our min fresh - current_age += min_fresh - logger.debug("Adjusted current age from min-fresh: %i", current_age) - - # Return entry if it is fresh enough - if freshness_lifetime > current_age: - logger.debug('The response is "fresh", returning cached response') - logger.debug("%i > %i", freshness_lifetime, current_age) - return resp - - # we're not fresh. If we don't have an Etag, clear it out - if "etag" not in headers: - logger.debug('The cached response is "stale" with no etag, purging') - self.cache.delete(cache_url) - - # return the original handler - return False - - def conditional_headers(self, request): - cache_url = self.cache_url(request.url) - resp = self.serializer.loads(request, self.cache.get(cache_url)) - new_headers = {} - - if resp: - headers = CaseInsensitiveDict(resp.headers) - - if "etag" in headers: - new_headers["If-None-Match"] = headers["ETag"] - - if "last-modified" in headers: - new_headers["If-Modified-Since"] = headers["Last-Modified"] - - return new_headers - - def cache_response(self, request, response, body=None, status_codes=None): - """ - Algorithm for caching requests. - - This assumes a requests Response object. - """ - # From httplib2: Don't cache 206's since we aren't going to - # handle byte range requests - cacheable_status_codes = status_codes or self.cacheable_status_codes - if response.status not in cacheable_status_codes: - logger.debug( - "Status code %s not in %s", response.status, cacheable_status_codes - ) - return - - response_headers = CaseInsensitiveDict(response.headers) - - # If we've been given a body, our response has a Content-Length, that - # Content-Length is valid then we can check to see if the body we've - # been given matches the expected size, and if it doesn't we'll just - # skip trying to cache it. - if ( - body is not None - and "content-length" in response_headers - and response_headers["content-length"].isdigit() - and int(response_headers["content-length"]) != len(body) - ): - return - - cc_req = self.parse_cache_control(request.headers) - cc = self.parse_cache_control(response_headers) - - cache_url = self.cache_url(request.url) - logger.debug('Updating cache with response from "%s"', cache_url) - - # Delete it from the cache if we happen to have it stored there - no_store = False - if "no-store" in cc: - no_store = True - logger.debug('Response header has "no-store"') - if "no-store" in cc_req: - no_store = True - logger.debug('Request header has "no-store"') - if no_store and self.cache.get(cache_url): - logger.debug('Purging existing cache entry to honor "no-store"') - self.cache.delete(cache_url) - if no_store: - return - - # If we've been given an etag, then keep the response - if self.cache_etags and "etag" in response_headers: - logger.debug("Caching due to etag") - self.cache.set( - cache_url, self.serializer.dumps(request, response, body=body) - ) - - # Add to the cache any 301s. We do this before looking that - # the Date headers. - elif response.status == 301: - logger.debug("Caching permanant redirect") - self.cache.set(cache_url, self.serializer.dumps(request, response)) - - # 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: - # cache when there is a max-age > 0 - if "max-age" in cc and cc["max-age"] > 0: - logger.debug("Caching b/c date exists and max-age > 0") - self.cache.set( - cache_url, self.serializer.dumps(request, response, body=body) - ) - - # If the request can expire, it means we should cache it - # in the meantime. - elif "expires" in response_headers: - if response_headers["expires"]: - logger.debug("Caching b/c of expires header") - self.cache.set( - cache_url, self.serializer.dumps(request, response, body=body) - ) - - def update_cached_response(self, request, response): - """On a 304 we will get a new set of headers that we want to - update our cached value with, assuming we have one. - - This should only ever be called when we've sent an ETag and - gotten a 304 as the response. - """ - cache_url = self.cache_url(request.url) - - cached_response = self.serializer.loads(request, self.cache.get(cache_url)) - - if not cached_response: - # we didn't have a cached response - return response - - # Lets update our headers with the headers from the new request: - # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 - # - # The server isn't supposed to send headers that would make - # the cached body invalid. But... just in case, we'll be sure - # to strip out ones we know that might be problmatic due to - # typical assumptions. - excluded_headers = ["content-length"] - - cached_response.headers.update( - dict( - (k, v) - for k, v in response.headers.items() - if k.lower() not in excluded_headers - ) - ) - - # we want a 200 b/c we have content via the cache - cached_response.status = 200 - - # update our cache - self.cache.set(cache_url, self.serializer.dumps(request, cached_response)) - - return cached_response diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py deleted file mode 100644 index 30ed4c5..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py +++ /dev/null @@ -1,80 +0,0 @@ -from io import BytesIO - - -class CallbackFileWrapper(object): - """ - Small wrapper around a fp object which will tee everything read into a - buffer, and when that file is closed it will execute a callback with the - contents of that buffer. - - All attributes are proxied to the underlying file object. - - This class uses members with a double underscore (__) leading prefix so as - not to accidentally shadow an attribute. - """ - - def __init__(self, fp, callback): - self.__buf = BytesIO() - self.__fp = fp - self.__callback = callback - - def __getattr__(self, name): - # The vaguaries of garbage collection means that self.__fp is - # not always set. By using __getattribute__ and the private - # name[0] allows looking up the attribute value and raising an - # AttributeError when it doesn't exist. This stop thigns from - # infinitely recursing calls to getattr in the case where - # self.__fp hasn't been set. - # - # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers - fp = self.__getattribute__("_CallbackFileWrapper__fp") - return getattr(fp, name) - - def __is_fp_closed(self): - try: - return self.__fp.fp is None - - except AttributeError: - pass - - try: - return self.__fp.closed - - except AttributeError: - pass - - # We just don't cache it then. - # TODO: Add some logging here... - return False - - def _close(self): - if self.__callback: - self.__callback(self.__buf.getvalue()) - - # 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 - - def read(self, amt=None): - data = self.__fp.read(amt) - self.__buf.write(data) - if self.__is_fp_closed(): - self._close() - - return data - - def _safe_read(self, amt): - data = self.__fp._safe_read(amt) - if amt == 2 and data == b"\r\n": - # urllib executes this read to toss the CRLF at the end - # of the chunk. - return data - - self.__buf.write(data) - if self.__is_fp_closed(): - self._close() - - return data diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py deleted file mode 100644 index 6c0e979..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py +++ /dev/null @@ -1,135 +0,0 @@ -import calendar -import time - -from email.utils import formatdate, parsedate, parsedate_tz - -from datetime import datetime, timedelta - -TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" - - -def expire_after(delta, date=None): - date = date or datetime.utcnow() - return date + delta - - -def datetime_to_header(dt): - return formatdate(calendar.timegm(dt.timetuple())) - - -class BaseHeuristic(object): - - def warning(self, response): - """ - Return a valid 1xx warning header value describing the cache - adjustments. - - The response is provided too allow warnings like 113 - http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need - to explicitly say response is over 24 hours old. - """ - return '110 - "Response is Stale"' - - def update_headers(self, response): - """Update the response headers with any new headers. - - NOTE: This SHOULD always include some Warning header to - signify that the response was cached by the client, not - by way of the provided headers. - """ - return {} - - def apply(self, response): - updated_headers = self.update_headers(response) - - if updated_headers: - response.headers.update(updated_headers) - warning_header_value = self.warning(response) - if warning_header_value is not None: - response.headers.update({"Warning": warning_header_value}) - - return response - - -class OneDayCache(BaseHeuristic): - """ - Cache the response by providing an expires 1 day in the - future. - """ - - def update_headers(self, response): - headers = {} - - if "expires" not in response.headers: - date = parsedate(response.headers["date"]) - expires = expire_after(timedelta(days=1), date=datetime(*date[:6])) - headers["expires"] = datetime_to_header(expires) - headers["cache-control"] = "public" - return headers - - -class ExpiresAfter(BaseHeuristic): - """ - Cache **all** requests for a defined time period. - """ - - def __init__(self, **kw): - self.delta = timedelta(**kw) - - def update_headers(self, response): - expires = expire_after(self.delta) - return {"expires": datetime_to_header(expires), "cache-control": "public"} - - def warning(self, response): - tmpl = "110 - Automatically cached for %s. Response might be stale" - return tmpl % self.delta - - -class LastModified(BaseHeuristic): - """ - If there is no Expires header already, fall back on Last-Modified - using the heuristic from - http://tools.ietf.org/html/rfc7234#section-4.2.2 - to calculate a reasonable value. - - Firefox also does something like this per - https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ - http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 - Unlike mozilla we limit this to 24-hr. - """ - cacheable_by_default_statuses = { - 200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501 - } - - def update_headers(self, resp): - headers = resp.headers - - if "expires" in headers: - return {} - - if "cache-control" in headers and headers["cache-control"] != "public": - return {} - - if resp.status not in self.cacheable_by_default_statuses: - return {} - - if "date" not in headers or "last-modified" not in headers: - return {} - - date = calendar.timegm(parsedate_tz(headers["date"])) - last_modified = parsedate(headers["last-modified"]) - if date is None or last_modified is None: - return {} - - now = time.time() - current_age = max(0, now - date) - delta = date - calendar.timegm(last_modified) - freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) - if freshness_lifetime <= current_age: - return {} - - expires = date + freshness_lifetime - return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} - - def warning(self, resp): - return None diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py deleted file mode 100644 index ec43ff2..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py +++ /dev/null @@ -1,186 +0,0 @@ -import base64 -import io -import json -import zlib - -from pip._vendor import msgpack -from pip._vendor.requests.structures import CaseInsensitiveDict - -from .compat import HTTPResponse, pickle, text_type - - -def _b64_decode_bytes(b): - return base64.b64decode(b.encode("ascii")) - - -def _b64_decode_str(s): - return _b64_decode_bytes(s).decode("utf8") - - -class Serializer(object): - - def dumps(self, request, response, body=None): - response_headers = CaseInsensitiveDict(response.headers) - - if body is None: - body = response.read(decode_content=False) - - # NOTE: 99% sure this is dead code. I'm only leaving it - # here b/c I don't have a test yet to prove - # it. Basically, before using - # `cachecontrol.filewrapper.CallbackFileWrapper`, - # this made an effort to reset the file handle. The - # `CallbackFileWrapper` short circuits this code by - # setting the body as the content is consumed, the - # result being a `body` argument is *always* passed - # into cache_response, and in turn, - # `Serializer.dump`. - response._fp = io.BytesIO(body) - - # NOTE: This is all a bit weird, but it's really important that on - # Python 2.x these objects are unicode and not str, even when - # they contain only ascii. The problem here is that msgpack - # understands the difference between unicode and bytes and we - # have it set to differentiate between them, however Python 2 - # doesn't know the difference. Forcing these to unicode will be - # enough to have msgpack know the difference. - data = { - u"response": { - u"body": body, - u"headers": dict( - (text_type(k), text_type(v)) for k, v in response.headers.items() - ), - u"status": response.status, - u"version": response.version, - u"reason": text_type(response.reason), - u"strict": response.strict, - u"decode_content": response.decode_content, - } - } - - # Construct our vary headers - data[u"vary"] = {} - if u"vary" in response_headers: - varied_headers = response_headers[u"vary"].split(",") - for header in varied_headers: - header = text_type(header).strip() - header_value = request.headers.get(header, None) - if header_value is not None: - header_value = text_type(header_value) - data[u"vary"][header] = header_value - - return b",".join([b"cc=4", msgpack.dumps(data, use_bin_type=True)]) - - def loads(self, request, data): - # Short circuit if we've been given an empty set of data - if not data: - return - - # Determine what version of the serializer the data was serialized - # with - try: - ver, data = data.split(b",", 1) - except ValueError: - ver = b"cc=0" - - # Make sure that our "ver" is actually a version and isn't a false - # positive from a , being in the data stream. - if ver[:3] != b"cc=": - data = ver + data - ver = b"cc=0" - - # Get the version number out of the cc=N - ver = ver.split(b"=", 1)[-1].decode("ascii") - - # Dispatch to the actual load method for the given version - try: - return getattr(self, "_loads_v{}".format(ver))(request, data) - - except AttributeError: - # This is a version we don't have a loads function for, so we'll - # just treat it as a miss and return None - return - - def prepare_response(self, request, cached): - """Verify our vary headers match and construct a real urllib3 - HTTPResponse object. - """ - # Special case the '*' Vary value as it means we cannot actually - # determine if the cached response is suitable for this request. - if "*" in cached.get("vary", {}): - return - - # Ensure that the Vary headers for the cached response match our - # request - for header, value in cached.get("vary", {}).items(): - if request.headers.get(header, None) != value: - return - - body_raw = cached["response"].pop("body") - - headers = CaseInsensitiveDict(data=cached["response"]["headers"]) - if headers.get("transfer-encoding", "") == "chunked": - headers.pop("transfer-encoding") - - cached["response"]["headers"] = headers - - try: - body = io.BytesIO(body_raw) - except TypeError: - # This can happen if cachecontrol serialized to v1 format (pickle) - # using Python 2. A Python 2 str(byte string) will be unpickled as - # a Python 3 str (unicode string), which will cause the above to - # fail with: - # - # TypeError: 'str' does not support the buffer interface - body = io.BytesIO(body_raw.encode("utf8")) - - return HTTPResponse(body=body, preload_content=False, **cached["response"]) - - def _loads_v0(self, request, data): - # The original legacy cache data. This doesn't contain enough - # information to construct everything we need, so we'll treat this as - # a miss. - return - - def _loads_v1(self, request, data): - try: - cached = pickle.loads(data) - except ValueError: - return - - return self.prepare_response(request, cached) - - def _loads_v2(self, request, data): - try: - cached = json.loads(zlib.decompress(data).decode("utf8")) - except (ValueError, zlib.error): - return - - # We need to decode the items that we've base64 encoded - cached["response"]["body"] = _b64_decode_bytes(cached["response"]["body"]) - cached["response"]["headers"] = dict( - (_b64_decode_str(k), _b64_decode_str(v)) - for k, v in cached["response"]["headers"].items() - ) - cached["response"]["reason"] = _b64_decode_str(cached["response"]["reason"]) - cached["vary"] = dict( - (_b64_decode_str(k), _b64_decode_str(v) if v is not None else v) - for k, v in cached["vary"].items() - ) - - return self.prepare_response(request, cached) - - def _loads_v3(self, request, data): - # Due to Python 2 encoding issues, it's impossible to know for sure - # exactly how to load v3 entries, thus we'll treat these as a miss so - # that they get rewritten out as v4 entries. - return - - def _loads_v4(self, request, data): - try: - cached = msgpack.loads(data, encoding="utf-8") - except ValueError: - return - - return self.prepare_response(request, cached) diff --git a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py b/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py deleted file mode 100644 index 265bfc8..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py +++ /dev/null @@ -1,29 +0,0 @@ -from .adapter import CacheControlAdapter -from .cache import DictCache - - -def CacheControl( - sess, - cache=None, - cache_etags=True, - serializer=None, - heuristic=None, - controller_class=None, - adapter_class=None, - cacheable_methods=None, -): - - cache = cache or DictCache() - 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/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py b/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py deleted file mode 100644 index 8ccb14e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -from .core import where - -__version__ = "2019.06.16" diff --git a/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py b/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py deleted file mode 100644 index ae2aff5..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py +++ /dev/null @@ -1,2 +0,0 @@ -from pip._vendor.certifi import where -print(where()) diff --git a/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 1eeada1e6a7c3c7d8d543280837bcb749c0041d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 217 zcmWIL<>g`kf(}dJcoQJ~7{oyaOhAqU5EqL8i4=wu#vF!R#wbQch7_hKrWEF222GZi zj6f+(##^lA8L367Ra`~}hL(B;W_pHZewxg;Sd#OLQj0*w+~SUpFH0>d&dkq?k6+19 z#0nGx6TfWrOL7bJ3o;9IGxLf|5_58Nt1>O}%TqH<L4sfm)R~u(U!<R$T2zvmmZ={f fpP83g5+AQuP<e~PCO1E&G$+*#<d9;JRXj`pI#M*R diff --git a/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc deleted file mode 100644 index ae1b26c99ceb36f4b5e6d6b9d975bde47f6dc221..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220 zcmWIL<>g`kf(}dJcvB$#7{oyaOhAqU5En}Ui4=wu#vF!R#wbQchE%3h#%6|QAS;C_ zm_d{IB~YG0lkpa7c}8kcs-GtFE#ZR90=@XM)V!4ZBE96)qLR$C%p#C^w^$2`GV@AS zG8C}_d0^s~t$s;vfj&@&Zf0I_Nn%cpZdIm5etBw!DM%2Ep+@OLjna>g&rQtCi;veU YsJz8tlbfGXnv-hB2sE)6WC;%=0BfQ)zyJUM diff --git a/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-38.pyc deleted file mode 100644 index 14cdd968374430839dd90ffaec2b50b2104afbca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmYjNu};G<6tta`2CJP|5L4C+O(rBNA%w)<1-fLhqS#SfC2{1qR7AkUz-Q2rU-H_C zUtr=nEzl?3`8`{@cfRFxN)goi{ES&RcWyW?0>dq!I|t$@MI3Wd;S_U^`)?>EoZO>m z)Gui+w2_63+b8<^SCl@KvI}d)*OdshFl*g(p(#Zuo6clal^Lm;uu}QHQAL<%PAP6h z9n&vZiWa%!-@?%NfIC2U0c6k$e-Pts@yovVpTXqT*&>Uc{>w!pOH^n5HZ!FibE%uG z7B*n4kd<J}`YR=y2wPlyA{~J8_dGFmo3yf>9o)`(d8Ia@ymXfX*rRB;(#hfXNv^bj y2<&K63N0qiq;re#glLy^<k>M}T;+^um+f#lY&)V;c(B3sKD8SUra{C%3A`Wk*KS(? diff --git a/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem b/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem deleted file mode 100644 index 9ca290f..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem +++ /dev/null @@ -1,4618 +0,0 @@ - -# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA -# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA -# Label: "GlobalSign Root CA" -# Serial: 4835703278459707669005204 -# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a -# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c -# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99 ------BEGIN CERTIFICATE----- -MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG -A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv -b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw -MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i -YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT -aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ -jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp -xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp -1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG -snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ -U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 -9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E -BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B -AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz -yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE -38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP -AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad -DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME -HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 -# Label: "GlobalSign Root CA - R2" -# Serial: 4835703278459682885658125 -# MD5 Fingerprint: 94:14:77:7e:3e:5e:fd:8f:30:bd:41:b0:cf:e7:d0:30 -# SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe -# SHA256 Fingerprint: ca:42:dd:41:74:5f:d0:b8:1e:b9:02:36:2c:f9:d8:bf:71:9d:a1:bd:1b:1e:fc:94:6f:5b:4c:99:f4:2c:1b:9e ------BEGIN CERTIFICATE----- -MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G -A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp -Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1 -MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG -A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL -v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8 -eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq -tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd -C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa -zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB -mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH -V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n -bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG -3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs -J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO -291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS -ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd -AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7 -TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg== ------END CERTIFICATE----- - -# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only -# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only -# Label: "Verisign Class 3 Public Primary Certification Authority - G3" -# Serial: 206684696279472310254277870180966723415 -# MD5 Fingerprint: cd:68:b6:a7:c7:c4:ce:75:e0:1d:4f:57:44:61:92:09 -# SHA1 Fingerprint: 13:2d:0d:45:53:4b:69:97:cd:b2:d5:c3:39:e2:55:76:60:9b:5c:c6 -# SHA256 Fingerprint: eb:04:cf:5e:b1:f3:9a:fa:76:2f:2b:b1:20:f2:96:cb:a5:20:c1:b9:7d:b1:58:95:65:b8:1c:b9:a1:7b:72:44 ------BEGIN CERTIFICATE----- -MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQsw -CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl -cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu -LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT -aWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp -dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD -VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT -aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ -bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu -IENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg -LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMu6nFL8eB8aHm8b -N3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1EUGO+i2t -KmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGu -kxUccLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBm -CC+Vk7+qRy+oRpfwEuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJ -Xwzw3sJ2zq/3avL6QaaiMxTJ5Xpj055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWu -imi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAERSWwauSCPc/L8my/uRan2Te -2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5fj267Cz3qWhMe -DGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC -/Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565p -F4ErWjfJXir0xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGt -TxzhT5yvDwyd93gN2PQ1VoDat20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ== ------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=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network -# Subject: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network -# Label: "AddTrust External Root" -# Serial: 1 -# MD5 Fingerprint: 1d:35:54:04:85:78:b0:3f:42:42:4d:bf:20:73:0a:3f -# SHA1 Fingerprint: 02:fa:f3:e2:91:43:54:68:60:78:57:69:4d:f5:e4:5b:68:85:18:68 -# SHA256 Fingerprint: 68:7f:a4:51:38:22:78:ff:f0:c8:b1:1f:8d:43:d5:76:67:1c:6e:b2:bc:ea:b4:13:fb:83:d9:65:d0:6d:2f:f2 ------BEGIN CERTIFICATE----- -MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU -MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs -IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290 -MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux -FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h -bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v -dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt -H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9 -uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX -mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX -a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN -E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0 -WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD -VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0 -Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU -cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx -IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN -AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH -YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5 -6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC -Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX -c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a -mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ= ------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=GeoTrust Global CA O=GeoTrust Inc. -# Subject: CN=GeoTrust Global CA O=GeoTrust Inc. -# Label: "GeoTrust Global CA" -# Serial: 144470 -# MD5 Fingerprint: f7:75:ab:29:fb:51:4e:b7:77:5e:ff:05:3c:99:8e:f5 -# SHA1 Fingerprint: de:28:f4:a4:ff:e5:b9:2f:a3:c5:03:d1:a3:49:a7:f9:96:2a:82:12 -# SHA256 Fingerprint: ff:85:6a:2d:25:1d:cd:88:d3:66:56:f4:50:12:67:98:cf:ab:aa:de:40:79:9c:72:2d:e4:d2:b5:db:36:a7:3a ------BEGIN CERTIFICATE----- -MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT -MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i -YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG -EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg -R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9 -9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq -fnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv -iS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU -1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+ -bw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW -MPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA -ephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l -uMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn -Z57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS -tQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF -PseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un -hw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV -5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw== ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Universal CA O=GeoTrust Inc. -# Subject: CN=GeoTrust Universal CA O=GeoTrust Inc. -# Label: "GeoTrust Universal CA" -# Serial: 1 -# MD5 Fingerprint: 92:65:58:8b:a2:1a:31:72:73:68:5c:b4:a5:7a:07:48 -# SHA1 Fingerprint: e6:21:f3:35:43:79:05:9a:4b:68:30:9d:8a:2f:74:22:15:87:ec:79 -# SHA256 Fingerprint: a0:45:9b:9f:63:b2:25:59:f5:fa:5d:4c:6d:b3:f9:f7:2f:f1:93:42:03:35:78:f0:73:bf:1d:1b:46:cb:b9:12 ------BEGIN CERTIFICATE----- -MIIFaDCCA1CgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJVUzEW -MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEeMBwGA1UEAxMVR2VvVHJ1c3QgVW5pdmVy -c2FsIENBMB4XDTA0MDMwNDA1MDAwMFoXDTI5MDMwNDA1MDAwMFowRTELMAkGA1UE -BhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xHjAcBgNVBAMTFUdlb1RydXN0 -IFVuaXZlcnNhbCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKYV -VaCjxuAfjJ0hUNfBvitbtaSeodlyWL0AG0y/YckUHUWCq8YdgNY96xCcOq9tJPi8 -cQGeBvV8Xx7BDlXKg5pZMK4ZyzBIle0iN430SppyZj6tlcDgFgDgEB8rMQ7XlFTT -QjOgNB0eRXbdT8oYN+yFFXoZCPzVx5zw8qkuEKmS5j1YPakWaDwvdSEYfyh3peFh -F7em6fgemdtzbvQKoiFs7tqqhZJmr/Z6a4LauiIINQ/PQvE1+mrufislzDoR5G2v -c7J2Ha3QsnhnGqQ5HFELZ1aD/ThdDc7d8Lsrlh/eezJS/R27tQahsiFepdaVaH/w -mZ7cRQg+59IJDTWU3YBOU5fXtQlEIGQWFwMCTFMNaN7VqnJNk22CDtucvc+081xd -VHppCZbW2xHBjXWotM85yM48vCR85mLK4b19p71XZQvk/iXttmkQ3CgaRr0BHdCX -teGYO8A3ZNY9lO4L4fUorgtWv3GLIylBjobFS1J72HGrH4oVpjuDWtdYAVHGTEHZ -f9hBZ3KiKN9gg6meyHv8U3NyWfWTehd2Ds735VzZC1U0oqpbtWpU5xPKV+yXbfRe -Bi9Fi1jUIxaS5BZuKGNZMN9QAZxjiRqf2xeUgnA3wySemkfWWspOqGmJch+RbNt+ -nhutxx9z3SxPGWX9f5NAEC7S8O08ni4oPmkmM8V7AgMBAAGjYzBhMA8GA1UdEwEB -/wQFMAMBAf8wHQYDVR0OBBYEFNq7LqqwDLiIJlF0XG0D08DYj3rWMB8GA1UdIwQY -MBaAFNq7LqqwDLiIJlF0XG0D08DYj3rWMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG -9w0BAQUFAAOCAgEAMXjmx7XfuJRAyXHEqDXsRh3ChfMoWIawC/yOsjmPRFWrZIRc -aanQmjg8+uUfNeVE44B5lGiku8SfPeE0zTBGi1QrlaXv9z+ZhP015s8xxtxqv6fX -IwjhmF7DWgh2qaavdy+3YL1ERmrvl/9zlcGO6JP7/TG37FcREUWbMPEaiDnBTzyn -ANXH/KttgCJwpQzgXQQpAvvLoJHRfNbDflDVnVi+QTjruXU8FdmbyUqDWcDaU/0z -uzYYm4UPFd3uLax2k7nZAY1IEKj79TiG8dsKxr2EoyNB3tZ3b4XUhRxQ4K5RirqN -Pnbiucon8l+f725ZDQbYKxek0nxru18UGkiPGkzns0ccjkxFKyDuSN/n3QmOGKja -QI2SJhFTYXNd673nxE0pN2HrrDktZy4W1vUAg4WhzH92xH3kt0tm7wNFYGm2DFKW -koRepqO1pD4r2czYG0eq8kTaT/kD6PAUyz/zg97QwVTjt+gKN02LIFkDMBmhLMi9 -ER/frslKxfMnZmaGrGiR/9nmUxwPi1xpZQomyB40w11Re9epnAahNt3ViZS82eQt -DF4JbAiXfKM9fJP/P6EUp8+1Xevb2xzEdt+Iub1FBZUbrvxGakyvSOPOrg/Sfuvm -bJxPgWp6ZKy7PtXny3YuxadIwVyQD8vIP/rmMuGNG2+k5o7Y+SlIis5z/iw= ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Universal CA 2 O=GeoTrust Inc. -# Subject: CN=GeoTrust Universal CA 2 O=GeoTrust Inc. -# Label: "GeoTrust Universal CA 2" -# Serial: 1 -# MD5 Fingerprint: 34:fc:b8:d0:36:db:9e:14:b3:c2:f2:db:8f:e4:94:c7 -# SHA1 Fingerprint: 37:9a:19:7b:41:85:45:35:0c:a6:03:69:f3:3c:2e:af:47:4f:20:79 -# SHA256 Fingerprint: a0:23:4f:3b:c8:52:7c:a5:62:8e:ec:81:ad:5d:69:89:5d:a5:68:0d:c9:1d:1c:b8:47:7f:33:f8:78:b9:5b:0b ------BEGIN CERTIFICATE----- -MIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW -MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy -c2FsIENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYD -VQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1 -c3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC -AQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om/Nj1XqduGdt0DE81 -WzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUG -FF+3Qs17j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph/Lq9O64ceJHdq -XbboW0W63MOhBW9Wjo8QJqVJwy7XQYci4E+GymC16qFjwAGXEHm9ADwSbSsVsaxL -se4YuU6W3Nx2/zu+z18DwPw76L5GG//aQMJS9/7jOvdqdzXQ2o3rXhhqMcceujwb -KNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2WP0+GfPtDCapkzj4T8Fd -IgbQl+rhrcZV4IErKIM6+vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP20gaXT73 -y/Zl92zxlfgCOzJWgjl6W70viRu/obTo/3+NjN8D8WBOWBFM66M/ECuDmgFz2ZRt -hAAnZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3/mjX/hVTK7URDrBs8FmtISgoc -QIgfksILAAX/8sgCSqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4 -Lt1ZrtmhN79UNdxzMk+MBB4zsslG8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNV -HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAfBgNV -HSMEGDAWgBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8EBAMCAYYwDQYJ -KoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl/oz66wsCVNK/g7WJtAJDday6sWSf+z -dXkzoS9tcBc0kf5nfo/sm+VegqlVHy/c1FEHEv6sFj4sNcZj/NwQ6w2jqtB8zNHQ -L1EuxBRa3ugZ4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ+uPTqM1fp3DRgr -Fg5fNuH8KrUwJM/gYwx7WBr+mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSo -ag/HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpqA1Ihn0CoZ1Dy81of398j9tx4TuaY -T1U6U+Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz+8pRPPphXpgY+RdM4kX2TGq2tbz -GDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I+XRL6O1UixpCgp8RW04eWe3fiPpm8m -1wk8OhwRDqZsN/etRIcsKMfYdIKz0G9KV7s1KSegi+ghp4dkNl3M2Basx7InQJJV -OCiNUW7dFGdTbHFcJoRNdVq2fmBWqU2t+5sel/MN2dKXVHfaPRK34B7vCAas+YWH -6aLcr34YEoP9VhdBLtUpgn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwX -QMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS ------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 Certification Authority O=QuoVadis Limited OU=Root Certification Authority -# Subject: CN=QuoVadis Root Certification Authority O=QuoVadis Limited OU=Root Certification Authority -# Label: "QuoVadis Root CA" -# Serial: 985026699 -# MD5 Fingerprint: 27:de:36:fe:72:b7:00:03:00:9d:f4:f0:1e:6c:04:24 -# SHA1 Fingerprint: de:3f:40:bd:50:93:d3:9b:6c:60:f6:da:bc:07:62:01:00:89:76:c9 -# SHA256 Fingerprint: a4:5e:de:3b:bb:f0:9c:8a:e1:5c:72:ef:c0:72:68:d6:93:a2:1c:99:6f:d5:1e:67:ca:07:94:60:fd:6d:88:73 ------BEGIN CERTIFICATE----- -MIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJC -TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0 -aWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0 -aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAzMTkxODMzMzNaFw0yMTAzMTcxODMz -MzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUw -IwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVR -dW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG -9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2G1lVO6V/z68mcLOhrfEYBklbTRvM16z/Yp -li4kVEAkOPcahdxYTMukJ0KX0J+DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2D -rOpm2RgbaIr1VxqYuvXtdj182d6UajtLF8HVj71lODqV0D1VNk7feVcxKh7YWWVJ -WCCYfqtffp/p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeLYzcS19Dsw3sgQUSj7cug -F+FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy+pdpibu5cxfvWenAScOospU -xbF6lR1xHkopigPcakXBpBlebzbNw6Kwt/5cOOJSvPhEQ+aQuwIDAQABo4ICUjCC -Ak4wPQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVv -dmFkaXNvZmZzaG9yZS5jb20wDwYDVR0TAQH/BAUwAwEB/zCCARoGA1UdIASCAREw -ggENMIIBCQYJKwYBBAG+WAABMIH7MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNl -IG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBh -c3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFy -ZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh -Y3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYI -KwYBBQUHAgEWFmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3T -KbkGGew5Oanwl4Rqy+/fMIGuBgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rq -y+/foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p -dGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYD -VQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL -MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk -fnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9Sf8 -7C9TqnN7Az10buYWnuulLsS/VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1R -cHhXHTMe/QKZnAzNCgVPx7uOpHX6Sm2xgI4JVrmcGmD+XcHXetwReNDWXcG31a0y -mQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi5upZIof4l/UO/erMkqQW -xFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc/yiU3U7MXi5nrQNiOK -SnQ2+Q== ------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=Sonera Class2 CA O=Sonera -# Subject: CN=Sonera Class2 CA O=Sonera -# Label: "Sonera Class 2 Root CA" -# Serial: 29 -# MD5 Fingerprint: a3:ec:75:0f:2e:88:df:fa:48:01:4e:0b:5c:48:6f:fb -# SHA1 Fingerprint: 37:f7:6d:e6:07:7c:90:c5:b1:3e:93:1a:b7:41:10:b4:f2:e4:9a:27 -# SHA256 Fingerprint: 79:08:b4:03:14:c1:38:10:0b:51:8d:07:35:80:7f:fb:fc:f8:51:8a:00:95:33:71:05:ba:38:6b:15:3d:d9:27 ------BEGIN CERTIFICATE----- -MIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP -MA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAx -MDQwNjA3Mjk0MFoXDTIxMDQwNjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNV -BAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMiBDQTCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE+hY3/Ei9vX+ALTU74W+o -Z6m/AxxNjG8yR9VBaKQTBME1DJqEQ/xcHf+Js+gXGM2RX/uJ4+q/Tl18GybTdXnt -5oTjV+WtKcT0OijnpXuENmmz/V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv+u8E7s -3TmVToMGf+dJQMjFAbJUWmYdPfz56TwKnoG4cPABi+QjVHzIrviQHgCWctRUz2Ej -vOr7nQKV0ba5cTppCD8PtOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu -8nYybieDwnPz3BjotJPqdURrBGAgcVeHnfO+oJAjPYok4doh28MCAwEAAaMzMDEw -DwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQISqCqWITTXjwwCwYDVR0PBAQDAgEG -MA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt0jSv9zil -zqsWuasvfDXLrNAPtEwr/IDva4yRXzZ299uzGxnq9LIR/WFxRL8oszodv7ND6J+/ -3DEIcbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvD -FNr450kkkdAdavphOe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh+Re/n570K6 -Tk6ezAyNlNzZRZxe7EJQY670XcSxEtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2 -ZrUYrAqmVCY0M9IbwdR/GjqOC6oybtv8TyWf2TLHllpwrN9M ------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: O=Government Root Certification Authority -# Subject: O=Government Root Certification Authority -# Label: "Taiwan GRCA" -# Serial: 42023070807708724159991140556527066870 -# MD5 Fingerprint: 37:85:44:53:32:45:1f:20:f0:f3:95:e1:25:c4:43:4e -# SHA1 Fingerprint: f4:8b:11:bf:de:ab:be:94:54:20:71:e6:41:de:6b:be:88:2b:40:b9 -# SHA256 Fingerprint: 76:00:29:5e:ef:e8:5b:9e:1f:d6:24:db:76:06:2a:aa:ae:59:81:8a:54:d2:77:4c:d4:c0:b2:c0:11:31:e1:b3 ------BEGIN CERTIFICATE----- -MIIFcjCCA1qgAwIBAgIQH51ZWtcvwgZEpYAIaeNe9jANBgkqhkiG9w0BAQUFADA/ -MQswCQYDVQQGEwJUVzEwMC4GA1UECgwnR292ZXJubWVudCBSb290IENlcnRpZmlj -YXRpb24gQXV0aG9yaXR5MB4XDTAyMTIwNTEzMjMzM1oXDTMyMTIwNTEzMjMzM1ow -PzELMAkGA1UEBhMCVFcxMDAuBgNVBAoMJ0dvdmVybm1lbnQgUm9vdCBDZXJ0aWZp -Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB -AJoluOzMonWoe/fOW1mKydGGEghU7Jzy50b2iPN86aXfTEc2pBsBHH8eV4qNw8XR -IePaJD9IK/ufLqGU5ywck9G/GwGHU5nOp/UKIXZ3/6m3xnOUT0b3EEk3+qhZSV1q -gQdW8or5BtD3cCJNtLdBuTK4sfCxw5w/cP1T3YGq2GN49thTbqGsaoQkclSGxtKy -yhwOeYHWtXBiCAEuTk8O1RGvqa/lmr/czIdtJuTJV6L7lvnM4T9TjGxMfptTCAts -F/tnyMKtsc2AtJfcdgEWFelq16TheEfOhtX7MfP6Mb40qij7cEwdScevLJ1tZqa2 -jWR+tSBqnTuBto9AAGdLiYa4zGX+FVPpBMHWXx1E1wovJ5pGfaENda1UhhXcSTvx -ls4Pm6Dso3pdvtUqdULle96ltqqvKKyskKw4t9VoNSZ63Pc78/1Fm9G7Q3hub/FC -VGqY8A2tl+lSXunVanLeavcbYBT0peS2cWeqH+riTcFCQP5nRhc4L0c/cZyu5SHK -YS1tB6iEfC3uUSXxY5Ce/eFXiGvviiNtsea9P63RPZYLhY3Naye7twWb7LuRqQoH -EgKXTiCQ8P8NHuJBO9NAOueNXdpm5AKwB1KYXA6OM5zCppX7VRluTI6uSw+9wThN -Xo+EHWbNxWCWtFJaBYmOlXqYwZE8lSOyDvR5tMl8wUohAgMBAAGjajBoMB0GA1Ud -DgQWBBTMzO/MKWCkO7GStjz6MmKPrCUVOzAMBgNVHRMEBTADAQH/MDkGBGcqBwAE -MTAvMC0CAQAwCQYFKw4DAhoFADAHBgVnKgMAAAQUA5vwIhP/lSg209yewDL7MTqK -UWUwDQYJKoZIhvcNAQEFBQADggIBAECASvomyc5eMN1PhnR2WPWus4MzeKR6dBcZ -TulStbngCnRiqmjKeKBMmo4sIy7VahIkv9Ro04rQ2JyftB8M3jh+Vzj8jeJPXgyf -qzvS/3WXy6TjZwj/5cAWtUgBfen5Cv8b5Wppv3ghqMKnI6mGq3ZW6A4M9hPdKmaK -ZEk9GhiHkASfQlK3T8v+R0F2Ne//AHY2RTKbxkaFXeIksB7jSJaYV0eUVXoPQbFE -JPPB/hprv4j9wabak2BegUqZIJxIZhm1AHlUD7gsL0u8qV1bYH+Mh6XgUmMqvtg7 -hUAV/h62ZT/FS9p+tXo1KaMuephgIqP0fSdOLeq0dDzpD6QzDxARvBMB1uUO07+1 -EqLhRSPAzAhuYbeJq4PjJB7mXQfnHyA+z2fI56wwbSdLaG5LKlwCCDTb+HbkZ6Mm -nD+iMsJKxYEYMRBWqoTvLQr/uB930r+lWKBi5NdLkXWNiYCYfm3LU05er/ayl4WX -udpVBrkk7tfGOB5jGxI7leFYrPLfhNVfmS8NVVvmONsuP3LpSIXLuykTjx44Vbnz -ssQwmSNOXfJIoRIM3BKQCZBUkQM8R+XVyWXgt0t97EfTsws+rZ7QdAAO671RrcDe -LMDDav7v3Aun+kbfYNucpllQdSNpc5Oy+fwC00fmcc4QAu4njIT/rEUNE1yDMuAl -pYYsfPQS ------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=Class 2 Primary CA O=Certplus -# Subject: CN=Class 2 Primary CA O=Certplus -# Label: "Certplus Class 2 Primary CA" -# Serial: 177770208045934040241468760488327595043 -# MD5 Fingerprint: 88:2c:8c:52:b8:a2:3c:f3:f7:bb:03:ea:ae:ac:42:0b -# SHA1 Fingerprint: 74:20:74:41:72:9c:dd:92:ec:79:31:d8:23:10:8d:c2:81:92:e2:bb -# SHA256 Fingerprint: 0f:99:3c:8a:ef:97:ba:af:56:87:14:0e:d5:9a:d1:82:1b:b4:af:ac:f0:aa:9a:58:b5:d5:7a:33:8a:3a:fb:cb ------BEGIN CERTIFICATE----- -MIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAw -PTELMAkGA1UEBhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFz -cyAyIFByaW1hcnkgQ0EwHhcNOTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9 -MQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2VydHBsdXMxGzAZBgNVBAMTEkNsYXNz -IDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANxQ -ltAS+DXSCHh6tlJw/W/uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR5aiR -VhKC9+Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2+L0ER4/YXJQyL -kcAbmXuZVg2v7tK8R1fjeUl7NIknJITesezpWE7+Tt9avkGtrAjFGA7v0lPubNCd -EgETjdyAYveVqUSISnFOYFWe2yMZeVYHDD9jC1yw4r5+FfyUM1hBOHTE4Y+L3yas -H7WLO7dDWWuwJKZtkIvEcupdM5i3y95ee++U8Rs+yskhwcWYAqqi9lt3m/V+llU0 -HGdpwPFC40es/CgcZlUCAwEAAaOBjDCBiTAPBgNVHRMECDAGAQH/AgEKMAsGA1Ud -DwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJYIZIAYb4 -QgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMu -Y29tL0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM+IRBnL39R/ -AN9WM2K191EBkOvDP9GIROkkXe/nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8 -yfFC82x/xXp8HVGIutIKPidd3i1RTtMTZGnkLuPT55sJmabglZvOGtd/vjzOUrMR -FcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l/+7UCmnYR0ObncHoUW2ikbhiMA -ybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW//1IMwrh3KWB -kJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7 -l7+ijrRU ------END CERTIFICATE----- - -# Issuer: CN=DST Root CA X3 O=Digital Signature Trust Co. -# Subject: CN=DST Root CA X3 O=Digital Signature Trust Co. -# Label: "DST Root CA X3" -# Serial: 91299735575339953335919266965803778155 -# MD5 Fingerprint: 41:03:52:dc:0f:f7:50:1b:16:f0:02:8e:ba:6f:45:c5 -# SHA1 Fingerprint: da:c9:02:4f:54:d8:f6:df:94:93:5f:b1:73:26:38:ca:6a:d7:7c:13 -# SHA256 Fingerprint: 06:87:26:03:31:a7:24:03:d9:09:f1:05:e6:9b:cf:0d:32:e1:bd:24:93:ff:c6:d9:20:6d:11:bc:d6:77:07:39 ------BEGIN CERTIFICATE----- -MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/ -MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT -DkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow -PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD -Ew5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB -AN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O -rz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq -OLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b -xiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw -7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD -aeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV -HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG -SIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69 -ikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr -AvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz -R8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5 -JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo -Ob8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ ------END CERTIFICATE----- - -# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG -# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG -# Label: "SwissSign Gold CA - G2" -# Serial: 13492815561806991280 -# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93 -# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61 -# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95 ------BEGIN CERTIFICATE----- -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 ------END CERTIFICATE----- - -# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG -# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG -# Label: "SwissSign Silver CA - G2" -# Serial: 5700383053117599563 -# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13 -# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb -# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5 ------BEGIN CERTIFICATE----- -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=GeoTrust Primary Certification Authority O=GeoTrust Inc. -# Subject: CN=GeoTrust Primary Certification Authority O=GeoTrust Inc. -# Label: "GeoTrust Primary Certification Authority" -# Serial: 32798226551256963324313806436981982369 -# MD5 Fingerprint: 02:26:c3:01:5e:08:30:37:43:a9:d0:7d:cf:37:e6:bf -# SHA1 Fingerprint: 32:3c:11:8e:1b:f7:b8:b6:52:54:e2:e2:10:0d:d6:02:90:37:f0:96 -# SHA256 Fingerprint: 37:d5:10:06:c5:12:ea:ab:62:64:21:f1:ec:8c:92:01:3f:c5:f8:2a:e9:8e:e5:33:eb:46:19:b8:de:b4:d0:6c ------BEGIN CERTIFICATE----- -MIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBY -MQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMo -R2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEx -MjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQK -Ew1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRp -ZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC -AQEAvrgVe//UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr+92/ZV+zmEwu3qDXwK9 -AWbK7hWNb6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjA -ZIVcFU2Ix7e64HXprQU9nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE0 -7e9GceBrAqg1cmuXm2bgyxx5X9gaBGgeRwLmnWDiNpcB3841kt++Z8dtd1k7j53W -kBWUvEI0EME5+bEnPn7WinXFsq+W06Lem+SYvn3h6YGttm/81w7a4DSwDRp35+MI -mO9Y+pyEtzavwt+s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G -A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi/CPNmFbSvtr2ZnJM5IwDQYJ -KoZIhvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa+S7iq8XEN3GHHoOo0Hnp3DwQ1 -6CePbJC/kRYkRj5KTs4rFtULUh38H2eiAkUxT87z+gOneZ1TatnaYzr4gNfTmeGl -4b7UVXGYNTq+k+qurUKykG/g/CFNNWMziUnWm07Kx+dOCQD32sfvmWKZd7aVIl6K -oKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHaFloxt/m0cYASSJlyc1pZU8Fj -UjPtp8nSOQJw+uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K/fqynhG1riR/aYNKxoU -AT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk= ------END CERTIFICATE----- - -# Issuer: CN=thawte Primary Root CA O=thawte, Inc. OU=Certification Services Division/(c) 2006 thawte, Inc. - For authorized use only -# Subject: CN=thawte Primary Root CA O=thawte, Inc. OU=Certification Services Division/(c) 2006 thawte, Inc. - For authorized use only -# Label: "thawte Primary Root CA" -# Serial: 69529181992039203566298953787712940909 -# MD5 Fingerprint: 8c:ca:dc:0b:22:ce:f5:be:72:ac:41:1a:11:a8:d8:12 -# SHA1 Fingerprint: 91:c6:d6:ee:3e:8a:c8:63:84:e5:48:c2:99:29:5c:75:6c:81:7b:81 -# SHA256 Fingerprint: 8d:72:2f:81:a9:c1:13:c0:79:1d:f1:36:a2:96:6d:b2:6c:95:0a:97:1d:b4:6b:41:99:f4:ea:54:b7:8b:fb:9f ------BEGIN CERTIFICATE----- -MIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C/ON9srbTANBgkqhkiG9w0BAQUFADCB -qTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf -Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw -MDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNV -BAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3MDAwMDAwWhcNMzYw -NzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5j -LjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYG -A1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl -IG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqG -SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsoPD7gFnUnMekz52hWXMJEEUMDSxuaPFs -W0hoSVk3/AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ1CRfBsDMRJSUjQJib+ta -3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum/u6f1OCyn1PoSgAfGcq/gcfomk -6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6 -Sk/KaAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu/U30rCfSMnZEfl2pSy94J -NqR32HuHUETVPm4pafs5SSYeCaWAe0At6+gnhcn+Yf1+5nyXHdWdAgMBAAGjQjBA -MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR7W0XP -r87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUFAAOCAQEAeRHAS7ORtvzw6WfU -DW5FvlXok9LOAz/t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeEuzLlQRHAd9mz -YJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm/Ac9IiAX -xPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In/2 -/qxAeeWsEG89jxt5dovEN7MhGITlNgDrYyCZuen+MwS7QcjBAvlEYyCegc5C09Y/ -LHbTY5xZ3Y+m4Q6gLkH3LpVHz7z9M/P2C2F+fpErgUfCJzDupxBdN49cOSvkBPB7 -jVaMaA== ------END CERTIFICATE----- - -# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G5 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2006 VeriSign, Inc. - For authorized use only -# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G5 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2006 VeriSign, Inc. - For authorized use only -# Label: "VeriSign Class 3 Public Primary Certification Authority - G5" -# Serial: 33037644167568058970164719475676101450 -# MD5 Fingerprint: cb:17:e4:31:67:3e:e2:09:fe:45:57:93:f3:0a:fa:1c -# SHA1 Fingerprint: 4e:b6:d5:78:49:9b:1c:cf:5f:58:1e:ad:56:be:3d:9b:67:44:a5:e5 -# SHA256 Fingerprint: 9a:cf:ab:7e:43:c8:d8:80:d0:6b:26:2a:94:de:ee:e4:b4:65:99:89:c3:d0:ca:f1:9b:af:64:05:e4:1a:b7:df ------BEGIN CERTIFICATE----- -MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB -yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL -ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJp -U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxW -ZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0 -aG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCByjEL -MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW -ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2ln -biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp -U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y -aXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvJAgIKXo1 -nmAMqudLO07cfLw8RRy7K+D+KQL5VwijZIUVJ/XxrcgxiV0i6CqqpkKzj/i5Vbex -t0uz/o9+B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6/WhkcIz -SdhDY2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQG -BO+QueQA5N06tRn/Arr0PO7gi+s3i+z016zy9vA9r911kTMZHRxAy3QkGSGT2RT+ -rCpSx4/VBEnkjWNHiDxpg8v+R70rfk/Fla4OndTRQ8Bnc+MUCH7lP59zuDMKz10/ -NIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8E -BAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEwHzAH -BgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy -aXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH/TZafC3ey78DAJ80M5+gKv -MzEzMA0GCSqGSIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzE -p6B4Eq1iDkVwZMXnl2YtmAl+X6/WzChl8gGqCBpH3vn5fJJaCGkgDdk+bW48DW7Y -5gaRQBi5+MHt39tBquCWIMnNZBU4gcmU7qKEKQsTb47bDN0lAtukixlE0kF6BWlK -WE9gyn6CagsCqiUXObXbf+eEZSqVir2G3l6BFoMtEMze/aiCKm0oHw0LxOXnGiYZ -4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vEZV8N -hnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq ------END CERTIFICATE----- - -# Issuer: CN=SecureTrust CA O=SecureTrust Corporation -# Subject: CN=SecureTrust CA O=SecureTrust Corporation -# Label: "SecureTrust CA" -# Serial: 17199774589125277788362757014266862032 -# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 -# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 -# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 ------BEGIN CERTIFICATE----- -MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI -MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x -FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz -MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv -cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN -AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz -Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO -0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao -wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj -7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS -8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT -BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB -/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg -JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC -NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 -6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ -3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm -D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS -CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR -3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= ------END CERTIFICATE----- - -# Issuer: CN=Secure Global CA O=SecureTrust Corporation -# Subject: CN=Secure Global CA O=SecureTrust Corporation -# Label: "Secure Global CA" -# Serial: 9751836167731051554232119481456978597 -# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de -# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b -# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 ------BEGIN CERTIFICATE----- -MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK -MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x -GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx -MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg -Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG -SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ -iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa -/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ -jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI -HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 -sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w -gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF -MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw -KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG -AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L -URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO -H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm -I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY -iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc -f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW ------END CERTIFICATE----- - -# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited -# Subject: CN=COMODO Certification Authority O=COMODO CA Limited -# Label: "COMODO Certification Authority" -# Serial: 104350513648249232941998508985834464573 -# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 -# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b -# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 ------BEGIN CERTIFICATE----- -MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB -gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G -A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV -BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw -MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl -YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P -RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 -aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 -UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI -2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 -Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp -+2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ -DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O -nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW -/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g -PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u -QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY -SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv -IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ -RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 -zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd -BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB -ZQ== ------END CERTIFICATE----- - -# Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C. -# Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C. -# Label: "Network Solutions Certificate Authority" -# Serial: 116697915152937497490437556386812487904 -# MD5 Fingerprint: d3:f3:a6:16:c0:fa:6b:1d:59:b1:2d:96:4d:0e:11:2e -# SHA1 Fingerprint: 74:f8:a3:c3:ef:e7:b3:90:06:4b:83:90:3c:21:64:60:20:e5:df:ce -# SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f8:59:8a:bd:83:86:0c ------BEGIN CERTIFICATE----- -MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi -MQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu -MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp -dHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV -UzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO -ZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG -SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz -c7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP -OCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl -mGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF -BgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4 -qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw -gZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB -BjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu -bmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp -dHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8 -6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/ -h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH -/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv -wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN -pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey ------END CERTIFICATE----- - -# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited -# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited -# Label: "COMODO ECC Certification Authority" -# Serial: 41578283867086692638256921589707938090 -# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 -# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 -# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 ------BEGIN CERTIFICATE----- -MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL -MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE -BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT -IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw -MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy -ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N -T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv -biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR -FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J -cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW -BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ -BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm -fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv -GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= ------END CERTIFICATE----- - -# Issuer: CN=OISTE WISeKey Global Root GA CA O=WISeKey OU=Copyright (c) 2005/OISTE Foundation Endorsed -# Subject: CN=OISTE WISeKey Global Root GA CA O=WISeKey OU=Copyright (c) 2005/OISTE Foundation Endorsed -# Label: "OISTE WISeKey Global Root GA CA" -# Serial: 86718877871133159090080555911823548314 -# MD5 Fingerprint: bc:6c:51:33:a7:e9:d3:66:63:54:15:72:1b:21:92:93 -# SHA1 Fingerprint: 59:22:a1:e1:5a:ea:16:35:21:f8:98:39:6a:46:46:b0:44:1b:0f:a9 -# SHA256 Fingerprint: 41:c9:23:86:6a:b4:ca:d6:b7:ad:57:80:81:58:2e:02:07:97:a6:cb:df:4f:ff:78:ce:83:96:b3:89:37:d7:f5 ------BEGIN CERTIFICATE----- -MIID8TCCAtmgAwIBAgIQQT1yx/RrH4FDffHSKFTfmjANBgkqhkiG9w0BAQUFADCB -ijELMAkGA1UEBhMCQ0gxEDAOBgNVBAoTB1dJU2VLZXkxGzAZBgNVBAsTEkNvcHly -aWdodCAoYykgMjAwNTEiMCAGA1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNl -ZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwgUm9vdCBHQSBDQTAeFw0w -NTEyMTExNjAzNDRaFw0zNzEyMTExNjA5NTFaMIGKMQswCQYDVQQGEwJDSDEQMA4G -A1UEChMHV0lTZUtleTEbMBkGA1UECxMSQ29weXJpZ2h0IChjKSAyMDA1MSIwIAYD -VQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBX -SVNlS2V5IEdsb2JhbCBSb290IEdBIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A -MIIBCgKCAQEAy0+zAJs9Nt350UlqaxBJH+zYK7LG+DKBKUOVTJoZIyEVRd7jyBxR -VVuuk+g3/ytr6dTqvirdqFEr12bDYVxgAsj1znJ7O7jyTmUIms2kahnBAbtzptf2 -w93NvKSLtZlhuAGio9RN1AU9ka34tAhxZK9w8RxrfvbDd50kc3vkDIzh2TbhmYsF -mQvtRTEJysIA2/dyoJaqlYfQjse2YXMNdmaM3Bu0Y6Kff5MTMPGhJ9vZ/yxViJGg -4E8HsChWjBgbl0SOid3gF27nKu+POQoxhILYQBRJLnpB5Kf+42TMwVlxSywhp1t9 -4B3RLoGbw9ho972WG6xwsRYUC9tguSYBBQIDAQABo1EwTzALBgNVHQ8EBAMCAYYw -DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUswN+rja8sHnR3JQmthG+IbJphpQw -EAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBAEuh/wuHbrP5wUOx -SPMowB0uyQlB+pQAHKSkq0lPjz0e701vvbyk9vImMMkQyh2I+3QZH4VFvbBsUfk2 -ftv1TDI6QU9bR8/oCy22xBmddMVHxjtqD6wU2zz0c5ypBd8A3HR4+vg1YFkCExh8 -vPtNsCBtQ7tgMHpnM1zFmdH4LTlSc/uMqpclXHLZCB6rTjzjgTGfA6b7wP4piFXa -hNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZi -Fj4A4xylNoEYokxSdsARo27mHbrjWr42U8U+dY+GaSlYU7Wcu2+fXMUY7N0v4ZjJ -/L7fCg0= ------END CERTIFICATE----- - -# Issuer: CN=Certigna O=Dhimyotis -# Subject: CN=Certigna O=Dhimyotis -# Label: "Certigna" -# Serial: 18364802974209362175 -# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff -# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 -# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d ------BEGIN CERTIFICATE----- -MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV -BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X -DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ -BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 -DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 -QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny -gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw -zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q -130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 -JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw -DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw -ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT -AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj -AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG -9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h -bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc -fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu -HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w -t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw -WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== ------END CERTIFICATE----- - -# Issuer: CN=Deutsche Telekom Root CA 2 O=Deutsche Telekom AG OU=T-TeleSec Trust Center -# Subject: CN=Deutsche Telekom Root CA 2 O=Deutsche Telekom AG OU=T-TeleSec Trust Center -# Label: "Deutsche Telekom Root CA 2" -# Serial: 38 -# MD5 Fingerprint: 74:01:4a:91:b1:08:c4:58:ce:47:cd:f0:dd:11:53:08 -# SHA1 Fingerprint: 85:a4:08:c0:9c:19:3e:5d:51:58:7d:cd:d6:13:30:fd:8c:de:37:bf -# SHA256 Fingerprint: b6:19:1a:50:d0:c3:97:7f:7d:a9:9b:cd:aa:c8:6a:22:7d:ae:b9:67:9e:c7:0b:a3:b0:c9:d9:22:71:c1:70:d3 ------BEGIN CERTIFICATE----- -MIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEc -MBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2Vj -IFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENB -IDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5MjM1OTAwWjBxMQswCQYDVQQGEwJE -RTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxl -U2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290 -IENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEU -ha88EOQ5bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhC -QN/Po7qCWWqSG6wcmtoIKyUn+WkjR/Hg6yx6m/UTAtB+NHzCnjwAWav12gz1Mjwr -rFDa1sPeg5TKqAyZMg4ISFZbavva4VhYAUlfckE8FQYBjl2tqriTtM2e66foai1S -NNs671x1Udrb8zH57nGYMsRUFUQM+ZtV7a3fGAigo4aKSe5TBY8ZTNXeWHmb0moc -QqvF1afPaA+W5OFhmHZhyJF81j4A4pFQh+GdCuatl9Idxjp9y7zaAzTVjlsB9WoH -txa2bkp/AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAP -BgNVHRMECDAGAQH/AgEFMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOC -AQEAlGRZrTlk5ynrE/5aw4sTV8gEJPB0d8Bg42f76Ymmg7+Wgnxu1MM9756Abrsp -tJh6sTtU6zkXR34ajgv8HzFZMQSyzhfzLMdiNlXiItiJVbSYSKpk+tYcNthEeFpa -IzpXl/V6ME+un2pMSyuOoAPjPuCp1NJ70rOo4nI8rZ7/gFnkm0W09juwzTkZmDLl -6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4Gdyd1Lx+4ivn+ -xbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU -Cm26OWMohpLzGITY+9HPBVZkVw== ------END CERTIFICATE----- - -# Issuer: CN=Cybertrust Global Root O=Cybertrust, Inc -# Subject: CN=Cybertrust Global Root O=Cybertrust, Inc -# Label: "Cybertrust Global Root" -# Serial: 4835703278459682877484360 -# MD5 Fingerprint: 72:e4:4a:87:e3:69:40:80:77:ea:bc:e3:f4:ff:f0:e1 -# SHA1 Fingerprint: 5f:43:e5:b1:bf:f8:78:8c:ac:1c:c7:ca:4a:9a:c6:22:2b:cc:34:c6 -# SHA256 Fingerprint: 96:0a:df:00:63:e9:63:56:75:0c:29:65:dd:0a:08:67:da:0b:9c:bd:6e:77:71:4a:ea:fb:23:49:ab:39:3d:a3 ------BEGIN CERTIFICATE----- -MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG -A1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh -bCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE -ChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS -b290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5 -7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS -J8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y -HLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP -t3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz -FtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY -XSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/ -MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw -hi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js -MB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA -A4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj -Wqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx -XOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o -omcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc -A06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW -WL1WMRJOEcgh4LMRkWXbtKaIOM5V ------END CERTIFICATE----- - -# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority -# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority -# Label: "ePKI Root Certification Authority" -# Serial: 28956088682735189655030529057352760477 -# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 -# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 -# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 ------BEGIN CERTIFICATE----- -MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe -MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 -ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe -Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw -IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL -SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF -AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH -SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh -ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X -DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 -TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ -fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA -sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU -WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS -nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH -dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip -NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC -AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF -MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH -ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB -uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl -PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP -JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ -gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 -j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 -5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB -o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS -/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z -Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE -W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D -hNQ+IIX3Sj0rnP0qCglN6oH4EZw= ------END CERTIFICATE----- - -# Issuer: O=certSIGN OU=certSIGN ROOT CA -# Subject: O=certSIGN OU=certSIGN ROOT CA -# Label: "certSIGN ROOT CA" -# Serial: 35210227249154 -# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 -# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b -# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb ------BEGIN CERTIFICATE----- -MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT -AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD -QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP -MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC -ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do -0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ -UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d -RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ -OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv -JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C -AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O -BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ -LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY -MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ -44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I -Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw -i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN -9u6wWk5JRFRYX0KD ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Primary Certification Authority - G3 O=GeoTrust Inc. OU=(c) 2008 GeoTrust Inc. - For authorized use only -# Subject: CN=GeoTrust Primary Certification Authority - G3 O=GeoTrust Inc. OU=(c) 2008 GeoTrust Inc. - For authorized use only -# Label: "GeoTrust Primary Certification Authority - G3" -# Serial: 28809105769928564313984085209975885599 -# MD5 Fingerprint: b5:e8:34:36:c9:10:44:58:48:70:6d:2e:83:d4:b8:05 -# SHA1 Fingerprint: 03:9e:ed:b8:0b:e7:a0:3c:69:53:89:3b:20:d2:d9:32:3a:4c:2a:fd -# SHA256 Fingerprint: b4:78:b8:12:25:0d:f8:78:63:5c:2a:a7:ec:7d:15:5e:aa:62:5e:e8:29:16:e2:cd:29:43:61:88:6c:d1:fb:d4 ------BEGIN CERTIFICATE----- -MIID/jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCB -mDELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsT -MChjKSAyMDA4IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s -eTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhv -cml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIzNTk1OVowgZgxCzAJ -BgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg -MjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0 -BgNVBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg -LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz -+uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5jK/BGvESyiaHAKAxJcCGVn2TAppMSAmUm -hsalifD614SgcK9PGpc/BkTVyetyEH3kMSj7HGHmKAdEc5IiaacDiGydY8hS2pgn -5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3CIShwiP/W -JmxsYAQlTlV+fe+/lEjetx3dcI0FX4ilm/LC7urRQEFtYjgdVgbFA0dRIBn8exAL -DmKudlW/X3e+PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF/BqxqjsHQ9gUdfeZC -huOl1UcCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw -HQYDVR0OBBYEFMR5yo6hTgMdHNxr2zFblD4/MH8tMA0GCSqGSIb3DQEBCwUAA4IB -AQAtxRPPVoB7eni9n64smefv2t+UXglpp+duaIy9cr5HqQ6XErhK8WTTOd8lNNTB -zU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbEAp7aDHdlDkQN -kv39sxY2+hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD -AWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUH -SJsMC8tJP33st/3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF+9RAsXqqaC2G -spki4cErx5z481+oghLrGREt ------END CERTIFICATE----- - -# Issuer: CN=thawte Primary Root CA - G2 O=thawte, Inc. OU=(c) 2007 thawte, Inc. - For authorized use only -# Subject: CN=thawte Primary Root CA - G2 O=thawte, Inc. OU=(c) 2007 thawte, Inc. - For authorized use only -# Label: "thawte Primary Root CA - G2" -# Serial: 71758320672825410020661621085256472406 -# MD5 Fingerprint: 74:9d:ea:60:24:c4:fd:22:53:3e:cc:3a:72:d9:29:4f -# SHA1 Fingerprint: aa:db:bc:22:23:8f:c4:01:a1:27:bb:38:dd:f4:1d:db:08:9e:f0:12 -# SHA256 Fingerprint: a4:31:0d:50:af:18:a6:44:71:90:37:2a:86:af:af:8b:95:1f:fb:43:1d:83:7f:1e:56:88:b4:59:71:ed:15:57 ------BEGIN CERTIFICATE----- -MIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDEL -MAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMp -IDIwMDcgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAi -BgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMjAeFw0wNzExMDUwMDAw -MDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh -d3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBGb3Ig -YXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9v -dCBDQSAtIEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf+iha/ -BebfowJPDQfGAFG6DAJSLSKkQjnE/o/qycG+1E3/n3qe4rF8mq2nhglzh9HnmuN6 -papu+7qzcMBniKI11KOasf2twu8x+qi58/sIxpHR+ymVo0IwQDAPBgNVHRMBAf8E -BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUmtgAMADna3+FGO6Lts6K -DPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUNG4k8VIZ3 -KMqh9HneteY4sPBlcIx/AlTCv//YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41ox -XZ3Krr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg== ------END CERTIFICATE----- - -# Issuer: CN=thawte Primary Root CA - G3 O=thawte, Inc. OU=Certification Services Division/(c) 2008 thawte, Inc. - For authorized use only -# Subject: CN=thawte Primary Root CA - G3 O=thawte, Inc. OU=Certification Services Division/(c) 2008 thawte, Inc. - For authorized use only -# Label: "thawte Primary Root CA - G3" -# Serial: 127614157056681299805556476275995414779 -# MD5 Fingerprint: fb:1b:5d:43:8a:94:cd:44:c6:76:f2:43:4b:47:e7:31 -# SHA1 Fingerprint: f1:8b:53:8d:1b:e9:03:b6:a6:f0:56:43:5b:17:15:89:ca:f3:6b:f2 -# SHA256 Fingerprint: 4b:03:f4:58:07:ad:70:f2:1b:fc:2c:ae:71:c9:fd:e4:60:4c:06:4c:f5:ff:b6:86:ba:e5:db:aa:d7:fd:d3:4c ------BEGIN CERTIFICATE----- -MIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL/eQ+zANBgkqhkiG9w0BAQsFADCB -rjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf -Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw -MDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNV -BAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0wODA0MDIwMDAwMDBa -Fw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3Rl -LCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9u -MTgwNgYDVQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXpl -ZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEcz -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr8nLPvb2FvdeHsbnndm -gcs+vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2AtP0LMqmsywCPLLEHd5N/8 -YZzic7IilRFDGF/Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC+BsUa0Lf -b1+6a4KinVvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9 -9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S -zhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk -OQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNV -HQ4EFgQUrWyqlGCc7eT/+j4KdCtjA/e2Wb8wDQYJKoZIhvcNAQELBQADggEBABpA -2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweKA3rD6z8KLFIW -oCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi/aytlryjvsvXDqmbOe1bu -t8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw/dyZ02SUS2jHaGh7c -KUGRIjxpp7sC8rZcJwOJ9Abqm+RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fM -m7v/OeZWYdMKp8RcTGB7BXcmer/YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZu -MdRAGmI0Nj81Aa6sY6A= ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Primary Certification Authority - G2 O=GeoTrust Inc. OU=(c) 2007 GeoTrust Inc. - For authorized use only -# Subject: CN=GeoTrust Primary Certification Authority - G2 O=GeoTrust Inc. OU=(c) 2007 GeoTrust Inc. - For authorized use only -# Label: "GeoTrust Primary Certification Authority - G2" -# Serial: 80682863203381065782177908751794619243 -# MD5 Fingerprint: 01:5e:d8:6b:bd:6f:3d:8e:a1:31:f8:12:e0:98:73:6a -# SHA1 Fingerprint: 8d:17:84:d5:37:f3:03:7d:ec:70:fe:57:8b:51:9a:99:e6:10:d7:b0 -# SHA256 Fingerprint: 5e:db:7a:c4:3b:82:a0:6a:87:61:e8:d7:be:49:79:eb:f2:61:1f:7d:d7:9b:f9:1c:1c:6b:56:6a:21:9e:d7:66 ------BEGIN CERTIFICATE----- -MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDEL -MAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChj -KSAyMDA3IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2 -MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0 -eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1OVowgZgxCzAJBgNV -BAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw -NyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV -BAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH -MjB2MBAGByqGSM49AgEGBSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcL -So17VDs6bl8VAsBQps8lL33KSLjHUGMcKiEIfJo22Av+0SbFWDEwKCXzXV2juLal -tJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO -BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+EVXVMAoG -CCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGT -qQ7mndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBucz -rD6ogRLQy7rQkgu2npaqBA+K ------END CERTIFICATE----- - -# Issuer: CN=VeriSign Universal Root Certification Authority O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2008 VeriSign, Inc. - For authorized use only -# Subject: CN=VeriSign Universal Root Certification Authority O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2008 VeriSign, Inc. - For authorized use only -# Label: "VeriSign Universal Root Certification Authority" -# Serial: 85209574734084581917763752644031726877 -# MD5 Fingerprint: 8e:ad:b5:01:aa:4d:81:e4:8c:1d:d1:e1:14:00:95:19 -# SHA1 Fingerprint: 36:79:ca:35:66:87:72:30:4d:30:a5:fb:87:3b:0f:a7:7b:b7:0d:54 -# SHA256 Fingerprint: 23:99:56:11:27:a5:71:25:de:8c:ef:ea:61:0d:df:2f:a0:78:b5:c8:06:7f:4e:82:82:90:bf:b8:60:e8:4b:3c ------BEGIN CERTIFICATE----- -MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCB -vTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL -ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJp -U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MTgwNgYDVQQDEy9W -ZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe -Fw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJVUzEX -MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0 -IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y -IGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh -bCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF -AAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj1mCOkdeQmIN65lgZOIzF -9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGPMiJhgsWH -H26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+H -LL729fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN -/BMReYTtXlT2NJ8IAfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPT -rJ9VAMf2CGqUuV/c4DPxhGD5WycRtPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1Ud -EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0GCCsGAQUFBwEMBGEwX6FdoFsw -WTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2Oa8PPgGrUSBgs -exkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud -DgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4 -sAPmLGd75JR3Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+ -seQxIcaBlVZaDrHC1LGmWazxY8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz -4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTxP/jgdFcrGJ2BtMQo2pSXpXDrrB2+ -BxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+PwGZsY6rp2aQW9IHR -lRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4mJO3 -7M2CYfE45k+XmCpajQ== ------END CERTIFICATE----- - -# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G4 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2007 VeriSign, Inc. - For authorized use only -# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G4 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2007 VeriSign, Inc. - For authorized use only -# Label: "VeriSign Class 3 Public Primary Certification Authority - G4" -# Serial: 63143484348153506665311985501458640051 -# MD5 Fingerprint: 3a:52:e1:e7:fd:6f:3a:e3:6f:f3:6f:99:1b:f9:22:41 -# SHA1 Fingerprint: 22:d5:d8:df:8f:02:31:d1:8d:f7:9d:b7:cf:8a:2d:64:c9:3f:6c:3a -# SHA256 Fingerprint: 69:dd:d7:ea:90:bb:57:c9:3e:13:5d:c8:5e:a6:fc:d5:48:0b:60:32:39:bd:c4:54:fc:75:8b:2a:26:cf:7f:79 ------BEGIN CERTIFICATE----- -MIIDhDCCAwqgAwIBAgIQL4D+I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjEL -MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW -ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2ln -biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp -U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y -aXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjELMAkG -A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJp -U2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwg -SW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2ln -biBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 -IC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8Utpkmw4tXNherJI9/gHm -GUo9FANL+mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGzrl0Bp3ve -fLK+ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw/mjgbIwga8wDwYDVR0TAQH/BAUw -AwEB/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJ -aW1hZ2UvZ2lmMCEwHzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYj -aHR0cDovL2xvZ28udmVyaXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMW -kf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMDA2gAMGUCMGYhDBgmYFo4e1ZC -4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIxAJw9SDkjOVga -FRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA== ------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=Staat der Nederlanden Root CA - G2 O=Staat der Nederlanden -# Subject: CN=Staat der Nederlanden Root CA - G2 O=Staat der Nederlanden -# Label: "Staat der Nederlanden Root CA - G2" -# Serial: 10000012 -# MD5 Fingerprint: 7c:a5:0f:f8:5b:9a:7d:6d:30:ae:54:5a:e3:42:a2:8a -# SHA1 Fingerprint: 59:af:82:79:91:86:c7:b4:75:07:cb:cf:03:57:46:eb:04:dd:b7:16 -# SHA256 Fingerprint: 66:8c:83:94:7d:a6:3b:72:4b:ec:e1:74:3c:31:a0:e6:ae:d0:db:8e:c5:b3:1b:e3:77:bb:78:4f:91:b6:71:6f ------BEGIN CERTIFICATE----- -MIIFyjCCA7KgAwIBAgIEAJiWjDANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO -TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh -dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEcyMB4XDTA4MDMyNjExMTgxN1oX -DTIwMDMyNTExMDMxMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl -ciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv -b3QgQ0EgLSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMVZ5291 -qj5LnLW4rJ4L5PnZyqtdj7U5EILXr1HgO+EASGrP2uEGQxGZqhQlEq0i6ABtQ8Sp -uOUfiUtnvWFI7/3S4GCI5bkYYCjDdyutsDeqN95kWSpGV+RLufg3fNU254DBtvPU -Z5uW6M7XxgpT0GtJlvOjCwV3SPcl5XCsMBQgJeN/dVrlSPhOewMHBPqCYYdu8DvE -pMfQ9XQ+pV0aCPKbJdL2rAQmPlU6Yiile7Iwr/g3wtG61jj99O9JMDeZJiFIhQGp -5Rbn3JBV3w/oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCROME4HYYEhLoaJXhena/M -UGDWE4dS7WMfbWV9whUYdMrhfmQpjHLYFhN9C0lK8SgbIHRrxT3dsKpICT0ugpTN -GmXZK4iambwYfp/ufWZ8Pr2UuIHOzZgweMFvZ9C+X+Bo7d7iscksWXiSqt8rYGPy -5V6548r6f1CGPqI0GAwJaCgRHOThuVw+R7oyPxjMW4T182t0xHJ04eOLoEq9jWYv -6q012iDTiIJh8BIitrzQ1aTsr1SIJSQ8p22xcik/Plemf1WvbibG/ufMQFxRRIEK -eN5KzlW/HdXZt1bv8Hb/C3m1r737qWmRRpdogBQ2HbN/uymYNqUg+oJgYjOk7Na6 -B6duxc8UpufWkjTYgfX8HV2qXB72o007uPc5AgMBAAGjgZcwgZQwDwYDVR0TAQH/ -BAUwAwEB/zBSBgNVHSAESzBJMEcGBFUdIAAwPzA9BggrBgEFBQcCARYxaHR0cDov -L3d3dy5wa2lvdmVyaGVpZC5ubC9wb2xpY2llcy9yb290LXBvbGljeS1HMjAOBgNV -HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJFoMocVHYnitfGsNig0jQt8YojrMA0GCSqG -SIb3DQEBCwUAA4ICAQCoQUpnKpKBglBu4dfYszk78wIVCVBR7y29JHuIhjv5tLyS -CZa59sCrI2AGeYwRTlHSeYAz+51IvuxBQ4EffkdAHOV6CMqqi3WtFMTC6GY8ggen -5ieCWxjmD27ZUD6KQhgpxrRW/FYQoAUXvQwjf/ST7ZwaUb7dRUG/kSS0H4zpX897 -IZmflZ85OkYcbPnNe5yQzSipx6lVu6xiNGI1E0sUOlWDuYaNkqbG9AclVMwWVxJK -gnjIFNkXgiYtXSAfea7+1HAWFpWD2DU5/1JddRwWxRNVz0fMdWVSSt7wsKfkCpYL -+63C4iWEst3kvX5ZbJvw8NjnyvLplzh+ib7M+zkXYT9y2zqR2GUBGR2tUKRXCnxL -vJxxcypFURmFzI79R6d0lR2o0a9OF7FpJsKqeFdbxU2n5Z4FF5TKsl+gSRiNNOkm -bEgeqmiSBeGCc1qb3AdbCG19ndeNIdn8FCCqwkXfP+cAslHkwvgFuXkajDTznlvk -N1trSt8sV4pAWja63XVECDdCcAz+3F4hoKOKwJCcaNpQ5kUQR3i2TtJlycM33+FC -Y7BXN0Ute4qcvwXqZVUz9zkQxSgqIXobisQk+T8VyJoVIPVVYpbtbZNQvOSqeK3Z -ywplh6ZmwcSBo3c6WB4L7oOLnR7SUqTMHW+wmG2UMbX4cQrcufx9MmDm66+KAQ== ------END CERTIFICATE----- - -# Issuer: CN=Hongkong Post Root CA 1 O=Hongkong Post -# Subject: CN=Hongkong Post Root CA 1 O=Hongkong Post -# Label: "Hongkong Post Root CA 1" -# Serial: 1000 -# MD5 Fingerprint: a8:0d:6f:39:78:b9:43:6d:77:42:6d:98:5a:cc:23:ca -# SHA1 Fingerprint: d6:da:a8:20:8d:09:d2:15:4d:24:b5:2f:cb:34:6e:b2:58:b2:8a:58 -# SHA256 Fingerprint: f9:e6:7d:33:6c:51:00:2a:c0:54:c6:32:02:2d:66:dd:a2:e7:e3:ff:f1:0a:d0:61:ed:31:d8:bb:b4:10:cf:b2 ------BEGIN CERTIFICATE----- -MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx -FjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg -Um9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG -A1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr -b25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC -AQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ -jVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn -PzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh -ZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9 -nnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h -q5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED -MA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC -mEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3 -7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB -oiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs -EhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO -fMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi -AmvZWg== ------END CERTIFICATE----- - -# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. -# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. -# Label: "SecureSign RootCA11" -# Serial: 1 -# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26 -# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3 -# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12 ------BEGIN CERTIFICATE----- -MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr -MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG -A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 -MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp -Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD -QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz -i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 -h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV -MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 -UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni -8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC -h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD -VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB -AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm -KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ -X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr -QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 -pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN -QSdJQO7e5iNEOdyhIta6A/I= ------END CERTIFICATE----- - -# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. -# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. -# Label: "Microsec e-Szigno Root CA 2009" -# Serial: 14014712776195784473 -# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 -# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e -# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 ------BEGIN CERTIFICATE----- -MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD -VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 -ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G -CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y -OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx -FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp -Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o -dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP -kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc -cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U -fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 -N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC -xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 -+rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G -A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM -Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG -SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h -mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk -ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 -tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c -2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t -HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 -# Label: "GlobalSign Root CA - R3" -# Serial: 4835703278459759426209954 -# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 -# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad -# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b ------BEGIN CERTIFICATE----- -MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G -A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp -Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 -MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG -A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 -RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT -gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm -KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd -QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ -XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw -DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o -LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU -RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp -jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK -6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX -mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs -Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH -WD9f ------END CERTIFICATE----- - -# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 -# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 -# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" -# Serial: 6047274297262753887 -# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3 -# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa -# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef ------BEGIN CERTIFICATE----- -MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE -BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h -cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy -MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg -Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi -MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 -thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM -cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG -L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i -NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h -X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b -m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy -Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja -EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T -KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF -6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh -OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD -VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD -VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp -cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv -ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl -AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF -661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9 -am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1 -ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481 -PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS -3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k -SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF -3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM -ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g -StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz -Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB -jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V ------END CERTIFICATE----- - -# Issuer: CN=Izenpe.com O=IZENPE S.A. -# Subject: CN=Izenpe.com O=IZENPE S.A. -# Label: "Izenpe.com" -# Serial: 917563065490389241595536686991402621 -# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 -# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 -# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f ------BEGIN CERTIFICATE----- -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 ------END CERTIFICATE----- - -# Issuer: CN=Chambers of Commerce Root - 2008 O=AC Camerfirma S.A. -# Subject: CN=Chambers of Commerce Root - 2008 O=AC Camerfirma S.A. -# Label: "Chambers of Commerce Root - 2008" -# Serial: 11806822484801597146 -# MD5 Fingerprint: 5e:80:9e:84:5a:0e:65:0b:17:02:f3:55:18:2a:3e:d7 -# SHA1 Fingerprint: 78:6a:74:ac:76:ab:14:7f:9c:6a:30:50:ba:9e:a8:7e:fe:9a:ce:3c -# SHA256 Fingerprint: 06:3e:4a:fa:c4:91:df:d3:32:f3:08:9b:85:42:e9:46:17:d8:93:d7:fe:94:4e:10:a7:93:7e:e2:9d:96:93:c0 ------BEGIN CERTIFICATE----- -MIIHTzCCBTegAwIBAgIJAKPaQn6ksa7aMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYD -VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0 -IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3 -MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xKTAnBgNVBAMTIENoYW1iZXJz -IG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4MB4XDTA4MDgwMTEyMjk1MFoXDTM4MDcz -MTEyMjk1MFowga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNlZSBj -dXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29tL2FkZHJlc3MpMRIw -EAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVyZmlybWEgUy5BLjEp -MCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDgwggIiMA0G -CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCvAMtwNyuAWko6bHiUfaN/Gh/2NdW9 -28sNRHI+JrKQUrpjOyhYb6WzbZSm891kDFX29ufyIiKAXuFixrYp4YFs8r/lfTJq -VKAyGVn+H4vXPWCGhSRv4xGzdz4gljUha7MI2XAuZPeEklPWDrCQiorjh40G072Q -DuKZoRuGDtqaCrsLYVAGUvGef3bsyw/QHg3PmTA9HMRFEFis1tPo1+XqxQEHd9ZR -5gN/ikilTWh1uem8nk4ZcfUyS5xtYBkL+8ydddy/Js2Pk3g5eXNeJQ7KXOt3EgfL -ZEFHcpOrUMPrCXZkNNI5t3YRCQ12RcSprj1qr7V9ZS+UWBDsXHyvfuK2GNnQm05a -Sd+pZgvMPMZ4fKecHePOjlO+Bd5gD2vlGts/4+EhySnB8esHnFIbAURRPHsl18Tl -UlRdJQfKFiC4reRB7noI/plvg6aRArBsNlVq5331lubKgdaX8ZSD6e2wsWsSaR6s -+12pxZjptFtYer49okQ6Y1nUCyXeG0+95QGezdIp1Z8XGQpvvwyQ0wlf2eOKNcx5 -Wk0ZN5K3xMGtr/R5JJqyAQuxr1yW84Ay+1w9mPGgP0revq+ULtlVmhduYJ1jbLhj -ya6BXBg14JC7vjxPNyK5fuvPnnchpj04gftI2jE9K+OJ9dC1vX7gUMQSibMjmhAx -hduub+84Mxh2EQIDAQABo4IBbDCCAWgwEgYDVR0TAQH/BAgwBgEB/wIBDDAdBgNV -HQ4EFgQU+SSsD7K1+HnA+mCIG8TZTQKeFxkwgeMGA1UdIwSB2zCB2IAU+SSsD7K1 -+HnA+mCIG8TZTQKeFxmhgbSkgbEwga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpN -YWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29t -L2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVy -ZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAt -IDIwMDiCCQCj2kJ+pLGu2jAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRV -HSAAMCowKAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20w -DQYJKoZIhvcNAQEFBQADggIBAJASryI1wqM58C7e6bXpeHxIvj99RZJe6dqxGfwW -PJ+0W2aeaufDuV2I6A+tzyMP3iU6XsxPpcG1Lawk0lgH3qLPaYRgM+gQDROpI9CF -5Y57pp49chNyM/WqfcZjHwj0/gF/JM8rLFQJ3uIrbZLGOU8W6jx+ekbURWpGqOt1 -glanq6B8aBMz9p0w8G8nOSQjKpD9kCk18pPfNKXG9/jvjA9iSnyu0/VU+I22mlaH -FoI6M6taIgj3grrqLuBHmrS1RaMFO9ncLkVAO+rcf+g769HsJtg1pDDFOqxXnrN2 -pSB7+R5KBWIBpih1YJeSDW4+TTdDDZIVnBgizVGZoCkaPF+KMjNbMMeJL0eYD6MD -xvbxrN8y8NmBGuScvfaAFPDRLLmF9dijscilIeUcE5fuDr3fKanvNFNb0+RqE4QG -tjICxFKuItLcsiFCGtpA8CnJ7AoMXOLQusxI0zcKzBIKinmwPQN/aUv0NCB9szTq -jktk9T79syNnFQ0EuPAtwQlRPLJsFfClI9eDdOTlLsn+mCdCxqvGnrDQWzilm1De -fhiYtUU79nm06PcaewaD+9CL2rvHvRirCG88gGtAPxkZumWK5r7VXNM21+9AUiRg -OGcEMeyP84LG3rlV8zsxkVrctQgVrXYlCg17LofiDKYGvCYQbTed7N14jHyAxfDZ -d0jQ ------END CERTIFICATE----- - -# Issuer: CN=Global Chambersign Root - 2008 O=AC Camerfirma S.A. -# Subject: CN=Global Chambersign Root - 2008 O=AC Camerfirma S.A. -# Label: "Global Chambersign Root - 2008" -# Serial: 14541511773111788494 -# MD5 Fingerprint: 9e:80:ff:78:01:0c:2e:c1:36:bd:fe:96:90:6e:08:f3 -# SHA1 Fingerprint: 4a:bd:ee:ec:95:0d:35:9c:89:ae:c7:52:a1:2c:5b:29:f6:d6:aa:0c -# SHA256 Fingerprint: 13:63:35:43:93:34:a7:69:80:16:a0:d3:24:de:72:28:4e:07:9d:7b:52:20:bb:8f:bd:74:78:16:ee:be:ba:ca ------BEGIN CERTIFICATE----- -MIIHSTCCBTGgAwIBAgIJAMnN0+nVfSPOMA0GCSqGSIb3DQEBBQUAMIGsMQswCQYD -VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0 -IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3 -MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBD -aGFtYmVyc2lnbiBSb290IC0gMjAwODAeFw0wODA4MDExMjMxNDBaFw0zODA3MzEx -MjMxNDBaMIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3Vy -cmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAG -A1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAl -BgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwODCCAiIwDQYJKoZI -hvcNAQEBBQADggIPADCCAgoCggIBAMDfVtPkOpt2RbQT2//BthmLN0EYlVJH6xed -KYiONWwGMi5HYvNJBL99RDaxccy9Wglz1dmFRP+RVyXfXjaOcNFccUMd2drvXNL7 -G706tcuto8xEpw2uIRU/uXpbknXYpBI4iRmKt4DS4jJvVpyR1ogQC7N0ZJJ0YPP2 -zxhPYLIj0Mc7zmFLmY/CDNBAspjcDahOo7kKrmCgrUVSY7pmvWjg+b4aqIG7HkF4 -ddPB/gBVsIdU6CeQNR1MM62X/JcumIS/LMmjv9GYERTtY/jKmIhYF5ntRQOXfjyG -HoiMvvKRhI9lNNgATH23MRdaKXoKGCQwoze1eqkBfSbW+Q6OWfH9GzO1KTsXO0G2 -Id3UwD2ln58fQ1DJu7xsepeY7s2MH/ucUa6LcL0nn3HAa6x9kGbo1106DbDVwo3V -yJ2dwW3Q0L9R5OP4wzg2rtandeavhENdk5IMagfeOx2YItaswTXbo6Al/3K1dh3e -beksZixShNBFks4c5eUzHdwHU1SjqoI7mjcv3N2gZOnm3b2u/GSFHTynyQbehP9r -6GsaPMWis0L7iwk+XwhSx2LE1AVxv8Rk5Pihg+g+EpuoHtQ2TS9x9o0o9oOpE9Jh -wZG7SMA0j0GMS0zbaRL/UJScIINZc+18ofLx/d33SdNDWKBWY8o9PeU1VlnpDsog -zCtLkykPAgMBAAGjggFqMIIBZjASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQW -BBS5CcqcHtvTbDprru1U8VuTBjUuXjCB4QYDVR0jBIHZMIHWgBS5CcqcHtvTbDpr -ru1U8VuTBjUuXqGBsqSBrzCBrDELMAkGA1UEBhMCRVUxQzBBBgNVBAcTOk1hZHJp -ZCAoc2VlIGN1cnJlbnQgYWRkcmVzcyBhdCB3d3cuY2FtZXJmaXJtYS5jb20vYWRk -cmVzcykxEjAQBgNVBAUTCUE4Mjc0MzI4NzEbMBkGA1UEChMSQUMgQ2FtZXJmaXJt -YSBTLkEuMScwJQYDVQQDEx5HbG9iYWwgQ2hhbWJlcnNpZ24gUm9vdCAtIDIwMDiC -CQDJzdPp1X0jzjAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCow -KAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZI -hvcNAQEFBQADggIBAICIf3DekijZBZRG/5BXqfEv3xoNa/p8DhxJJHkn2EaqbylZ -UohwEurdPfWbU1Rv4WCiqAm57OtZfMY18dwY6fFn5a+6ReAJ3spED8IXDneRRXoz -X1+WLGiLwUePmJs9wOzL9dWCkoQ10b42OFZyMVtHLaoXpGNR6woBrX/sdZ7LoR/x -fxKxueRkf2fWIyr0uDldmOghp+G9PUIadJpwr2hsUF1Jz//7Dl3mLEfXgTpZALVz -a2Mg9jFFCDkO9HB+QHBaP9BrQql0PSgvAm11cpUJjUhjxsYjV5KTXjXBjfkK9yyd -Yhz2rXzdpjEetrHHfoUm+qRqtdpjMNHvkzeyZi99Bffnt0uYlDXA2TopwZ2yUDMd -SqlapskD7+3056huirRXhOukP9DuqqqHW2Pok+JrqNS4cnhrG+055F3Lm6qH1U9O -AP7Zap88MQ8oAgF9mOinsKJknnn4SPIVqczmyETrP3iZ8ntxPjzxmKfFGBI/5rso -M0LpRQp8bfKGeS/Fghl9CYl8slR2iK7ewfPM4W7bMdaTrpmg7yVqc5iJWzouE4ge -v8CSlDQb4ye3ix5vQv/n6TebUB0tovkC7stYWDpxvGjjqsGvHCgfotwjZT+B6q6Z -09gwzxMNTxXJhLynSC34MCN32EZLeW32jO06f2ARePTpm67VVMB0gNELQp/B ------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=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority -# Subject: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority -# Label: "Hellenic Academic and Research Institutions RootCA 2011" -# Serial: 0 -# MD5 Fingerprint: 73:9f:4c:4b:73:5b:79:e9:fa:ba:1c:ef:6e:cb:d5:c9 -# SHA1 Fingerprint: fe:45:65:9b:79:03:5b:98:a1:61:b5:51:2e:ac:da:58:09:48:22:4d -# SHA256 Fingerprint: bc:10:4f:15:a4:8b:e7:09:dc:a5:42:a7:e1:d4:b9:df:6f:05:45:27:e8:02:ea:a9:2d:59:54:44:25:8a:fe:71 ------BEGIN CERTIFICATE----- -MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1Ix -RDBCBgNVBAoTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 -dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1p -YyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIFJvb3RDQSAyMDExMB4XDTExMTIw -NjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK -EztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl -cnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl -c2VhcmNoIEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEB -BQADggEPADCCAQoCggEBAKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPz -dYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJ -fel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa71HFK9+WXesyHgLacEns -bgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u8yBRQlqD -75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSP -FEDH3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNV -HRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp -5dgTBCPuQSUwRwYDVR0eBEAwPqA8MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQu -b3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQub3JnMA0GCSqGSIb3DQEBBQUA -A4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVtXdMiKahsog2p -6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8 -TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7 -dIsXRSZMFpGD/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8Acys -Nnq/onN694/BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXI -l7WdmplNsDz4SgCbZN2fOUvRJ9e4 ------END CERTIFICATE----- - -# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 -# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 -# Label: "Actalis Authentication Root CA" -# Serial: 6271844772424770508 -# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 -# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac -# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 ------BEGIN CERTIFICATE----- -MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE -BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w -MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 -IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC -SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 -ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB -MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv -UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX -4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 -KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ -gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb -rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ -51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F -be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe -KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F -v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn -fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 -jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz -ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt -ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL -e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 -jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz -WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V -SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j -pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX -X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok -fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R -K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU -ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU -LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT -LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== ------END CERTIFICATE----- - -# Issuer: O=Trustis Limited OU=Trustis FPS Root CA -# Subject: O=Trustis Limited OU=Trustis FPS Root CA -# Label: "Trustis FPS Root CA" -# Serial: 36053640375399034304724988975563710553 -# MD5 Fingerprint: 30:c9:e7:1e:6b:e6:14:eb:65:b2:16:69:20:31:67:4d -# SHA1 Fingerprint: 3b:c0:38:0b:33:c3:f6:a6:0c:86:15:22:93:d9:df:f5:4b:81:c0:04 -# SHA256 Fingerprint: c1:b4:82:99:ab:a5:20:8f:e9:63:0a:ce:55:ca:68:a0:3e:da:5a:51:9c:88:02:a0:d3:a6:73:be:8f:8e:55:7d ------BEGIN CERTIFICATE----- -MIIDZzCCAk+gAwIBAgIQGx+ttiD5JNM2a/fH8YygWTANBgkqhkiG9w0BAQUFADBF -MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPVHJ1c3RpcyBMaW1pdGVkMRwwGgYDVQQL -ExNUcnVzdGlzIEZQUyBSb290IENBMB4XDTAzMTIyMzEyMTQwNloXDTI0MDEyMTEx -MzY1NFowRTELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1RydXN0aXMgTGltaXRlZDEc -MBoGA1UECxMTVHJ1c3RpcyBGUFMgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQAD -ggEPADCCAQoCggEBAMVQe547NdDfxIzNjpvto8A2mfRC6qc+gIMPpqdZh8mQRUN+ -AOqGeSoDvT03mYlmt+WKVoaTnGhLaASMk5MCPjDSNzoiYYkchU59j9WvezX2fihH -iTHcDnlkH5nSW7r+f2C/revnPDgpai/lkQtV/+xvWNUtyd5MZnGPDNcE2gfmHhjj -vSkCqPoc4Vu5g6hBSLwacY3nYuUtsuvffM/bq1rKMfFMIvMFE/eC+XN5DL7XSxzA -0RU8k0Fk0ea+IxciAIleH2ulrG6nS4zto3Lmr2NNL4XSFDWaLk6M6jKYKIahkQlB -OrTh4/L68MkKokHdqeMDx4gVOxzUGpTXn2RZEm0CAwEAAaNTMFEwDwYDVR0TAQH/ -BAUwAwEB/zAfBgNVHSMEGDAWgBS6+nEleYtXQSUhhgtx67JkDoshZzAdBgNVHQ4E -FgQUuvpxJXmLV0ElIYYLceuyZA6LIWcwDQYJKoZIhvcNAQEFBQADggEBAH5Y//01 -GX2cGE+esCu8jowU/yyg2kdbw++BLa8F6nRIW/M+TgfHbcWzk88iNVy2P3UnXwmW -zaD+vkAMXBJV+JOCyinpXj9WV4s4NvdFGkwozZ5BuO1WTISkQMi4sKUraXAEasP4 -1BIy+Q7DsdwyhEQsb8tGD+pmQQ9P8Vilpg0ND2HepZ5dfWWhPBfnqFVO76DH7cZE -f1T1o+CP8HxVIo8ptoGj4W1OLBuAZ+ytIJ8MYmHVl/9D7S3B2l0pKoU/rGXuhg8F -jZBf3+6f9L/uHfuY5H+QK4R4EA5sSVPvFVtlRkpdr7r7OnIdzfYliB6XzCGcKQEN -ZetX2fNXlrtIzYE= ------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=EE Certification Centre Root CA O=AS Sertifitseerimiskeskus -# Subject: CN=EE Certification Centre Root CA O=AS Sertifitseerimiskeskus -# Label: "EE Certification Centre Root CA" -# Serial: 112324828676200291871926431888494945866 -# MD5 Fingerprint: 43:5e:88:d4:7d:1a:4a:7e:fd:84:2e:52:eb:01:d4:6f -# SHA1 Fingerprint: c9:a8:b9:e7:55:80:5e:58:e3:53:77:a7:25:eb:af:c3:7b:27:cc:d7 -# SHA256 Fingerprint: 3e:84:ba:43:42:90:85:16:e7:75:73:c0:99:2f:09:79:ca:08:4e:46:85:68:1f:f1:95:cc:ba:8a:22:9b:8a:76 ------BEGIN CERTIFICATE----- -MIIEAzCCAuugAwIBAgIQVID5oHPtPwBMyonY43HmSjANBgkqhkiG9w0BAQUFADB1 -MQswCQYDVQQGEwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1 -czEoMCYGA1UEAwwfRUUgQ2VydGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYG -CSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIwMTAxMDMwMTAxMDMwWhgPMjAzMDEy -MTcyMzU5NTlaMHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlBUyBTZXJ0aWZpdHNl -ZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRyZSBS -b290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWUwggEiMA0GCSqGSIb3DQEB -AQUAA4IBDwAwggEKAoIBAQDIIMDs4MVLqwd4lfNE7vsLDP90jmG7sWLqI9iroWUy -euuOF0+W2Ap7kaJjbMeMTC55v6kF/GlclY1i+blw7cNRfdCT5mzrMEvhvH2/UpvO -bntl8jixwKIy72KyaOBhU8E2lf/slLo2rpwcpzIP5Xy0xm90/XsY6KxX7QYgSzIw -WFv9zajmofxwvI6Sc9uXp3whrj3B9UiHbCe9nyV0gVWw93X2PaRka9ZP585ArQ/d -MtO8ihJTmMmJ+xAdTX7Nfh9WDSFwhfYggx/2uh8Ej+p3iDXE/+pOoYtNP2MbRMNE -1CV2yreN1x5KZmTNXMWcg+HCCIia7E6j8T4cLNlsHaFLAgMBAAGjgYowgYcwDwYD -VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBLyWj7qVhy/ -zQas8fElyalL1BSZMEUGA1UdJQQ+MDwGCCsGAQUFBwMCBggrBgEFBQcDAQYIKwYB -BQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQEF -BQADggEBAHv25MANqhlHt01Xo/6tu7Fq1Q+e2+RjxY6hUFaTlrg4wCQiZrxTFGGV -v9DHKpY5P30osxBAIWrEr7BSdxjhlthWXePdNl4dp1BUoMUq5KqMlIpPnTX/dqQG -E5Gion0ARD9V04I8GtVbvFZMIi5GQ4okQC3zErg7cBqklrkar4dBGmoYDQZPxz5u -uSlNDUmJEYcyW+ZLBMjkXOZ0c5RdFpgTlf7727FE5TpwrDdr5rMzcijJs1eg9gIW -iAYLtqZLICjU3j2LrTcFU3T+bsy8QxdxXvnFzBqpYe73dgzzcvRyrc9yAjYHR8/v -GVCJYMzpJJUPwssd8m92kMfMdcGWxZ0= ------END CERTIFICATE----- - -# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH -# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH -# Label: "D-TRUST Root Class 3 CA 2 2009" -# Serial: 623603 -# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f -# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 -# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 ------BEGIN CERTIFICATE----- -MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF -MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD -bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha -ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM -HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB -BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 -UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 -tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R -ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM -lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp -/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G -A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G -A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj -dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy -MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl -cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js -L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL -BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni -acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 -o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K -zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 -PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y -Johw1+qRzT65ysCQblrGXnRl11z+o+I= ------END CERTIFICATE----- - -# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH -# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH -# Label: "D-TRUST Root Class 3 CA 2 EV 2009" -# Serial: 623604 -# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 -# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 -# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 ------BEGIN CERTIFICATE----- -MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF -MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD -bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw -NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV -BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn -ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 -3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z -qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR -p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 -HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw -ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea -HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw -Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh -c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E -RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt -dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku -Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp -3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 -nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF -CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na -xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX -KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 ------END CERTIFICATE----- - -# Issuer: CN=CA Disig Root R2 O=Disig a.s. -# Subject: CN=CA Disig Root R2 O=Disig a.s. -# Label: "CA Disig Root R2" -# Serial: 10572350602393338211 -# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 -# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 -# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 ------BEGIN CERTIFICATE----- -MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV -BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu -MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy -MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx -EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw -ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe -NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH -PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I -x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe -QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR -yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO -QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 -H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ -QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD -i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs -nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 -rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud -DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI -hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM -tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf -GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb -lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka -+elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal -TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i -nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 -gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr -G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os -zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x -L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL ------END CERTIFICATE----- - -# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV -# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV -# Label: "ACCVRAIZ1" -# Serial: 6828503384748696800 -# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 -# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 -# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 ------BEGIN CERTIFICATE----- -MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE -AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw -CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ -BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND -VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb -qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY -HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo -G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA -lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr -IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ -0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH -k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 -4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO -m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa -cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl -uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI -KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls -ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG -AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 -VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT -VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG -CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA -cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA -QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA -7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA -cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA -QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA -czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu -aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt -aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud -DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF -BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp -D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU -JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m -AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD -vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms -tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH -7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h -I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA -h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF -d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H -pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 ------END CERTIFICATE----- - -# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA -# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA -# Label: "TWCA Global Root CA" -# Serial: 3262 -# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 -# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 -# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b ------BEGIN CERTIFICATE----- -MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx -EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT -VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 -NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT -B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF -10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz -0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh -MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH -zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc -46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 -yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi -laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP -oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA -BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE -qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm -4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB -/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL -1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn -LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF -H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo -RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ -nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh -15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW -6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW -nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j -wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz -aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy -KwbQBM0= ------END CERTIFICATE----- - -# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera -# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera -# Label: "TeliaSonera Root CA v1" -# Serial: 199041966741090107964904287217786801558 -# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c -# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 -# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 ------BEGIN CERTIFICATE----- -MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw -NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv -b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD -VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 -MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F -VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 -7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X -Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ -/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs -81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm -dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe -Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu -sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 -pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs -slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ -arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD -VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG -9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl -dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx -0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj -TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed -Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 -Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI -OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 -vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW -t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn -HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx -SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= ------END CERTIFICATE----- - -# Issuer: CN=E-Tugra Certification Authority O=E-Tu\u011fra EBG Bili\u015fim Teknolojileri ve Hizmetleri A.\u015e. OU=E-Tugra Sertifikasyon Merkezi -# Subject: CN=E-Tugra Certification Authority O=E-Tu\u011fra EBG Bili\u015fim Teknolojileri ve Hizmetleri A.\u015e. OU=E-Tugra Sertifikasyon Merkezi -# Label: "E-Tugra Certification Authority" -# Serial: 7667447206703254355 -# MD5 Fingerprint: b8:a1:03:63:b0:bd:21:71:70:8a:6f:13:3a:bb:79:49 -# SHA1 Fingerprint: 51:c6:e7:08:49:06:6e:f3:92:d4:5c:a0:0d:6d:a3:62:8f:c3:52:39 -# SHA256 Fingerprint: b0:bf:d5:2b:b0:d7:d9:bd:92:bf:5d:4d:c1:3d:a2:55:c0:2c:54:2f:37:83:65:ea:89:39:11:f5:5e:55:f2:3c ------BEGIN CERTIFICATE----- -MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV -BAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC -aWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV -BAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1 -Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz -MDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+ -BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp -em1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN -ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 -MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY -B4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH -D5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF -Q9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo -q1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D -k14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH -fC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut -dEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM -ti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8 -zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn -rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX -U8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6 -Jyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5 -XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF -Nzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR -HTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY -GwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c -77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3 -+GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK -vJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6 -FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl -yb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P -AJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD -y4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d -NL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA== ------END CERTIFICATE----- - -# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center -# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center -# Label: "T-TeleSec GlobalRoot Class 2" -# Serial: 1 -# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a -# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 -# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 ------BEGIN CERTIFICATE----- -MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx -KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd -BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl -YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 -OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy -aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 -ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G -CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd -AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC -FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi -1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq -jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ -wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj -QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ -WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy -NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC -uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw -IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 -g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN -9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP -BSeOE6Fuwg== ------END CERTIFICATE----- - -# Issuer: CN=Atos TrustedRoot 2011 O=Atos -# Subject: CN=Atos TrustedRoot 2011 O=Atos -# Label: "Atos TrustedRoot 2011" -# Serial: 6643877497813316402 -# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 -# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 -# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 ------BEGIN CERTIFICATE----- -MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE -AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG -EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM -FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC -REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp -Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM -VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ -SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ -4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L -cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi -eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV -HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG -A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 -DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j -vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP -DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc -maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D -lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv -KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited -# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited -# Label: "QuoVadis Root CA 1 G3" -# Serial: 687049649626669250736271037606554624078720034195 -# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab -# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 -# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 ------BEGIN CERTIFICATE----- -MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL -BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc -BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 -MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM -aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV -wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe -rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 -68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh -4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp -UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o -abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc -3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G -KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt -hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO -Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt -zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB -BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD -ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC -MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 -cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN -qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 -YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv -b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 -8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k -NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj -ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp -q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt -nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited -# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited -# Label: "QuoVadis Root CA 2 G3" -# Serial: 390156079458959257446133169266079962026824725800 -# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 -# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 -# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 ------BEGIN CERTIFICATE----- -MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL -BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc -BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 -MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM -aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf -qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW -n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym -c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ -O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 -o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j -IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq -IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz -8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh -vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l -7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG -cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB -BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD -ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 -AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC -roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga -W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n -lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE -+V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV -csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd -dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg -KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM -HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 -WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited -# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited -# Label: "QuoVadis Root CA 3 G3" -# Serial: 268090761170461462463995952157327242137089239581 -# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 -# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d -# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 ------BEGIN CERTIFICATE----- -MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL -BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc -BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 -MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM -aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR -/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu -FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR -U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c -ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR -FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k -A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw -eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl -sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp -VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q -A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ -ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB -BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD -ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px -KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI -FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv -oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg -u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP -0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf -3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl -8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ -DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN -PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ -ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Assured ID Root G2" -# Serial: 15385348160840213938643033620894905419 -# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d -# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f -# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 ------BEGIN CERTIFICATE----- -MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv -b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG -EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl -cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi -MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA -n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc -biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp -EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA -bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu -YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB -AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW -BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI -QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I -0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni -lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 -B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv -ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo -IhNzbM8m9Yop5w== ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Assured ID Root G3" -# Serial: 15459312981008553731928384953135426796 -# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb -# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 -# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 ------BEGIN CERTIFICATE----- -MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw -CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu -ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg -RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV -UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu -Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq -hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf -Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q -RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ -BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD -AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY -JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv -6pZjamVFkpUBtA== ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Global Root G2" -# Serial: 4293743540046975378534879503202253541 -# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 -# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 -# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f ------BEGIN CERTIFICATE----- -MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH -MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT -MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j -b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG -9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI -2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx -1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ -q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz -tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ -vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP -BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV -5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY -1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 -NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG -Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 -8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe -pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl -MrY= ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Global Root G3" -# Serial: 7089244469030293291760083333884364146 -# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca -# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e -# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 ------BEGIN CERTIFICATE----- -MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw -CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu -ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe -Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw -EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x -IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF -K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG -fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO -Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd -BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx -AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ -oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 -sycX ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Trusted Root G4" -# Serial: 7451500558977370777930084869016614236 -# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 -# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 -# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 ------BEGIN CERTIFICATE----- -MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg -RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV -UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu -Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y -ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If -xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV -ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO -DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ -jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ -CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi -EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM -fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY -uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK -chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t -9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB -hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD -ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 -SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd -+SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc -fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa -sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N -cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N -0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie -4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI -r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 -/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm -gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ ------END CERTIFICATE----- - -# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited -# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited -# Label: "COMODO RSA Certification Authority" -# Serial: 101909084537582093308941363524873193117 -# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 -# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 -# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 ------BEGIN CERTIFICATE----- -MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB -hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G -A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV -BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 -MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT -EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR -Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh -dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR -6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X -pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC -9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV -/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf -Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z -+pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w -qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah -SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC -u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf -Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq -crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E -FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB -/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl -wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM -4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV -2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna -FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ -CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK -boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke -jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL -S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb -QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl -0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB -NVOFBkpdn627G190 ------END CERTIFICATE----- - -# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network -# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network -# Label: "USERTrust RSA Certification Authority" -# Serial: 2645093764781058787591871645665788717 -# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 -# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e -# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 ------BEGIN CERTIFICATE----- -MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB -iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl -cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV -BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw -MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV -BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU -aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy -dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK -AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B -3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY -tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ -Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 -VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT -79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 -c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT -Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l -c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee -UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE -Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd -BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G -A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF -Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO -VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 -ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs -8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR -iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze -Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ -XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ -qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB -VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB -L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG -jjxDah2nGN59PRbxYvnKkKj9 ------END CERTIFICATE----- - -# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network -# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network -# Label: "USERTrust ECC Certification Authority" -# Serial: 123013823720199481456569720443997572134 -# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 -# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 -# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a ------BEGIN CERTIFICATE----- -MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl -eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT -JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx -MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT -Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg -VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm -aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo -I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng -o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G -A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD -VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB -zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW -RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 -# Label: "GlobalSign ECC Root CA - R4" -# Serial: 14367148294922964480859022125800977897474 -# MD5 Fingerprint: 20:f0:27:68:d1:7e:a0:9d:0e:e6:2a:ca:df:5c:89:8e -# SHA1 Fingerprint: 69:69:56:2e:40:80:f4:24:a1:e7:19:9f:14:ba:f3:ee:58:ab:6a:bb -# SHA256 Fingerprint: be:c9:49:11:c2:95:56:76:db:6c:0a:55:09:86:d7:6e:3b:a0:05:66:7c:44:2c:97:62:b4:fb:b7:73:de:22:8c ------BEGIN CERTIFICATE----- -MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEk -MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpH -bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX -DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD -QSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu -MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprlOQcJ -FspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAw -DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61F -uOJAf/sKbvu+M8k8o4TVMAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGX -kPoUVy0D7O48027KqGx2vKLeuwIgJ6iFJzWbVsaj8kfSt24bAgAXqmemFZHe+pTs -ewv4n4Q= ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 -# Label: "GlobalSign ECC Root CA - R5" -# Serial: 32785792099990507226680698011560947931244 -# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 -# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa -# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 ------BEGIN CERTIFICATE----- -MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk -MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH -bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX -DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD -QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu -MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc -8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke -hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD -VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI -KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg -515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO -xwy8p2Fp8fc74SrL+SvzZpA3 ------END CERTIFICATE----- - -# Issuer: CN=Staat der Nederlanden Root CA - G3 O=Staat der Nederlanden -# Subject: CN=Staat der Nederlanden Root CA - G3 O=Staat der Nederlanden -# Label: "Staat der Nederlanden Root CA - G3" -# Serial: 10003001 -# MD5 Fingerprint: 0b:46:67:07:db:10:2f:19:8c:35:50:60:d1:0b:f4:37 -# SHA1 Fingerprint: d8:eb:6b:41:51:92:59:e0:f3:e7:85:00:c0:3d:b6:88:97:c9:ee:fc -# SHA256 Fingerprint: 3c:4f:b0:b9:5a:b8:b3:00:32:f4:32:b8:6f:53:5f:e1:72:c1:85:d0:fd:39:86:58:37:cf:36:18:7f:a6:f4:28 ------BEGIN CERTIFICATE----- -MIIFdDCCA1ygAwIBAgIEAJiiOTANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO -TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh -dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEczMB4XDTEzMTExNDExMjg0MloX -DTI4MTExMzIzMDAwMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl -ciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv -b3QgQ0EgLSBHMzCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAL4yolQP -cPssXFnrbMSkUeiFKrPMSjTysF/zDsccPVMeiAho2G89rcKezIJnByeHaHE6n3WW -IkYFsO2tx1ueKt6c/DrGlaf1F2cY5y9JCAxcz+bMNO14+1Cx3Gsy8KL+tjzk7FqX -xz8ecAgwoNzFs21v0IJyEavSgWhZghe3eJJg+szeP4TrjTgzkApyI/o1zCZxMdFy -KJLZWyNtZrVtB0LrpjPOktvA9mxjeM3KTj215VKb8b475lRgsGYeCasH/lSJEULR -9yS6YHgamPfJEf0WwTUaVHXvQ9Plrk7O53vDxk5hUUurmkVLoR9BvUhTFXFkC4az -5S6+zqQbwSmEorXLCCN2QyIkHxcE1G6cxvx/K2Ya7Irl1s9N9WMJtxU51nus6+N8 -6U78dULI7ViVDAZCopz35HCz33JvWjdAidiFpNfxC95DGdRKWCyMijmev4SH8RY7 -Ngzp07TKbBlBUgmhHbBqv4LvcFEhMtwFdozL92TkA1CvjJFnq8Xy7ljY3r735zHP -bMk7ccHViLVlvMDoFxcHErVc0qsgk7TmgoNwNsXNo42ti+yjwUOH5kPiNL6VizXt -BznaqB16nzaeErAMZRKQFWDZJkBE41ZgpRDUajz9QdwOWke275dhdU/Z/seyHdTt -XUmzqWrLZoQT1Vyg3N9udwbRcXXIV2+vD3dbAgMBAAGjQjBAMA8GA1UdEwEB/wQF -MAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRUrfrHkleuyjWcLhL75Lpd -INyUVzANBgkqhkiG9w0BAQsFAAOCAgEAMJmdBTLIXg47mAE6iqTnB/d6+Oea31BD -U5cqPco8R5gu4RV78ZLzYdqQJRZlwJ9UXQ4DO1t3ApyEtg2YXzTdO2PCwyiBwpwp -LiniyMMB8jPqKqrMCQj3ZWfGzd/TtiunvczRDnBfuCPRy5FOCvTIeuXZYzbB1N/8 -Ipf3YF3qKS9Ysr1YvY2WTxB1v0h7PVGHoTx0IsL8B3+A3MSs/mrBcDCw6Y5p4ixp -gZQJut3+TcCDjJRYwEYgr5wfAvg1VUkvRtTA8KCWAg8zxXHzniN9lLf9OtMJgwYh -/WA9rjLA0u6NpvDntIJ8CsxwyXmA+P5M9zWEGYox+wrZ13+b8KKaa8MFSu1BYBQw -0aoRQm7TIwIEC8Zl3d1Sd9qBa7Ko+gE4uZbqKmxnl4mUnrzhVNXkanjvSr0rmj1A -fsbAddJu+2gw7OyLnflJNZoaLNmzlTnVHpL3prllL+U9bTpITAjc5CgSKL59NVzq -4BZ+Extq1z7XnvwtdbLBFNUjA9tbbws+eC8N3jONFrdI54OagQ97wUNNVQQXOEpR -1VmiiXTTn74eS9fGbbeIJG9gkaSChVtWQbzQRKtqE77RLFi3EjNYsjdj3BP1lB0/ -QFH1T/U67cjF68IeHRaVesd+QnGTbksVtzDfqu1XhUisHWrdOWnk4Xl4vs4Fv6EM -94B7IWcnMFk= ------END CERTIFICATE----- - -# Issuer: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden -# Subject: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden -# Label: "Staat der Nederlanden EV Root CA" -# Serial: 10000013 -# MD5 Fingerprint: fc:06:af:7b:e8:1a:f1:9a:b4:e8:d2:70:1f:c0:f5:ba -# SHA1 Fingerprint: 76:e2:7e:c1:4f:db:82:c1:c0:a6:75:b5:05:be:3d:29:b4:ed:db:bb -# SHA256 Fingerprint: 4d:24:91:41:4c:fe:95:67:46:ec:4c:ef:a6:cf:6f:72:e2:8a:13:29:43:2f:9d:8a:90:7a:c4:cb:5d:ad:c1:5a ------BEGIN CERTIFICATE----- -MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO -TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh -dCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y -MjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg -TmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS -b290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS -M4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC -UiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d -Z//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p -rfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l -pJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb -j5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC -KFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS -/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X -cgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH -1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP -px9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB -/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7 -MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI -eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u -2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS -v4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC -wPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy -CqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e -vTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6 -Z2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa -Gl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL -eG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8 -FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc -7uzXLg== ------END CERTIFICATE----- - -# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust -# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust -# Label: "IdenTrust Commercial Root CA 1" -# Serial: 13298821034946342390520003877796839426 -# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 -# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 -# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae ------BEGIN CERTIFICATE----- -MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK -MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu -VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw -MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw -JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT -3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU -+ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp -S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 -bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi -T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL -vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK -Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK -dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT -c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv -l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N -iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB -/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD -ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH -6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt -LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 -nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 -+wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK -W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT -AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq -l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG -4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ -mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A -7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H ------END CERTIFICATE----- - -# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust -# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust -# Label: "IdenTrust Public Sector Root CA 1" -# Serial: 13298821034946342390521976156843933698 -# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba -# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd -# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f ------BEGIN CERTIFICATE----- -MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN -MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu -VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN -MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 -MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi -MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 -ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy -RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS -bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF -/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R -3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw -EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy -9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V -GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ -2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV -WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD -W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ -BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN -AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj -t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV -DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 -TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G -lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW -mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df -WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 -+bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ -tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA -GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv -8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c ------END CERTIFICATE----- - -# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only -# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only -# Label: "Entrust Root Certification Authority - G2" -# Serial: 1246989352 -# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 -# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 -# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 ------BEGIN CERTIFICATE----- -MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC -VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 -cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs -IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz -dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy -NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu -dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt -dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 -aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj -YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK -AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T -RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN -cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW -wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 -U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 -jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP -BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN -BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ -jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ -Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v -1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R -nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH -VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== ------END CERTIFICATE----- - -# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only -# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only -# Label: "Entrust Root Certification Authority - EC1" -# Serial: 51543124481930649114116133369 -# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc -# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 -# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 ------BEGIN CERTIFICATE----- -MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG -A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 -d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu -dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq -RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy -MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD -VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 -L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g -Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD -ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi -A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt -ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH -Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O -BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC -R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX -hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G ------END CERTIFICATE----- - -# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority -# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority -# Label: "CFCA EV ROOT" -# Serial: 407555286 -# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 -# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 -# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd ------BEGIN CERTIFICATE----- -MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD -TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y -aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx -MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j -aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP -T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 -sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL -TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 -/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp -7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz -EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt -hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP -a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot -aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg -TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV -PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv -cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL -tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd -BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB -ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT -ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL -jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS -ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy -P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 -xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d -Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN -5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe -/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z -AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ -5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su ------END CERTIFICATE----- - -# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed -# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed -# Label: "OISTE WISeKey Global Root GB CA" -# Serial: 157768595616588414422159278966750757568 -# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d -# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed -# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 ------BEGIN CERTIFICATE----- -MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt -MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg -Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i -YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x -CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG -b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh -bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 -HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx -WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX -1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk -u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P -99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r -M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw -AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB -BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh -cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 -gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO -ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf -aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic -Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= ------END CERTIFICATE----- - -# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. -# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. -# Label: "SZAFIR ROOT CA2" -# Serial: 357043034767186914217277344587386743377558296292 -# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 -# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de -# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe ------BEGIN CERTIFICATE----- -MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL -BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 -ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw -NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L -cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg -Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN -QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT -3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw -3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 -3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 -BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN -XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD -AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF -AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw -8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG -nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP -oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy -d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg -LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== ------END CERTIFICATE----- - -# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority -# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority -# Label: "Certum Trusted Network CA 2" -# Serial: 44979900017204383099463764357512596969 -# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 -# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 -# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 ------BEGIN CERTIFICATE----- -MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB -gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu -QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG -A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz -OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ -VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp -ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 -b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA -DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn -0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB -OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE -fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E -Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m -o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i -sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW -OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez -Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS -adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n -3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD -AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC -AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ -F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf -CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 -XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm -djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ -WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb -AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq -P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko -b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj -XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P -5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi -DrW5viSP ------END CERTIFICATE----- - -# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority -# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority -# Label: "Hellenic Academic and Research Institutions RootCA 2015" -# Serial: 0 -# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce -# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 -# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 ------BEGIN CERTIFICATE----- -MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix -DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k -IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT -N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v -dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG -A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh -ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx -QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 -dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC -AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA -4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 -AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 -4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C -ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV -9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD -gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 -Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq -NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko -LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc -Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV -HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd -ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I -XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI -M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot -9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V -Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea -j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh -X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ -l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf -bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 -pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK -e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 -vm9qp/UsQu0yrbYhnr68 ------END CERTIFICATE----- - -# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority -# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority -# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" -# Serial: 0 -# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef -# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 -# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 ------BEGIN CERTIFICATE----- -MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN -BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl -c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl -bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv -b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ -BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj -YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 -MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 -dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg -QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa -jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC -MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi -C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep -lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof -TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR ------END CERTIFICATE----- - -# Issuer: CN=ISRG Root X1 O=Internet Security Research Group -# Subject: CN=ISRG Root X1 O=Internet Security Research Group -# Label: "ISRG Root X1" -# Serial: 172886928669790476064670243504169061120 -# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e -# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 -# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 ------BEGIN CERTIFICATE----- -MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw -TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh -cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 -WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu -ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY -MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc -h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ -0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U -A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW -T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH -B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC -B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv -KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn -OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn -jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw -qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI -rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV -HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq -hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL -ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ -3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK -NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 -ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur -TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC -jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc -oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq -4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA -mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d -emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= ------END CERTIFICATE----- - -# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM -# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM -# Label: "AC RAIZ FNMT-RCM" -# Serial: 485876308206448804701554682760554759 -# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d -# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 -# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa ------BEGIN CERTIFICATE----- -MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx -CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ -WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ -BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG -Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ -yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf -BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz -WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF -tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z -374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC -IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL -mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 -wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS -MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 -ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet -UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw -AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H -YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 -LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD -nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 -RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM -LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf -77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N -JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm -fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp -6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp -1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B -9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok -RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv -uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= ------END CERTIFICATE----- - -# Issuer: CN=Amazon Root CA 1 O=Amazon -# Subject: CN=Amazon Root CA 1 O=Amazon -# Label: "Amazon Root CA 1" -# Serial: 143266978916655856878034712317230054538369994 -# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 -# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 -# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e ------BEGIN CERTIFICATE----- -MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF -ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 -b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL -MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv -b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj -ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM -9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw -IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 -VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L -93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm -jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC -AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA -A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI -U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs -N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv -o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU -5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy -rqXRfboQnoZsG4q5WTP468SQvvG5 ------END CERTIFICATE----- - -# Issuer: CN=Amazon Root CA 2 O=Amazon -# Subject: CN=Amazon Root CA 2 O=Amazon -# Label: "Amazon Root CA 2" -# Serial: 143266982885963551818349160658925006970653239 -# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 -# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a -# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 ------BEGIN CERTIFICATE----- -MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF -ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 -b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL -MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv -b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK -gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ -W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg -1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K -8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r -2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me -z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR -8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj -mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz -7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 -+XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI -0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB -Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm -UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 -LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY -+gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS -k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl -7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm -btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl -urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ -fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 -n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE -76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H -9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT -4PsJYGw= ------END CERTIFICATE----- - -# Issuer: CN=Amazon Root CA 3 O=Amazon -# Subject: CN=Amazon Root CA 3 O=Amazon -# Label: "Amazon Root CA 3" -# Serial: 143266986699090766294700635381230934788665930 -# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 -# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e -# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 ------BEGIN CERTIFICATE----- -MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 -MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g -Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG -A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg -Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl -ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j -QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr -ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr -BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM -YyRIHN8wfdVoOw== ------END CERTIFICATE----- - -# Issuer: CN=Amazon Root CA 4 O=Amazon -# Subject: CN=Amazon Root CA 4 O=Amazon -# Label: "Amazon Root CA 4" -# Serial: 143266989758080763974105200630763877849284878 -# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd -# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be -# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 ------BEGIN CERTIFICATE----- -MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 -MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g -Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG -A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg -Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi -9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk -M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB -/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB -MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw -CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW -1KyLa2tJElMzrdfkviT8tQp21KW8EA== ------END CERTIFICATE----- - -# Issuer: CN=LuxTrust Global Root 2 O=LuxTrust S.A. -# Subject: CN=LuxTrust Global Root 2 O=LuxTrust S.A. -# Label: "LuxTrust Global Root 2" -# Serial: 59914338225734147123941058376788110305822489521 -# MD5 Fingerprint: b2:e1:09:00:61:af:f7:f1:91:6f:c4:ad:8d:5e:3b:7c -# SHA1 Fingerprint: 1e:0e:56:19:0a:d1:8b:25:98:b2:04:44:ff:66:8a:04:17:99:5f:3f -# SHA256 Fingerprint: 54:45:5f:71:29:c2:0b:14:47:c4:18:f9:97:16:8f:24:c5:8f:c5:02:3b:f5:da:5b:e2:eb:6e:1d:d8:90:2e:d5 ------BEGIN CERTIFICATE----- -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 ------END CERTIFICATE----- - -# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM -# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM -# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" -# Serial: 1 -# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 -# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca -# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 ------BEGIN CERTIFICATE----- -MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx -GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp -bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w -KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 -BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy -dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG -EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll -IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU -QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT -TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg -LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 -a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr -LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr -N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X -YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ -iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f -AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH -V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL -BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh -AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf -IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 -lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c -8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf -lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= ------END CERTIFICATE----- - -# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. -# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. -# Label: "GDCA TrustAUTH R5 ROOT" -# Serial: 9009899650740120186 -# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 -# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 -# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 ------BEGIN CERTIFICATE----- -MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE -BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ -IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 -MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV -BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w -HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF -AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj -Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj -TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u -KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj -qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm -MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 -ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP -zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk -L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC -jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA -HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC -AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB -/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg -p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm -DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 -COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry -L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf -JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg -IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io -2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV -09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ -XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq -T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe -MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== ------END CERTIFICATE----- - -# Issuer: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Subject: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Label: "TrustCor RootCert CA-1" -# Serial: 15752444095811006489 -# MD5 Fingerprint: 6e:85:f1:dc:1a:00:d3:22:d5:b2:b2:ac:6b:37:05:45 -# SHA1 Fingerprint: ff:bd:cd:e7:82:c8:43:5e:3c:6f:26:86:5c:ca:a8:3a:45:5b:c3:0a -# SHA256 Fingerprint: d4:0e:9c:86:cd:8f:e4:68:c1:77:69:59:f4:9e:a7:74:fa:54:86:84:b6:c4:06:f3:90:92:61:f4:dc:e2:57:5c ------BEGIN CERTIFICATE----- -MIIEMDCCAxigAwIBAgIJANqb7HHzA7AZMA0GCSqGSIb3DQEBCwUAMIGkMQswCQYD -VQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk -MCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U -cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29y -IFJvb3RDZXJ0IENBLTEwHhcNMTYwMjA0MTIzMjE2WhcNMjkxMjMxMTcyMzE2WjCB -pDELMAkGA1UEBhMCUEExDzANBgNVBAgMBlBhbmFtYTEUMBIGA1UEBwwLUGFuYW1h -IENpdHkxJDAiBgNVBAoMG1RydXN0Q29yIFN5c3RlbXMgUy4gZGUgUi5MLjEnMCUG -A1UECwweVHJ1c3RDb3IgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR8wHQYDVQQDDBZU -cnVzdENvciBSb290Q2VydCBDQS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB -CgKCAQEAv463leLCJhJrMxnHQFgKq1mqjQCj/IDHUHuO1CAmujIS2CNUSSUQIpid -RtLByZ5OGy4sDjjzGiVoHKZaBeYei0i/mJZ0PmnK6bV4pQa81QBeCQryJ3pS/C3V -seq0iWEk8xoT26nPUu0MJLq5nux+AHT6k61sKZKuUbS701e/s/OojZz0JEsq1pme -9J7+wH5COucLlVPat2gOkEz7cD+PSiyU8ybdY2mplNgQTsVHCJCZGxdNuWxu72CV -EY4hgLW9oHPY0LJ3xEXqWib7ZnZ2+AYfYW0PVcWDtxBWcgYHpfOxGgMFZA6dWorW -hnAbJN7+KIor0Gqw/Hqi3LJ5DotlDwIDAQABo2MwYTAdBgNVHQ4EFgQU7mtJPHo/ -DeOxCbeKyKsZn3MzUOcwHwYDVR0jBBgwFoAU7mtJPHo/DeOxCbeKyKsZn3MzUOcw -DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQAD -ggEBACUY1JGPE+6PHh0RU9otRCkZoB5rMZ5NDp6tPVxBb5UrJKF5mDo4Nvu7Zp5I -/5CQ7z3UuJu0h3U/IJvOcs+hVcFNZKIZBqEHMwwLKeXx6quj7LUKdJDHfXLy11yf -ke+Ri7fc7Waiz45mO7yfOgLgJ90WmMCV1Aqk5IGadZQ1nJBfiDcGrVmVCrDRZ9MZ -yonnMlo2HD6CqFqTvsbQZJG2z9m2GM/bftJlo6bEjhcxwft+dtvTheNYsnd6djts -L1Ac59v2Z3kf9YKVmgenFK+P3CghZwnS1k1aHBkcjndcw5QkPTJrS37UeJSDvjdN -zl/HHk484IkzlQsPpTLWPFp5LBk= ------END CERTIFICATE----- - -# Issuer: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Subject: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Label: "TrustCor RootCert CA-2" -# Serial: 2711694510199101698 -# MD5 Fingerprint: a2:e1:f8:18:0b:ba:45:d5:c7:41:2a:bb:37:52:45:64 -# SHA1 Fingerprint: b8:be:6d:cb:56:f1:55:b9:63:d4:12:ca:4e:06:34:c7:94:b2:1c:c0 -# SHA256 Fingerprint: 07:53:e9:40:37:8c:1b:d5:e3:83:6e:39:5d:ae:a5:cb:83:9e:50:46:f1:bd:0e:ae:19:51:cf:10:fe:c7:c9:65 ------BEGIN CERTIFICATE----- -MIIGLzCCBBegAwIBAgIIJaHfyjPLWQIwDQYJKoZIhvcNAQELBQAwgaQxCzAJBgNV -BAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw -IgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy -dXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEfMB0GA1UEAwwWVHJ1c3RDb3Ig -Um9vdENlcnQgQ0EtMjAeFw0xNjAyMDQxMjMyMjNaFw0zNDEyMzExNzI2MzlaMIGk -MQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEg -Q2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYD -VQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRy -dXN0Q29yIFJvb3RDZXJ0IENBLTIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK -AoICAQCnIG7CKqJiJJWQdsg4foDSq8GbZQWU9MEKENUCrO2fk8eHyLAnK0IMPQo+ -QVqedd2NyuCb7GgypGmSaIwLgQ5WoD4a3SwlFIIvl9NkRvRUqdw6VC0xK5mC8tkq -1+9xALgxpL56JAfDQiDyitSSBBtlVkxs1Pu2YVpHI7TYabS3OtB0PAx1oYxOdqHp -2yqlO/rOsP9+aij9JxzIsekp8VduZLTQwRVtDr4uDkbIXvRR/u8OYzo7cbrPb1nK -DOObXUm4TOJXsZiKQlecdu/vvdFoqNL0Cbt3Nb4lggjEFixEIFapRBF37120Hape -az6LMvYHL1cEksr1/p3C6eizjkxLAjHZ5DxIgif3GIJ2SDpxsROhOdUuxTTCHWKF -3wP+TfSvPd9cW436cOGlfifHhi5qjxLGhF5DUVCcGZt45vz27Ud+ez1m7xMTiF88 -oWP7+ayHNZ/zgp6kPwqcMWmLmaSISo5uZk3vFsQPeSghYA2FFn3XVDjxklb9tTNM -g9zXEJ9L/cb4Qr26fHMC4P99zVvh1Kxhe1fVSntb1IVYJ12/+CtgrKAmrhQhJ8Z3 -mjOAPF5GP/fDsaOGM8boXg25NSyqRsGFAnWAoOsk+xWq5Gd/bnc/9ASKL3x74xdh -8N0JqSDIvgmk0H5Ew7IwSjiqqewYmgeCK9u4nBit2uBGF6zPXQIDAQABo2MwYTAd -BgNVHQ4EFgQU2f4hQG6UnrybPZx9mCAZ5YwwYrIwHwYDVR0jBBgwFoAU2f4hQG6U -nrybPZx9mCAZ5YwwYrIwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYw -DQYJKoZIhvcNAQELBQADggIBAJ5Fngw7tu/hOsh80QA9z+LqBrWyOrsGS2h60COX -dKcs8AjYeVrXWoSK2BKaG9l9XE1wxaX5q+WjiYndAfrs3fnpkpfbsEZC89NiqpX+ -MWcUaViQCqoL7jcjx1BRtPV+nuN79+TMQjItSQzL/0kMmx40/W5ulop5A7Zv2wnL -/V9lFDfhOPXzYRZY5LVtDQsEGz9QLX+zx3oaFoBg+Iof6Rsqxvm6ARppv9JYx1RX -CI/hOWB3S6xZhBqI8d3LT3jX5+EzLfzuQfogsL7L9ziUwOHQhQ+77Sxzq+3+knYa -ZH9bDTMJBzN7Bj8RpFxwPIXAz+OQqIN3+tvmxYxoZxBnpVIt8MSZj3+/0WvitUfW -2dCFmU2Umw9Lje4AWkcdEQOsQRivh7dvDDqPys/cA8GiCcjl/YBeyGBCARsaU1q7 -N6a3vLqE6R5sGtRk2tRD/pOLS/IseRYQ1JMLiI+h2IYURpFHmygk71dSTlxCnKr3 -Sewn6EAes6aJInKc9Q0ztFijMDvd1GpUk74aTfOTlPf8hAs/hCBcNANExdqtvArB -As8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n/v55IFDlndmQguLvqcAFLTxWYp -5KeXRKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x+SMsj/D1Fu -1uwJ ------END CERTIFICATE----- - -# Issuer: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Subject: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Label: "TrustCor ECA-1" -# Serial: 9548242946988625984 -# MD5 Fingerprint: 27:92:23:1d:0a:f5:40:7c:e9:e6:6b:9d:d8:f5:e7:6c -# SHA1 Fingerprint: 58:d1:df:95:95:67:6b:63:c0:f0:5b:1c:17:4d:8b:84:0b:c8:78:bd -# SHA256 Fingerprint: 5a:88:5d:b1:9c:01:d9:12:c5:75:93:88:93:8c:af:bb:df:03:1a:b2:d4:8e:91:ee:15:58:9b:42:97:1d:03:9c ------BEGIN CERTIFICATE----- -MIIEIDCCAwigAwIBAgIJAISCLF8cYtBAMA0GCSqGSIb3DQEBCwUAMIGcMQswCQYD -VQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk -MCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U -cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxFzAVBgNVBAMMDlRydXN0Q29y -IEVDQS0xMB4XDTE2MDIwNDEyMzIzM1oXDTI5MTIzMTE3MjgwN1owgZwxCzAJBgNV -BAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw -IgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy -dXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEXMBUGA1UEAwwOVHJ1c3RDb3Ig -RUNBLTEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPj+ARtZ+odnbb -3w9U73NjKYKtR8aja+3+XzP4Q1HpGjORMRegdMTUpwHmspI+ap3tDvl0mEDTPwOA -BoJA6LHip1GnHYMma6ve+heRK9jGrB6xnhkB1Zem6g23xFUfJ3zSCNV2HykVh0A5 -3ThFEXXQmqc04L/NyFIduUd+Dbi7xgz2c1cWWn5DkR9VOsZtRASqnKmcp0yJF4Ou -owReUoCLHhIlERnXDH19MURB6tuvsBzvgdAsxZohmz3tQjtQJvLsznFhBmIhVE5/ -wZ0+fyCMgMsq2JdiyIMzkX2woloPV+g7zPIlstR8L+xNxqE6FXrntl019fZISjZF -ZtS6mFjBAgMBAAGjYzBhMB0GA1UdDgQWBBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAf -BgNVHSMEGDAWgBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAPBgNVHRMBAf8EBTADAQH/ -MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAQEABT41XBVwm8nHc2Fv -civUwo/yQ10CzsSUuZQRg2dd4mdsdXa/uwyqNsatR5Nj3B5+1t4u/ukZMjgDfxT2 -AHMsWbEhBuH7rBiVDKP/mZb3Kyeb1STMHd3BOuCYRLDE5D53sXOpZCz2HAF8P11F -hcCF5yWPldwX8zyfGm6wyuMdKulMY/okYWLW2n62HGz1Ah3UKt1VkOsqEUc8Ll50 -soIipX1TH0XsJ5F95yIW6MBoNtjG8U+ARDL54dHRHareqKucBK+tIA5kmE2la8BI -WJZpTdwHjFGTot+fDz2LYLSCjaoITmJF4PkL0uDgPFveXHEnJcLmA4GLEFPjx1Wi -tJ/X5g== ------END CERTIFICATE----- - -# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation -# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation -# Label: "SSL.com Root Certification Authority RSA" -# Serial: 8875640296558310041 -# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 -# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb -# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 ------BEGIN CERTIFICATE----- -MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE -BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK -DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp -Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz -OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv -dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv -bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN -AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R -xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX -qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC -C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 -6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh -/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF -YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E -JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc -US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 -ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm -+Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi -M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV -HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G -A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV -cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc -Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs -PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ -q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 -cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr -a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I -H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y -K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu -nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf -oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY -Ic2wBlX7Jz9TkHCpBB5XJ7k= ------END CERTIFICATE----- - -# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation -# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation -# Label: "SSL.com Root Certification Authority ECC" -# Serial: 8495723813297216424 -# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e -# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a -# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 ------BEGIN CERTIFICATE----- -MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC -VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T -U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 -aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz -WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 -b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS -b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB -BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI -7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg -CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud -EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD -VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T -kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ -gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl ------END CERTIFICATE----- - -# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation -# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation -# Label: "SSL.com EV Root Certification Authority RSA R2" -# Serial: 6248227494352943350 -# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 -# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a -# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c ------BEGIN CERTIFICATE----- -MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV -BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE -CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy -dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy -MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G -A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD -DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy -MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq -M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf -OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa -4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 -HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR -aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA -b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ -Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV -PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO -pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu -UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY -MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV -HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 -9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW -s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 -Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg -cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM -79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz -/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt -ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm -Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK -QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ -w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi -S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 -mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== ------END CERTIFICATE----- - -# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation -# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation -# Label: "SSL.com EV Root Certification Authority ECC" -# Serial: 3182246526754555285 -# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 -# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d -# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 ------BEGIN CERTIFICATE----- -MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC -VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T -U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp -Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx -NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv -dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv -bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 -AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA -VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku -WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP -MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX -5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ -ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg -h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 -# Label: "GlobalSign Root CA - R6" -# Serial: 1417766617973444989252670301619537 -# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae -# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 -# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 ------BEGIN CERTIFICATE----- -MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg -MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh -bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx -MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET -MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ -KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI -xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k -ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD -aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw -LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw -1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX -k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 -SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h -bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n -WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY -rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce -MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD -AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu -bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN -nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt -Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 -55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj -vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf -cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz -oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp -nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs -pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v -JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R -8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 -5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= ------END CERTIFICATE----- - -# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed -# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed -# Label: "OISTE WISeKey Global Root GC CA" -# Serial: 44084345621038548146064804565436152554 -# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 -# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 -# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d ------BEGIN CERTIFICATE----- -MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw -CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 -bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg -Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ -BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu -ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS -b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni -eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W -p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E -BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T -rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV -57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg -Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 ------END CERTIFICATE----- - -# Issuer: CN=GTS Root R1 O=Google Trust Services LLC -# Subject: CN=GTS Root R1 O=Google Trust Services LLC -# Label: "GTS Root R1" -# Serial: 146587175971765017618439757810265552097 -# MD5 Fingerprint: 82:1a:ef:d4:d2:4a:f2:9f:e2:3d:97:06:14:70:72:85 -# SHA1 Fingerprint: e1:c9:50:e6:ef:22:f8:4c:56:45:72:8b:92:20:60:d7:d5:a7:a3:e8 -# SHA256 Fingerprint: 2a:57:54:71:e3:13:40:bc:21:58:1c:bd:2c:f1:3e:15:84:63:20:3e:ce:94:bc:f9:d3:cc:19:6b:f0:9a:54:72 ------BEGIN CERTIFICATE----- -MIIFWjCCA0KgAwIBAgIQbkepxUtHDA3sM9CJuRz04TANBgkqhkiG9w0BAQwFADBH -MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM -QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy -MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl -cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEB -AQUAA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaM -f/vo27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vX -mX7wCl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7 -zUjwTcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0P -fyblqAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtc -vfaHszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4 -Zor8Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUsp -zBmkMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOO -Rc92wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYW -k70paDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+ -DVrNVjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgF -lQIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV -HQ4EFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBADiW -Cu49tJYeX++dnAsznyvgyv3SjgofQXSlfKqE1OXyHuY3UjKcC9FhHb8owbZEKTV1 -d5iyfNm9dKyKaOOpMQkpAWBz40d8U6iQSifvS9efk+eCNs6aaAyC58/UEBZvXw6Z -XPYfcX3v73svfuo21pdwCxXu11xWajOl40k4DLh9+42FpLFZXvRq4d2h9mREruZR -gyFmxhE+885H7pwoHyXa/6xmld01D1zvICxi/ZG6qcz8WpyTgYMpl0p8WnK0OdC3 -d8t5/Wk6kjftbjhlRn7pYL15iJdfOBL07q9bgsiG1eGZbYwE8na6SfZu6W0eX6Dv -J4J2QPim01hcDyxC2kLGe4g0x8HYRZvBPsVhHdljUEn2NIVq4BjFbkerQUIpm/Zg -DdIx02OYI5NaAIFItO/Nis3Jz5nu2Z6qNuFoS3FJFDYoOj0dzpqPJeaAcWErtXvM -+SUWgeExX6GjfhaknBZqlxi9dnKlC54dNuYvoS++cJEPqOba+MSSQGwlfnuzCdyy -F62ARPBopY+Udf90WuioAnwMCeKpSwughQtiue+hMZL77/ZRBIls6Kl0obsXs7X9 -SQ98POyDGCBDTtWTurQ0sR8WNh8M5mQ5Fkzc4P4dyKliPUDqysU0ArSuiYgzNdws -E3PYJ/HQcu51OyLemGhmW/HGY0dVHLqlCFF1pkgl ------END CERTIFICATE----- - -# Issuer: CN=GTS Root R2 O=Google Trust Services LLC -# Subject: CN=GTS Root R2 O=Google Trust Services LLC -# Label: "GTS Root R2" -# Serial: 146587176055767053814479386953112547951 -# MD5 Fingerprint: 44:ed:9a:0e:a4:09:3b:00:f2:ae:4c:a3:c6:61:b0:8b -# SHA1 Fingerprint: d2:73:96:2a:2a:5e:39:9f:73:3f:e1:c7:1e:64:3f:03:38:34:fc:4d -# SHA256 Fingerprint: c4:5d:7b:b0:8e:6d:67:e6:2e:42:35:11:0b:56:4e:5f:78:fd:92:ef:05:8c:84:0a:ea:4e:64:55:d7:58:5c:60 ------BEGIN CERTIFICATE----- -MIIFWjCCA0KgAwIBAgIQbkepxlqz5yDFMJo/aFLybzANBgkqhkiG9w0BAQwFADBH -MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM -QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy -MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl -cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEB -AQUAA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3Lv -CvptnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3Kg -GjSY6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9Bu -XvAuMC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOd -re7kRXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXu -PuWgf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1 -mKPV+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K -8YzodDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqj -x5RWIr9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsR -nTKaG73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0 -kzCqgc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9Ok -twIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV -HQ4EFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBALZp -8KZ3/p7uC4Gt4cCpx/k1HUCCq+YEtN/L9x0Pg/B+E02NjO7jMyLDOfxA325BS0JT -vhaI8dI4XsRomRyYUpOM52jtG2pzegVATX9lO9ZY8c6DR2Dj/5epnGB3GFW1fgiT -z9D2PGcDFWEJ+YF59exTpJ/JjwGLc8R3dtyDovUMSRqodt6Sm2T4syzFJ9MHwAiA -pJiS4wGWAqoC7o87xdFtCjMwc3i5T1QWvwsHoaRc5svJXISPD+AVdyx+Jn7axEvb -pxZ3B7DNdehyQtaVhJ2Gg/LkkM0JR9SLA3DaWsYDQvTtN6LwG1BUSw7YhN4ZKJmB -R64JGz9I0cNv4rBgF/XuIwKl2gBbbZCr7qLpGzvpx0QnRY5rn/WkhLx3+WuXrD5R -RaIRpsyF7gpo8j5QOHokYh4XIDdtak23CZvJ/KRY9bb7nE4Yu5UC56GtmwfuNmsk -0jmGwZODUNKBRqhfYlcsu2xkiAhu7xNUX90txGdj08+JN7+dIPT7eoOboB6BAFDC -5AwiWVIQ7UNWhwD4FFKnHYuTjKJNRn8nxnGbJN7k2oaLDX5rIMHAnuFl2GqjpuiF -izoHCBy69Y9Vmhh1fuXsgWbRIXOhNUQLgD1bnF5vKheW0YMjiGZt5obicDIvUiLn -yOd/xCxgXS/Dr55FBcOEArf9LAhST4Ldo/DUhgkC ------END CERTIFICATE----- - -# Issuer: CN=GTS Root R3 O=Google Trust Services LLC -# Subject: CN=GTS Root R3 O=Google Trust Services LLC -# Label: "GTS Root R3" -# Serial: 146587176140553309517047991083707763997 -# MD5 Fingerprint: 1a:79:5b:6b:04:52:9c:5d:c7:74:33:1b:25:9a:f9:25 -# SHA1 Fingerprint: 30:d4:24:6f:07:ff:db:91:89:8a:0b:e9:49:66:11:eb:8c:5e:46:e5 -# SHA256 Fingerprint: 15:d5:b8:77:46:19:ea:7d:54:ce:1c:a6:d0:b0:c4:03:e0:37:a9:17:f1:31:e8:a0:4e:1e:6b:7a:71:ba:bc:e5 ------BEGIN CERTIFICATE----- -MIICDDCCAZGgAwIBAgIQbkepx2ypcyRAiQ8DVd2NHTAKBggqhkjOPQQDAzBHMQsw -CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU -MBIGA1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw -MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp -Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQA -IgNiAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout -736GjOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2A -DDL24CejQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud -DgQWBBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEAgFuk -fCPAlaUs3L6JbyO5o91lAFJekazInXJ0glMLfalAvWhgxeG4VDvBNhcl2MG9AjEA -njWSdIUlUfUk7GRSJFClH9voy8l27OyCbvWFGFPouOOaKaqW04MjyaR7YbPMAuhd ------END CERTIFICATE----- - -# Issuer: CN=GTS Root R4 O=Google Trust Services LLC -# Subject: CN=GTS Root R4 O=Google Trust Services LLC -# Label: "GTS Root R4" -# Serial: 146587176229350439916519468929765261721 -# MD5 Fingerprint: 5d:b6:6a:c4:60:17:24:6a:1a:99:a8:4b:ee:5e:b4:26 -# SHA1 Fingerprint: 2a:1d:60:27:d9:4a:b1:0a:1c:4d:91:5c:cd:33:a0:cb:3e:2d:54:cb -# SHA256 Fingerprint: 71:cc:a5:39:1f:9e:79:4b:04:80:25:30:b3:63:e1:21:da:8a:30:43:bb:26:66:2f:ea:4d:ca:7f:c9:51:a4:bd ------BEGIN CERTIFICATE----- -MIICCjCCAZGgAwIBAgIQbkepyIuUtui7OyrYorLBmTAKBggqhkjOPQQDAzBHMQsw -CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU -MBIGA1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw -MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp -Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQA -IgNiAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzu -hXyiQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/l -xKvRHYqjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud -DgQWBBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNnADBkAjBqUFJ0 -CMRw3J5QdCHojXohw0+WbhXRIjVhLfoIN+4Zba3bssx9BzT1YBkstTTZbyACMANx -sbqjYAuG7ZoIapVon+Kz4ZNkfF6Tpt95LY2F45TPI11xzPKwTdb+mciUqXWi4w== ------END CERTIFICATE----- - -# Issuer: CN=UCA Global G2 Root O=UniTrust -# Subject: CN=UCA Global G2 Root O=UniTrust -# Label: "UCA Global G2 Root" -# Serial: 124779693093741543919145257850076631279 -# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 -# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a -# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c ------BEGIN CERTIFICATE----- -MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 -MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH -bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x -CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds -b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr -b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 -kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm -VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R -VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc -C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj -tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY -D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv -j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl -NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 -iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP -O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ -BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV -ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj -L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 -1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl -1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU -b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV -PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj -y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb -EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg -DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI -+Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy -YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX -UB+K+wb1whnw0A== ------END CERTIFICATE----- - -# Issuer: CN=UCA Extended Validation Root O=UniTrust -# Subject: CN=UCA Extended Validation Root O=UniTrust -# Label: "UCA Extended Validation Root" -# Serial: 106100277556486529736699587978573607008 -# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 -# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a -# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 ------BEGIN CERTIFICATE----- -MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH -MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF -eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx -MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV -BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB -AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog -D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS -sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop -O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk -sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi -c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj -VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz -KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ -TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G -sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs -1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD -fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T -AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN -l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR -ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ -VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 -c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp -4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s -t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj -2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO -vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C -xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx -cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM -fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax ------END CERTIFICATE----- - -# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 -# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 -# Label: "Certigna Root CA" -# Serial: 269714418870597844693661054334862075617 -# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 -# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 -# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 ------BEGIN CERTIFICATE----- -MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw -WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw -MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x -MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD -VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX -BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw -ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO -ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M -CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu -I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm -TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh -C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf -ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz -IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT -Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k -JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 -hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB -GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE -FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of -1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov -L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo -dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr -aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq -hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L -6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG -HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 -0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB -lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi -o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 -gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v -faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 -Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh -jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw -3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= ------END CERTIFICATE----- - -# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI -# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI -# Label: "emSign Root CA - G1" -# Serial: 235931866688319308814040 -# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac -# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c -# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 ------BEGIN CERTIFICATE----- -MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD -VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU -ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH -MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO -MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv -Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN -BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz -f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO -8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq -d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM -tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt -Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB -o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD -AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x -PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM -wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d -GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH -6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby -RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx -iN66zB+Afko= ------END CERTIFICATE----- - -# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI -# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI -# Label: "emSign ECC Root CA - G3" -# Serial: 287880440101571086945156 -# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 -# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 -# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b ------BEGIN CERTIFICATE----- -MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG -EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo -bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g -RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ -TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s -b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw -djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 -WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS -fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB -zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq -hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB -CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD -+JbNR6iC8hZVdyR+EhCVBCyj ------END CERTIFICATE----- - -# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI -# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI -# Label: "emSign Root CA - C1" -# Serial: 825510296613316004955058 -# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 -# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 -# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f ------BEGIN CERTIFICATE----- -MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG -A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg -SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw -MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln -biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v -dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ -BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ -HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH -3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH -GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c -xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 -aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq -TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL -BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 -/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 -kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG -YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT -+xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo -WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= ------END CERTIFICATE----- - -# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI -# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI -# Label: "emSign ECC Root CA - C3" -# Serial: 582948710642506000014504 -# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 -# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 -# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 ------BEGIN CERTIFICATE----- -MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG -EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx -IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw -MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln -biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND -IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci -MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti -sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O -BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB -Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c -3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J -0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== ------END CERTIFICATE----- - -# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post -# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post -# Label: "Hongkong Post Root CA 3" -# Serial: 46170865288971385588281144162979347873371282084 -# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 -# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 -# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 ------BEGIN CERTIFICATE----- -MIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQEL -BQAwbzELMAkGA1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJ -SG9uZyBLb25nMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25n -a29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2MDMwMjI5NDZaFw00MjA2MDMwMjI5 -NDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcT -CUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9u -Z2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK -AoICAQCziNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFO -dem1p+/l6TWZ5Mwc50tfjTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mI -VoBc+L0sPOFMV4i707mV78vH9toxdCim5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV -9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOesL4jpNrcyCse2m5FHomY -2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj0mRiikKY -vLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+Tt -bNe/JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZb -x39ri1UbSsUgYT2uy1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+ -l2oBlKN8W4UdKjk60FSh0Tlxnf0h+bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YK -TE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsGxVd7GYYKecsAyVKvQv83j+Gj -Hno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwIDAQABo2MwYTAP -BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e -i9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEw -DQYJKoZIhvcNAQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG -7BJ8dNVI0lkUmcDrudHr9EgwW62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCk -MpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWldy8joRTnU+kLBEUx3XZL7av9YROXr -gZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov+BS5gLNdTaqX4fnk -GMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDceqFS -3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJm -Ozj/2ZQw9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+ -l6mc1X5VTMbeRRAc6uk7nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6c -JfTzPV4e0hz5sy229zdcxsshTrD3mUcYhcErulWuBurQB7Lcq9CClnXO0lD+mefP -L5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB60PZ2Pierc+xYw5F9KBa -LJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fqdBb9HxEG -mpv0 ------END CERTIFICATE----- diff --git a/lib/python3.8/site-packages/pip/_vendor/certifi/core.py b/lib/python3.8/site-packages/pip/_vendor/certifi/core.py deleted file mode 100644 index 7271acf..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/certifi/core.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -certifi.py -~~~~~~~~~~ - -This module returns the installation location of cacert.pem. -""" -import os - - -def where(): - f = os.path.dirname(__file__) - - return os.path.join(f, 'cacert.pem') diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py b/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py deleted file mode 100644 index 0f9f820..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -######################## 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 .compat import PY2, PY3 -from .universaldetector import UniversalDetector -from .version import __version__, VERSION - - -def detect(byte_str): - """ - Detect the encoding of the given byte string. - - :param byte_str: The byte sequence to examine. - :type byte_str: ``bytes`` or ``bytearray`` - """ - if not isinstance(byte_str, bytearray): - if not isinstance(byte_str, bytes): - raise TypeError('Expected object of type bytes or bytearray, got: ' - '{0}'.format(type(byte_str))) - else: - byte_str = bytearray(byte_str) - detector = UniversalDetector() - detector.feed(byte_str) - return detector.close() diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 63986379057a8e042abf411175f8ff7c878cfd70..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 810 zcmYjP&2G~`5Z?8F43!#sfa4yCM3agisYHN~AQD^(qAe1>*si^4jJ#g6-ar$Q3*o?H zG~&c7?UfU+zy)U433Q|x&+N`O^Lb}ZcXmPq^6lYXeA7edrw*=)1;JC$<`7Jda$F*Y zBh0MG!aBA}n>mqVe7kg+7kSK&e2AUg{feR>_l{A||AhhGvy}b%-Cb?&^|0!mR>emu znzVdQCCwxkkZ>)I^;yBII9C4K(VOF!uZ}W}-il`Af<6OnUVxEkfh1m8&4KYO@NP>x z$Cr+D7ifjoc!j^<Dv(%5OC-G&TH*!1^cQH2F#<1GBVcLGzlQ{*r9<R|5?W<EFRF9G z$0j}p#uYi6NlF?i;G!QI$goaD%FIO!7eif!oIrs#m428)B}ybG^de<NMf)vG&gwSj zKZ+!Y1~o}SxYz`#5a}#Q3}$|RbWy`|(VXzJ_uv?A+d7Q~X}p2lA?I8U$>)P*ucN}E zDXK=MKty%^r6|{QQ=JniF%p6c<&C*usZ@?;CmeWU<%}uKm7A5kp)jRDV>D$I<eS<3 zK%xtozaI}Is|R&a@0(_2xj!!s`6oJgpbw40gsYs3K{iPRzz1<$RE3P=emzrOTkn=0 z?hP==4{?Y+?EMMs0KOp>dvJOL|Knwx)u|MEA%qP^b*I~n+Olfd`<s;#dT#`*IWk2I a;VVY>Q^6y~^Jz(+=r)bc-No1OuKgE8(%y^! diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-38.pyc deleted file mode 100644 index 45e0c00b6f3f6788deaa7acc036d6ae429eb14b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27139 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-38.pyc deleted file mode 100644 index 9092845a2c558a7d88e98b1180c8414f71c97d16..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1094 zcma)5%We}f6t(A-X_S=Gs=$I3tRm57(@G#A9!*h&L<&;GW;WJj?537HlVCfbMBSxQ z`HZscFIi&6ieF&Gy`EMbgphFLo8#-5`#9&$$8NVxV10eI#l9zm{J=wVMR0fp+Z=-7 zgi}RIno){4P(c}Hp~s<$$~cQXj#N^%vKA#rgvUHNCp-~!6=o@KjYu#3Ng-5^x_iU9 zvhrYI#o#p8BVj-2=~!sE*&Ix{tR^FyTQSUwQ&|b{J~)t*{X=Q2mgBjV)9Q7VtA&vU z?z#tWkM`MU$cFC^-@Gdz!5=HUKAAlLf@GAFEVv*ilv5s@r&%Z>9`fj%tY{Vk_EiH; zE=WW&th(jen7%Htzz%K}VvLX5JON{grDtRnTn66=B{sCt3eGIH$%?>#>x^8cc*6<A zrN_NB7n}J^Xbt=mmog?RX&KWPP{-(7D?A^}lp6JL+q}U7%aMkq&@R@(2zy0cWQ00_ z|24)6l^es@75VkDZ_8PKCTBacGB#IgXDOdfzlhU)bo$Lci;7QmzW_bBu>CP~JoBRL z&K5d_)Q@2s1ca{BHcjbr>z0<?o6`T{2RRzxt5`m#(06d`B79SCfJb-Gc;wApIJyp2 z0sXKlFGUYLCICZ%<^4v+<}?47wKc$TGUDHfQ<Ybfc|H+4jik*sZ|-|3s)gk-=Gu&v zQ$AOSJB)pr=c>N(ytx#31dZ)NZ$VVO4aRk^<tc<xp!aS6>-Y$g;78&S0E1s?N;^qF z+hIVxA1CKdIliW#)=48rZnK^jP}z#I{(k&4xec#uV|eO$N+61X;lg3_p&PZ_3X(pr Q8+`E)3&J7jQ2z^m14b7D!T<mO diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-38.pyc deleted file mode 100644 index 7d6b0bac2bf3701b8625fff9c86e96a99ef6b4e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6180 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc deleted file mode 100644 index 7257bcd713a2ec999a14732b8e342dc614d343f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2211 zcmbtVPj4GV6rY)$U9TNG4Qbkj7Ks!U(M7Zol@P5|DA3XfBwW-a7fWd5cqXphjqS{= zi)uEfS}GSL4t#**m`lG1-(YWuQ%~GE@q4olNlI?4{ocMeGduJC{N9_*Mx(~?{CwxU z`hA|UKS??HNGM-`+(%%VX`Zqj-r}5Ok&2z56>zr3bfD#wX=#ENK}+gzoh8w0j!zO^ z)W5gGt=^!!p0zUry>b6Z+pe38hK=oD(W!?{q{lr5GpxlmYY9F7l5KM>bTF;90x#o~ zY21<~)RC@C*$du^Aji7u<%+K9xhZSKx~>~|S6?#8S~b{pu2`HIux5wjQE5f9BmAKy zBRQCnyAB~^8PC}Z(HA+_{1<Xx<V*!!1}-)6P%~^EG~wV}+8%V(b}!A0eN8(iQ4zZF z$XH9x6|qviK`&FPm{aXe)_Z2uV7yaQMm`{}SX5iaWvV+i&Z%-R5ruRn-L@e%IOIiD zsZQF)v^r#eudQY~qt#JwbfY(LSvyT{OnSG6Kbj|>(4Z&v%nbC<u67W5Z8HCMChJlJ z$`fvmp4%9kUj;c57+>TOev>Qz4cE;h4?2|Nqldyq4pQjcw_rzM+ZP86AwvjNkh8vg zz<#*4$8&Bk=X^GYz^X9E=lwtjpE7}!yO(`nBOh4Vv=MgPupU$uTY*wWGqeVt*eVSW zmW!y2shxw82wV4KrIWTntIiQyAodp62Ovip<MVL0#wCyOUf`4EGaUDao${ItBG2!G z+zJ>xWNtZU`<%QkHS&R^zF0^4nn~cTE9Sc<Q=Q>pyQj^dV~RTE2i~Ybd&eAdZ+mI( zvCS88#K&}&FI*9MYbBq&dxo_qxBGua+a(-1GuvK(T*QR(al32mC8%#&xs0(ppf{~N z3rt5FovJ|s5|Iz<6as}0z<IVOa^V(sqg?d4Tc-Cuz;nR&f;@27p$A#emrsTLDyJF+ zsQQsWB9H)@sbD4o6ompD0k>F-+XS~5>tY=|<u;;K__BKZC3eLwsBhVP=n?3_nAAMr z>>{iy<hC)|5)g{`;iJvw1NF^DndA^PnVBMLKH5;<eeHo-M9L2)vV>>6^*l2evi3YS zuvdurj31}{ZH#>ha@W9^hp7Ne#Z0Ps=n|jDNX+Yea_I~}kddc=K>dVj$%pwj2ym29 zZDzbL5UM535jfHUXzyv@R|k8-SEj_;5Gi@=Lw|SoRvz>tw}H{heyk<5>Ve>l#`kLn zY>(E{Oh_}Jxm+GdREWssQ)X}F5~)RhP!eCDOSoTkfU|L85;eQ8*8Z3*z5453_opQi zr}w%r)<2WR`)*}0%vQ>}pIm^7|8ZHZd<H$Kmtmz0*~`S<Ax2H&L>8lT*af1CP@AoB z*HW!{v|GY+5|#x?=_#tdN7ErbXNC0Q8%d)=*#x-{!I)2x^a+zQnNqlbB*y$AsO&tb z<*R3;?sTh2&_w3wCZSG&o1~`H&QOn2lIu$Cj@xND<D0r~bVZCNh)XDYUiw8YS%Otr z&yCrY(lKeO)Cu_cp6S~q)#D1tx67E%NA();S0Rd*d^c_;VG$bKX09xS#;gO)+ArM< Ze%*=f|AlxF-z{DEoHFC+usW{?{{Vc2*J}U( diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc deleted file mode 100644 index 03c75920da6152f06c652187182f7e3b8ade2ded..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3443 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 DVDWI@ diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc deleted file mode 100644 index 64e267d9fb351b2bc3bba071587871f90b669cb8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2870 zcmb7GO>Y}T7@pnrR~*Nbeu!33G;lz*Xq`$36)FTRZRv#uloSrWtTsDid&7Fyof#)h zl%CoHzkqXl>|fd|r~U;l@VxJO<2W%$tTp5LeBO7S=Y41QmyM0K!1Mdpm%>I@h(D=w z`l+FF55?X<rG)ZQF%ZgELF!HXf$xdOLe*6Ll~8pZybK04<?V=G;~iFut#=;ko>z39 zMDaMu^p1<1j%n)j6QFYs#Xdx(#lTZy;45zskeOEkkZfR3R}IxfzoA-c4gXEmR_pk0 z={40+8?VGmZ_rj<n18Rh_#jtFHe!Qw<Ix{DOIzZ(FD*GDC#6@?<#Jz}WOyhexqFBS ztDntu7Hc`o4aTOCaY;N&BO@`&z<v2cZWv4hq}=7kS}KhLI_xq!*2%uMH)Z1FL6W9& zsI`)A9J%@GTxwW_&DdcfV=cQC?MF!(?WX#s%rjl?!tO}AWTN}>Da<Wzh{sVj(iRr& zDY)Ip!f>9^u$&sbpX4(;-x+1((i|I(R$eo@(K15$Vu1zd4EC3;@{wp^KE$-sMq5Xe zMp!y?`K^kQyKM&Ad3t~QX$f%`XGnl)*@qGp8__VtnH%Ha#DA(sQM#-QLy?vz&yA!H zQX;t@rHPVINy}*te|jt;s4*Z~8##`w+|?R%D4n@vm}u26J$v$~a%=8arji(OLhgZg z;%WKh3k29*3Y@d<F#yhKr#gnonD`+)a?5H*F@jm8Z8FLr7Ka^66S?zHV3<~Cxy*rK za7=3xgvm*8%7bx&pp2nFoM$eAXpV>`7tg{~p-zfp2}dfNOLc_EU=fqaM5~1I1%?ue zRY+?OU>I(mg`-1Ng3oDvw7vb)cExNd_$gxli&JQnF0?;uN-n1<Q@lve#c5U@<vdn~ z7&~*elC%Zn!z#C#B>g;2X9zN4_B>p*OAbvwAr&lw#lQmckcS`~GA8Tu*4W3*S3T4Y zP#&Pz+o+DcV-e!!MeT9zD}i?4YOm|A@rK5m$KrMCjqq?o<NEWr3}3u!MI)Rb5z?X? z#xr9=3V;wQR(%S;Fx6SHUe0rP7tJ&ujc|DuYa{J`L|dDp6^2<f(P3CLXci-N<hgb| zzo=QA4h!E--U@R8?*8?7(@mzE(`0%p$$*%qw~msp@&i5ok_Nei`#Mv(*(3)LE}P}0 z%I4>na({YAMw2XYVR(nA=%5l_WB%)SM<1TQ<NMW)m<XsIY7?u>D8V?fN34Oz9r4!N z>IH@fFY0_ZnHJh_J%hJlc_2QOd7ru)sJ=t7ESPt6b%hJe%aWq>4n0wHjLxyxgPzx* z>^1SiN6&NqUhtc5ZY%V{8qWuq_fbSxrxiR_yCyDU^aJrC;C>zRv<{JRENWt}rW$u} zR7RlpaC56zkJHH7(9w&8!=mU`vX_HJr(7|_{g|6#omH5xr(^aSrj9?Rg?TcUsoS8c zN%J+Ps_^2X%>l-6MVljz!Ab%tHkieto$2Q;<f-p5XbDdQU9SUeFZf;0|GVa2@Veg7 z^%e9k_MX$2bY_joH{xeUm`iB(Ja*JvLHn#Pmk{F|{CF9JL=4j5XRNCf{%nN{E4G~T z<s{zd^NO{C)|{I~jWP)V#;mUL=_(uG?~IbAaGn%9ryTqI-yB=9@Bet$O7Rgfi;&_H z)>d(5KE=eZC$9J_6R|?s>aCk~tS#Ch-9@vM?vPFxKAT19{6=Ypp~~YhG#AMrrI@)+ z)yGtQf~sguO+MAe9kS_D5}w4Ap&X;NmWEnh?MkcF3R+#1!1s8zS2t?}R@d2VV#|zg b<hy(LUgP;yutn>e(&=wMB5X3!@;kvl5tRL0 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc deleted file mode 100644 index bedaf017d0fbd0545d16147308a6e9c06420eabd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmYj}O-{ow5QY7hCau~HAkIJ*B@ze;1VXG>A|zmeH&Gf-RYPK1wp$1%;3{0nTUNaS zE9|o2jpiG@H`05W%_b=7^J2eN459C2{)<F&6W1jOByfi~0`!6fc}4a}P)-En6c}Vn z!bgztTph%O#1Dl6*e+!}7x)2{**3PIyOL~aycS11-j?G)-QdD>1J+5cYN?hw(EI0; zgwy!+Hsot1TP+|Ii^f5nqOpf}U;Dv8$QFYK_l4{<)h7I0R=zitk!CKH^G(;yKjgW7 xgVk9IcUx~j32m!()mQ<(YIScKe{6<OT=iP4JGefKRc<e$pcBmE6nI4b?l0BVPyqk{ diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc deleted file mode 100644 index 69c9026509f7bb8dcbcff592fd53f1de0311512f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1101 zcma)5OHUL*5bmDWHn=<lF`9VN(?(%0m`Gw2U5E!<ByPCOr87)7FiFqD?q1DqxGf3( z3_S9e=IY76;K`~U2t$mCJ?WaSsvlMLRrTS*!aRZTeQTA!?GW-4mG%fg*@kI$KnNnJ zA~}sIMeHdr_ha8-Uj=y>hYklS$~$p~k`F|LB047`lHtscndpp2kNu)>Rgcz>cMk`9 zpLa52b#^qiSy{X*5;ZZIfyI?UDYD{ZWD_fgNqU+U608r0V`a1V6DtR&i5^LNpvxnv zVP$b}u(i3xM?*gRw6ps$1s8XQf32BK0FuO1kl4E*$5c?^owL}Nf$&9ePG&R?0lT;X zM;9a@F~;4g?>Qfh%M_Ei8HmvVPV)kUC6=C%nRn^^Ae30&1~brkXrmc{f9H%`GF%Y^ zE~fjvxjHoCN@^X!;hJ%t6`AE+<Apjz+g$4S;3n4|>T9CK8&8n9snm6-rIGfE)`5}g z82)pdrz$aq^DFXuyKnQVUuD&LRv4QowLZ;WmEYv)OEkL4zsf?Cx}O5SLfU>>0j-r| zd83+W2EL!cGzbV?r1L(b(+4eLHg1Cdiy>rbfM>C%1cl7K{W^3<^)i@r7llJk+y}Mp zVjz$bFOpn72aCb<i8p=J_SxR_e}1FAQp=?Hw_~P~;$)nh$bQS|okVXo^cYqQ<Kw)Z z=R7aPSRw9m{$-q~X2nrgGoTXcY$tjZuGMQG>V@kPrBW%V`7Hs9xCL2oZSfR<!N<yI zmw7<EN1YwJXW5mj)e%jTtTasnrM5C}9+7LQdMQ7;rmQKg#*)+#SPe87Hk`Y<70Yc! S*y|?2H%~Ai?1L_KpZ^C@9Rdgd diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc deleted file mode 100644 index 980e2c0c4bf6be1ac2c8d3704ef17e1ca00bda87..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2608 zcmbtW+iu%N5G8dXDaOvld2E3$&<iS{k%0mQS~n=H3vDx&DMO@-S}zpMT}w<TQrRVA zSU{hWhyF_cpx?sRKIs>FpIJ$<6FEkLt}r9c?r?W@=ImLXY;Kwgv|qk^=>M!K%I|1g zZxt|hLBtpoRR+qwLRDINrO*;nUzP_Yu*<Xpc17A{u&Y!9Ta$JLY@Hfl8`7?VU85%0 zrnEJ%@6ZjfH>9o8O;@SkopG}n$0R)`*_aV4$tMDyf{X;5kz6ne7EklhIL$NZ5{?5- zSw^No_$(N)hH35uc{Wb@4(S95X~jVzUC5U-NE&A=b9XceqPP*Jle!tg4&P`hSi2zN zV^B;PsIdPMRR?8S8dPX`P^FcDMyn97R+x4&%`-O(GB$Hf0?ivof-s1ja5m*kuq4Ah zFhZmAbH>3W0^J1(NS;J57#BfIU=J+JQcgmM`izk%X~@~;5P~wth~_0wPF*hy-%o-G z^Zml~{Ygsm7@s$M|9Kw7%Mso8X&R!-@k!tEn{L~-i<;%OSC0qw{(;{*^{ihNz5x?U z^~cV3Hkocuqv@k4fgt1f(JcBly<p>Suv3cvf+aNN+snjn<4#3mddV?H14N)Q)JnOc zR#e%$mSEh;F1kJj_3i`@bgB&ust;<c!m2H0U^0_wErsdue1{rPfLd|48ziF~O1~Gy z8RN63?^^_bf_#sh%NGT?U^4l^bQ)ihEG2=QX*fJt6{)kV(Qvq^4KG9Z98bzzD%|+| zKB`YZIrR-*g?|pmOW`^ybSSpk2exCmmhaj}$6b5RwmQYbRiD>yc5Kh?In8ciJZT;` z(X-GFdwr|v6uQ%M{PvT>qTK9u3w`-gQHHLoA}*dbalN~s9)O4~P*9QzmSpuaR5`v@ zoDV_&#xYONqGYtd|Ni@?{x$xm@H$(=JV$(7B^NM%V<KxE%d^^^?d%uEUhl-|__kMQ zPS5j?tQ*tu5ll-!-b5(&{=Xy~1>rbK*dhte2PZ*hgG?5aynX)PGZ$6YYxcdOYW4fQ zexcc(`>rG)H0x_gz}~eaAiQ_c^(#=f9aCmdjq0zIm+GLlJeFH7d!Dl-WZmc)i=%Ox z(%Db9rzU>wiTocBWSAg?GfmFZI8HABXOc&OR9{4CE=ZaH-y`L|m83Za9wLrc4WCik zAOg=SRe?N8vz;BzvYaPk2WXoSpfZFbtbQ$)5V(4j@(2h!N@M^?c@2IKrjanKt3^4C z#Wl#`;VZUAEc3zBznb8CTpq!#lxLr>C#bRhhEq3h#J=HJ`%TaO(JG7+r)wWt-P1x_ z{u{?V7dQmQ?u2n5#Du|pNck7A?6nvr=}VUQ6b8Nq5l9y+;s%x|l~j&nA;=pIGr0>Q zJ_B_dE*A6+nKp_C?Nv3~i+o<re!CqGSJ&lL0?BLAhI^020+7MwEW@D-@Q7LKGGn-s zU>Q;q<HI3=`}qn>Si~%a&jiFxGr7#*<c>(pg#6A(NW15F{a%;A9Ui8Mh$!6Hlmy_B z0TP#Y^1ra}`9G-sM)en}KS4S5+Ktt!0XbQF!1|rS?82Yl0y;k|H23tV)$113j=c}m zr7zdMu}F9Xn;-(~21U|VG|q9vsT+&SMN7|~!gqwcb|t-Yq&JSoTh>x~-?TtsJYIZC S{D9S!t5o#+wfpx#K>r7}8gS+S diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-38.pyc deleted file mode 100644 index b58a578688e31cf2e7e6680fbc8db5611441477e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2593 zcma)7&2Jk;6rb5$uh*YR-L#~LmZiYKh&E6OsUTEZB~I(MaiTayXeBf_JL8XZckRrs zTVgq<L@EckBTk9LC71pM{3UZkoH%jk#Cx;0lQbYPt9kSG&6|(+-tWD6Rx0HQv>!gd z%%V9${=lEJ&4Qo%(Bp4_aKdRoLh4b9yb&0o>6w~011rpUnb7v^FzaQt%nF<^=jFn@ zmk$eGAuM`DN*)rP;r1cnwx9>5SK`?wsXBjB*uF|tX}Q~yO_6NK{<e@Hs4Vw+FX}Xt zRwC9~ezzBis;SCPTTy4&>WI}|kO--Ys6SOx#fhR`RJBy$k;j^AY;Ap|_Ec5s&GkE< z+_|&dxF~zPaZ&bUb0+iQj^`RW2V49#5J5c3iDz)?nSAaQX;W@;>oDh8nn$A@FC%Q8 z<<22Fpk5aE9M5as;RRkiBwmh}cp1k0D`F9^0Ir!=^R?JN=a$iLc^BGNw->wTCfs2x zVz=eq^!r@6vELP;xaqbA1K9`Hx$VAmxk!YcfU8^)ffg|F$9lJyT_MHxo-0~$FW7UX z@cW&pH)?GM!WFUK8VDDb$K75#abvMNgynda6rdXP1b6$9oAmWoJuaf8*WPoJu83jv z^q|{%w&5GvX(>S--DpCOkANg3p<{Aj>=<Lp=}&;P4jB_>j>(RdWOnTPM6LjD9%U0J z$sN#R(3t(_XaA^M0Nw9qbH#IWC72t}=E~_D$CKtXo!9h|rj;={x_nF!(-07&0kA9t z06^B(=<MOgtP2DGP9a<uKNZdI@7HmpYimp)A6TL^}b{kLrzDv&NeBwT-9s)p~73 z*$^TTafwclStJgsI*%W0JV0HU!(aQ!`eyAxLt?_JxfVq6g@C=8-ycSay2R4Z3eJ4U zp;#oUaw@{>V!kMw#h6MeBOx?N)lgO}g0{Zj2~|19{Gb)bjGd6b?=2<aU}?}B-0DTJ zC<tzidUyLTMfWol>ds!kwfk}jPlV%_04RVp$lTk5Jz0i(egr*!2MD1RYSSW}hYu-s zd-9F0y@~MKQy=<R7p4udf-cfnc?`@HD@O)K2cx+{zFpj>V;bMsUEnY>YfRJG-GwBB z8V7(bX6v|SHFYLY-Kyqf2{zSHl#9qgK?Jv_o>pccBDsL#D@d*asT%Sc@~9`@MuMiw z>qu~eFQCU2AcU4_o?6rZi}PT+O-ENR*sLRR&R{ei`!e*{1_A~E1W#z=gz8(spf8}0 zot>?U69llR6^a@z)+uL<u3tFxtmgkYTe`4am1^_lP2f|LPtSIyP^+Ig_hNvjTK|0} z`VH-sc}|<~*g(hhGaH@P4}Tvmy#DK}4ru5m--F>_Z&U7w1QH}_V@>kK8t7?95(t51 zjNZNAkMsKHN>v6HW7pC66__yvxc$6u;4Ojsao-%9vOG3-5PmQo8Dry^?ptFkF?X!z zhU@|)O$Gq8$WDeEcZoq5f-=L+=T!cZ*gIJOrvs9l0fEQfB(M{%&%^pMXcV-Dc~m^c zVpW3E$}rBoxn|cw3HZxutV+btpU~koNwInZc$JUD_eoj~B!Ww2YMYzun<>W8P-QpP zx7b=uzNKf=!eQ69njllo>iV<B3af9a#nfl`mZZC}Fny@gMEL*~r`eLxU{%icUIK+H zk&60hiWR4Y5=+yYfU?>`@Fr{$BismeAcOLdNl0y-R}R#Yyp}t(VvMd_2rBMSrHyJ4 zi!<f~6z4o+VV@5J<co~$4qL%wCd(M_`;6%Vrt?@iP}QKoCwuaJv__lsA#$GrQKd=M z^hFTBveRVLB|%pMd>L@5t_BXZ?DBlE05+J|9b4C&MzyR;lYC68sKm5YmB~Ae&Y61F z#EFcEhGDFq6^ZehL{Y>(yg0LGL_Z$-(MT)X>GjSe?U$)9?x85g$EOHYYJo0V{{Rm5 BV|@Ss diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc deleted file mode 100644 index fe2f4b48c7643855a127f071d5c0290605f0bd2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7434 zcmeHL&2G~`5Vl>%`A^e7=z$}L1}U@zApt_DZHP$QB(0Kg@x?OPO&gRy*(r!V0T00o z@J48_ocsi!_QKBE-Z-w?$|Y)~l32Um`Q4fE>=(-)(&>aif8SoMXqlWK`~t%JD^p^d z4)f=NARqyWU7;tcq9`Cqm9Y3}fesnL>>V<214e}Mf`+Thd>}?4(36qE<_L;7Tw5k1 zdNIj(27PY~eBIts6%<vYSfbt(97Qn{M~Ux>8be7n4puCF@WgF=YqksJU3U-4%g^KX zcJw}vEMqT^X3g^V@~&84vb{lXp}nmpP)beWI7;ILPNIxcl@wZ3)71Lrsz9}PMmMbe zmAH!L{_N-PdJU|X-5qY`?wxyZZJoQjqgQ^D4d}W$tT)<aHG{J1B2J?voWYA|8LhBh z%A!?uiE0N|&AX>}?Z)K4bDiM4A*0FqI61m@;BTUr+Z*aKJp(IviFVX7UO{W<0gHPT zJ!}ZMbxWjYJSUP=Rd1bi`nWODM|eY^TmvK)9fCm-V0IIPG1~}cn*M#?+>+hrYeneF zl3bGY-+Xco;=B-dT?mVvJl378F%{aFIpumJI!lz*{QKQ};rX)yi53A+O`KCmveng1 zQyb|YyO^YGqOG?^1A`<@KwL+ZX`SeX*2R5?miu}SlUP^pAD`;S4lY9=*N1T@(&^xG zbmqx${JE2=-2*sh{WqTkV_t(<)F2lRbx^H1MVPbXUgI!d*eVqA#hU$gI~^1qx4<nA zb{G`3g1|C}cgt8pnZ-D8a{#r*JfEv9D8s*Ks7H6NmB*bkU(EtW{&V!sCBmOB3%(e7 zpmhI;#P;=}4llXW1XUk+geSv*s&OTNa$E~vsVP~^5i{f;#vDrLPzrAuGwK5mHXhW8 zaxgHk-mm4>NCfv!d!_;3wun+zwPK|~B8}!wy-6aadi{_p?=>4*wL~IR+Gvs`P%7`# zwMwa`HFtI^C6WY5RjVGpD^*CEzR$wzY_Z0CrN$&RULR9FAIoFOC0F}L6Rs%faRtK3 za9mfQ=a1^3KH-Xz9#<d?b_IHls~>{#1Rf+z=dU+Mz2WAtGt77T^lM4Cn?LKk9DKni zFM!F0_8Irlz}STECkT%=vDq?vPlsPg>`iZgPP_Q+BkIY_(kGCT<j1lg3lbg9CGwTc znV_kj2)g!=;O@|D&1sL1b2%<clE|+MB?^0j2YyZLLAlq`uqU^4VzhVX+)HvUvGxDR o$?3*q$L!|B?oJFY?{dt(nEWySmQ(){qc;X#ZT}t@a%^&sztdWRtN;K2 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc deleted file mode 100644 index 84a25e4c605475bca816d8328cfe2aff477e1b6d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2411 zcma)8%}*Og6rY*>@Y*cKfsjB{RYYnImP*K>tx_qfk^)VLf<f3EYN?top24iMyLM*B zZLpjZROzvQf;se%YyX@%wx`^B?j?P17J^9?scYuVd-L^Xe(#I@+1Uz#@7J#v`0rIh z{z75;b3u3rE&maSAc7_&rEQwBHlrxB#7W(@Yk4Q}Qorq6-c3qr&<-r`CFQizu2|kr zX40@7Qu3IHk_b+T2&8-Bv}Z-RN$Qoi6x7t233pZhAkMl?9cgL8?Wl7UXVOY_YHn-~ z6CHnhtmXPqq?%IWYN=pme!VX)ww-T+(dEtk^{2ZVajsQ-Fw}8Bdz3}VaUSO|dEHK~ z_cJYD>Z$Rn9p}w$zP+=t`K$vMyYe~bQoaj}ByB24o4qE7R8YZAgSKONN4UVd(i5KW zPss^w`@q|m178wlQ8^{;K+K2``tobyl6D1<m^Cw2fAO*o!gBE;kIJ#-UjWfW(=j<= z6Lv-@(T;XcK<1wIPYCoS9oW7+CX))T5Tr@o&_;d6c=>Q3l`6v_Cg42IV$HeoKvV&a zl{*$ro~O!3c~MMZ$Rh-C1p7-kSL+lIz8^N8lDX7xsBv?d9712_ypu$E&iNbi&%-sH z4%P<oU^UKi9VN-?D8AqSSss0fgSPRXWG4D*tpipTQm@Hjr#Bc_Ti+cVs}R)QftFhr zrd3*@0sKaVMGNHaUcBn#5PkwjT!nB<dQJf*LZ$Hdx~pcOvrwrTa&t(oAz47Oh~x$m zoc$bHj<G}FTBB=Iro3xG`Oj_8sOuM-1O*RZjgb%gR-f(`XIoWP%X?KOL}UPCo<*s= zhuawt!bVHe8mAZiFU2N!8V#ZhtoL!%K@w%%VbqoAffs78Ab+u-WAB9bf)9NQ-NnB3 zD|od<o}R#OgZ%L4D+buJi8H2SwoK0GD`yPu-1D9@)qoj)QWD_Wy#QKy%+4V1=t^$} zoE$RBi@#rlcJ(Z*K7{e=2jg=v9@_J3XXKSTW`e=UA7hBuWeAksHQ_wKetxom(%3zN z90%O>X&H1BE8vF0St3Ypl3(zI>GdC(h22!R=h~Rnwg@-9@tple)jfOi%`;N)lch7% zzWm%p`Qkk=vIyScHAc7Z<SX!3#KX!_tXCiu`)Vc9D+iDoVeTy=uF$pKzJsrR3qlgC zCXJKGOwGc$sbrA#IK-cp3KNR)Huv^+_KctOyIrY_C*;Aft8U^!%Sh0e#&7Jj`1Ypp zi=D>bYBf;~zT4SvZ1Am?@tUnido8oj1?TJxm693s;H;q7R5&DoLbOq2+(Rjag7O3E z?Nv;9W3#on-r8zBHgny+<}&LKyGL9^Ix<yzW<NWOh0HqA%r~Fx?6ubSTfFsTZxe)P z8+A|3<7oi`0e4h}#t<y$$;{T20B^$)hpREA>ag)XwEQ6uLTjvM^NI_ZnZ0vaKz%DC z#e7qxH9F6hD9$1Eohqx+kcPOHjcU_@h|jzdfQUFY8x5ZV1J)%I3f_rc&Me2YjfN9; znTc%bS%u{VW=<NttUJYv;gPnGap(_Cc%HAV^x;GCfbXH@nA(Yb&gj<kb+6(K<pN3s zCK}GcggotwVS;?f`HNwc6f-s{+Z1R5@Jy&K`gqEF5L|_d&FpzC=*T32nsaFcn@w#Z z#j^Anv>Y>PK*Lh#GFox41-ES`Zq%#Bli4uMtzQ-%JeMAvXS^ab6y{+wUs&I|S6ci# zVGAA9Evzn6b*(6Mes9pp^vj~Q`EX<oMG%W(Q35XSdzp=c2L&eIU`5HXI@Qn-il6f@ DOFcoI diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc deleted file mode 100644 index ecb14838ecb04b7267677284518c8f0fbed183b3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12023 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc deleted file mode 100644 index 81a541a3fbd41e91481e6fa061684597e5a639f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1102 zcma)5&2H2%5VrHT>9Q@Q6a*3{IIYBXFCc-0P+?nfC|gihz2su0vD-#C$znU8UG=t= z%43vc--na0oOlIJ%s8!@3L)Xhlkto*Ki@amUtaDKSl?dWWj`W9e&V6M0yu2K)>|Mr z;Z%}>CX}M?Nw4q|-|4;#iZBVC9>}QZBppiL5gzjBl<-K<g`dQ{Ga>!>7llxLYVVJ0 zY4W!-BSy!mnh5hzRR=<WXKhsRygZti)QEAK9p|M0>%;B+(azphu8qnMYLi#xn=+L% zoojHeI47Ho+4#fO_WKM{+*tnQNk0Qckc4uQcxU90a>~8aIPpcmeIA^W1x-TGUEQEZ zXCxpA*4?qUT#ly744b%GsAB@$`Y8xQ3_T$W@7()NC^5bX7I0>vi53LjofC2%qlXg+ zOn3WBHq`Z0C<PP{8#9)dxnWFUKoz2GDRYo8T_~i)-s3GCSc*W*g|eX%T9^xJ11;ns zyq6fuWU4h|7v%Tm&=k|*G@lOgQkzuD!90IaeHF*g(dah&B1&GVVFr|NVTPj4KB=iA zW@9>2G30&%Tcbkg3hmOE&evPOY+M!p7ea{A2*1S!IEBu=-FXC`4tDm`D%eyHh0~n4 z14rA#N}wlJriJK(MSCEKH-FGh+P?H(iEXq~DUp`{P8`d$JgU<pF=!>d(dpHNevFi1 zeT>;IV@1VliF%K*&vhyrkHgN!fF%%ZW@-(>s&x={`I4hdNC~801F(Wu5Cu0Ek3rG+ zx5l&=d9>?$)Y)--ZWjla5HwsV1j(*7LjzPBQ8fRN8!5Z$=xt3<GgJ{o(J)~+aV~VL VmTN}hS51SjA7Mc_2tDc^{|}h&1cd+q diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc deleted file mode 100644 index 6226225402c89b8780d788e85a0b170abd5741a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27143 zcmYk^b<|gNvjuQcx*O?kln&|c?v{M$MoK`sySoIG?(PtzL_k0qgQEg=$336ly?<QS za^8tOd-lxtJfi4&n<YvVKU(<5l+r0WOdJ_4+B3ob|08-BR1E(dlr%J5qP33JC3@@V zU1GG3(IsY+XnA9G53}JP&nrYlOBF3z9wyKd6*o?3p2iNt|AdQq=R+@u$24YMQ<#+@ z^mYj^2{R`S>5H`90JX^p#s2=7OxeEeS&tJLC`Q>L?&rDQ@Ty7d0qBXr_c=)Di^q zV}vF{lCYXywQi!&Gzm$gwyS0g3sFDdyU$w|l18o9TZmU*ZxrvtaE~C&M++`9Wl((- zj*FTd3XhtuT0w4(a4u6WLJ%$&)Y0*fSq<{Qpx)vBQ6GiZh?)nym8!o(;lX2&Kj_P1 z-<aCMC|Xn|Z719>qwqFJKP%+0?|gTT3emxPsvp>>vuY_a=9_Vm+?aOzE6fFdM{pKg z5LSa(!V&fu6?(x{;b4NY@wU;|H6#rx3fpR1i1fHU4jO()?{d}i!igZ`nCjsTq80(y z!_vs`nsAFqTWokk;m{BqyySJG{!7P+1M*?GR#a8XG_~~4NY|)Vm#dHT6w+#Xm%2s+ zRC|Pl?faSPAmNXs6{Ym8Fbs;wEwkk$UM_>`f;=?iCtib)KG>`JOtppwT_H>dQqQ!V zyd@T_KyEtH5&(BJJcep@XUeB~$t!f{od|P5YgF^CRYu$55FCV@(W0gysAIt&;8My> z;O*z7M7q~umzsND*b%`)UrA=(45qs$OQ$0)1zAGAV1RHo1@AH|UE@c&hAz1tE*ZWL zy~5`pn^0v9KgXzL;j~~#2oA!Z@bGJg%SUN4kl*Z^4#9R*%Yom8dqmY~;EzJSV3Ax` z;m6@Mf*Qj1R{hz<ABW&zuG~LfrWvn_8DG&-*^Gz4^Nido_Zh0#5e0BrLKF1V)=!}@ zNOaW|Zq)!m5hB|tED6^N9suv4IhUnZ!mX!eoIy_rY66l+#}2uFNjoXmKb#S?<E_$G zf`TZ$e|pv2_+FPwYVIRma_{yUQ_9!$de|G}N02iljcP;vbm2~#+v>RNquFQpM>fh# z&<2o}_Q+$#0Wv<7yNKnDa9VIim?Z>9)iiCV1$Qyoyk%A_-+<&dW4X3BiOi;BA8#!M zyLB``P{Xtp6l75CCiiBjD)<7+Sm6~)Kc#ea#5l=oydpYEhmhb^2o8GdD4_QvUOYFA zhWQaMBk&r%Ynjo)9=6O*_yC7(1YD2sTspRf)u1J+BV_#I0kYd;Rp<pb72=z=B=mxX z!kbj}gnJ5i)t6XL^@!>^b1#J_33AGXcL+Ckq4f$mbZp>l3{8+*^_JsYvwnTJC~`A} z!h@0s7BIEpu7hNy{uu?QojA4?#yQSika|@8rH~g(L)B)MeiqIR(xTc5x5vv&aD$u# z?G^50KCw&|kg-_)(wl`>%gC>pqU2t1*afOdu?!5oARHF{Tw38r!{=-Jo3x{0A?Ty} z6N2|6hwvWzT>KyA9W1BFy^P?7RX4%yr)o3rC#2sa&8at+jm{#CuPqLOEpQ(&YlUgN z;2$6d!nr{%-iNBWb!_FOhs*5-%Q64%?1e&Hup4-rk;$yO4Y;Pww})PEJ5nY5Q%ZA$ zEJ1d;GoGiaEpriB3FODHEtsMDvBDRo?ZCH_X=ZK>GLov^;C*6bLf36%{f5FOaJiAr z<{b(L1znK-7alBlBlLpm!fSSWg(@HQbM@{rD6zKPyv%Y}L28qmT*r3cX7-4taG!Sw zUoA^FCS#ptcB{UnV-Kn(3T5O<lKUBR(@D~6dz~q5#&aV_^V0f6Z!7#FoQA5oTtoCt z@ny!BS6D?`G$*-*bh2D7AIJf?&#>gR)>3zw3D-w%FKJ)8^G3O4s{7<(;VTAm-rU<r z{~@EVTs~CEb$q6<U&k2I_AAUZyn*5Cc?VSQz|B#eh#<cs<}odkL;Ng!3A_MHGn(^I z^%YaxmaX*mq~&iNz2){3IYe6u)x5w5_2%Q{XPN^iBD|d5D^yJ){JKGBw4D{+rEeqB zVhWQLvg+`6q)}Tzn#vWR^c}c+IzDH*hJ_&P3b(Y|XTY_24dJ%aH;9blm@COOC$cbA zz09~u)qaqqAid?XnidcEBCnFdL6__(w+G}O9Xmon!6w5i$!$>mS0OGLX_=!G95V82 zCz(XrPJ0}}_gwBU?|9f7e2J<amIGKOB3SOBcA`&(>b|90sE(y-I`Bc^U}gny5P5*G z8jQxb0839JOMyH<aKy-?%t{@{A_|xj%tMfZI`XRaG5jaOA5hT3GG9e5BsY$CSnj0W zPM&N(Rhdm|=(=^_e!*7&)p3HZDO`ao$>bIe(eVxSBkk5p$G4FS3CF;_^lpdXN;BW7 zCRcb}VI1#YGuBacilFy|TM>*^eKW)bH^RFFZ#zyBxS#1eVujN>cG$9?+$GhP3Iz;m zM5JFpf^mA!0IzbP_Y6<K+@b0&(~>zGLV}sV2i&E2$QM*Ke5c$Yf_l5gbmoN_ZLnm~ zdp`7n58+x-umCuxTynWWj?;?B_lV3FkwN%5s*dV-<QW^&{FrxMVWqG?stcseL)AA7 zgU-C}WaLK`2i149<d!QUTx;{xa5pS763c4f-n4v#z7OvYg@rC&#vT`V-H41&?nSs! zAjQKlxQFk!LFwQgd#%>gU#IjK?^mR|m`i$BDHJew9cjB2)(AhgQCWPK;c6jm#k_Rb zAB=2+ucaB;2zuf!@yxxV<ATCTg?BA@Rqh3X0wBA2y?AR)`_4%UVm_;58~PLo{#7`L zpenPF$X9SDK+1!(1G$F20MhHcPna*z4^^$Jt#SwsqHL54?!4SX)&Cs!d*QFb?W#2} z-@x*Xx#=PVs-Maow|Q1=Pc8jDK|@^f58!8V>#TKC+er_V1!*UmlkmO(nV~uqOB1~} zF^>i*E4PUHs;+TMp&aiEs@^~l%|qQ*XiG~T1fL0GQ*b51%w!3}V78^dH1ZC}-OvOp z<q8r0y^%kJUQk-DrnU@b{7S)B+P-Gm8B`7ZMp`bxeJZ@^F57^!3V%den7$k2zEa&I zj7DTZcZsccziJ~L`FOt}D1^B%f=k+tF+T~@5cx*P5)>seu0l3v+N6+A*cesv&;;8+ zp3~d{={-w-&J>1=tK)487NW)P14T{tMrp%BuuSiL;0Me@=Hm#xwixt9x6D2Sd2KXa zu80-Z<C}u&k+yFzKjuAQ?tmP$d25iTa!nD$KtIef+mL>Y?`KPIfLkFvr0o~E*KGMM z=GDM$LP*en=3iB(>ex$PN7a(dJDA&hyx%~6XO<f|)kZI<`cK$a?=z~tL;nTuOXe%) zYo<FbQ-C*EwXZ=3<>DLE0o6j@yP+4{p=!PG1->`TT>^Z9mQD&U6^7H-&hY1E1k5+g zA38n>FBF7K;nH#&;mUfbujQr*3)<s1T3+F+EB9Rp4)jI+iKQ^P>3s~}gZ#j}0O<(w zy^XSymd$lv8WbJrD_$~fZy;Dm=^$IaF83GaFL_<$2I;*A@&mqByzddjAgvd^VG8|( zKPasB`akl1Vt!`cM4B0{2=8imrl32K{k1jn9jvFc8NT1;hGMxa_X~oZVQ(-d><Fr8 zYXbK-s`l=($=N3W7f1E0j^CKd!l$YobgV)8wvFnCh2UFMceS;&?>dl=cpKeiQMhVw z7^JR4bk=s*`X{|~Jj>M4I}B+)rjxLSX+=r<hw+=rQEOFyCn!0{o9Ig*{e}7>kudav z`lh`v+{7dxD4vd@hJQj@8FT-|+*Wk}^Czl#AY+(<a6kGOGVr1sUKHOETD}Fjq3{#P zJE}*mI>+!o+<u^|{j6HdpkvxPSo#;aW;*_`%zvuK391;8Ay-`P21rUQ>v(@D#NfRE zE^MRx!V<tSd4GeXSNPS8PwCqLyqWM*hL?1!*0iL+{1wQb=9Ur`gG=r9RpfrdlG0uN zw9(hVy_wy>9r68R<d0_DH+L5AU%6IrzlQ|D#_%M;Pm#OeD{jVJ4>eNmL(`%u{LTAQ zM-GLO){2Iuo<egAzG3b_;dp~Sl{@4qx(ib<&6zD`ltS<yEv0z{fLjxJ*+w%kkHnW9 zL5m2zrK8glEn{eM2-hntcCgd--D7w$9WmhAp!$pEp)@a2jjp#dZ-Q!bGwL~e4#NwE zd_h<Y|9%pEOt_Y2#LyO#+2`0@v>i6+s<sxwHe@8@ZBV$WEtZa?1`W`5hRE1*ZwgPE z@tW`#EOB^)_5MwLT;T_96^|EFE*8?WSc)L{4M7nj%Q#|DxhzgxC?bRU4Va6--BO5; z>O-Vc6kZFZ1?TL$K$ufoY%?AR|1mOwj)Y7i=AxHL%==e02`?!#KNKE>%EDi<9ioI8 z8&DOa>WUkT(whu;t7;RgCKtv+^&iv0Q=GG43WbdzU(<4e`i@vqDx_j2S#TSw>Dr3g zGPOb)rmT*EhNl&#W70Dvb+kfN7js#sJH)$(<#XnBxH#xDgkCV#T1_q3miHZ1M=X;O z?kxn*5j3ZuxRDD$GO6BojrWB|b^N88Ss@$nJ4EKxo67CWGNmZU0<xXbXvsoTgqCVd zIn%PL&P5Pi^&`^SlNLib4BrEDv%wt@J~uq3>L3ah3$v@fWn?4Qi0uJh@&@Y2q57I! zJ9A^{%_;XA&4oN|t_Xxz6iabiRt8?k8?KNW<RQMj<nA{-4$=b=52U<}TJbu0__vun z+Ll-$fotRy=3_DlQ`k3+ePf5Jf>XRQ6zp)Y5{4fkqdlc@O^a#Tq{zW+p2wEw4a$!+ zKU^%3*vvcR7Ep+%w~&q=Accu6sPLL=#4&uT;ql>`8~GZ7?K%>Mf`T5ZS4kV8w~*e{ zWQ<q+M|Ga?Exo_<UNB`TC=6V|asDDVu91nI<X1O%L$#EBZ()vO?nRpyM^ysBQs52- z<u&L{9YvUUsEYE2TPtJ87o-5WX87^Q*=^JwRWZ1YW*ju50xdZV%5O$n;P+LF!*#&d zg1OBk#4-Y;gz6h`X<TEOTstO{;m-~4Z>^GWo8a!DFC}ab_ZIULLCqCP+x!qgB^bZ? z6;&%784N=;TG-k9wl^&X&539!jjy7c?nDsZAu0(I@NQabwcht>DFfV9@0(Z>BS^wj z*5O|lM15t;-*sFQCRM#n{b8!&@^%?iQdkz>Tg)@ya=ek&dJwJ^<RQExzQ&P}dRuvq zWJqgKaNn)If=fv5W{?twA3@*6zU7g=LU2z<SGfvukDRVwm<#?zFaV?#NMD7N1g((k z%}Y;46<bziMjCVh_yoBfm}+nh^)_?06*~SVV+-&ls*)2vTcH}3K5|omD@Jahw~XT~ z$Cngee5R6W3cZVf7c=AZzK$w8@Nb@{zT8RS2S!%bw#UJ$@LKSi+NfzbC<yNr{)0Ax zL{4`EX*b6yOF>l~i4}5byPz-%=}H|B<UX~2I^G}Vegrb!3V#aU!cvZwhs-VXaSYE) zX>;M9%tdWU4C;sK3CQmt)hM{6TAh~^B&KWp<EA&m8Nv5fcuLT}a>+oFGgV0|h^myr zJ<K(*bTRS)`h;>Hqpztj814u3v6xzNBQVEjQo4O@xyw4PFm;5f6#mmY%9aa(Q_G#A zV5+cuSO|_&ddppwP_Wx^Qc#+bsf((N)14x%oazlS>P2RNR6u{!pbc13%hlBJ4crXN zq_Xc4)%x1ffb0;?K-xgAA(K|2y6>+Sf<|(sF&_&}@EN7IwLLQO54}TF(`g&ZOV9gD zZyKxaA@_B;#;BSw8xeeM{n0*}Xbx5$ZV{1Z$vsDS25r$*%V2J*H=d3!;p!Vc&B3Y& zU+~fz`5l60!0(bVS2c@~EkN#=Tf>4=R9AV5f0zPBW;8OcLMGmq3JsW7%qS+a!d`N3 z<7<Gqg0Q)f9jW@=j4W_#RNtjJt`&wcCsor?`j=`&y;*@j6K+&33zsDHf=rPgM1#`n zXko@TaM^TRb)1%RzgW5z?{&DwR_LxeL~lkN*MvQo>&!c5l(SKM`Z8#1jbIK1Z>e5% zx{L~K6pqVfH#d`9Ibjz2wpGockXfOfu%;8&V%iH!QqTZ6hc71v1sxP}Y8y&@ZQvP% zXTg${8Ky9pj7*ev)X|A~n<<Si7lJ#s%%*pwt4)hs%~~@-a)Wf%aS5&qTq%NPA<e+- z^9q-3-o|%OT5iAG0j7)I*7*L!*HyR|%TfC7C{(moR&9Aq%SL@SxKBgA;Aes|+T$*8 zcGVnAQv}`N>R3M+$cG>~73PFt&_ZuLs(Qf1B=UqoQNp7(`h=GKOirW+L(ReG+Rkg6 zpfHse)7d*xI#D>BDarI<>Qc}XX)k6g8D;ES-b-h7uzRS!4Z*=d^a(;pP??w4(!I5f zqHm1CuL`k@9ATMV+Mdcq$z8KTJtM~&^u5hLQCMfjL8ed07p&LO7xNI10R#=T^hJ;x zI$|^VD5#IGA8>zWo%@BUuuWJJK_O<K@JCAzx7()(QWBY7b%hK4ioTn0CT|>(Cx8d( z%}T~_E8NuEz}$GM+u$ZEJk^_@s)njP;chYI&7JE^`<Z{ypVXTvR1mZx_dP6?e0qaT z+XXj-my@*DuxtkzDmR|D$w@|FDIy%EP{8ohls*hiun+TiTNWj)5mlcXK3#7dr0-}u zg{1^sX{MLLUm!88l`H(hf)c3ig@b})yn+VB*LH~J#+Zkrx*8coeQBRhXMDHu<@TKx z(iS%igML`@$W=yA-GwUP>ka(5jq<8?CF8WhX9^?Cc<dxijBLv60KQ?ZJ4TKKDICfO zelz0$LD`&S6Z5t~g~_-J+|hz7<&ML>p)iEz!&D8G+f2c7^lz#jRy{?*U-*u|H6vpu zzI-&FA-AxwT1X#!Kt>Z(@0(W2wAQMlC>_mIHzU8^gqHc*w5*Q!u4)l;3#e9CXlU*< zEPb403`l%@V|iWa8>D&)K^6MW5;Ra-2DxLVjRQ`ga1^AILQ#WSQ<@W`ppk#0dJp(1 z=2=*Z!Ht)jz}y6>WVge-iE=Al=nj2Rm=jrRlESYbznf9j+(Kq70*PUTHD>&6MqlAt zCIK^9?=c-uFdyel#*z?tifU0aij!6w-y6(*xj`VOwH-l!&eGHMR^(09JB?}X8K?6K zQ*}n$0|X_Iwot94qom{XLx0zT_vmZLyrFFdf;V|POzR6WGt32lhTlQZiD~4EC;~DI zxId~g2vUb$utv3^bIw+MoA-r>Uj;WuZYc$cNgGK}QB);~tmZC@;r46WY=sZVxW$YD zt`1UzX=$Um_~tPioMbcH$F#IVaF6<8=uhZaX71?llEG#oKh^O$NO6$)SaN|(qo5Q) z@l?-;bA$Uj{vqfG%nN`|B3)&-otCL<_(7ys<Q9S~V(w#^t+y4;@r8>OqQfoW9nw|| zO9Iu(RxM3IDTSpV%b4ZN3g!{MniM?HQJAWtgts=M4YLyNp=v+o6!2I0%3yxOr~J^! zzPz?Nt{`Z~I}O~Pw<=@_zO()rxjE)upl>z$HB2pqv&<jp&+*Edu~xO1yR75A73P9p zP?b|H>!G&bd!2$LzVYpm7j&1Fo?@=*dcBFmLU2KEahf}jwn5>M-B#(nOZ^{u@9}Q& zM)Te<sJxN=fos#ZQSbXqoe&p<sqi2By!10(E_~H#dCc6UWrq`=QFx3cyTUXx+MwSQ z;WO=0c!QuDmIPrKl;;i5F$F;dG6o7~xK#<C-e$d9n2+QVVmWKjWHWwbZn@A0AU%20 znGc0=NL#9{BIbf-^k+)Tm36-oL=G2L0(q&!f0Z7UK<;0V+@>8@m}c5*=(nQZ#-vo( z9(qA@%iLByO=L%}@U4zwLch5lH4gIxZ&Zhu(5ju_&Y4j{;iAvyxsI<uwxCbN%tV#V zIX@(A7q5=j+NCWKsth1Is5-B3miktDYcTzE>{NZ*$Zm3-c_rOBA<{uu`iHn+pk@9; zP%5kjp9p`m+b#sVnTh5mVJcDI2zWKGiWLe_A5FLi_>$aSUK+bSagDYF)ur^X;X}d> z|0*^7wNcv>S}v&W(^i_u?~wk4pt9H6uh81k$54G>qcIT$svqgS3Y<|}PhJ=M&IEqL z$R0N8u5BzxSJjUxt*3W1ucQT^(sIDG=;+@^P}Piimi`0tLDfUdVWu0ZGBm%yoWY>_ zNXyEt!BP!Db>?@~JYg<aYyD-Uy#;sNpwAK1fUBoaPGOk)bvI+8+`E(xrlkU^yK=v4 zJ7KpNrVVzcK62UN&M{Nq@}rt%&}`KnNRL?IhK_k5B-ldL>%eVXV=TS~miYk7Zn;&e zpJR!s`b=1vcNEoQ%sGGuyJRc}TdTSYE;W&zR4*g=katX5O-m=G?>&VXaE~n5NSF=F zTfm8tUUq}y+6wA;6Y~jScHki(xe?rBsscYEJR$Et9f^2Psj6k}OPb3&c5Pu!gMLCf z7C}SnkI@kyF3Q!$3fCbhM_MP|Neb#9IK>-E#%bOe<}7nX+c@B*cDove!T9jvK?i4l zEY}nLr$kmDsG5#9t@RAwdA&2K>IL_$LMdS*BF~wz$Ev+mPg~)<ToS$GQ1wx$h&gFU z75r}Q+g7-UV2%YZ=tzpCvD{<cCEl!1RZv{VM<9C@F7lQjsB80h2!@#!*YLik&9&C0 z5Eq=#TMVQo&B+jaEUc$@J?}jynGCnY4U))xZ1@$c#uB#GHe1*a{bkkq2-+!(w`F?Y z^Ln=$i={0E?@-m9s%2QJfh3jt*b0}K3&4M4z9PKJ^f%)}a-ZRwqdGt?ncl4mA2V0T z_?vf4TLXfw%6((xHL3<`o4{)gH;LRqa)X)c+O{dgAZ;RC!;mHD>KY$o`2^&;!sjl2 zL)g!5pU8bGY>zZ9meIDnDR+yx&5Qu9<n?p;#y^w0!%RZ(g^lhC?=gK56x8vvX<t~s zk+ovd7p0I)?zyY2rtfoe8-sj~V2HKO8+2c|6)qZFWeOh1-9h!Gxx<;6syApEs&^Pu z8Kej10R&wTt|n+K@LOaoz?_eXf@?xSHr1xQDyEg!n^!KmLGNI0raIn(KBQ$6(szZA zgd23+5BY)-9^kQDa~*pWHk$TC?wUug;t+XB8-QQ}^MIBXIug0Tr`CF^;~7(xsxNre zLN91)Ms;3)-UBnfRLyQscEX3#d`$S275)PG3Zw?AuX!UBwkwQ*yGYPKWXz}FiNa(b z$YO;i!k4_3M5fTYTJAZjTSf-FA$n7)mP1<8w9UMwz#Z`Y2i(}w8S$l7*z9Fa$Xx>- zM#eYzzGYe&Il@LGnE`J9okDD0Q5`RY#WBC+rJ~@8X(M_68MIG03c+ZmiKlp%_p`QG z9wjyKWVdf^WE<uczBFc}h5MV?$aKW_9nIBstg=EoCb_~CrZ3!mknge7a*f+^$xTbF z?OWjwsz=TEkvCOu4b`SZ*4FluLLJ@+9Zir9WZDv$7vC7mBy!H7;VT3ad>h5X3k4sC zUNB#n%ptx6e%nL62mGfa_H^;F2*yQDV%l}XzXJY6_$$-SwD!zz!YM@l&g+cj6CLM} z{vnr;zV{G(=PqBnZYS!?FmKA;MDU)GTZA`4f}j$mJwQ@8L?`9~mJ()sYQ~@F{|ZeI z_J_-a)u15ny5T8+Yhvy|X>5mmY~Np06JegJ`Zt!F_)?njkMNf8U*4$5m&414uN#)D zHcE`@He3=c8&s<@(Zb)#k4nj_>!Dic_{Fs73d!|0(-uQG9xf?@-{5k<1)e7nTpGh~ zsn&Owm^xxHjScT5cS1)sESDocE_!2wyvEd{;E{th(UF^pqtMYwJ|kn0LF3)NI+n!3 zX-0Me8BM`$;YX@@5cG7vxLD#b?}9W(RXOYp+C-khC0ocn<=x@EjW52ATKFay*%@g9 zxiMIFTV|xS?&_GP_lc1&<Sy_!V;Kwlkuag&E^>)@6Y#aO!e=_p*nFZv<$$}wC5C$e zl7yF(nFKOX@5xX>@WKkIg!SDoiQdT|_o(WIr8_eT<T)+lm}73=Lm?T`<V*@CC37(Z z2jwtNLDdpfCNic9Q-SR83H&3s$%$7o3z2p)=!9xb7pelXQ7+1~X$YFiwXpPLg|q}M zLQvXg@ry%jwMTt?pLu{fa@Fwl#8M1>ZH4#rwxTZ`Zx@ytNaLaE1)Q4PiAMHNZQx94 z<i_im0-Ow0JJTAfw#GM|(%uL@7dBF8!|R24hH4+xzD#4)e!R|v|7%)e(`LfW37Lbx zoU;jBOUtCCARUv++_sqW^M0`9ecq;sr%=ntrh1!2Ojro6;7gAnwH2P5)*H@$!4*}N zg4b0uFd3Qt^kw1=;KdHxf?im*(cDMxEOI9xsN*D=f&cMP8C^V8=mo2E{2**jODW&| zH#)Kaud&-e>MK&;0%V|R--1-pRzvk*Xo7X9PMVuYZZ6I3O`8b(k&T{(^g$`O!3xQ# zDx>2LFFjmVb0_KTt1!s4{ZwUB_zomHF9*}kIR}Gmw{%XquiY;fZy@zURC5dSE9Bwj zWoA20SGm`bj<#S1-W-JonCJ5H0T=T|ZxWtgc)&8#X}-(cV@_K-6{Sm53&5qY$8$5v z)7R4d2FndJt%BS`gC?0<P{#~ZLunoYHxllpTMYvqrtnBdA>em}O%)255sQMD+Gb)Y z4Dtr^SjXpbXFb`QaxaYB>_SC^FNHM>YAlygc)&94@$IxxE9x^TwB~)GnpxOJSQJZp zgWe}&C9@mVeRF>n#`mCk$!)7+2d|j6islYA=&(V><tFGY!7Itk^AuflwA1^_+$W~B z7nTC~7kw^N7vWNbbAySVEF}e{$sHa!Y<PnpvqEaQsZRG4)d<zb6zpS03g??U9quea zdCcfw<Q;?FqPeu;3*dUY?kv-8A-L!9I$+L1ZW9C@g}rzW;M(9@K<;i-2NWg)zoSqF z^K7`XytkOFsyTqm3I8!;6r~yU{-;o0p^NZ);8X}I$aSSEjb&z2`izz@nA9K(t#DBF zOSw!I`~kse^c4|QVk$G|&=<n;u4*S84Loupg)gz(=XG?ew^f&tHU(c!UIO%+slTo5 zeXmf~(*AEZqUKVXNp%rbRg8=&tjhZe{bGeNhTjJ6rY#%#x|W&Bo5P#SEHm;OkZK6Z z5<XUMbzv^m8oVF1rGfj2zIVJ#O@+Lq-7#pKw$3)%q^*`}7hzM?<;=GTrlIPpa8d3R zzOQ-FP$k8@#f54kNJC`z$T`DYu-MnxOt{3BU4fG^>D(ZNgS|&aH}st%KLNnqg+H0Q z6Zma~9&&Ze7%unF@TCam8Ch2$6B%XPbh_Seh>Xsp4RgV1TJmYDry~mAcHu)|XEO#H z{=|ay@YQFYAsq*I2=h{V#Dkk^g|sg87szsuZlsO3(K5JJ3SBUFWmbf8gM4J9HS#+3 z4a}&CWrDWsgg@4nohfVN47sP6<JFps%Q}rLC>7qUuBhlbA>72O-Fz_h+V|L5-MS zgu8Ui<TaM-iLVK-Df0+ve&#Zf&EzIyZq7SQ)oF*V>kz+U$qF~$+}aUUq0*q3Ra@xz zT1PCOSxaFnrZscKvD@&<lRM0Uy=dv?U?+8)SIDn0g@R~0avJ%GkyGVzfcz_Li)ymA zQ`D#A^;Z2&M?2MNI(nPYUf6-@PIJx(3;K?7ogxJ?(%Lc!swW_`P<@S{zJ2THeH*wl z(}kIC#%#FGHXo+<JGic@kF~vRqv13!5O!1OA?zOUBF6AP2+B=Clw1O9^)Wo4WrSz! zsnErsC>>AmrDKw-zNO<O1v97`74ijByv$L|7nn8Z=M%J0+kZNe(9%HI3;iYPd-I~J zzOQ4GTqobba`ZFN_W^kzT<#}e2339KHUsa_JH*K6k%B#DMQ+7huu)fqTu%2p(@*bn zxPJ&rr@An*7SF#ri|P+DfN4l>BW4c1p04o>c&;!SZ<Z~8q&bfjwlE#Y9f)8MGZXVH zW`z~vkoy*C)!-VV??%fx=5a_6>~PM9!glDVqMyyH#SBJTPVb+nh6q2vH<b6DlgzQ| zD_%bv%@zK^^s+($h2FejI&v#)!Mxi>eH3<Mo&~p(scu?FW~Rc^h~~(_nDHR<ur#rL zZQ(nZSK4<tZv@j9^M{ny4IeLfWXt~aH9-1GZ~BlqIG`{e-$-pQyz~)+);mchB8LN? zWWGVrEX)NzXd9(tH1jS~-RX|%9RT;3w2$#E!t$-$JZr^JSVe9|T3)x{X}Oi|G6q$D z-YU88v{gp%K5##4MHkNVS&Ri97wJ&QtgWDtUr;|#?|Z7NO&ef^0dP++=dtwXNC(QT z0T~axmN!Ul5ou3>pD_z`OaPh4TsA0=r3>)}nU)u19fH9KG9dVZ+{A|GQ+)w9MD>W? zNvN7eJ}J3+s7C6Ttgw*2!8#^_<aWQO+SV{rK>kGfoz15Tr!mu+6~NyU{-xpFy-aH? z!wlMD&|-r+NB9u*bhZ5W`kOlg%S>jyjo#7r4T6uD#dhm~biSupz)Uf68s<F+CLx`L z;2XFCn9K1Js!j#IL_vDFA+|gvw_aNs!XF9?;~Q@HY*eoaKh`!JWT>`1!e<1{0U0K@ zkf6E3dCW35_|~e&O#7Gj7eOO1&j(qgBbAX?FqhZy5>=JR?H%Vo!cQr@QW&ZCb%oaW z*76phTF5LRXfe_y%(v#AwOc1MQuDqrXbJTjoOl5G3a0HcBaT%kART4UBBXnPvzfM7 z_!8uMS`wlfjo@m8RCTGjKd6?I%V1<Bkfo%(Y0y%*y!e*!mNP4u3KV>RexWlR1xc#o z7=m|DrJ!Xca7td<2p{in9m~wvXssToR#VVKZUXNIW|iJNuCbc8DAGpr8e#6pAnJ!R zM~wUj<Ud-Lqe=wwipaG()-mguA9ZvvHwHmJ3I7z9_X?}Ejds(9ybU_8@V-;sC|piP zVk6&$`#?1j&Gk(iBiC7O1zbA0_qA<e#;Vp-oy4S~APVyWe49bGFh5iE3-f_6wnKcV z<3r(AW*f7e>51Td=iJ2XLz<6S?gQB@w}tuFg}!i{jLgc2J}=XQ$gSu<fa}29fq7?W zg2MiaKHH49@a<A~7o?=#UJ6a|?N*3xk9Mw+Nv;|5wzdz=80>j=s*ZDr?nM5rI>M^A zy~2MHk#M6_qbb}~*n@rw@N5LzBG({yl|4qn?FHG#EYllZ?hSLNQ~Et`G3NZLa|kcM z`<3R^Shj|IK`s04$8vy~Z1_Rm3d_8%?HUD%kya+-xZEL-V!}aYEVjpCxg*R`<{0xO zmMgRzj}#2ApreZ3_uOR-EvX~YtWd-2zcAxEEx*aF1zE@ZE<Ay1yxx<%Q_OnR)4Vgx zYgjhOjneTZ1sjDigncYi#mKY3=a}9`t~7FueWP@Y205=<LG=RfBPNzTR@&{NZ~`qo zfG-KJBdBG;kA;_+_YH5Z<25s`$ZhkWS9uc=Y^M2|uswoFa@U2QFefM|XhtFC4|~Ky zl~>z#)3)QAPWWWKn~dCrs)*bkxG2J7>b-&Vs=}wdx#(wMsf6@6@1)$%yn^2MCfqG% zrw?<A881PWsNPmck8g*L%S7%re6P8S&HW7IZ?C^Kf+KgS-p!QWQQf9+mv_w@HA3~u zjAd{QRCj8dYWNmyKbkQH=?Z3=!U(xKM4sV&9})!b`_S7U{Q+NXg6<h~omWwA4{#xa zKEOQJA?9P*3R2ZZndC;hUtze4_@*1VT=+S@5A|N7bd~3>s3SSk*fRG)wt{?#uP5BQ z_;y+Afog4g{3-WP_yfo*NBmV`cZdsaS!Ra98|E%W--nq&%Oh=L5cILuy9Pau<al3E z6-)I^y-yToYWqrc7H=DUu|eipaJJkE;4W5ps^g|<UpiPz-XyqZ3Z+3laj@-JGMjc5 z?hDmsa62OF3#aRy6B#b7t2$R$)NWtPWw63?-gdc|ME)oj$X!OTT<)hZ7i@QzuMM9G zyvI#nvquiNJfsa}?g;m)<}&gdRBt=+HoZTi->3Sm!Y{&KnX#ziFyokSv3v(Ik~fd= zopyU6_mX+V%vboH_XD#F<VRi+H{C59YlSnuwVxE;L;tm0TBlopV26zs^7fPVGu#){ z??Ld3aFJ?zEWZlB(%T%%e&#p1#UKX|oKs!q8V7~Xwe3Z9iMIsqkivLcV*2!o0JlK( zmt0(eT6o`nsG<~-5!6eerNUAyzngnNwUQ$iQ#}Ybi?<A<s6*^C{14#gz{?f>6s|_K zLU>)rUviJU)=uHy!tvhi4<aX!_BZp7!q<9Zg?zz9-$qSsD^V@7%)cOqZTTNBTKHSh zQPG(gOiX4Ka8+_+MMB4^g=G-$bqe+qet=nNkH@N6%snW#RqsjCR-+omo2YlBt3^{C z!yIB_o3U5n2vvn0qOYqJP<>4`4ilHTE*Fm%z#TH}FcV+y2rmII9lnITL`+=ADMo2! z%xkDhtgx2X&_=~of8?$8WzXiVFyowXmFiLY;-OlnEeV2AUg1}}jetukmyFq~a5N%K zM{dH835#Q%D3=^=5-+RM?RBO#p%)DIZlCD*N3}Vs6u|4v{mlwjNIS(lM%84vF>v2% z`&W3~b01ed?Rion7^iKuWl{-KGX>o$4Q~Vb|MVV1H3q>?<fgFOF5Wi?){^@ZxzSBa ztM?PtjR>--=0uQAVG6#fOl>l%(41c3Nf-w2SoM8vo0!D3BmiEACAMkNtk4^M3BuQ5 zIqs6LW68j*QAlIt9Jn8O85LSu;RJ9-bEn#)Bye=3-=g2GqrQ$zAbo_H^k!zRnU;mu z0wf`6^Wd_|9YhcVRU(C-^_JIB%8Y4p+2FD>rR93+sEXjZ1=ll);c|e)Ly(h~MD7>i z3G{pI(bC0psU}s;&8voLK9fgSoflI_Ug2gpeaF&Q&FzICmg-vX7Mu5zi{}H*&zy9t z(^x*UZ&kgg<hGzH05T8DW+uJf_u)>WO2VrnR}iicQ<y1Z^HWxMLs*;l0lwF?y(u?J z+wbO{lADj-f87%GA>3Bx8(}rV^Eq)5ZF^j3mLI=lPO=Ry4uaE6O@()WGh;p@7ndnY z!FJ#?3R_IuAuNhCIjXa8=a{n8_owf)L%bzS=q_I|>6t&U{EVd-g5pd(y(^u)gm4~Q zgYZJZ6Q6v1)shOOm@}A5^Um_h@HW`@b2lw3Jg?)78Ruy^7tx|H*9}t8+)76|x$;Z~ zg)|gYh!E(g$g9LuX4YEfTW!ZMmlJ-c<9k<|#`Lq>D!FbTPvugYcEeNLFym9^J&@H* z70e09t;(AYoZXBWyme-jXJ!hkfh@P>p9WPIwg#?-YNtn;1@}VOMj;2Y*T@TI)X-4@ zUrK^r!u{+*pO9Mv=?^r21ia6nioi9seW|08ur1QM+I|CBs&L7ZU2wJaAhmR)MV}B= zD%D-|rJ`@5-YB`+aBJYcL%KolYr;ATb(wYw^?3D}MEK4S*%QHsKHEkX+^DxQ(*Uj^ zbDzFt^feOx3b&h#k0@;{_r8uMyr#_8q~+0Z7jtTI_voksciEYm!KG1X&il*NTJTyj z7cpOAS_x;vU8MOE(>lxrOMTQIgLE;Y4P0j%)kL+|v<_q}QO$1T8&1*|E-{vNynS$e zDUENfYao}AUSX2JwTDZ}+aDnn_JXTwneW}Nqg*Fu3k3@(cw6|5>RI7h9i8P4V3}j1 z!>U&!D`-2YkXGRp@HK^W!eoYb(c9iLRx`J&FtfJQ{?hU>$UG|~=j~HCgs&Ui;fQd( zB^@G-j=0QCPn(6lO_7(;Tb=hBTnb@#1O;8_Izef*Wz~^V^%J=sAmeEs;NoSGZZz$P zxmVzh@>+U|g^`iGI6BVr=A)0o(v#U|#tqC@^=7nIFNNOBrwVuJdza}WSA*t`M)nmB zw|;*j=eplnVLyfP^zDySh1bvz;3Y8Q1Jbq-G*IrQL7k93P?(46m^}um4ra2MF@!hD zTi()90evdWzstoD4h1=`cP#~9SnxLRb-1n|3*6ur)nUNzFvFP>+D<a-R3FhdLSZCR z(G5oNK0$TJO-BnCl6F`)pYVrpIW04Ys?<g{w)82?g$zH<t7k?9X0w}qM&!HrG9x$x z@-~(+a(7fK0$)UM&d5LEGMn)ub5_R-9Wy}g>bS?;Aa`s;xND5#Z87paUJ24_;rkSB zyxat4k=#VyBxW)*h3Ra@=a}y^lc+ju<W$x7RW~t3Y@Xgp_NYE_&OXcmg^J8H9n+Z) zghw3l0n!<A^)bJWU^Bj5db`0Ti4>TbaILMs&mOacvza-}TxK3~-ZE{;sA=>0a$S%< zH0`F%YlA!zUMFJ#$oIUPm=_8cF^id(dLIMV(Y8eHiEt?|yWCUZGv=I+da>LsgFZpJ z3~o8If~jMzbIeNNDrPm)U2Y9;E%ODw9&)!)m3NYL3WZ$bGr4oVgY|M7m@h##@;>mr zqz1|BV12{2g29o$M^{awkioGxMZnI~&*rz7TEbVB{!O?UBqQ(uYu(ZNsp}4mT!YyX zVF^ue&5RF)Tbcd{zO=^;hu9`}LB|OCG9gWiZ@WS>t1ghMO~DSi$yR++ZymY8=I&J3 z#q4Ibq53t%1=l0P;qD@RhOf4hoOh;la&-+qif^Go7Zmnj*~{!>_J^i^-kA5YRBKkH zX^Rd`TQ#gzrBdAvRckeA+PGHbW=(4~sNbP+rSO05CH+4{rOI`yb!bwnb+vnG|2I>m zW~Ig*nl|WAy>Ych9U3&QTCMSxXai%1N+RaZ@`VTY>0h{iRR4leeFqKh)Vp`V5mBZ3 z4eQ#YxMbwd4nw>4?b2^x;m$oe4eZi&aN({)Iu9P!ZD7{{h58S_7x%3`{kjb4-L-sy QaN$AW2Nx|?%vdr02M1Zg_y7O^ diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc deleted file mode 100644 index a8e5fb4df6565a3b033c526e8f580ceb12ee46c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1102 zcma)5OK;Oa5Z?7GZb%=Lf<WQ|CnAyN0uo3F71D|eDM)Em$(NPu-L{t2PS{;jCF(7e z%Figr{vK|7<-}j$#LT);T_Gga+VSkndLG|5-d|pB6IkC~-(x=_LVn_*xdJ$B!PeU# zIN?;1f+m!r?n$rk6W{5+42m!bogT=jXeBL5J`f)A=$!CK(7B()yfq@-_!osxU1}c; zD{1ogQzHf^sTv9MS&a{c0?+zj%=7YiWKtuBX?BvA0<4dA_6K_h+qpI>KdekXF5i`@ zoa$VIbHzE?Xvl`2ws$^ekmA<zuTS~~D1s!Elf=6qN0d|UoyUnU0`BwRoXlwwg6`@D zJ-Q$PNwDsgz2kD!Rc6@4Vxf)+aO>wF3^DYK%)LwRJE6q*CYZySg(jL4c(=~TWsDw9 zATZtSF4<656QLAPKy1udUgm}|g#lHFwx!HL!gQgK5__LFa9}9{F%!y$N@!uOs13A` zNAO-^ER(6$j9ro6TYXbZ`jdRp%S&xiDSNa0)%aALyhNkh?5imGSoJfYgbULbRc1~n zj+o8KRK<|{DQt}jp)0gaV>;Vt0JFI${x5_Or2&464R8vbd%Lp;KJD!ts5P*u4hp9^ zaTkuZgOxx}tV|2>3@q9MLA=?+X42-R|4MA5y)-{f%YP@1Wm+Cr>9IgU7fEk*y13Ad zkut20G23RW81qV^-eK%ZmCD-Vu(L5>2}GNzT8FS|1B6|^<|q?V0_isZtl$+y!Og`J zP&EFnG3`ViZTlW|b{wD8;_w=Rnk$7M+4Xv8fNCR(`ag0bW!D_NjR~rUDuO5)CJZOe Yg>KYx!$|z5Zt(46EC>goL*3*30h~Sr^8f$< diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-38.pyc deleted file mode 100644 index 7b2a60c9151d824d21364e665ba7c7223b63d5b6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19067 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 OBmWgsoCNU_#QPuRzI5>b diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-38.pyc deleted file mode 100644 index fd5decc6d118d446b64163b256afa6c24eb60fff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1110 zcma)5OK%e~5VrS~O_V-pRU{A>I1!09Y5@r(glJRL3n@qum%Uh<wVSNu-2~eKCF(7a z%Figr{v}^I@fSET<4x352nnw|JD%~*<NIbmZ)`LOtnaUPnT-hfiHG$Sz~LQieF}mT zP9-U5LMiH=^a?-mo$kw^2$Rt1fsBe;QlsRI@Q_Cf!XrWFeiHLqkF?@n6hgJAz2BWk zlb=kD=nPZU6Xuf|^@Re@PG`jPa?mrW5#2N!=A{7Z!?Tm4=Z8n9xi%{APfR{4kIPg} zb*{m?Re4#j%eo&=-+#y;$(`jdPx=KYf+Uoa#JeIFlvD04;=~sL_j#}&bDD&pyUIb2 zu1G)<th{EMRg$XE4EtCu)G-5Y{S1U5hF+4nckTTklo;Oxb2zimL~{b~+9kP;(ZdNu zrsu7?4fSL!lmZrrjTy_!+%TpvpbF7e&m1aD7YbRidwdNEmLe20p=_vx7UqW9Knr;R z?>b|dOtoh0hWtKmn_}D^=i~jn)Fzd3f0n-*eG|i%Xmp!>6(t|3b_T3)VcLT}!ajE7 z9E_(bhU8CRYg7o`qzxL=+1@%d2dnb`!U%Ed;K$ekr_j51Zlmg3wGB4aMBy|i?!nPE zu@>lxm1!ZKf<=2Eh&Ow1C+qsH|I1wK;Baa2@6@qO%fTca2qblt_HMJQ8?6|5!x9;@ z4aSNQpGef3jD4A;vhq0mYz%k;+h(eEA+Fj3VK<gUWkO0|{uYBxyn;Zu;dl&+#=kbE z&B&t--=ofsGqhFommpMpDa6U{RFeaI8&OpMlbb8M?KoZ=qiV7uh@xT4aO_;@wOVdT SiQiNWzI}uR;V?9*d%Qn_b_03< diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc deleted file mode 100644 index 07f5f1539c74d5ab48dcf10a3ad56bd4a88ebd2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2983 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc deleted file mode 100644 index f0f995e48ea06347da330ab8e1eb9e7c976f3bb4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22095 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 PJdfXvMa7O4JLdlYzl_R4 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc deleted file mode 100644 index 8de3d96df355fea0f8f4976c0b05cdb42e2f3fb4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37568 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 HlaKxnjDQ(W diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc deleted file mode 100644 index a6b282c64087fed526b7f8d71b1407fdb06819c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23592 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 JhdngB?Z5aluXX?c diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langcyrillicmodel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langcyrillicmodel.cpython-38.pyc deleted file mode 100644 index fbb15f1d2222ab9e4bacbe24674c013d61b1c346..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29056 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-38.pyc deleted file mode 100644 index 9fd4e8d3ccea116c041554dac11aab275a438364..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23550 zcmeI4+ml>X6~;T0NeD5)#3&N4cu&M30>&hY5C|j$a{*!q1hg5Z50fEtV^8M_ii!_D z>bq4w`!A?}$-MevKk1uR%3FUcsr<s{-Y2J-o`lwf%2(_1t#7Zj&OT?Tf|`??H*ak9 z|NL^_w)U?cYPJ3(=f*#G^_~6wzf0fhL#K7R)md|TO=s-%Sk<b=I%_-Qopqh{ox6Us z{`A^v&9%seYmxEJ-6vW*H|}VyX|;O)?$@Wj(HMIFdOvyW{q7)A4bJWTQ}Szv2EBhs zYJ3p5`Qg16`g*;N;Edo$g4YF=peuMoupsz@;GE!9!ApX-1SbW@1?L4bf)j!Rf+V;g zXbYwUbAmtip?*WXXT&=wcuw%V;8DSAf*%TA7Ca@mD3}x+6}%{TTChiOOt2()Lhz*E zJAxyEHwDvzQ-ZUC#Xgk#8}fZ=aHR&L=;`-*g44Bglx|7y*_)R2{wDdq3%)1#vfx3% zA;IB3#Qu8UzHZGb@wQ-I@Oi-_f(HaU1z!}rBG@6&ccQmT@D0Ik!B++SuS=`<UBTA` zUlM#%a7FMH!50J*g1v%=1wRn%>q83pOLDggJ|?(V@KM1#0zKs3X9XV@d_oY5y<gU5 z!FItq!AAsJ1o{N_)(bu-&|BNPTd+ZJk3iqSo<2dnO@hw|J}LOR;6A~A!S@B*1fLRo zx(~6__y`VmBjU#D$Q#Pc9rmRzU9R$LRbQb^4*MgR^zf3NR?<UBdPYf4E9o&NJ=LUV zl=Qfh9$wM~NqW*rHz(=lBt4^~Tat83k}gux15J9CNw*~F38r|0dfZ9(D(QmUWE*-( z()|M6=cM-|>9!}mZ%G$D>4ivo4dPNKy+=tGDLo+2i<9&kB)yzTFH_Q+lJp8Cy%kCC zVA89W^n#^$VfV<=i&O4z*!N}FdU2cLWq+)8j^eG;_oY03l<DWu4V1^_?iV~Ecv29& z1J|vmWIZi7C^#f|MsQg0tU#}QIwCkKI3_qQcuw%V;03`6fj(*Jq~JxtDZxvEmj&_p ze?``-0{zfT`az%c<M`@*c}>=&;B~>2pd+XRZwRIZX9P2XHw9+}vw}InykJ4FD0oYd z1WSUh;GE#R;DX?y;F937;BCP>f*%WhB6wHuQ^C&!KNq|w&`x)>w)DS=eWR6raR*ku zgLta(JOaXP0C7Q#7tbRn6^S5Y1rHY~VqpPP5W}j^!W*JR&t}CL#Big@28p21DXv-J z<|fa@&|4L2@FUqqShz7(J+M>bMZ%<tWaEVt0$~9`#x<)xYvkd$*1fs5mj-Th6)L&6 zI|S^EoLihN$R99UEL%w;x02AyC5RctTzK^sWwyjfu&a0!77N#a3QII~IjCtxaX==@ zNl_NraB~-qY*5TK6+0-mja<yiZmr7*W-%(3QNkq~vjJoymaC1JWpC~HD?Y6_7PHw( ztb+aJ?jI^vmUB61#bezvf!rJn&2p?E%Ix}(2#YdANl*)K#4Lsh%Yb1>M9d~Hs+d5y zkhyRsPgz(^KkK1qwX5vXxLNcP2^MC&=+9!fmPG{%`BffuRpc3!iLl6;6}`YSD_n~q zKmrx3ATiL;p)yd#aL6&6NilC&3~gjwETpK77!<5XFgX?~SS!h*^8ahq@9#G3CGLSi zv|%xGje=_<PzJ?fk%*rVv7E?4HobcHHf)z+%(7l08!@J|QB8mf{>6~Jm`b=!f6Ue| z@it_cJPx<n$YRlC#KOh0EQzp?&+&{5C9J5m7%sKMR@sUp4dO_PnM+rZpn?Q3h7NLZ zf0m%kM2jxH6e+8ch;#V_F-IhF5N*H<H`hJ2MzQ4}#Y=3I29pn7(Ll7G!qAM0WkZu- zUMOVE%26U_D)7P@35Zc?oXP1Pip5A^u@Yj)=PcuK#^_kN5h7LuW}`Ou_8^d39V*mf zk;UTeCWcjC3vY-P1LmwaD7T@A(Jro8bZUvHjaUG@QM7CXn~f=rm)ovgkf;bfz{<k4 z?C30!mDrkMA{#YFW_*5tBgG=D7G)BUN5_gaF)zbd%-k4|TDD=62ZcKsu9YE0)>N9h zA<&dOL>^lUQ3hmd#5gzhLT#~oD7HzHiYyeeA7YCQnZ+E8&m0kBVYsGZ72!e-fdEdU zVkE2>hOro*?x7G1i~WT~EqlR2#maC^ek5Fm#%eH8P>L&wgsDI_Yh<rp{qto9Vc`~6 z$6ipjC6b7(k<D2_&Ltv7B6vInvQV1F>_}4%*MKu@O~x}f+GSy=<T{O7D3n>k&KL=o zVPe2=8I^6=s0|XR6c-T`I)F#5-BTzu1et8aa(5C+&a#ReB^S$`#wH_+i-lCg088Ws zj81dy2APVYMIuha4GSPk3^G}IwirzsCEOSqi{)?z6a?rcVz^<&kq88Zm?etxR>tA= z3FC!Jf7HUWhNysY$6BTT)jM_{S0H!wSUb<iDw;m6C<7=nWfE9WEQX%FWhAHwE9a8H zvLi{D1&{sZ-YAO|`y+vJ9BHn#VXl!8g-6WDP_S~8T#Sl=ER$lBp%U2~*cqlmmPGEB z1kVyy%i)nQmoKYjIhP77%HSbD2OrQXPE^#hHgdd`h$7Dpif07HPRo@cnv)tR#;wb} zt0rZ=<l4w}A1aVd#m>N`f*4Z8EaV0h$S7MZ=Q0BOYj9dDhdon)o}I=zAsb~BU53G8 zlQ9vA;($SEz$*$^f@Rlt5WE~YVl-s^S%tavM_Q+LhwPxD6s@5bG1DWPvvQ}|k+uj_ zNQ6p*9prjO&#auDQ3i6^OR;RA{)#G=U^&Q#WiDkTh=s+*Sx%5~t)i)$J2Do=kx;Nq zK9{gq@hJokFy#-i8$I&?n3vV9xO+rHiqne9RD^{a6~xR!-YTpN9*MAUa{^F`R)g81 z)-KXOr$NTDhDg*u#^43ec+P@nWIGoZ6=FFn^deE;X|9$SDiNbyC|C_zL$6+{KFg8l z5v#YX!dz<U0E=u`cGoOxZt);^4JfwaVnx$u&TLU(^0bE4fD&X{;|yX(K|W^{1qM>d zk&DB`k;N=c)>G=UsN^gzmu)RaCRR_b&o)po0dq~Dn6<r_i^@tY4i77!!9kS8;kc*} zEB05USfc1g!m^x30*fqGE}M%{VHTH=L<pc_E<7yA#LQ|yv5Jv(>n~w_cJ+o{<#X-% znwuLdC^^WHi8WA$T(n{vxs~K%IhAOm0eLv><~pd4vDhMSpw=3UY6s=yb1}+_XB3Ai zRv_BcTCr69Y)#v^T|65fw>TCFtQB`ZM5*Y7Ijprv6thOY<6irnVk=%mapRWY9$*cA zc+{G5P9=9nl;sjRfjhBP`j7l~7W+TA*y-Q?`S*W)Z|N_OAH2Nr@QLFSd-v|%H?e1V z-Jw)fXLqh&-a2(=GPS!4?S<5-QhRQ4ae3=vs-~(=H9uAL{cf7MxO{K-(&Eh2<ZOF! zVQHp2bG~Y)$?nX;^0u>8wb-uar)OuD&a`K%ZnsLyn<TkZb=&ikbJg;O*~$6obCc86 z<xLl6<~s`)mL?v0c=sd6cCK5#??_){eoy<qTiD*Gij_&-6P+LFiymF*RI|%lu8KtT zYGmuFtHp$V*Gj+EZ$K1WIk2lcx43I@W^rO>eyKY-J3DcCX79p<>dbBh<8S+X)$cUz zQe&N}yGtWXYhiOb^1;PR%Nri;o9AY$$MpL~mjvV6#<!2Z+gdla=K4QZ)^EISuNk}Y EAK=jsxc~qF diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-38.pyc deleted file mode 100644 index 9385b097d6dd0412f4717ca1a39ef1d9308cb07b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22177 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-38.pyc deleted file mode 100644 index a29624be3fd81cb18d495578cceebd6c4296aace..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23581 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 Ocg~!>DxNa+&i?>L8X;2v diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-38.pyc deleted file mode 100644 index 5491de581b1268fff5edbf2e205ae7d02c84f184..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22156 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 S!{!S%zqhqz<A(qKck16iGrNQU diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc deleted file mode 100644 index 8fe15b6aeed243c2551584738f4c9e3df941f976..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22179 zcmeI4$(L1U6~!MtMo=1!U5rtqf=aLn3L4WGqeda95RIsLmb@pF6jkM`2MO53E*ks3 z5B6Q`yXD+Jz<;2oj%wsQ6TN%G%FpceeRthQ0)<(U#a{cIv(G-~eD7wENp9b`@v>g? z=e|8#`**&m*ZZe}|NgVC32touE?n8bpm(S@SaE2@us2*WSUFfVSUp%XSbP84Ln{aC z4)nIK-_~2v>n;7eQH~n&e>nd)Sb9p+yYxK4PQeQV&lFrMxLUA7uuE{AV3Xjbf+q>C z5xh|F62UEk7Ym*%c$VPhg69ja7u+OhzJcD-?grX_!6p5^OHUSDA=n^TDcB--hTv&} zRf4Aq^qnoO5o{E!7Cce#bis`ReQZnX1&<RvL2#8|kKk2;#|tiRpt|4EUnTjA;Ln0T z3H~VfgW&gq-wA#z_>JJ#f(Hb@68uu|3&GC?KNI{^@Dst01wRt}P%sqyKyXHIzu^0V z?+Lyu_>SP)f)5D3CHSV`8-lM3z9#sp;46ZG;LCz93BD-!g5dLl&j~&&xKD7W;4Omp z2tFg27JOQ8uiys3rv#rAd_wSX!N&ym2tF$Kh~UG5qk>xnhXwluw+lWbc!l7!;C+I3 z3r-2{7Q9PvL~xhjb%K+E6M`whSg;^?nc$FMB>13UUN9$krC_^Yo8aw&cM4uFc(vd* z!5ai`6Wk$qwqT#&wSt3!1A<w>n+2~CyjO6g;AX*b!J7o{5WHXT96?|3R>6#5ui%Y> z&4RUpt%73>Z0l`mzRs%~Ho8h+2Iyax%ux+y19wE*!^5S<v&Hmp4^<!Dc6LAKEHOBY z9EFmu+JPA6iwxvqnnOPXV&27VgjMEVSFuOT4CmTSslsr^zQo*70*eDmy2$Y)QHbH3 z%0qNGwbaIvR6U%~k{Co4G0at*tH+cIajNH%qob5_)g9=9xsB~hta@rm9DWS9nC;C7 zv5NiBnYkLLmcqz|X@?L4vj{P8f$h1HoF(3#T$SO+<9Hg*4ojxdVV!fO0w;7}p4LHE zm3RYJVTiHkeBT>k`>TbsLw7KjkeqcPM&}J&Wl0vlL|FA*CNKD+Xd~x`aL9wf+!oJ7 zm0lZ!&bffeJHo&-09Q+<aW6Z&5Fz4H!84Gski~H{24)62ShrdY@p*>vLb$LlES7YE zd)ptZgU-WoamWl0cNjT3T;K$ruCzG13&Pk1RvOgdT|&aWQLsH#jy7|F4dQVShlCjv zE(YV(SdAPTuwRvxPPNzt+H6YbX$B0KOAaflZgT<C()OhsE{}xa3=2OOxR*OhIg3k2 zBj!}=nC4#AAhZr=I?U+sjHtGU^tS7&RSZguHqJNmMdS$003<LEa%jd}=iEzyHfGS_ z{SdQmNGM!5#z=3<AQ!leJDjtQE33?H1_mK!2Bwi?E+b*CvU69)E?qlHx(+U!&mEk~ zLv&zlU@@1|YY9~fW>k4%T(IxJxZDgE3hgfLpv~gwbr>fwjY6r7;pjY#hp;3zAcSE> z4(6&&SpycmZlh{upkM~DBw|ddMvgG-c@0YlgLwnzu!2RE(9^7o99A$SIJYzG+jWm( zHQvP=kn;)LLFf&5dyXc@F)$V<7p5Vx4l&iq*+ed-xg`VM%FGgSxOB+*BEN>)%p%9p zIMYFuwrVxR%N6o2ydT^1ob1QDIEMitVjDP&Hzh{_XWG#5l2n5^48VYbt?;YPb#DM8 zUEq8(TLp7yF>}#jfM1NH%>{4Z92dn_=&GhM<6?xRB{{#uxRN)h>U@HAaSXi_aK?{n zJZvl;A#Jb@62$EcD;OQl8GKP3Ls(+*E)MOCRWLeA%xid1v|-AoVGwt?8e&4uN9Sq` zLPs@nZ0g0W11u&qqoXt&`wq;0%&2ytt4fxu5Z{%b1SowByjt}71gd6{<I4C^2t$G& zg-61={uJoAgB%;g8(17ULaMeRw1gb?Rpt&GxUICBdo8KDT;M`=E9UYzTomsTS8}fz z1~zpVbLoh=E?`eJm`x*h(ZV<;=5oH7kKz3YBgd0qVCU+ov4(ZH*gjUHN+DcIZHO;0 zV?S8wHORr@VQs)MX5<K+^I1_1KSJIBmlDI&&ip)x85ySZRv8^}0#Cxo$YDw^2hwJp zL#EN&p2Hbd?G3AC4S6d+3A^w@?H6HSUA&)j7%(Gro=Y{_97dJ>=p|<sbHfxr#N>F0 zcE<T;o?&JySZT=+BXNOUBDBsqIuJWY0Ud>l#yp%2U~CZY=K?tlcurh+T{C*IH=~0B zIT%%#tEJaPaw##M&RY@ke!N=stT@^sPt3i}xoTjfneD4HETIk4i_3T+j$v{3qsqNz z7`V+LCtzU4YcRv&Qb;dV=K?UG;2a^$Rt|&F5zJu~IG@XzMh;U~@#8k<+B>2b7c*N$ z4pVwdEP6{4=K$Uhak!LriCpRZaDg$GY23!E(cx-{UBxOSh+&ps>H=Y~s&i>>DHn6u zuT*f=m)nXrsEXYYU@><@Z+jS4xJ1FBt*U<20#-a2erD}+F(|Rp_lGHO>KseLJiPQP z(1A;w5DRe!_UsZlhvZ7mRM~|b2GzOjM;kdaF2|)bE!qfez%JE6n9>`J4Z<bDXzSoi zN6CsDjE;$zUn9Pkcw*1+sRoDSI40V797`~W{jf5NU6{t8QV#p-lBKy}8j@<r2A;;w zW<YGkYRoM$+Sq^`&lGDoq$8>fD(P%*2}@c>0Rv`44rf@1<8i3EP;CnxOSbP9Rb0%d z#$4>9Kxl@6{hUL>3<@x+W?iBBelZunD1<@j1bV54izV&VI5j%l8>VznWk%!>S6#RR z7Uxs2J<}*K$T@T_#AnMcW+lIHc1Rmx<Y+@et|WGjLWyC}mGORNr2`pM+SDDqS{Ouc zRKt%d42i8=Fc4ZoE=D>eM+mF-+PNL#{bCoKabd1=7`Wh$5ED{`;YW@R7&;go<lI3B z!>S}9SJFj}kn_!4@Ky%rSkhH5gaNuJAc0{8D^<yvwZ8#kHi(W=A#%7(#CRdzuib#T z*7+d<Fer(s2IEbmjX^F@g}FDXZX<^TzhL;e5LI$j#zWA{2C&ds%y1Zm>dzD6xROoL z!KlK*pj}KG%m#$*EW{2umC$QAqyy#|gl6sl$gvQnRh<iAPmVTBJ&0*Aiyb1yirhrZ zZw0uQkulBH80lVgQH>BCOIpIn(hS5=4f_abqY%tt<Y=3m`3|lmEDa(DW2AGuOGq3d zHbVkKf>lWzIm9rVI;@IaK;p0+_<W)*!m5jPh+*!CXNqc=R;w<ARrI!35tnr2V028x zcuu!@an7<mGhh}+7`alF)vDDPUNVhdht;-{I85nfzbdmBz$yk&2&?M4rH+y*Iu<YK zI^;@{(z=W^V{V8$gghOLHOzpLpR2I}26RL&LUfl1i;JpT`3?gerQ68CFpXS<=z?|C zMcbnowr{|bltxCcLwC?-M!}2_UD#Vfjy7^#d+Aty7H4@O-vPvurH+u$TY9Dtckqjj zQdn{+<x0I5I9Gjx(tf2}X}_vzN&G*S<MT1|_Ph(Mde%gbgCDHwysU-le$~RVuKO4m zex47@2mBa#gNaW#@{c>NJ#%Kmziv2q`m$RO?BB6__pUuV_AIVDcw%&Hdg18ywTqh% zADtTY$8-I;(O@|0AD^0E+&n)T9v%*cvxkRGJRVKoy?FWf)co|}shR%#+`{yD`sA=b zni@~fEp9zF9M1QLvqxqcxBkp<JRXh~H^_2fIPT9*9Um^PpP8CHa$@Sp@V4!%7O&Xb zw9W47pPPSkBRn{_Uz7JWgEyT^?`=Bv%?*Y#i(Ag>&*hzapf~z^ule5$3Ld;==lJ;i z&iU#29n-T5<EfdM9jB*v&)qdVx=Ts_?VlXZ4(3KXwbWoZ-l=uQXU{*b8Q098T3ml! dLr=^Muh)N{Eo^CE_14w*^wz9g@z6gH{s&!I^REB^ diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc deleted file mode 100644 index 1f2a18b6910b0b20206902454c7ffdb118d038f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3363 zcmeHJPj4GV6rY*><Mn3kq-kgyTA&CCVu>`WL`5rAG?DuUP?Hp#a#$6nu4n8xtk=%$ zm@3A(kVxeQA0a*V!iV5v><PpH<pXf(1>T!YYHtWpdqP6&XrAA^_h#nJ@BK;cmr6c? z@B3?~`STe<e#1rXql7GiAo+?BB8Z?7>Cli;<XOZzR%iilg|@ImN087JPFN6b=z**# z3ZXB&a6%NrK=@%vy8rqp$X6fZUVHM@$M}8+5D0Q8_^|S&V<u{k4zvzHAArSC-K(yP zax{E6Z?wv|yv!ZbqsEsLV<P~M#@EQ_W$u_BHNlUxNy4(22q*6l5s1<*5hY1?tZ+({ zYos!{56MO<G%Z!v>#8R8J=J|A6$k?4+HtF<>ss#HV6_jE>_bkHeG7?$#6?m-;sL2F zDwMu7!Hw!<V$M6+#AuJR!?!6zMhE<(9lj(pHr#P`qf<uQ$ZmAe=-!d+WV;vVHNcD9 zhfw2}+yx>@NTK4{6VjxD3byNomav4qOF~;Z!V&H+*`c8ed_j1IFNmV>LGOtP5x{Tp z39(7&L+ndwaJR18@#QS$4fOT!LmqF&nY;@`6HSL?hwZVa1Uu1?aLZ78NcNme24~Wh zikmt~zbBOnU|Z^O-j3Uv^K^<w^+fXq<QZ=Oo1`V)RC1Fyy8T#7l{!i$Qa_`qoye#O zzeS!Ia{i1wUs}+e-a@b4n{UU7u1C@QpnbLbSgv0|p_%*}8H=u3z$=8*3z2zU&t&wa z-j*tZLv?%*rYfOj>cSYjHV(q2LwAowql%j^0@3(>h(L>KHe;~R_MS5&PfeEw9N3Df z0RY2VUHe!~!k#p^{rRoWcy(!wuiRf&Qy@}UOzISpX(VS}kh6!17BC4WBmrLoI+)IR zYY_XJs~9}vDpswa#+`xxNo{rh>eVaP<}YXW9CKqDAaoD}9@jfEg53#vNZ4RDckQ^< zOWmFxyzRI<y{I0y`t_FVjop_I%ArNWc!M6nhXsYxy!0V3kcebRpVDnQq&LZzpKdcq zSvE_yEzO2x!_qc{$~sFxVh?RWzh-JtI~y*9vOvjZ2sYl(c0e!KhmiT#!5Y(ivkaOd zplD@5HBF-8r{|mP2=bOcZtHa}<5tv8)_Ei~$ddFRPP__$u63&>-={JV&0@JLWR&Ga zv3hr@Rx?R~<(9fDt80AuR_b!db2tn$1!@ZUila{B%6qh>C8$+O8>x@sI4CI_E9yud zrFK(Fp<!Qg4hW$>^<emv{pm8~Y&uOnHaL}wG49F57Jb8M@O}UcpaM-{g8`0Hm}MH! z+OT&F{(vq~bAoNN_yS6WHH-G}FAJdS%#d>ssq<u;4VhqIc@HgtcV~<Yur92$zMc8$ z&aZ>r8(0G7%l=Yeb{~j7SZqD`;pac*9{hd-ka-6b3O!VB14*r<-!a%#tPC_qccE_p zT-~_Y7BX(gqd=8gkoqI_cW}%BWC67q!sfCw0Gkc4*_KBK=W~$dcULB``C%bJ^Yc0H zbVWZxKHz+_Uym}4X-cLAq#krC=$m>=y^fE#fMgEI`#_*sW+86KDB^s~bNCmMDAO;n z;XZ_!V8(bfa6N}n-@@sYO*>wxoJvav)tmK2(}Ge*#{Eu`fj0}AQ|tcC+X}NKwU%mC zBsCz_FOaO_61m!{x(FufO(bt2K@Y}UGyM!*OTFva^FMk6R>=jZ<A4UtW;P^WZdi=u T2F<Mq`+xo4#^)FJJ-hT55+Fxr diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc deleted file mode 100644 index 586d35cc78c65082dec2dc1aa08252d5d6cc2f78..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2226 zcma)7UvC>l5Z~SVle2Sn(j;wC0mXm{G9nExm0GDFAPH?G>Y&)+;Uu)WcsI_a=R0?A z4a9O@NKkp<JH))@oln5W*jJwN6;P!xvra-n6Nx?VcxM01%+AhlcC%6`6KKCap5>br zLjFSGa&tlW0($W&5J3b@NtZ^HBF|FRbt0$hMlK~!iExB_NQ5itffIScYm&NuLSb8- zn#%G{teR4PtMV<W>db`5C0VDbV=YbiJZ|qKnY2<Hwp?lG1GeHjAd*B>kcbHyIb!M+ z*{0TRDRM3E3I8yNJn4%G5gd{O8chIS5@pK=Vp4>MBr1uDsKS5w6>&*437$@yJJ0*6 zPQKdH@`|s6TDb=8`bj(0Xfx~Hm>}<*_2Ls?G|_ZO4%jXmQbB*Sp&JtJ2m;g<Ot20E z&JzUOa2gP-$u!P7d^<_CR41sl?i;V@_oPxDNG9Ms$r8=Exh;}Ht7NOMlRV>b7N>gy zsZ6Pz3y3W*x~9z2xX`=};fJWZg-o}V4@!=yDRJJ0$%6A^^7qP;?)H{?NpCU93LU5E z;vjjH|0s7J;-KyP2bqanEuk(U^-^~WxkBomz0?Q2JyinDA3-kyAcW3PAHKo6*9Y&x z`7zp<B<BtJi}*bO;XHmvY(yx;Y}ZlukY32HdH}LJmIcK4Qao8hO@NNNuh64$_&g=S zX*G!hnEWaPa!eJZKT%aA(@1V1nE|p0y}&huR^d2h+Xrvoa44(%jT7OimQfG7p~=sX z!cDN*fNPj-<a({!OJ!GPT8dSra;0Wr+1QN>UrcxwZl1+m`4E-aykmn8ZgA!D`v2#V znnSy{kzD6NfQi|UJM!@*>o?u*`PwV!!2HDvv9Vwf6??n%0KOIS{U7^)gk5&z4C#>F zB_q1;3?1$6dM}u2z>I%1AplFe0rb+4jiBu4^6n&{C#2-%pD#nZx&o`WVZ8dE@hKP& zt^Vl|*>{J4JQ(>MPzknR{FZQ@;Q!3gEJ{On1P+4E@d$V%oCSh(p8SG4&gZFc&-OFB ze-3Ql2F<VS&O0N5+|m39buYYd)$4QLK%N84dyT<+_lp|*#z3m=B)SGz&s8nfwJj(} zFlW<PVH%yBLaX03o`TDe#z|#nbJ>(L`IF`VUML$_GL5&ov9Z2k{50=$pelGmZuL8A z9;Va+5`>xY8|y9peAW2loyK2lHBk<}Uf*o2@U@olnyoK4T4uH*p^o&Gf;6@D1PvoB zEQpM|Ev0}mW$SrqWwo`s+*)fqHB+5jbD8D+&JGu`j!o6-$+PW5$gC~RO!L|LMr(Pq z#aqudRzdh?rS4fUng9<Eeknr}NdL2<W-SDm+#Fr70J%Vk`Vc(&40`bh2%*#Pm1#g- zDD>>qWr0QSnBsVq&aef_PJO4!LRcA|G8VAGTQ@)o5BUa^5Qa9Pv6{f8k|R0-cv~>l z*|^4h3{%%(O5sEVeGFzgxPOD?t5K`dMm@xb0BZp}1ZB><x#*|Jhn&Cc$LZP31m_}e zb8c(1t!E~HJcGwX?_J6T44d`ERL-7-woFsl_HTG?X|z=lQT#sojO7tx>sI|RV6^OD x58kn5wgHb;<;nx0FiyskS-)G@+_PC~7hke+ag!!^GCtDh_s|q(bV#S2e*giD6~+Jn diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc deleted file mode 100644 index 5c47cfe9c08f460bae76e66e9e41b8c954f3fe65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1091 zcmZ8fOK;Oa5Z?784?h~30^-CyNNq%+QY#^ZnnFbpQAJuI`LarECv{mTX4j#j$^j{r z%7y;`$Nr@iH%|Nm#EF@;Nz<<Njb_Gc&wSs^vF|$s&exqa_OnXJFASEC1;Gn|`~oH- z5#=PM0j200+(^y9)V|5B)DCRzTfCB1gR1szUQ6piUHcX8q;BA9zskMT4}9&{_)6Lc z8rrY(JLzh$O36NnoXEW(ksH&w88joWM_T@G3T?EgYIaWgq8I1;VlvGR#bgi*$U4VI zuePtF-ofkMB643IcMc90p|`)g`Q-8DBF5Km-d%^C!=0x)i_qCkMq7&r?;gD`!Vvno zaZoTk@*$X*1T-Rn5m}dHNFyUMFY1ALNh}grK*v^%x4WI*5{YhT=&uWdehpv(<Q|xu z<a9>n#;Gx*5&Z^Z$jv#)Er1QE0IGl*pbl{6WK^3G=FZ4>?*~DFp{mgZsa)P4kJvEb zIVk5VTTZiB2p4Lo8e_>g$r%$^S0Eu_qp6^QB_RTv5_L4VJ*t}N2}os&SjKtFP?n7O zP<Zh2imEzeA@57c*cJJ^*Ur<doh8|NGM0It^Y!y&dvX?^Y++J^eTv7?M6^SgaTMq6 zbP&oB4!S6_k$n~`@aIPWc^?d+O~ax$o<9}m{J|}4H~#Z#(Jn|2G{^lkW=uJZrITpN z(f1hpIPLS|jV`17vi&gT97MSb1q;(e?;aY|tp$*JVpPZ7)|zS}1yE$Edx2M!GtGzF z1s$!ja^z_u%LFQ}+;|$EmW;Lh${P)EWy?!A41MW?C^I-2<%St7ZkfR`DQ5t?TPAR1 h`lI};%;5ZVyGy(@L*%7u&kA9l<1$O+>(N_}`45e73eW%m diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc deleted file mode 100644 index 395c4bceac578a28c83bbf932db933d0db8952d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16714 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc deleted file mode 100644 index 011159b3842671cb305a7892563aa097a20cb968..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2979 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 bvxI-1316i{6Wq-X`iHk^SDH}bi|+pc_q5F1 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc deleted file mode 100644 index dd45f378d8c1fb6b842d786b6cb5173dd8f7954f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1589 zcmaJ>O>f&a7$zlI{*r9janfwquw0F<O+Vl)1%_crhGoUpVt`W=;6;!n*49ee9woO; z;htQe`w=@Nz%KnuyzaEy&bw^yOFCKH0i(dj@0Y~)<Ds8~VS~W><-u00LqdK><@)kK z`5JcdD?mmvDu|?vQj{IxNSC=rc7-P^tRj8p%POnN8mq}VtIGy!7{4c)GGKuWS!nc% zXvsEf%ZNor_eDo`S=Y!_u_b$~XXKjLmOE_6$aQf;?y_A<PDs|snr}(g<aFh-kFsD$ z`r#iGQtVURJ)R_L$jcKoTg-n{vk_Ndy)n$EW5JKkO1}25UB2!;&8K(o4elPFsa%LW zeKgCs(2ehB`JuA%)(=UUPY0U;(W4~Yv@{=%<l(`Aea9$+fl>O7j?5>%I8mHGw*eh{ z?EQaD5Z1FN9WBH-QF$`8q1)>WH_cF0`}E=P;NG3nNs`-xpnMxU_>PYhe|c#Qta{as zu07{;p`Pc(#6+dgzK!Lswc-;HIAJs+%y~zi(Trx!+ZuD<5sxqrdhhD?@aTAWt>Y;U z<8mR1fLsJWSo{W1l9DdT$~ku~2qmRkdMgT8G3Xnt8mt+t8*CVC8Vn4E23rQ(D>@FA zB#z3?ioC(Ebu+pIdc1Lr>=@Zy((|pQvve;UN|xlO=)AY2sE^$XAoY@*Z(~Lo!J;02 zd)nX8m0~gHN_8P^U5n#<nwN2`uoQ)LsS1LRP(`RA)DiGvsU|{zfDKSBgbskN&J8mQ z6``q(rcS}jSR(o2wNv~2RmrEBt|$)9zNfu{i)T8VnBlI&^tPCd^E46hrn&bbFBTtK z-&0+W<5VO?5y$VzU*GJPa=t&$=eP1{Q6@s%dYvE6Uh>HRjb_I$AcdLQPvKr=yxcEF zX)(sjWwX3JKT|!(|8v;I0RW*b$EW{!Dq#83@A}lE4srhWAO<m@4fyrl*SjB3==No^ z`xR{bG?6@xbtA?WEd<Iz9RCajT93&=hwIu>E(DC}Gswomrzq_q;3RLtE*yXwHTvWJ z$GVI4L6@(UrZ7aep<wH>1)JgPj!35Cbp4lMruP4Q&@FsnjQ8J0U-3hC(KEWd^45FB z86Bdxgd1)hNFm)uo1M0`8Uh8@vd$8Tr6cpQz2!C%*=K6L)*REOJ&dn?2~p79udrVQ Rwkn_j-E$)v!KBRN{sRsrrN;mO diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc deleted file mode 100644 index 23aaa3178161c4325d66475509caedb4bc142278..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2447 zcmZ`5%WfMtkmNqJl2@{0*RP@|T%b7!ZQ>qUAO(W9sqMxNVmYvsLl-F6wMfgW?5-5< zs*MHZBp2y1pCBLe6Fu}Zc<sr*kV`tlm1?;`xFR{^kev67o>r?B0`1RlSNLBwLjJ+U ze6wNk1N7`y7z7bCCJ7BFMVQ4bu>#A$R%|Cu;27AB-J}$h4D7^SQVz-ncH>I25G*8q z;8XIDh?4Lwi0~vGTR~Nno1|X3qCloj_1fVe&Z8gCbGdUCs;11JsNRWGfLY$@i74$f z^Dvi(Vf!pfCG2iAA00Gzqbyg^$smt<>4P+k&$B24+zR4$dTB0S<a66q+~&<get5LI z_qfiqk2GdaYk&H<A=C!0ZZvDU%ANoqNk9b&*eh~M1r_YV3oHX$!Uouuj&Ou~LB=$2 z0XAX-ToPqbxgdcj7K9IT`4zEAPysbmbp@F#WNxEMW({GajXnDshMeSdM8<5wE(s;M zmD^)jb0>Gl1m;rinYlb7lM0>?q)Fb;Mtwm$*`P0#D#Ih%<2*{EoO6W_D;M|5ZKG(O zB?_HDuZlVK@(}eqg!>NSmfD4S|J&A%l9|lkP;F;2K83l=c{>iXjPp0-?f2Vx(%<e! z{X0>b<zXD(8AkVdzss|4aMN`Dn@mMdZMVVxLgw39H_H0P3GVjKl@C;JL(h!&(i*K$ z55A$Xb)mPrGnqcDz)#?Xn+hC}u2rZK6{Ya?x~&#qGKx}52rc4p3x^dPR&iLv0kK~~ z&ro3mxEd~9+wrc^$a~D7MR)Ly2Lq5NT{<Jo3?=QO3P71W4HH?=H6*X;uEW)@@C^n7 zVZ-$~s`HmWOdJ^&K)B8t+ItlC!xYR{NM;1RNl<%nn05wXN1_YPsLtzthHo2=kSl2D zDkbPf+y)44bWg|d?UG;KzGNUin^+?{Vw>cWzO+W*&RypjQ%?ZnPD%n?yX!$OkJzOR z?q2CGfRjTuc}<^t&wX>g3g^3kslA6;1dMNJEM1b9_J|1vJAaQLWH(Xuw}f>c=jF+Y zS=l3d0|Mp`#M+mPBJQICSFC|zaT+)l);gTpAOJZ9^xi#l%AA0+*I0Ok3U|r@GaRe} z|7*|KYpV7Qh4o925aG$jC33O(%*ORhO4wNi+m#x_&u(X1@GAmk>nzH*AVhm=E6le} zAejR03N4|~>#oo?R~YbD@1WH`hM)zrN^Qk5RaMy6l@xL&hX~E3LjTmx-tqC#v3BEL zrz4eigghB^6#Adq!~xB#-NsRiAMR<lxT)QPRuk9WPe)H1yZoS~oo4I7aZ9gsz^mH> zrDO^-csUT(6%J{lSQh?opGqkd6el2WSkdL(z1H4N>!9&aFLru4muYX%IpZSCLtQg( z_R`Zx$h0l>a&!OaxV7`N#asKwd$4%CTX)nlzUHAyfJdci1W`6kcPOm(kQ<JAxas-o z3%Ga>dbSS(p-b>#>aihpvv)SbBvhoLikWM4jpF_?+kn|Muz{=^t5Ki&c!v!a=K>a` zy%DHrA?zk>J_P{GO(qmv7{h@Xh~*}1#%z{5>>^8T!|_6ORuaCbTZP~ttEq+@=2PuY z6T4acUtWCRXXqK$1OhTu=x}q6+nd^kvI3<9^AzV`NS^e>AV%2d{P`e^3yjI$CRu6^ zJQb=?em>_zsA7e5b#+=Z+A@xzHeH*-<Xw|;v3z|FJ;U7VQNQHdj8-h{-e)FfH|jOL zn4C=WU=bM#U0*L3CO1Bn6n`a5{eyCbMQ5(u6&29!_S<Rxq9}PTJefglG_}%^=^)9B g_nSB=ip4d*210(dcfZidcUXHeEMwpV({IW87oulHd;kCd diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc deleted file mode 100644 index 4858b01cc7a3bf6733dd1eb723e029d061f3f790..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5791 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 D3o90m diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-38.pyc deleted file mode 100644 index 04aa686c9b502132892fa42289356930c5af8dc9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1952 zcma)7&2A$_5bmBokDaj-k`+G^;;=}Ij5diltVkq8SZr?+DX~}f<YEc6oawe>XJ+j5 zjDc9rDUp`bo_K)dxR-qt9-vPkPC3Du6IDHS;w&IBQrA@Vbaz#KUG>dTu~;DR{ItEs zegW-wG!`EVjBj8hdmuRBG$aviQ;NC~8j;yHBdcv`+YIf<X**iC!d&FGT}pNdx4Cmg zxFhJL+0OG^i<I443dfbHDppQ9vL(`&a(FCc*-##8{kYdkJE>6KVJA50$3k1Me6=#< z^N+Jnc*v3eVvDs7*<qtvI|$(92ah?k5+4*n+LV*F!D-ukMY@z5+`Mwzmewt9gKi6l zJ3MzqE@?Xly36xgcX@#?T@gsZ<3)HEUJ;A5mmr;zDqsj%61~jbuR8(eIDb&bKyW0V zgGfnAr{vPOHf{(dshL`rU^AN&kj|7`=Ww1AIG)zauCkNyNJyE3t;%JrANNznqz$HY za4sKcXjl@dB8$fni;h_U;3mqJA`$5us;oqWU3lji3&Kv4F!qN0wX>N<qs>u&wBC=C zv=fHwlm6E52XXQYC-q?8i<l4PCLYH{x;aj}TO)m88>4fX2k%c{BrXU-OSC{8I$661 zWMdxfe*^Luc0L4TN(N>I4M$ik4TMp@MIU8bqA!hw^iabZmP;s#D3(#Yhhh~4E_n(g zL7=h-Co2o_X?*?>9Nt(3cVP=~3in{tCpP51zLlM=U1=|Ou9T-C7b%N7k@y048z6`= z`C!4{;+p^ER?V{cH;-=EiF@NtPdr=jwut`xd!Qr1XyCz|aOebo24zaC<h$;L0l1TE zIyG+Sg*i1-V_=>d@@Z-fY%EJk&cZWG&*xyi3iIwe^Ld!J^eKfKfbG;q%OZm%ZhT1$ z!j@n^8F;X>2rFMhp_gu;<Oj>AmV7-w4_5%-X8jg}mYOV9^ewAGEPhNGRB9?DW}xg^ zv)O1$Y%Jx}8$LU%DJNT?oPEEAw)>)SRIjpqU)e4HdDB;GJ-DM_ETxFy4RsxgSQilV znP#4RwdU6<{(gN|mGs(S-0gD_2STm3_8LvUa^y3AuUP}*pjx(M3H`gr=cxeSQqcfv zVb+m4)^`fU>I%WPVNdc22tr-zLF2g4I&)c~D~1Q{<QkLZh2p_|4~hm6!sPW;Zh*q+ z1+>fn`1zE`CsWk5y+*dl1?A?Heh92Gg^JcqWz~CccYm8adi%%DEjGxEzy91Q8yO<S zM!m)=d(WHfWwY@u%<5E~aUAwfMb-*;4Im%G2?sC|{ac|Hq_cu4e6*0lLp;kK@)`CE zW2(SdH00wDb&s*LaVN~a$TA$Nxkk6Ma)E$=57Tq`2tT}!;xiN&05D+2aDfOzV99&z zH8W^ZKqCDVMuL`0EyHs>+n@y#hr6c9rCu(m;;dUU!jp)$vIP)qqDwBT!PV@lb?HRe oFH2Lia-!oPNg_?r8DHJUatE4nzsi#S`eO_Txy=LAJnC7012yTe`~Uy| diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-38.pyc deleted file mode 100644 index c07be27ce9592688ed5230b36d97154cd858ec89..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 399 zcmYjNJxc>Y5WP(<Mov-*)>C>#?gSMy1PP*rO$4JBX_n3HCbzgB$L?NY@(cVKT3Y*W zuJs>STDdt-aA4l>W`^O-d+7C|z{kt^KK}Ccb4&h5+mn$`d*Fcv(}1EWV(7I+TW@IE zrtL`(hntV+KIaysrlnxOp1E}vv=VD@8Z4KE;PW*Y<_u>`t`^{O21{lv*9ufAXUu?} zLzWXmnTzH|OIUH2a|M>UvPg<G5JjOLG+SWHSwXTVvS2oeq5&yguFU|hh=NN&RJ{g= zl&EC(M@I`uxJWWB<7m@4PL7h33MJz>thyLeonc(<VcZDwq+`8uS9Kq+?<P05<M+Vq zcpGZ?9;QwfX~By=SJn|B`Wt?xS1do>HtY146xAke6sOH$|4p?!{59(WZOsimgxwJR E0Je2|AOHXW diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/big5freq.py b/lib/python3.8/site-packages/pip/_vendor/chardet/big5freq.py deleted file mode 100644 index 38f3251..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/big5freq.py +++ /dev/null @@ -1,386 +0,0 @@ -######################## 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 -# <http://www.edu.tw:81/mandr/> -# -# 128 --> 0.42261 -# 256 --> 0.57851 -# 512 --> 0.74851 -# 1024 --> 0.89384 -# 2048 --> 0.97583 -# -# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 -# Random Distribution Ration = 512/(5401-512)=0.105 -# -# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR - -BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 - -#Char to FreqOrder table -BIG5_TABLE_SIZE = 5376 - -BIG5_CHAR_TO_FREQ_ORDER = ( - 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 -3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 -1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 - 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 -3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 -4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 -5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 - 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 - 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 - 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 -2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 -1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 -3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 - 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 -1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 -3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 -2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 - 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 -3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 -1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 -5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 - 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 -5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 -1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 - 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 - 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 -3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 -3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 - 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 -2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 -2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 - 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 - 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 -3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 -1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 -1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 -1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 -2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 - 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 -4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 -1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 -5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 -2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 - 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 - 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 - 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 - 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 -5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 - 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 -1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 - 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 - 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 -5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 -1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 - 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 -3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 -4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 -3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 - 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 - 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 -1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 -4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 -3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 -3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 -2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 -5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 -3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 -5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 -1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 -2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 -1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 - 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 -1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 -4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 -3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 - 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 - 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 - 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 -2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 -5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 -1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 -2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 -1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 -1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 -5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 -5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 -5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 -3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 -4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 -4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 -2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 -5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 -3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 - 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 -5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 -5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 -1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 -2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 -3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 -4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 -5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 -3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 -4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 -1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 -1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 -4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 -1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 - 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 -1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 -1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 -3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 - 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 -5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 -2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 -1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 -1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 -5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 - 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 -4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 - 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 -2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 - 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 -1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 -1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 - 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 -4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 -4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 -1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 -3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 -5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 -5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 -1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 -2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 -1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 -3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 -2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 -3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 -2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 -4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 -4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 -3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 - 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 -3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 - 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 -3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 -4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 -3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 -1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 -5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 - 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 -5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 -1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 - 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 -4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 -4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 - 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 -2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 -2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 -3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 -1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 -4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 -2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 -1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 -1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 -2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 -3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 -1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 -5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 -1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 -4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 -1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 - 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 -1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 -4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 -4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 -2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 -1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 -4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 - 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 -5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 -2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 -3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 -4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 - 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 -5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 -5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 -1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 -4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 -4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 -2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 -3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 -3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 -2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 -1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 -4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 -3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 -3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 -2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 -4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 -5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 -3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 -2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 -3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 -1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 -2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 -3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 -4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 -2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 -2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 -5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 -1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 -2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 -1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 -3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 -4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 -2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 -3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 -3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 -2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 -4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 -2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 -3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 -4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 -5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 -3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 - 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 -1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 -4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 -1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 -4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 -5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 - 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 -5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 -5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 -2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 -3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 -2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 -2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 - 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 -1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 -4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 -3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 -3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 - 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 -2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 - 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 -2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 -4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 -1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 -4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 -1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 -3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 - 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 -3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 -5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 -5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 -3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 -3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 -1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 -2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 -5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 -1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 -1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 -3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 - 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 -1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 -4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 -5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 -2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 -3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 - 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 -1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 -2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 -2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 -5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 -5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 -5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 -2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 -2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 -1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 -4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 -3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 -3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 -4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 -4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 -2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 -2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 -5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 -4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 -5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 -4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 - 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 - 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 -1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 -3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 -4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 -1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 -5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 -2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 -2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 -3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 -5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 -1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 -3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 -5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 -1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 -5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 -2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 -3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 -2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 -3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 -3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 -3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 -4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 - 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 -2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 -4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 -3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 -5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 -1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 -5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 - 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 -1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 - 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 -4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 -1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 -4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 -1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 - 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 -3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 -4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 -5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 - 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 -3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 - 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 -2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 -) - diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py deleted file mode 100644 index 98f9970..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py +++ /dev/null @@ -1,47 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import Big5DistributionAnalysis -from .mbcssm import BIG5_SM_MODEL - - -class Big5Prober(MultiByteCharSetProber): - def __init__(self): - super(Big5Prober, self).__init__() - self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) - self.distribution_analyzer = Big5DistributionAnalysis() - self.reset() - - @property - def charset_name(self): - return "Big5" - - @property - def language(self): - return "Chinese" diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py b/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py deleted file mode 100644 index c0395f4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py +++ /dev/null @@ -1,233 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .euctwfreq import (EUCTW_CHAR_TO_FREQ_ORDER, EUCTW_TABLE_SIZE, - EUCTW_TYPICAL_DISTRIBUTION_RATIO) -from .euckrfreq import (EUCKR_CHAR_TO_FREQ_ORDER, EUCKR_TABLE_SIZE, - EUCKR_TYPICAL_DISTRIBUTION_RATIO) -from .gb2312freq import (GB2312_CHAR_TO_FREQ_ORDER, GB2312_TABLE_SIZE, - GB2312_TYPICAL_DISTRIBUTION_RATIO) -from .big5freq import (BIG5_CHAR_TO_FREQ_ORDER, BIG5_TABLE_SIZE, - BIG5_TYPICAL_DISTRIBUTION_RATIO) -from .jisfreq import (JIS_CHAR_TO_FREQ_ORDER, JIS_TABLE_SIZE, - JIS_TYPICAL_DISTRIBUTION_RATIO) - - -class CharDistributionAnalysis(object): - ENOUGH_DATA_THRESHOLD = 1024 - SURE_YES = 0.99 - SURE_NO = 0.01 - MINIMUM_DATA_THRESHOLD = 3 - - def __init__(self): - # Mapping table to get frequency order from char order (get from - # GetOrder()) - self._char_to_freq_order = None - self._table_size = None # Size of above table - # This is a constant value which varies from language to language, - # used in calculating confidence. See - # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html - # for further detail. - self.typical_distribution_ratio = None - self._done = None - self._total_chars = None - self._freq_chars = None - self.reset() - - def reset(self): - """reset analyser, clear any state""" - # If this flag is set to True, detection is done and conclusion has - # been made - self._done = False - self._total_chars = 0 # Total characters encountered - # The number of characters whose frequency order is less than 512 - self._freq_chars = 0 - - def feed(self, char, char_len): - """feed a character with known length""" - if char_len == 2: - # we only care about 2-bytes character in our distribution analysis - order = self.get_order(char) - else: - order = -1 - if order >= 0: - self._total_chars += 1 - # order is valid - if order < self._table_size: - if 512 > self._char_to_freq_order[order]: - self._freq_chars += 1 - - def get_confidence(self): - """return confidence based on existing data""" - # if we didn't receive any character in our consideration range, - # return negative answer - if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: - return self.SURE_NO - - if self._total_chars != self._freq_chars: - r = (self._freq_chars / ((self._total_chars - self._freq_chars) - * self.typical_distribution_ratio)) - if r < self.SURE_YES: - return r - - # normalize confidence (we don't want to be 100% sure) - return self.SURE_YES - - def got_enough_data(self): - # It is not necessary to receive all data to draw conclusion. - # For charset detection, certain amount of data is enough - return self._total_chars > self.ENOUGH_DATA_THRESHOLD - - def get_order(self, byte_str): - # We do not handle characters based on the original encoding string, - # but convert this encoding string to a number, here called order. - # This allows multiple encodings of a language to share one frequency - # table. - return -1 - - -class EUCTWDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - super(EUCTWDistributionAnalysis, self).__init__() - self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER - self._table_size = EUCTW_TABLE_SIZE - self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, byte_str): - # for euc-TW encoding, we are interested - # first byte range: 0xc4 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - first_char = byte_str[0] - if first_char >= 0xC4: - return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 - else: - return -1 - - -class EUCKRDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - super(EUCKRDistributionAnalysis, self).__init__() - self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER - self._table_size = EUCKR_TABLE_SIZE - self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, byte_str): - # for euc-KR encoding, we are interested - # first byte range: 0xb0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - first_char = byte_str[0] - if first_char >= 0xB0: - return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 - else: - return -1 - - -class GB2312DistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - super(GB2312DistributionAnalysis, self).__init__() - self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER - self._table_size = GB2312_TABLE_SIZE - self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, byte_str): - # for GB2312 encoding, we are interested - # first byte range: 0xb0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - first_char, second_char = byte_str[0], byte_str[1] - if (first_char >= 0xB0) and (second_char >= 0xA1): - return 94 * (first_char - 0xB0) + second_char - 0xA1 - else: - return -1 - - -class Big5DistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - super(Big5DistributionAnalysis, self).__init__() - self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER - self._table_size = BIG5_TABLE_SIZE - self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, byte_str): - # for big5 encoding, we are interested - # first byte range: 0xa4 -- 0xfe - # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe - # no validation needed here. State machine has done that - first_char, second_char = byte_str[0], byte_str[1] - if first_char >= 0xA4: - if second_char >= 0xA1: - return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 - else: - return 157 * (first_char - 0xA4) + second_char - 0x40 - else: - return -1 - - -class SJISDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - super(SJISDistributionAnalysis, self).__init__() - self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER - self._table_size = JIS_TABLE_SIZE - self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, byte_str): - # for sjis encoding, we are interested - # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe - # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe - # no validation needed here. State machine has done that - first_char, second_char = byte_str[0], byte_str[1] - if (first_char >= 0x81) and (first_char <= 0x9F): - order = 188 * (first_char - 0x81) - elif (first_char >= 0xE0) and (first_char <= 0xEF): - order = 188 * (first_char - 0xE0 + 31) - else: - return -1 - order = order + second_char - 0x40 - if second_char > 0x7F: - order = -1 - return order - - -class EUCJPDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - super(EUCJPDistributionAnalysis, self).__init__() - self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER - self._table_size = JIS_TABLE_SIZE - self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, byte_str): - # for euc-JP encoding, we are interested - # first byte range: 0xa0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - char = byte_str[0] - if char >= 0xA0: - return 94 * (char - 0xA1) + byte_str[1] - 0xa1 - else: - return -1 diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py deleted file mode 100644 index 8b3738e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py +++ /dev/null @@ -1,106 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .enums import ProbingState -from .charsetprober import CharSetProber - - -class CharSetGroupProber(CharSetProber): - def __init__(self, lang_filter=None): - super(CharSetGroupProber, self).__init__(lang_filter=lang_filter) - self._active_num = 0 - self.probers = [] - self._best_guess_prober = None - - def reset(self): - super(CharSetGroupProber, self).reset() - self._active_num = 0 - for prober in self.probers: - if prober: - prober.reset() - prober.active = True - self._active_num += 1 - self._best_guess_prober = None - - @property - def charset_name(self): - if not self._best_guess_prober: - self.get_confidence() - if not self._best_guess_prober: - return None - return self._best_guess_prober.charset_name - - @property - def language(self): - if not self._best_guess_prober: - self.get_confidence() - if not self._best_guess_prober: - return None - return self._best_guess_prober.language - - def feed(self, byte_str): - for prober in self.probers: - if not prober: - continue - if not prober.active: - continue - state = prober.feed(byte_str) - if not state: - continue - if state == ProbingState.FOUND_IT: - self._best_guess_prober = prober - return self.state - elif state == ProbingState.NOT_ME: - prober.active = False - self._active_num -= 1 - if self._active_num <= 0: - self._state = ProbingState.NOT_ME - return self.state - return self.state - - def get_confidence(self): - state = self.state - if state == ProbingState.FOUND_IT: - return 0.99 - elif state == ProbingState.NOT_ME: - return 0.01 - best_conf = 0.0 - self._best_guess_prober = None - for prober in self.probers: - if not prober: - continue - if not prober.active: - self.logger.debug('%s not active', prober.charset_name) - continue - conf = prober.get_confidence() - self.logger.debug('%s %s confidence = %s', prober.charset_name, prober.language, conf) - if best_conf < conf: - best_conf = conf - self._best_guess_prober = prober - if not self._best_guess_prober: - return 0.0 - return best_conf diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py deleted file mode 100644 index eac4e59..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py +++ /dev/null @@ -1,145 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import logging -import re - -from .enums import ProbingState - - -class CharSetProber(object): - - SHORTCUT_THRESHOLD = 0.95 - - def __init__(self, lang_filter=None): - self._state = None - self.lang_filter = lang_filter - self.logger = logging.getLogger(__name__) - - def reset(self): - self._state = ProbingState.DETECTING - - @property - def charset_name(self): - return None - - def feed(self, buf): - pass - - @property - def state(self): - return self._state - - def get_confidence(self): - return 0.0 - - @staticmethod - def filter_high_byte_only(buf): - buf = re.sub(b'([\x00-\x7F])+', b' ', buf) - return buf - - @staticmethod - def filter_international_words(buf): - """ - We define three types of bytes: - alphabet: english alphabets [a-zA-Z] - international: international characters [\x80-\xFF] - marker: everything else [^a-zA-Z\x80-\xFF] - - The input buffer can be thought to contain a series of words delimited - by markers. This function works to filter all words that contain at - least one international character. All contiguous sequences of markers - are replaced by a single space ascii character. - - This filter applies to all scripts which do not use English characters. - """ - filtered = bytearray() - - # This regex expression filters out only words that have at-least one - # international character. The word may include one marker character at - # the end. - words = re.findall(b'[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?', - buf) - - for word in words: - filtered.extend(word[:-1]) - - # If the last character in the word is a marker, replace it with a - # space as markers shouldn't affect our analysis (they are used - # similarly across all languages and may thus have similar - # frequencies). - last_char = word[-1:] - if not last_char.isalpha() and last_char < b'\x80': - last_char = b' ' - filtered.extend(last_char) - - return filtered - - @staticmethod - def filter_with_english_letters(buf): - """ - Returns a copy of ``buf`` that retains only the sequences of English - alphabet and high byte characters that are not between <> characters. - Also retains English alphabet and high byte characters immediately - before occurrences of >. - - This filter can be applied to all scripts which contain both English - characters and extended ASCII characters, but is currently only used by - ``Latin1Prober``. - """ - filtered = bytearray() - in_tag = False - prev = 0 - - for curr in range(len(buf)): - # Slice here to get bytes instead of an int with Python 3 - buf_char = buf[curr:curr + 1] - # Check if we're coming out of or entering an HTML tag - if buf_char == b'>': - in_tag = False - elif buf_char == b'<': - in_tag = True - - # If current character is not extended-ASCII and not alphabetic... - if buf_char < b'\x80' and not buf_char.isalpha(): - # ...and we're not in a tag - if curr > prev and not in_tag: - # Keep everything after last non-extended-ASCII, - # non-alphabetic character - filtered.extend(buf[prev:curr]) - # Output a space to delimit stretch we kept - filtered.extend(b' ') - prev = curr + 1 - - # If we're not in a tag... - if not in_tag: - # Keep everything after last non-extended-ASCII, non-alphabetic - # character - filtered.extend(buf[prev:]) - - return filtered diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py b/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py deleted file mode 100644 index 8b13789..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 9775341300108a409cda4c22f611e890c0a0f319..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 156 zcmWIL<>g`kf(}dJct#-o7{oyaAVCKpE@lA|DGb33nv8xc8Hzx{2;!Hceo1bDenDn| zZf0I_Nn%cpZdIm5etBw!DM%2E<I7U>Qu2%RlQR;FQc_FwlXEil<Kr{)GE3s)^$IF) TaoFVMr<CTT+JTJz48#lopKK(` diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc deleted file mode 100644 index e7ca80e69d50191d02cf0ee9d835deebe6d5b006..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2657 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 Y)|CFR`@W9^_#Mz_CrCa_ZnfF}0GOH)^8f$< diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/cli/chardetect.py b/lib/python3.8/site-packages/pip/_vendor/chardet/cli/chardetect.py deleted file mode 100644 index c61136b..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/cli/chardetect.py +++ /dev/null @@ -1,85 +0,0 @@ -#!/usr/bin/env python -""" -Script which takes one or more file paths and reports on their detected -encodings - -Example:: - - % chardetect somefile someotherfile - somefile: windows-1252 with confidence 0.5 - someotherfile: ascii with confidence 1.0 - -If no paths are provided, it takes its input from stdin. - -""" - -from __future__ import absolute_import, print_function, unicode_literals - -import argparse -import sys - -from pip._vendor.chardet import __version__ -from pip._vendor.chardet.compat import PY2 -from pip._vendor.chardet.universaldetector import UniversalDetector - - -def description_of(lines, name='stdin'): - """ - 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 - """ - u = UniversalDetector() - 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 PY2: - name = name.decode(sys.getfilesystemencoding(), 'ignore') - if result['encoding']: - return '{0}: {1} with confidence {2}'.format(name, result['encoding'], - result['confidence']) - else: - return '{0}: no result'.format(name) - - -def main(argv=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 if PY2 else sys.stdin.buffer]) - parser.add_argument('--version', action='version', - version='%(prog)s {0}'.format(__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)) - - -if __name__ == '__main__': - main() diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/codingstatemachine.py b/lib/python3.8/site-packages/pip/_vendor/chardet/codingstatemachine.py deleted file mode 100644 index 68fba44..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/codingstatemachine.py +++ /dev/null @@ -1,88 +0,0 @@ -######################## 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 .enums import MachineState - - -class CodingStateMachine(object): - """ - 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): - self._model = sm - self._curr_byte_pos = 0 - self._curr_char_len = 0 - self._curr_state = None - self.logger = logging.getLogger(__name__) - self.reset() - - def reset(self): - self._curr_state = MachineState.START - - def next_state(self, c): - # 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): - return self._curr_char_len - - def get_coding_state_machine(self): - return self._model['name'] - - @property - def language(self): - return self._model['language'] diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/compat.py b/lib/python3.8/site-packages/pip/_vendor/chardet/compat.py deleted file mode 100644 index ddd7468..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/compat.py +++ /dev/null @@ -1,34 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# Contributor(s): -# Dan Blanchard -# Ian Cordasco -# -# 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 sys - - -if sys.version_info < (3, 0): - PY2 = True - PY3 = False - base_str = (str, unicode) - text_type = unicode -else: - PY2 = False - PY3 = True - base_str = (bytes, str) - text_type = str diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/cp949prober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/cp949prober.py deleted file mode 100644 index efd793a..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/cp949prober.py +++ /dev/null @@ -1,49 +0,0 @@ -######################## 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): - super(CP949Prober, self).__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): - return "CP949" - - @property - def language(self): - return "Korean" diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/enums.py b/lib/python3.8/site-packages/pip/_vendor/chardet/enums.py deleted file mode 100644 index 0451207..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/enums.py +++ /dev/null @@ -1,76 +0,0 @@ -""" -All of the Enums that are used throughout the chardet package. - -:author: Dan Blanchard (dan.blanchard@gmail.com) -""" - - -class InputState(object): - """ - This enum represents the different states a universal detector can be in. - """ - PURE_ASCII = 0 - ESC_ASCII = 1 - HIGH_BYTE = 2 - - -class LanguageFilter(object): - """ - This enum represents the different language filters we can apply to a - ``UniversalDetector``. - """ - 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(object): - """ - This enum represents the different states a prober can be in. - """ - DETECTING = 0 - FOUND_IT = 1 - NOT_ME = 2 - - -class MachineState(object): - """ - This enum represents the different states a state machine can be in. - """ - START = 0 - ERROR = 1 - ITS_ME = 2 - - -class SequenceLikelihood(object): - """ - 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): - """:returns: The number of likelihood categories in the enum.""" - return 4 - - -class CharacterCategory(object): - """ - 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/lib/python3.8/site-packages/pip/_vendor/chardet/escprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/escprober.py deleted file mode 100644 index c70493f..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/escprober.py +++ /dev/null @@ -1,101 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetprober import CharSetProber -from .codingstatemachine import CodingStateMachine -from .enums import LanguageFilter, ProbingState, MachineState -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=None): - super(EscCharSetProber, self).__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 = None - self._detected_charset = None - self._detected_language = None - self._state = None - self.reset() - - def reset(self): - super(EscCharSetProber, self).reset() - for coding_sm in self.coding_sm: - if not coding_sm: - continue - 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): - return self._detected_charset - - @property - def language(self): - return self._detected_language - - def get_confidence(self): - if self._detected_charset: - return 0.99 - else: - return 0.00 - - def feed(self, byte_str): - for c in byte_str: - for coding_sm in self.coding_sm: - if not coding_sm or 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/lib/python3.8/site-packages/pip/_vendor/chardet/escsm.py b/lib/python3.8/site-packages/pip/_vendor/chardet/escsm.py deleted file mode 100644 index 0069523..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/escsm.py +++ /dev/null @@ -1,246 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .enums import MachineState - -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 -) - -HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) - -HZ_SM_MODEL = {'class_table': HZ_CLS, - 'class_factor': 6, - 'state_table': HZ_ST, - 'char_len_table': HZ_CHAR_LEN_TABLE, - 'name': "HZ-GB-2312", - 'language': 'Chinese'} - -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 -) - -ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) - -ISO2022CN_SM_MODEL = {'class_table': ISO2022CN_CLS, - 'class_factor': 9, - 'state_table': ISO2022CN_ST, - 'char_len_table': ISO2022CN_CHAR_LEN_TABLE, - 'name': "ISO-2022-CN", - 'language': 'Chinese'} - -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 -) - -ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) - -ISO2022JP_SM_MODEL = {'class_table': ISO2022JP_CLS, - 'class_factor': 10, - 'state_table': ISO2022JP_ST, - 'char_len_table': ISO2022JP_CHAR_LEN_TABLE, - 'name': "ISO-2022-JP", - 'language': 'Japanese'} - -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 -) - -ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) - -ISO2022KR_SM_MODEL = {'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/lib/python3.8/site-packages/pip/_vendor/chardet/eucjpprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/eucjpprober.py deleted file mode 100644 index 20ce8f7..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/eucjpprober.py +++ /dev/null @@ -1,92 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .enums import ProbingState, MachineState -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import EUCJPDistributionAnalysis -from .jpcntx import EUCJPContextAnalysis -from .mbcssm import EUCJP_SM_MODEL - - -class EUCJPProber(MultiByteCharSetProber): - def __init__(self): - super(EUCJPProber, self).__init__() - self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) - self.distribution_analyzer = EUCJPDistributionAnalysis() - self.context_analyzer = EUCJPContextAnalysis() - self.reset() - - def reset(self): - super(EUCJPProber, self).reset() - self.context_analyzer.reset() - - @property - def charset_name(self): - return "EUC-JP" - - @property - def language(self): - return "Japanese" - - def feed(self, byte_str): - for i in range(len(byte_str)): - # PY3K: byte_str is a byte array, so byte_str[i] is an int, not a byte - coding_state = self.coding_sm.next_state(byte_str[i]) - if coding_state == MachineState.ERROR: - self.logger.debug('%s %s prober hit error at byte %s', - self.charset_name, self.language, i) - self._state = ProbingState.NOT_ME - break - elif coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - break - elif coding_state == MachineState.START: - char_len = self.coding_sm.get_current_charlen() - if i == 0: - self._last_char[1] = byte_str[0] - self.context_analyzer.feed(self._last_char, 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): - context_conf = self.context_analyzer.get_confidence() - distrib_conf = self.distribution_analyzer.get_confidence() - return max(context_conf, distrib_conf) diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py b/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py deleted file mode 100644 index b68078c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py +++ /dev/null @@ -1,195 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -# Sampling from about 20M text materials include literature and computer technology - -# 128 --> 0.79 -# 256 --> 0.92 -# 512 --> 0.986 -# 1024 --> 0.99944 -# 2048 --> 0.99999 -# -# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 -# Random Distribution Ration = 512 / (2350-512) = 0.279. -# -# Typical Distribution Ratio - -EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 - -EUCKR_TABLE_SIZE = 2352 - -# Char to FreqOrder table , -EUCKR_CHAR_TO_FREQ_ORDER = ( - 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, -1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, -1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, - 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, - 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, - 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, -1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, - 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, - 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, -1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, -1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, -1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, -1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, -1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, - 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, -1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, -1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, -1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, -1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, - 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, -1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, - 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, - 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, -1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, - 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, -1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, - 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, - 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, -1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, -1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, -1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, -1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, - 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, -1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, - 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, - 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, -1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, -1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, -1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, -1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, -1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, -1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, - 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, - 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, - 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, -1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, - 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, -1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, - 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, - 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, -2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, - 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, - 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, -2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, -2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, -2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, - 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, - 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, -2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, - 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, -1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, -2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, -1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, -2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, -2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, -1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, - 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, -2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, -2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, - 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, - 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, -2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, -1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, -2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, -2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, -2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, -2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, -2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, -2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, -1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, -2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, -2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, -2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, -2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, -2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, -1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, -1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, -2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, -1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, -2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, -1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, - 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, -2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, - 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, -2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, - 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, -2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, -2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, - 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, -2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, -1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, - 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, -1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, -2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, -1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, -2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, - 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, -2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, -1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, -2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, -1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, -2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, -1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, - 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, -2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, -2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, - 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, - 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, -1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, -1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, - 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, -2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, -2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, - 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, - 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, - 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, -2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, - 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, - 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, -2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, -2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, - 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, -2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, -1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, - 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, -2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, -2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, -2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, - 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, - 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, - 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, -2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, -2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, -2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, -1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, -2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, - 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 -) - diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py deleted file mode 100644 index 345a060..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py +++ /dev/null @@ -1,47 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import EUCKRDistributionAnalysis -from .mbcssm import EUCKR_SM_MODEL - - -class EUCKRProber(MultiByteCharSetProber): - def __init__(self): - super(EUCKRProber, self).__init__() - self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) - self.distribution_analyzer = EUCKRDistributionAnalysis() - self.reset() - - @property - def charset_name(self): - return "EUC-KR" - - @property - def language(self): - return "Korean" diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py b/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py deleted file mode 100644 index ed7a995..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py +++ /dev/null @@ -1,387 +0,0 @@ -######################## 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 -# <http:#www.edu.tw:81/mandr/> - -# 128 --> 0.42261 -# 256 --> 0.57851 -# 512 --> 0.74851 -# 1024 --> 0.89384 -# 2048 --> 0.97583 -# -# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 -# Random Distribution Ration = 512/(5401-512)=0.105 -# -# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR - -EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 - -# Char to FreqOrder table , -EUCTW_TABLE_SIZE = 5376 - -EUCTW_CHAR_TO_FREQ_ORDER = ( - 1,1800,1506, 255,1431, 198, 9, 82, 6,7310, 177, 202,3615,1256,2808, 110, # 2742 -3735, 33,3241, 261, 76, 44,2113, 16,2931,2184,1176, 659,3868, 26,3404,2643, # 2758 -1198,3869,3313,4060, 410,2211, 302, 590, 361,1963, 8, 204, 58,4296,7311,1931, # 2774 - 63,7312,7313, 317,1614, 75, 222, 159,4061,2412,1480,7314,3500,3068, 224,2809, # 2790 -3616, 3, 10,3870,1471, 29,2774,1135,2852,1939, 873, 130,3242,1123, 312,7315, # 2806 -4297,2051, 507, 252, 682,7316, 142,1914, 124, 206,2932, 34,3501,3173, 64, 604, # 2822 -7317,2494,1976,1977, 155,1990, 645, 641,1606,7318,3405, 337, 72, 406,7319, 80, # 2838 - 630, 238,3174,1509, 263, 939,1092,2644, 756,1440,1094,3406, 449, 69,2969, 591, # 2854 - 179,2095, 471, 115,2034,1843, 60, 50,2970, 134, 806,1868, 734,2035,3407, 180, # 2870 - 995,1607, 156, 537,2893, 688,7320, 319,1305, 779,2144, 514,2374, 298,4298, 359, # 2886 -2495, 90,2707,1338, 663, 11, 906,1099,2545, 20,2436, 182, 532,1716,7321, 732, # 2902 -1376,4062,1311,1420,3175, 25,2312,1056, 113, 399, 382,1949, 242,3408,2467, 529, # 2918 -3243, 475,1447,3617,7322, 117, 21, 656, 810,1297,2295,2329,3502,7323, 126,4063, # 2934 - 706, 456, 150, 613,4299, 71,1118,2036,4064, 145,3069, 85, 835, 486,2114,1246, # 2950 -1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,7324,2127,2354, 347,3736, 221, # 2966 -3503,3110,7325,1955,1153,4065, 83, 296,1199,3070, 192, 624, 93,7326, 822,1897, # 2982 -2810,3111, 795,2064, 991,1554,1542,1592, 27, 43,2853, 859, 139,1456, 860,4300, # 2998 - 437, 712,3871, 164,2392,3112, 695, 211,3017,2096, 195,3872,1608,3504,3505,3618, # 3014 -3873, 234, 811,2971,2097,3874,2229,1441,3506,1615,2375, 668,2076,1638, 305, 228, # 3030 -1664,4301, 467, 415,7327, 262,2098,1593, 239, 108, 300, 200,1033, 512,1247,2077, # 3046 -7328,7329,2173,3176,3619,2673, 593, 845,1062,3244, 88,1723,2037,3875,1950, 212, # 3062 - 266, 152, 149, 468,1898,4066,4302, 77, 187,7330,3018, 37, 5,2972,7331,3876, # 3078 -7332,7333, 39,2517,4303,2894,3177,2078, 55, 148, 74,4304, 545, 483,1474,1029, # 3094 -1665, 217,1869,1531,3113,1104,2645,4067, 24, 172,3507, 900,3877,3508,3509,4305, # 3110 - 32,1408,2811,1312, 329, 487,2355,2247,2708, 784,2674, 4,3019,3314,1427,1788, # 3126 - 188, 109, 499,7334,3620,1717,1789, 888,1217,3020,4306,7335,3510,7336,3315,1520, # 3142 -3621,3878, 196,1034, 775,7337,7338, 929,1815, 249, 439, 38,7339,1063,7340, 794, # 3158 -3879,1435,2296, 46, 178,3245,2065,7341,2376,7342, 214,1709,4307, 804, 35, 707, # 3174 - 324,3622,1601,2546, 140, 459,4068,7343,7344,1365, 839, 272, 978,2257,2572,3409, # 3190 -2128,1363,3623,1423, 697, 100,3071, 48, 70,1231, 495,3114,2193,7345,1294,7346, # 3206 -2079, 462, 586,1042,3246, 853, 256, 988, 185,2377,3410,1698, 434,1084,7347,3411, # 3222 - 314,2615,2775,4308,2330,2331, 569,2280, 637,1816,2518, 757,1162,1878,1616,3412, # 3238 - 287,1577,2115, 768,4309,1671,2854,3511,2519,1321,3737, 909,2413,7348,4069, 933, # 3254 -3738,7349,2052,2356,1222,4310, 765,2414,1322, 786,4311,7350,1919,1462,1677,2895, # 3270 -1699,7351,4312,1424,2437,3115,3624,2590,3316,1774,1940,3413,3880,4070, 309,1369, # 3286 -1130,2812, 364,2230,1653,1299,3881,3512,3882,3883,2646, 525,1085,3021, 902,2000, # 3302 -1475, 964,4313, 421,1844,1415,1057,2281, 940,1364,3116, 376,4314,4315,1381, 7, # 3318 -2520, 983,2378, 336,1710,2675,1845, 321,3414, 559,1131,3022,2742,1808,1132,1313, # 3334 - 265,1481,1857,7352, 352,1203,2813,3247, 167,1089, 420,2814, 776, 792,1724,3513, # 3350 -4071,2438,3248,7353,4072,7354, 446, 229, 333,2743, 901,3739,1200,1557,4316,2647, # 3366 -1920, 395,2744,2676,3740,4073,1835, 125, 916,3178,2616,4317,7355,7356,3741,7357, # 3382 -7358,7359,4318,3117,3625,1133,2547,1757,3415,1510,2313,1409,3514,7360,2145, 438, # 3398 -2591,2896,2379,3317,1068, 958,3023, 461, 311,2855,2677,4074,1915,3179,4075,1978, # 3414 - 383, 750,2745,2617,4076, 274, 539, 385,1278,1442,7361,1154,1964, 384, 561, 210, # 3430 - 98,1295,2548,3515,7362,1711,2415,1482,3416,3884,2897,1257, 129,7363,3742, 642, # 3446 - 523,2776,2777,2648,7364, 141,2231,1333, 68, 176, 441, 876, 907,4077, 603,2592, # 3462 - 710, 171,3417, 404, 549, 18,3118,2393,1410,3626,1666,7365,3516,4319,2898,4320, # 3478 -7366,2973, 368,7367, 146, 366, 99, 871,3627,1543, 748, 807,1586,1185, 22,2258, # 3494 - 379,3743,3180,7368,3181, 505,1941,2618,1991,1382,2314,7369, 380,2357, 218, 702, # 3510 -1817,1248,3418,3024,3517,3318,3249,7370,2974,3628, 930,3250,3744,7371, 59,7372, # 3526 - 585, 601,4078, 497,3419,1112,1314,4321,1801,7373,1223,1472,2174,7374, 749,1836, # 3542 - 690,1899,3745,1772,3885,1476, 429,1043,1790,2232,2116, 917,4079, 447,1086,1629, # 3558 -7375, 556,7376,7377,2020,1654, 844,1090, 105, 550, 966,1758,2815,1008,1782, 686, # 3574 -1095,7378,2282, 793,1602,7379,3518,2593,4322,4080,2933,2297,4323,3746, 980,2496, # 3590 - 544, 353, 527,4324, 908,2678,2899,7380, 381,2619,1942,1348,7381,1341,1252, 560, # 3606 -3072,7382,3420,2856,7383,2053, 973, 886,2080, 143,4325,7384,7385, 157,3886, 496, # 3622 -4081, 57, 840, 540,2038,4326,4327,3421,2117,1445, 970,2259,1748,1965,2081,4082, # 3638 -3119,1234,1775,3251,2816,3629, 773,1206,2129,1066,2039,1326,3887,1738,1725,4083, # 3654 - 279,3120, 51,1544,2594, 423,1578,2130,2066, 173,4328,1879,7386,7387,1583, 264, # 3670 - 610,3630,4329,2439, 280, 154,7388,7389,7390,1739, 338,1282,3073, 693,2857,1411, # 3686 -1074,3747,2440,7391,4330,7392,7393,1240, 952,2394,7394,2900,1538,2679, 685,1483, # 3702 -4084,2468,1436, 953,4085,2054,4331, 671,2395, 79,4086,2441,3252, 608, 567,2680, # 3718 -3422,4087,4088,1691, 393,1261,1791,2396,7395,4332,7396,7397,7398,7399,1383,1672, # 3734 -3748,3182,1464, 522,1119, 661,1150, 216, 675,4333,3888,1432,3519, 609,4334,2681, # 3750 -2397,7400,7401,7402,4089,3025, 0,7403,2469, 315, 231,2442, 301,3319,4335,2380, # 3766 -7404, 233,4090,3631,1818,4336,4337,7405, 96,1776,1315,2082,7406, 257,7407,1809, # 3782 -3632,2709,1139,1819,4091,2021,1124,2163,2778,1777,2649,7408,3074, 363,1655,3183, # 3798 -7409,2975,7410,7411,7412,3889,1567,3890, 718, 103,3184, 849,1443, 341,3320,2934, # 3814 -1484,7413,1712, 127, 67, 339,4092,2398, 679,1412, 821,7414,7415, 834, 738, 351, # 3830 -2976,2146, 846, 235,1497,1880, 418,1992,3749,2710, 186,1100,2147,2746,3520,1545, # 3846 -1355,2935,2858,1377, 583,3891,4093,2573,2977,7416,1298,3633,1078,2549,3634,2358, # 3862 - 78,3750,3751, 267,1289,2099,2001,1594,4094, 348, 369,1274,2194,2175,1837,4338, # 3878 -1820,2817,3635,2747,2283,2002,4339,2936,2748, 144,3321, 882,4340,3892,2749,3423, # 3894 -4341,2901,7417,4095,1726, 320,7418,3893,3026, 788,2978,7419,2818,1773,1327,2859, # 3910 -3894,2819,7420,1306,4342,2003,1700,3752,3521,2359,2650, 787,2022, 506, 824,3636, # 3926 - 534, 323,4343,1044,3322,2023,1900, 946,3424,7421,1778,1500,1678,7422,1881,4344, # 3942 - 165, 243,4345,3637,2521, 123, 683,4096, 764,4346, 36,3895,1792, 589,2902, 816, # 3958 - 626,1667,3027,2233,1639,1555,1622,3753,3896,7423,3897,2860,1370,1228,1932, 891, # 3974 -2083,2903, 304,4097,7424, 292,2979,2711,3522, 691,2100,4098,1115,4347, 118, 662, # 3990 -7425, 611,1156, 854,2381,1316,2861, 2, 386, 515,2904,7426,7427,3253, 868,2234, # 4006 -1486, 855,2651, 785,2212,3028,7428,1040,3185,3523,7429,3121, 448,7430,1525,7431, # 4022 -2164,4348,7432,3754,7433,4099,2820,3524,3122, 503, 818,3898,3123,1568, 814, 676, # 4038 -1444, 306,1749,7434,3755,1416,1030, 197,1428, 805,2821,1501,4349,7435,7436,7437, # 4054 -1993,7438,4350,7439,7440,2195, 13,2779,3638,2980,3124,1229,1916,7441,3756,2131, # 4070 -7442,4100,4351,2399,3525,7443,2213,1511,1727,1120,7444,7445, 646,3757,2443, 307, # 4086 -7446,7447,1595,3186,7448,7449,7450,3639,1113,1356,3899,1465,2522,2523,7451, 519, # 4102 -7452, 128,2132, 92,2284,1979,7453,3900,1512, 342,3125,2196,7454,2780,2214,1980, # 4118 -3323,7455, 290,1656,1317, 789, 827,2360,7456,3758,4352, 562, 581,3901,7457, 401, # 4134 -4353,2248, 94,4354,1399,2781,7458,1463,2024,4355,3187,1943,7459, 828,1105,4101, # 4150 -1262,1394,7460,4102, 605,4356,7461,1783,2862,7462,2822, 819,2101, 578,2197,2937, # 4166 -7463,1502, 436,3254,4103,3255,2823,3902,2905,3425,3426,7464,2712,2315,7465,7466, # 4182 -2332,2067, 23,4357, 193, 826,3759,2102, 699,1630,4104,3075, 390,1793,1064,3526, # 4198 -7467,1579,3076,3077,1400,7468,4105,1838,1640,2863,7469,4358,4359, 137,4106, 598, # 4214 -3078,1966, 780, 104, 974,2938,7470, 278, 899, 253, 402, 572, 504, 493,1339,7471, # 4230 -3903,1275,4360,2574,2550,7472,3640,3029,3079,2249, 565,1334,2713, 863, 41,7473, # 4246 -7474,4361,7475,1657,2333, 19, 463,2750,4107, 606,7476,2981,3256,1087,2084,1323, # 4262 -2652,2982,7477,1631,1623,1750,4108,2682,7478,2864, 791,2714,2653,2334, 232,2416, # 4278 -7479,2983,1498,7480,2654,2620, 755,1366,3641,3257,3126,2025,1609, 119,1917,3427, # 4294 - 862,1026,4109,7481,3904,3760,4362,3905,4363,2260,1951,2470,7482,1125, 817,4110, # 4310 -4111,3906,1513,1766,2040,1487,4112,3030,3258,2824,3761,3127,7483,7484,1507,7485, # 4326 -2683, 733, 40,1632,1106,2865, 345,4113, 841,2524, 230,4364,2984,1846,3259,3428, # 4342 -7486,1263, 986,3429,7487, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562,3907, # 4358 -3908,2939, 967,2751,2655,1349, 592,2133,1692,3324,2985,1994,4114,1679,3909,1901, # 4374 -2185,7488, 739,3642,2715,1296,1290,7489,4115,2198,2199,1921,1563,2595,2551,1870, # 4390 -2752,2986,7490, 435,7491, 343,1108, 596, 17,1751,4365,2235,3430,3643,7492,4366, # 4406 - 294,3527,2940,1693, 477, 979, 281,2041,3528, 643,2042,3644,2621,2782,2261,1031, # 4422 -2335,2134,2298,3529,4367, 367,1249,2552,7493,3530,7494,4368,1283,3325,2004, 240, # 4438 -1762,3326,4369,4370, 836,1069,3128, 474,7495,2148,2525, 268,3531,7496,3188,1521, # 4454 -1284,7497,1658,1546,4116,7498,3532,3533,7499,4117,3327,2684,1685,4118, 961,1673, # 4470 -2622, 190,2005,2200,3762,4371,4372,7500, 570,2497,3645,1490,7501,4373,2623,3260, # 4486 -1956,4374, 584,1514, 396,1045,1944,7502,4375,1967,2444,7503,7504,4376,3910, 619, # 4502 -7505,3129,3261, 215,2006,2783,2553,3189,4377,3190,4378, 763,4119,3763,4379,7506, # 4518 -7507,1957,1767,2941,3328,3646,1174, 452,1477,4380,3329,3130,7508,2825,1253,2382, # 4534 -2186,1091,2285,4120, 492,7509, 638,1169,1824,2135,1752,3911, 648, 926,1021,1324, # 4550 -4381, 520,4382, 997, 847,1007, 892,4383,3764,2262,1871,3647,7510,2400,1784,4384, # 4566 -1952,2942,3080,3191,1728,4121,2043,3648,4385,2007,1701,3131,1551, 30,2263,4122, # 4582 -7511,2026,4386,3534,7512, 501,7513,4123, 594,3431,2165,1821,3535,3432,3536,3192, # 4598 - 829,2826,4124,7514,1680,3132,1225,4125,7515,3262,4387,4126,3133,2336,7516,4388, # 4614 -4127,7517,3912,3913,7518,1847,2383,2596,3330,7519,4389, 374,3914, 652,4128,4129, # 4630 - 375,1140, 798,7520,7521,7522,2361,4390,2264, 546,1659, 138,3031,2445,4391,7523, # 4646 -2250, 612,1848, 910, 796,3765,1740,1371, 825,3766,3767,7524,2906,2554,7525, 692, # 4662 - 444,3032,2624, 801,4392,4130,7526,1491, 244,1053,3033,4131,4132, 340,7527,3915, # 4678 -1041,2987, 293,1168, 87,1357,7528,1539, 959,7529,2236, 721, 694,4133,3768, 219, # 4694 -1478, 644,1417,3331,2656,1413,1401,1335,1389,3916,7530,7531,2988,2362,3134,1825, # 4710 - 730,1515, 184,2827, 66,4393,7532,1660,2943, 246,3332, 378,1457, 226,3433, 975, # 4726 -3917,2944,1264,3537, 674, 696,7533, 163,7534,1141,2417,2166, 713,3538,3333,4394, # 4742 -3918,7535,7536,1186, 15,7537,1079,1070,7538,1522,3193,3539, 276,1050,2716, 758, # 4758 -1126, 653,2945,3263,7539,2337, 889,3540,3919,3081,2989, 903,1250,4395,3920,3434, # 4774 -3541,1342,1681,1718, 766,3264, 286, 89,2946,3649,7540,1713,7541,2597,3334,2990, # 4790 -7542,2947,2215,3194,2866,7543,4396,2498,2526, 181, 387,1075,3921, 731,2187,3335, # 4806 -7544,3265, 310, 313,3435,2299, 770,4134, 54,3034, 189,4397,3082,3769,3922,7545, # 4822 -1230,1617,1849, 355,3542,4135,4398,3336, 111,4136,3650,1350,3135,3436,3035,4137, # 4838 -2149,3266,3543,7546,2784,3923,3924,2991, 722,2008,7547,1071, 247,1207,2338,2471, # 4854 -1378,4399,2009, 864,1437,1214,4400, 373,3770,1142,2216, 667,4401, 442,2753,2555, # 4870 -3771,3925,1968,4138,3267,1839, 837, 170,1107, 934,1336,1882,7548,7549,2118,4139, # 4886 -2828, 743,1569,7550,4402,4140, 582,2384,1418,3437,7551,1802,7552, 357,1395,1729, # 4902 -3651,3268,2418,1564,2237,7553,3083,3772,1633,4403,1114,2085,4141,1532,7554, 482, # 4918 -2446,4404,7555,7556,1492, 833,1466,7557,2717,3544,1641,2829,7558,1526,1272,3652, # 4934 -4142,1686,1794, 416,2556,1902,1953,1803,7559,3773,2785,3774,1159,2316,7560,2867, # 4950 -4405,1610,1584,3036,2419,2754, 443,3269,1163,3136,7561,7562,3926,7563,4143,2499, # 4966 -3037,4406,3927,3137,2103,1647,3545,2010,1872,4144,7564,4145, 431,3438,7565, 250, # 4982 - 97, 81,4146,7566,1648,1850,1558, 160, 848,7567, 866, 740,1694,7568,2201,2830, # 4998 -3195,4147,4407,3653,1687, 950,2472, 426, 469,3196,3654,3655,3928,7569,7570,1188, # 5014 - 424,1995, 861,3546,4148,3775,2202,2685, 168,1235,3547,4149,7571,2086,1674,4408, # 5030 -3337,3270, 220,2557,1009,7572,3776, 670,2992, 332,1208, 717,7573,7574,3548,2447, # 5046 -3929,3338,7575, 513,7576,1209,2868,3339,3138,4409,1080,7577,7578,7579,7580,2527, # 5062 -3656,3549, 815,1587,3930,3931,7581,3550,3439,3777,1254,4410,1328,3038,1390,3932, # 5078 -1741,3933,3778,3934,7582, 236,3779,2448,3271,7583,7584,3657,3780,1273,3781,4411, # 5094 -7585, 308,7586,4412, 245,4413,1851,2473,1307,2575, 430, 715,2136,2449,7587, 270, # 5110 - 199,2869,3935,7588,3551,2718,1753, 761,1754, 725,1661,1840,4414,3440,3658,7589, # 5126 -7590, 587, 14,3272, 227,2598, 326, 480,2265, 943,2755,3552, 291, 650,1883,7591, # 5142 -1702,1226, 102,1547, 62,3441, 904,4415,3442,1164,4150,7592,7593,1224,1548,2756, # 5158 - 391, 498,1493,7594,1386,1419,7595,2055,1177,4416, 813, 880,1081,2363, 566,1145, # 5174 -4417,2286,1001,1035,2558,2599,2238, 394,1286,7596,7597,2068,7598, 86,1494,1730, # 5190 -3936, 491,1588, 745, 897,2948, 843,3340,3937,2757,2870,3273,1768, 998,2217,2069, # 5206 - 397,1826,1195,1969,3659,2993,3341, 284,7599,3782,2500,2137,2119,1903,7600,3938, # 5222 -2150,3939,4151,1036,3443,1904, 114,2559,4152, 209,1527,7601,7602,2949,2831,2625, # 5238 -2385,2719,3139, 812,2560,7603,3274,7604,1559, 737,1884,3660,1210, 885, 28,2686, # 5254 -3553,3783,7605,4153,1004,1779,4418,7606, 346,1981,2218,2687,4419,3784,1742, 797, # 5270 -1642,3940,1933,1072,1384,2151, 896,3941,3275,3661,3197,2871,3554,7607,2561,1958, # 5286 -4420,2450,1785,7608,7609,7610,3942,4154,1005,1308,3662,4155,2720,4421,4422,1528, # 5302 -2600, 161,1178,4156,1982, 987,4423,1101,4157, 631,3943,1157,3198,2420,1343,1241, # 5318 -1016,2239,2562, 372, 877,2339,2501,1160, 555,1934, 911,3944,7611, 466,1170, 169, # 5334 -1051,2907,2688,3663,2474,2994,1182,2011,2563,1251,2626,7612, 992,2340,3444,1540, # 5350 -2721,1201,2070,2401,1996,2475,7613,4424, 528,1922,2188,1503,1873,1570,2364,3342, # 5366 -3276,7614, 557,1073,7615,1827,3445,2087,2266,3140,3039,3084, 767,3085,2786,4425, # 5382 -1006,4158,4426,2341,1267,2176,3664,3199, 778,3945,3200,2722,1597,2657,7616,4427, # 5398 -7617,3446,7618,7619,7620,3277,2689,1433,3278, 131, 95,1504,3946, 723,4159,3141, # 5414 -1841,3555,2758,2189,3947,2027,2104,3665,7621,2995,3948,1218,7622,3343,3201,3949, # 5430 -4160,2576, 248,1634,3785, 912,7623,2832,3666,3040,3786, 654, 53,7624,2996,7625, # 5446 -1688,4428, 777,3447,1032,3950,1425,7626, 191, 820,2120,2833, 971,4429, 931,3202, # 5462 - 135, 664, 783,3787,1997, 772,2908,1935,3951,3788,4430,2909,3203, 282,2723, 640, # 5478 -1372,3448,1127, 922, 325,3344,7627,7628, 711,2044,7629,7630,3952,2219,2787,1936, # 5494 -3953,3345,2220,2251,3789,2300,7631,4431,3790,1258,3279,3954,3204,2138,2950,3955, # 5510 -3956,7632,2221, 258,3205,4432, 101,1227,7633,3280,1755,7634,1391,3281,7635,2910, # 5526 -2056, 893,7636,7637,7638,1402,4161,2342,7639,7640,3206,3556,7641,7642, 878,1325, # 5542 -1780,2788,4433, 259,1385,2577, 744,1183,2267,4434,7643,3957,2502,7644, 684,1024, # 5558 -4162,7645, 472,3557,3449,1165,3282,3958,3959, 322,2152, 881, 455,1695,1152,1340, # 5574 - 660, 554,2153,4435,1058,4436,4163, 830,1065,3346,3960,4437,1923,7646,1703,1918, # 5590 -7647, 932,2268, 122,7648,4438, 947, 677,7649,3791,2627, 297,1905,1924,2269,4439, # 5606 -2317,3283,7650,7651,4164,7652,4165, 84,4166, 112, 989,7653, 547,1059,3961, 701, # 5622 -3558,1019,7654,4167,7655,3450, 942, 639, 457,2301,2451, 993,2951, 407, 851, 494, # 5638 -4440,3347, 927,7656,1237,7657,2421,3348, 573,4168, 680, 921,2911,1279,1874, 285, # 5654 - 790,1448,1983, 719,2167,7658,7659,4441,3962,3963,1649,7660,1541, 563,7661,1077, # 5670 -7662,3349,3041,3451, 511,2997,3964,3965,3667,3966,1268,2564,3350,3207,4442,4443, # 5686 -7663, 535,1048,1276,1189,2912,2028,3142,1438,1373,2834,2952,1134,2012,7664,4169, # 5702 -1238,2578,3086,1259,7665, 700,7666,2953,3143,3668,4170,7667,4171,1146,1875,1906, # 5718 -4444,2601,3967, 781,2422, 132,1589, 203, 147, 273,2789,2402, 898,1786,2154,3968, # 5734 -3969,7668,3792,2790,7669,7670,4445,4446,7671,3208,7672,1635,3793, 965,7673,1804, # 5750 -2690,1516,3559,1121,1082,1329,3284,3970,1449,3794, 65,1128,2835,2913,2759,1590, # 5766 -3795,7674,7675, 12,2658, 45, 976,2579,3144,4447, 517,2528,1013,1037,3209,7676, # 5782 -3796,2836,7677,3797,7678,3452,7679,2602, 614,1998,2318,3798,3087,2724,2628,7680, # 5798 -2580,4172, 599,1269,7681,1810,3669,7682,2691,3088, 759,1060, 489,1805,3351,3285, # 5814 -1358,7683,7684,2386,1387,1215,2629,2252, 490,7685,7686,4173,1759,2387,2343,7687, # 5830 -4448,3799,1907,3971,2630,1806,3210,4449,3453,3286,2760,2344, 874,7688,7689,3454, # 5846 -3670,1858, 91,2914,3671,3042,3800,4450,7690,3145,3972,2659,7691,3455,1202,1403, # 5862 -3801,2954,2529,1517,2503,4451,3456,2504,7692,4452,7693,2692,1885,1495,1731,3973, # 5878 -2365,4453,7694,2029,7695,7696,3974,2693,1216, 237,2581,4174,2319,3975,3802,4454, # 5894 -4455,2694,3560,3457, 445,4456,7697,7698,7699,7700,2761, 61,3976,3672,1822,3977, # 5910 -7701, 687,2045, 935, 925, 405,2660, 703,1096,1859,2725,4457,3978,1876,1367,2695, # 5926 -3352, 918,2105,1781,2476, 334,3287,1611,1093,4458, 564,3146,3458,3673,3353, 945, # 5942 -2631,2057,4459,7702,1925, 872,4175,7703,3459,2696,3089, 349,4176,3674,3979,4460, # 5958 -3803,4177,3675,2155,3980,4461,4462,4178,4463,2403,2046, 782,3981, 400, 251,4179, # 5974 -1624,7704,7705, 277,3676, 299,1265, 476,1191,3804,2121,4180,4181,1109, 205,7706, # 5990 -2582,1000,2156,3561,1860,7707,7708,7709,4464,7710,4465,2565, 107,2477,2157,3982, # 6006 -3460,3147,7711,1533, 541,1301, 158, 753,4182,2872,3562,7712,1696, 370,1088,4183, # 6022 -4466,3563, 579, 327, 440, 162,2240, 269,1937,1374,3461, 968,3043, 56,1396,3090, # 6038 -2106,3288,3354,7713,1926,2158,4467,2998,7714,3564,7715,7716,3677,4468,2478,7717, # 6054 -2791,7718,1650,4469,7719,2603,7720,7721,3983,2661,3355,1149,3356,3984,3805,3985, # 6070 -7722,1076, 49,7723, 951,3211,3289,3290, 450,2837, 920,7724,1811,2792,2366,4184, # 6086 -1908,1138,2367,3806,3462,7725,3212,4470,1909,1147,1518,2423,4471,3807,7726,4472, # 6102 -2388,2604, 260,1795,3213,7727,7728,3808,3291, 708,7729,3565,1704,7730,3566,1351, # 6118 -1618,3357,2999,1886, 944,4185,3358,4186,3044,3359,4187,7731,3678, 422, 413,1714, # 6134 -3292, 500,2058,2345,4188,2479,7732,1344,1910, 954,7733,1668,7734,7735,3986,2404, # 6150 -4189,3567,3809,4190,7736,2302,1318,2505,3091, 133,3092,2873,4473, 629, 31,2838, # 6166 -2697,3810,4474, 850, 949,4475,3987,2955,1732,2088,4191,1496,1852,7737,3988, 620, # 6182 -3214, 981,1242,3679,3360,1619,3680,1643,3293,2139,2452,1970,1719,3463,2168,7738, # 6198 -3215,7739,7740,3361,1828,7741,1277,4476,1565,2047,7742,1636,3568,3093,7743, 869, # 6214 -2839, 655,3811,3812,3094,3989,3000,3813,1310,3569,4477,7744,7745,7746,1733, 558, # 6230 -4478,3681, 335,1549,3045,1756,4192,3682,1945,3464,1829,1291,1192, 470,2726,2107, # 6246 -2793, 913,1054,3990,7747,1027,7748,3046,3991,4479, 982,2662,3362,3148,3465,3216, # 6262 -3217,1946,2794,7749, 571,4480,7750,1830,7751,3570,2583,1523,2424,7752,2089, 984, # 6278 -4481,3683,1959,7753,3684, 852, 923,2795,3466,3685, 969,1519, 999,2048,2320,1705, # 6294 -7754,3095, 615,1662, 151, 597,3992,2405,2321,1049, 275,4482,3686,4193, 568,3687, # 6310 -3571,2480,4194,3688,7755,2425,2270, 409,3218,7756,1566,2874,3467,1002, 769,2840, # 6326 - 194,2090,3149,3689,2222,3294,4195, 628,1505,7757,7758,1763,2177,3001,3993, 521, # 6342 -1161,2584,1787,2203,2406,4483,3994,1625,4196,4197, 412, 42,3096, 464,7759,2632, # 6358 -4484,3363,1760,1571,2875,3468,2530,1219,2204,3814,2633,2140,2368,4485,4486,3295, # 6374 -1651,3364,3572,7760,7761,3573,2481,3469,7762,3690,7763,7764,2271,2091, 460,7765, # 6390 -4487,7766,3002, 962, 588,3574, 289,3219,2634,1116, 52,7767,3047,1796,7768,7769, # 6406 -7770,1467,7771,1598,1143,3691,4198,1984,1734,1067,4488,1280,3365, 465,4489,1572, # 6422 - 510,7772,1927,2241,1812,1644,3575,7773,4490,3692,7774,7775,2663,1573,1534,7776, # 6438 -7777,4199, 536,1807,1761,3470,3815,3150,2635,7778,7779,7780,4491,3471,2915,1911, # 6454 -2796,7781,3296,1122, 377,3220,7782, 360,7783,7784,4200,1529, 551,7785,2059,3693, # 6470 -1769,2426,7786,2916,4201,3297,3097,2322,2108,2030,4492,1404, 136,1468,1479, 672, # 6486 -1171,3221,2303, 271,3151,7787,2762,7788,2049, 678,2727, 865,1947,4493,7789,2013, # 6502 -3995,2956,7790,2728,2223,1397,3048,3694,4494,4495,1735,2917,3366,3576,7791,3816, # 6518 - 509,2841,2453,2876,3817,7792,7793,3152,3153,4496,4202,2531,4497,2304,1166,1010, # 6534 - 552, 681,1887,7794,7795,2957,2958,3996,1287,1596,1861,3154, 358, 453, 736, 175, # 6550 - 478,1117, 905,1167,1097,7796,1853,1530,7797,1706,7798,2178,3472,2287,3695,3473, # 6566 -3577,4203,2092,4204,7799,3367,1193,2482,4205,1458,2190,2205,1862,1888,1421,3298, # 6582 -2918,3049,2179,3474, 595,2122,7800,3997,7801,7802,4206,1707,2636, 223,3696,1359, # 6598 - 751,3098, 183,3475,7803,2797,3003, 419,2369, 633, 704,3818,2389, 241,7804,7805, # 6614 -7806, 838,3004,3697,2272,2763,2454,3819,1938,2050,3998,1309,3099,2242,1181,7807, # 6630 -1136,2206,3820,2370,1446,4207,2305,4498,7808,7809,4208,1055,2605, 484,3698,7810, # 6646 -3999, 625,4209,2273,3368,1499,4210,4000,7811,4001,4211,3222,2274,2275,3476,7812, # 6662 -7813,2764, 808,2606,3699,3369,4002,4212,3100,2532, 526,3370,3821,4213, 955,7814, # 6678 -1620,4214,2637,2427,7815,1429,3700,1669,1831, 994, 928,7816,3578,1260,7817,7818, # 6694 -7819,1948,2288, 741,2919,1626,4215,2729,2455, 867,1184, 362,3371,1392,7820,7821, # 6710 -4003,4216,1770,1736,3223,2920,4499,4500,1928,2698,1459,1158,7822,3050,3372,2877, # 6726 -1292,1929,2506,2842,3701,1985,1187,2071,2014,2607,4217,7823,2566,2507,2169,3702, # 6742 -2483,3299,7824,3703,4501,7825,7826, 666,1003,3005,1022,3579,4218,7827,4502,1813, # 6758 -2253, 574,3822,1603, 295,1535, 705,3823,4219, 283, 858, 417,7828,7829,3224,4503, # 6774 -4504,3051,1220,1889,1046,2276,2456,4004,1393,1599, 689,2567, 388,4220,7830,2484, # 6790 - 802,7831,2798,3824,2060,1405,2254,7832,4505,3825,2109,1052,1345,3225,1585,7833, # 6806 - 809,7834,7835,7836, 575,2730,3477, 956,1552,1469,1144,2323,7837,2324,1560,2457, # 6822 -3580,3226,4005, 616,2207,3155,2180,2289,7838,1832,7839,3478,4506,7840,1319,3704, # 6838 -3705,1211,3581,1023,3227,1293,2799,7841,7842,7843,3826, 607,2306,3827, 762,2878, # 6854 -1439,4221,1360,7844,1485,3052,7845,4507,1038,4222,1450,2061,2638,4223,1379,4508, # 6870 -2585,7846,7847,4224,1352,1414,2325,2921,1172,7848,7849,3828,3829,7850,1797,1451, # 6886 -7851,7852,7853,7854,2922,4006,4007,2485,2346, 411,4008,4009,3582,3300,3101,4509, # 6902 -1561,2664,1452,4010,1375,7855,7856, 47,2959, 316,7857,1406,1591,2923,3156,7858, # 6918 -1025,2141,3102,3157, 354,2731, 884,2224,4225,2407, 508,3706, 726,3583, 996,2428, # 6934 -3584, 729,7859, 392,2191,1453,4011,4510,3707,7860,7861,2458,3585,2608,1675,2800, # 6950 - 919,2347,2960,2348,1270,4511,4012, 73,7862,7863, 647,7864,3228,2843,2255,1550, # 6966 -1346,3006,7865,1332, 883,3479,7866,7867,7868,7869,3301,2765,7870,1212, 831,1347, # 6982 -4226,4512,2326,3830,1863,3053, 720,3831,4513,4514,3832,7871,4227,7872,7873,4515, # 6998 -7874,7875,1798,4516,3708,2609,4517,3586,1645,2371,7876,7877,2924, 669,2208,2665, # 7014 -2429,7878,2879,7879,7880,1028,3229,7881,4228,2408,7882,2256,1353,7883,7884,4518, # 7030 -3158, 518,7885,4013,7886,4229,1960,7887,2142,4230,7888,7889,3007,2349,2350,3833, # 7046 - 516,1833,1454,4014,2699,4231,4519,2225,2610,1971,1129,3587,7890,2766,7891,2961, # 7062 -1422, 577,1470,3008,1524,3373,7892,7893, 432,4232,3054,3480,7894,2586,1455,2508, # 7078 -2226,1972,1175,7895,1020,2732,4015,3481,4520,7896,2733,7897,1743,1361,3055,3482, # 7094 -2639,4016,4233,4521,2290, 895, 924,4234,2170, 331,2243,3056, 166,1627,3057,1098, # 7110 -7898,1232,2880,2227,3374,4522, 657, 403,1196,2372, 542,3709,3375,1600,4235,3483, # 7126 -7899,4523,2767,3230, 576, 530,1362,7900,4524,2533,2666,3710,4017,7901, 842,3834, # 7142 -7902,2801,2031,1014,4018, 213,2700,3376, 665, 621,4236,7903,3711,2925,2430,7904, # 7158 -2431,3302,3588,3377,7905,4237,2534,4238,4525,3589,1682,4239,3484,1380,7906, 724, # 7174 -2277, 600,1670,7907,1337,1233,4526,3103,2244,7908,1621,4527,7909, 651,4240,7910, # 7190 -1612,4241,2611,7911,2844,7912,2734,2307,3058,7913, 716,2459,3059, 174,1255,2701, # 7206 -4019,3590, 548,1320,1398, 728,4020,1574,7914,1890,1197,3060,4021,7915,3061,3062, # 7222 -3712,3591,3713, 747,7916, 635,4242,4528,7917,7918,7919,4243,7920,7921,4529,7922, # 7238 -3378,4530,2432, 451,7923,3714,2535,2072,4244,2735,4245,4022,7924,1764,4531,7925, # 7254 -4246, 350,7926,2278,2390,2486,7927,4247,4023,2245,1434,4024, 488,4532, 458,4248, # 7270 -4025,3715, 771,1330,2391,3835,2568,3159,2159,2409,1553,2667,3160,4249,7928,2487, # 7286 -2881,2612,1720,2702,4250,3379,4533,7929,2536,4251,7930,3231,4252,2768,7931,2015, # 7302 -2736,7932,1155,1017,3716,3836,7933,3303,2308, 201,1864,4253,1430,7934,4026,7935, # 7318 -7936,7937,7938,7939,4254,1604,7940, 414,1865, 371,2587,4534,4535,3485,2016,3104, # 7334 -4536,1708, 960,4255, 887, 389,2171,1536,1663,1721,7941,2228,4027,2351,2926,1580, # 7350 -7942,7943,7944,1744,7945,2537,4537,4538,7946,4539,7947,2073,7948,7949,3592,3380, # 7366 -2882,4256,7950,4257,2640,3381,2802, 673,2703,2460, 709,3486,4028,3593,4258,7951, # 7382 -1148, 502, 634,7952,7953,1204,4540,3594,1575,4541,2613,3717,7954,3718,3105, 948, # 7398 -3232, 121,1745,3837,1110,7955,4259,3063,2509,3009,4029,3719,1151,1771,3838,1488, # 7414 -4030,1986,7956,2433,3487,7957,7958,2093,7959,4260,3839,1213,1407,2803, 531,2737, # 7430 -2538,3233,1011,1537,7960,2769,4261,3106,1061,7961,3720,3721,1866,2883,7962,2017, # 7446 - 120,4262,4263,2062,3595,3234,2309,3840,2668,3382,1954,4542,7963,7964,3488,1047, # 7462 -2704,1266,7965,1368,4543,2845, 649,3383,3841,2539,2738,1102,2846,2669,7966,7967, # 7478 -1999,7968,1111,3596,2962,7969,2488,3842,3597,2804,1854,3384,3722,7970,7971,3385, # 7494 -2410,2884,3304,3235,3598,7972,2569,7973,3599,2805,4031,1460, 856,7974,3600,7975, # 7510 -2885,2963,7976,2886,3843,7977,4264, 632,2510, 875,3844,1697,3845,2291,7978,7979, # 7526 -4544,3010,1239, 580,4545,4265,7980, 914, 936,2074,1190,4032,1039,2123,7981,7982, # 7542 -7983,3386,1473,7984,1354,4266,3846,7985,2172,3064,4033, 915,3305,4267,4268,3306, # 7558 -1605,1834,7986,2739, 398,3601,4269,3847,4034, 328,1912,2847,4035,3848,1331,4270, # 7574 -3011, 937,4271,7987,3602,4036,4037,3387,2160,4546,3388, 524, 742, 538,3065,1012, # 7590 -7988,7989,3849,2461,7990, 658,1103, 225,3850,7991,7992,4547,7993,4548,7994,3236, # 7606 -1243,7995,4038, 963,2246,4549,7996,2705,3603,3161,7997,7998,2588,2327,7999,4550, # 7622 -8000,8001,8002,3489,3307, 957,3389,2540,2032,1930,2927,2462, 870,2018,3604,1746, # 7638 -2770,2771,2434,2463,8003,3851,8004,3723,3107,3724,3490,3390,3725,8005,1179,3066, # 7654 -8006,3162,2373,4272,3726,2541,3163,3108,2740,4039,8007,3391,1556,2542,2292, 977, # 7670 -2887,2033,4040,1205,3392,8008,1765,3393,3164,2124,1271,1689, 714,4551,3491,8009, # 7686 -2328,3852, 533,4273,3605,2181, 617,8010,2464,3308,3492,2310,8011,8012,3165,8013, # 7702 -8014,3853,1987, 618, 427,2641,3493,3394,8015,8016,1244,1690,8017,2806,4274,4552, # 7718 -8018,3494,8019,8020,2279,1576, 473,3606,4275,3395, 972,8021,3607,8022,3067,8023, # 7734 -8024,4553,4554,8025,3727,4041,4042,8026, 153,4555, 356,8027,1891,2888,4276,2143, # 7750 - 408, 803,2352,8028,3854,8029,4277,1646,2570,2511,4556,4557,3855,8030,3856,4278, # 7766 -8031,2411,3396, 752,8032,8033,1961,2964,8034, 746,3012,2465,8035,4279,3728, 698, # 7782 -4558,1892,4280,3608,2543,4559,3609,3857,8036,3166,3397,8037,1823,1302,4043,2706, # 7798 -3858,1973,4281,8038,4282,3167, 823,1303,1288,1236,2848,3495,4044,3398, 774,3859, # 7814 -8039,1581,4560,1304,2849,3860,4561,8040,2435,2161,1083,3237,4283,4045,4284, 344, # 7830 -1173, 288,2311, 454,1683,8041,8042,1461,4562,4046,2589,8043,8044,4563, 985, 894, # 7846 -8045,3399,3168,8046,1913,2928,3729,1988,8047,2110,1974,8048,4047,8049,2571,1194, # 7862 - 425,8050,4564,3169,1245,3730,4285,8051,8052,2850,8053, 636,4565,1855,3861, 760, # 7878 -1799,8054,4286,2209,1508,4566,4048,1893,1684,2293,8055,8056,8057,4287,4288,2210, # 7894 - 479,8058,8059, 832,8060,4049,2489,8061,2965,2490,3731, 990,3109, 627,1814,2642, # 7910 -4289,1582,4290,2125,2111,3496,4567,8062, 799,4291,3170,8063,4568,2112,1737,3013, # 7926 -1018, 543, 754,4292,3309,1676,4569,4570,4050,8064,1489,8065,3497,8066,2614,2889, # 7942 -4051,8067,8068,2966,8069,8070,8071,8072,3171,4571,4572,2182,1722,8073,3238,3239, # 7958 -1842,3610,1715, 481, 365,1975,1856,8074,8075,1962,2491,4573,8076,2126,3611,3240, # 7974 - 433,1894,2063,2075,8077, 602,2741,8078,8079,8080,8081,8082,3014,1628,3400,8083, # 7990 -3172,4574,4052,2890,4575,2512,8084,2544,2772,8085,8086,8087,3310,4576,2891,8088, # 8006 -4577,8089,2851,4578,4579,1221,2967,4053,2513,8090,8091,8092,1867,1989,8093,8094, # 8022 -8095,1895,8096,8097,4580,1896,4054, 318,8098,2094,4055,4293,8099,8100, 485,8101, # 8038 - 938,3862, 553,2670, 116,8102,3863,3612,8103,3498,2671,2773,3401,3311,2807,8104, # 8054 -3613,2929,4056,1747,2930,2968,8105,8106, 207,8107,8108,2672,4581,2514,8109,3015, # 8070 - 890,3614,3864,8110,1877,3732,3402,8111,2183,2353,3403,1652,8112,8113,8114, 941, # 8086 -2294, 208,3499,4057,2019, 330,4294,3865,2892,2492,3733,4295,8115,8116,8117,8118, # 8102 -) - diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py deleted file mode 100644 index 35669cc..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py +++ /dev/null @@ -1,46 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import EUCTWDistributionAnalysis -from .mbcssm import EUCTW_SM_MODEL - -class EUCTWProber(MultiByteCharSetProber): - def __init__(self): - super(EUCTWProber, self).__init__() - self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) - self.distribution_analyzer = EUCTWDistributionAnalysis() - self.reset() - - @property - def charset_name(self): - return "EUC-TW" - - @property - def language(self): - return "Taiwan" diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py b/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py deleted file mode 100644 index 697837b..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py +++ /dev/null @@ -1,283 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -# GB2312 most frequently used character table -# -# Char to FreqOrder table , from hz6763 - -# 512 --> 0.79 -- 0.79 -# 1024 --> 0.92 -- 0.13 -# 2048 --> 0.98 -- 0.06 -# 6768 --> 1.00 -- 0.02 -# -# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 -# Random Distribution Ration = 512 / (3755 - 512) = 0.157 -# -# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR - -GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 - -GB2312_TABLE_SIZE = 3760 - -GB2312_CHAR_TO_FREQ_ORDER = ( -1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, -2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, -2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, - 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, -1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, -1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, - 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, -1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, -2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, -3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, - 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, -1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, - 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, -2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, - 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, -2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, -1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, -3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, - 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, -1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, - 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, -2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, -1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, -3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, -1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, -2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, -1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, - 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, -3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, -3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, - 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, -3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, - 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, -1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, -3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, -2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, -1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, - 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, -1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, -4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, - 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, -3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, -3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, - 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, -1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, -2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, -1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, -1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, - 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, -3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, -3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, -4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, - 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, -3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, -1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, -1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, -4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, - 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, - 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, -3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, -1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, - 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, -1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, -2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, - 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, - 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, - 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, -3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, -4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, -3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, - 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, -2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, -2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, -2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, - 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, -2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, - 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, - 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, - 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, -3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, -2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, -2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, -1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, - 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, -2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, - 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, - 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, -1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, -1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, - 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, - 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, -1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, -2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, -3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, -2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, -2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, -2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, -3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, -1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, -1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, -2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, -1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, -3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, -1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, -1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, -3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, - 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, -2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, -1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, -4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, -1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, -1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, -3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, -1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, - 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, - 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, -1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, - 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, -1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, -1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, - 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, -3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, -4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, -3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, -2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, -2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, -1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, -3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, -2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, -1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, -1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, - 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, -2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, -2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, -3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, -4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, -3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, - 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, -3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, -2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, -1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, - 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, - 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, -3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, -4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, -2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, -1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, -1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, - 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, -1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, -3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, - 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, - 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, -1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, - 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, -1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, - 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, -2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, - 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, -2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, -2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, -1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, -1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, -2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, - 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, -1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, -1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, -2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, -2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, -3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, -1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, -4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, - 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, - 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, -3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, -1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, - 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, -3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, -1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, -4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, -1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, -2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, -1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, - 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, -1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, -3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, - 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, -2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, - 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, -1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, -1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, -1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, -3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, -2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, -3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, -3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, -3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, - 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, -2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, - 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, -2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, - 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, -1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, - 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, - 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, -1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, -3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, -3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, -1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, -1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, -3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, -2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, -2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, -1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, -3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, - 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, -4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, -1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, -2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, -3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, -3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, -1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, - 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, - 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, -2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, - 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, -1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, - 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, -1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, -1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, -1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, -1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, -1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, - 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, - 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 -) - diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py deleted file mode 100644 index 8446d2d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py +++ /dev/null @@ -1,46 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import GB2312DistributionAnalysis -from .mbcssm import GB2312_SM_MODEL - -class GB2312Prober(MultiByteCharSetProber): - def __init__(self): - super(GB2312Prober, self).__init__() - self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) - self.distribution_analyzer = GB2312DistributionAnalysis() - self.reset() - - @property - def charset_name(self): - return "GB2312" - - @property - def language(self): - return "Chinese" diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py deleted file mode 100644 index b0e1bf4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py +++ /dev/null @@ -1,292 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Shy Shalom -# Portions created by the Initial Developer are Copyright (C) 2005 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetprober import CharSetProber -from .enums import ProbingState - -# This prober doesn't actually recognize a language or a charset. -# It is a helper prober for the use of the Hebrew model probers - -### General ideas of the Hebrew charset recognition ### -# -# Four main charsets exist in Hebrew: -# "ISO-8859-8" - Visual Hebrew -# "windows-1255" - Logical Hebrew -# "ISO-8859-8-I" - Logical Hebrew -# "x-mac-hebrew" - ?? Logical Hebrew ?? -# -# Both "ISO" charsets use a completely identical set of code points, whereas -# "windows-1255" and "x-mac-hebrew" are two different proper supersets of -# these code points. windows-1255 defines additional characters in the range -# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific -# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. -# x-mac-hebrew defines similar additional code points but with a different -# mapping. -# -# As far as an average Hebrew text with no diacritics is concerned, all four -# charsets are identical with respect to code points. Meaning that for the -# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters -# (including final letters). -# -# The dominant difference between these charsets is their directionality. -# "Visual" directionality means that the text is ordered as if the renderer is -# not aware of a BIDI rendering algorithm. The renderer sees the text and -# draws it from left to right. The text itself when ordered naturally is read -# backwards. A buffer of Visual Hebrew generally looks like so: -# "[last word of first line spelled backwards] [whole line ordered backwards -# and spelled backwards] [first word of first line spelled backwards] -# [end of line] [last word of second line] ... etc' " -# adding punctuation marks, numbers and English text to visual text is -# naturally also "visual" and from left to right. -# -# "Logical" directionality means the text is ordered "naturally" according to -# the order it is read. It is the responsibility of the renderer to display -# the text from right to left. A BIDI algorithm is used to place general -# punctuation marks, numbers and English text in the text. -# -# Texts in x-mac-hebrew are almost impossible to find on the Internet. From -# what little evidence I could find, it seems that its general directionality -# is Logical. -# -# To sum up all of the above, the Hebrew probing mechanism knows about two -# charsets: -# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are -# backwards while line order is natural. For charset recognition purposes -# the line order is unimportant (In fact, for this implementation, even -# word order is unimportant). -# Logical Hebrew - "windows-1255" - normal, naturally ordered text. -# -# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be -# specifically identified. -# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew -# that contain special punctuation marks or diacritics is displayed with -# some unconverted characters showing as question marks. This problem might -# be corrected using another model prober for x-mac-hebrew. Due to the fact -# that x-mac-hebrew texts are so rare, writing another model prober isn't -# worth the effort and performance hit. -# -#### The Prober #### -# -# The prober is divided between two SBCharSetProbers and a HebrewProber, -# all of which are managed, created, fed data, inquired and deleted by the -# SBCSGroupProber. The two SBCharSetProbers identify that the text is in -# fact some kind of Hebrew, Logical or Visual. The final decision about which -# one is it is made by the HebrewProber by combining final-letter scores -# with the scores of the two SBCharSetProbers to produce a final answer. -# -# The SBCSGroupProber is responsible for stripping the original text of HTML -# tags, English characters, numbers, low-ASCII punctuation characters, spaces -# and new lines. It reduces any sequence of such characters to a single space. -# The buffer fed to each prober in the SBCS group prober is pure text in -# high-ASCII. -# The two SBCharSetProbers (model probers) share the same language model: -# Win1255Model. -# The first SBCharSetProber uses the model normally as any other -# SBCharSetProber does, to recognize windows-1255, upon which this model was -# built. The second SBCharSetProber is told to make the pair-of-letter -# lookup in the language model backwards. This in practice exactly simulates -# a visual Hebrew model using the windows-1255 logical Hebrew model. -# -# The HebrewProber is not using any language model. All it does is look for -# final-letter evidence suggesting the text is either logical Hebrew or visual -# Hebrew. Disjointed from the model probers, the results of the HebrewProber -# alone are meaningless. HebrewProber always returns 0.00 as confidence -# since it never identifies a charset by itself. Instead, the pointer to the -# HebrewProber is passed to the model probers as a helper "Name Prober". -# When the Group prober receives a positive identification from any prober, -# it asks for the name of the charset identified. If the prober queried is a -# Hebrew model prober, the model prober forwards the call to the -# HebrewProber to make the final decision. In the HebrewProber, the -# decision is made according to the final-letters scores maintained and Both -# model probers scores. The answer is returned in the form of the name of the -# charset identified, either "windows-1255" or "ISO-8859-8". - -class HebrewProber(CharSetProber): - # windows-1255 / ISO-8859-8 code points of interest - FINAL_KAF = 0xea - NORMAL_KAF = 0xeb - FINAL_MEM = 0xed - NORMAL_MEM = 0xee - FINAL_NUN = 0xef - NORMAL_NUN = 0xf0 - FINAL_PE = 0xf3 - NORMAL_PE = 0xf4 - FINAL_TSADI = 0xf5 - NORMAL_TSADI = 0xf6 - - # Minimum Visual vs Logical final letter score difference. - # If the difference is below this, don't rely solely on the final letter score - # distance. - MIN_FINAL_CHAR_DISTANCE = 5 - - # Minimum Visual vs Logical model score difference. - # If the difference is below this, don't rely at all on the model score - # distance. - MIN_MODEL_DISTANCE = 0.01 - - VISUAL_HEBREW_NAME = "ISO-8859-8" - LOGICAL_HEBREW_NAME = "windows-1255" - - def __init__(self): - super(HebrewProber, self).__init__() - self._final_char_logical_score = None - self._final_char_visual_score = None - self._prev = None - self._before_prev = None - self._logical_prober = None - self._visual_prober = None - self.reset() - - def reset(self): - self._final_char_logical_score = 0 - self._final_char_visual_score = 0 - # The two last characters seen in the previous buffer, - # mPrev and mBeforePrev are initialized to space in order to simulate - # a word delimiter at the beginning of the data - self._prev = ' ' - self._before_prev = ' ' - # These probers are owned by the group prober. - - def set_model_probers(self, logicalProber, visualProber): - self._logical_prober = logicalProber - self._visual_prober = visualProber - - def is_final(self, c): - return c in [self.FINAL_KAF, self.FINAL_MEM, self.FINAL_NUN, - self.FINAL_PE, self.FINAL_TSADI] - - def is_non_final(self, c): - # The normal Tsadi is not a good Non-Final letter due to words like - # 'lechotet' (to chat) containing an apostrophe after the tsadi. This - # apostrophe is converted to a space in FilterWithoutEnglishLetters - # causing the Non-Final tsadi to appear at an end of a word even - # though this is not the case in the original text. - # The letters Pe and Kaf rarely display a related behavior of not being - # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' - # for example legally end with a Non-Final Pe or Kaf. However, the - # benefit of these letters as Non-Final letters outweighs the damage - # since these words are quite rare. - return c in [self.NORMAL_KAF, self.NORMAL_MEM, - self.NORMAL_NUN, self.NORMAL_PE] - - def feed(self, byte_str): - # Final letter analysis for logical-visual decision. - # Look for evidence that the received buffer is either logical Hebrew - # or visual Hebrew. - # The following cases are checked: - # 1) A word longer than 1 letter, ending with a final letter. This is - # an indication that the text is laid out "naturally" since the - # final letter really appears at the end. +1 for logical score. - # 2) A word longer than 1 letter, ending with a Non-Final letter. In - # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, - # should not end with the Non-Final form of that letter. Exceptions - # to this rule are mentioned above in isNonFinal(). This is an - # indication that the text is laid out backwards. +1 for visual - # score - # 3) A word longer than 1 letter, starting with a final letter. Final - # letters should not appear at the beginning of a word. This is an - # indication that the text is laid out backwards. +1 for visual - # score. - # - # The visual score and logical score are accumulated throughout the - # text and are finally checked against each other in GetCharSetName(). - # No checking for final letters in the middle of words is done since - # that case is not an indication for either Logical or Visual text. - # - # We automatically filter out all 7-bit characters (replace them with - # spaces) so the word boundary detection works properly. [MAP] - - if self.state == ProbingState.NOT_ME: - # Both model probers say it's not them. No reason to continue. - return ProbingState.NOT_ME - - byte_str = self.filter_high_byte_only(byte_str) - - for cur in byte_str: - if cur == ' ': - # We stand on a space - a word just ended - if self._before_prev != ' ': - # next-to-last char was not a space so self._prev is not a - # 1 letter word - if self.is_final(self._prev): - # case (1) [-2:not space][-1:final letter][cur:space] - self._final_char_logical_score += 1 - elif self.is_non_final(self._prev): - # case (2) [-2:not space][-1:Non-Final letter][ - # cur:space] - self._final_char_visual_score += 1 - else: - # Not standing on a space - if ((self._before_prev == ' ') and - (self.is_final(self._prev)) and (cur != ' ')): - # case (3) [-2:space][-1:final letter][cur:not space] - self._final_char_visual_score += 1 - self._before_prev = self._prev - self._prev = cur - - # Forever detecting, till the end or until both model probers return - # ProbingState.NOT_ME (handled above) - return ProbingState.DETECTING - - @property - def charset_name(self): - # Make the decision: is it Logical or Visual? - # If the final letter score distance is dominant enough, rely on it. - finalsub = self._final_char_logical_score - self._final_char_visual_score - if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: - return self.LOGICAL_HEBREW_NAME - if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: - return self.VISUAL_HEBREW_NAME - - # It's not dominant enough, try to rely on the model scores instead. - modelsub = (self._logical_prober.get_confidence() - - self._visual_prober.get_confidence()) - if modelsub > self.MIN_MODEL_DISTANCE: - return self.LOGICAL_HEBREW_NAME - if modelsub < -self.MIN_MODEL_DISTANCE: - return self.VISUAL_HEBREW_NAME - - # Still no good, back to final letter distance, maybe it'll save the - # day. - if finalsub < 0.0: - return self.VISUAL_HEBREW_NAME - - # (finalsub > 0 - Logical) or (don't know what to do) default to - # Logical. - return self.LOGICAL_HEBREW_NAME - - @property - def language(self): - return 'Hebrew' - - @property - def state(self): - # Remain active as long as any of the model probers are active. - if (self._logical_prober.state == ProbingState.NOT_ME) and \ - (self._visual_prober.state == ProbingState.NOT_ME): - return ProbingState.NOT_ME - return ProbingState.DETECTING diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py b/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py deleted file mode 100644 index 83fc082..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py +++ /dev/null @@ -1,325 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -# Sampling from about 20M text materials include literature and computer technology -# -# Japanese frequency table, applied to both S-JIS and EUC-JP -# They are sorted in order. - -# 128 --> 0.77094 -# 256 --> 0.85710 -# 512 --> 0.92635 -# 1024 --> 0.97130 -# 2048 --> 0.99431 -# -# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 -# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 -# -# Typical Distribution Ratio, 25% of IDR - -JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 - -# Char to FreqOrder table , -JIS_TABLE_SIZE = 4368 - -JIS_CHAR_TO_FREQ_ORDER = ( - 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 -3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 -1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 -2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 -2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 -5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 -1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 -5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 -5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 -5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 -5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 -5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 -5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 -1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 -1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 -1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 -2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 -3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 -3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 - 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 - 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 -1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 - 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 -5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 - 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 - 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 - 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 - 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 - 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 -5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 -5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 -5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 -4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 -5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 -5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 -5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 -5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 -5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 -5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 -5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 -5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 -5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 -3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 -5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 -5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 -5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 -5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 -5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 -5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 -5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 -5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 -5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 -5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 -5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 -5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 -5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 -5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 -5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 -5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 -5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 -5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 -5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 -5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 -5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 -5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 -5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 -5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 -5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 -5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 -5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 -5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 -5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 -5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 -5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 -5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 -5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 -5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 -5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 -5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 -5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 -5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 -6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 -6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 -6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 -6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 -6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 -6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 -6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 -6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 -4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 - 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 - 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 -1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 -1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 - 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 -3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 -3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 - 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 -3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 -3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 - 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 -2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 - 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 -3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 -1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 - 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 -1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 - 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 -2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 -2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 -2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 -2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 -1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 -1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 -1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 -1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 -2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 -1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 -2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 -1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 -1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 -1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 -1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 -1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 -1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 - 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 - 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 -1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 -2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 -2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 -2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 -3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 -3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 - 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 -3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 -1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 - 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 -2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 -1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 - 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 -3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 -4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 -2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 -1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 -2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 -1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 - 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 - 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 -1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 -2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 -2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 -2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 -3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 -1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 -2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 - 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 - 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 - 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 -1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 -2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 - 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 -1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 -1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 - 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 -1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 -1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 -1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 - 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 -2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 - 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 -2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 -3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 -2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 -1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 -6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 -1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 -2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 -1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 - 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 - 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 -3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 -3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 -1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 -1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 -1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 -1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 - 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 - 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 -2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 - 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 -3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 -2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 - 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 -1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 -2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 - 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 -1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 - 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 -4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 -2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 -1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 - 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 -1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 -2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 - 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 -6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 -1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 -1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 -2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 -3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 - 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 -3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 -1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 - 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 -1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 - 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 -3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 - 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 -2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 - 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 -4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 -2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 -1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 -1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 -1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 - 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 -1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 -3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 -1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 -3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 - 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 - 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 - 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 -2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 -1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 - 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 -1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 - 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 -1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 - 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 - 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 - 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 -1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 -1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 -2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 -4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 - 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 -1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 - 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 -1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 -3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 -1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 -2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 -2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 -1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 -1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 -2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 - 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 -2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 -1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 -1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 -1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 -1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 -3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 -2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 -2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 - 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 -3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 -3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 -1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 -2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 -1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 -2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 -) - - diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py b/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py deleted file mode 100644 index 20044e4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py +++ /dev/null @@ -1,233 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - - -# This is hiragana 2-char sequence table, the number in each cell represents its frequency category -jp2CharContext = ( -(0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1), -(2,4,0,4,0,3,0,4,0,3,4,4,4,2,4,3,3,4,3,2,3,3,4,2,3,3,3,2,4,1,4,3,3,1,5,4,3,4,3,4,3,5,3,0,3,5,4,2,0,3,1,0,3,3,0,3,3,0,1,1,0,4,3,0,3,3,0,4,0,2,0,3,5,5,5,5,4,0,4,1,0,3,4), -(0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2), -(0,4,0,5,0,5,0,4,0,4,5,4,4,3,5,3,5,1,5,3,4,3,4,4,3,4,3,3,4,3,5,4,4,3,5,5,3,5,5,5,3,5,5,3,4,5,5,3,1,3,2,0,3,4,0,4,2,0,4,2,1,5,3,2,3,5,0,4,0,2,0,5,4,4,5,4,5,0,4,0,0,4,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,4,0,3,0,3,0,4,5,4,3,3,3,3,4,3,5,4,4,3,5,4,4,3,4,3,4,4,4,4,5,3,4,4,3,4,5,5,4,5,5,1,4,5,4,3,0,3,3,1,3,3,0,4,4,0,3,3,1,5,3,3,3,5,0,4,0,3,0,4,4,3,4,3,3,0,4,1,1,3,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,4,0,3,0,3,0,4,0,3,4,4,3,2,2,1,2,1,3,1,3,3,3,3,3,4,3,1,3,3,5,3,3,0,4,3,0,5,4,3,3,5,4,4,3,4,4,5,0,1,2,0,1,2,0,2,2,0,1,0,0,5,2,2,1,4,0,3,0,1,0,4,4,3,5,4,3,0,2,1,0,4,3), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,5,0,4,0,2,1,4,4,2,4,1,4,2,4,2,4,3,3,3,4,3,3,3,3,1,4,2,3,3,3,1,4,4,1,1,1,4,3,3,2,0,2,4,3,2,0,3,3,0,3,1,1,0,0,0,3,3,0,4,2,2,3,4,0,4,0,3,0,4,4,5,3,4,4,0,3,0,0,1,4), -(1,4,0,4,0,4,0,4,0,3,5,4,4,3,4,3,5,4,3,3,4,3,5,4,4,4,4,3,4,2,4,3,3,1,5,4,3,2,4,5,4,5,5,4,4,5,4,4,0,3,2,2,3,3,0,4,3,1,3,2,1,4,3,3,4,5,0,3,0,2,0,4,5,5,4,5,4,0,4,0,0,5,4), -(0,5,0,5,0,4,0,3,0,4,4,3,4,3,3,3,4,0,4,4,4,3,4,3,4,3,3,1,4,2,4,3,4,0,5,4,1,4,5,4,4,5,3,2,4,3,4,3,2,4,1,3,3,3,2,3,2,0,4,3,3,4,3,3,3,4,0,4,0,3,0,4,5,4,4,4,3,0,4,1,0,1,3), -(0,3,1,4,0,3,0,2,0,3,4,4,3,1,4,2,3,3,4,3,4,3,4,3,4,4,3,2,3,1,5,4,4,1,4,4,3,5,4,4,3,5,5,4,3,4,4,3,1,2,3,1,2,2,0,3,2,0,3,1,0,5,3,3,3,4,3,3,3,3,4,4,4,4,5,4,2,0,3,3,2,4,3), -(0,2,0,3,0,1,0,1,0,0,3,2,0,0,2,0,1,0,2,1,3,3,3,1,2,3,1,0,1,0,4,2,1,1,3,3,0,4,3,3,1,4,3,3,0,3,3,2,0,0,0,0,1,0,0,2,0,0,0,0,0,4,1,0,2,3,2,2,2,1,3,3,3,4,4,3,2,0,3,1,0,3,3), -(0,4,0,4,0,3,0,3,0,4,4,4,3,3,3,3,3,3,4,3,4,2,4,3,4,3,3,2,4,3,4,5,4,1,4,5,3,5,4,5,3,5,4,0,3,5,5,3,1,3,3,2,2,3,0,3,4,1,3,3,2,4,3,3,3,4,0,4,0,3,0,4,5,4,4,5,3,0,4,1,0,3,4), -(0,2,0,3,0,3,0,0,0,2,2,2,1,0,1,0,0,0,3,0,3,0,3,0,1,3,1,0,3,1,3,3,3,1,3,3,3,0,1,3,1,3,4,0,0,3,1,1,0,3,2,0,0,0,0,1,3,0,1,0,0,3,3,2,0,3,0,0,0,0,0,3,4,3,4,3,3,0,3,0,0,2,3), -(2,3,0,3,0,2,0,1,0,3,3,4,3,1,3,1,1,1,3,1,4,3,4,3,3,3,0,0,3,1,5,4,3,1,4,3,2,5,5,4,4,4,4,3,3,4,4,4,0,2,1,1,3,2,0,1,2,0,0,1,0,4,1,3,3,3,0,3,0,1,0,4,4,4,5,5,3,0,2,0,0,4,4), -(0,2,0,1,0,3,1,3,0,2,3,3,3,0,3,1,0,0,3,0,3,2,3,1,3,2,1,1,0,0,4,2,1,0,2,3,1,4,3,2,0,4,4,3,1,3,1,3,0,1,0,0,1,0,0,0,1,0,0,0,0,4,1,1,1,2,0,3,0,0,0,3,4,2,4,3,2,0,1,0,0,3,3), -(0,1,0,4,0,5,0,4,0,2,4,4,2,3,3,2,3,3,5,3,3,3,4,3,4,2,3,0,4,3,3,3,4,1,4,3,2,1,5,5,3,4,5,1,3,5,4,2,0,3,3,0,1,3,0,4,2,0,1,3,1,4,3,3,3,3,0,3,0,1,0,3,4,4,4,5,5,0,3,0,1,4,5), -(0,2,0,3,0,3,0,0,0,2,3,1,3,0,4,0,1,1,3,0,3,4,3,2,3,1,0,3,3,2,3,1,3,0,2,3,0,2,1,4,1,2,2,0,0,3,3,0,0,2,0,0,0,1,0,0,0,0,2,2,0,3,2,1,3,3,0,2,0,2,0,0,3,3,1,2,4,0,3,0,2,2,3), -(2,4,0,5,0,4,0,4,0,2,4,4,4,3,4,3,3,3,1,2,4,3,4,3,4,4,5,0,3,3,3,3,2,0,4,3,1,4,3,4,1,4,4,3,3,4,4,3,1,2,3,0,4,2,0,4,1,0,3,3,0,4,3,3,3,4,0,4,0,2,0,3,5,3,4,5,2,0,3,0,0,4,5), -(0,3,0,4,0,1,0,1,0,1,3,2,2,1,3,0,3,0,2,0,2,0,3,0,2,0,0,0,1,0,1,1,0,0,3,1,0,0,0,4,0,3,1,0,2,1,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,2,2,3,1,0,3,0,0,0,1,4,4,4,3,0,0,4,0,0,1,4), -(1,4,1,5,0,3,0,3,0,4,5,4,4,3,5,3,3,4,4,3,4,1,3,3,3,3,2,1,4,1,5,4,3,1,4,4,3,5,4,4,3,5,4,3,3,4,4,4,0,3,3,1,2,3,0,3,1,0,3,3,0,5,4,4,4,4,4,4,3,3,5,4,4,3,3,5,4,0,3,2,0,4,4), -(0,2,0,3,0,1,0,0,0,1,3,3,3,2,4,1,3,0,3,1,3,0,2,2,1,1,0,0,2,0,4,3,1,0,4,3,0,4,4,4,1,4,3,1,1,3,3,1,0,2,0,0,1,3,0,0,0,0,2,0,0,4,3,2,4,3,5,4,3,3,3,4,3,3,4,3,3,0,2,1,0,3,3), -(0,2,0,4,0,3,0,2,0,2,5,5,3,4,4,4,4,1,4,3,3,0,4,3,4,3,1,3,3,2,4,3,0,3,4,3,0,3,4,4,2,4,4,0,4,5,3,3,2,2,1,1,1,2,0,1,5,0,3,3,2,4,3,3,3,4,0,3,0,2,0,4,4,3,5,5,0,0,3,0,2,3,3), -(0,3,0,4,0,3,0,1,0,3,4,3,3,1,3,3,3,0,3,1,3,0,4,3,3,1,1,0,3,0,3,3,0,0,4,4,0,1,5,4,3,3,5,0,3,3,4,3,0,2,0,1,1,1,0,1,3,0,1,2,1,3,3,2,3,3,0,3,0,1,0,1,3,3,4,4,1,0,1,2,2,1,3), -(0,1,0,4,0,4,0,3,0,1,3,3,3,2,3,1,1,0,3,0,3,3,4,3,2,4,2,0,1,0,4,3,2,0,4,3,0,5,3,3,2,4,4,4,3,3,3,4,0,1,3,0,0,1,0,0,1,0,0,0,0,4,2,3,3,3,0,3,0,0,0,4,4,4,5,3,2,0,3,3,0,3,5), -(0,2,0,3,0,0,0,3,0,1,3,0,2,0,0,0,1,0,3,1,1,3,3,0,0,3,0,0,3,0,2,3,1,0,3,1,0,3,3,2,0,4,2,2,0,2,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,1,0,1,0,0,0,1,3,1,2,0,0,0,1,0,0,1,4), -(0,3,0,3,0,5,0,1,0,2,4,3,1,3,3,2,1,1,5,2,1,0,5,1,2,0,0,0,3,3,2,2,3,2,4,3,0,0,3,3,1,3,3,0,2,5,3,4,0,3,3,0,1,2,0,2,2,0,3,2,0,2,2,3,3,3,0,2,0,1,0,3,4,4,2,5,4,0,3,0,0,3,5), -(0,3,0,3,0,3,0,1,0,3,3,3,3,0,3,0,2,0,2,1,1,0,2,0,1,0,0,0,2,1,0,0,1,0,3,2,0,0,3,3,1,2,3,1,0,3,3,0,0,1,0,0,0,0,0,2,0,0,0,0,0,2,3,1,2,3,0,3,0,1,0,3,2,1,0,4,3,0,1,1,0,3,3), -(0,4,0,5,0,3,0,3,0,4,5,5,4,3,5,3,4,3,5,3,3,2,5,3,4,4,4,3,4,3,4,5,5,3,4,4,3,4,4,5,4,4,4,3,4,5,5,4,2,3,4,2,3,4,0,3,3,1,4,3,2,4,3,3,5,5,0,3,0,3,0,5,5,5,5,4,4,0,4,0,1,4,4), -(0,4,0,4,0,3,0,3,0,3,5,4,4,2,3,2,5,1,3,2,5,1,4,2,3,2,3,3,4,3,3,3,3,2,5,4,1,3,3,5,3,4,4,0,4,4,3,1,1,3,1,0,2,3,0,2,3,0,3,0,0,4,3,1,3,4,0,3,0,2,0,4,4,4,3,4,5,0,4,0,0,3,4), -(0,3,0,3,0,3,1,2,0,3,4,4,3,3,3,0,2,2,4,3,3,1,3,3,3,1,1,0,3,1,4,3,2,3,4,4,2,4,4,4,3,4,4,3,2,4,4,3,1,3,3,1,3,3,0,4,1,0,2,2,1,4,3,2,3,3,5,4,3,3,5,4,4,3,3,0,4,0,3,2,2,4,4), -(0,2,0,1,0,0,0,0,0,1,2,1,3,0,0,0,0,0,2,0,1,2,1,0,0,1,0,0,0,0,3,0,0,1,0,1,1,3,1,0,0,0,1,1,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1,2,2,0,3,4,0,0,0,1,1,0,0,1,0,0,0,0,0,1,1), -(0,1,0,0,0,1,0,0,0,0,4,0,4,1,4,0,3,0,4,0,3,0,4,0,3,0,3,0,4,1,5,1,4,0,0,3,0,5,0,5,2,0,1,0,0,0,2,1,4,0,1,3,0,0,3,0,0,3,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0), -(1,4,0,5,0,3,0,2,0,3,5,4,4,3,4,3,5,3,4,3,3,0,4,3,3,3,3,3,3,2,4,4,3,1,3,4,4,5,4,4,3,4,4,1,3,5,4,3,3,3,1,2,2,3,3,1,3,1,3,3,3,5,3,3,4,5,0,3,0,3,0,3,4,3,4,4,3,0,3,0,2,4,3), -(0,1,0,4,0,0,0,0,0,1,4,0,4,1,4,2,4,0,3,0,1,0,1,0,0,0,0,0,2,0,3,1,1,1,0,3,0,0,0,1,2,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,3,0,0,0,0,3,2,0,2,2,0,1,0,0,0,2,3,2,3,3,0,0,0,0,2,1,0), -(0,5,1,5,0,3,0,3,0,5,4,4,5,1,5,3,3,0,4,3,4,3,5,3,4,3,3,2,4,3,4,3,3,0,3,3,1,4,4,3,4,4,4,3,4,5,5,3,2,3,1,1,3,3,1,3,1,1,3,3,2,4,5,3,3,5,0,4,0,3,0,4,4,3,5,3,3,0,3,4,0,4,3), -(0,5,0,5,0,3,0,2,0,4,4,3,5,2,4,3,3,3,4,4,4,3,5,3,5,3,3,1,4,0,4,3,3,0,3,3,0,4,4,4,4,5,4,3,3,5,5,3,2,3,1,2,3,2,0,1,0,0,3,2,2,4,4,3,1,5,0,4,0,3,0,4,3,1,3,2,1,0,3,3,0,3,3), -(0,4,0,5,0,5,0,4,0,4,5,5,5,3,4,3,3,2,5,4,4,3,5,3,5,3,4,0,4,3,4,4,3,2,4,4,3,4,5,4,4,5,5,0,3,5,5,4,1,3,3,2,3,3,1,3,1,0,4,3,1,4,4,3,4,5,0,4,0,2,0,4,3,4,4,3,3,0,4,0,0,5,5), -(0,4,0,4,0,5,0,1,1,3,3,4,4,3,4,1,3,0,5,1,3,0,3,1,3,1,1,0,3,0,3,3,4,0,4,3,0,4,4,4,3,4,4,0,3,5,4,1,0,3,0,0,2,3,0,3,1,0,3,1,0,3,2,1,3,5,0,3,0,1,0,3,2,3,3,4,4,0,2,2,0,4,4), -(2,4,0,5,0,4,0,3,0,4,5,5,4,3,5,3,5,3,5,3,5,2,5,3,4,3,3,4,3,4,5,3,2,1,5,4,3,2,3,4,5,3,4,1,2,5,4,3,0,3,3,0,3,2,0,2,3,0,4,1,0,3,4,3,3,5,0,3,0,1,0,4,5,5,5,4,3,0,4,2,0,3,5), -(0,5,0,4,0,4,0,2,0,5,4,3,4,3,4,3,3,3,4,3,4,2,5,3,5,3,4,1,4,3,4,4,4,0,3,5,0,4,4,4,4,5,3,1,3,4,5,3,3,3,3,3,3,3,0,2,2,0,3,3,2,4,3,3,3,5,3,4,1,3,3,5,3,2,0,0,0,0,4,3,1,3,3), -(0,1,0,3,0,3,0,1,0,1,3,3,3,2,3,3,3,0,3,0,0,0,3,1,3,0,0,0,2,2,2,3,0,0,3,2,0,1,2,4,1,3,3,0,0,3,3,3,0,1,0,0,2,1,0,0,3,0,3,1,0,3,0,0,1,3,0,2,0,1,0,3,3,1,3,3,0,0,1,1,0,3,3), -(0,2,0,3,0,2,1,4,0,2,2,3,1,1,3,1,1,0,2,0,3,1,2,3,1,3,0,0,1,0,4,3,2,3,3,3,1,4,2,3,3,3,3,1,0,3,1,4,0,1,1,0,1,2,0,1,1,0,1,1,0,3,1,3,2,2,0,1,0,0,0,2,3,3,3,1,0,0,0,0,0,2,3), -(0,5,0,4,0,5,0,2,0,4,5,5,3,3,4,3,3,1,5,4,4,2,4,4,4,3,4,2,4,3,5,5,4,3,3,4,3,3,5,5,4,5,5,1,3,4,5,3,1,4,3,1,3,3,0,3,3,1,4,3,1,4,5,3,3,5,0,4,0,3,0,5,3,3,1,4,3,0,4,0,1,5,3), -(0,5,0,5,0,4,0,2,0,4,4,3,4,3,3,3,3,3,5,4,4,4,4,4,4,5,3,3,5,2,4,4,4,3,4,4,3,3,4,4,5,5,3,3,4,3,4,3,3,4,3,3,3,3,1,2,2,1,4,3,3,5,4,4,3,4,0,4,0,3,0,4,4,4,4,4,1,0,4,2,0,2,4), -(0,4,0,4,0,3,0,1,0,3,5,2,3,0,3,0,2,1,4,2,3,3,4,1,4,3,3,2,4,1,3,3,3,0,3,3,0,0,3,3,3,5,3,3,3,3,3,2,0,2,0,0,2,0,0,2,0,0,1,0,0,3,1,2,2,3,0,3,0,2,0,4,4,3,3,4,1,0,3,0,0,2,4), -(0,0,0,4,0,0,0,0,0,0,1,0,1,0,2,0,0,0,0,0,1,0,2,0,1,0,0,0,0,0,3,1,3,0,3,2,0,0,0,1,0,3,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,2,0,0,0,0,0,0,2), -(0,2,1,3,0,2,0,2,0,3,3,3,3,1,3,1,3,3,3,3,3,3,4,2,2,1,2,1,4,0,4,3,1,3,3,3,2,4,3,5,4,3,3,3,3,3,3,3,0,1,3,0,2,0,0,1,0,0,1,0,0,4,2,0,2,3,0,3,3,0,3,3,4,2,3,1,4,0,1,2,0,2,3), -(0,3,0,3,0,1,0,3,0,2,3,3,3,0,3,1,2,0,3,3,2,3,3,2,3,2,3,1,3,0,4,3,2,0,3,3,1,4,3,3,2,3,4,3,1,3,3,1,1,0,1,1,0,1,0,1,0,1,0,0,0,4,1,1,0,3,0,3,1,0,2,3,3,3,3,3,1,0,0,2,0,3,3), -(0,0,0,0,0,0,0,0,0,0,3,0,2,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,3,0,3,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,2,3,0,0,0,0,0,0,0,0,3), -(0,2,0,3,1,3,0,3,0,2,3,3,3,1,3,1,3,1,3,1,3,3,3,1,3,0,2,3,1,1,4,3,3,2,3,3,1,2,2,4,1,3,3,0,1,4,2,3,0,1,3,0,3,0,0,1,3,0,2,0,0,3,3,2,1,3,0,3,0,2,0,3,4,4,4,3,1,0,3,0,0,3,3), -(0,2,0,1,0,2,0,0,0,1,3,2,2,1,3,0,1,1,3,0,3,2,3,1,2,0,2,0,1,1,3,3,3,0,3,3,1,1,2,3,2,3,3,1,2,3,2,0,0,1,0,0,0,0,0,0,3,0,1,0,0,2,1,2,1,3,0,3,0,0,0,3,4,4,4,3,2,0,2,0,0,2,4), -(0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,0,0,0,0,0,0,0,3), -(0,3,0,3,0,2,0,3,0,3,3,3,2,3,2,2,2,0,3,1,3,3,3,2,3,3,0,0,3,0,3,2,2,0,2,3,1,4,3,4,3,3,2,3,1,5,4,4,0,3,1,2,1,3,0,3,1,1,2,0,2,3,1,3,1,3,0,3,0,1,0,3,3,4,4,2,1,0,2,1,0,2,4), -(0,1,0,3,0,1,0,2,0,1,4,2,5,1,4,0,2,0,2,1,3,1,4,0,2,1,0,0,2,1,4,1,1,0,3,3,0,5,1,3,2,3,3,1,0,3,2,3,0,1,0,0,0,0,0,0,1,0,0,0,0,4,0,1,0,3,0,2,0,1,0,3,3,3,4,3,3,0,0,0,0,2,3), -(0,0,0,1,0,0,0,0,0,0,2,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,1,0,0,0,0,0,3), -(0,1,0,3,0,4,0,3,0,2,4,3,1,0,3,2,2,1,3,1,2,2,3,1,1,1,2,1,3,0,1,2,0,1,3,2,1,3,0,5,5,1,0,0,1,3,2,1,0,3,0,0,1,0,0,0,0,0,3,4,0,1,1,1,3,2,0,2,0,1,0,2,3,3,1,2,3,0,1,0,1,0,4), -(0,0,0,1,0,3,0,3,0,2,2,1,0,0,4,0,3,0,3,1,3,0,3,0,3,0,1,0,3,0,3,1,3,0,3,3,0,0,1,2,1,1,1,0,1,2,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,2,1,2,0,0,2,0,0,0,0,2,3,3,3,3,0,0,0,0,1,4), -(0,0,0,3,0,3,0,0,0,0,3,1,1,0,3,0,1,0,2,0,1,0,0,0,0,0,0,0,1,0,3,0,2,0,2,3,0,0,2,2,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,2,3), -(2,4,0,5,0,5,0,4,0,3,4,3,3,3,4,3,3,3,4,3,4,4,5,4,5,5,5,2,3,0,5,5,4,1,5,4,3,1,5,4,3,4,4,3,3,4,3,3,0,3,2,0,2,3,0,3,0,0,3,3,0,5,3,2,3,3,0,3,0,3,0,3,4,5,4,5,3,0,4,3,0,3,4), -(0,3,0,3,0,3,0,3,0,3,3,4,3,2,3,2,3,0,4,3,3,3,3,3,3,3,3,0,3,2,4,3,3,1,3,4,3,4,4,4,3,4,4,3,2,4,4,1,0,2,0,0,1,1,0,2,0,0,3,1,0,5,3,2,1,3,0,3,0,1,2,4,3,2,4,3,3,0,3,2,0,4,4), -(0,3,0,3,0,1,0,0,0,1,4,3,3,2,3,1,3,1,4,2,3,2,4,2,3,4,3,0,2,2,3,3,3,0,3,3,3,0,3,4,1,3,3,0,3,4,3,3,0,1,1,0,1,0,0,0,4,0,3,0,0,3,1,2,1,3,0,4,0,1,0,4,3,3,4,3,3,0,2,0,0,3,3), -(0,3,0,4,0,1,0,3,0,3,4,3,3,0,3,3,3,1,3,1,3,3,4,3,3,3,0,0,3,1,5,3,3,1,3,3,2,5,4,3,3,4,5,3,2,5,3,4,0,1,0,0,0,0,0,2,0,0,1,1,0,4,2,2,1,3,0,3,0,2,0,4,4,3,5,3,2,0,1,1,0,3,4), -(0,5,0,4,0,5,0,2,0,4,4,3,3,2,3,3,3,1,4,3,4,1,5,3,4,3,4,0,4,2,4,3,4,1,5,4,0,4,4,4,4,5,4,1,3,5,4,2,1,4,1,1,3,2,0,3,1,0,3,2,1,4,3,3,3,4,0,4,0,3,0,4,4,4,3,3,3,0,4,2,0,3,4), -(1,4,0,4,0,3,0,1,0,3,3,3,1,1,3,3,2,2,3,3,1,0,3,2,2,1,2,0,3,1,2,1,2,0,3,2,0,2,2,3,3,4,3,0,3,3,1,2,0,1,1,3,1,2,0,0,3,0,1,1,0,3,2,2,3,3,0,3,0,0,0,2,3,3,4,3,3,0,1,0,0,1,4), -(0,4,0,4,0,4,0,0,0,3,4,4,3,1,4,2,3,2,3,3,3,1,4,3,4,0,3,0,4,2,3,3,2,2,5,4,2,1,3,4,3,4,3,1,3,3,4,2,0,2,1,0,3,3,0,0,2,0,3,1,0,4,4,3,4,3,0,4,0,1,0,2,4,4,4,4,4,0,3,2,0,3,3), -(0,0,0,1,0,4,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2), -(0,2,0,3,0,4,0,4,0,1,3,3,3,0,4,0,2,1,2,1,1,1,2,0,3,1,1,0,1,0,3,1,0,0,3,3,2,0,1,1,0,0,0,0,0,1,0,2,0,2,2,0,3,1,0,0,1,0,1,1,0,1,2,0,3,0,0,0,0,1,0,0,3,3,4,3,1,0,1,0,3,0,2), -(0,0,0,3,0,5,0,0,0,0,1,0,2,0,3,1,0,1,3,0,0,0,2,0,0,0,1,0,0,0,1,1,0,0,4,0,0,0,2,3,0,1,4,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,3,0,0,0,0,0,3), -(0,2,0,5,0,5,0,1,0,2,4,3,3,2,5,1,3,2,3,3,3,0,4,1,2,0,3,0,4,0,2,2,1,1,5,3,0,0,1,4,2,3,2,0,3,3,3,2,0,2,4,1,1,2,0,1,1,0,3,1,0,1,3,1,2,3,0,2,0,0,0,1,3,5,4,4,4,0,3,0,0,1,3), -(0,4,0,5,0,4,0,4,0,4,5,4,3,3,4,3,3,3,4,3,4,4,5,3,4,5,4,2,4,2,3,4,3,1,4,4,1,3,5,4,4,5,5,4,4,5,5,5,2,3,3,1,4,3,1,3,3,0,3,3,1,4,3,4,4,4,0,3,0,4,0,3,3,4,4,5,0,0,4,3,0,4,5), -(0,4,0,4,0,3,0,3,0,3,4,4,4,3,3,2,4,3,4,3,4,3,5,3,4,3,2,1,4,2,4,4,3,1,3,4,2,4,5,5,3,4,5,4,1,5,4,3,0,3,2,2,3,2,1,3,1,0,3,3,3,5,3,3,3,5,4,4,2,3,3,4,3,3,3,2,1,0,3,2,1,4,3), -(0,4,0,5,0,4,0,3,0,3,5,5,3,2,4,3,4,0,5,4,4,1,4,4,4,3,3,3,4,3,5,5,2,3,3,4,1,2,5,5,3,5,5,2,3,5,5,4,0,3,2,0,3,3,1,1,5,1,4,1,0,4,3,2,3,5,0,4,0,3,0,5,4,3,4,3,0,0,4,1,0,4,4), -(1,3,0,4,0,2,0,2,0,2,5,5,3,3,3,3,3,0,4,2,3,4,4,4,3,4,0,0,3,4,5,4,3,3,3,3,2,5,5,4,5,5,5,4,3,5,5,5,1,3,1,0,1,0,0,3,2,0,4,2,0,5,2,3,2,4,1,3,0,3,0,4,5,4,5,4,3,0,4,2,0,5,4), -(0,3,0,4,0,5,0,3,0,3,4,4,3,2,3,2,3,3,3,3,3,2,4,3,3,2,2,0,3,3,3,3,3,1,3,3,3,0,4,4,3,4,4,1,1,4,4,2,0,3,1,0,1,1,0,4,1,0,2,3,1,3,3,1,3,4,0,3,0,1,0,3,1,3,0,0,1,0,2,0,0,4,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,3,0,2,0,3,0,1,5,4,3,3,3,1,4,2,1,2,3,4,4,2,4,4,5,0,3,1,4,3,4,0,4,3,3,3,2,3,2,5,3,4,3,2,2,3,0,0,3,0,2,1,0,1,2,0,0,0,0,2,1,1,3,1,0,2,0,4,0,3,4,4,4,5,2,0,2,0,0,1,3), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,4,2,1,1,0,1,0,3,2,0,0,3,1,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,2,0,0,0,1,4,0,4,2,1,0,0,0,0,0,1), -(0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,3,1,0,0,0,2,0,2,1,0,0,1,2,1,0,1,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,1,3,1,0,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,0,0,2), -(0,4,0,4,0,4,0,3,0,4,4,3,4,2,4,3,2,0,4,4,4,3,5,3,5,3,3,2,4,2,4,3,4,3,1,4,0,2,3,4,4,4,3,3,3,4,4,4,3,4,1,3,4,3,2,1,2,1,3,3,3,4,4,3,3,5,0,4,0,3,0,4,3,3,3,2,1,0,3,0,0,3,3), -(0,4,0,3,0,3,0,3,0,3,5,5,3,3,3,3,4,3,4,3,3,3,4,4,4,3,3,3,3,4,3,5,3,3,1,3,2,4,5,5,5,5,4,3,4,5,5,3,2,2,3,3,3,3,2,3,3,1,2,3,2,4,3,3,3,4,0,4,0,2,0,4,3,2,2,1,2,0,3,0,0,4,1), -) - -class JapaneseContextAnalysis(object): - NUM_OF_CATEGORY = 6 - DONT_KNOW = -1 - ENOUGH_REL_THRESHOLD = 100 - MAX_REL_THRESHOLD = 1000 - MINIMUM_DATA_THRESHOLD = 4 - - def __init__(self): - self._total_rel = None - self._rel_sample = None - self._need_to_skip_char_num = None - self._last_char_order = None - self._done = None - self.reset() - - def reset(self): - self._total_rel = 0 # total sequence received - # category counters, each integer counts sequence in its category - self._rel_sample = [0] * self.NUM_OF_CATEGORY - # if last byte in current buffer is not the last byte of a character, - # we need to know how many bytes to skip in next buffer - self._need_to_skip_char_num = 0 - self._last_char_order = -1 # The order of previous char - # If this flag is set to True, detection is done and conclusion has - # been made - self._done = False - - def feed(self, byte_str, num_bytes): - if self._done: - return - - # The buffer we got is byte oriented, and a character may span in more than one - # buffers. In case the last one or two byte in last buffer is not - # complete, we record how many byte needed to complete that character - # and skip these bytes here. We can choose to record those bytes as - # well and analyse the character once it is complete, but since a - # character will not make much difference, by simply skipping - # this character will simply our logic and improve performance. - i = self._need_to_skip_char_num - while i < num_bytes: - order, char_len = self.get_order(byte_str[i:i + 2]) - i += char_len - if i > num_bytes: - self._need_to_skip_char_num = i - num_bytes - self._last_char_order = -1 - else: - if (order != -1) and (self._last_char_order != -1): - self._total_rel += 1 - if self._total_rel > self.MAX_REL_THRESHOLD: - self._done = True - break - self._rel_sample[jp2CharContext[self._last_char_order][order]] += 1 - self._last_char_order = order - - def got_enough_data(self): - return self._total_rel > self.ENOUGH_REL_THRESHOLD - - def get_confidence(self): - # This is just one way to calculate confidence. It works well for me. - if self._total_rel > self.MINIMUM_DATA_THRESHOLD: - return (self._total_rel - self._rel_sample[0]) / self._total_rel - else: - return self.DONT_KNOW - - def get_order(self, byte_str): - return -1, 1 - -class SJISContextAnalysis(JapaneseContextAnalysis): - def __init__(self): - super(SJISContextAnalysis, self).__init__() - self._charset_name = "SHIFT_JIS" - - @property - def charset_name(self): - return self._charset_name - - def get_order(self, byte_str): - if not byte_str: - return -1, 1 - # find out current char's byte length - first_char = byte_str[0] - if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): - char_len = 2 - if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): - self._charset_name = "CP932" - else: - char_len = 1 - - # return its order if it is hiragana - if len(byte_str) > 1: - second_char = byte_str[1] - if (first_char == 202) and (0x9F <= second_char <= 0xF1): - return second_char - 0x9F, char_len - - return -1, char_len - -class EUCJPContextAnalysis(JapaneseContextAnalysis): - def get_order(self, byte_str): - if not byte_str: - return -1, 1 - # find out current char's byte length - first_char = byte_str[0] - if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): - char_len = 2 - elif first_char == 0x8F: - char_len = 3 - else: - char_len = 1 - - # return its order if it is hiragana - if len(byte_str) > 1: - second_char = byte_str[1] - if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): - return second_char - 0xA1, char_len - - return -1, char_len - - diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py deleted file mode 100644 index 2aa4fb2..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +++ /dev/null @@ -1,228 +0,0 @@ -######################## 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 ######################### - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -# this table is modified base on win1251BulgarianCharToOrderMap, so -# only number <64 is sure valid - -Latin5_BulgarianCharToOrderMap = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 77, 90, 99,100, 72,109,107,101, 79,185, 81,102, 76, 94, 82, # 40 -110,186,108, 91, 74,119, 84, 96,111,187,115,253,253,253,253,253, # 50 -253, 65, 69, 70, 66, 63, 68,112,103, 92,194,104, 95, 86, 87, 71, # 60 -116,195, 85, 93, 97,113,196,197,198,199,200,253,253,253,253,253, # 70 -194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209, # 80 -210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225, # 90 - 81,226,227,228,229,230,105,231,232,233,234,235,236, 45,237,238, # a0 - 31, 32, 35, 43, 37, 44, 55, 47, 40, 59, 33, 46, 38, 36, 41, 30, # b0 - 39, 28, 34, 51, 48, 49, 53, 50, 54, 57, 61,239, 67,240, 60, 56, # c0 - 1, 18, 9, 20, 11, 3, 23, 15, 2, 26, 12, 10, 14, 6, 4, 13, # d0 - 7, 8, 5, 19, 29, 25, 22, 21, 27, 24, 17, 75, 52,241, 42, 16, # e0 - 62,242,243,244, 58,245, 98,246,247,248,249,250,251, 91,252,253, # f0 -) - -win1251BulgarianCharToOrderMap = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 77, 90, 99,100, 72,109,107,101, 79,185, 81,102, 76, 94, 82, # 40 -110,186,108, 91, 74,119, 84, 96,111,187,115,253,253,253,253,253, # 50 -253, 65, 69, 70, 66, 63, 68,112,103, 92,194,104, 95, 86, 87, 71, # 60 -116,195, 85, 93, 97,113,196,197,198,199,200,253,253,253,253,253, # 70 -206,207,208,209,210,211,212,213,120,214,215,216,217,218,219,220, # 80 -221, 78, 64, 83,121, 98,117,105,222,223,224,225,226,227,228,229, # 90 - 88,230,231,232,233,122, 89,106,234,235,236,237,238, 45,239,240, # a0 - 73, 80,118,114,241,242,243,244,245, 62, 58,246,247,248,249,250, # b0 - 31, 32, 35, 43, 37, 44, 55, 47, 40, 59, 33, 46, 38, 36, 41, 30, # c0 - 39, 28, 34, 51, 48, 49, 53, 50, 54, 57, 61,251, 67,252, 60, 56, # d0 - 1, 18, 9, 20, 11, 3, 23, 15, 2, 26, 12, 10, 14, 6, 4, 13, # e0 - 7, 8, 5, 19, 29, 25, 22, 21, 27, 24, 17, 75, 52,253, 42, 16, # f0 -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 96.9392% -# first 1024 sequences:3.0618% -# rest sequences: 0.2992% -# negative sequences: 0.0020% -BulgarianLangModel = ( -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,3,3,3,3,3, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,2,2,3,2,2,1,2,2, -3,1,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,3,3,0,3,0,1, -0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,3,3,0,3,1,0, -0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,2,3,3,3,3,3,3,3,3,0,3,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,1,3,2,3,3,3,3,3,3,3,3,0,3,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,2,2,1,3,3,3,3,2,2,2,1,1,2,0,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,2,3,2,2,3,3,1,1,2,3,3,2,3,3,3,3,2,1,2,0,2,0,3,0,0, -0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,1,3,3,3,3,3,2,3,2,3,3,3,3,3,2,3,3,1,3,0,3,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,1,3,3,2,3,3,3,1,3,3,2,3,2,2,2,0,0,2,0,2,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,0,3,3,3,2,2,3,3,3,1,2,2,3,2,1,1,2,0,2,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,2,3,3,1,2,3,2,2,2,3,3,3,3,3,2,2,3,1,2,0,2,1,2,0,0, -0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,1,3,3,3,3,3,2,3,3,3,2,3,3,2,3,2,2,2,3,1,2,0,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,1,1,1,2,2,1,3,1,3,2,2,3,0,0,1,0,1,0,1,0,0, -0,0,0,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,2,2,3,2,2,3,1,2,1,1,1,2,3,1,3,1,2,2,0,1,1,1,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,1,3,2,2,3,3,1,2,3,1,1,3,3,3,3,1,2,2,1,1,1,0,2,0,2,0,1, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,2,2,3,3,3,2,2,1,1,2,0,2,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,0,1,2,1,3,3,2,3,3,3,3,3,2,3,2,1,0,3,1,2,1,2,1,2,3,2,1,0,1,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, -1,1,1,2,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,1,3,3,2,3,3,2,2,2,0,1,0,0, -0,0,0,0,0,0,0,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, -2,3,3,3,3,0,3,3,3,3,3,2,1,1,2,1,3,3,0,3,1,1,1,1,3,2,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,2,2,2,3,3,3,3,3,3,3,3,3,3,3,1,1,3,1,3,3,2,3,2,2,2,3,0,2,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, -3,3,3,3,3,2,3,3,2,2,3,2,1,1,1,1,1,3,1,3,1,1,0,0,0,1,0,0,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,2,3,2,0,3,2,0,3,0,2,0,0,2,1,3,1,0,0,1,0,0,0,1,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,1, -3,3,3,3,2,1,1,1,1,2,1,1,2,1,1,1,2,2,1,2,1,1,1,0,1,1,0,1,0,1,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,1, -3,3,3,3,2,1,3,1,1,2,1,3,2,1,1,0,1,2,3,2,1,1,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, -2,3,3,3,3,2,2,1,0,1,0,0,1,0,0,0,2,1,0,3,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,1, -3,3,3,2,3,2,3,3,1,3,2,1,1,1,2,1,1,2,1,3,0,1,0,0,0,1,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, -3,1,1,2,2,3,3,2,3,2,2,2,3,1,2,2,1,1,2,1,1,2,2,0,1,1,0,1,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, -3,3,3,3,2,1,3,1,0,2,2,1,3,2,1,0,0,2,0,2,0,1,0,0,0,0,0,0,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,1,2,0,2,3,1,2,3,2,0,1,3,1,2,1,1,1,0,0,1,0,0,2,2,2,3, -2,2,2,2,1,2,1,1,2,2,1,1,2,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1, -3,3,3,3,3,2,1,2,2,1,2,0,2,0,1,0,1,2,1,2,1,1,0,0,0,1,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,2,3,3,1,1,3,1,0,3,2,1,0,0,0,1,2,0,2,0,1,0,0,0,1,0,1,2,1,2,2, -1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,0,1,2,1,1,1,0,0,0,0,0,1,1,0,0, -3,1,0,1,0,2,3,2,2,2,3,2,2,2,2,2,1,0,2,1,2,1,1,1,0,1,2,1,2,2,2,1, -1,1,2,2,2,2,1,2,1,1,0,1,2,1,2,2,2,1,1,1,0,1,1,1,1,2,0,1,0,0,0,0, -2,3,2,3,3,0,0,2,1,0,2,1,0,0,0,0,2,3,0,2,0,0,0,0,0,1,0,0,2,0,1,2, -2,1,2,1,2,2,1,1,1,2,1,1,1,0,1,2,2,1,1,1,1,1,0,1,1,1,0,0,1,2,0,0, -3,3,2,2,3,0,2,3,1,1,2,0,0,0,1,0,0,2,0,2,0,0,0,1,0,1,0,1,2,0,2,2, -1,1,1,1,2,1,0,1,2,2,2,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0, -2,3,2,3,3,0,0,3,0,1,1,0,1,0,0,0,2,2,1,2,0,0,0,0,0,0,0,0,2,0,1,2, -2,2,1,1,1,1,1,2,2,2,1,0,2,0,1,0,1,0,0,1,0,1,0,0,1,0,0,0,0,1,0,0, -3,3,3,3,2,2,2,2,2,0,2,1,1,1,1,2,1,2,1,1,0,2,0,1,0,1,0,0,2,0,1,2, -1,1,1,1,1,1,1,2,2,1,1,0,2,0,1,0,2,0,0,1,1,1,0,0,2,0,0,0,1,1,0,0, -2,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0,0,0,0,1,2,0,1,2, -2,2,2,1,1,2,1,1,2,2,2,1,2,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0, -2,3,3,3,3,0,2,2,0,2,1,0,0,0,1,1,1,2,0,2,0,0,0,3,0,0,0,0,2,0,2,2, -1,1,1,2,1,2,1,1,2,2,2,1,2,0,1,1,1,0,1,1,1,1,0,2,1,0,0,0,1,1,0,0, -2,3,3,3,3,0,2,1,0,0,2,0,0,0,0,0,1,2,0,2,0,0,0,0,0,0,0,0,2,0,1,2, -1,1,1,2,1,1,1,1,2,2,2,0,1,0,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0,0, -3,3,2,2,3,0,1,0,1,0,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,1,0,2,2, -1,1,1,1,1,2,1,1,2,2,1,2,2,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0, -3,1,0,1,0,2,2,2,2,3,2,1,1,1,2,3,0,0,1,0,2,1,1,0,1,1,1,1,2,1,1,1, -1,2,2,1,2,1,2,2,1,1,0,1,2,1,2,2,1,1,1,0,0,1,1,1,2,1,0,1,0,0,0,0, -2,1,0,1,0,3,1,2,2,2,2,1,2,2,1,1,1,0,2,1,2,2,1,1,2,1,1,0,2,1,1,1, -1,2,2,2,2,2,2,2,1,2,0,1,1,0,2,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0, -2,1,1,1,1,2,2,2,2,1,2,2,2,1,2,2,1,1,2,1,2,3,2,2,1,1,1,1,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,2,2,3,2,0,1,2,0,1,2,1,1,0,1,0,1,2,1,2,0,0,0,1,1,0,0,0,1,0,0,2, -1,1,0,0,1,1,0,1,1,1,1,0,2,0,1,1,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0, -2,0,0,0,0,1,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,1,0,1,1,1,1,1,2,1,1,1, -1,2,2,2,2,1,1,2,1,2,1,1,1,0,2,1,2,1,1,1,0,2,1,1,1,1,0,1,0,0,0,0, -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,1,0,1,0, -1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,3,2,0,0,0,0,1,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,1,0,1,2, -1,1,1,1,1,1,0,0,2,2,2,2,2,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1, -2,3,1,2,1,0,1,1,0,2,2,2,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,1,2, -1,1,1,1,2,1,1,1,1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0, -2,2,2,2,2,0,0,2,0,0,2,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,2,0,2,2, -1,1,1,1,1,0,0,1,2,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,0,2,0,1,1,0,0,0,1,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,1,1, -0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,3,2,0,0,1,0,0,1,0,0,0,0,0,0,1,0,2,0,0,0,1,0,0,0,0,0,0,0,2, -1,1,0,0,1,0,0,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,1,2,2,2,1,2,1,2,2,1,1,2,1,1,1,0,1,1,1,1,2,0,1,0,1,1,1,1,0,1,1, -1,1,2,1,1,1,1,1,1,0,0,1,2,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0, -1,0,0,1,3,1,1,0,0,0,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,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,1,0,0,1,0,2,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1, -0,2,0,1,0,0,1,1,2,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,1,1,0,2,1,0,1,1,1,0,0,1,0,2,0,1,0,0,0,0,0,0,0,0,0,1, -0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,2,0,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1, -0,1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,0,1,0,0,1,2,1,1,1,1,1,1,2,2,1,0,0,1,0,1,0,0,0,0,1,1,1,1,0,0,0, -1,1,2,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,1,2,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -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,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,1,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0, -0,1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0, -1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,2,0,0,2,0,1,0,0,1,0,0,1, -1,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0, -1,1,1,1,1,1,1,2,0,0,0,0,0,0,2,1,0,1,1,0,0,1,1,1,0,1,0,0,0,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,0,0,0,0,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,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,1, -) - -Latin5BulgarianModel = { - 'char_to_order_map': Latin5_BulgarianCharToOrderMap, - 'precedence_matrix': BulgarianLangModel, - 'typical_positive_ratio': 0.969392, - 'keep_english_letter': False, - 'charset_name': "ISO-8859-5", - 'language': 'Bulgairan', -} - -Win1251BulgarianModel = { - 'char_to_order_map': win1251BulgarianCharToOrderMap, - 'precedence_matrix': BulgarianLangModel, - 'typical_positive_ratio': 0.969392, - 'keep_english_letter': False, - 'charset_name': "windows-1251", - 'language': 'Bulgarian', -} diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/langcyrillicmodel.py b/lib/python3.8/site-packages/pip/_vendor/chardet/langcyrillicmodel.py deleted file mode 100644 index e5f9a1f..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/langcyrillicmodel.py +++ /dev/null @@ -1,333 +0,0 @@ -######################## 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 ######################### - -# KOI8-R language model -# Character Mapping Table: -KOI8R_char_to_order_map = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, # 80 -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, # 90 -223,224,225, 68,226,227,228,229,230,231,232,233,234,235,236,237, # a0 -238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253, # b0 - 27, 3, 21, 28, 13, 2, 39, 19, 26, 4, 23, 11, 8, 12, 5, 1, # c0 - 15, 16, 9, 7, 6, 14, 24, 10, 17, 18, 20, 25, 30, 29, 22, 54, # d0 - 59, 37, 44, 58, 41, 48, 53, 46, 55, 42, 60, 36, 49, 38, 31, 34, # e0 - 35, 43, 45, 32, 40, 52, 56, 33, 61, 62, 51, 57, 47, 63, 50, 70, # f0 -) - -win1251_char_to_order_map = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, -239,240,241,242,243,244,245,246, 68,247,248,249,250,251,252,253, - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -) - -latin5_char_to_order_map = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -239, 68,240,241,242,243,244,245,246,247,248,249,250,251,252,255, -) - -macCyrillic_char_to_order_map = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, -239,240,241,242,243,244,245,246,247,248,249,250,251,252, 68, 16, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27,255, -) - -IBM855_char_to_order_map = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194, 68,195,196,197,198,199,200,201,202,203,204,205, -206,207,208,209,210,211,212,213,214,215,216,217, 27, 59, 54, 70, - 3, 37, 21, 44, 28, 58, 13, 41, 2, 48, 39, 53, 19, 46,218,219, -220,221,222,223,224, 26, 55, 4, 42,225,226,227,228, 23, 60,229, -230,231,232,233,234,235, 11, 36,236,237,238,239,240,241,242,243, - 8, 49, 12, 38, 5, 31, 1, 34, 15,244,245,246,247, 35, 16,248, - 43, 9, 45, 7, 32, 6, 40, 14, 52, 24, 56, 10, 33, 17, 61,249, -250, 18, 62, 20, 51, 25, 57, 30, 47, 29, 63, 22, 50,251,252,255, -) - -IBM866_char_to_order_map = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -239, 68,240,241,242,243,244,245,246,247,248,249,250,251,252,255, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 97.6601% -# first 1024 sequences: 2.3389% -# rest sequences: 0.1237% -# negative sequences: 0.0009% -RussianLangModel = ( -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,3,3,3,3,1,3,3,3,2,3,2,3,3, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,2,2,2,2,2,0,0,2, -3,3,3,2,3,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,3,2,3,2,0, -0,0,0,0,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, -3,3,3,2,2,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,2,3,3,1,0, -0,0,0,0,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, -3,2,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,3,3,3,3,3,3,3,3,3,3,2,1, -0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,3,3,3,2,1, -0,0,0,0,0,1,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, -3,3,3,3,3,3,3,3,2,2,2,3,1,3,3,1,3,3,3,3,2,2,3,0,2,2,2,3,3,2,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,3,3,2,2,3,2,3,3,3,2,1,2,2,0,1,2,2,2,2,2,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,3,0,2,2,3,3,2,1,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,1,2,3,2,2,3,2,3,3,3,3,2,2,3,0,3,2,2,3,1,1,1,0, -0,0,0,0,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, -3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,2,3,3,3,3,2,2,2,0,3,3,3,2,2,2,2,0, -0,0,0,0,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, -3,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,2,3,2,2,0,1,3,2,1,2,2,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,2,1,1,3,0,1,1,1,1,2,1,1,0,2,2,2,1,2,0,1,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, -3,3,3,3,3,3,2,3,3,2,2,2,2,1,3,2,3,2,3,2,1,2,2,0,1,1,2,1,2,1,2,0, -0,0,0,0,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, -3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,3,3,3,2,2,2,2,0,2,2,2,2,3,1,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,2,3,2,2,3,3,3,3,3,3,3,3,3,1,3,2,0,0,3,3,3,3,2,3,3,3,3,2,3,2,0, -0,0,0,0,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, -2,3,3,3,3,3,2,2,3,3,0,2,1,0,3,2,3,2,3,0,0,1,2,0,0,1,0,1,2,1,1,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, -3,0,3,0,2,3,3,3,3,2,3,3,3,3,1,2,2,0,0,2,3,2,2,2,3,2,3,2,2,3,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, -3,2,3,0,2,3,2,3,0,1,2,3,3,2,0,2,3,0,0,2,3,2,2,0,1,3,1,3,2,2,1,0, -0,0,0,0,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, -3,1,3,0,2,3,3,3,3,3,3,3,3,2,1,3,2,0,0,2,2,3,3,3,2,3,3,0,2,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, -3,3,3,3,3,3,2,2,3,3,2,2,2,3,3,0,0,1,1,1,1,1,2,0,0,1,1,1,1,0,1,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, -3,3,3,3,3,3,2,2,3,3,3,3,3,3,3,0,3,2,3,3,2,3,2,0,2,1,0,1,1,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,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,2,2,2,2,3,1,3,2,3,1,1,2,1,0,2,2,2,2,1,3,1,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -2,2,3,3,3,3,3,1,2,2,1,3,1,0,3,0,0,3,0,0,0,1,1,0,1,2,1,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, -3,2,2,1,1,3,3,3,2,2,1,2,2,3,1,1,2,0,0,2,2,1,3,0,0,2,1,1,2,1,1,0, -0,0,0,0,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, -3,2,3,3,3,3,1,2,2,2,1,2,1,3,3,1,1,2,1,2,1,2,2,0,2,0,0,1,1,0,1,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, -2,3,3,3,3,3,2,1,3,2,2,3,2,0,3,2,0,3,0,1,0,1,1,0,0,1,1,1,1,0,1,0, -0,0,0,0,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, -3,3,2,3,3,3,2,2,2,3,3,1,2,1,2,1,0,1,0,1,1,0,1,0,0,2,1,1,1,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,1,1,2,1,2,3,3,2,2,1,2,2,3,0,2,1,0,0,2,2,3,2,1,2,2,2,2,2,3,1,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, -3,3,3,3,3,1,1,0,1,1,2,2,1,1,3,0,0,1,3,1,1,1,0,0,0,1,0,1,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, -2,1,3,3,3,2,0,0,0,2,1,0,1,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,1,0,0,2,3,2,2,2,1,2,2,2,1,2,1,0,0,1,1,1,0,2,0,1,1,1,0,0,1,1, -1,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,0,0,0,0,1,0,0,0,0,3,0,1,2,1,0,0,0,0,0,0,0,1,1,0,0,1,1, -1,0,1,0,1,2,0,0,1,1,2,1,0,1,1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0, -2,2,3,2,2,2,3,1,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,0,1,0,1,1,1,0,2,1, -1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,0,1,1,0, -3,3,3,2,2,2,2,3,2,2,1,1,2,2,2,2,1,1,3,1,2,1,2,0,0,1,1,0,1,0,2,1, -1,1,1,1,1,2,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0, -2,0,0,1,0,3,2,2,2,2,1,2,1,2,1,2,0,0,0,2,1,2,2,1,1,2,2,0,1,1,0,2, -1,1,1,1,1,0,1,1,1,2,1,1,1,2,1,0,1,2,1,1,1,1,0,1,1,1,0,0,1,0,0,1, -1,3,2,2,2,1,1,1,2,3,0,0,0,0,2,0,2,2,1,0,0,0,0,0,0,1,0,0,0,0,1,1, -1,0,1,1,0,1,0,1,1,0,1,1,0,2,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0, -2,3,2,3,2,1,2,2,2,2,1,0,0,0,2,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,2,1, -1,1,2,1,0,2,0,0,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0, -3,0,0,1,0,2,2,2,3,2,2,2,2,2,2,2,0,0,0,2,1,2,1,1,1,2,2,0,0,0,1,2, -1,1,1,1,1,0,1,2,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1, -2,3,2,3,3,2,0,1,1,1,0,0,1,0,2,0,1,1,3,1,0,0,0,0,0,0,0,1,0,0,2,1, -1,1,1,1,1,1,1,0,1,0,1,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,1,0, -2,3,3,3,3,1,2,2,2,2,0,1,1,0,2,1,1,1,2,1,0,1,1,0,0,1,0,1,0,0,2,0, -0,0,0,0,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, -2,3,3,3,2,0,0,1,1,2,2,1,0,0,2,0,1,1,3,0,0,1,0,0,0,0,0,1,0,1,2,1, -1,1,2,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,1,0, -1,3,2,3,2,1,0,0,2,2,2,0,1,0,2,0,1,1,1,0,1,0,0,0,3,0,1,1,0,0,2,1, -1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,2,1,1,0,1,0,0,0,1,0,1,0,0,1,1,0, -3,1,2,1,1,2,2,2,2,2,2,1,2,2,1,1,0,0,0,2,2,2,0,0,0,1,2,1,0,1,0,1, -2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2,1,1,1,0,1,0,1,1,0,1,1,1,0,0,1, -3,0,0,0,0,2,0,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1, -1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1, -1,3,3,2,2,0,0,0,2,2,0,0,0,1,2,0,1,1,2,0,0,0,0,0,0,0,0,1,0,0,2,1, -0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -2,3,2,3,2,0,0,0,0,1,1,0,0,0,2,0,2,0,2,0,0,0,0,0,1,0,0,1,0,0,1,1, -1,1,2,0,1,2,1,0,1,1,2,1,1,1,1,1,2,1,1,0,1,0,0,1,1,1,1,1,0,1,1,0, -1,3,2,2,2,1,0,0,2,2,1,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1, -0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,0,2,3,1,2,2,2,2,2,2,1,1,0,0,0,1,0,1,0,2,1,1,1,0,0,0,0,1, -1,1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0, -2,0,2,0,0,1,0,3,2,1,2,1,2,2,0,1,0,0,0,2,1,0,0,2,1,1,1,1,0,2,0,2, -2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,0,1,1,1,1,0,0,0,1,1,1,1,0,1,0,0,1, -1,2,2,2,2,1,0,0,1,0,0,0,0,0,2,0,1,1,1,1,0,0,0,0,1,0,1,2,0,0,2,0, -1,0,1,1,1,2,1,0,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0,1,1,0, -2,1,2,2,2,0,3,0,1,1,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,0,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0, -1,2,2,3,2,2,0,0,1,1,2,0,1,2,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1, -0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0, -2,2,1,1,2,1,2,2,2,2,2,1,2,2,0,1,0,0,0,1,2,2,2,1,2,1,1,1,1,1,2,1, -1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,1,0,1,1,0,0,1, -1,2,2,2,2,0,1,0,2,2,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0, -0,0,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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, -1,2,2,2,2,0,0,0,2,2,2,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, -0,1,1,0,0,1,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, -1,2,2,2,2,0,0,0,0,1,0,0,1,1,2,0,0,0,0,1,0,1,0,0,1,0,0,2,0,0,0,1, -0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,1,1,2,0,2,1,1,1,1,0,2,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1, -0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,0,2,1,2,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0, -0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -1,0,0,0,0,2,0,1,2,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,1, -0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1, -2,2,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,1, -1,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,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,1, -1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,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,1, -1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0,0, -0,1,1,1,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, -0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0, -) - -Koi8rModel = { - 'char_to_order_map': KOI8R_char_to_order_map, - 'precedence_matrix': RussianLangModel, - 'typical_positive_ratio': 0.976601, - 'keep_english_letter': False, - 'charset_name': "KOI8-R", - 'language': 'Russian', -} - -Win1251CyrillicModel = { - 'char_to_order_map': win1251_char_to_order_map, - 'precedence_matrix': RussianLangModel, - 'typical_positive_ratio': 0.976601, - 'keep_english_letter': False, - 'charset_name': "windows-1251", - 'language': 'Russian', -} - -Latin5CyrillicModel = { - 'char_to_order_map': latin5_char_to_order_map, - 'precedence_matrix': RussianLangModel, - 'typical_positive_ratio': 0.976601, - 'keep_english_letter': False, - 'charset_name': "ISO-8859-5", - 'language': 'Russian', -} - -MacCyrillicModel = { - 'char_to_order_map': macCyrillic_char_to_order_map, - 'precedence_matrix': RussianLangModel, - 'typical_positive_ratio': 0.976601, - 'keep_english_letter': False, - 'charset_name': "MacCyrillic", - 'language': 'Russian', -} - -Ibm866Model = { - 'char_to_order_map': IBM866_char_to_order_map, - 'precedence_matrix': RussianLangModel, - 'typical_positive_ratio': 0.976601, - 'keep_english_letter': False, - 'charset_name': "IBM866", - 'language': 'Russian', -} - -Ibm855Model = { - 'char_to_order_map': IBM855_char_to_order_map, - 'precedence_matrix': RussianLangModel, - 'typical_positive_ratio': 0.976601, - 'keep_english_letter': False, - 'charset_name': "IBM855", - 'language': 'Russian', -} diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py b/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py deleted file mode 100644 index 5332221..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py +++ /dev/null @@ -1,225 +0,0 @@ -######################## 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 ######################### - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -Latin7_char_to_order_map = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 82,100,104, 94, 98,101,116,102,111,187,117, 92, 88,113, 85, # 40 - 79,118,105, 83, 67,114,119, 95, 99,109,188,253,253,253,253,253, # 50 -253, 72, 70, 80, 81, 60, 96, 93, 89, 68,120, 97, 77, 86, 69, 55, # 60 - 78,115, 65, 66, 58, 76,106,103, 87,107,112,253,253,253,253,253, # 70 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 80 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 90 -253,233, 90,253,253,253,253,253,253,253,253,253,253, 74,253,253, # a0 -253,253,253,253,247,248, 61, 36, 46, 71, 73,253, 54,253,108,123, # b0 -110, 31, 51, 43, 41, 34, 91, 40, 52, 47, 44, 53, 38, 49, 59, 39, # c0 - 35, 48,250, 37, 33, 45, 56, 50, 84, 57,120,121, 17, 18, 22, 15, # d0 -124, 1, 29, 20, 21, 3, 32, 13, 25, 5, 11, 16, 10, 6, 30, 4, # e0 - 9, 8, 14, 7, 2, 12, 28, 23, 42, 24, 64, 75, 19, 26, 27,253, # f0 -) - -win1253_char_to_order_map = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 82,100,104, 94, 98,101,116,102,111,187,117, 92, 88,113, 85, # 40 - 79,118,105, 83, 67,114,119, 95, 99,109,188,253,253,253,253,253, # 50 -253, 72, 70, 80, 81, 60, 96, 93, 89, 68,120, 97, 77, 86, 69, 55, # 60 - 78,115, 65, 66, 58, 76,106,103, 87,107,112,253,253,253,253,253, # 70 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 80 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 90 -253,233, 61,253,253,253,253,253,253,253,253,253,253, 74,253,253, # a0 -253,253,253,253,247,253,253, 36, 46, 71, 73,253, 54,253,108,123, # b0 -110, 31, 51, 43, 41, 34, 91, 40, 52, 47, 44, 53, 38, 49, 59, 39, # c0 - 35, 48,250, 37, 33, 45, 56, 50, 84, 57,120,121, 17, 18, 22, 15, # d0 -124, 1, 29, 20, 21, 3, 32, 13, 25, 5, 11, 16, 10, 6, 30, 4, # e0 - 9, 8, 14, 7, 2, 12, 28, 23, 42, 24, 64, 75, 19, 26, 27,253, # f0 -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 98.2851% -# first 1024 sequences:1.7001% -# rest sequences: 0.0359% -# negative sequences: 0.0148% -GreekLangModel = ( -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,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,2,2,3,3,3,3,3,3,3,3,1,3,3,3,0,2,2,3,3,0,3,0,3,2,0,3,3,3,0, -3,0,0,0,2,0,0,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,3,3,3,3,3,0,3,3,0,3,2,3,3,0,3,2,3,3,3,0,0,3,0,3,0,3,3,2,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,2,0,0,0,0,0,0,0,0, -0,2,3,2,2,3,3,3,3,3,3,3,3,0,3,3,3,3,0,2,3,3,0,3,3,3,3,2,3,3,3,0, -2,0,0,0,2,0,0,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,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,0,2,1,3,3,3,3,2,3,3,2,3,3,2,0, -0,0,0,0,2,0,0,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,3,3,3,3,0,3,3,3,3,3,3,0,3,3,0,3,3,3,3,3,3,3,3,3,3,0,3,2,3,3,0, -2,0,1,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,3,0,0,0,0,3,3,0,3,1,3,3,3,0,3,3,0,3,3,3,3,0,0,0,0, -2,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,3,3,3,3,3,0,3,0,3,3,3,3,3,0,3,2,2,2,3,0,2,3,3,3,3,3,2,3,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,3,3,3,3,3,3,2,2,2,3,3,3,3,0,3,1,3,3,3,3,2,3,3,3,3,3,3,3,2,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,3,3,3,3,3,2,0,3,0,0,0,3,3,2,3,3,3,3,3,0,0,3,2,3,0,2,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,3,0,3,3,3,3,0,0,3,3,0,2,3,0,3,0,3,3,3,0,0,3,0,3,0,2,2,3,3,0,0, -0,0,1,0,0,0,0,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,3,3,3,3,3,2,0,3,2,3,3,3,3,0,3,3,3,3,3,0,3,3,2,3,2,3,3,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, -0,3,3,2,3,2,3,3,3,3,3,3,0,2,3,2,3,2,2,2,3,2,3,3,2,3,0,2,2,2,3,0, -2,0,0,0,0,0,0,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,3,0,0,0,3,3,3,2,3,3,0,0,3,0,3,0,0,0,3,2,0,3,0,3,0,0,2,0,2,0, -0,0,0,0,2,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,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,3,3,3,3,0,3,3,3,3,3,3,0,3,3,0,3,0,0,0,3,3,0,3,3,3,0,0,1,2,3,0, -3,0,0,0,0,0,0,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,3,3,3,3,3,2,0,0,3,2,2,3,3,0,3,3,3,3,3,2,1,3,0,3,2,3,3,2,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,3,3,0,2,3,3,3,3,3,3,0,0,3,0,3,0,0,0,3,3,0,3,2,3,0,0,3,3,3,0, -3,0,0,0,2,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,0,3,3,3,3,3,3,0,0,3,0,3,0,0,0,3,2,0,3,2,3,0,0,3,2,3,0, -2,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,1,2,2,3,3,3,3,3,3,0,2,3,0,3,0,0,0,3,3,0,3,0,2,0,0,2,3,1,0, -2,0,0,0,0,0,0,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,3,0,3,3,3,3,0,3,0,3,3,2,3,0,3,3,3,3,3,3,0,3,3,3,0,2,3,0,0,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,3,0,3,3,3,0,0,3,0,0,0,3,3,0,3,0,2,3,3,0,0,3,0,3,0,3,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,3,0,0,0,3,3,3,3,3,3,0,0,3,0,2,0,0,0,3,3,0,3,0,3,0,0,2,0,2,0, -0,0,0,0,1,0,0,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,3,3,3,3,3,3,0,3,0,2,0,3,2,0,3,2,3,2,3,0,0,3,2,3,2,3,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,3,0,0,2,3,3,3,3,3,0,0,0,3,0,2,1,0,0,3,2,2,2,0,3,0,0,2,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,3,0,3,3,3,2,0,3,0,3,0,3,3,0,2,1,2,3,3,0,0,3,0,3,0,3,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,2,3,3,3,0,3,3,3,3,3,3,0,2,3,0,3,0,0,0,2,1,0,2,2,3,0,0,2,2,2,0, -0,0,0,0,0,0,0,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,3,0,0,2,3,3,3,2,3,0,0,1,3,0,2,0,0,0,0,3,0,1,0,2,0,0,1,1,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,3,3,3,3,3,1,0,3,0,0,0,3,2,0,3,2,3,3,3,0,0,3,0,3,2,2,2,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,3,0,3,3,3,0,0,3,0,0,0,0,2,0,2,3,3,2,2,2,2,3,0,2,0,2,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,0, -0,3,3,3,3,2,0,0,0,0,0,0,2,3,0,2,0,2,3,2,0,0,3,0,3,0,3,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,3,2,3,3,2,2,3,0,2,0,3,0,0,0,2,0,0,0,0,1,2,0,2,0,2,0, -0,2,0,2,0,2,2,0,0,1,0,2,2,2,0,2,2,2,0,2,2,2,0,0,2,0,0,1,0,0,0,0, -0,2,0,3,3,2,0,0,0,0,0,0,1,3,0,2,0,2,2,2,0,0,2,0,3,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,0, -0,3,0,2,3,2,0,2,2,0,2,0,2,2,0,2,0,2,2,2,0,0,0,0,0,0,2,3,0,0,0,2, -0,1,2,0,0,0,0,2,2,0,0,0,2,1,0,2,2,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0, -0,0,2,1,0,2,3,2,2,3,2,3,2,0,0,3,3,3,0,0,3,2,0,0,0,1,1,0,2,0,2,2, -0,2,0,2,0,2,2,0,0,2,0,2,2,2,0,2,2,2,2,0,0,2,0,0,0,2,0,1,0,0,0,0, -0,3,0,3,3,2,2,0,3,0,0,0,2,2,0,2,2,2,1,2,0,0,1,2,2,0,0,3,0,0,0,2, -0,1,2,0,0,0,1,2,0,0,0,0,0,0,0,2,2,0,1,0,0,2,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,0,0,0, -0,0,0,0,0,0,0,0,0,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,3,3,2,2,0,0,0,2,0,2,3,3,0,2,0,0,0,0,0,0,2,2,2,0,2,2,0,2,0,2, -0,2,2,0,0,2,2,2,2,1,0,0,2,2,0,2,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0, -0,2,0,3,2,3,0,0,0,3,0,0,2,2,0,2,0,2,2,2,0,0,2,0,0,0,0,0,0,0,0,2, -0,0,2,2,0,0,2,2,2,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,3,2,0,2,2,2,2,2,0,0,0,2,0,0,0,0,2,0,1,0,0,2,0,1,0,0,0, -0,2,2,2,0,2,2,0,1,2,0,2,2,2,0,2,2,2,2,1,2,2,0,0,2,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,2,0,2,0,2,2,0,0,0,0,1,2,1,0,0,2,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,3,2,3,0,0,2,0,0,0,2,2,0,2,0,0,0,1,0,0,2,0,2,0,2,2,0,0,0,0, -0,0,2,0,0,0,0,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, -0,2,2,3,2,2,0,0,0,0,0,0,1,3,0,2,0,2,2,0,0,0,1,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,0,0,0,0, -0,2,0,2,0,3,2,0,2,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,2,0,0,0,0,1,1,0,0,2,1,2,0,2,2,0,1,0,0,1,0,0,0,2,0,0,0,0,0,0, -0,3,0,2,2,2,0,0,2,0,0,0,2,0,0,0,2,3,0,2,0,0,0,0,0,0,2,2,0,0,0,2, -0,1,2,0,0,0,1,2,2,1,0,0,0,2,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,1,2,0,2,2,0,2,0,0,2,0,0,0,0,1,2,1,0,2,1,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,0,3,1,2,2,0,2,0,0,0,0,2,0,0,0,2,0,0,3,0,0,0,0,2,2,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,2,1,0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,2, -0,2,2,0,0,2,2,2,2,2,0,1,2,0,0,0,2,2,0,1,0,2,0,0,2,2,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,2, -0,1,2,0,0,0,0,2,2,1,0,1,0,1,0,2,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,2,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,2, -0,2,2,0,0,0,0,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0, -0,2,2,2,2,0,0,0,3,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,1, -0,0,2,0,0,0,0,1,2,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,2,0,2,2,2,0,0,2,0,0,0,0,0,0,0,2,2,2,0,0,0,2,0,0,0,0,0,0,0,0,2, -0,0,1,0,0,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -0,3,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,2, -0,0,2,0,0,0,0,2,2,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,0,2,2,1,0,0,0,0,0,0,2,0,0,2,0,2,2,2,0,0,0,0,0,0,2,0,0,0,0,2, -0,0,2,0,0,2,0,2,2,0,0,0,0,2,0,2,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0, -0,0,3,0,0,0,2,2,0,2,2,0,0,0,0,0,2,0,0,0,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,0,0,0,0,0, -0,0,0,0,0,0,1,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,0, -0,2,2,2,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1, -0,0,0,0,0,0,0,2,1,0,0,0,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,2,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,2,0,0,0,2,0,0,0,0,0,1,0,0,0,0,2,2,0,0,0,1,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,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,0,0,1,0,0,1,0,2,0,0,0, -0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,0,0,0,0,1,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,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,2,0,2,0,0,0, -0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,0,0,0,1,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,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -) - -Latin7GreekModel = { - 'char_to_order_map': Latin7_char_to_order_map, - 'precedence_matrix': GreekLangModel, - 'typical_positive_ratio': 0.982851, - 'keep_english_letter': False, - 'charset_name': "ISO-8859-7", - 'language': 'Greek', -} - -Win1253GreekModel = { - 'char_to_order_map': win1253_char_to_order_map, - 'precedence_matrix': GreekLangModel, - 'typical_positive_ratio': 0.982851, - 'keep_english_letter': False, - 'charset_name': "windows-1253", - 'language': 'Greek', -} diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py deleted file mode 100644 index 58f4c87..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py +++ /dev/null @@ -1,200 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Simon Montagu -# Portions created by the Initial Developer are Copyright (C) 2005 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Shoshannah Forbes - 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 ######################### - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Windows-1255 language model -# Character Mapping Table: -WIN1255_CHAR_TO_ORDER_MAP = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 69, 91, 79, 80, 92, 89, 97, 90, 68,111,112, 82, 73, 95, 85, # 40 - 78,121, 86, 71, 67,102,107, 84,114,103,115,253,253,253,253,253, # 50 -253, 50, 74, 60, 61, 42, 76, 70, 64, 53,105, 93, 56, 65, 54, 49, # 60 - 66,110, 51, 43, 44, 63, 81, 77, 98, 75,108,253,253,253,253,253, # 70 -124,202,203,204,205, 40, 58,206,207,208,209,210,211,212,213,214, -215, 83, 52, 47, 46, 72, 32, 94,216,113,217,109,218,219,220,221, - 34,116,222,118,100,223,224,117,119,104,125,225,226, 87, 99,227, -106,122,123,228, 55,229,230,101,231,232,120,233, 48, 39, 57,234, - 30, 59, 41, 88, 33, 37, 36, 31, 29, 35,235, 62, 28,236,126,237, -238, 38, 45,239,240,241,242,243,127,244,245,246,247,248,249,250, - 9, 8, 20, 16, 3, 2, 24, 14, 22, 1, 25, 15, 4, 11, 6, 23, - 12, 19, 13, 26, 18, 27, 21, 17, 7, 10, 5,251,252,128, 96,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 98.4004% -# first 1024 sequences: 1.5981% -# rest sequences: 0.087% -# negative sequences: 0.0015% -HEBREW_LANG_MODEL = ( -0,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,2,3,2,1,2,0,1,0,0, -3,0,3,1,0,0,1,3,2,0,1,1,2,0,2,2,2,1,1,1,1,2,1,1,1,2,0,0,2,2,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2, -1,2,1,2,1,2,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2, -1,2,1,3,1,1,0,0,2,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,0,1,2,2,1,3, -1,2,1,1,2,2,0,0,2,2,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,2,2,2,3,2, -1,2,1,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,3,2,2,3,2,2,2,1,2,2,2,2, -1,2,1,1,2,2,0,1,2,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,0,2,2,2,2,2, -0,2,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,0,2,2,2, -0,2,1,2,2,2,0,0,2,1,0,0,0,0,1,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,2,3,2,2,2, -1,2,1,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,1,0,2,0,2, -0,2,1,2,2,2,0,0,1,2,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,2,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,2,2,3,2,1,2,1,1,1, -0,1,1,1,1,1,3,0,1,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,0,0, -0,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2, -0,2,0,1,2,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,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,2,1,2,3,3,2,3,3,3,3,2,3,2,1,2,0,2,1,2, -0,2,0,2,2,2,0,0,1,2,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,1,2,2,3,3,2,3,2,3,2,2,3,1,2,2,0,2,2,2, -0,2,1,2,2,2,0,0,1,2,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,2,2,2,3,3,3,3,1,3,2,2,2, -0,2,0,1,2,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,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,2,3,2,2,2,1,2,2,0,2,2,2,2, -0,2,0,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,1,3,2,3,3,2,3,3,2,2,1,2,2,2,2,2,2, -0,2,1,2,1,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,2,3,3,2,3,3,3,3,2,3,2,3,3,3,3,3,2,2,2,2,2,2,2,1, -0,2,0,1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,2,1,2,3,3,3,3,3,3,3,2,3,2,3,2,1,2,3,0,2,1,2,2, -0,2,1,1,2,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,3,2,1,3,1,2,2,2,1,2,3,3,1,2,1,2,2,2,2, -0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,0,2,3,3,3,1,3,3,3,1,2,2,2,2,1,1,2,2,2,2,2,2, -0,2,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,2,2,3,3,3,2,1,2,3,2,3,2,2,2,2,1,2,1,1,1,2,2, -0,2,1,1,1,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,1,0, -3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0, -1,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,2,3,3,2,3,1,2,2,2,2,3,2,3,1,1,2,2,1,2,2,1,1,0,2,2,2,2, -0,1,0,1,2,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,0,0,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,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, -3,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,0,0,1,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, -3,0,0,0,1,1,0,1,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,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -3,2,2,1,2,2,2,2,2,2,2,1,2,2,1,2,2,1,1,1,1,1,1,1,1,2,1,1,0,3,3,3, -0,3,0,2,2,2,2,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,1,2,2,2,1,1,1,2,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, -2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,0,2,2,0,0,0,0,0,0, -0,0,0,1,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, -2,3,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,0,2,1,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, -3,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,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,1,0,0,0,0,0,0,0,0,0, -0,3,1,1,2,2,2,2,2,1,2,2,2,1,1,2,2,2,2,2,2,2,1,2,2,1,0,1,1,1,1,0, -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,0,0, -3,2,1,1,1,1,2,1,1,2,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0, -0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,0, -2,1,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,1,2,1,2,1,1,1,1,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, -1,2,1,2,2,2,2,2,2,2,2,2,2,1,2,1,2,1,1,2,1,1,1,2,1,2,1,2,0,1,0,1, -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,3,1,2,2,2,1,2,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,2,1,2,1,1,0,1,0,1, -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, -2,1,2,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,2,2,2, -0,2,0,1,2,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,1,0, -3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,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, -2,1,1,1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,2,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0, -0,1,1,1,2,1,2,2,2,0,2,0,2,0,1,1,2,1,1,1,1,2,1,0,1,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, -2,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, -1,0,1,0,0,0,0,0,1,0,1,2,2,0,1,0,0,1,1,2,2,1,2,0,2,0,0,0,1,2,0,1, -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,0,0,0,0,2,0,2,1,2,0,2,0,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,1, -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,1,0,0,0,0,0,1,0,2,1,1,0,1,0,0,1,1,1,2,2,0,0,1,0,0,0,1,0,0,1, -1,1,2,1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,2,2,1, -0,2,0,1,2,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, -2,1,0,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,1,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, -1,1,1,1,1,1,1,1,1,2,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1, -2,0,1,0,1,0,1,0,0,1,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, -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,1,0,1,1,1,0,1,0,0,1,1,2,1,1,2,0,1,0,0,0,1,1,0,1, -1,0,0,1,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,1,0,1,1,2,0,1,0,0,0,0,2,1,1,2,0,2,0,0,0,1,1,0,1, -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,1,0,2,1,1,0,1,0,0,2,2,1,2,1,1,0,1,0,0,0,1,1,0,1, -2,0,1,0,0,1,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,1,2,2,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1, -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,1,2,2,0,0,0,0,2,1,1,1,0,2,1,1,0,0,0,2,1,0,1, -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,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,1,1,0,2,1,1,0,1,0,0,0,1,1,0,1, -2,2,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,1,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, -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,0,0,0,0,1,0,2,1,1,0,1,0,0,1,1,0,1,2,1,0,2,0,0,0,1,1,0,1, -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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,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,0,0,0,0, -0,1,0,0,2,0,2,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0,0,1,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, -1,0,0,1,0,0,1,0,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,0,0,1,0,1,1,2,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1, -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,0,0,0, -1,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,2,1,1,1,1,1,0,1,0,0,0,0,1,0,1, -0,1,1,1,2,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,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, -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,1,2,1,0,0,0,0,0,1,1,1,1,1,0,1,0,0,0,1,1,0,0, -) - -Win1255HebrewModel = { - 'char_to_order_map': WIN1255_CHAR_TO_ORDER_MAP, - 'precedence_matrix': HEBREW_LANG_MODEL, - 'typical_positive_ratio': 0.984004, - 'keep_english_letter': False, - 'charset_name': "windows-1255", - 'language': 'Hebrew', -} diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py deleted file mode 100644 index bb7c095..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py +++ /dev/null @@ -1,225 +0,0 @@ -######################## 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 ######################### - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -Latin2_HungarianCharToOrderMap = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 28, 40, 54, 45, 32, 50, 49, 38, 39, 53, 36, 41, 34, 35, 47, - 46, 71, 43, 33, 37, 57, 48, 64, 68, 55, 52,253,253,253,253,253, -253, 2, 18, 26, 17, 1, 27, 12, 20, 9, 22, 7, 6, 13, 4, 8, - 23, 67, 10, 5, 3, 21, 19, 65, 62, 16, 11,253,253,253,253,253, -159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174, -175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190, -191,192,193,194,195,196,197, 75,198,199,200,201,202,203,204,205, - 79,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220, -221, 51, 81,222, 78,223,224,225,226, 44,227,228,229, 61,230,231, -232,233,234, 58,235, 66, 59,236,237,238, 60, 69, 63,239,240,241, - 82, 14, 74,242, 70, 80,243, 72,244, 15, 83, 77, 84, 30, 76, 85, -245,246,247, 25, 73, 42, 24,248,249,250, 31, 56, 29,251,252,253, -) - -win1250HungarianCharToOrderMap = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 28, 40, 54, 45, 32, 50, 49, 38, 39, 53, 36, 41, 34, 35, 47, - 46, 72, 43, 33, 37, 57, 48, 64, 68, 55, 52,253,253,253,253,253, -253, 2, 18, 26, 17, 1, 27, 12, 20, 9, 22, 7, 6, 13, 4, 8, - 23, 67, 10, 5, 3, 21, 19, 65, 62, 16, 11,253,253,253,253,253, -161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176, -177,178,179,180, 78,181, 69,182,183,184,185,186,187,188,189,190, -191,192,193,194,195,196,197, 76,198,199,200,201,202,203,204,205, - 81,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220, -221, 51, 83,222, 80,223,224,225,226, 44,227,228,229, 61,230,231, -232,233,234, 58,235, 66, 59,236,237,238, 60, 70, 63,239,240,241, - 84, 14, 75,242, 71, 82,243, 73,244, 15, 85, 79, 86, 30, 77, 87, -245,246,247, 25, 74, 42, 24,248,249,250, 31, 56, 29,251,252,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 94.7368% -# first 1024 sequences:5.2623% -# rest sequences: 0.8894% -# negative sequences: 0.0009% -HungarianLangModel = ( -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, -3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,2,3,3,1,1,2,2,2,2,2,1,2, -3,2,2,3,3,3,3,3,2,3,3,3,3,3,3,1,2,3,3,3,3,2,3,3,1,1,3,3,0,1,1,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,2,0, -3,2,1,3,3,3,3,3,2,3,3,3,3,3,1,1,2,3,3,3,3,3,3,3,1,1,3,2,0,1,1,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,1,0, -3,3,3,3,3,3,3,3,3,3,3,1,1,2,3,3,3,1,3,3,3,3,3,1,3,3,2,2,0,3,2,3, -0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,2,3,3,2,3,3,3,3,3,2,3,3,2,2,3,2,3,2,0,3,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,3,3,2,3,3,3,1,2,3,2,2,3,1,2,3,3,2,2,0,3,3,3, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,3,2,3,3,3,3,2,3,3,3,3,0,2,3,2, -0,0,0,1,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,1,1,1,3,3,2,1,3,2,2,3,2,1,3,2,2,1,0,3,3,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,2,2,3,3,3,3,3,1,2,3,3,3,3,1,2,1,3,3,3,3,2,2,3,1,1,3,2,0,1,1,1, -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,1,0, -3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,2,1,3,3,3,3,3,2,2,1,3,3,3,0,1,1,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,1,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,2,3,3,3,2,0,3,2,3, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,2,3,2,3,3,3,1,3,2,2,2,3,1,1,3,3,1,1,0,3,3,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,2,3,3,3,2,3,2,3,3,3,2,3,3,3,3,3,1,2,3,2,2,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,2,2,3,1,3,3,2,2,1,3,3,3,1,1,3,1,2,3,2,3,2,2,2,1,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,1,1,3,3,3,3,3,1,2,3,3,3,3,1,2,1,3,3,3,2,2,3,2,1,0,3,2,0,1,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, -3,1,1,3,3,3,3,3,1,2,3,3,3,3,1,1,0,3,3,3,3,0,2,3,0,0,2,1,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, -3,3,3,3,3,3,2,2,3,3,2,2,2,2,3,3,0,1,2,3,2,3,2,2,3,2,1,2,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,3,3,3,3,3,1,2,3,3,3,2,1,2,3,3,2,2,2,3,2,3,3,1,3,3,1,1,0,2,3,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,1,2,2,2,2,3,3,3,1,1,1,3,3,1,1,3,1,1,3,2,1,2,3,1,1,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,1,2,1,1,3,3,1,1,1,1,3,3,1,1,2,2,1,2,1,1,2,2,1,1,0,2,2,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,1,1,2,1,1,3,3,1,0,1,1,3,3,2,0,1,1,2,3,1,0,2,2,1,0,0,1,3,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,2,1,3,3,3,3,3,1,2,3,2,3,3,2,1,1,3,2,3,2,1,2,2,0,1,2,1,0,0,1,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,1,0, -3,3,3,3,2,2,2,2,3,1,2,2,1,1,3,3,0,3,2,1,2,3,2,1,3,3,1,1,0,2,1,3, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,2,2,3,2,3,3,3,2,1,1,3,3,1,1,1,2,2,3,2,3,2,2,2,1,0,2,2,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -1,0,0,3,3,3,3,3,0,0,3,3,2,3,0,0,0,2,3,3,1,0,1,2,0,0,1,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, -3,1,2,3,3,3,3,3,1,2,3,3,2,2,1,1,0,3,3,2,2,1,2,2,1,0,2,2,0,1,1,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, -3,3,2,2,1,3,1,2,3,3,2,2,1,1,2,2,1,1,1,1,3,2,1,1,1,1,2,1,0,1,2,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -2,3,3,1,1,1,1,1,3,3,3,0,1,1,3,3,1,1,1,1,1,2,2,0,3,1,1,2,0,2,1,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,1,0,1,2,1,2,2,0,1,2,3,1,2,0,0,0,2,1,1,1,1,1,2,0,0,1,1,0,0,0,0, -1,2,1,2,2,2,1,2,1,2,0,2,0,2,2,1,1,2,1,1,2,1,1,1,0,1,0,0,0,1,1,0, -1,1,1,2,3,2,3,3,0,1,2,2,3,1,0,1,0,2,1,2,2,0,1,1,0,0,1,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, -1,0,0,3,3,2,2,1,0,0,3,2,3,2,0,0,0,1,1,3,0,0,1,1,0,0,2,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, -3,1,1,2,2,3,3,1,0,1,3,2,3,1,1,1,0,1,1,1,1,1,3,1,0,0,2,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,0, -3,1,1,1,2,2,2,1,0,1,2,3,3,2,0,0,0,2,1,1,1,2,1,1,1,0,1,1,1,0,0,0, -1,2,2,2,2,2,1,1,1,2,0,2,1,1,1,1,1,2,1,1,1,1,1,1,0,1,1,1,0,0,1,1, -3,2,2,1,0,0,1,1,2,2,0,3,0,1,2,1,1,0,0,1,1,1,0,1,1,1,1,0,2,1,1,1, -2,2,1,1,1,2,1,2,1,1,1,1,1,1,1,2,1,1,1,2,3,1,1,1,1,1,1,1,1,1,0,1, -2,3,3,0,1,0,0,0,3,3,1,0,0,1,2,2,1,0,0,0,0,2,0,0,1,1,1,0,2,1,1,1, -2,1,1,1,1,1,1,2,1,1,0,1,1,0,1,1,1,0,1,2,1,1,0,1,1,1,1,1,1,1,0,1, -2,3,3,0,1,0,0,0,2,2,0,0,0,0,1,2,2,0,0,0,0,1,0,0,1,1,0,0,2,0,1,0, -2,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,0,1,1,1,1,1,0,1, -3,2,2,0,1,0,1,0,2,3,2,0,0,1,2,2,1,0,0,1,1,1,0,0,2,1,0,1,2,2,1,1, -2,1,1,1,1,1,1,2,1,1,1,1,1,1,0,2,1,0,1,1,0,1,1,1,0,1,1,2,1,1,0,1, -2,2,2,0,0,1,0,0,2,2,1,1,0,0,2,1,1,0,0,0,1,2,0,0,2,1,0,0,2,1,1,1, -2,1,1,1,1,2,1,2,1,1,1,2,2,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,0,1, -1,2,3,0,0,0,1,0,3,2,1,0,0,1,2,1,1,0,0,0,0,2,1,0,1,1,0,0,2,1,2,1, -1,1,0,0,0,1,0,1,1,1,1,1,2,0,0,1,0,0,0,2,0,0,1,1,1,1,1,1,1,1,0,1, -3,0,0,2,1,2,2,1,0,0,2,1,2,2,0,0,0,2,1,1,1,0,1,1,0,0,1,1,2,0,0,0, -1,2,1,2,2,1,1,2,1,2,0,1,1,1,1,1,1,1,1,1,2,1,1,0,0,1,1,1,1,0,0,1, -1,3,2,0,0,0,1,0,2,2,2,0,0,0,2,2,1,0,0,0,0,3,1,1,1,1,0,0,2,1,1,1, -2,1,0,1,1,1,0,1,1,1,1,1,1,1,0,2,1,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1, -2,3,2,0,0,0,1,0,2,2,0,0,0,0,2,1,1,0,0,0,0,2,1,0,1,1,0,0,2,1,1,0, -2,1,1,1,1,2,1,2,1,2,0,1,1,1,0,2,1,1,1,2,1,1,1,1,0,1,1,1,1,1,0,1, -3,1,1,2,2,2,3,2,1,1,2,2,1,1,0,1,0,2,2,1,1,1,1,1,0,0,1,1,0,1,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, -2,2,2,0,0,0,0,0,2,2,0,0,0,0,2,2,1,0,0,0,1,1,0,0,1,2,0,0,2,1,1,1, -2,2,1,1,1,2,1,2,1,1,0,1,1,1,1,2,1,1,1,2,1,1,1,1,0,1,2,1,1,1,0,1, -1,0,0,1,2,3,2,1,0,0,2,0,1,1,0,0,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0, -1,2,1,2,1,2,1,1,1,2,0,2,1,1,1,0,1,2,0,0,1,1,1,0,0,0,0,0,0,0,0,0, -2,3,2,0,0,0,0,0,1,1,2,1,0,0,1,1,1,0,0,0,0,2,0,0,1,1,0,0,2,1,1,1, -2,1,1,1,1,1,1,2,1,0,1,1,1,1,0,2,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,1, -1,2,2,0,1,1,1,0,2,2,2,0,0,0,3,2,1,0,0,0,1,1,0,0,1,1,0,1,1,1,0,0, -1,1,0,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,0,0,1,1,1,0,1,0,1, -2,1,0,2,1,1,2,2,1,1,2,1,1,1,0,0,0,1,1,0,1,1,1,1,0,0,1,1,1,0,0,0, -1,2,2,2,2,2,1,1,1,2,0,2,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,0, -1,2,3,0,0,0,1,0,2,2,0,0,0,0,2,2,0,0,0,0,0,1,0,0,1,0,0,0,2,0,1,0, -2,1,1,1,1,1,0,2,0,0,0,1,2,1,1,1,1,0,1,2,0,1,0,1,0,1,1,1,0,1,0,1, -2,2,2,0,0,0,1,0,2,1,2,0,0,0,1,1,2,0,0,0,0,1,0,0,1,1,0,0,2,1,0,1, -2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,1,1,1,1,1,0,1, -1,2,2,0,0,0,1,0,2,2,2,0,0,0,1,1,0,0,0,0,0,1,1,0,2,0,0,1,1,1,0,1, -1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,1,1,1,1,1,0,0,0,1, -1,0,0,1,0,1,2,1,0,0,1,1,1,2,0,0,0,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0, -0,2,1,2,1,1,1,1,1,2,0,2,0,1,1,0,1,2,1,0,1,1,1,0,0,0,0,0,0,1,0,0, -2,1,1,0,1,2,0,0,1,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,2,1,0,1, -2,2,1,1,1,1,1,2,1,1,0,1,1,1,1,2,1,1,1,2,1,1,0,1,0,1,1,1,1,1,0,1, -1,2,2,0,0,0,0,0,1,1,0,0,0,0,2,1,0,0,0,0,0,2,0,0,2,2,0,0,2,0,0,1, -2,1,1,1,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1, -1,1,2,0,0,3,1,0,2,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,0,0,1,0,1,0, -1,2,1,0,1,1,1,2,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,1,0,0, -2,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,2,0,0,0, -2,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,2,1,1,0,0,1,1,1,1,1,0,1, -2,1,1,1,2,1,1,1,0,1,1,2,1,0,0,0,0,1,1,1,1,0,1,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, -1,1,0,1,1,1,1,1,0,0,1,1,2,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0, -1,2,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0, -2,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0,0,1,1,1,2,0,0,1,0,0,1,0,1,0,0,0, -0,1,1,1,1,1,1,1,1,2,0,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,1,1,0,0,2,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0, -0,1,1,1,1,1,1,0,1,1,0,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -0,1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -0,0,0,1,0,0,0,0,0,0,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,1,1,1,0,1,0,0,1,1,0,1,0,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -2,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0,1,1,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,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0, -0,1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0, -) - -Latin2HungarianModel = { - 'char_to_order_map': Latin2_HungarianCharToOrderMap, - 'precedence_matrix': HungarianLangModel, - 'typical_positive_ratio': 0.947368, - 'keep_english_letter': True, - 'charset_name': "ISO-8859-2", - 'language': 'Hungarian', -} - -Win1250HungarianModel = { - 'char_to_order_map': win1250HungarianCharToOrderMap, - 'precedence_matrix': HungarianLangModel, - 'typical_positive_ratio': 0.947368, - 'keep_english_letter': True, - 'charset_name': "windows-1250", - 'language': 'Hungarian', -} diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py b/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py deleted file mode 100644 index 15f94c2..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py +++ /dev/null @@ -1,199 +0,0 @@ -######################## 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 ######################### - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# The following result for thai was collected from a limited sample (1M). - -# Character Mapping Table: -TIS620CharToOrderMap = ( -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,182,106,107,100,183,184,185,101, 94,186,187,108,109,110,111, # 40 -188,189,190, 89, 95,112,113,191,192,193,194,253,253,253,253,253, # 50 -253, 64, 72, 73,114, 74,115,116,102, 81,201,117, 90,103, 78, 82, # 60 - 96,202, 91, 79, 84,104,105, 97, 98, 92,203,253,253,253,253,253, # 70 -209,210,211,212,213, 88,214,215,216,217,218,219,220,118,221,222, -223,224, 99, 85, 83,225,226,227,228,229,230,231,232,233,234,235, -236, 5, 30,237, 24,238, 75, 8, 26, 52, 34, 51,119, 47, 58, 57, - 49, 53, 55, 43, 20, 19, 44, 14, 48, 3, 17, 25, 39, 62, 31, 54, - 45, 9, 16, 2, 61, 15,239, 12, 42, 46, 18, 21, 76, 4, 66, 63, - 22, 10, 1, 36, 23, 13, 40, 27, 32, 35, 86,240,241,242,243,244, - 11, 28, 41, 29, 33,245, 50, 37, 6, 7, 67, 77, 38, 93,246,247, - 68, 56, 59, 65, 69, 60, 70, 80, 71, 87,248,249,250,251,252,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 92.6386% -# first 1024 sequences:7.3177% -# rest sequences: 1.0230% -# negative sequences: 0.0436% -ThaiLangModel = ( -0,1,3,3,3,3,0,0,3,3,0,3,3,0,3,3,3,3,3,3,3,3,0,0,3,3,3,0,3,3,3,3, -0,3,3,0,0,0,1,3,0,3,3,2,3,3,0,1,2,3,3,3,3,0,2,0,2,0,0,3,2,1,2,2, -3,0,3,3,2,3,0,0,3,3,0,3,3,0,3,3,3,3,3,3,3,3,3,0,3,2,3,0,2,2,2,3, -0,2,3,0,0,0,0,1,0,1,2,3,1,1,3,2,2,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1, -3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,3,3,2,3,2,3,3,2,2,2, -3,1,2,3,0,3,3,2,2,1,2,3,3,1,2,0,1,3,0,1,0,0,1,0,0,0,0,0,0,0,1,1, -3,3,2,2,3,3,3,3,1,2,3,3,3,3,3,2,2,2,2,3,3,2,2,3,3,2,2,3,2,3,2,2, -3,3,1,2,3,1,2,2,3,3,1,0,2,1,0,0,3,1,2,1,0,0,1,0,0,0,0,0,0,1,0,1, -3,3,3,3,3,3,2,2,3,3,3,3,2,3,2,2,3,3,2,2,3,2,2,2,2,1,1,3,1,2,1,1, -3,2,1,0,2,1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,3,2,3,2,3,3,2,2,3,2,3,3,2,3,1,1,2,3,2,2,2,3,2,2,2,2,2,1,2,1, -2,2,1,1,3,3,2,1,0,1,2,2,0,1,3,0,0,0,1,1,0,0,0,0,0,2,3,0,0,2,1,1, -3,3,2,3,3,2,0,0,3,3,0,3,3,0,2,2,3,1,2,2,1,1,1,0,2,2,2,0,2,2,1,1, -0,2,1,0,2,0,0,2,0,1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,2,3,3,2,0,0,3,3,0,2,3,0,2,1,2,2,2,2,1,2,0,0,2,2,2,0,2,2,1,1, -0,2,1,0,2,0,0,2,0,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,2,3,2,3,2,0,2,2,1,3,2,1,3,2,1,2,3,2,2,3,0,2,3,2,2,1,2,2,2,2, -1,2,2,0,0,0,0,2,0,1,2,0,1,1,1,0,1,0,3,1,1,0,0,0,0,0,0,0,0,0,1,0, -3,3,2,3,3,2,3,2,2,2,3,2,2,3,2,2,1,2,3,2,2,3,1,3,2,2,2,3,2,2,2,3, -3,2,1,3,0,1,1,1,0,2,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,2,0,0, -1,0,0,3,0,3,3,3,3,3,0,0,3,0,2,2,3,3,3,3,3,0,0,0,1,1,3,0,0,0,0,2, -0,0,1,0,0,0,0,0,0,0,2,3,0,0,0,3,0,2,0,0,0,0,0,3,0,0,0,0,0,0,0,0, -2,0,3,3,3,3,0,0,2,3,0,0,3,0,3,3,2,3,3,3,3,3,0,0,3,3,3,0,0,0,3,3, -0,0,3,0,0,0,0,2,0,0,2,1,1,3,0,0,1,0,0,2,3,0,1,0,0,0,0,0,0,0,1,0, -3,3,3,3,2,3,3,3,3,3,3,3,1,2,1,3,3,2,2,1,2,2,2,3,1,1,2,0,2,1,2,1, -2,2,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0, -3,0,2,1,2,3,3,3,0,2,0,2,2,0,2,1,3,2,2,1,2,1,0,0,2,2,1,0,2,1,2,2, -0,1,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,1,3,3,1,1,3,0,2,3,1,1,3,2,1,1,2,0,2,2,3,2,1,1,1,1,1,2, -3,0,0,1,3,1,2,1,2,0,3,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0, -3,3,1,1,3,2,3,3,3,1,3,2,1,3,2,1,3,2,2,2,2,1,3,3,1,2,1,3,1,2,3,0, -2,1,1,3,2,2,2,1,2,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2, -3,3,2,3,2,3,3,2,3,2,3,2,3,3,2,1,0,3,2,2,2,1,2,2,2,1,2,2,1,2,1,1, -2,2,2,3,0,1,3,1,1,1,1,0,1,1,0,2,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,3,2,2,1,1,3,2,3,2,3,2,0,3,2,2,1,2,0,2,2,2,1,2,2,2,2,1, -3,2,1,2,2,1,0,2,0,1,0,0,1,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,2,3,1,2,3,3,2,2,3,0,1,1,2,0,3,3,2,2,3,0,1,1,3,0,0,0,0, -3,1,0,3,3,0,2,0,2,1,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,2,3,2,3,3,0,1,3,1,1,2,1,2,1,1,3,1,1,0,2,3,1,1,1,1,1,1,1,1, -3,1,1,2,2,2,2,1,1,1,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,2,2,1,1,2,1,3,3,2,3,2,2,3,2,2,3,1,2,2,1,2,0,3,2,1,2,2,2,2,2,1, -3,2,1,2,2,2,1,1,1,1,0,0,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,1,3,3,0,2,1,0,3,2,0,0,3,1,0,1,1,0,1,0,0,0,0,0,1, -1,0,0,1,0,3,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,2,2,2,3,0,0,1,3,0,3,2,0,3,2,2,3,3,3,3,3,1,0,2,2,2,0,2,2,1,2, -0,2,3,0,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,0,2,3,1,3,3,2,3,3,0,3,3,0,3,2,2,3,2,3,3,3,0,0,2,2,3,0,1,1,1,3, -0,0,3,0,0,0,2,2,0,1,3,0,1,2,2,2,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1, -3,2,3,3,2,0,3,3,2,2,3,1,3,2,1,3,2,0,1,2,2,0,2,3,2,1,0,3,0,0,0,0, -3,0,0,2,3,1,3,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,3,2,2,2,1,2,0,1,3,1,1,3,1,3,0,0,2,1,1,1,1,2,1,1,1,0,2,1,0,1, -1,2,0,0,0,3,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,3,1,0,0,0,1,0, -3,3,3,3,2,2,2,2,2,1,3,1,1,1,2,0,1,1,2,1,2,1,3,2,0,0,3,1,1,1,1,1, -3,1,0,2,3,0,0,0,3,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,2,3,0,3,3,0,2,0,0,0,0,0,0,0,3,0,0,1,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,2,3,1,3,0,0,1,2,0,0,2,0,3,3,2,3,3,3,2,3,0,0,2,2,2,0,0,0,2,2, -0,0,1,0,0,0,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -0,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,1,2,3,1,3,3,0,0,1,0,3,0,0,0,0,0, -0,0,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, -3,3,1,2,3,1,2,3,1,0,3,0,2,2,1,0,2,1,1,2,0,1,0,0,1,1,1,1,0,1,0,0, -1,0,0,0,0,1,1,0,3,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,1,0,1,1,1,3,1,2,2,2,2,2,2,1,1,1,1,0,3,1,0,1,3,1,1,1,1, -1,1,0,2,0,1,3,1,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1, -3,0,2,2,1,3,3,2,3,3,0,1,1,0,2,2,1,2,1,3,3,1,0,0,3,2,0,0,0,0,2,1, -0,1,0,0,0,0,1,2,0,1,1,3,1,1,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,0,3,0,0,1,0,0,0,3,0,0,3,0,3,1,0,1,1,1,3,2,0,0,0,3,0,0,0,0,2,0, -0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,1,3,2,1,3,3,1,2,2,0,1,2,1,0,1,2,0,0,0,0,0,3,0,0,0,3,0,0,0,0, -3,0,0,1,1,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, -3,0,1,2,0,3,3,3,2,2,0,1,1,0,1,3,0,0,0,2,2,0,0,0,0,3,1,0,1,0,0,0, -0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,2,3,1,2,0,0,2,1,0,3,1,0,1,2,0,1,1,1,1,3,0,0,3,1,1,0,2,2,1,1, -0,2,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,3,1,2,0,0,2,2,0,1,2,0,1,0,1,3,1,2,1,0,0,0,2,0,3,0,0,0,1,0, -0,1,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, -3,0,1,1,2,2,0,0,0,2,0,2,1,0,1,1,0,1,1,1,2,1,0,0,1,1,1,0,2,1,1,1, -0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1, -0,0,0,2,0,1,3,1,1,1,1,0,0,0,0,3,2,0,1,0,0,0,1,2,0,0,0,1,0,0,0,0, -0,0,0,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,3,3,3,3,1,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, -1,0,2,3,2,2,0,0,0,1,0,0,0,0,2,3,2,1,2,2,3,0,0,0,2,3,1,0,0,0,1,1, -0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0, -3,3,2,2,0,1,0,0,0,0,2,0,2,0,1,0,0,0,1,1,0,0,0,2,1,0,1,0,1,1,0,0, -0,1,0,2,0,0,1,0,3,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,1,0,0,1,0,0,0,0,0,1,1,2,0,0,0,0,1,0,0,1,3,1,0,0,0,0,1,1,0,0, -0,1,0,0,0,0,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0, -3,3,1,1,1,1,2,3,0,0,2,1,1,1,1,1,0,2,1,1,0,0,0,2,1,0,1,2,1,1,0,1, -2,1,0,3,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,3,1,0,0,0,0,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1, -0,0,0,2,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,3,2,0,0,0,0,0,0,1,2,1,0,1,1,0,2,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,2,0,0,0,1,3,0,1,0,0,0,2,0,0,0,0,0,0,0,1,2,0,0,0,0,0, -3,3,0,0,1,1,2,0,0,1,2,1,0,1,1,1,0,1,1,0,0,2,1,1,0,1,0,0,1,1,1,0, -0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,1,0,0,0,0,1,0,0,0,0,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,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, -2,3,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,2,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,0,0,0,0,0,0,0,0,0,0,0, -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,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,1,0,1,2,0,1,2,0,0,1,1,0,2,0,1,0,0,1,0,0,0,0,1,0,0,0,2,0,0,0,0, -1,0,0,1,0,1,1,0,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,1,0,0,0,0,0,0,0,1,1,0,1,1,0,2,1,3,0,0,0,0,1,1,0,0,0,0,0,0,0,3, -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,0,0,0,0,0,2,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,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, -2,0,1,0,1,0,0,2,0,0,2,0,0,1,1,2,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0, -1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -1,0,0,3,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,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, -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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,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,0, -2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,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, -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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0, -1,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,1,0,0,2,1,0,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,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, -2,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0, -) - -TIS620ThaiModel = { - 'char_to_order_map': TIS620CharToOrderMap, - 'precedence_matrix': ThaiLangModel, - 'typical_positive_ratio': 0.926386, - 'keep_english_letter': False, - 'charset_name': "TIS-620", - 'language': 'Thai', -} diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py b/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py deleted file mode 100644 index a427a45..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py +++ /dev/null @@ -1,193 +0,0 @@ -# -*- coding: utf-8 -*- -######################## 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 -# Özgür Baskın - Turkish Language Model -# -# 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 ######################### - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -Latin5_TurkishCharToOrderMap = ( -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255, 23, 37, 47, 39, 29, 52, 36, 45, 53, 60, 16, 49, 20, 46, 42, - 48, 69, 44, 35, 31, 51, 38, 62, 65, 43, 56,255,255,255,255,255, -255, 1, 21, 28, 12, 2, 18, 27, 25, 3, 24, 10, 5, 13, 4, 15, - 26, 64, 7, 8, 9, 14, 32, 57, 58, 11, 22,255,255,255,255,255, -180,179,178,177,176,175,174,173,172,171,170,169,168,167,166,165, -164,163,162,161,160,159,101,158,157,156,155,154,153,152,151,106, -150,149,148,147,146,145,144,100,143,142,141,140,139,138,137,136, - 94, 80, 93,135,105,134,133, 63,132,131,130,129,128,127,126,125, -124,104, 73, 99, 79, 85,123, 54,122, 98, 92,121,120, 91,103,119, - 68,118,117, 97,116,115, 50, 90,114,113,112,111, 55, 41, 40, 86, - 89, 70, 59, 78, 71, 82, 88, 33, 77, 66, 84, 83,110, 75, 61, 96, - 30, 67,109, 74, 87,102, 34, 95, 81,108, 76, 72, 17, 6, 19,107, -) - -TurkishLangModel = ( -3,2,3,3,3,1,3,3,3,3,3,3,3,3,2,1,1,3,3,1,3,3,0,3,3,3,3,3,0,3,1,3, -3,2,1,0,0,1,1,0,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,2,2,0,0,1,0,0,1, -3,2,2,3,3,0,3,3,3,3,3,3,3,2,3,1,0,3,3,1,3,3,0,3,3,3,3,3,0,3,0,3, -3,1,1,0,1,0,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,2,2,0,0,0,1,0,1, -3,3,2,3,3,0,3,3,3,3,3,3,3,2,3,1,1,3,3,0,3,3,1,2,3,3,3,3,0,3,0,3, -3,1,1,0,0,0,1,0,0,0,0,1,1,0,1,2,1,0,0,0,1,0,0,0,0,2,0,0,0,0,0,1, -3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,1,3,3,2,0,3,2,1,2,2,1,3,3,0,0,0,2, -2,2,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,1, -3,3,3,2,3,3,1,2,3,3,3,3,3,3,3,1,3,2,1,0,3,2,0,1,2,3,3,2,1,0,0,2, -2,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0, -1,0,1,3,3,1,3,3,3,3,3,3,3,1,2,0,0,2,3,0,2,3,0,0,2,2,2,3,0,3,0,1, -2,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, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,0,3,2,0,2,3,2,3,3,1,0,0,2, -3,2,0,0,1,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,0,2,0,0,1, -3,3,3,2,3,3,2,3,3,3,3,2,3,3,3,0,3,3,0,0,2,1,0,0,2,3,2,2,0,0,0,2, -2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,1,0,2,0,0,1, -3,3,3,2,3,3,3,3,3,3,3,2,3,3,3,0,3,2,0,1,3,2,1,1,3,2,3,2,1,0,0,2, -2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0, -3,3,3,2,3,3,3,3,3,3,3,2,3,3,3,0,3,2,2,0,2,3,0,0,2,2,2,2,0,0,0,2, -3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,1,0,0,0, -3,3,3,3,3,3,3,2,2,2,2,3,2,3,3,0,3,3,1,1,2,2,0,0,2,2,3,2,0,0,1,3, -0,3,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1, -3,3,3,2,3,3,3,2,1,2,2,3,2,3,3,0,3,2,0,0,1,1,0,1,1,2,1,2,0,0,0,1, -0,3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0, -3,3,3,2,3,3,2,3,2,2,2,3,3,3,3,1,3,1,1,0,3,2,1,1,3,3,2,3,1,0,0,1, -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,1,0,2,0,0,1, -3,2,2,3,3,0,3,3,3,3,3,3,3,2,2,1,0,3,3,1,3,3,0,1,3,3,2,3,0,3,0,3, -2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0, -2,2,2,3,3,0,3,3,3,3,3,3,3,3,3,0,0,3,2,0,3,3,0,3,2,3,3,3,0,3,1,3, -2,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,2,2,0,0,1,0,0,1, -3,3,3,1,2,3,3,1,0,0,1,0,0,3,3,2,3,0,0,2,0,0,2,0,2,0,0,0,2,0,2,0, -0,3,1,0,1,0,0,0,2,2,1,0,1,1,2,1,2,2,2,0,2,1,1,0,0,0,2,0,0,0,0,0, -1,2,1,3,3,0,3,3,3,3,3,2,3,0,0,0,0,2,3,0,2,3,1,0,2,3,1,3,0,3,0,2, -3,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, -3,3,3,1,3,3,2,2,3,2,2,0,1,2,3,0,1,2,1,0,1,0,0,0,1,0,2,2,0,0,0,1, -1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0, -3,3,3,1,3,3,1,1,3,3,1,1,3,3,1,0,2,1,2,0,2,1,0,0,1,1,2,1,0,0,0,2, -2,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, -3,3,3,1,0,2,1,3,0,0,2,0,0,3,3,0,3,0,0,1,0,1,2,0,0,1,1,2,2,0,1,0, -0,1,2,1,1,0,1,0,1,1,1,1,1,0,1,1,1,2,2,1,2,0,1,0,0,0,0,0,0,1,0,0, -3,3,3,2,3,2,3,3,0,2,2,2,3,3,3,0,3,0,0,0,2,2,0,1,2,1,1,1,0,0,0,1, -0,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,1,0,0,0, -3,3,3,3,3,3,2,1,2,2,3,3,3,3,2,0,2,0,0,0,2,2,0,0,2,1,3,3,0,0,1,1, -1,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0, -1,1,2,3,3,0,3,3,3,3,3,3,2,2,0,2,0,2,3,2,3,2,2,2,2,2,2,2,1,3,2,3, -2,0,2,1,2,2,2,2,1,1,2,2,1,2,2,1,2,0,0,2,1,1,0,2,1,0,0,1,0,0,0,1, -2,3,3,1,1,1,0,1,1,1,2,3,2,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,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, -3,3,3,2,2,2,3,2,3,2,2,1,3,3,3,0,2,1,2,0,2,1,0,0,1,1,1,1,1,0,0,1, -2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,2,0,1,0,0,0, -3,3,3,2,3,3,3,3,3,2,3,1,2,3,3,1,2,0,0,0,0,0,0,0,3,2,1,1,0,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,1,0,0,0,0,0,0, -3,3,3,2,2,3,3,2,1,1,1,1,1,3,3,0,3,1,0,0,1,1,0,0,3,1,2,1,0,0,0,0, -0,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,1,0,0,0,0,0, -3,3,3,2,2,3,2,2,2,3,2,1,1,3,3,0,3,0,0,0,0,1,0,0,3,1,1,2,0,0,0,1, -1,0,0,1,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,1, -1,1,1,3,3,0,3,3,3,3,3,2,2,2,1,2,0,2,1,2,2,1,1,0,1,2,2,2,2,2,2,2, -0,0,2,1,2,1,2,1,0,1,1,3,1,2,1,1,2,0,0,2,0,1,0,1,0,1,0,0,0,1,0,1, -3,3,3,1,3,3,3,0,1,1,0,2,2,3,1,0,3,0,0,0,1,0,0,0,1,0,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,0,0,0,0,0,0, -3,3,2,0,0,2,2,1,0,0,1,0,0,3,3,1,3,0,0,1,1,0,2,0,3,0,0,0,2,0,1,1, -0,1,2,0,1,2,2,0,2,2,2,2,1,0,2,1,1,0,2,0,2,1,2,0,0,0,0,0,0,0,0,0, -3,3,3,1,3,2,3,2,0,2,2,2,1,3,2,0,2,1,2,0,1,2,0,0,1,0,2,2,0,0,0,2, -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,1,1,0,1,0,0,0, -3,3,3,0,3,3,1,1,2,3,1,0,3,2,3,0,3,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0, -1,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,3,3,0,3,3,2,3,3,2,2,0,0,0,0,1,2,0,1,3,0,0,0,3,1,1,0,3,0,2, -2,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, -3,3,3,1,2,2,1,0,3,1,1,1,1,3,3,2,3,0,0,1,0,1,2,0,2,2,0,2,2,0,2,1, -0,2,2,1,1,1,1,0,2,1,1,0,1,1,1,1,2,1,2,1,2,0,1,0,1,0,0,0,0,0,0,0, -3,3,3,0,1,1,3,0,0,1,1,0,0,2,2,0,3,0,0,1,1,0,1,0,0,0,0,0,2,0,0,0, -0,3,1,0,1,0,1,0,2,0,0,1,0,1,0,1,1,1,2,1,1,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,0,2,0,2,0,1,1,1,0,0,3,3,0,2,0,0,1,0,0,2,1,1,0,1,0,1,0,1,0, -0,2,0,1,2,0,2,0,2,1,1,0,1,0,2,1,1,0,2,1,1,0,1,0,0,0,1,1,0,0,0,0, -3,2,3,0,1,0,0,0,0,0,0,0,0,1,2,0,1,0,0,1,0,0,1,0,0,0,0,0,2,0,0,0, -0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,2,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,0,0,2,3,0,0,1,0,1,0,2,3,2,3,0,0,1,3,0,2,1,0,0,0,0,2,0,1,0, -0,2,1,0,0,1,1,0,2,1,0,0,1,0,0,1,1,0,1,1,2,0,1,0,0,0,0,1,0,0,0,0, -3,2,2,0,0,1,1,0,0,0,0,0,0,3,1,1,1,0,0,0,0,0,1,0,0,0,0,0,2,0,1,0, -0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0, -0,0,0,3,3,0,2,3,2,2,1,2,2,1,1,2,0,1,3,2,2,2,0,0,2,2,0,0,0,1,2,1, -3,0,2,1,1,0,1,1,1,0,1,2,2,2,1,1,2,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0, -0,1,1,2,3,0,3,3,3,2,2,2,2,1,0,1,0,1,0,1,2,2,0,0,2,2,1,3,1,1,2,1, -0,0,1,1,2,0,1,1,0,0,1,2,0,2,1,1,2,0,0,1,0,0,0,1,0,1,0,1,0,0,0,0, -3,3,2,0,0,3,1,0,0,0,0,0,0,3,2,1,2,0,0,1,0,0,2,0,0,0,0,0,2,0,1,0, -0,2,1,1,0,0,1,0,1,2,0,0,1,1,0,0,2,1,1,1,1,0,2,0,0,0,0,0,0,0,0,0, -3,3,2,0,0,1,0,0,0,0,1,0,0,3,3,2,2,0,0,1,0,0,2,0,1,0,0,0,2,0,1,0, -0,0,1,1,0,0,2,0,2,1,0,0,1,1,2,1,2,0,2,1,2,1,1,1,0,0,1,1,0,0,0,0, -3,3,2,0,0,2,2,0,0,0,1,1,0,2,2,1,3,1,0,1,0,1,2,0,0,0,0,0,1,0,1,0, -0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,2,0,0,0,1,0,0,1,0,0,2,3,1,2,0,0,1,0,0,2,0,0,0,1,0,2,0,2,0, -0,1,1,2,2,1,2,0,2,1,1,0,0,1,1,0,1,1,1,1,2,1,1,0,0,0,0,0,0,0,0,0, -3,3,3,0,2,1,2,1,0,0,1,1,0,3,3,1,2,0,0,1,0,0,2,0,2,0,1,1,2,0,0,0, -0,0,1,1,1,1,2,0,1,1,0,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0, -3,3,3,0,2,2,3,2,0,0,1,0,0,2,3,1,0,0,0,0,0,0,2,0,2,0,0,0,2,0,0,0, -0,1,1,0,0,0,1,0,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,0,0,0,0,0,0,0,1,0,0,2,2,2,2,0,0,1,0,0,2,0,0,0,0,0,2,0,1,0, -0,0,2,1,1,0,1,0,2,1,1,0,0,1,1,2,1,0,2,0,2,0,1,0,0,0,2,0,0,0,0,0, -0,0,0,2,2,0,2,1,1,1,1,2,2,0,0,1,0,1,0,0,1,3,0,0,0,0,1,0,0,2,1,0, -0,0,1,0,1,0,0,0,0,0,2,1,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, -2,0,0,2,3,0,2,3,1,2,2,0,2,0,0,2,0,2,1,1,1,2,1,0,0,1,2,1,1,2,1,0, -1,0,2,0,1,0,1,1,0,0,2,2,1,2,1,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,0,2,1,2,0,0,0,1,0,0,3,2,0,1,0,0,1,0,0,2,0,0,0,1,2,1,0,1,0, -0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0, -0,0,0,2,2,0,2,2,1,1,0,1,1,1,1,1,0,0,1,2,1,1,1,0,1,0,0,0,1,1,1,1, -0,0,2,1,0,1,1,1,0,1,1,2,1,2,1,1,2,0,1,1,2,1,0,2,0,0,0,0,0,0,0,0, -3,2,2,0,0,2,0,0,0,0,0,0,0,2,2,0,2,0,0,1,0,0,2,0,0,0,0,0,2,0,0,0, -0,2,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0, -0,0,0,3,2,0,2,2,0,1,1,0,1,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0, -2,0,1,0,1,0,1,1,0,0,1,2,0,1,0,1,1,0,0,1,0,1,0,2,0,0,0,0,0,0,0,0, -2,2,2,0,1,1,0,0,0,1,0,0,0,1,2,0,1,0,0,1,0,0,1,0,0,0,0,1,2,0,1,0, -0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,1,0,1,1,1,0,0,0,0,1,2,0,0,1,0,0,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,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -1,1,2,0,1,0,0,0,1,0,1,0,0,0,1,0,0,1,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,1,0,0,0,0,0,2,0,0,0,0,0,1, -0,0,1,2,2,0,2,1,2,1,1,2,2,0,0,0,0,1,0,0,1,1,0,0,2,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,1,0,0,0, -2,2,2,0,0,0,1,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,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, -2,2,2,0,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,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,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,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,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -) - -Latin5TurkishModel = { - 'char_to_order_map': Latin5_TurkishCharToOrderMap, - 'precedence_matrix': TurkishLangModel, - 'typical_positive_ratio': 0.970290, - 'keep_english_letter': True, - 'charset_name': "ISO-8859-9", - 'language': 'Turkish', -} diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py deleted file mode 100644 index 7d1e8c2..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py +++ /dev/null @@ -1,145 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetprober import CharSetProber -from .enums import ProbingState - -FREQ_CAT_NUM = 4 - -UDF = 0 # undefined -OTH = 1 # other -ASC = 2 # ascii capital letter -ASS = 3 # ascii small letter -ACV = 4 # accent capital vowel -ACO = 5 # accent capital other -ASV = 6 # accent small vowel -ASO = 7 # accent small other -CLASS_NUM = 8 # total classes - -Latin1_CharToClass = ( - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F - OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 - ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F - ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 - ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F - OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 - ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F - ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 - ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F - OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 - OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F - UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 - OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF - ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 - ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF - ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 - ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF - ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 - ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF - ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 - ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF -) - -# 0 : illegal -# 1 : very unlikely -# 2 : normal -# 3 : very likely -Latin1ClassModel = ( -# UDF OTH ASC ASS ACV ACO ASV ASO - 0, 0, 0, 0, 0, 0, 0, 0, # UDF - 0, 3, 3, 3, 3, 3, 3, 3, # OTH - 0, 3, 3, 3, 3, 3, 3, 3, # ASC - 0, 3, 3, 3, 1, 1, 3, 3, # ASS - 0, 3, 3, 3, 1, 2, 1, 2, # ACV - 0, 3, 3, 3, 3, 3, 3, 3, # ACO - 0, 3, 1, 3, 1, 1, 1, 3, # ASV - 0, 3, 1, 3, 1, 1, 3, 3, # ASO -) - - -class Latin1Prober(CharSetProber): - def __init__(self): - super(Latin1Prober, self).__init__() - self._last_char_class = None - self._freq_counter = None - self.reset() - - def reset(self): - self._last_char_class = OTH - self._freq_counter = [0] * FREQ_CAT_NUM - CharSetProber.reset(self) - - @property - def charset_name(self): - return "ISO-8859-1" - - @property - def language(self): - return "" - - def feed(self, byte_str): - byte_str = self.filter_with_english_letters(byte_str) - for c in byte_str: - char_class = Latin1_CharToClass[c] - freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) - + char_class] - if freq == 0: - self._state = ProbingState.NOT_ME - break - self._freq_counter[freq] += 1 - self._last_char_class = char_class - - return self.state - - def get_confidence(self): - if self.state == ProbingState.NOT_ME: - return 0.01 - - total = sum(self._freq_counter) - if total < 0.01: - confidence = 0.0 - else: - confidence = ((self._freq_counter[3] - self._freq_counter[1] * 20.0) - / total) - if confidence < 0.0: - confidence = 0.0 - # lower the confidence of latin1 so that other more accurate - # detector can take priority. - confidence = confidence * 0.73 - return confidence diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py deleted file mode 100644 index 6256ecf..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py +++ /dev/null @@ -1,91 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Proofpoint, Inc. -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetprober import CharSetProber -from .enums import ProbingState, MachineState - - -class MultiByteCharSetProber(CharSetProber): - """ - MultiByteCharSetProber - """ - - def __init__(self, lang_filter=None): - super(MultiByteCharSetProber, self).__init__(lang_filter=lang_filter) - self.distribution_analyzer = None - self.coding_sm = None - self._last_char = [0, 0] - - def reset(self): - super(MultiByteCharSetProber, self).reset() - if self.coding_sm: - self.coding_sm.reset() - if self.distribution_analyzer: - self.distribution_analyzer.reset() - self._last_char = [0, 0] - - @property - def charset_name(self): - raise NotImplementedError - - @property - def language(self): - raise NotImplementedError - - def feed(self, byte_str): - for i in range(len(byte_str)): - coding_state = self.coding_sm.next_state(byte_str[i]) - if coding_state == MachineState.ERROR: - self.logger.debug('%s %s prober hit error at byte %s', - self.charset_name, self.language, i) - self._state = ProbingState.NOT_ME - break - elif coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - break - elif coding_state == MachineState.START: - char_len = self.coding_sm.get_current_charlen() - if i == 0: - self._last_char[1] = byte_str[0] - self.distribution_analyzer.feed(self._last_char, char_len) - else: - self.distribution_analyzer.feed(byte_str[i - 1:i + 1], - char_len) - - self._last_char[0] = byte_str[-1] - - if self.state == ProbingState.DETECTING: - if (self.distribution_analyzer.got_enough_data() and - (self.get_confidence() > self.SHORTCUT_THRESHOLD)): - self._state = ProbingState.FOUND_IT - - return self.state - - def get_confidence(self): - return self.distribution_analyzer.get_confidence() diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py deleted file mode 100644 index 530abe7..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +++ /dev/null @@ -1,54 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Proofpoint, Inc. -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetgroupprober import CharSetGroupProber -from .utf8prober import UTF8Prober -from .sjisprober import SJISProber -from .eucjpprober import EUCJPProber -from .gb2312prober import GB2312Prober -from .euckrprober import EUCKRProber -from .cp949prober import CP949Prober -from .big5prober import Big5Prober -from .euctwprober import EUCTWProber - - -class MBCSGroupProber(CharSetGroupProber): - def __init__(self, lang_filter=None): - super(MBCSGroupProber, self).__init__(lang_filter=lang_filter) - self.probers = [ - UTF8Prober(), - SJISProber(), - EUCJPProber(), - GB2312Prober(), - EUCKRProber(), - CP949Prober(), - Big5Prober(), - EUCTWProber() - ] - self.reset() diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py b/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py deleted file mode 100644 index 8360d0f..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py +++ /dev/null @@ -1,572 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .enums import MachineState - -# BIG5 - -BIG5_CLS = ( - 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,1, # 78 - 7f - 4,4,4,4,4,4,4,4, # 80 - 87 - 4,4,4,4,4,4,4,4, # 88 - 8f - 4,4,4,4,4,4,4,4, # 90 - 97 - 4,4,4,4,4,4,4,4, # 98 - 9f - 4,3,3,3,3,3,3,3, # a0 - a7 - 3,3,3,3,3,3,3,3, # a8 - af - 3,3,3,3,3,3,3,3, # b0 - b7 - 3,3,3,3,3,3,3,3, # b8 - bf - 3,3,3,3,3,3,3,3, # c0 - c7 - 3,3,3,3,3,3,3,3, # c8 - cf - 3,3,3,3,3,3,3,3, # d0 - d7 - 3,3,3,3,3,3,3,3, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,3,3,3, # e8 - ef - 3,3,3,3,3,3,3,3, # f0 - f7 - 3,3,3,3,3,3,3,0 # f8 - ff -) - -BIG5_ST = ( - MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 - MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f - MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 -) - -BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) - -BIG5_SM_MODEL = {'class_table': BIG5_CLS, - 'class_factor': 5, - 'state_table': BIG5_ST, - 'char_len_table': BIG5_CHAR_LEN_TABLE, - 'name': 'Big5'} - -# CP949 - -CP949_CLS = ( - 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,0,0, # 00 - 0f - 1,1,1,1,1,1,1,1, 1,1,1,0,1,1,1,1, # 10 - 1f - 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, # 20 - 2f - 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, # 30 - 3f - 1,4,4,4,4,4,4,4, 4,4,4,4,4,4,4,4, # 40 - 4f - 4,4,5,5,5,5,5,5, 5,5,5,1,1,1,1,1, # 50 - 5f - 1,5,5,5,5,5,5,5, 5,5,5,5,5,5,5,5, # 60 - 6f - 5,5,5,5,5,5,5,5, 5,5,5,1,1,1,1,1, # 70 - 7f - 0,6,6,6,6,6,6,6, 6,6,6,6,6,6,6,6, # 80 - 8f - 6,6,6,6,6,6,6,6, 6,6,6,6,6,6,6,6, # 90 - 9f - 6,7,7,7,7,7,7,7, 7,7,7,7,7,8,8,8, # a0 - af - 7,7,7,7,7,7,7,7, 7,7,7,7,7,7,7,7, # b0 - bf - 7,7,7,7,7,7,9,2, 2,3,2,2,2,2,2,2, # c0 - cf - 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2, # d0 - df - 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2, # e0 - ef - 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,0, # f0 - ff -) - -CP949_ST = ( -#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = - MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR - MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME - MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 - MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 - MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 - MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 -) - -CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) - -CP949_SM_MODEL = {'class_table': CP949_CLS, - 'class_factor': 10, - 'state_table': CP949_ST, - 'char_len_table': CP949_CHAR_LEN_TABLE, - 'name': 'CP949'} - -# EUC-JP - -EUCJP_CLS = ( - 4,4,4,4,4,4,4,4, # 00 - 07 - 4,4,4,4,4,4,5,5, # 08 - 0f - 4,4,4,4,4,4,4,4, # 10 - 17 - 4,4,4,5,4,4,4,4, # 18 - 1f - 4,4,4,4,4,4,4,4, # 20 - 27 - 4,4,4,4,4,4,4,4, # 28 - 2f - 4,4,4,4,4,4,4,4, # 30 - 37 - 4,4,4,4,4,4,4,4, # 38 - 3f - 4,4,4,4,4,4,4,4, # 40 - 47 - 4,4,4,4,4,4,4,4, # 48 - 4f - 4,4,4,4,4,4,4,4, # 50 - 57 - 4,4,4,4,4,4,4,4, # 58 - 5f - 4,4,4,4,4,4,4,4, # 60 - 67 - 4,4,4,4,4,4,4,4, # 68 - 6f - 4,4,4,4,4,4,4,4, # 70 - 77 - 4,4,4,4,4,4,4,4, # 78 - 7f - 5,5,5,5,5,5,5,5, # 80 - 87 - 5,5,5,5,5,5,1,3, # 88 - 8f - 5,5,5,5,5,5,5,5, # 90 - 97 - 5,5,5,5,5,5,5,5, # 98 - 9f - 5,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,2,2,2, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,2,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,0,5 # f8 - ff -) - -EUCJP_ST = ( - 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f - MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 - MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f - 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 -) - -EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) - -EUCJP_SM_MODEL = {'class_table': EUCJP_CLS, - 'class_factor': 6, - 'state_table': EUCJP_ST, - 'char_len_table': EUCJP_CHAR_LEN_TABLE, - 'name': 'EUC-JP'} - -# EUC-KR - -EUCKR_CLS = ( - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 1,1,1,1,1,1,1,1, # 40 - 47 - 1,1,1,1,1,1,1,1, # 48 - 4f - 1,1,1,1,1,1,1,1, # 50 - 57 - 1,1,1,1,1,1,1,1, # 58 - 5f - 1,1,1,1,1,1,1,1, # 60 - 67 - 1,1,1,1,1,1,1,1, # 68 - 6f - 1,1,1,1,1,1,1,1, # 70 - 77 - 1,1,1,1,1,1,1,1, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,3,3,3, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,3,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 2,2,2,2,2,2,2,2, # e0 - e7 - 2,2,2,2,2,2,2,2, # e8 - ef - 2,2,2,2,2,2,2,2, # f0 - f7 - 2,2,2,2,2,2,2,0 # f8 - ff -) - -EUCKR_ST = ( - MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 - MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f -) - -EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) - -EUCKR_SM_MODEL = {'class_table': EUCKR_CLS, - 'class_factor': 4, - 'state_table': EUCKR_ST, - 'char_len_table': EUCKR_CHAR_LEN_TABLE, - 'name': 'EUC-KR'} - -# EUC-TW - -EUCTW_CLS = ( - 2,2,2,2,2,2,2,2, # 00 - 07 - 2,2,2,2,2,2,0,0, # 08 - 0f - 2,2,2,2,2,2,2,2, # 10 - 17 - 2,2,2,0,2,2,2,2, # 18 - 1f - 2,2,2,2,2,2,2,2, # 20 - 27 - 2,2,2,2,2,2,2,2, # 28 - 2f - 2,2,2,2,2,2,2,2, # 30 - 37 - 2,2,2,2,2,2,2,2, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,2, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,6,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,3,4,4,4,4,4,4, # a0 - a7 - 5,5,1,1,1,1,1,1, # a8 - af - 1,1,1,1,1,1,1,1, # b0 - b7 - 1,1,1,1,1,1,1,1, # b8 - bf - 1,1,3,1,3,3,3,3, # c0 - c7 - 3,3,3,3,3,3,3,3, # c8 - cf - 3,3,3,3,3,3,3,3, # d0 - d7 - 3,3,3,3,3,3,3,3, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,3,3,3, # e8 - ef - 3,3,3,3,3,3,3,3, # f0 - f7 - 3,3,3,3,3,3,3,0 # f8 - ff -) - -EUCTW_ST = ( - MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f - MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 - MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f - 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 - MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f -) - -EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) - -EUCTW_SM_MODEL = {'class_table': EUCTW_CLS, - 'class_factor': 7, - 'state_table': EUCTW_ST, - 'char_len_table': EUCTW_CHAR_LEN_TABLE, - 'name': 'x-euc-tw'} - -# GB2312 - -GB2312_CLS = ( - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 3,3,3,3,3,3,3,3, # 30 - 37 - 3,3,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,4, # 78 - 7f - 5,6,6,6,6,6,6,6, # 80 - 87 - 6,6,6,6,6,6,6,6, # 88 - 8f - 6,6,6,6,6,6,6,6, # 90 - 97 - 6,6,6,6,6,6,6,6, # 98 - 9f - 6,6,6,6,6,6,6,6, # a0 - a7 - 6,6,6,6,6,6,6,6, # a8 - af - 6,6,6,6,6,6,6,6, # b0 - b7 - 6,6,6,6,6,6,6,6, # b8 - bf - 6,6,6,6,6,6,6,6, # c0 - c7 - 6,6,6,6,6,6,6,6, # c8 - cf - 6,6,6,6,6,6,6,6, # d0 - d7 - 6,6,6,6,6,6,6,6, # d8 - df - 6,6,6,6,6,6,6,6, # e0 - e7 - 6,6,6,6,6,6,6,6, # e8 - ef - 6,6,6,6,6,6,6,6, # f0 - f7 - 6,6,6,6,6,6,6,0 # f8 - ff -) - -GB2312_ST = ( - MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f - MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 - 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f - MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 - MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f -) - -# To be accurate, the length of class 6 can be either 2 or 4. -# But it is not necessary to discriminate between the two since -# it is used for frequency analysis only, and we are validating -# each code range there as well. So it is safe to set it to be -# 2 here. -GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) - -GB2312_SM_MODEL = {'class_table': GB2312_CLS, - 'class_factor': 7, - 'state_table': GB2312_ST, - 'char_len_table': GB2312_CHAR_LEN_TABLE, - 'name': 'GB2312'} - -# Shift_JIS - -SJIS_CLS = ( - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,1, # 78 - 7f - 3,3,3,3,3,2,2,3, # 80 - 87 - 3,3,3,3,3,3,3,3, # 88 - 8f - 3,3,3,3,3,3,3,3, # 90 - 97 - 3,3,3,3,3,3,3,3, # 98 - 9f - #0xa0 is illegal in sjis encoding, but some pages does - #contain such byte. We need to be more error forgiven. - 2,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,2,2,2, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,2,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,4,4,4, # e8 - ef - 3,3,3,3,3,3,3,3, # f0 - f7 - 3,3,3,3,3,0,0,0) # f8 - ff - - -SJIS_ST = ( - MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f - MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 -) - -SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) - -SJIS_SM_MODEL = {'class_table': SJIS_CLS, - 'class_factor': 6, - 'state_table': SJIS_ST, - 'char_len_table': SJIS_CHAR_LEN_TABLE, - 'name': 'Shift_JIS'} - -# UCS2-BE - -UCS2BE_CLS = ( - 0,0,0,0,0,0,0,0, # 00 - 07 - 0,0,1,0,0,2,0,0, # 08 - 0f - 0,0,0,0,0,0,0,0, # 10 - 17 - 0,0,0,3,0,0,0,0, # 18 - 1f - 0,0,0,0,0,0,0,0, # 20 - 27 - 0,3,3,3,3,3,0,0, # 28 - 2f - 0,0,0,0,0,0,0,0, # 30 - 37 - 0,0,0,0,0,0,0,0, # 38 - 3f - 0,0,0,0,0,0,0,0, # 40 - 47 - 0,0,0,0,0,0,0,0, # 48 - 4f - 0,0,0,0,0,0,0,0, # 50 - 57 - 0,0,0,0,0,0,0,0, # 58 - 5f - 0,0,0,0,0,0,0,0, # 60 - 67 - 0,0,0,0,0,0,0,0, # 68 - 6f - 0,0,0,0,0,0,0,0, # 70 - 77 - 0,0,0,0,0,0,0,0, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,0,0,0,0,0,0,0, # a0 - a7 - 0,0,0,0,0,0,0,0, # a8 - af - 0,0,0,0,0,0,0,0, # b0 - b7 - 0,0,0,0,0,0,0,0, # b8 - bf - 0,0,0,0,0,0,0,0, # c0 - c7 - 0,0,0,0,0,0,0,0, # c8 - cf - 0,0,0,0,0,0,0,0, # d0 - d7 - 0,0,0,0,0,0,0,0, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,4,5 # f8 - ff -) - -UCS2BE_ST = ( - 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f - MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 - 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f - 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 - 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f - 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 -) - -UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) - -UCS2BE_SM_MODEL = {'class_table': UCS2BE_CLS, - 'class_factor': 6, - 'state_table': UCS2BE_ST, - 'char_len_table': UCS2BE_CHAR_LEN_TABLE, - 'name': 'UTF-16BE'} - -# UCS2-LE - -UCS2LE_CLS = ( - 0,0,0,0,0,0,0,0, # 00 - 07 - 0,0,1,0,0,2,0,0, # 08 - 0f - 0,0,0,0,0,0,0,0, # 10 - 17 - 0,0,0,3,0,0,0,0, # 18 - 1f - 0,0,0,0,0,0,0,0, # 20 - 27 - 0,3,3,3,3,3,0,0, # 28 - 2f - 0,0,0,0,0,0,0,0, # 30 - 37 - 0,0,0,0,0,0,0,0, # 38 - 3f - 0,0,0,0,0,0,0,0, # 40 - 47 - 0,0,0,0,0,0,0,0, # 48 - 4f - 0,0,0,0,0,0,0,0, # 50 - 57 - 0,0,0,0,0,0,0,0, # 58 - 5f - 0,0,0,0,0,0,0,0, # 60 - 67 - 0,0,0,0,0,0,0,0, # 68 - 6f - 0,0,0,0,0,0,0,0, # 70 - 77 - 0,0,0,0,0,0,0,0, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,0,0,0,0,0,0,0, # a0 - a7 - 0,0,0,0,0,0,0,0, # a8 - af - 0,0,0,0,0,0,0,0, # b0 - b7 - 0,0,0,0,0,0,0,0, # b8 - bf - 0,0,0,0,0,0,0,0, # c0 - c7 - 0,0,0,0,0,0,0,0, # c8 - cf - 0,0,0,0,0,0,0,0, # d0 - d7 - 0,0,0,0,0,0,0,0, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,4,5 # f8 - ff -) - -UCS2LE_ST = ( - 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f - MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 - 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f - 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 - 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f - 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 -) - -UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) - -UCS2LE_SM_MODEL = {'class_table': UCS2LE_CLS, - 'class_factor': 6, - 'state_table': UCS2LE_ST, - 'char_len_table': UCS2LE_CHAR_LEN_TABLE, - 'name': 'UTF-16LE'} - -# UTF-8 - -UTF8_CLS = ( - 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as a legal value - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 1,1,1,1,1,1,1,1, # 40 - 47 - 1,1,1,1,1,1,1,1, # 48 - 4f - 1,1,1,1,1,1,1,1, # 50 - 57 - 1,1,1,1,1,1,1,1, # 58 - 5f - 1,1,1,1,1,1,1,1, # 60 - 67 - 1,1,1,1,1,1,1,1, # 68 - 6f - 1,1,1,1,1,1,1,1, # 70 - 77 - 1,1,1,1,1,1,1,1, # 78 - 7f - 2,2,2,2,3,3,3,3, # 80 - 87 - 4,4,4,4,4,4,4,4, # 88 - 8f - 4,4,4,4,4,4,4,4, # 90 - 97 - 4,4,4,4,4,4,4,4, # 98 - 9f - 5,5,5,5,5,5,5,5, # a0 - a7 - 5,5,5,5,5,5,5,5, # a8 - af - 5,5,5,5,5,5,5,5, # b0 - b7 - 5,5,5,5,5,5,5,5, # b8 - bf - 0,0,6,6,6,6,6,6, # c0 - c7 - 6,6,6,6,6,6,6,6, # c8 - cf - 6,6,6,6,6,6,6,6, # d0 - d7 - 6,6,6,6,6,6,6,6, # d8 - df - 7,8,8,8,8,8,8,8, # e0 - e7 - 8,8,8,8,8,9,8,8, # e8 - ef - 10,11,11,11,11,11,11,11, # f0 - f7 - 12,13,13,13,14,15,0,0 # f8 - ff -) - -UTF8_ST = ( - MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 - 9, 11, 8, 7, 6, 5, 4, 3,#08-0f - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f - MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 - MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f - MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f - MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f - MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f - MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af - MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf - MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 - MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf -) - -UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) - -UTF8_SM_MODEL = {'class_table': UTF8_CLS, - 'class_factor': 16, - 'state_table': UTF8_ST, - 'char_len_table': UTF8_CHAR_LEN_TABLE, - 'name': 'UTF-8'} diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/sbcharsetprober.py deleted file mode 100644 index 0adb51d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/sbcharsetprober.py +++ /dev/null @@ -1,132 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetprober import CharSetProber -from .enums import CharacterCategory, ProbingState, SequenceLikelihood - - -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, reversed=False, name_prober=None): - super(SingleByteCharSetProber, self).__init__() - self._model = model - # TRUE if we need to reverse every pair in the model lookup - self._reversed = reversed - # Optional auxiliary prober for name decision - self._name_prober = name_prober - self._last_order = None - self._seq_counters = None - self._total_seqs = None - self._total_char = None - self._freq_char = None - self.reset() - - def reset(self): - super(SingleByteCharSetProber, self).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 - # characters that fall in our sampling range - self._freq_char = 0 - - @property - def charset_name(self): - if self._name_prober: - return self._name_prober.charset_name - else: - return self._model['charset_name'] - - @property - def language(self): - if self._name_prober: - return self._name_prober.language - else: - return self._model.get('language') - - def feed(self, byte_str): - if not self._model['keep_english_letter']: - byte_str = self.filter_international_words(byte_str) - if not byte_str: - return self.state - char_to_order_map = self._model['char_to_order_map'] - for i, c in enumerate(byte_str): - # XXX: Order is in range 1-64, so one would think we want 0-63 here, - # but that leads to 27 more test failures than before. - order = char_to_order_map[c] - # 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: - i = (self._last_order * self.SAMPLE_SIZE) + order - model = self._model['precedence_matrix'][i] - else: # reverse the order of the letters in the lookup - i = (order * self.SAMPLE_SIZE) + self._last_order - model = self._model['precedence_matrix'][i] - self._seq_counters[model] += 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 threshhold %s', charset_name, - confidence, - self.NEGATIVE_SHORTCUT_THRESHOLD) - self._state = ProbingState.NOT_ME - - return self.state - - def get_confidence(self): - r = 0.01 - if self._total_seqs > 0: - r = ((1.0 * self._seq_counters[SequenceLikelihood.POSITIVE]) / - self._total_seqs / self._model['typical_positive_ratio']) - r = r * self._freq_char / self._total_char - if r >= 1.0: - r = 0.99 - return r diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py deleted file mode 100644 index 98e95dc..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +++ /dev/null @@ -1,73 +0,0 @@ -######################## 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 .sbcharsetprober import SingleByteCharSetProber -from .langcyrillicmodel import (Win1251CyrillicModel, Koi8rModel, - Latin5CyrillicModel, MacCyrillicModel, - Ibm866Model, Ibm855Model) -from .langgreekmodel import Latin7GreekModel, Win1253GreekModel -from .langbulgarianmodel import Latin5BulgarianModel, Win1251BulgarianModel -# from .langhungarianmodel import Latin2HungarianModel, Win1250HungarianModel -from .langthaimodel import TIS620ThaiModel -from .langhebrewmodel import Win1255HebrewModel -from .hebrewprober import HebrewProber -from .langturkishmodel import Latin5TurkishModel - - -class SBCSGroupProber(CharSetGroupProber): - def __init__(self): - super(SBCSGroupProber, self).__init__() - self.probers = [ - SingleByteCharSetProber(Win1251CyrillicModel), - SingleByteCharSetProber(Koi8rModel), - SingleByteCharSetProber(Latin5CyrillicModel), - SingleByteCharSetProber(MacCyrillicModel), - SingleByteCharSetProber(Ibm866Model), - SingleByteCharSetProber(Ibm855Model), - SingleByteCharSetProber(Latin7GreekModel), - SingleByteCharSetProber(Win1253GreekModel), - SingleByteCharSetProber(Latin5BulgarianModel), - SingleByteCharSetProber(Win1251BulgarianModel), - # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) - # after we retrain model. - # SingleByteCharSetProber(Latin2HungarianModel), - # SingleByteCharSetProber(Win1250HungarianModel), - SingleByteCharSetProber(TIS620ThaiModel), - SingleByteCharSetProber(Latin5TurkishModel), - ] - hebrew_prober = HebrewProber() - logical_hebrew_prober = SingleByteCharSetProber(Win1255HebrewModel, - False, hebrew_prober) - visual_hebrew_prober = SingleByteCharSetProber(Win1255HebrewModel, True, - hebrew_prober) - hebrew_prober.set_model_probers(logical_hebrew_prober, visual_hebrew_prober) - self.probers.extend([hebrew_prober, logical_hebrew_prober, - visual_hebrew_prober]) - - self.reset() diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py deleted file mode 100644 index 9e29623..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py +++ /dev/null @@ -1,92 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import SJISDistributionAnalysis -from .jpcntx import SJISContextAnalysis -from .mbcssm import SJIS_SM_MODEL -from .enums import ProbingState, MachineState - - -class SJISProber(MultiByteCharSetProber): - def __init__(self): - super(SJISProber, self).__init__() - self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) - self.distribution_analyzer = SJISDistributionAnalysis() - self.context_analyzer = SJISContextAnalysis() - self.reset() - - def reset(self): - super(SJISProber, self).reset() - self.context_analyzer.reset() - - @property - def charset_name(self): - return self.context_analyzer.charset_name - - @property - def language(self): - return "Japanese" - - def feed(self, byte_str): - for i in range(len(byte_str)): - coding_state = self.coding_sm.next_state(byte_str[i]) - if coding_state == MachineState.ERROR: - self.logger.debug('%s %s prober hit error at byte %s', - self.charset_name, self.language, i) - self._state = ProbingState.NOT_ME - break - elif coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - break - elif coding_state == MachineState.START: - char_len = self.coding_sm.get_current_charlen() - if i == 0: - self._last_char[1] = byte_str[0] - self.context_analyzer.feed(self._last_char[2 - char_len:], - char_len) - self.distribution_analyzer.feed(self._last_char, char_len) - else: - self.context_analyzer.feed(byte_str[i + 1 - char_len:i + 3 - - char_len], char_len) - self.distribution_analyzer.feed(byte_str[i - 1:i + 1], - char_len) - - self._last_char[0] = byte_str[-1] - - if self.state == ProbingState.DETECTING: - if (self.context_analyzer.got_enough_data() and - (self.get_confidence() > self.SHORTCUT_THRESHOLD)): - self._state = ProbingState.FOUND_IT - - return self.state - - def get_confidence(self): - context_conf = self.context_analyzer.get_confidence() - distrib_conf = self.distribution_analyzer.get_confidence() - return max(context_conf, distrib_conf) diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py b/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py deleted file mode 100644 index 7b4e92d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py +++ /dev/null @@ -1,286 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### -""" -Module containing the UniversalDetector detector class, which is the primary -class a user of ``chardet`` should use. - -:author: Mark Pilgrim (initial port to Python) -:author: Shy Shalom (original C code) -:author: Dan Blanchard (major refactoring for 3.0) -:author: Ian Cordasco -""" - - -import codecs -import logging -import re - -from .charsetgroupprober import CharSetGroupProber -from .enums import InputState, LanguageFilter, ProbingState -from .escprober import EscCharSetProber -from .latin1prober import Latin1Prober -from .mbcsgroupprober import MBCSGroupProber -from .sbcsgroupprober import SBCSGroupProber - - -class UniversalDetector(object): - """ - The ``UniversalDetector`` class underlies the ``chardet.detect`` function - and coordinates all of the different charset probers. - - To get a ``dict`` containing an encoding and its confidence, you can simply - run: - - .. code:: - - u = UniversalDetector() - u.feed(some_bytes) - u.close() - detected = u.result - - """ - - MINIMUM_THRESHOLD = 0.20 - HIGH_BYTE_DETECTOR = re.compile(b'[\x80-\xFF]') - ESC_DETECTOR = re.compile(b'(\033|~{)') - WIN_BYTE_DETECTOR = re.compile(b'[\x80-\x9F]') - ISO_WIN_MAP = {'iso-8859-1': 'Windows-1252', - 'iso-8859-2': 'Windows-1250', - 'iso-8859-5': 'Windows-1251', - 'iso-8859-6': 'Windows-1256', - 'iso-8859-7': 'Windows-1253', - 'iso-8859-8': 'Windows-1255', - 'iso-8859-9': 'Windows-1254', - 'iso-8859-13': 'Windows-1257'} - - def __init__(self, lang_filter=LanguageFilter.ALL): - self._esc_charset_prober = None - self._charset_probers = [] - self.result = None - self.done = None - self._got_data = None - self._input_state = None - self._last_char = None - self.lang_filter = lang_filter - self.logger = logging.getLogger(__name__) - self._has_win_bytes = None - self.reset() - - def reset(self): - """ - Reset the UniversalDetector and all of its probers back to their - initial states. This is called by ``__init__``, so you only need to - call this directly in between analyses of different documents. - """ - self.result = {'encoding': None, 'confidence': 0.0, 'language': None} - self.done = False - self._got_data = False - self._has_win_bytes = False - self._input_state = InputState.PURE_ASCII - self._last_char = b'' - if self._esc_charset_prober: - self._esc_charset_prober.reset() - for prober in self._charset_probers: - prober.reset() - - def feed(self, byte_str): - """ - Takes a chunk of a document and feeds it through all of the relevant - charset probers. - - After calling ``feed``, you can check the value of the ``done`` - attribute to see if you need to continue feeding the - ``UniversalDetector`` more data, or if it has made a prediction - (in the ``result`` attribute). - - .. note:: - You should always call ``close`` when you're done feeding in your - document if ``done`` is not already ``True``. - """ - if self.done: - return - - if not len(byte_str): - return - - if not isinstance(byte_str, bytearray): - byte_str = bytearray(byte_str) - - # First check for known BOMs, since these are guaranteed to be correct - if not self._got_data: - # If the data starts with BOM, we know it is UTF - if byte_str.startswith(codecs.BOM_UTF8): - # EF BB BF UTF-8 with BOM - self.result = {'encoding': "UTF-8-SIG", - 'confidence': 1.0, - 'language': ''} - elif byte_str.startswith((codecs.BOM_UTF32_LE, - codecs.BOM_UTF32_BE)): - # FF FE 00 00 UTF-32, little-endian BOM - # 00 00 FE FF UTF-32, big-endian BOM - self.result = {'encoding': "UTF-32", - 'confidence': 1.0, - 'language': ''} - elif byte_str.startswith(b'\xFE\xFF\x00\x00'): - # FE FF 00 00 UCS-4, unusual octet order BOM (3412) - self.result = {'encoding': "X-ISO-10646-UCS-4-3412", - 'confidence': 1.0, - 'language': ''} - elif byte_str.startswith(b'\x00\x00\xFF\xFE'): - # 00 00 FF FE UCS-4, unusual octet order BOM (2143) - self.result = {'encoding': "X-ISO-10646-UCS-4-2143", - 'confidence': 1.0, - 'language': ''} - elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): - # FF FE UTF-16, little endian BOM - # FE FF UTF-16, big endian BOM - self.result = {'encoding': "UTF-16", - 'confidence': 1.0, - 'language': ''} - - self._got_data = True - if self.result['encoding'] is not None: - self.done = True - return - - # If none of those matched and we've only see ASCII so far, check - # for high bytes and escape sequences - if self._input_state == InputState.PURE_ASCII: - if self.HIGH_BYTE_DETECTOR.search(byte_str): - self._input_state = InputState.HIGH_BYTE - elif self._input_state == InputState.PURE_ASCII and \ - self.ESC_DETECTOR.search(self._last_char + byte_str): - self._input_state = InputState.ESC_ASCII - - self._last_char = byte_str[-1:] - - # If we've seen escape sequences, use the EscCharSetProber, which - # uses a simple state machine to check for known escape sequences in - # HZ and ISO-2022 encodings, since those are the only encodings that - # use such sequences. - if self._input_state == InputState.ESC_ASCII: - if not self._esc_charset_prober: - self._esc_charset_prober = EscCharSetProber(self.lang_filter) - if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: - self.result = {'encoding': - self._esc_charset_prober.charset_name, - 'confidence': - self._esc_charset_prober.get_confidence(), - 'language': - self._esc_charset_prober.language} - self.done = True - # If we've seen high bytes (i.e., those with values greater than 127), - # we need to do more complicated checks using all our multi-byte and - # single-byte probers that are left. The single-byte probers - # use character bigram distributions to determine the encoding, whereas - # the multi-byte probers use a combination of character unigram and - # bigram distributions. - elif self._input_state == InputState.HIGH_BYTE: - if not self._charset_probers: - self._charset_probers = [MBCSGroupProber(self.lang_filter)] - # If we're checking non-CJK encodings, use single-byte prober - if self.lang_filter & LanguageFilter.NON_CJK: - self._charset_probers.append(SBCSGroupProber()) - self._charset_probers.append(Latin1Prober()) - for prober in self._charset_probers: - if prober.feed(byte_str) == ProbingState.FOUND_IT: - self.result = {'encoding': prober.charset_name, - 'confidence': prober.get_confidence(), - 'language': prober.language} - self.done = True - break - if self.WIN_BYTE_DETECTOR.search(byte_str): - self._has_win_bytes = True - - def close(self): - """ - Stop analyzing the current document and come up with a final - prediction. - - :returns: The ``result`` attribute, a ``dict`` with the keys - `encoding`, `confidence`, and `language`. - """ - # Don't bother with checks if we're already done - if self.done: - return self.result - self.done = True - - if not self._got_data: - self.logger.debug('no data received!') - - # Default to ASCII if it is all we've seen so far - elif self._input_state == InputState.PURE_ASCII: - self.result = {'encoding': 'ascii', - 'confidence': 1.0, - 'language': ''} - - # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD - elif self._input_state == InputState.HIGH_BYTE: - prober_confidence = None - max_prober_confidence = 0.0 - max_prober = None - for prober in self._charset_probers: - if not prober: - continue - prober_confidence = prober.get_confidence() - if prober_confidence > max_prober_confidence: - max_prober_confidence = prober_confidence - max_prober = prober - if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): - charset_name = max_prober.charset_name - lower_charset_name = max_prober.charset_name.lower() - confidence = max_prober.get_confidence() - # Use Windows encoding name instead of ISO-8859 if we saw any - # extra Windows-specific bytes - if lower_charset_name.startswith('iso-8859'): - if self._has_win_bytes: - charset_name = self.ISO_WIN_MAP.get(lower_charset_name, - charset_name) - self.result = {'encoding': charset_name, - 'confidence': confidence, - 'language': max_prober.language} - - # Log all prober confidences if none met MINIMUM_THRESHOLD - if self.logger.getEffectiveLevel() == logging.DEBUG: - if self.result['encoding'] is None: - self.logger.debug('no probers hit minimum threshold') - for group_prober in self._charset_probers: - if not group_prober: - continue - if isinstance(group_prober, CharSetGroupProber): - for prober in group_prober.probers: - self.logger.debug('%s %s confidence = %s', - prober.charset_name, - prober.language, - prober.get_confidence()) - else: - self.logger.debug('%s %s confidence = %s', - prober.charset_name, - prober.language, - prober.get_confidence()) - return self.result diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py b/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py deleted file mode 100644 index 6c3196c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py +++ /dev/null @@ -1,82 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetprober import CharSetProber -from .enums import ProbingState, MachineState -from .codingstatemachine import CodingStateMachine -from .mbcssm import UTF8_SM_MODEL - - - -class UTF8Prober(CharSetProber): - ONE_CHAR_PROB = 0.5 - - def __init__(self): - super(UTF8Prober, self).__init__() - self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) - self._num_mb_chars = None - self.reset() - - def reset(self): - super(UTF8Prober, self).reset() - self.coding_sm.reset() - self._num_mb_chars = 0 - - @property - def charset_name(self): - return "utf-8" - - @property - def language(self): - return "" - - def feed(self, byte_str): - for c in byte_str: - coding_state = self.coding_sm.next_state(c) - if coding_state == MachineState.ERROR: - self._state = ProbingState.NOT_ME - break - elif coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - break - elif coding_state == MachineState.START: - if self.coding_sm.get_current_charlen() >= 2: - self._num_mb_chars += 1 - - if self.state == ProbingState.DETECTING: - if self.get_confidence() > self.SHORTCUT_THRESHOLD: - self._state = ProbingState.FOUND_IT - - return self.state - - def get_confidence(self): - unlike = 0.99 - if self._num_mb_chars < 6: - unlike *= self.ONE_CHAR_PROB ** self._num_mb_chars - return 1.0 - unlike - else: - return unlike diff --git a/lib/python3.8/site-packages/pip/_vendor/chardet/version.py b/lib/python3.8/site-packages/pip/_vendor/chardet/version.py deleted file mode 100644 index bb2a34a..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/chardet/version.py +++ /dev/null @@ -1,9 +0,0 @@ -""" -This module exists only to simplify retrieving the version number of chardet -from within setup.py and from chardet subpackages. - -:author: Dan Blanchard (dan.blanchard@gmail.com) -""" - -__version__ = "3.0.4" -VERSION = __version__.split('.') diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py b/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py deleted file mode 100644 index 2a3bf47..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -from .initialise import init, deinit, reinit, colorama_text -from .ansi import Fore, Back, Style, Cursor -from .ansitowin32 import AnsiToWin32 - -__version__ = '0.4.1' diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 450e9bce14f789193ba147cb5dc917f64b1c8cd5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 404 zcmYk2J5R$f5P;*vc{Pm~So#+-G~p?MgeqQQWGM*AixoANu(0FEb}8*I;IHtPyfQJd zGvRB6#7Xy^@2NXKmgOk$@_xQgzrFng=f8yBx%6soJ-VPnB9Mq68In*&B$Ak51o2SB zG9igfNh&jv$(-cdcqB%$AccQpGVbDeP$gf;kE*c4yyw;>9ot#Gv*khwrCZrj%ib)M z-6_o+zHS#UE}q-9U@o~?YNK?8TyfPK{-B<Ce|)rw59*Wp@V+YD2uAW&aKkiQpd$bV z#2yZ}zD+0Kr+^HQL#BX?RVx^%;cHw$=_}KQtDe%2K<_~*;AhrYIWz+wro1<{6=J&K rXKKZsPa(Kf-`RIcH-9%Zl)`3|*2CIm7gBXg!Dg_bfn_FWg2v%50d{Fr diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc deleted file mode 100644 index 0591f5dbbb421f2712645ee9d10c698f525aa790..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3189 zcmc&$-E-SS5Z6hvEz6&A(uB4Qn6IG*Y7b>#pk+F-9XAbios6AKs7evScTLnfwtKp? zG?UIS<38|bl*jx_H@xwre<4rop5oMTl7Yz!((KQ-+Vk%1r?ipD*cx1ad^hX<mDIGq zk(s<qU>1RbHvm*~G)f#obw{U$V^EXEUTcm?<1_)kG5QWoQu{S=;`B02(KM_Q%Notl z>}!o?nKd$;B=9+!2R^TO8~7Po0KUMIAWs25OXq-}Q+yiuOLQLidBtZ~YNR<?mIlnR z3}BwwfHQQVqm{1g{cf*s`$2JMKzDnrxW)R6dx8bUYOAwS>~4G9>k7t;-2sJ%Vo)4% zzc2j$7Ch+<xOxQg9l!7Og0kIV>}GLWh~dpjh4srX{HOkqQQs>M_*MnE3hH%P(DjDQ zMWyzhe)S>HqeGJD5{TLO!nFZZ2MY24LK9?P8<7PF>4FA_*ISb89O%-hcUGhk2wo!6 zM4bm3Prx4zZ&t+4url<A*ZqDVyk776p8xIO1>61_A1ZR6vpya0it@(W@hV<F@XN!O zGJ}d-F>o;kK^hOC189Up*0ob7McKqj@r3)@0-X5hq<i{}TO~N^YNsxZTB8X^jR{}$ zm^x_$7U+=4fC*Pga=?ylW?&tnjZ=pIJw!in+;af2fh3=@m+tnM$K9aI8S57&Oyc?i z*6t~591}L}njM+y`F(b2!q6NV0y=S_uZutdN|^>Nq(KWoBSG63)PU@pGFgRO)xoFW z#5vL1I8Yt`{tbYDRE)@y_UPIxvQOR+O8z8)CG>r5pN#ZZx-f7h%zb@CMh4NIS#(@p zZYd@W>T_vB{csVy@Wr-FY%$>p!DRw+g$q>@B}1A4>phlc-`im__T203o{F~Rx_;jm zu6qR!hY8orG_m2{D;#@M9&c)alkgAJ=ep8%-Ka}pop#-4yIwDn@b^H?M6j{;IqK#Z z=F32;j4Yz~Q=!IqE#juz0LP)uP?%USj|`esQ;WdV%Bi_UU~c89MU!f7%}|@BaBk5w zB&8s2<;E@#20X+T?qVj#7p~EqO3iUklc}DrMg^<$tFTp){)B6)Mf8oePe5|i8+)0z z7RwuJ7qC~0N)~lan=+SHH(Q@h7|Tr<L)it))z3GVxU<^cthSd*6BeVoPysC;i7#Mu z>3pMRty;hL`GmzuA5qrDl#MT3AE)qLVANQK&WXk{jOZwxx*B{&>yX@%<gT(_GLAC( zn<Ou%BW<j$cCLfEaaOYvfd)~lMEFM_KKn;kvS@?F--ms?i0}adrjKJpIXcPF2)}`# z`s6LBj`<J-9|HyWmbZwlM>ogkU7!;e*7qV%um*74IoLBgbc+FfV#1p}2E7q?EShkV z)N*W^bW+rI(lq5{XxhorjFY2TCr@+mPR=_8I^)dJ0`$_Xv@iyD2AqZ1;UW4J77@^| z5RVjMOhP<xh~*oiuc3qR5aB0;M+iS7xCp->cmS<~xv5aeSgi^9mPWg=BxB3%Mx!O; z4;szp>ZUYn&5edk+^;S-TI*G5)*n<`GPZelWxXL|?MA1uE;G%Q<-6-jh1>X1rW6aR zkcnhUC9+v1i&P_@KKkoM1G${yj!eB3qe<i<UCK1DXQuHh@b62Y0E1)^bNV(;KH<3k z|4DDn>pl&yf%y<iH2e$!>ooiV0gE*(BUBL3rH~>pgvSV52-^rg!V`q204?4CJTp3* zAXo<auhGH%=SK&J!1=`wg&dFG)E)5>K6kKSc@`j?M*z}VrNne0#%pb?C21_J+?Vmz zYWse*DU+(q+-kFVrdQ}b*1CGFj&siODGm=bIsPfggzM5l*L695u5;{lo<c|>;Kvrn z&mWE-A2L4p^$F_=_3~76KvfIJpeXIq#1@4HflSJn@>0g@YG9vrPHBA~y~c0rpdly% Zm@!q3h6T56*k(SJ&*bOfj>ie!{{R$MWiJ2# diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-38.pyc deleted file mode 100644 index 5059112c9f83f45cc665b581724cde713640a002..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7698 zcmbVRO>7)TcJAuG>G|P5MTwGZ_Ab0O$B`&O&L)o6kwj6Hr8PZTh;(F)t+Yo|J>(2$ zx<}PLk~kRVA_oW-h?87$3IZ~xXm0^>4v<q$K`wi$!|ov`-xDD4Dc`GV4rfO88p#k< zU9YOT`u)FGkDpFW6%73T;*S=B->e$Oe-beIvjN;hOMZ!t8=SR`s(!L6Q?OYzxyh}z z)v>E~$Ei9Ux9WCs)f_W0Z@0ZpzMAh8s)bImT2ymRyVRMgPIacM(|}pk3#T~S&x=Nw ze`!>`j|}ee+*bzAg)=X$>MUT7=K<#xJjdC#Q7(J~e2mIB41L*_-g=ZY@5Cb1qg%E5 zzRc6yc6!hbrK28YOXeOnqn%K6q=&&q+>V7B>19*8&zli%w`CE}TDKXbVUpJAL!&<n zz)iGd3teas8^8iqwTKO08C9Fx+`-e)WK>;^el^Dnyoh;^m-rN(`LMvJ`OH_wOI9uN zSr9cRr?yiO);bSGt=kPn|DOv!egq|c%}>;tznb*wdwwke%;R2KzU0^HX*1fTshXdP zT9kBaB8*bME8-Uiej^rst=(2f)zVZnpY+lY@6^KtFJNoxH$>d=J7KyPbN`*^qM3%P z<##Um&-a@6QZw;+*baAVX~_LF_T!#VXKlpMvrwd=@S9PR)}ng2rsnI!ppzesO|%WP zWES0k4UE7TnCQW{ZQ~WIluday7$ZCgo+}P;xjea0*I$hVq-iH%yCHKYd-K^^C|((2 z0pI#|{Yu*DUg<WwmlcZb_T_%_{rGvf_fwiwEqE42JQi2#qztuA?F!h}Ok*g(d)L;w z2ht0IX4FiBV2LOob1*EI^_Rx*T|3!SCt6Q_G$#5L?IjFSV_>w{fW0)g4KalYP@dZj zQ<939R<Ix*Njs`_LPdh^7HP5=1lisoxQK~FeT(&%Cs7&hs*`n`{0I|j_t6si7;sV8 z49u@#Q5il84Ve!D=uaqu;FXnOR1>?2boZara{@E5jMG-=ScQ?@KRbz0cG&+L9|$3Q zK|&Dc@tMibzk#`*3_t%JveEB;zigCVf*VJW%`t;df?l5RV+IFHN7=+HGvh@XzDOsL zcoX~JK!;LU80UdH;5GU^yr8t>3k*mehm5n7wak52TphqZ;1%&qt(Lv-C70C5+4sa% z4h`xT2CU^Cnh%X=$u`p5enI?#8T9wa;MTVB8LaFjC?RUfc12GA;?c(4^#`8>ckgfS zY~J3vQ}(p9%{Y;{FnZP$aU`weAd!V2(9R_YvT-P&4AN~T(A5Juy?)|HHiaNl)QoWx z<)P%1eg=B?B&Xg1t-nW{nn!0amlfDWW-}AdY37;z#c|H*L&jJ~YBpruy8txn`W_g< z9)eu3!vs6t8nOcl{+VLLE3>i#bV>iETW`ln$OVb5tYs_87*8U633GplmZ(r^x<J(f zs*{N7(<<c>`3y2(&Ad*`du<w*g5YVd*3MRPLBQiWH2MsE@f>wzMuL=CkTMD4ll0)j z5ed=*L0F7nM*dBZUl8P3NP`tWJ!U(e>shK<Udd!?y^i&<A9;eCXvv?U8x3NiedKWS zm{nahvM|c=iz<{MQfHwopM|nQ7Rrh`kX1{3md_!yP4RiYfaf${<Y(}l;Y<81p0oTM zU&eEepXV3woaZ)l^9@;~P`wi)Cck&B|1T<v-0O7PVF!+bg4!@9odhWrnJ)Qp<l`M4 zKTi;>n(a1)$Y$4HuWaA*>w7hUz!>Uam4r`wAwpE5V_muz`een3oe}q&4Ft8c+e=j# zMTkQfO%Jjov!LSRl@20Z8Y}cveDE8+2%#5P)Dd749sc?k*^LWde7?GR<AX2w;AiD` z%d4N)F89|jS09(n8~ro1`j}SNXz@mQHHYcSow@@-ocwYakc2kSlD|clMNONcW@-}j zk|L;;+ARmUlX>V2ocP_;eQ6xJ0}Fn`6P1D6-GX6Qtz5~7)#%7OHcG~!HL&n*eqgG7 z>A;P}aGx5{zC%;R=)%A_DjvhYf)W{7I@Oxq_W;c(uVPlD8Kvb}F$WxFzSc{Tf+b<9 zbWYpSkFg@oQdgu-X|d95N6AX&GXBaLgsniaHBj7CN!WYWG$7uh55T{0I3k&kBl1re zmUGJUsPBtEpbz|%y5FbW1?<9kq#bfme<gvef~42&#>iXvh&3rgB1^o7mQau}OxJR) zl38#HmdDOB7yUW(1*^X}qOGTqe>B$8n3|FwxjEupcNRTUJ-m0B)mqr1l!=nO9nlL( z5z{^7TlIDgxfupfV7QF-fggn-5BZvZui-ap?IgTJ`WR7{sqXL~?R&L3L~-grL9W+m zgs=pD$&Zi=Dnrrws~Al?nn}{5^+anoA*8Y@N-K3FAZ+NkAw~ig)f9x&4xy}0-3_Bq zD14uULxk=SzGSLV99@2>1>$$xwG@eI2Zq~=+LVdLU9zNFduUX(b~8Qj+s*ycqlOCR z?;+WJ5`qJS2C{UdroDu))fo!qsg$;@mWOD->yInQE2ecvdD5XfmBnN)?zOqfKwA)< zPHMdV*-@#F>=}zpB=pLO;BO*Mk>LN@6d$Ba^=8XLc()rc;+BJvo90?h!vy4IP+md# z5vb5A0xH4uidZYOrZZ?-K{FXNqoCOgnpMzT2F)pGK7-~Jw2(my3R=vdGYVQF2sjp6 zXS4YtXAKMRxeT7p;N=XS$>8%DJe$E6G8mUO_5Q^Sp3mSnGI$|_-^}1M3SLo^`x)gc zigJR8@|6}*P7qPP(jv+UBFa}<L^(l3`AUl@Cx|FtX%XcF5#=i_qMRV2e5FN{`=ES9 zQBL!k@)bon!J6`w7Ew;HrhKJEloPBeUuhBL1Z&DyT0}X)n(~zvQBJU?e5FN{6Raq2 zzP)XvKceJKP^MJ=u~J>!bP#`VdleKbWd6bC_U2BozO^Ou%IgNOJn7zgaPOnLI}+{{ zH(!ybo!0GppGdcI|G_8gTY}<>bZ%{}Z+t9mm|!R<m6Fzj&D+xX=)vY@MY@kRx3=y- zl=iKyPd8=mll6}_D?97b-gvZLk<P=r_jWd=jjfNQqi~Q@Tl7tJX0Z90EGiHO5}?=A z!30jLHT?mCOWCWRZW1)3pzMRE%k*J_^jQi4fP!vg(tbjheVaGysrX||OnP<7+)}jU z@6j1-+O!Rq*+$|2&}e_@2igyv_k(9hd$oUI)W=N3!|%Vo+yq_ZXA%n0Oq@f=Mv6ce znP>?!){(6tHFk~>nJ{w2huD`R==8ed>F`N@QqHL>OMv_+$U?M^vXq-jr_t^udn(R~ zbxa7l{!Mb8b{?T6l%X1|#7brfNj`4RbE9;=el;R5O0reqlVUmWMY0QgaXmtEYJ#$h zm@|{BL{rOFPv?ldsdsXLD_a%GI&kuIS~;&Rs6Y`<XBnDQmG7&hgi;utc)K*ZN!@qp z6OsEXw1mutt}oMc7dSIY(a;*lWJbqQQ&c^{fHNdn;1EgY5Gh@YX}R4t9$%#-?Z`Sd zzAz7MBzFeM5DA%mY$@qESapw$uSu59q51Uu$&NIK@&cn>bVV#%{a+0O;6tkGsElE^ ziK2(ff3tdy4)%zlI(a}IKzVdm6_ug`l}`_k`JI{cNf1ZIk|_<HF-)D2B_P8e9yO9R zQ^uhrRVjP2n7tdsNga0sWb?rW+JjB$HIP4m41wBDw-(7+t)$2%nh~mXFH%`LdAEiu zg>-jC-0LRNYKKwT)$!g3>v8w%i3HU@r&CMod*m%q2a^_RL6chiIkx{3nyOwIt_=;I zg)WoSp~-KI%KbHqsjGSsUZx+7$#E<Bt6Qr%u=Wk{HfcAN9w1-q&&_3nG+51<<JM`N z8la$pLD@bfNKmRG_Ng1sX9UOGzoI3idj@W<i>!a~b*xWWI99(Sq^T*SDVHb2#G7P_ zK$jhxP*id^K%LC;)RpLLOHNa%1UX}XI%BPqhyX`qc*~-mgQ`WlbPwos;B2Iu?VKPZ z#EbuimXYB?1pRZPWQ@xFH4=t=?-L2|A}FxDpHhJu72AOczhWP=+o;68WQP_mSk_C% z9mwVxE>rGVT$!Hw(RJ+4{f_<KzKQ*e=W%w67Y?nc1gHq;8F$H^VUHzTnC>>lQbr_+ z>aLd%ac>iP#^W~+8ES<<1~)WIAhn=zgd+2wz~G;v-cF{i%tg@a6;!5n@st+wgIA_B z*RD#|olpds|B%x27hQ4vKj>3hvZm3$Jj%s!ajkvWj$x$9^|j%<-?E>5L*Fbj_37^? zMJvnW^JAo#nv{$TD&(8m>cvx>DToIXXp3i<`!$*pyp3XV$xyFI>*pVL#GhhC+UvJA zZlfOTq&*Z3V9Z@y9TZ1SOeCU%JJiM0P3Tq|bN`N(ETJP4IY*(&q~3#(qo!i^&woFc z#<Y!YxkGLH9{@_*Oz~h~!mr=bm+zJVtxy;0fwgQL+5?-z?&0TcZgGQrz@ZCHA;NL{ zFWF&k;0)YB?rZpkr={p0aH50vyHpm$B_6x8ofH?p!m5kaud(X9w%WjI4y*r&RToC9 zzd-M8Va3DBf9ZD)J#G%XqS3(l1FwO`P3nuV8O-JX4)JK2qEr5`fU|Og`~al_g)hY( zDmfM^;xXtyRa2<U2bhrT=aPLay0k{-h=1R(b;)i?wjtSV6eZuMl`3_#UEDw?OSo4i zVUW}XE`73~p>{J0<pSyrf%fJ>H%9Fqw@5jaP1Ja+m!##Qc9cpBNCBjyoQ%v<0VhzU zZJUPT0)3E*>yky1y^!o+Qdh`<{T3~G3mxf-hk#H(kMss1!DCBVo5#~L-$glkRC7-A zkFnf<a*3hV2ms(^R*r_&d`ZQaBSZu6+k&>hE$B#rm|<&ufscYi&N2oEMIcxCxYEEm zf^H$d$PM7TmJM!0#-$Xw5@1Kiny2tnke6HemgU5Ad|ca?dG(qy@p3MU!S}Z}5QD`N z+EJ&jLEV5lC8In^B5kJa5JIGir0}V0Qg<4jlobvoG0EO9vH8Ezvf?mBT9_eNS+Glp zyW_X;6PJ%P0oh*VPI*CGrjM;rcZIsE=%k5%3sQLLHgO@U(ez(YrwXsvX+&29o%&I7 zCn(~puqi0$2=WdpZiz2xbm}|QXp!cwp}UEekm^tg7Aj#De&iLrOK3T77UfvioA;K~ z&hotY8|+gxEkSNl+BGCA>Sm_yH0pjQC|)bZ3MvPxTbjPkIVy`11)3#yBi;B(3k4os kbt7E93rXpHs7uk;P3%YrZ&F?lZf=pyS~kY6HGB1c0Yho#5C8xG diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc deleted file mode 100644 index e8ba8ade9c3b354728f9188a0e398346c6ba7a18..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1665 zcma)6OOG2x5bo}IcszdW3j(YHvi5*95@98xAV35KA@;z*mzV@uNLI()cxN-7v8vlK zyEqqi54pf^*gfVi^_5fp0+&$L6YtuQA~B<?>FTcOsrkOI`sYq3Wq7^#dT;bcgRy@o zSieFH9-tYEPBFy`Hmsj~$bBq^LJ1WV!89C(95ZBu7Na%L5*5m(id1~ThN;?BiE3W( zVN0c|g)?o<PdcitIv4Dm54)<Xws3Y!ZL1x8ZY%zfWqYsi%dG#3qtCc&eP5b<P(9Ae zyI&lQX=(iu82o@{K164+(5Fp!&oax;`K7pGSRQ-GUh;kxK!6#pRY5)(8LO(fbxqJl z+mS4amkbb$+Wq_B&`xKEvwU_ZFO9|3J7@V<)j}WNqe*Y0XS!4s9FD7^0y&k3d70Z> z7P--%&rTu6y>`(Ip~-l{{mfwOLz=>i#+2u)e}RK#VD>FrvL#=NNpQ|#-*Scj@h7+9 zB#<HcNX9hAzf9mu#bl$rWfL3H8~9#u9)-+`Q6L+X>$85vtftS3-^z+))28Oawl3SY zbHx!UAyYyt3;JiDEkMrhAIZY#-nc4%EAp{5y+v-1d$K(3RrXjzPr~H>0Oop-bzOkd zE`216x&9HL0vDK5<Kh}<i17D(paE_uprA`1nrXG7q(w0XpyhO9(Z4CJ{yn!NRh8Ps zb>I@vliXNbCp5FrHRaq^o>|wx+Mj8#F2Wu2nG0$68>S(lx<caa100!8&@r*glPKn~ zNO>G|Uni?)81j_EN0{+$5%zHPjR?CW!jZ5<RugX90HcuL1tLC+JSNb>F|^5b$#uwG z3$Y&g8e^rY%DcF3Xo55qldkr0yipG|1np3vnFDmSr2a;N&ye0n*b<M~J!%jf{o>oB zu1NTQ^BZQug-9;)_jEzewUT@_ot5lI$cO!gzT}HSs02?1e2g<2MPbaYJGF<w{{?9a zbJsxHq43=xfd|Pq)CNez>zFjSx=1P4z4s{w%McD$y|)Y$|0{eREu%|*#o%BWorvey zm)IGC&XHS~52P1(AKmrAVvehMp+=-Ik~#@Ei=jt(n{NOeRjyGBAKt<iwsG+%G(+bH z<00Mxu@kRjL6rOTEIjJ>2iXqnVTwyp<itafKk-nxmc$d&Rtq{Y{i#=L%`40U>S3h) zeaqbN?z(Tbn#xj6u%n1bAoToa*Glyo^;$^2omOgI=<kSM-$4oLG7;?nOBddPBuZ~5 K4eXyJY5WJBc~Wfv diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-38.pyc deleted file mode 100644 index 491da9caed6ebc5d24bacd4f9ccda968fca1480f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3941 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-38.pyc deleted file mode 100644 index 0758b029021c4770451824d3b5723f7dc96a7932..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4625 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 U-Y3a_J3gZ@@ZG#*my2cRe@gMDjQ{`u diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/ansi.py b/lib/python3.8/site-packages/pip/_vendor/colorama/ansi.py deleted file mode 100644 index 7877658..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/colorama/ansi.py +++ /dev/null @@ -1,102 +0,0 @@ -# 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 = '\007' - - -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/lib/python3.8/site-packages/pip/_vendor/colorama/ansitowin32.py b/lib/python3.8/site-packages/pip/_vendor/colorama/ansitowin32.py deleted file mode 100644 index 359c92b..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/colorama/ansitowin32.py +++ /dev/null @@ -1,257 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import re -import sys -import os - -from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style -from .winterm import 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 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 - except AttributeError: - 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\\]((?:.|;)*?)(\x07)\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() - - # should we strip ANSI sequences from our output? - if strip is None: - strip = conversion_supported or (not self.stream.closed and not self.stream.isatty()) - self.strip = strip - - # should we should convert ANSI sequences into win32 calls? - if convert is None: - convert = conversion_supported and not self.stream.closed and self.stream.isatty() - 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 in '\x07': # \x07 = BEL - 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/initialise.py b/lib/python3.8/site-packages/pip/_vendor/colorama/initialise.py deleted file mode 100644 index 430d066..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/colorama/initialise.py +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import atexit -import contextlib -import sys - -from .ansitowin32 import AnsiToWin32 - - -orig_stdout = None -orig_stderr = None - -wrapped_stdout = None -wrapped_stderr = None - -atexit_done = False - - -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 - - -@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 diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/win32.py b/lib/python3.8/site-packages/pip/_vendor/colorama/win32.py deleted file mode 100644 index c2d8360..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/colorama/win32.py +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. - -# from winbase.h -STDOUT = -11 -STDERR = -12 - -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 - - 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) diff --git a/lib/python3.8/site-packages/pip/_vendor/colorama/winterm.py b/lib/python3.8/site-packages/pip/_vendor/colorama/winterm.py deleted file mode 100644 index 0fdb4ec..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/colorama/winterm.py +++ /dev/null @@ -1,169 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -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) diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py b/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py deleted file mode 100644 index a2d70d4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2019 Vinay Sajip. -# Licensed to the Python Software Foundation under a contributor agreement. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -import logging - -__version__ = '0.2.9.post0' - -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/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 862cc7e2e1d7d5f32cb47001a21abd378d3ead53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1025 zcmah{&2G~`5T3O+w&OG<v<UG42q}jq6%rDa07Zfd5LFIT2=HYUyi01jvCZ1$C*sx~ zc#QU#SK2El&fGXLvu>NHATidAW_EtQnen{pc4I*LzOyM_cmO}hSfvP!5ptEIkRX|c z1f-X+ryzaFPe5|z9s7wt@1eJ)Va5~A;5FoTIH=ZPY+f>;590$FVtlCJLx36lE#%%C zP;eTm=!_+8)jo|CKZY~L5N99y(NDyL@w~G=xI5Sxltoo<r}VT+42=<TwT41L!XzY~ zOZRN=NmkW5d$;=~Rb`zO`MB@fNQitgQ$pBSh*=?zH0f(Xd_0=y#<KtuU^ORxKOEMx za#&{NR+d-wMC+}2cE9+n4(`#TWARDlvM@v0zzv1S@~jqOP<}PIROnEDq(scweP%o3 zBdwoJa;cU1YbFXEQO<1?%bBEi0*T+OJ>jw?1GHN*q*WREQ7I)}5b3m>$H)~&Az>dD zZ0x35c$Qa6zqf%=X<_7YUK3)d4Gvsu8>s(6hWW-yzk|m4e>Bs^)TT6D*;Np(W?8*S zj&*|QtwNA1rS>m~bQ;NxL)9dF1L1~pFt}5$i}bM146XYrR-76&sns4v+#t6@yt#_F z3>fzV<5LiA&9q2#Nn9gwoy6sJG#ahU{Qz=S<ct`7?ycXkp)RJ=ET7trz*8|5ULu}c z`|>Q^QMh2+c|I!(Q|}s67#p4+h;2_*y@xfFagEu43MymciInFt|LVy`51IpiL>*Q= SYRuza&-Yl5t+QLLnEe5liP4Dw diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc deleted file mode 100644 index 485bd2fdcb43df50c0d7b2fa02ef1df28bc47ec1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32168 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 b;5wgK_btW^-P_?zab)Dt!NHOBBc=Zh=3wEb diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-38.pyc deleted file mode 100644 index daa73bbbd8dbba32ba0648acb2444c01929e30d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 42065 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-38.pyc deleted file mode 100644 index 66ba1f05f9417de287e127d3f2eb60cd141a1bfd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17372 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 XIuuc-7Ce_Vh(A@+vz9ChPPX+wLl};{ diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc deleted file mode 100644 index 45489512489acf18d63d5f07e2f8af42f936f657..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38270 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc deleted file mode 100644 index ddf18af526f4f887370dfeb7465dc702e7a8c2bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10194 zcmb_i%X8dDddC|Wa5#Ke*2{_(mMxQ`P(!cR$$Dj3wk%P$veHNqX(!9j9)bf52@(U0 z8W>TWV79hQZPt58%BjjBr-ZE9!}^v}4yl~>KS)j~WN)cTmG_uRRjPDxeqZA;LrQYx z5VEERXmo$*{+_?@>-l7I(iHIb%OAbe`u86R!hg`s_@9cK5Acb8g~kz91xIuwUtAUW zx3ntpZ+TVb-^!}OztvUMksZa?y85av3b<B%qgz?6@N3OCyA!JuxYjqt)v7BUOuDs0 zadpa74yGN$RkmjirPWz}SD`z6Uiwf#-w9XUe%X;6^XJkTVfExkf-~XhPe8{#wJ)!p zcBEyYULEw!8@?Sy7IS;djocvif=w&laxLGBVk_)e9nW_o%L^>qa?r)RjehKfLBlkc z9`?OQwvRbh9P)>F;ztddL9-Vu48{D%m>-2**Xprw!*{z;!~6ye5}MzLXzOA+eG{X7 zZ)53k+wBo?^ckJVaoeHeel4ceb{ITzS={Q`@m6ZwwF9r?M)5#hTid;44yIpgTzY^0 z{rAjzV&d!d`Zp5jw&@k)e==@9z$Y4@aRo?4Ac;U4zeoIkB0?UjqdgHI58W~FtvMCP z#JBF8cdE`LMi@@bnL<y+nRaIIZ922gOZc8}zURE`oWzK#V>zds)3};+UUkkmXK__? zUUAN0)D-9W1*T&GgP&eM#^Q~>=f~E@o)rd``?%+atPlkk!Cn-*UCRy}l1S__*TGoR z!k^vi`Fk|>k<GlYA6Z}%1_Tj_Wp~Sttz8$BFcWfRZi7#1wuwo_A6;ws+`uQgh9(xa z#RG}Aaw7Il#=?PeC>)B1Vj{HEMA%mGOgkmuPIsu!h%5VaXF4MEN*Xx)EwsGbffsu= z6vD;op-53|2W_mP9B`#)GrMbT*pYk1T7l}(74(U@?Kot6w2O=%uGJ45mt`9u(#`rr zDuq$1aK+H=jVRNQAY@&BrER)#d)G-7BALpO+e<a*Idn2LY~SaMrS3RY`E^}NmB{rw ztOg!@EwGpI_4K{PxZ7LodA-Yg@xFg~;Jp*>x?6uho&3{!<OWX27Rf@O$cx=vMH{`n z)M&Llu%OktM9ekN2-<nECTikfrcmWZF{Vu>QT)*&$ft0r{2CYBUkF`sD0Zcx)Rl*_ zC~OJ}@m(1zB$c6>sGH(YOSElmsH4?~MxwD_CHlTFRAb|ylBkE`u#!}63ZFd~nz6BM z9!w-^VjfDv2|O2)2|TYR)$QtVG7*!>eUW{cC<l5xnM~|M{-W@(nMl09naK1VH4}rL z(UXUN=*W=2GU(nSg#(Xs2f`)C9SfH(=`q-Dt*;kiSYIbWljngLL%$!prGk(s1G@`1 zQu?D#2!bO;VBC|)slMF0z5HP5qwM15?FZS#o#v05^%_JQ+c7&0MzS;1oTX-l8sc;+ z_d=)#tO>GY73$H+jX@C^`TbPc4!t1Nqqx<DUt$XS>NR!(U(chNDl814S9oW8hn?dD zdi`iCRryv@g}&hC`o2$B>=izOQzotBs>e=Jr%tvDHX-B)(FHVuazZkpKm1=(@NG(l zSd*#G5U24!m@YLdpZtuumx}c^2qq!~50gI>qjRyeEgx`YN<=6HjC)&y_^H=G4_ATQ z$Ool}t~(Gm7j+@U(gdC{bPtX!GxS2RG{<(F2CUzUtTx=lhKq>g+p+h^EeMj{j3nNy zS5gzaWpT9Y#anC|yWm3OvSQz(Taqe!2~8@4I;-NUE^&dS3N0ezG3PchnvsF7;1iK6 z6tpTavRX0{B#tnV;tA;hw@y;3M1)P%hEgJcnG&}YM0oBE|Kb><jt19U@4uU4(NUIh z=brNnar^(uG?8zzE@xa&i3<_?eJuVMFW?>>r-c>meU66_?NiW<agS9zzjcHuq*cT{ zVotPy<`=>*#102OPmEt8tb8eMi~Ay&B(htv0H-7;64-WfsC+3Ta;|&Ip|~%>oxA}@ zBi|E-5)aTqtY!h4X6%CswP3G4c&B9V12^uo0C0oF2$0;T6LuK|laRr5%i%}XPMf3; zX-xD-Xt*G`zQ+iL2y?Ip5n{$3<Q*C7SGLsyjcj5K?wEGsNIQCTHP*inu^T7>?ZOeT zM!7kdCXQhtr0H1O#R$Phcq%T|4K9;Z^TW+em!+!XZuB=Z<s~naIUhCZ`CgpXu167& z5HQjbV<D?6sREKwDmn;kHUkz*#n#tSs^>4u+|x+K$%pu~KQabEG{q`D(`W})spuK= z8dv?WZTr!+Mo#KTXd=KsyjsR5BIV!2em|QYiUb+9A>F?c{#tsdEN6NJeJgjuO%q#} z8gH(e<N#W6zvsKh_0POYHqs8ey=#QmxCUy1Bn)1A;W|e%p1ahD$dJp<9su9$=w| z;->;sP2yq_n@5)V7DmHkT)|i7R*re*%GFIb05)OQ{+x(s3WPOYc<~yG33ZLl5?NBV z5pz-<(&T|b%cM|Oxdc~@T|1yi6r~zqdf$&3x$RW!WPE#vsBj-f;B6D1h~ko<)(lgm z0AYwH@X^HSZwFJy7I%bM6h}$6+^Nw5$wmP$M3Qd{Ho)E4*&DuVLy-~P+oA6RrxnK5 zAO?;$M!~f%jwxZOiK*Hq8bb`oybB`OpjIx8KRjZc1e{8Ux{Y-f*14vT?F|(`AFOXj zVjm_lJj!{1An0PEAqA5EQi{&U(g9$8qLB?hJpYv#ypHiI#&`JmSw0@mv++ayVH0Cu z!;XeAe{+nc&S^4E699|TWWm2;bOodT@fbxu8WazLf4~S6BmR?*u!=P%iZg*V{)W@5 zCR(B#%2?%Zf}dgh<c{=}$jqZOvl*cI-@zKj)cBaUXvfY}q7t>Q#HhpRO#|{_&%xUm zH^axRVx02KxY>MM6@K=mL^=uY`UR*#;wS7!V0h^@@3XM&B4?zGkU%;G>D?`_y=A!w z#V+@7dCHf0;0_DB$Dv+HZGD{&T3=tVLWZc{4IdQ=<B{3<sAm(0auHdCEN=-oAmyZ` z=Ex%23j03tCO6AxJ4h4kxLgQj6y+az9>5Res}|vlQF@Dg+`ZnseQRlXrQrqZ>sgSw zGD0~e3A)&d<KC6UMJH@W$OYmpB+en*<aq*5mKUS2&)P2K4UMh1>%WHgb^(r~a#gAB z1#Q3YxGTttHKa~kAsd_x!aTTfAZ%e9?JY_HFS1m3AM^1~Yny(!Vf)Bh`2DTH4_-VA zsoCBxWrta`9Od~Xm4fOFB;IEcWL^-4ffM=~T>cL78T`*gLpj|=_H>L;PCHdMncaz- z0}GUju^yD+*-ffF)(_ml+Zc#^?h&QE{$8;lq~Lk-_}s~Z881NH!UJN3?jqa1$m&`; zjp_o6T#C?{N~0&|9Mv5tp=NJlo2kBQvjDut^L*Xqb3#1`=j3|R%7~Dby(cwtI&k7J z6Ff)#z+-u5suve3-|q2%IFqaLXn|kgHPL-E!qlv4z`fVRS$I*n`ut84rEd+HdS-#$ z=s9`>>N9yCMSdEi;Xc1oB~kl!aJKZr&%E@APo_c!1w9@u;9__laR|H?i@-i8d%@E! z!0Vs@<;XiaT?0o+j>2&i?;oPvr3ga>9~ItEhPTz&<9xopBe3;Yc8o;My%8_SfTHNA zRMsK{I8=h4V%`Mi{c}FAig|yFd6UJwSfM#*XtatF4vIRs*N@P+0vc1G@w@WfGW#uP zOh1Q)7F6+Mrg(xhSV0P{b%1y3vxC1cZTC~sGCOw1J>@8c$?G1ao;=5WaWw^ju}O?0 z+$+{~i{mCri8J+DDC<58ltzQ>0@*>KoFk9ID8OeKv%x;3>zmXpQFDu$kEr>Wn%mS6 z6z1cab>+F^DKrmWzsRUe1KWwLtGOzF|5|zZ)-|iqXdJ;Bw2Tr%lFe`oStV$e0Nsz_ zM@DJI*BKB?m0e)?W7fgm#em=8Gs20NOC3IL*dt^+LX1Fp<*vUWGag(T-w*gW+RFdy zuGpt|+4FYuU*o&M@=8$*UL9MRZAEZJ2vS$aM15^A(+_rna2G|}(!;6jEl^Bl)N4}> zg)C$dj5f*$RMqtiqurw+Dls@><XPAsQ}X}~N}MBII=<c?W5B=Q6A>t-Jn^(%g(t#C zs*2=M6!|pW=hszn{H`WfrNNmON^7M}!Y}@gpg>xo1B=d(Amxg{O-hETkck=W4Lp$! z0q+SHaZHGk*nynrha!9tFwlWY*Hma9st*?u751yxKZjB-yM$^jii5#sWX)4?yx+Aq z{5>9bc?qX(aa=P;1w&r+j^<!^V}OE3Wos@shPef}flmVO@#QGq<FLYa+BS2nd5Y8Z z!g|N>&HbW|i^L8gF}6@}hclrXS%i|2Wuq?NMefu^+Q-Ym{Lx$|;4hvl-4KdOeIK>e zxl41rfIRp9oRvWaPz^3eFj^F7t@ak`uz>O`S^%6QEN~%zbfF}L@=On98A48%9hWL) zc=r`6!WqIA6|QN2?^03_1`Am)c8yx!28v+Cppw|ld&`S|g4$NN8@<a%@p(k%uHClo zEswF{cE_5_u+N-@HN>p%TJyvR$L-iihw9wt1)Kpnzw;epbT?$9VqzvzzUm8?fXOZZ z-yx65WObnvhP;nXE{NmQvAAI~>TIBv-6<D8zMKy7WEaOBA%G(MG1i5O%!ur<ePjh_ zzK^Jn+P&vG`Rc=9T)&`wC~py};|O#vpI5G6-it}~pjG*f>zs*@$=IAsg`j(!22fti zaUyCW8*aSox<N?}tM1aUf*IKE_#VAYRMnwnm<bY8rK56OIhzFJMJ?uTx{pf{EsQ9T z5)?bINS||hTs=xErLB;VaV*vE;*EguK<q_ok=rD6EQoCs*1;YdSp!~6>4RO8%DXnU z$&N2yCP*1GJAe{$%m?~T7(i&GMA=w$ZTE5LMbIBdSfdjRT6;gjO6=&ehtsR_9hsNF zgTha6?qRW6i3bZG`G&D+d68;`l-Mgy*oY^`s@k`jD*&dmtzzA75zDip^*r2Pszu16 z+gn*3;Szds{K=>?!){PBP2-G0IBbP(sq#XQ76M}zY0%Ni2D^hk_)Q_ATwXY*h|`1_ zQFW$@5l$|~{Pi)A{9<=aP~&;-8h}gK23$PmpwCk;3elN^mf)bza|bQkF&6fK=ZPib zztchU%rW!LnVpvcEcI<nI`^Ov3?_v$DVLlf*H+S!!so*ILD#dSs*uQho!t8dQr8hw zTfrP&=sgl4pk?sKUI$iBwghjA!!YYbDp9U9SB>(XSIV#7zfFeH>u>m8n-|f2Kisw4 z#%2Rp3|U`9=?y&6@{PMz)Zah|hi~VP;owK6--CCyH_4Q;bd+bi#Yyi7INn-8Icg13 zOcmN!rgNXsJ&ID4wm)C@7?qH@+OZa0eL&4IeQTnxPWnbQd!Y(_L$>m)t{qFbj_BGX zCQ?E|Iv@R-k`aZSBPbc8n9NR7DTJzh%jj7aVpQgL6m|swL3L28KS0?BWn933A)T9v zY@43Y_@R-H4HDx(r_(d$;L0GqjDooGg%~J+4+iL)@x*rZU=n&;bL2zN!#NvDPCFHp zZ#tZc$o`4HQN}ZqzX4Z{5>F-OzBnOJN;8}Yt`$#)6UjvW&VR#I_RinZJCg~_QTIi( zIC(>>?~AAN`B=sDuu3hJxA5+oqv4)*EaL8MM^7p^xuum(Ahj}12_3BUlrS`cHxr|z zYaF9%I5;~@D#=7r#d)9J(N5BgcM^KT-<8y#<kUeGPtQ6gpOaH{6xv}2$sFgGoERjJ z`h@)o#I=%pXUdkMEf>eEzPH1}Xa<vtunw<kmp+<Yci*>16@9A4qTmC)A2aFPy2ywN z=brg|9@57H7Xgcf(#S9&7~wZEHCPbh38HjKhc71!AoFnMUOY#Iu`D3eOG<DVJho)n zTM<gE`7Fi($7R#TgI0ayNdW)<6k5#){jwiY(?HXFDy|KrwY8_>=L4y6X;8ZuW&e#! z^gYnByZTIOddL!hCUEYK)9#q15_3~M-$FXoy8n}vkMA{GpDsOEzJ0HmPP7P-w&D=c zA+5j@#yG(b16IdNQv>)SJ97I0-D+;swtMcVggtij_7hs^6q@>EmR=l<N!%~+15%_S zw5wF6lUME|$PKJcy4_y9SGd^KN(O)^WD(KhE`%J@d*nhs#)VK(;66-AK?-sbN2FBn zIE%ZJ{HWB#wJDw!&mojmMS6;$_N^(O!&O!w!I7$1lg>(mS4N4+Ghz5hErhZZ`f&F{ z^?3Ybf=-NZ)<vgULw>f!D<bC|)T<qtss}?QMh=3iH0l$FGET+lM>*=?e_mh<B$fi~ zad%&+KV{x8RQp03p|d4qB2(bX1`D|9bvhL1D4Qu2w#XtH<*pIpGVq5Vlu#z&gs99B zM$V!0vuVUAZJ5u>!-R3l^ns7>c<nJgXB*(#Kv~1zKwta*pM8EY`fM;eKmY#KSJ&3+ z^VDCzR9|ZV73q1FlUB+FW;)1KqXRn7^!`SEev+Xfu37XPHBzp%&y*27l3N*ubW?{O z$O<o=4Ni<SVPqb4oEV9>>hel+yqTsSeNc|rYNck2elCFg3)j_F>tWyK=l!_TTP@Uu zTP=19Z)Jq$_(34MOjmS{!>&{F2{n{qb5O=8Qt}|oXt85PP#&%D-xm?6i{3zEh>BuP z8Lt?oQ87;%s&UU)1hV_qtn>B+Z+}=n!yXa25Dk9zfRjj|fsCO!FZUwuba>4m)yQ|? zw-i*qNfoMO^D+W$35P=1TLnM7xx>#hSwwW-q-K*wi+5LNS~u?9xpV#g@>1*m^_7*S z2hCJmUY$bk-MdT8m8F}lJGYxlX%)ZuB1eugEFjkwP1Zt==lKqwxAoMxnlbwtRW%~| Z)rG=~p;Z2)Vg&wWO)}-0ctWp9{|jaiW|jZ| diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc deleted file mode 100644 index 234eb0b803548ab01430414268d8c922443c4eac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4458 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc deleted file mode 100644 index 82e6b36d6cca5be6ff592193b6b4459d4ae6185c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26605 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 EKO=6PzW@LL diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc deleted file mode 100644 index 5cf8c35a40de722f099bd7455f05b209d42669c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10969 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 L!gGT&i|+pe`S*b{ diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc deleted file mode 100644 index 24441d85d23740effe01fbce89777457e9abc062..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10751 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc deleted file mode 100644 index 14a4b1c3c68790fee18c0e14362c36a8e6aa0c12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 48102 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 a$&U<^-Z64Vp?`R2_^#n~!|xp)`+opRpI?Un diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc deleted file mode 100644 index e679c8a7018999da3cdc8723318a8693ce3dbe8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20328 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 YZKQ9+894yK3vECx$oKztGXwVj1tuQpO#lD@ diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc deleted file mode 100644 index 5245912ee4e4384c3cc5b31456d06a00696b1d15..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25515 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py deleted file mode 100644 index f7dbf4c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -"""Modules copied from Python 3 standard libraries, for internal use only. - -Individual classes and functions are found in d2._backport.misc. Intended -usage is to always import things missing from 3.1 from that module: the -built-in/stdlib objects will be used if found. -""" diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 4912c61e8387b640f96a6115c59425344b748307..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 444 zcmYjO%}T^D5YFz!rLq@&fw?ZYExHIQBHm;ViXdLRgtSSwqiIqy>6ZEiK8mljS0BNf zC#PEw2WFW0GC$u;p6ByKuzXw|%cF@9UqkR;7!$XwG-IR1i_nuNv6!kuez^C#wT7VZ z4H^w)@HIU4vGNX9Kv6lZf(DCuPyr2{K<NXZizYZ_p(O*}**;B@wbQso-7;EOMZ`V1 z7|PZa5xwIm7%pxZLkIdSmANY38Xsa>BNZvYn!7q}bkdUA7(jyPLD^3A1XvH55G!;W z0xlqSMz*W;baY~+BGmhRt~k>qd5bnK(Pb1hZvZ}jHAN)o&|1jNz@EvJBdaudSWI>Y zQfgmF`6<GbkF_^HcUi2PtigtR@ky**zT<`OOm#khdzD+J?n9=LB9F@cmdm6>hf&J3 Q>36g1k>1VlBj2pz7kbi*r2qf` diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc deleted file mode 100644 index 7e5a616b8e11604de6e85d9ab08d284e9790b09a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1055 zcmZWnOKTKC5bo-k*`1wzkl^bOkwH*gFxiu!5JU|g1lfxbbuPnhcW*Muyy)(Y*=6-$ za`9gz7eVl!_z(K($-m%5t9v&Xw1=vxs;=t#>hZeUjR>C4kFKQOJwkq1<?;zpd4i<A zA>$+=95~G(0r#f~<sSEWu;(S-d<|`l+%JM80P=>Ew|pWRhmm{<#D2WPL++hI61*cN zeM{z{XeLecyN7-u`h8sa0dM84B1$5RiMW4ClIAKR5^&H?+8A>aV>%e~Wfjxr0s6I< zew@A{{qB75Y{U-hN@^8PDj8=b&yF%a9py30M@k75k4hd-rX|x^RjRF@SRxskbv9!A zBAv*pNL4kJOqh_3@_aPTQJN@GvWkm7NQ&;e%<_wa9VAxYK~h(dEkK4G>WI@1bU_yM z20>)r&;T<~eMK>8*0Xey;mZLR<LRF9#Icr540Y_+&OjISpw8;etW+9NY|gWX)qAo3 zz#1K;N227F9Pmu(JR1+v@v7`Wktw!S&m7Qo3&}@DpaXp{;m)cg2G+PbR<=dB0_<jJ zvLG5xY(rt#rzXmj15z>}+jx&JdDZyfFJft<q<v!pNxAO8e>p4=mtz}+iyX4I!1g$e zo=|yrLC!qwp9SaS9MIn2pqmSF0texB<ez}sX42t&LmbzF>3BTTI8&Uo((-;>Ryw|; z`YqYP6ee(&#=|SqSWXa?nKIY*gtq-hS&PEmWaXY|?apfPT*^usU!!QkG%ZJkNK@N8 z8(_76%eH0RMp8Xw1S0T}den#TcOQ29UDHfcUa>Sav{KTJ#9D9=Xz{Y5c9Syg7lqwg zm)&*Jw1${$iKfk}JjZJ7#<~eeo7D84YAv(zR4?5w0du=#hhoC*qT<tBJZ_+-Vq`uI XA*7K<VGVk)7ElQB-=RI9THx>pFaGzz diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc deleted file mode 100644 index 27468900ab8cc88b69a86f0b6c15328485dd35d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21448 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 Q!lnO}15g4|Wu5&029bjbw*UYD diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-38.pyc deleted file mode 100644 index 095d015341d7548f22005dce82e02bb33f88e04a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15847 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 Q#M^IZhrzrgY;ZaM2TppQN&o-= diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc deleted file mode 100644 index 699bdac68772c2b0d640c8921fb80d6000b6e372..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 62704 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 MvD(0G!MbAp|JMF^Bme*a diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py deleted file mode 100644 index cfb318d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012 The Python Software Foundation. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -"""Backports for individual classes and functions.""" - -import os -import sys - -__all__ = ['cache_from_source', 'callable', 'fsencode'] - - -try: - from imp import cache_from_source -except ImportError: - def cache_from_source(py_file, debug=__debug__): - ext = debug and 'c' or 'o' - return py_file + ext - - -try: - callable = callable -except NameError: - from collections import Callable - - def callable(obj): - return isinstance(obj, Callable) - - -try: - fsencode = os.fsencode -except AttributeError: - def fsencode(filename): - if isinstance(filename, bytes): - return filename - elif isinstance(filename, str): - return filename.encode(sys.getfilesystemencoding()) - else: - raise TypeError("expect bytes or str, not %s" % - type(filename).__name__) diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py deleted file mode 100644 index 159e49e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py +++ /dev/null @@ -1,761 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012 The Python Software Foundation. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -"""Utility functions for copying and archiving files and directory trees. - -XXX The functions here don't copy the resource fork or other metadata on Mac. - -""" - -import os -import sys -import stat -from os.path import abspath -import fnmatch -import collections -import errno -from . import tarfile - -try: - import bz2 - _BZ2_SUPPORTED = True -except ImportError: - _BZ2_SUPPORTED = False - -try: - from pwd import getpwnam -except ImportError: - getpwnam = None - -try: - from grp import getgrnam -except ImportError: - getgrnam = None - -__all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", - "copytree", "move", "rmtree", "Error", "SpecialFileError", - "ExecError", "make_archive", "get_archive_formats", - "register_archive_format", "unregister_archive_format", - "get_unpack_formats", "register_unpack_format", - "unregister_unpack_format", "unpack_archive", "ignore_patterns"] - -class Error(EnvironmentError): - pass - -class SpecialFileError(EnvironmentError): - """Raised when trying to do a kind of operation (e.g. copying) which is - not supported on a special file (e.g. a named pipe)""" - -class ExecError(EnvironmentError): - """Raised when a command could not be executed""" - -class ReadError(EnvironmentError): - """Raised when an archive cannot be read""" - -class RegistryError(Exception): - """Raised when a registry operation with the archiving - and unpacking registries fails""" - - -try: - WindowsError -except NameError: - WindowsError = None - -def copyfileobj(fsrc, fdst, length=16*1024): - """copy data from file-like object fsrc to file-like object fdst""" - while 1: - buf = fsrc.read(length) - if not buf: - break - fdst.write(buf) - -def _samefile(src, dst): - # Macintosh, Unix. - if hasattr(os.path, 'samefile'): - try: - return os.path.samefile(src, dst) - except OSError: - return False - - # All other platforms: check for same pathname. - return (os.path.normcase(os.path.abspath(src)) == - os.path.normcase(os.path.abspath(dst))) - -def copyfile(src, dst): - """Copy data from src to dst""" - if _samefile(src, dst): - raise Error("`%s` and `%s` are the same file" % (src, dst)) - - for fn in [src, dst]: - try: - st = os.stat(fn) - except OSError: - # File most likely does not exist - pass - else: - # XXX What about other special files? (sockets, devices...) - if stat.S_ISFIFO(st.st_mode): - raise SpecialFileError("`%s` is a named pipe" % fn) - - with open(src, 'rb') as fsrc: - with open(dst, 'wb') as fdst: - copyfileobj(fsrc, fdst) - -def copymode(src, dst): - """Copy mode bits from src to dst""" - if hasattr(os, 'chmod'): - st = os.stat(src) - mode = stat.S_IMODE(st.st_mode) - os.chmod(dst, mode) - -def copystat(src, dst): - """Copy all stat info (mode bits, atime, mtime, flags) from src to dst""" - st = os.stat(src) - mode = stat.S_IMODE(st.st_mode) - if hasattr(os, 'utime'): - os.utime(dst, (st.st_atime, st.st_mtime)) - if hasattr(os, 'chmod'): - os.chmod(dst, mode) - if hasattr(os, 'chflags') and hasattr(st, 'st_flags'): - try: - os.chflags(dst, st.st_flags) - except OSError as why: - if (not hasattr(errno, 'EOPNOTSUPP') or - why.errno != errno.EOPNOTSUPP): - raise - -def copy(src, dst): - """Copy data and mode bits ("cp src dst"). - - The destination may be a directory. - - """ - if os.path.isdir(dst): - dst = os.path.join(dst, os.path.basename(src)) - copyfile(src, dst) - copymode(src, dst) - -def copy2(src, dst): - """Copy data and all stat info ("cp -p src dst"). - - The destination may be a directory. - - """ - if os.path.isdir(dst): - dst = os.path.join(dst, os.path.basename(src)) - copyfile(src, dst) - copystat(src, dst) - -def ignore_patterns(*patterns): - """Function that can be used as copytree() ignore parameter. - - Patterns is a sequence of glob-style patterns - that are used to exclude files""" - def _ignore_patterns(path, names): - ignored_names = [] - for pattern in patterns: - ignored_names.extend(fnmatch.filter(names, pattern)) - return set(ignored_names) - return _ignore_patterns - -def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, - ignore_dangling_symlinks=False): - """Recursively copy a directory tree. - - The destination directory must not already exist. - If exception(s) occur, an Error is raised with a list of reasons. - - If the optional symlinks flag is true, symbolic links in the - source tree result in symbolic links in the destination tree; if - it is false, the contents of the files pointed to by symbolic - links are copied. If the file pointed by the symlink doesn't - exist, an exception will be added in the list of errors raised in - an Error exception at the end of the copy process. - - You can set the optional ignore_dangling_symlinks flag to true if you - want to silence this exception. Notice that this has no effect on - platforms that don't support os.symlink. - - The optional ignore argument is a callable. If given, it - is called with the `src` parameter, which is the directory - being visited by copytree(), and `names` which is the list of - `src` contents, as returned by os.listdir(): - - callable(src, names) -> ignored_names - - Since copytree() is called recursively, the callable will be - called once for each directory that is copied. It returns a - list of names relative to the `src` directory that should - not be copied. - - The optional copy_function argument is a callable that will be used - to copy each file. It will be called with the source path and the - destination path as arguments. By default, copy2() is used, but any - function that supports the same signature (like copy()) can be used. - - """ - names = os.listdir(src) - if ignore is not None: - ignored_names = ignore(src, names) - else: - ignored_names = set() - - os.makedirs(dst) - errors = [] - for name in names: - if name in ignored_names: - continue - srcname = os.path.join(src, name) - dstname = os.path.join(dst, name) - try: - if os.path.islink(srcname): - linkto = os.readlink(srcname) - if symlinks: - os.symlink(linkto, dstname) - else: - # ignore dangling symlink if the flag is on - if not os.path.exists(linkto) and ignore_dangling_symlinks: - continue - # otherwise let the copy occurs. copy2 will raise an error - copy_function(srcname, dstname) - elif os.path.isdir(srcname): - copytree(srcname, dstname, symlinks, ignore, copy_function) - else: - # Will raise a SpecialFileError for unsupported file types - copy_function(srcname, dstname) - # catch the Error from the recursive copytree so that we can - # continue with other files - except Error as err: - errors.extend(err.args[0]) - except EnvironmentError as why: - errors.append((srcname, dstname, str(why))) - try: - copystat(src, dst) - except OSError as why: - if WindowsError is not None and isinstance(why, WindowsError): - # Copying file access times may fail on Windows - pass - else: - errors.extend((src, dst, str(why))) - if errors: - raise Error(errors) - -def rmtree(path, ignore_errors=False, onerror=None): - """Recursively delete a directory tree. - - If ignore_errors is set, errors are ignored; otherwise, if onerror - is set, it is called to handle the error with arguments (func, - path, exc_info) where func is os.listdir, os.remove, or os.rmdir; - path is the argument to that function that caused it to fail; and - exc_info is a tuple returned by sys.exc_info(). If ignore_errors - is false and onerror is None, an exception is raised. - - """ - if ignore_errors: - def onerror(*args): - pass - elif onerror is None: - def onerror(*args): - raise - try: - if os.path.islink(path): - # symlinks to directories are forbidden, see bug #1669 - raise OSError("Cannot call rmtree on a symbolic link") - except OSError: - onerror(os.path.islink, path, sys.exc_info()) - # can't continue even if onerror hook returns - return - names = [] - try: - names = os.listdir(path) - except os.error: - onerror(os.listdir, path, sys.exc_info()) - for name in names: - fullname = os.path.join(path, name) - try: - mode = os.lstat(fullname).st_mode - except os.error: - mode = 0 - if stat.S_ISDIR(mode): - rmtree(fullname, ignore_errors, onerror) - else: - try: - os.remove(fullname) - except os.error: - onerror(os.remove, fullname, sys.exc_info()) - try: - os.rmdir(path) - except os.error: - onerror(os.rmdir, path, sys.exc_info()) - - -def _basename(path): - # A basename() variant which first strips the trailing slash, if present. - # Thus we always get the last component of the path, even for directories. - return os.path.basename(path.rstrip(os.path.sep)) - -def move(src, dst): - """Recursively move a file or directory to another location. This is - similar to the Unix "mv" command. - - If the destination is a directory or a symlink to a directory, the source - is moved inside the directory. The destination path must not already - exist. - - If the destination already exists but is not a directory, it may be - overwritten depending on os.rename() semantics. - - If the destination is on our current filesystem, then rename() is used. - Otherwise, src is copied to the destination and then removed. - A lot more could be done here... A look at a mv.c shows a lot of - the issues this implementation glosses over. - - """ - real_dst = dst - if os.path.isdir(dst): - if _samefile(src, dst): - # We might be on a case insensitive filesystem, - # perform the rename anyway. - os.rename(src, dst) - return - - real_dst = os.path.join(dst, _basename(src)) - if os.path.exists(real_dst): - raise Error("Destination path '%s' already exists" % real_dst) - try: - os.rename(src, real_dst) - except OSError: - if os.path.isdir(src): - if _destinsrc(src, dst): - raise Error("Cannot move a directory '%s' into itself '%s'." % (src, dst)) - copytree(src, real_dst, symlinks=True) - rmtree(src) - else: - copy2(src, real_dst) - os.unlink(src) - -def _destinsrc(src, dst): - src = abspath(src) - dst = abspath(dst) - if not src.endswith(os.path.sep): - src += os.path.sep - if not dst.endswith(os.path.sep): - dst += os.path.sep - return dst.startswith(src) - -def _get_gid(name): - """Returns a gid, given a group name.""" - if getgrnam is None or name is None: - return None - try: - result = getgrnam(name) - except KeyError: - result = None - if result is not None: - return result[2] - return None - -def _get_uid(name): - """Returns an uid, given a user name.""" - if getpwnam is None or name is None: - return None - try: - result = getpwnam(name) - except KeyError: - result = None - if result is not None: - return result[2] - return None - -def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, - owner=None, group=None, logger=None): - """Create a (possibly compressed) tar file from all the files under - 'base_dir'. - - 'compress' must be "gzip" (the default), "bzip2", or None. - - 'owner' and 'group' can be used to define an owner and a group for the - archive that is being built. If not provided, the current owner and group - will be used. - - The output tar file will be named 'base_name' + ".tar", possibly plus - the appropriate compression extension (".gz", or ".bz2"). - - Returns the output filename. - """ - tar_compression = {'gzip': 'gz', None: ''} - compress_ext = {'gzip': '.gz'} - - if _BZ2_SUPPORTED: - tar_compression['bzip2'] = 'bz2' - compress_ext['bzip2'] = '.bz2' - - # flags for compression program, each element of list will be an argument - if compress is not None and compress not in compress_ext: - raise ValueError("bad value for 'compress', or compression format not " - "supported : {0}".format(compress)) - - archive_name = base_name + '.tar' + compress_ext.get(compress, '') - archive_dir = os.path.dirname(archive_name) - - if not os.path.exists(archive_dir): - if logger is not None: - logger.info("creating %s", archive_dir) - if not dry_run: - os.makedirs(archive_dir) - - # creating the tarball - if logger is not None: - logger.info('Creating tar archive') - - uid = _get_uid(owner) - gid = _get_gid(group) - - def _set_uid_gid(tarinfo): - if gid is not None: - tarinfo.gid = gid - tarinfo.gname = group - if uid is not None: - tarinfo.uid = uid - tarinfo.uname = owner - return tarinfo - - if not dry_run: - tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress]) - try: - tar.add(base_dir, filter=_set_uid_gid) - finally: - tar.close() - - return archive_name - -def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=False): - # XXX see if we want to keep an external call here - if verbose: - zipoptions = "-r" - else: - zipoptions = "-rq" - from distutils.errors import DistutilsExecError - from distutils.spawn import spawn - try: - spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run) - except DistutilsExecError: - # XXX really should distinguish between "couldn't find - # external 'zip' command" and "zip failed". - raise ExecError("unable to create zip file '%s': " - "could neither import the 'zipfile' module nor " - "find a standalone zip utility") % zip_filename - -def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): - """Create a zip file from all the files under 'base_dir'. - - The output zip file will be named 'base_name' + ".zip". Uses either the - "zipfile" Python module (if available) or the InfoZIP "zip" utility - (if installed and found on the default search path). If neither tool is - available, raises ExecError. Returns the name of the output zip - file. - """ - zip_filename = base_name + ".zip" - archive_dir = os.path.dirname(base_name) - - if not os.path.exists(archive_dir): - if logger is not None: - logger.info("creating %s", archive_dir) - if not dry_run: - os.makedirs(archive_dir) - - # If zipfile module is not available, try spawning an external 'zip' - # command. - try: - import zipfile - except ImportError: - zipfile = None - - if zipfile is None: - _call_external_zip(base_dir, zip_filename, verbose, dry_run) - else: - if logger is not None: - logger.info("creating '%s' and adding '%s' to it", - zip_filename, base_dir) - - if not dry_run: - zip = zipfile.ZipFile(zip_filename, "w", - compression=zipfile.ZIP_DEFLATED) - - for dirpath, dirnames, filenames in os.walk(base_dir): - for name in filenames: - path = os.path.normpath(os.path.join(dirpath, name)) - if os.path.isfile(path): - zip.write(path, path) - if logger is not None: - logger.info("adding '%s'", path) - zip.close() - - return zip_filename - -_ARCHIVE_FORMATS = { - 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"), - 'bztar': (_make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"), - 'tar': (_make_tarball, [('compress', None)], "uncompressed tar file"), - 'zip': (_make_zipfile, [], "ZIP file"), - } - -if _BZ2_SUPPORTED: - _ARCHIVE_FORMATS['bztar'] = (_make_tarball, [('compress', 'bzip2')], - "bzip2'ed tar-file") - -def get_archive_formats(): - """Returns a list of supported formats for archiving and unarchiving. - - Each element of the returned sequence is a tuple (name, description) - """ - formats = [(name, registry[2]) for name, registry in - _ARCHIVE_FORMATS.items()] - formats.sort() - return formats - -def register_archive_format(name, function, extra_args=None, description=''): - """Registers an archive format. - - name is the name of the format. function is the callable that will be - used to create archives. If provided, extra_args is a sequence of - (name, value) tuples that will be passed as arguments to the callable. - description can be provided to describe the format, and will be returned - by the get_archive_formats() function. - """ - if extra_args is None: - extra_args = [] - if not isinstance(function, collections.Callable): - raise TypeError('The %s object is not callable' % function) - if not isinstance(extra_args, (tuple, list)): - raise TypeError('extra_args needs to be a sequence') - for element in extra_args: - if not isinstance(element, (tuple, list)) or len(element) !=2: - raise TypeError('extra_args elements are : (arg_name, value)') - - _ARCHIVE_FORMATS[name] = (function, extra_args, description) - -def unregister_archive_format(name): - del _ARCHIVE_FORMATS[name] - -def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, - dry_run=0, owner=None, group=None, logger=None): - """Create an archive file (eg. zip or tar). - - 'base_name' is the name of the file to create, minus any format-specific - extension; 'format' is the archive format: one of "zip", "tar", "bztar" - or "gztar". - - 'root_dir' is a directory that will be the root directory of the - archive; ie. we typically chdir into 'root_dir' before creating the - archive. 'base_dir' is the directory where we start archiving from; - ie. 'base_dir' will be the common prefix of all files and - directories in the archive. 'root_dir' and 'base_dir' both default - to the current directory. Returns the name of the archive file. - - 'owner' and 'group' are used when creating a tar archive. By default, - uses the current owner and group. - """ - save_cwd = os.getcwd() - if root_dir is not None: - if logger is not None: - logger.debug("changing into '%s'", root_dir) - base_name = os.path.abspath(base_name) - if not dry_run: - os.chdir(root_dir) - - if base_dir is None: - base_dir = os.curdir - - kwargs = {'dry_run': dry_run, 'logger': logger} - - try: - format_info = _ARCHIVE_FORMATS[format] - except KeyError: - raise ValueError("unknown archive format '%s'" % format) - - func = format_info[0] - for arg, val in format_info[1]: - kwargs[arg] = val - - if format != 'zip': - kwargs['owner'] = owner - kwargs['group'] = group - - try: - filename = func(base_name, base_dir, **kwargs) - finally: - if root_dir is not None: - if logger is not None: - logger.debug("changing back to '%s'", save_cwd) - os.chdir(save_cwd) - - return filename - - -def get_unpack_formats(): - """Returns a list of supported formats for unpacking. - - Each element of the returned sequence is a tuple - (name, extensions, description) - """ - formats = [(name, info[0], info[3]) for name, info in - _UNPACK_FORMATS.items()] - formats.sort() - return formats - -def _check_unpack_options(extensions, function, extra_args): - """Checks what gets registered as an unpacker.""" - # first make sure no other unpacker is registered for this extension - existing_extensions = {} - for name, info in _UNPACK_FORMATS.items(): - for ext in info[0]: - existing_extensions[ext] = name - - for extension in extensions: - if extension in existing_extensions: - msg = '%s is already registered for "%s"' - raise RegistryError(msg % (extension, - existing_extensions[extension])) - - if not isinstance(function, collections.Callable): - raise TypeError('The registered function must be a callable') - - -def register_unpack_format(name, extensions, function, extra_args=None, - description=''): - """Registers an unpack format. - - `name` is the name of the format. `extensions` is a list of extensions - corresponding to the format. - - `function` is the callable that will be - used to unpack archives. The callable will receive archives to unpack. - If it's unable to handle an archive, it needs to raise a ReadError - exception. - - If provided, `extra_args` is a sequence of - (name, value) tuples that will be passed as arguments to the callable. - description can be provided to describe the format, and will be returned - by the get_unpack_formats() function. - """ - if extra_args is None: - extra_args = [] - _check_unpack_options(extensions, function, extra_args) - _UNPACK_FORMATS[name] = extensions, function, extra_args, description - -def unregister_unpack_format(name): - """Removes the pack format from the registry.""" - del _UNPACK_FORMATS[name] - -def _ensure_directory(path): - """Ensure that the parent directory of `path` exists""" - dirname = os.path.dirname(path) - if not os.path.isdir(dirname): - os.makedirs(dirname) - -def _unpack_zipfile(filename, extract_dir): - """Unpack zip `filename` to `extract_dir` - """ - try: - import zipfile - except ImportError: - raise ReadError('zlib not supported, cannot unpack this archive.') - - if not zipfile.is_zipfile(filename): - raise ReadError("%s is not a zip file" % filename) - - zip = zipfile.ZipFile(filename) - try: - for info in zip.infolist(): - name = info.filename - - # don't extract absolute paths or ones with .. in them - if name.startswith('/') or '..' in name: - continue - - target = os.path.join(extract_dir, *name.split('/')) - if not target: - continue - - _ensure_directory(target) - if not name.endswith('/'): - # file - data = zip.read(info.filename) - f = open(target, 'wb') - try: - f.write(data) - finally: - f.close() - del data - finally: - zip.close() - -def _unpack_tarfile(filename, extract_dir): - """Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir` - """ - try: - tarobj = tarfile.open(filename) - except tarfile.TarError: - raise ReadError( - "%s is not a compressed or uncompressed tar file" % filename) - try: - tarobj.extractall(extract_dir) - finally: - tarobj.close() - -_UNPACK_FORMATS = { - 'gztar': (['.tar.gz', '.tgz'], _unpack_tarfile, [], "gzip'ed tar-file"), - 'tar': (['.tar'], _unpack_tarfile, [], "uncompressed tar file"), - 'zip': (['.zip'], _unpack_zipfile, [], "ZIP file") - } - -if _BZ2_SUPPORTED: - _UNPACK_FORMATS['bztar'] = (['.bz2'], _unpack_tarfile, [], - "bzip2'ed tar-file") - -def _find_unpack_format(filename): - for name, info in _UNPACK_FORMATS.items(): - for extension in info[0]: - if filename.endswith(extension): - return name - return None - -def unpack_archive(filename, extract_dir=None, format=None): - """Unpack an archive. - - `filename` is the name of the archive. - - `extract_dir` is the name of the target directory, where the archive - is unpacked. If not provided, the current working directory is used. - - `format` is the archive format: one of "zip", "tar", or "gztar". Or any - other registered format. If not provided, unpack_archive will use the - filename extension and see if an unpacker was registered for that - extension. - - In case none is found, a ValueError is raised. - """ - if extract_dir is None: - extract_dir = os.getcwd() - - if format is not None: - try: - format_info = _UNPACK_FORMATS[format] - except KeyError: - raise ValueError("Unknown unpack format '{0}'".format(format)) - - func = format_info[1] - func(filename, extract_dir, **dict(format_info[2])) - else: - # we need to look at the registered unpackers supported extensions - format = _find_unpack_format(filename) - if format is None: - raise ReadError("Unknown archive format '{0}'".format(filename)) - - func = _UNPACK_FORMATS[format][1] - kwargs = dict(_UNPACK_FORMATS[format][2]) - func(filename, extract_dir, **kwargs) diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg deleted file mode 100644 index 1746bd0..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg +++ /dev/null @@ -1,84 +0,0 @@ -[posix_prefix] -# Configuration directories. Some of these come straight out of the -# configure script. They are for implementing the other variables, not to -# be used directly in [resource_locations]. -confdir = /etc -datadir = /usr/share -libdir = /usr/lib -statedir = /var -# User resource directory -local = ~/.local/{distribution.name} - -stdlib = {base}/lib/python{py_version_short} -platstdlib = {platbase}/lib/python{py_version_short} -purelib = {base}/lib/python{py_version_short}/site-packages -platlib = {platbase}/lib/python{py_version_short}/site-packages -include = {base}/include/python{py_version_short}{abiflags} -platinclude = {platbase}/include/python{py_version_short}{abiflags} -data = {base} - -[posix_home] -stdlib = {base}/lib/python -platstdlib = {base}/lib/python -purelib = {base}/lib/python -platlib = {base}/lib/python -include = {base}/include/python -platinclude = {base}/include/python -scripts = {base}/bin -data = {base} - -[nt] -stdlib = {base}/Lib -platstdlib = {base}/Lib -purelib = {base}/Lib/site-packages -platlib = {base}/Lib/site-packages -include = {base}/Include -platinclude = {base}/Include -scripts = {base}/Scripts -data = {base} - -[os2] -stdlib = {base}/Lib -platstdlib = {base}/Lib -purelib = {base}/Lib/site-packages -platlib = {base}/Lib/site-packages -include = {base}/Include -platinclude = {base}/Include -scripts = {base}/Scripts -data = {base} - -[os2_home] -stdlib = {userbase}/lib/python{py_version_short} -platstdlib = {userbase}/lib/python{py_version_short} -purelib = {userbase}/lib/python{py_version_short}/site-packages -platlib = {userbase}/lib/python{py_version_short}/site-packages -include = {userbase}/include/python{py_version_short} -scripts = {userbase}/bin -data = {userbase} - -[nt_user] -stdlib = {userbase}/Python{py_version_nodot} -platstdlib = {userbase}/Python{py_version_nodot} -purelib = {userbase}/Python{py_version_nodot}/site-packages -platlib = {userbase}/Python{py_version_nodot}/site-packages -include = {userbase}/Python{py_version_nodot}/Include -scripts = {userbase}/Scripts -data = {userbase} - -[posix_user] -stdlib = {userbase}/lib/python{py_version_short} -platstdlib = {userbase}/lib/python{py_version_short} -purelib = {userbase}/lib/python{py_version_short}/site-packages -platlib = {userbase}/lib/python{py_version_short}/site-packages -include = {userbase}/include/python{py_version_short} -scripts = {userbase}/bin -data = {userbase} - -[osx_framework_user] -stdlib = {userbase}/lib/python -platstdlib = {userbase}/lib/python -purelib = {userbase}/lib/python/site-packages -platlib = {userbase}/lib/python/site-packages -include = {userbase}/include -scripts = {userbase}/bin -data = {userbase} diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py deleted file mode 100644 index 1df3aba..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py +++ /dev/null @@ -1,788 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012 The Python Software Foundation. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -"""Access to Python's configuration information.""" - -import codecs -import os -import re -import sys -from os.path import pardir, realpath -try: - import configparser -except ImportError: - import ConfigParser as configparser - - -__all__ = [ - 'get_config_h_filename', - 'get_config_var', - 'get_config_vars', - 'get_makefile_filename', - 'get_path', - 'get_path_names', - 'get_paths', - 'get_platform', - 'get_python_version', - 'get_scheme_names', - 'parse_config_h', -] - - -def _safe_realpath(path): - try: - return realpath(path) - except OSError: - return path - - -if sys.executable: - _PROJECT_BASE = os.path.dirname(_safe_realpath(sys.executable)) -else: - # sys.executable can be empty if argv[0] has been changed and Python is - # unable to retrieve the real program name - _PROJECT_BASE = _safe_realpath(os.getcwd()) - -if os.name == "nt" and "pcbuild" in _PROJECT_BASE[-8:].lower(): - _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir)) -# PC/VS7.1 -if os.name == "nt" and "\\pc\\v" in _PROJECT_BASE[-10:].lower(): - _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir)) -# PC/AMD64 -if os.name == "nt" and "\\pcbuild\\amd64" in _PROJECT_BASE[-14:].lower(): - _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir)) - - -def is_python_build(): - for fn in ("Setup.dist", "Setup.local"): - if os.path.isfile(os.path.join(_PROJECT_BASE, "Modules", fn)): - return True - return False - -_PYTHON_BUILD = is_python_build() - -_cfg_read = False - -def _ensure_cfg_read(): - global _cfg_read - if not _cfg_read: - from ..resources import finder - backport_package = __name__.rsplit('.', 1)[0] - _finder = finder(backport_package) - _cfgfile = _finder.find('sysconfig.cfg') - assert _cfgfile, 'sysconfig.cfg exists' - with _cfgfile.as_stream() as s: - _SCHEMES.readfp(s) - if _PYTHON_BUILD: - for scheme in ('posix_prefix', 'posix_home'): - _SCHEMES.set(scheme, 'include', '{srcdir}/Include') - _SCHEMES.set(scheme, 'platinclude', '{projectbase}/.') - - _cfg_read = True - - -_SCHEMES = configparser.RawConfigParser() -_VAR_REPL = re.compile(r'\{([^{]*?)\}') - -def _expand_globals(config): - _ensure_cfg_read() - if config.has_section('globals'): - globals = config.items('globals') - else: - globals = tuple() - - sections = config.sections() - for section in sections: - if section == 'globals': - continue - for option, value in globals: - if config.has_option(section, option): - continue - config.set(section, option, value) - config.remove_section('globals') - - # now expanding local variables defined in the cfg file - # - for section in config.sections(): - variables = dict(config.items(section)) - - def _replacer(matchobj): - name = matchobj.group(1) - if name in variables: - return variables[name] - return matchobj.group(0) - - for option, value in config.items(section): - config.set(section, option, _VAR_REPL.sub(_replacer, value)) - -#_expand_globals(_SCHEMES) - - # FIXME don't rely on sys.version here, its format is an implementation detail - # of CPython, use sys.version_info or sys.hexversion -_PY_VERSION = sys.version.split()[0] -_PY_VERSION_SHORT = sys.version[:3] -_PY_VERSION_SHORT_NO_DOT = _PY_VERSION[0] + _PY_VERSION[2] -_PREFIX = os.path.normpath(sys.prefix) -_EXEC_PREFIX = os.path.normpath(sys.exec_prefix) -_CONFIG_VARS = None -_USER_BASE = None - - -def _subst_vars(path, local_vars): - """In the string `path`, replace tokens like {some.thing} with the - corresponding value from the map `local_vars`. - - If there is no corresponding value, leave the token unchanged. - """ - def _replacer(matchobj): - name = matchobj.group(1) - if name in local_vars: - return local_vars[name] - elif name in os.environ: - return os.environ[name] - return matchobj.group(0) - return _VAR_REPL.sub(_replacer, path) - - -def _extend_dict(target_dict, other_dict): - target_keys = target_dict.keys() - for key, value in other_dict.items(): - if key in target_keys: - continue - target_dict[key] = value - - -def _expand_vars(scheme, vars): - res = {} - if vars is None: - vars = {} - _extend_dict(vars, get_config_vars()) - - for key, value in _SCHEMES.items(scheme): - if os.name in ('posix', 'nt'): - value = os.path.expanduser(value) - res[key] = os.path.normpath(_subst_vars(value, vars)) - return res - - -def format_value(value, vars): - def _replacer(matchobj): - name = matchobj.group(1) - if name in vars: - return vars[name] - return matchobj.group(0) - return _VAR_REPL.sub(_replacer, value) - - -def _get_default_scheme(): - if os.name == 'posix': - # the default scheme for posix is posix_prefix - return 'posix_prefix' - return os.name - - -def _getuserbase(): - env_base = os.environ.get("PYTHONUSERBASE", None) - - def joinuser(*args): - return os.path.expanduser(os.path.join(*args)) - - # what about 'os2emx', 'riscos' ? - if os.name == "nt": - base = os.environ.get("APPDATA") or "~" - if env_base: - return env_base - else: - return joinuser(base, "Python") - - if sys.platform == "darwin": - framework = get_config_var("PYTHONFRAMEWORK") - if framework: - if env_base: - return env_base - else: - return joinuser("~", "Library", framework, "%d.%d" % - sys.version_info[:2]) - - if env_base: - return env_base - else: - return joinuser("~", ".local") - - -def _parse_makefile(filename, vars=None): - """Parse a Makefile-style file. - - A dictionary containing name/value pairs is returned. If an - optional dictionary is passed in as the second argument, it is - used instead of a new dictionary. - """ - # Regexes needed for parsing Makefile (and similar syntaxes, - # like old-style Setup files). - _variable_rx = re.compile(r"([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") - _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") - _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}") - - if vars is None: - vars = {} - done = {} - notdone = {} - - with codecs.open(filename, encoding='utf-8', errors="surrogateescape") as f: - lines = f.readlines() - - for line in lines: - if line.startswith('#') or line.strip() == '': - continue - m = _variable_rx.match(line) - if m: - n, v = m.group(1, 2) - v = v.strip() - # `$$' is a literal `$' in make - tmpv = v.replace('$$', '') - - if "$" in tmpv: - notdone[n] = v - else: - try: - v = int(v) - except ValueError: - # insert literal `$' - done[n] = v.replace('$$', '$') - else: - done[n] = v - - # do variable interpolation here - variables = list(notdone.keys()) - - # Variables with a 'PY_' prefix in the makefile. These need to - # be made available without that prefix through sysconfig. - # Special care is needed to ensure that variable expansion works, even - # if the expansion uses the name without a prefix. - renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS') - - while len(variables) > 0: - for name in tuple(variables): - value = notdone[name] - m = _findvar1_rx.search(value) or _findvar2_rx.search(value) - if m is not None: - n = m.group(1) - found = True - if n in done: - item = str(done[n]) - elif n in notdone: - # get it on a subsequent round - found = False - elif n in os.environ: - # do it like make: fall back to environment - item = os.environ[n] - - elif n in renamed_variables: - if (name.startswith('PY_') and - name[3:] in renamed_variables): - item = "" - - elif 'PY_' + n in notdone: - found = False - - else: - item = str(done['PY_' + n]) - - else: - done[n] = item = "" - - if found: - after = value[m.end():] - value = value[:m.start()] + item + after - if "$" in after: - notdone[name] = value - else: - try: - value = int(value) - except ValueError: - done[name] = value.strip() - else: - done[name] = value - variables.remove(name) - - if (name.startswith('PY_') and - name[3:] in renamed_variables): - - name = name[3:] - if name not in done: - done[name] = value - - else: - # bogus variable reference (e.g. "prefix=$/opt/python"); - # just drop it since we can't deal - done[name] = value - variables.remove(name) - - # strip spurious spaces - for k, v in done.items(): - if isinstance(v, str): - done[k] = v.strip() - - # save the results in the global dictionary - vars.update(done) - return vars - - -def get_makefile_filename(): - """Return the path of the Makefile.""" - if _PYTHON_BUILD: - return os.path.join(_PROJECT_BASE, "Makefile") - if hasattr(sys, 'abiflags'): - config_dir_name = 'config-%s%s' % (_PY_VERSION_SHORT, sys.abiflags) - else: - config_dir_name = 'config' - return os.path.join(get_path('stdlib'), config_dir_name, 'Makefile') - - -def _init_posix(vars): - """Initialize the module as appropriate for POSIX systems.""" - # load the installed Makefile: - makefile = get_makefile_filename() - try: - _parse_makefile(makefile, vars) - except IOError as e: - msg = "invalid Python installation: unable to open %s" % makefile - if hasattr(e, "strerror"): - msg = msg + " (%s)" % e.strerror - raise IOError(msg) - # load the installed pyconfig.h: - config_h = get_config_h_filename() - try: - with open(config_h) as f: - parse_config_h(f, vars) - except IOError as e: - msg = "invalid Python installation: unable to open %s" % config_h - if hasattr(e, "strerror"): - msg = msg + " (%s)" % e.strerror - raise IOError(msg) - # On AIX, there are wrong paths to the linker scripts in the Makefile - # -- these paths are relative to the Python source, but when installed - # the scripts are in another directory. - if _PYTHON_BUILD: - vars['LDSHARED'] = vars['BLDSHARED'] - - -def _init_non_posix(vars): - """Initialize the module as appropriate for NT""" - # set basic install directories - vars['LIBDEST'] = get_path('stdlib') - vars['BINLIBDEST'] = get_path('platstdlib') - vars['INCLUDEPY'] = get_path('include') - vars['SO'] = '.pyd' - vars['EXE'] = '.exe' - vars['VERSION'] = _PY_VERSION_SHORT_NO_DOT - vars['BINDIR'] = os.path.dirname(_safe_realpath(sys.executable)) - -# -# public APIs -# - - -def parse_config_h(fp, vars=None): - """Parse a config.h-style file. - - A dictionary containing name/value pairs is returned. If an - optional dictionary is passed in as the second argument, it is - used instead of a new dictionary. - """ - if vars is None: - vars = {} - define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n") - undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n") - - while True: - line = fp.readline() - if not line: - break - m = define_rx.match(line) - if m: - n, v = m.group(1, 2) - try: - v = int(v) - except ValueError: - pass - vars[n] = v - else: - m = undef_rx.match(line) - if m: - vars[m.group(1)] = 0 - return vars - - -def get_config_h_filename(): - """Return the path of pyconfig.h.""" - if _PYTHON_BUILD: - if os.name == "nt": - inc_dir = os.path.join(_PROJECT_BASE, "PC") - else: - inc_dir = _PROJECT_BASE - else: - inc_dir = get_path('platinclude') - return os.path.join(inc_dir, 'pyconfig.h') - - -def get_scheme_names(): - """Return a tuple containing the schemes names.""" - return tuple(sorted(_SCHEMES.sections())) - - -def get_path_names(): - """Return a tuple containing the paths names.""" - # xxx see if we want a static list - return _SCHEMES.options('posix_prefix') - - -def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): - """Return a mapping containing an install scheme. - - ``scheme`` is the install scheme name. If not provided, it will - return the default scheme for the current platform. - """ - _ensure_cfg_read() - if expand: - return _expand_vars(scheme, vars) - else: - return dict(_SCHEMES.items(scheme)) - - -def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): - """Return a path corresponding to the scheme. - - ``scheme`` is the install scheme name. - """ - return get_paths(scheme, vars, expand)[name] - - -def get_config_vars(*args): - """With no arguments, return a dictionary of all configuration - variables relevant for the current platform. - - On Unix, this means every variable defined in Python's installed Makefile; - On Windows and Mac OS it's a much smaller set. - - With arguments, return a list of values that result from looking up - each argument in the configuration variable dictionary. - """ - global _CONFIG_VARS - if _CONFIG_VARS is None: - _CONFIG_VARS = {} - # Normalized versions of prefix and exec_prefix are handy to have; - # in fact, these are the standard versions used most places in the - # distutils2 module. - _CONFIG_VARS['prefix'] = _PREFIX - _CONFIG_VARS['exec_prefix'] = _EXEC_PREFIX - _CONFIG_VARS['py_version'] = _PY_VERSION - _CONFIG_VARS['py_version_short'] = _PY_VERSION_SHORT - _CONFIG_VARS['py_version_nodot'] = _PY_VERSION[0] + _PY_VERSION[2] - _CONFIG_VARS['base'] = _PREFIX - _CONFIG_VARS['platbase'] = _EXEC_PREFIX - _CONFIG_VARS['projectbase'] = _PROJECT_BASE - try: - _CONFIG_VARS['abiflags'] = sys.abiflags - except AttributeError: - # sys.abiflags may not be defined on all platforms. - _CONFIG_VARS['abiflags'] = '' - - if os.name in ('nt', 'os2'): - _init_non_posix(_CONFIG_VARS) - if os.name == 'posix': - _init_posix(_CONFIG_VARS) - # Setting 'userbase' is done below the call to the - # init function to enable using 'get_config_var' in - # the init-function. - if sys.version >= '2.6': - _CONFIG_VARS['userbase'] = _getuserbase() - - if 'srcdir' not in _CONFIG_VARS: - _CONFIG_VARS['srcdir'] = _PROJECT_BASE - else: - _CONFIG_VARS['srcdir'] = _safe_realpath(_CONFIG_VARS['srcdir']) - - # Convert srcdir into an absolute path if it appears necessary. - # Normally it is relative to the build directory. However, during - # testing, for example, we might be running a non-installed python - # from a different directory. - if _PYTHON_BUILD and os.name == "posix": - base = _PROJECT_BASE - try: - cwd = os.getcwd() - except OSError: - cwd = None - if (not os.path.isabs(_CONFIG_VARS['srcdir']) and - base != cwd): - # srcdir is relative and we are not in the same directory - # as the executable. Assume executable is in the build - # directory and make srcdir absolute. - srcdir = os.path.join(base, _CONFIG_VARS['srcdir']) - _CONFIG_VARS['srcdir'] = os.path.normpath(srcdir) - - if sys.platform == 'darwin': - kernel_version = os.uname()[2] # Kernel version (8.4.3) - major_version = int(kernel_version.split('.')[0]) - - if major_version < 8: - # On Mac OS X before 10.4, check if -arch and -isysroot - # are in CFLAGS or LDFLAGS and remove them if they are. - # This is needed when building extensions on a 10.3 system - # using a universal build of python. - for key in ('LDFLAGS', 'BASECFLAGS', - # a number of derived variables. These need to be - # patched up as well. - 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): - flags = _CONFIG_VARS[key] - flags = re.sub(r'-arch\s+\w+\s', ' ', flags) - flags = re.sub('-isysroot [^ \t]*', ' ', flags) - _CONFIG_VARS[key] = flags - else: - # Allow the user to override the architecture flags using - # an environment variable. - # NOTE: This name was introduced by Apple in OSX 10.5 and - # is used by several scripting languages distributed with - # that OS release. - if 'ARCHFLAGS' in os.environ: - arch = os.environ['ARCHFLAGS'] - for key in ('LDFLAGS', 'BASECFLAGS', - # a number of derived variables. These need to be - # patched up as well. - 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): - - flags = _CONFIG_VARS[key] - flags = re.sub(r'-arch\s+\w+\s', ' ', flags) - flags = flags + ' ' + arch - _CONFIG_VARS[key] = flags - - # If we're on OSX 10.5 or later and the user tries to - # compiles an extension using an SDK that is not present - # on the current machine it is better to not use an SDK - # than to fail. - # - # The major usecase for this is users using a Python.org - # binary installer on OSX 10.6: that installer uses - # the 10.4u SDK, but that SDK is not installed by default - # when you install Xcode. - # - CFLAGS = _CONFIG_VARS.get('CFLAGS', '') - m = re.search(r'-isysroot\s+(\S+)', CFLAGS) - if m is not None: - sdk = m.group(1) - if not os.path.exists(sdk): - for key in ('LDFLAGS', 'BASECFLAGS', - # a number of derived variables. These need to be - # patched up as well. - 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): - - flags = _CONFIG_VARS[key] - flags = re.sub(r'-isysroot\s+\S+(\s|$)', ' ', flags) - _CONFIG_VARS[key] = flags - - if args: - vals = [] - for name in args: - vals.append(_CONFIG_VARS.get(name)) - return vals - else: - return _CONFIG_VARS - - -def get_config_var(name): - """Return the value of a single variable using the dictionary returned by - 'get_config_vars()'. - - Equivalent to get_config_vars().get(name) - """ - return get_config_vars().get(name) - - -def get_platform(): - """Return a string that identifies the current platform. - - This is used mainly to distinguish platform-specific build directories and - platform-specific built distributions. Typically includes the OS name - and version and the architecture (as supplied by 'os.uname()'), - although the exact information included depends on the OS; eg. for IRIX - the architecture isn't particularly important (IRIX only runs on SGI - hardware), but for Linux the kernel version isn't particularly - important. - - Examples of returned values: - linux-i586 - linux-alpha (?) - solaris-2.6-sun4u - irix-5.3 - irix64-6.2 - - Windows will return one of: - win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) - win-ia64 (64bit Windows on Itanium) - win32 (all others - specifically, sys.platform is returned) - - For other non-POSIX platforms, currently just returns 'sys.platform'. - """ - if os.name == 'nt': - # sniff sys.version for architecture. - prefix = " bit (" - i = sys.version.find(prefix) - if i == -1: - return sys.platform - j = sys.version.find(")", i) - look = sys.version[i+len(prefix):j].lower() - if look == 'amd64': - return 'win-amd64' - if look == 'itanium': - return 'win-ia64' - return sys.platform - - if os.name != "posix" or not hasattr(os, 'uname'): - # XXX what about the architecture? NT is Intel or Alpha, - # Mac OS is M68k or PPC, etc. - return sys.platform - - # Try to distinguish various flavours of Unix - osname, host, release, version, machine = os.uname() - - # Convert the OS name to lowercase, remove '/' characters - # (to accommodate BSD/OS), and translate spaces (for "Power Macintosh") - osname = osname.lower().replace('/', '') - machine = machine.replace(' ', '_') - machine = machine.replace('/', '-') - - if osname[:5] == "linux": - # At least on Linux/Intel, 'machine' is the processor -- - # i386, etc. - # XXX what about Alpha, SPARC, etc? - return "%s-%s" % (osname, machine) - elif osname[:5] == "sunos": - if release[0] >= "5": # SunOS 5 == Solaris 2 - osname = "solaris" - release = "%d.%s" % (int(release[0]) - 3, release[2:]) - # fall through to standard osname-release-machine representation - elif osname[:4] == "irix": # could be "irix64"! - return "%s-%s" % (osname, release) - elif osname[:3] == "aix": - return "%s-%s.%s" % (osname, version, release) - elif osname[:6] == "cygwin": - osname = "cygwin" - rel_re = re.compile(r'[\d.]+') - m = rel_re.match(release) - if m: - release = m.group() - elif osname[:6] == "darwin": - # - # For our purposes, we'll assume that the system version from - # distutils' perspective is what MACOSX_DEPLOYMENT_TARGET is set - # to. This makes the compatibility story a bit more sane because the - # machine is going to compile and link as if it were - # MACOSX_DEPLOYMENT_TARGET. - cfgvars = get_config_vars() - macver = cfgvars.get('MACOSX_DEPLOYMENT_TARGET') - - if True: - # Always calculate the release of the running machine, - # needed to determine if we can build fat binaries or not. - - macrelease = macver - # Get the system version. Reading this plist is a documented - # way to get the system version (see the documentation for - # the Gestalt Manager) - try: - f = open('/System/Library/CoreServices/SystemVersion.plist') - except IOError: - # We're on a plain darwin box, fall back to the default - # behaviour. - pass - else: - try: - m = re.search(r'<key>ProductUserVisibleVersion</key>\s*' - r'<string>(.*?)</string>', f.read()) - finally: - f.close() - if m is not None: - macrelease = '.'.join(m.group(1).split('.')[:2]) - # else: fall back to the default behaviour - - if not macver: - macver = macrelease - - if macver: - release = macver - osname = "macosx" - - if ((macrelease + '.') >= '10.4.' and - '-arch' in get_config_vars().get('CFLAGS', '').strip()): - # The universal build will build fat binaries, but not on - # systems before 10.4 - # - # Try to detect 4-way universal builds, those have machine-type - # 'universal' instead of 'fat'. - - machine = 'fat' - cflags = get_config_vars().get('CFLAGS') - - archs = re.findall(r'-arch\s+(\S+)', cflags) - archs = tuple(sorted(set(archs))) - - if len(archs) == 1: - machine = archs[0] - elif archs == ('i386', 'ppc'): - machine = 'fat' - elif archs == ('i386', 'x86_64'): - machine = 'intel' - elif archs == ('i386', 'ppc', 'x86_64'): - machine = 'fat3' - elif archs == ('ppc64', 'x86_64'): - machine = 'fat64' - elif archs == ('i386', 'ppc', 'ppc64', 'x86_64'): - machine = 'universal' - else: - raise ValueError( - "Don't know machine value for archs=%r" % (archs,)) - - elif machine == 'i386': - # On OSX the machine type returned by uname is always the - # 32-bit variant, even if the executable architecture is - # the 64-bit variant - if sys.maxsize >= 2**32: - machine = 'x86_64' - - elif machine in ('PowerPC', 'Power_Macintosh'): - # Pick a sane name for the PPC architecture. - # See 'i386' case - if sys.maxsize >= 2**32: - machine = 'ppc64' - else: - machine = 'ppc' - - return "%s-%s-%s" % (osname, release, machine) - - -def get_python_version(): - return _PY_VERSION_SHORT - - -def _print_dict(title, data): - for index, (key, value) in enumerate(sorted(data.items())): - if index == 0: - print('%s: ' % (title)) - print('\t%s = "%s"' % (key, value)) - - -def _main(): - """Display all information sysconfig detains.""" - print('Platform: "%s"' % get_platform()) - print('Python version: "%s"' % get_python_version()) - print('Current installation scheme: "%s"' % _get_default_scheme()) - print() - _print_dict('Paths', get_paths()) - print() - _print_dict('Variables', get_config_vars()) - - -if __name__ == '__main__': - _main() diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py b/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py deleted file mode 100644 index d66d856..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py +++ /dev/null @@ -1,2607 +0,0 @@ -#------------------------------------------------------------------- -# tarfile.py -#------------------------------------------------------------------- -# Copyright (C) 2002 Lars Gustaebel <lars@gustaebel.de> -# All rights reserved. -# -# Permission is hereby granted, free of charge, to any person -# obtaining a copy of this software and associated documentation -# files (the "Software"), to deal in the Software without -# restriction, including without limitation the rights to use, -# copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the -# Software is furnished to do so, subject to the following -# conditions: -# -# The above copyright notice and this permission notice shall be -# included in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# -from __future__ import print_function - -"""Read from and write to tar format archives. -""" - -__version__ = "$Revision$" - -version = "0.9.0" -__author__ = "Lars Gust\u00e4bel (lars@gustaebel.de)" -__date__ = "$Date: 2011-02-25 17:42:01 +0200 (Fri, 25 Feb 2011) $" -__cvsid__ = "$Id: tarfile.py 88586 2011-02-25 15:42:01Z marc-andre.lemburg $" -__credits__ = "Gustavo Niemeyer, Niels Gust\u00e4bel, Richard Townsend." - -#--------- -# Imports -#--------- -import sys -import os -import stat -import errno -import time -import struct -import copy -import re - -try: - import grp, pwd -except ImportError: - grp = pwd = None - -# os.symlink on Windows prior to 6.0 raises NotImplementedError -symlink_exception = (AttributeError, NotImplementedError) -try: - # WindowsError (1314) will be raised if the caller does not hold the - # SeCreateSymbolicLinkPrivilege privilege - symlink_exception += (WindowsError,) -except NameError: - pass - -# from tarfile import * -__all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"] - -if sys.version_info[0] < 3: - import __builtin__ as builtins -else: - import builtins - -_open = builtins.open # Since 'open' is TarFile.open - -#--------------------------------------------------------- -# tar constants -#--------------------------------------------------------- -NUL = b"\0" # the null character -BLOCKSIZE = 512 # length of processing blocks -RECORDSIZE = BLOCKSIZE * 20 # length of records -GNU_MAGIC = b"ustar \0" # magic gnu tar string -POSIX_MAGIC = b"ustar\x0000" # magic posix tar string - -LENGTH_NAME = 100 # maximum length of a filename -LENGTH_LINK = 100 # maximum length of a linkname -LENGTH_PREFIX = 155 # maximum length of the prefix field - -REGTYPE = b"0" # regular file -AREGTYPE = b"\0" # regular file -LNKTYPE = b"1" # link (inside tarfile) -SYMTYPE = b"2" # symbolic link -CHRTYPE = b"3" # character special device -BLKTYPE = b"4" # block special device -DIRTYPE = b"5" # directory -FIFOTYPE = b"6" # fifo special device -CONTTYPE = b"7" # contiguous file - -GNUTYPE_LONGNAME = b"L" # GNU tar longname -GNUTYPE_LONGLINK = b"K" # GNU tar longlink -GNUTYPE_SPARSE = b"S" # GNU tar sparse file - -XHDTYPE = b"x" # POSIX.1-2001 extended header -XGLTYPE = b"g" # POSIX.1-2001 global header -SOLARIS_XHDTYPE = b"X" # Solaris extended header - -USTAR_FORMAT = 0 # POSIX.1-1988 (ustar) format -GNU_FORMAT = 1 # GNU tar format -PAX_FORMAT = 2 # POSIX.1-2001 (pax) format -DEFAULT_FORMAT = GNU_FORMAT - -#--------------------------------------------------------- -# tarfile constants -#--------------------------------------------------------- -# File types that tarfile supports: -SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, - SYMTYPE, DIRTYPE, FIFOTYPE, - CONTTYPE, CHRTYPE, BLKTYPE, - GNUTYPE_LONGNAME, GNUTYPE_LONGLINK, - GNUTYPE_SPARSE) - -# File types that will be treated as a regular file. -REGULAR_TYPES = (REGTYPE, AREGTYPE, - CONTTYPE, GNUTYPE_SPARSE) - -# File types that are part of the GNU tar format. -GNU_TYPES = (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK, - GNUTYPE_SPARSE) - -# Fields from a pax header that override a TarInfo attribute. -PAX_FIELDS = ("path", "linkpath", "size", "mtime", - "uid", "gid", "uname", "gname") - -# Fields from a pax header that are affected by hdrcharset. -PAX_NAME_FIELDS = set(("path", "linkpath", "uname", "gname")) - -# Fields in a pax header that are numbers, all other fields -# are treated as strings. -PAX_NUMBER_FIELDS = { - "atime": float, - "ctime": float, - "mtime": float, - "uid": int, - "gid": int, - "size": int -} - -#--------------------------------------------------------- -# Bits used in the mode field, values in octal. -#--------------------------------------------------------- -S_IFLNK = 0o120000 # symbolic link -S_IFREG = 0o100000 # regular file -S_IFBLK = 0o060000 # block device -S_IFDIR = 0o040000 # directory -S_IFCHR = 0o020000 # character device -S_IFIFO = 0o010000 # fifo - -TSUID = 0o4000 # set UID on execution -TSGID = 0o2000 # set GID on execution -TSVTX = 0o1000 # reserved - -TUREAD = 0o400 # read by owner -TUWRITE = 0o200 # write by owner -TUEXEC = 0o100 # execute/search by owner -TGREAD = 0o040 # read by group -TGWRITE = 0o020 # write by group -TGEXEC = 0o010 # execute/search by group -TOREAD = 0o004 # read by other -TOWRITE = 0o002 # write by other -TOEXEC = 0o001 # execute/search by other - -#--------------------------------------------------------- -# initialization -#--------------------------------------------------------- -if os.name in ("nt", "ce"): - ENCODING = "utf-8" -else: - ENCODING = sys.getfilesystemencoding() - -#--------------------------------------------------------- -# Some useful functions -#--------------------------------------------------------- - -def stn(s, length, encoding, errors): - """Convert a string to a null-terminated bytes object. - """ - s = s.encode(encoding, errors) - return s[:length] + (length - len(s)) * NUL - -def nts(s, encoding, errors): - """Convert a null-terminated bytes object to a string. - """ - p = s.find(b"\0") - if p != -1: - s = s[:p] - return s.decode(encoding, errors) - -def nti(s): - """Convert a number field to a python number. - """ - # There are two possible encodings for a number field, see - # itn() below. - if s[0] != chr(0o200): - try: - n = int(nts(s, "ascii", "strict") or "0", 8) - except ValueError: - raise InvalidHeaderError("invalid header") - else: - n = 0 - for i in range(len(s) - 1): - n <<= 8 - n += ord(s[i + 1]) - return n - -def itn(n, digits=8, format=DEFAULT_FORMAT): - """Convert a python number to a number field. - """ - # POSIX 1003.1-1988 requires numbers to be encoded as a string of - # octal digits followed by a null-byte, this allows values up to - # (8**(digits-1))-1. GNU tar allows storing numbers greater than - # that if necessary. A leading 0o200 byte indicates this particular - # encoding, the following digits-1 bytes are a big-endian - # representation. This allows values up to (256**(digits-1))-1. - if 0 <= n < 8 ** (digits - 1): - s = ("%0*o" % (digits - 1, n)).encode("ascii") + NUL - else: - if format != GNU_FORMAT or n >= 256 ** (digits - 1): - raise ValueError("overflow in number field") - - if n < 0: - # XXX We mimic GNU tar's behaviour with negative numbers, - # this could raise OverflowError. - n = struct.unpack("L", struct.pack("l", n))[0] - - s = bytearray() - for i in range(digits - 1): - s.insert(0, n & 0o377) - n >>= 8 - s.insert(0, 0o200) - return s - -def calc_chksums(buf): - """Calculate the checksum for a member's header by summing up all - characters except for the chksum field which is treated as if - it was filled with spaces. According to the GNU tar sources, - some tars (Sun and NeXT) calculate chksum with signed char, - which will be different if there are chars in the buffer with - the high bit set. So we calculate two checksums, unsigned and - signed. - """ - unsigned_chksum = 256 + sum(struct.unpack("148B", buf[:148]) + struct.unpack("356B", buf[156:512])) - signed_chksum = 256 + sum(struct.unpack("148b", buf[:148]) + struct.unpack("356b", buf[156:512])) - return unsigned_chksum, signed_chksum - -def copyfileobj(src, dst, length=None): - """Copy length bytes from fileobj src to fileobj dst. - If length is None, copy the entire content. - """ - if length == 0: - return - if length is None: - while True: - buf = src.read(16*1024) - if not buf: - break - dst.write(buf) - return - - BUFSIZE = 16 * 1024 - blocks, remainder = divmod(length, BUFSIZE) - for b in range(blocks): - buf = src.read(BUFSIZE) - if len(buf) < BUFSIZE: - raise IOError("end of file reached") - dst.write(buf) - - if remainder != 0: - buf = src.read(remainder) - if len(buf) < remainder: - raise IOError("end of file reached") - dst.write(buf) - return - -filemode_table = ( - ((S_IFLNK, "l"), - (S_IFREG, "-"), - (S_IFBLK, "b"), - (S_IFDIR, "d"), - (S_IFCHR, "c"), - (S_IFIFO, "p")), - - ((TUREAD, "r"),), - ((TUWRITE, "w"),), - ((TUEXEC|TSUID, "s"), - (TSUID, "S"), - (TUEXEC, "x")), - - ((TGREAD, "r"),), - ((TGWRITE, "w"),), - ((TGEXEC|TSGID, "s"), - (TSGID, "S"), - (TGEXEC, "x")), - - ((TOREAD, "r"),), - ((TOWRITE, "w"),), - ((TOEXEC|TSVTX, "t"), - (TSVTX, "T"), - (TOEXEC, "x")) -) - -def filemode(mode): - """Convert a file's mode to a string of the form - -rwxrwxrwx. - Used by TarFile.list() - """ - perm = [] - for table in filemode_table: - for bit, char in table: - if mode & bit == bit: - perm.append(char) - break - else: - perm.append("-") - return "".join(perm) - -class TarError(Exception): - """Base exception.""" - pass -class ExtractError(TarError): - """General exception for extract errors.""" - pass -class ReadError(TarError): - """Exception for unreadable tar archives.""" - pass -class CompressionError(TarError): - """Exception for unavailable compression methods.""" - pass -class StreamError(TarError): - """Exception for unsupported operations on stream-like TarFiles.""" - pass -class HeaderError(TarError): - """Base exception for header errors.""" - pass -class EmptyHeaderError(HeaderError): - """Exception for empty headers.""" - pass -class TruncatedHeaderError(HeaderError): - """Exception for truncated headers.""" - pass -class EOFHeaderError(HeaderError): - """Exception for end of file headers.""" - pass -class InvalidHeaderError(HeaderError): - """Exception for invalid headers.""" - pass -class SubsequentHeaderError(HeaderError): - """Exception for missing and invalid extended headers.""" - pass - -#--------------------------- -# internal stream interface -#--------------------------- -class _LowLevelFile(object): - """Low-level file object. Supports reading and writing. - It is used instead of a regular file object for streaming - access. - """ - - def __init__(self, name, mode): - mode = { - "r": os.O_RDONLY, - "w": os.O_WRONLY | os.O_CREAT | os.O_TRUNC, - }[mode] - if hasattr(os, "O_BINARY"): - mode |= os.O_BINARY - self.fd = os.open(name, mode, 0o666) - - def close(self): - os.close(self.fd) - - def read(self, size): - return os.read(self.fd, size) - - def write(self, s): - os.write(self.fd, s) - -class _Stream(object): - """Class that serves as an adapter between TarFile and - a stream-like object. The stream-like object only - needs to have a read() or write() method and is accessed - blockwise. Use of gzip or bzip2 compression is possible. - A stream-like object could be for example: sys.stdin, - sys.stdout, a socket, a tape device etc. - - _Stream is intended to be used only internally. - """ - - def __init__(self, name, mode, comptype, fileobj, bufsize): - """Construct a _Stream object. - """ - self._extfileobj = True - if fileobj is None: - fileobj = _LowLevelFile(name, mode) - self._extfileobj = False - - if comptype == '*': - # Enable transparent compression detection for the - # stream interface - fileobj = _StreamProxy(fileobj) - comptype = fileobj.getcomptype() - - self.name = name or "" - self.mode = mode - self.comptype = comptype - self.fileobj = fileobj - self.bufsize = bufsize - self.buf = b"" - self.pos = 0 - self.closed = False - - try: - if comptype == "gz": - try: - import zlib - except ImportError: - raise CompressionError("zlib module is not available") - self.zlib = zlib - self.crc = zlib.crc32(b"") - if mode == "r": - self._init_read_gz() - else: - self._init_write_gz() - - if comptype == "bz2": - try: - import bz2 - except ImportError: - raise CompressionError("bz2 module is not available") - if mode == "r": - self.dbuf = b"" - self.cmp = bz2.BZ2Decompressor() - else: - self.cmp = bz2.BZ2Compressor() - except: - if not self._extfileobj: - self.fileobj.close() - self.closed = True - raise - - def __del__(self): - if hasattr(self, "closed") and not self.closed: - self.close() - - def _init_write_gz(self): - """Initialize for writing with gzip compression. - """ - self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED, - -self.zlib.MAX_WBITS, - self.zlib.DEF_MEM_LEVEL, - 0) - timestamp = struct.pack("<L", int(time.time())) - self.__write(b"\037\213\010\010" + timestamp + b"\002\377") - if self.name.endswith(".gz"): - self.name = self.name[:-3] - # RFC1952 says we must use ISO-8859-1 for the FNAME field. - self.__write(self.name.encode("iso-8859-1", "replace") + NUL) - - def write(self, s): - """Write string s to the stream. - """ - if self.comptype == "gz": - self.crc = self.zlib.crc32(s, self.crc) - self.pos += len(s) - if self.comptype != "tar": - s = self.cmp.compress(s) - self.__write(s) - - def __write(self, s): - """Write string s to the stream if a whole new block - is ready to be written. - """ - self.buf += s - while len(self.buf) > self.bufsize: - self.fileobj.write(self.buf[:self.bufsize]) - self.buf = self.buf[self.bufsize:] - - def close(self): - """Close the _Stream object. No operation should be - done on it afterwards. - """ - if self.closed: - return - - if self.mode == "w" and self.comptype != "tar": - self.buf += self.cmp.flush() - - if self.mode == "w" and self.buf: - self.fileobj.write(self.buf) - self.buf = b"" - if self.comptype == "gz": - # The native zlib crc is an unsigned 32-bit integer, but - # the Python wrapper implicitly casts that to a signed C - # long. So, on a 32-bit box self.crc may "look negative", - # while the same crc on a 64-bit box may "look positive". - # To avoid irksome warnings from the `struct` module, force - # it to look positive on all boxes. - self.fileobj.write(struct.pack("<L", self.crc & 0xffffffff)) - self.fileobj.write(struct.pack("<L", self.pos & 0xffffFFFF)) - - if not self._extfileobj: - self.fileobj.close() - - self.closed = True - - def _init_read_gz(self): - """Initialize for reading a gzip compressed fileobj. - """ - self.cmp = self.zlib.decompressobj(-self.zlib.MAX_WBITS) - self.dbuf = b"" - - # taken from gzip.GzipFile with some alterations - if self.__read(2) != b"\037\213": - raise ReadError("not a gzip file") - if self.__read(1) != b"\010": - raise CompressionError("unsupported compression method") - - flag = ord(self.__read(1)) - self.__read(6) - - if flag & 4: - xlen = ord(self.__read(1)) + 256 * ord(self.__read(1)) - self.read(xlen) - if flag & 8: - while True: - s = self.__read(1) - if not s or s == NUL: - break - if flag & 16: - while True: - s = self.__read(1) - if not s or s == NUL: - break - if flag & 2: - self.__read(2) - - def tell(self): - """Return the stream's file pointer position. - """ - return self.pos - - def seek(self, pos=0): - """Set the stream's file pointer to pos. Negative seeking - is forbidden. - """ - if pos - self.pos >= 0: - blocks, remainder = divmod(pos - self.pos, self.bufsize) - for i in range(blocks): - self.read(self.bufsize) - self.read(remainder) - else: - raise StreamError("seeking backwards is not allowed") - return self.pos - - def read(self, size=None): - """Return the next size number of bytes from the stream. - If size is not defined, return all bytes of the stream - up to EOF. - """ - if size is None: - t = [] - while True: - buf = self._read(self.bufsize) - if not buf: - break - t.append(buf) - buf = "".join(t) - else: - buf = self._read(size) - self.pos += len(buf) - return buf - - def _read(self, size): - """Return size bytes from the stream. - """ - if self.comptype == "tar": - return self.__read(size) - - c = len(self.dbuf) - while c < size: - buf = self.__read(self.bufsize) - if not buf: - break - try: - buf = self.cmp.decompress(buf) - except IOError: - raise ReadError("invalid compressed data") - self.dbuf += buf - c += len(buf) - buf = self.dbuf[:size] - self.dbuf = self.dbuf[size:] - return buf - - def __read(self, size): - """Return size bytes from stream. If internal buffer is empty, - read another block from the stream. - """ - c = len(self.buf) - while c < size: - buf = self.fileobj.read(self.bufsize) - if not buf: - break - self.buf += buf - c += len(buf) - buf = self.buf[:size] - self.buf = self.buf[size:] - return buf -# class _Stream - -class _StreamProxy(object): - """Small proxy class that enables transparent compression - detection for the Stream interface (mode 'r|*'). - """ - - def __init__(self, fileobj): - self.fileobj = fileobj - self.buf = self.fileobj.read(BLOCKSIZE) - - def read(self, size): - self.read = self.fileobj.read - return self.buf - - def getcomptype(self): - if self.buf.startswith(b"\037\213\010"): - return "gz" - if self.buf.startswith(b"BZh91"): - return "bz2" - return "tar" - - def close(self): - self.fileobj.close() -# class StreamProxy - -class _BZ2Proxy(object): - """Small proxy class that enables external file object - support for "r:bz2" and "w:bz2" modes. This is actually - a workaround for a limitation in bz2 module's BZ2File - class which (unlike gzip.GzipFile) has no support for - a file object argument. - """ - - blocksize = 16 * 1024 - - def __init__(self, fileobj, mode): - self.fileobj = fileobj - self.mode = mode - self.name = getattr(self.fileobj, "name", None) - self.init() - - def init(self): - import bz2 - self.pos = 0 - if self.mode == "r": - self.bz2obj = bz2.BZ2Decompressor() - self.fileobj.seek(0) - self.buf = b"" - else: - self.bz2obj = bz2.BZ2Compressor() - - def read(self, size): - x = len(self.buf) - while x < size: - raw = self.fileobj.read(self.blocksize) - if not raw: - break - data = self.bz2obj.decompress(raw) - self.buf += data - x += len(data) - - buf = self.buf[:size] - self.buf = self.buf[size:] - self.pos += len(buf) - return buf - - def seek(self, pos): - if pos < self.pos: - self.init() - self.read(pos - self.pos) - - def tell(self): - return self.pos - - def write(self, data): - self.pos += len(data) - raw = self.bz2obj.compress(data) - self.fileobj.write(raw) - - def close(self): - if self.mode == "w": - raw = self.bz2obj.flush() - self.fileobj.write(raw) -# class _BZ2Proxy - -#------------------------ -# Extraction file object -#------------------------ -class _FileInFile(object): - """A thin wrapper around an existing file object that - provides a part of its data as an individual file - object. - """ - - def __init__(self, fileobj, offset, size, blockinfo=None): - self.fileobj = fileobj - self.offset = offset - self.size = size - self.position = 0 - - if blockinfo is None: - blockinfo = [(0, size)] - - # Construct a map with data and zero blocks. - self.map_index = 0 - self.map = [] - lastpos = 0 - realpos = self.offset - for offset, size in blockinfo: - if offset > lastpos: - self.map.append((False, lastpos, offset, None)) - self.map.append((True, offset, offset + size, realpos)) - realpos += size - lastpos = offset + size - if lastpos < self.size: - self.map.append((False, lastpos, self.size, None)) - - def seekable(self): - if not hasattr(self.fileobj, "seekable"): - # XXX gzip.GzipFile and bz2.BZ2File - return True - return self.fileobj.seekable() - - def tell(self): - """Return the current file position. - """ - return self.position - - def seek(self, position): - """Seek to a position in the file. - """ - self.position = position - - def read(self, size=None): - """Read data from the file. - """ - if size is None: - size = self.size - self.position - else: - size = min(size, self.size - self.position) - - buf = b"" - while size > 0: - while True: - data, start, stop, offset = self.map[self.map_index] - if start <= self.position < stop: - break - else: - self.map_index += 1 - if self.map_index == len(self.map): - self.map_index = 0 - length = min(size, stop - self.position) - if data: - self.fileobj.seek(offset + (self.position - start)) - buf += self.fileobj.read(length) - else: - buf += NUL * length - size -= length - self.position += length - return buf -#class _FileInFile - - -class ExFileObject(object): - """File-like object for reading an archive member. - Is returned by TarFile.extractfile(). - """ - blocksize = 1024 - - def __init__(self, tarfile, tarinfo): - self.fileobj = _FileInFile(tarfile.fileobj, - tarinfo.offset_data, - tarinfo.size, - tarinfo.sparse) - self.name = tarinfo.name - self.mode = "r" - self.closed = False - self.size = tarinfo.size - - self.position = 0 - self.buffer = b"" - - def readable(self): - return True - - def writable(self): - return False - - def seekable(self): - return self.fileobj.seekable() - - def read(self, size=None): - """Read at most size bytes from the file. If size is not - present or None, read all data until EOF is reached. - """ - if self.closed: - raise ValueError("I/O operation on closed file") - - buf = b"" - if self.buffer: - if size is None: - buf = self.buffer - self.buffer = b"" - else: - buf = self.buffer[:size] - self.buffer = self.buffer[size:] - - if size is None: - buf += self.fileobj.read() - else: - buf += self.fileobj.read(size - len(buf)) - - self.position += len(buf) - return buf - - # XXX TextIOWrapper uses the read1() method. - read1 = read - - def readline(self, size=-1): - """Read one entire line from the file. If size is present - and non-negative, return a string with at most that - size, which may be an incomplete line. - """ - if self.closed: - raise ValueError("I/O operation on closed file") - - pos = self.buffer.find(b"\n") + 1 - if pos == 0: - # no newline found. - while True: - buf = self.fileobj.read(self.blocksize) - self.buffer += buf - if not buf or b"\n" in buf: - pos = self.buffer.find(b"\n") + 1 - if pos == 0: - # no newline found. - pos = len(self.buffer) - break - - if size != -1: - pos = min(size, pos) - - buf = self.buffer[:pos] - self.buffer = self.buffer[pos:] - self.position += len(buf) - return buf - - def readlines(self): - """Return a list with all remaining lines. - """ - result = [] - while True: - line = self.readline() - if not line: break - result.append(line) - return result - - def tell(self): - """Return the current file position. - """ - if self.closed: - raise ValueError("I/O operation on closed file") - - return self.position - - def seek(self, pos, whence=os.SEEK_SET): - """Seek to a position in the file. - """ - if self.closed: - raise ValueError("I/O operation on closed file") - - if whence == os.SEEK_SET: - self.position = min(max(pos, 0), self.size) - elif whence == os.SEEK_CUR: - if pos < 0: - self.position = max(self.position + pos, 0) - else: - self.position = min(self.position + pos, self.size) - elif whence == os.SEEK_END: - self.position = max(min(self.size + pos, self.size), 0) - else: - raise ValueError("Invalid argument") - - self.buffer = b"" - self.fileobj.seek(self.position) - - def close(self): - """Close the file object. - """ - self.closed = True - - def __iter__(self): - """Get an iterator over the file's lines. - """ - while True: - line = self.readline() - if not line: - break - yield line -#class ExFileObject - -#------------------ -# Exported Classes -#------------------ -class TarInfo(object): - """Informational class which holds the details about an - archive member given by a tar header block. - TarInfo objects are returned by TarFile.getmember(), - TarFile.getmembers() and TarFile.gettarinfo() and are - usually created internally. - """ - - __slots__ = ("name", "mode", "uid", "gid", "size", "mtime", - "chksum", "type", "linkname", "uname", "gname", - "devmajor", "devminor", - "offset", "offset_data", "pax_headers", "sparse", - "tarfile", "_sparse_structs", "_link_target") - - def __init__(self, name=""): - """Construct a TarInfo object. name is the optional name - of the member. - """ - self.name = name # member name - self.mode = 0o644 # file permissions - self.uid = 0 # user id - self.gid = 0 # group id - self.size = 0 # file size - self.mtime = 0 # modification time - self.chksum = 0 # header checksum - self.type = REGTYPE # member type - self.linkname = "" # link name - self.uname = "" # user name - self.gname = "" # group name - self.devmajor = 0 # device major number - self.devminor = 0 # device minor number - - self.offset = 0 # the tar header starts here - self.offset_data = 0 # the file's data starts here - - self.sparse = None # sparse member information - self.pax_headers = {} # pax header information - - # In pax headers the "name" and "linkname" field are called - # "path" and "linkpath". - def _getpath(self): - return self.name - def _setpath(self, name): - self.name = name - path = property(_getpath, _setpath) - - def _getlinkpath(self): - return self.linkname - def _setlinkpath(self, linkname): - self.linkname = linkname - linkpath = property(_getlinkpath, _setlinkpath) - - def __repr__(self): - return "<%s %r at %#x>" % (self.__class__.__name__,self.name,id(self)) - - def get_info(self): - """Return the TarInfo's attributes as a dictionary. - """ - info = { - "name": self.name, - "mode": self.mode & 0o7777, - "uid": self.uid, - "gid": self.gid, - "size": self.size, - "mtime": self.mtime, - "chksum": self.chksum, - "type": self.type, - "linkname": self.linkname, - "uname": self.uname, - "gname": self.gname, - "devmajor": self.devmajor, - "devminor": self.devminor - } - - if info["type"] == DIRTYPE and not info["name"].endswith("/"): - info["name"] += "/" - - return info - - def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surrogateescape"): - """Return a tar header as a string of 512 byte blocks. - """ - info = self.get_info() - - if format == USTAR_FORMAT: - return self.create_ustar_header(info, encoding, errors) - elif format == GNU_FORMAT: - return self.create_gnu_header(info, encoding, errors) - elif format == PAX_FORMAT: - return self.create_pax_header(info, encoding) - else: - raise ValueError("invalid format") - - def create_ustar_header(self, info, encoding, errors): - """Return the object as a ustar header block. - """ - info["magic"] = POSIX_MAGIC - - if len(info["linkname"]) > LENGTH_LINK: - raise ValueError("linkname is too long") - - if len(info["name"]) > LENGTH_NAME: - info["prefix"], info["name"] = self._posix_split_name(info["name"]) - - return self._create_header(info, USTAR_FORMAT, encoding, errors) - - def create_gnu_header(self, info, encoding, errors): - """Return the object as a GNU header block sequence. - """ - info["magic"] = GNU_MAGIC - - buf = b"" - if len(info["linkname"]) > LENGTH_LINK: - buf += self._create_gnu_long_header(info["linkname"], GNUTYPE_LONGLINK, encoding, errors) - - if len(info["name"]) > LENGTH_NAME: - buf += self._create_gnu_long_header(info["name"], GNUTYPE_LONGNAME, encoding, errors) - - return buf + self._create_header(info, GNU_FORMAT, encoding, errors) - - def create_pax_header(self, info, encoding): - """Return the object as a ustar header block. If it cannot be - represented this way, prepend a pax extended header sequence - with supplement information. - """ - info["magic"] = POSIX_MAGIC - pax_headers = self.pax_headers.copy() - - # Test string fields for values that exceed the field length or cannot - # be represented in ASCII encoding. - for name, hname, length in ( - ("name", "path", LENGTH_NAME), ("linkname", "linkpath", LENGTH_LINK), - ("uname", "uname", 32), ("gname", "gname", 32)): - - if hname in pax_headers: - # The pax header has priority. - continue - - # Try to encode the string as ASCII. - try: - info[name].encode("ascii", "strict") - except UnicodeEncodeError: - pax_headers[hname] = info[name] - continue - - if len(info[name]) > length: - pax_headers[hname] = info[name] - - # Test number fields for values that exceed the field limit or values - # that like to be stored as float. - for name, digits in (("uid", 8), ("gid", 8), ("size", 12), ("mtime", 12)): - if name in pax_headers: - # The pax header has priority. Avoid overflow. - info[name] = 0 - continue - - val = info[name] - if not 0 <= val < 8 ** (digits - 1) or isinstance(val, float): - pax_headers[name] = str(val) - info[name] = 0 - - # Create a pax extended header if necessary. - if pax_headers: - buf = self._create_pax_generic_header(pax_headers, XHDTYPE, encoding) - else: - buf = b"" - - return buf + self._create_header(info, USTAR_FORMAT, "ascii", "replace") - - @classmethod - def create_pax_global_header(cls, pax_headers): - """Return the object as a pax global header block sequence. - """ - return cls._create_pax_generic_header(pax_headers, XGLTYPE, "utf8") - - def _posix_split_name(self, name): - """Split a name longer than 100 chars into a prefix - and a name part. - """ - prefix = name[:LENGTH_PREFIX + 1] - while prefix and prefix[-1] != "/": - prefix = prefix[:-1] - - name = name[len(prefix):] - prefix = prefix[:-1] - - if not prefix or len(name) > LENGTH_NAME: - raise ValueError("name is too long") - return prefix, name - - @staticmethod - def _create_header(info, format, encoding, errors): - """Return a header block. info is a dictionary with file - information, format must be one of the *_FORMAT constants. - """ - parts = [ - stn(info.get("name", ""), 100, encoding, errors), - itn(info.get("mode", 0) & 0o7777, 8, format), - itn(info.get("uid", 0), 8, format), - itn(info.get("gid", 0), 8, format), - itn(info.get("size", 0), 12, format), - itn(info.get("mtime", 0), 12, format), - b" ", # checksum field - info.get("type", REGTYPE), - stn(info.get("linkname", ""), 100, encoding, errors), - info.get("magic", POSIX_MAGIC), - stn(info.get("uname", ""), 32, encoding, errors), - stn(info.get("gname", ""), 32, encoding, errors), - itn(info.get("devmajor", 0), 8, format), - itn(info.get("devminor", 0), 8, format), - stn(info.get("prefix", ""), 155, encoding, errors) - ] - - buf = struct.pack("%ds" % BLOCKSIZE, b"".join(parts)) - chksum = calc_chksums(buf[-BLOCKSIZE:])[0] - buf = buf[:-364] + ("%06o\0" % chksum).encode("ascii") + buf[-357:] - return buf - - @staticmethod - def _create_payload(payload): - """Return the string payload filled with zero bytes - up to the next 512 byte border. - """ - blocks, remainder = divmod(len(payload), BLOCKSIZE) - if remainder > 0: - payload += (BLOCKSIZE - remainder) * NUL - return payload - - @classmethod - def _create_gnu_long_header(cls, name, type, encoding, errors): - """Return a GNUTYPE_LONGNAME or GNUTYPE_LONGLINK sequence - for name. - """ - name = name.encode(encoding, errors) + NUL - - info = {} - info["name"] = "././@LongLink" - info["type"] = type - info["size"] = len(name) - info["magic"] = GNU_MAGIC - - # create extended header + name blocks. - return cls._create_header(info, USTAR_FORMAT, encoding, errors) + \ - cls._create_payload(name) - - @classmethod - def _create_pax_generic_header(cls, pax_headers, type, encoding): - """Return a POSIX.1-2008 extended or global header sequence - that contains a list of keyword, value pairs. The values - must be strings. - """ - # Check if one of the fields contains surrogate characters and thereby - # forces hdrcharset=BINARY, see _proc_pax() for more information. - binary = False - for keyword, value in pax_headers.items(): - try: - value.encode("utf8", "strict") - except UnicodeEncodeError: - binary = True - break - - records = b"" - if binary: - # Put the hdrcharset field at the beginning of the header. - records += b"21 hdrcharset=BINARY\n" - - for keyword, value in pax_headers.items(): - keyword = keyword.encode("utf8") - if binary: - # Try to restore the original byte representation of `value'. - # Needless to say, that the encoding must match the string. - value = value.encode(encoding, "surrogateescape") - else: - value = value.encode("utf8") - - l = len(keyword) + len(value) + 3 # ' ' + '=' + '\n' - n = p = 0 - while True: - n = l + len(str(p)) - if n == p: - break - p = n - records += bytes(str(p), "ascii") + b" " + keyword + b"=" + value + b"\n" - - # We use a hardcoded "././@PaxHeader" name like star does - # instead of the one that POSIX recommends. - info = {} - info["name"] = "././@PaxHeader" - info["type"] = type - info["size"] = len(records) - info["magic"] = POSIX_MAGIC - - # Create pax header + record blocks. - return cls._create_header(info, USTAR_FORMAT, "ascii", "replace") + \ - cls._create_payload(records) - - @classmethod - def frombuf(cls, buf, encoding, errors): - """Construct a TarInfo object from a 512 byte bytes object. - """ - if len(buf) == 0: - raise EmptyHeaderError("empty header") - if len(buf) != BLOCKSIZE: - raise TruncatedHeaderError("truncated header") - if buf.count(NUL) == BLOCKSIZE: - raise EOFHeaderError("end of file header") - - chksum = nti(buf[148:156]) - if chksum not in calc_chksums(buf): - raise InvalidHeaderError("bad checksum") - - obj = cls() - obj.name = nts(buf[0:100], encoding, errors) - obj.mode = nti(buf[100:108]) - obj.uid = nti(buf[108:116]) - obj.gid = nti(buf[116:124]) - obj.size = nti(buf[124:136]) - obj.mtime = nti(buf[136:148]) - obj.chksum = chksum - obj.type = buf[156:157] - obj.linkname = nts(buf[157:257], encoding, errors) - obj.uname = nts(buf[265:297], encoding, errors) - obj.gname = nts(buf[297:329], encoding, errors) - obj.devmajor = nti(buf[329:337]) - obj.devminor = nti(buf[337:345]) - prefix = nts(buf[345:500], encoding, errors) - - # Old V7 tar format represents a directory as a regular - # file with a trailing slash. - if obj.type == AREGTYPE and obj.name.endswith("/"): - obj.type = DIRTYPE - - # The old GNU sparse format occupies some of the unused - # space in the buffer for up to 4 sparse structures. - # Save the them for later processing in _proc_sparse(). - if obj.type == GNUTYPE_SPARSE: - pos = 386 - structs = [] - for i in range(4): - try: - offset = nti(buf[pos:pos + 12]) - numbytes = nti(buf[pos + 12:pos + 24]) - except ValueError: - break - structs.append((offset, numbytes)) - pos += 24 - isextended = bool(buf[482]) - origsize = nti(buf[483:495]) - obj._sparse_structs = (structs, isextended, origsize) - - # Remove redundant slashes from directories. - if obj.isdir(): - obj.name = obj.name.rstrip("/") - - # Reconstruct a ustar longname. - if prefix and obj.type not in GNU_TYPES: - obj.name = prefix + "/" + obj.name - return obj - - @classmethod - def fromtarfile(cls, tarfile): - """Return the next TarInfo object from TarFile object - tarfile. - """ - buf = tarfile.fileobj.read(BLOCKSIZE) - obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors) - obj.offset = tarfile.fileobj.tell() - BLOCKSIZE - return obj._proc_member(tarfile) - - #-------------------------------------------------------------------------- - # The following are methods that are called depending on the type of a - # member. The entry point is _proc_member() which can be overridden in a - # subclass to add custom _proc_*() methods. A _proc_*() method MUST - # implement the following - # operations: - # 1. Set self.offset_data to the position where the data blocks begin, - # if there is data that follows. - # 2. Set tarfile.offset to the position where the next member's header will - # begin. - # 3. Return self or another valid TarInfo object. - def _proc_member(self, tarfile): - """Choose the right processing method depending on - the type and call it. - """ - if self.type in (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK): - return self._proc_gnulong(tarfile) - elif self.type == GNUTYPE_SPARSE: - return self._proc_sparse(tarfile) - elif self.type in (XHDTYPE, XGLTYPE, SOLARIS_XHDTYPE): - return self._proc_pax(tarfile) - else: - return self._proc_builtin(tarfile) - - def _proc_builtin(self, tarfile): - """Process a builtin type or an unknown type which - will be treated as a regular file. - """ - self.offset_data = tarfile.fileobj.tell() - offset = self.offset_data - if self.isreg() or self.type not in SUPPORTED_TYPES: - # Skip the following data blocks. - offset += self._block(self.size) - tarfile.offset = offset - - # Patch the TarInfo object with saved global - # header information. - self._apply_pax_info(tarfile.pax_headers, tarfile.encoding, tarfile.errors) - - return self - - def _proc_gnulong(self, tarfile): - """Process the blocks that hold a GNU longname - or longlink member. - """ - buf = tarfile.fileobj.read(self._block(self.size)) - - # Fetch the next header and process it. - try: - next = self.fromtarfile(tarfile) - except HeaderError: - raise SubsequentHeaderError("missing or bad subsequent header") - - # Patch the TarInfo object from the next header with - # the longname information. - next.offset = self.offset - if self.type == GNUTYPE_LONGNAME: - next.name = nts(buf, tarfile.encoding, tarfile.errors) - elif self.type == GNUTYPE_LONGLINK: - next.linkname = nts(buf, tarfile.encoding, tarfile.errors) - - return next - - def _proc_sparse(self, tarfile): - """Process a GNU sparse header plus extra headers. - """ - # We already collected some sparse structures in frombuf(). - structs, isextended, origsize = self._sparse_structs - del self._sparse_structs - - # Collect sparse structures from extended header blocks. - while isextended: - buf = tarfile.fileobj.read(BLOCKSIZE) - pos = 0 - for i in range(21): - try: - offset = nti(buf[pos:pos + 12]) - numbytes = nti(buf[pos + 12:pos + 24]) - except ValueError: - break - if offset and numbytes: - structs.append((offset, numbytes)) - pos += 24 - isextended = bool(buf[504]) - self.sparse = structs - - self.offset_data = tarfile.fileobj.tell() - tarfile.offset = self.offset_data + self._block(self.size) - self.size = origsize - return self - - def _proc_pax(self, tarfile): - """Process an extended or global header as described in - POSIX.1-2008. - """ - # Read the header information. - buf = tarfile.fileobj.read(self._block(self.size)) - - # A pax header stores supplemental information for either - # the following file (extended) or all following files - # (global). - if self.type == XGLTYPE: - pax_headers = tarfile.pax_headers - else: - pax_headers = tarfile.pax_headers.copy() - - # Check if the pax header contains a hdrcharset field. This tells us - # the encoding of the path, linkpath, uname and gname fields. Normally, - # these fields are UTF-8 encoded but since POSIX.1-2008 tar - # implementations are allowed to store them as raw binary strings if - # the translation to UTF-8 fails. - match = re.search(br"\d+ hdrcharset=([^\n]+)\n", buf) - if match is not None: - pax_headers["hdrcharset"] = match.group(1).decode("utf8") - - # For the time being, we don't care about anything other than "BINARY". - # The only other value that is currently allowed by the standard is - # "ISO-IR 10646 2000 UTF-8" in other words UTF-8. - hdrcharset = pax_headers.get("hdrcharset") - if hdrcharset == "BINARY": - encoding = tarfile.encoding - else: - encoding = "utf8" - - # Parse pax header information. A record looks like that: - # "%d %s=%s\n" % (length, keyword, value). length is the size - # of the complete record including the length field itself and - # the newline. keyword and value are both UTF-8 encoded strings. - regex = re.compile(br"(\d+) ([^=]+)=") - pos = 0 - while True: - match = regex.match(buf, pos) - if not match: - break - - length, keyword = match.groups() - length = int(length) - value = buf[match.end(2) + 1:match.start(1) + length - 1] - - # Normally, we could just use "utf8" as the encoding and "strict" - # as the error handler, but we better not take the risk. For - # example, GNU tar <= 1.23 is known to store filenames it cannot - # translate to UTF-8 as raw strings (unfortunately without a - # hdrcharset=BINARY header). - # We first try the strict standard encoding, and if that fails we - # fall back on the user's encoding and error handler. - keyword = self._decode_pax_field(keyword, "utf8", "utf8", - tarfile.errors) - if keyword in PAX_NAME_FIELDS: - value = self._decode_pax_field(value, encoding, tarfile.encoding, - tarfile.errors) - else: - value = self._decode_pax_field(value, "utf8", "utf8", - tarfile.errors) - - pax_headers[keyword] = value - pos += length - - # Fetch the next header. - try: - next = self.fromtarfile(tarfile) - except HeaderError: - raise SubsequentHeaderError("missing or bad subsequent header") - - # Process GNU sparse information. - if "GNU.sparse.map" in pax_headers: - # GNU extended sparse format version 0.1. - self._proc_gnusparse_01(next, pax_headers) - - elif "GNU.sparse.size" in pax_headers: - # GNU extended sparse format version 0.0. - self._proc_gnusparse_00(next, pax_headers, buf) - - elif pax_headers.get("GNU.sparse.major") == "1" and pax_headers.get("GNU.sparse.minor") == "0": - # GNU extended sparse format version 1.0. - self._proc_gnusparse_10(next, pax_headers, tarfile) - - if self.type in (XHDTYPE, SOLARIS_XHDTYPE): - # Patch the TarInfo object with the extended header info. - next._apply_pax_info(pax_headers, tarfile.encoding, tarfile.errors) - next.offset = self.offset - - if "size" in pax_headers: - # If the extended header replaces the size field, - # we need to recalculate the offset where the next - # header starts. - offset = next.offset_data - if next.isreg() or next.type not in SUPPORTED_TYPES: - offset += next._block(next.size) - tarfile.offset = offset - - return next - - def _proc_gnusparse_00(self, next, pax_headers, buf): - """Process a GNU tar extended sparse header, version 0.0. - """ - offsets = [] - for match in re.finditer(br"\d+ GNU.sparse.offset=(\d+)\n", buf): - offsets.append(int(match.group(1))) - numbytes = [] - for match in re.finditer(br"\d+ GNU.sparse.numbytes=(\d+)\n", buf): - numbytes.append(int(match.group(1))) - next.sparse = list(zip(offsets, numbytes)) - - def _proc_gnusparse_01(self, next, pax_headers): - """Process a GNU tar extended sparse header, version 0.1. - """ - sparse = [int(x) for x in pax_headers["GNU.sparse.map"].split(",")] - next.sparse = list(zip(sparse[::2], sparse[1::2])) - - def _proc_gnusparse_10(self, next, pax_headers, tarfile): - """Process a GNU tar extended sparse header, version 1.0. - """ - fields = None - sparse = [] - buf = tarfile.fileobj.read(BLOCKSIZE) - fields, buf = buf.split(b"\n", 1) - fields = int(fields) - while len(sparse) < fields * 2: - if b"\n" not in buf: - buf += tarfile.fileobj.read(BLOCKSIZE) - number, buf = buf.split(b"\n", 1) - sparse.append(int(number)) - next.offset_data = tarfile.fileobj.tell() - next.sparse = list(zip(sparse[::2], sparse[1::2])) - - def _apply_pax_info(self, pax_headers, encoding, errors): - """Replace fields with supplemental information from a previous - pax extended or global header. - """ - for keyword, value in pax_headers.items(): - if keyword == "GNU.sparse.name": - setattr(self, "path", value) - elif keyword == "GNU.sparse.size": - setattr(self, "size", int(value)) - elif keyword == "GNU.sparse.realsize": - setattr(self, "size", int(value)) - elif keyword in PAX_FIELDS: - if keyword in PAX_NUMBER_FIELDS: - try: - value = PAX_NUMBER_FIELDS[keyword](value) - except ValueError: - value = 0 - if keyword == "path": - value = value.rstrip("/") - setattr(self, keyword, value) - - self.pax_headers = pax_headers.copy() - - def _decode_pax_field(self, value, encoding, fallback_encoding, fallback_errors): - """Decode a single field from a pax record. - """ - try: - return value.decode(encoding, "strict") - except UnicodeDecodeError: - return value.decode(fallback_encoding, fallback_errors) - - def _block(self, count): - """Round up a byte count by BLOCKSIZE and return it, - e.g. _block(834) => 1024. - """ - blocks, remainder = divmod(count, BLOCKSIZE) - if remainder: - blocks += 1 - return blocks * BLOCKSIZE - - def isreg(self): - return self.type in REGULAR_TYPES - def isfile(self): - return self.isreg() - def isdir(self): - return self.type == DIRTYPE - def issym(self): - return self.type == SYMTYPE - def islnk(self): - return self.type == LNKTYPE - def ischr(self): - return self.type == CHRTYPE - def isblk(self): - return self.type == BLKTYPE - def isfifo(self): - return self.type == FIFOTYPE - def issparse(self): - return self.sparse is not None - def isdev(self): - return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) -# class TarInfo - -class TarFile(object): - """The TarFile Class provides an interface to tar archives. - """ - - debug = 0 # May be set from 0 (no msgs) to 3 (all msgs) - - dereference = False # If true, add content of linked file to the - # tar file, else the link. - - ignore_zeros = False # If true, skips empty or invalid blocks and - # continues processing. - - errorlevel = 1 # If 0, fatal errors only appear in debug - # messages (if debug >= 0). If > 0, errors - # are passed to the caller as exceptions. - - format = DEFAULT_FORMAT # The format to use when creating an archive. - - encoding = ENCODING # Encoding for 8-bit character strings. - - errors = None # Error handler for unicode conversion. - - tarinfo = TarInfo # The default TarInfo class to use. - - fileobject = ExFileObject # The default ExFileObject class to use. - - def __init__(self, name=None, mode="r", fileobj=None, format=None, - tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, - errors="surrogateescape", pax_headers=None, debug=None, errorlevel=None): - """Open an (uncompressed) tar archive `name'. `mode' is either 'r' to - read from an existing archive, 'a' to append data to an existing - file or 'w' to create a new file overwriting an existing one. `mode' - defaults to 'r'. - If `fileobj' is given, it is used for reading or writing data. If it - can be determined, `mode' is overridden by `fileobj's mode. - `fileobj' is not closed, when TarFile is closed. - """ - if len(mode) > 1 or mode not in "raw": - raise ValueError("mode must be 'r', 'a' or 'w'") - self.mode = mode - self._mode = {"r": "rb", "a": "r+b", "w": "wb"}[mode] - - if not fileobj: - if self.mode == "a" and not os.path.exists(name): - # Create nonexistent files in append mode. - self.mode = "w" - self._mode = "wb" - fileobj = bltn_open(name, self._mode) - self._extfileobj = False - else: - if name is None and hasattr(fileobj, "name"): - name = fileobj.name - if hasattr(fileobj, "mode"): - self._mode = fileobj.mode - self._extfileobj = True - self.name = os.path.abspath(name) if name else None - self.fileobj = fileobj - - # Init attributes. - if format is not None: - self.format = format - if tarinfo is not None: - self.tarinfo = tarinfo - if dereference is not None: - self.dereference = dereference - if ignore_zeros is not None: - self.ignore_zeros = ignore_zeros - if encoding is not None: - self.encoding = encoding - self.errors = errors - - if pax_headers is not None and self.format == PAX_FORMAT: - self.pax_headers = pax_headers - else: - self.pax_headers = {} - - if debug is not None: - self.debug = debug - if errorlevel is not None: - self.errorlevel = errorlevel - - # Init datastructures. - self.closed = False - self.members = [] # list of members as TarInfo objects - self._loaded = False # flag if all members have been read - self.offset = self.fileobj.tell() - # current position in the archive file - self.inodes = {} # dictionary caching the inodes of - # archive members already added - - try: - if self.mode == "r": - self.firstmember = None - self.firstmember = self.next() - - if self.mode == "a": - # Move to the end of the archive, - # before the first empty block. - while True: - self.fileobj.seek(self.offset) - try: - tarinfo = self.tarinfo.fromtarfile(self) - self.members.append(tarinfo) - except EOFHeaderError: - self.fileobj.seek(self.offset) - break - except HeaderError as e: - raise ReadError(str(e)) - - if self.mode in "aw": - self._loaded = True - - if self.pax_headers: - buf = self.tarinfo.create_pax_global_header(self.pax_headers.copy()) - self.fileobj.write(buf) - self.offset += len(buf) - except: - if not self._extfileobj: - self.fileobj.close() - self.closed = True - raise - - #-------------------------------------------------------------------------- - # Below are the classmethods which act as alternate constructors to the - # TarFile class. The open() method is the only one that is needed for - # public use; it is the "super"-constructor and is able to select an - # adequate "sub"-constructor for a particular compression using the mapping - # from OPEN_METH. - # - # This concept allows one to subclass TarFile without losing the comfort of - # the super-constructor. A sub-constructor is registered and made available - # by adding it to the mapping in OPEN_METH. - - @classmethod - def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): - """Open a tar archive for reading, writing or appending. Return - an appropriate TarFile class. - - mode: - 'r' or 'r:*' open for reading with transparent compression - 'r:' open for reading exclusively uncompressed - 'r:gz' open for reading with gzip compression - 'r:bz2' open for reading with bzip2 compression - 'a' or 'a:' open for appending, creating the file if necessary - 'w' or 'w:' open for writing without compression - 'w:gz' open for writing with gzip compression - 'w:bz2' open for writing with bzip2 compression - - 'r|*' open a stream of tar blocks with transparent compression - 'r|' open an uncompressed stream of tar blocks for reading - 'r|gz' open a gzip compressed stream of tar blocks - 'r|bz2' open a bzip2 compressed stream of tar blocks - 'w|' open an uncompressed stream for writing - 'w|gz' open a gzip compressed stream for writing - 'w|bz2' open a bzip2 compressed stream for writing - """ - - if not name and not fileobj: - raise ValueError("nothing to open") - - if mode in ("r", "r:*"): - # Find out which *open() is appropriate for opening the file. - for comptype in cls.OPEN_METH: - func = getattr(cls, cls.OPEN_METH[comptype]) - if fileobj is not None: - saved_pos = fileobj.tell() - try: - return func(name, "r", fileobj, **kwargs) - except (ReadError, CompressionError) as e: - if fileobj is not None: - fileobj.seek(saved_pos) - continue - raise ReadError("file could not be opened successfully") - - elif ":" in mode: - filemode, comptype = mode.split(":", 1) - filemode = filemode or "r" - comptype = comptype or "tar" - - # Select the *open() function according to - # given compression. - if comptype in cls.OPEN_METH: - func = getattr(cls, cls.OPEN_METH[comptype]) - else: - raise CompressionError("unknown compression type %r" % comptype) - return func(name, filemode, fileobj, **kwargs) - - elif "|" in mode: - filemode, comptype = mode.split("|", 1) - filemode = filemode or "r" - comptype = comptype or "tar" - - if filemode not in "rw": - raise ValueError("mode must be 'r' or 'w'") - - stream = _Stream(name, filemode, comptype, fileobj, bufsize) - try: - t = cls(name, filemode, stream, **kwargs) - except: - stream.close() - raise - t._extfileobj = False - return t - - elif mode in "aw": - return cls.taropen(name, mode, fileobj, **kwargs) - - raise ValueError("undiscernible mode") - - @classmethod - def taropen(cls, name, mode="r", fileobj=None, **kwargs): - """Open uncompressed tar archive name for reading or writing. - """ - if len(mode) > 1 or mode not in "raw": - raise ValueError("mode must be 'r', 'a' or 'w'") - return cls(name, mode, fileobj, **kwargs) - - @classmethod - def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): - """Open gzip compressed tar archive name for reading or writing. - Appending is not allowed. - """ - if len(mode) > 1 or mode not in "rw": - raise ValueError("mode must be 'r' or 'w'") - - try: - import gzip - gzip.GzipFile - except (ImportError, AttributeError): - raise CompressionError("gzip module is not available") - - extfileobj = fileobj is not None - try: - fileobj = gzip.GzipFile(name, mode + "b", compresslevel, fileobj) - t = cls.taropen(name, mode, fileobj, **kwargs) - except IOError: - if not extfileobj and fileobj is not None: - fileobj.close() - if fileobj is None: - raise - raise ReadError("not a gzip file") - except: - if not extfileobj and fileobj is not None: - fileobj.close() - raise - t._extfileobj = extfileobj - return t - - @classmethod - def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): - """Open bzip2 compressed tar archive name for reading or writing. - Appending is not allowed. - """ - if len(mode) > 1 or mode not in "rw": - raise ValueError("mode must be 'r' or 'w'.") - - try: - import bz2 - except ImportError: - raise CompressionError("bz2 module is not available") - - if fileobj is not None: - fileobj = _BZ2Proxy(fileobj, mode) - else: - fileobj = bz2.BZ2File(name, mode, compresslevel=compresslevel) - - try: - t = cls.taropen(name, mode, fileobj, **kwargs) - except (IOError, EOFError): - fileobj.close() - raise ReadError("not a bzip2 file") - t._extfileobj = False - return t - - # All *open() methods are registered here. - OPEN_METH = { - "tar": "taropen", # uncompressed tar - "gz": "gzopen", # gzip compressed tar - "bz2": "bz2open" # bzip2 compressed tar - } - - #-------------------------------------------------------------------------- - # The public methods which TarFile provides: - - def close(self): - """Close the TarFile. In write-mode, two finishing zero blocks are - appended to the archive. - """ - if self.closed: - return - - if self.mode in "aw": - self.fileobj.write(NUL * (BLOCKSIZE * 2)) - self.offset += (BLOCKSIZE * 2) - # fill up the end with zero-blocks - # (like option -b20 for tar does) - blocks, remainder = divmod(self.offset, RECORDSIZE) - if remainder > 0: - self.fileobj.write(NUL * (RECORDSIZE - remainder)) - - if not self._extfileobj: - self.fileobj.close() - self.closed = True - - def getmember(self, name): - """Return a TarInfo object for member `name'. If `name' can not be - found in the archive, KeyError is raised. If a member occurs more - than once in the archive, its last occurrence is assumed to be the - most up-to-date version. - """ - tarinfo = self._getmember(name) - if tarinfo is None: - raise KeyError("filename %r not found" % name) - return tarinfo - - def getmembers(self): - """Return the members of the archive as a list of TarInfo objects. The - list has the same order as the members in the archive. - """ - self._check() - if not self._loaded: # if we want to obtain a list of - self._load() # all members, we first have to - # scan the whole archive. - return self.members - - def getnames(self): - """Return the members of the archive as a list of their names. It has - the same order as the list returned by getmembers(). - """ - return [tarinfo.name for tarinfo in self.getmembers()] - - def gettarinfo(self, name=None, arcname=None, fileobj=None): - """Create a TarInfo object for either the file `name' or the file - object `fileobj' (using os.fstat on its file descriptor). You can - modify some of the TarInfo's attributes before you add it using - addfile(). If given, `arcname' specifies an alternative name for the - file in the archive. - """ - self._check("aw") - - # When fileobj is given, replace name by - # fileobj's real name. - if fileobj is not None: - name = fileobj.name - - # Building the name of the member in the archive. - # Backward slashes are converted to forward slashes, - # Absolute paths are turned to relative paths. - if arcname is None: - arcname = name - drv, arcname = os.path.splitdrive(arcname) - arcname = arcname.replace(os.sep, "/") - arcname = arcname.lstrip("/") - - # Now, fill the TarInfo object with - # information specific for the file. - tarinfo = self.tarinfo() - tarinfo.tarfile = self - - # Use os.stat or os.lstat, depending on platform - # and if symlinks shall be resolved. - if fileobj is None: - if hasattr(os, "lstat") and not self.dereference: - statres = os.lstat(name) - else: - statres = os.stat(name) - else: - statres = os.fstat(fileobj.fileno()) - linkname = "" - - stmd = statres.st_mode - if stat.S_ISREG(stmd): - inode = (statres.st_ino, statres.st_dev) - if not self.dereference and statres.st_nlink > 1 and \ - inode in self.inodes and arcname != self.inodes[inode]: - # Is it a hardlink to an already - # archived file? - type = LNKTYPE - linkname = self.inodes[inode] - else: - # The inode is added only if its valid. - # For win32 it is always 0. - type = REGTYPE - if inode[0]: - self.inodes[inode] = arcname - elif stat.S_ISDIR(stmd): - type = DIRTYPE - elif stat.S_ISFIFO(stmd): - type = FIFOTYPE - elif stat.S_ISLNK(stmd): - type = SYMTYPE - linkname = os.readlink(name) - elif stat.S_ISCHR(stmd): - type = CHRTYPE - elif stat.S_ISBLK(stmd): - type = BLKTYPE - else: - return None - - # Fill the TarInfo object with all - # information we can get. - tarinfo.name = arcname - tarinfo.mode = stmd - tarinfo.uid = statres.st_uid - tarinfo.gid = statres.st_gid - if type == REGTYPE: - tarinfo.size = statres.st_size - else: - tarinfo.size = 0 - tarinfo.mtime = statres.st_mtime - tarinfo.type = type - tarinfo.linkname = linkname - if pwd: - try: - tarinfo.uname = pwd.getpwuid(tarinfo.uid)[0] - except KeyError: - pass - if grp: - try: - tarinfo.gname = grp.getgrgid(tarinfo.gid)[0] - except KeyError: - pass - - if type in (CHRTYPE, BLKTYPE): - if hasattr(os, "major") and hasattr(os, "minor"): - tarinfo.devmajor = os.major(statres.st_rdev) - tarinfo.devminor = os.minor(statres.st_rdev) - return tarinfo - - def list(self, verbose=True): - """Print a table of contents to sys.stdout. If `verbose' is False, only - the names of the members are printed. If it is True, an `ls -l'-like - output is produced. - """ - self._check() - - for tarinfo in self: - if verbose: - print(filemode(tarinfo.mode), end=' ') - print("%s/%s" % (tarinfo.uname or tarinfo.uid, - tarinfo.gname or tarinfo.gid), end=' ') - if tarinfo.ischr() or tarinfo.isblk(): - print("%10s" % ("%d,%d" \ - % (tarinfo.devmajor, tarinfo.devminor)), end=' ') - else: - print("%10d" % tarinfo.size, end=' ') - print("%d-%02d-%02d %02d:%02d:%02d" \ - % time.localtime(tarinfo.mtime)[:6], end=' ') - - print(tarinfo.name + ("/" if tarinfo.isdir() else ""), end=' ') - - if verbose: - if tarinfo.issym(): - print("->", tarinfo.linkname, end=' ') - if tarinfo.islnk(): - print("link to", tarinfo.linkname, end=' ') - print() - - def add(self, name, arcname=None, recursive=True, exclude=None, filter=None): - """Add the file `name' to the archive. `name' may be any type of file - (directory, fifo, symbolic link, etc.). If given, `arcname' - specifies an alternative name for the file in the archive. - Directories are added recursively by default. This can be avoided by - setting `recursive' to False. `exclude' is a function that should - return True for each filename to be excluded. `filter' is a function - that expects a TarInfo object argument and returns the changed - TarInfo object, if it returns None the TarInfo object will be - excluded from the archive. - """ - self._check("aw") - - if arcname is None: - arcname = name - - # Exclude pathnames. - if exclude is not None: - import warnings - warnings.warn("use the filter argument instead", - DeprecationWarning, 2) - if exclude(name): - self._dbg(2, "tarfile: Excluded %r" % name) - return - - # Skip if somebody tries to archive the archive... - if self.name is not None and os.path.abspath(name) == self.name: - self._dbg(2, "tarfile: Skipped %r" % name) - return - - self._dbg(1, name) - - # Create a TarInfo object from the file. - tarinfo = self.gettarinfo(name, arcname) - - if tarinfo is None: - self._dbg(1, "tarfile: Unsupported type %r" % name) - return - - # Change or exclude the TarInfo object. - if filter is not None: - tarinfo = filter(tarinfo) - if tarinfo is None: - self._dbg(2, "tarfile: Excluded %r" % name) - return - - # Append the tar header and data to the archive. - if tarinfo.isreg(): - f = bltn_open(name, "rb") - self.addfile(tarinfo, f) - f.close() - - elif tarinfo.isdir(): - self.addfile(tarinfo) - if recursive: - for f in os.listdir(name): - self.add(os.path.join(name, f), os.path.join(arcname, f), - recursive, exclude, filter=filter) - - else: - self.addfile(tarinfo) - - def addfile(self, tarinfo, fileobj=None): - """Add the TarInfo object `tarinfo' to the archive. If `fileobj' is - given, tarinfo.size bytes are read from it and added to the archive. - You can create TarInfo objects using gettarinfo(). - On Windows platforms, `fileobj' should always be opened with mode - 'rb' to avoid irritation about the file size. - """ - self._check("aw") - - tarinfo = copy.copy(tarinfo) - - buf = tarinfo.tobuf(self.format, self.encoding, self.errors) - self.fileobj.write(buf) - self.offset += len(buf) - - # If there's data to follow, append it. - if fileobj is not None: - copyfileobj(fileobj, self.fileobj, tarinfo.size) - blocks, remainder = divmod(tarinfo.size, BLOCKSIZE) - if remainder > 0: - self.fileobj.write(NUL * (BLOCKSIZE - remainder)) - blocks += 1 - self.offset += blocks * BLOCKSIZE - - self.members.append(tarinfo) - - def extractall(self, path=".", members=None): - """Extract all members from the archive to the current working - directory and set owner, modification time and permissions on - directories afterwards. `path' specifies a different directory - to extract to. `members' is optional and must be a subset of the - list returned by getmembers(). - """ - directories = [] - - if members is None: - members = self - - for tarinfo in members: - if tarinfo.isdir(): - # Extract directories with a safe mode. - directories.append(tarinfo) - tarinfo = copy.copy(tarinfo) - tarinfo.mode = 0o700 - # Do not set_attrs directories, as we will do that further down - self.extract(tarinfo, path, set_attrs=not tarinfo.isdir()) - - # Reverse sort directories. - directories.sort(key=lambda a: a.name) - directories.reverse() - - # Set correct owner, mtime and filemode on directories. - for tarinfo in directories: - dirpath = os.path.join(path, tarinfo.name) - try: - self.chown(tarinfo, dirpath) - self.utime(tarinfo, dirpath) - self.chmod(tarinfo, dirpath) - except ExtractError as e: - if self.errorlevel > 1: - raise - else: - self._dbg(1, "tarfile: %s" % e) - - def extract(self, member, path="", set_attrs=True): - """Extract a member from the archive to the current working directory, - using its full name. Its file information is extracted as accurately - as possible. `member' may be a filename or a TarInfo object. You can - specify a different directory using `path'. File attributes (owner, - mtime, mode) are set unless `set_attrs' is False. - """ - self._check("r") - - if isinstance(member, str): - tarinfo = self.getmember(member) - else: - tarinfo = member - - # Prepare the link target for makelink(). - if tarinfo.islnk(): - tarinfo._link_target = os.path.join(path, tarinfo.linkname) - - try: - self._extract_member(tarinfo, os.path.join(path, tarinfo.name), - set_attrs=set_attrs) - except EnvironmentError as e: - if self.errorlevel > 0: - raise - else: - if e.filename is None: - self._dbg(1, "tarfile: %s" % e.strerror) - else: - self._dbg(1, "tarfile: %s %r" % (e.strerror, e.filename)) - except ExtractError as e: - if self.errorlevel > 1: - raise - else: - self._dbg(1, "tarfile: %s" % e) - - def extractfile(self, member): - """Extract a member from the archive as a file object. `member' may be - a filename or a TarInfo object. If `member' is a regular file, a - file-like object is returned. If `member' is a link, a file-like - object is constructed from the link's target. If `member' is none of - the above, None is returned. - The file-like object is read-only and provides the following - methods: read(), readline(), readlines(), seek() and tell() - """ - self._check("r") - - if isinstance(member, str): - tarinfo = self.getmember(member) - else: - tarinfo = member - - if tarinfo.isreg(): - return self.fileobject(self, tarinfo) - - elif tarinfo.type not in SUPPORTED_TYPES: - # If a member's type is unknown, it is treated as a - # regular file. - return self.fileobject(self, tarinfo) - - elif tarinfo.islnk() or tarinfo.issym(): - if isinstance(self.fileobj, _Stream): - # A small but ugly workaround for the case that someone tries - # to extract a (sym)link as a file-object from a non-seekable - # stream of tar blocks. - raise StreamError("cannot extract (sym)link as file object") - else: - # A (sym)link's file object is its target's file object. - return self.extractfile(self._find_link_target(tarinfo)) - else: - # If there's no data associated with the member (directory, chrdev, - # blkdev, etc.), return None instead of a file object. - return None - - def _extract_member(self, tarinfo, targetpath, set_attrs=True): - """Extract the TarInfo object tarinfo to a physical - file called targetpath. - """ - # Fetch the TarInfo object for the given name - # and build the destination pathname, replacing - # forward slashes to platform specific separators. - targetpath = targetpath.rstrip("/") - targetpath = targetpath.replace("/", os.sep) - - # Create all upper directories. - upperdirs = os.path.dirname(targetpath) - if upperdirs and not os.path.exists(upperdirs): - # Create directories that are not part of the archive with - # default permissions. - os.makedirs(upperdirs) - - if tarinfo.islnk() or tarinfo.issym(): - self._dbg(1, "%s -> %s" % (tarinfo.name, tarinfo.linkname)) - else: - self._dbg(1, tarinfo.name) - - if tarinfo.isreg(): - self.makefile(tarinfo, targetpath) - elif tarinfo.isdir(): - self.makedir(tarinfo, targetpath) - elif tarinfo.isfifo(): - self.makefifo(tarinfo, targetpath) - elif tarinfo.ischr() or tarinfo.isblk(): - self.makedev(tarinfo, targetpath) - elif tarinfo.islnk() or tarinfo.issym(): - self.makelink(tarinfo, targetpath) - elif tarinfo.type not in SUPPORTED_TYPES: - self.makeunknown(tarinfo, targetpath) - else: - self.makefile(tarinfo, targetpath) - - if set_attrs: - self.chown(tarinfo, targetpath) - if not tarinfo.issym(): - self.chmod(tarinfo, targetpath) - self.utime(tarinfo, targetpath) - - #-------------------------------------------------------------------------- - # Below are the different file methods. They are called via - # _extract_member() when extract() is called. They can be replaced in a - # subclass to implement other functionality. - - def makedir(self, tarinfo, targetpath): - """Make a directory called targetpath. - """ - try: - # Use a safe mode for the directory, the real mode is set - # later in _extract_member(). - os.mkdir(targetpath, 0o700) - except EnvironmentError as e: - if e.errno != errno.EEXIST: - raise - - def makefile(self, tarinfo, targetpath): - """Make a file called targetpath. - """ - source = self.fileobj - source.seek(tarinfo.offset_data) - target = bltn_open(targetpath, "wb") - if tarinfo.sparse is not None: - for offset, size in tarinfo.sparse: - target.seek(offset) - copyfileobj(source, target, size) - else: - copyfileobj(source, target, tarinfo.size) - target.seek(tarinfo.size) - target.truncate() - target.close() - - def makeunknown(self, tarinfo, targetpath): - """Make a file from a TarInfo object with an unknown type - at targetpath. - """ - self.makefile(tarinfo, targetpath) - self._dbg(1, "tarfile: Unknown file type %r, " \ - "extracted as regular file." % tarinfo.type) - - def makefifo(self, tarinfo, targetpath): - """Make a fifo called targetpath. - """ - if hasattr(os, "mkfifo"): - os.mkfifo(targetpath) - else: - raise ExtractError("fifo not supported by system") - - def makedev(self, tarinfo, targetpath): - """Make a character or block device called targetpath. - """ - if not hasattr(os, "mknod") or not hasattr(os, "makedev"): - raise ExtractError("special devices not supported by system") - - mode = tarinfo.mode - if tarinfo.isblk(): - mode |= stat.S_IFBLK - else: - mode |= stat.S_IFCHR - - os.mknod(targetpath, mode, - os.makedev(tarinfo.devmajor, tarinfo.devminor)) - - def makelink(self, tarinfo, targetpath): - """Make a (symbolic) link called targetpath. If it cannot be created - (platform limitation), we try to make a copy of the referenced file - instead of a link. - """ - try: - # For systems that support symbolic and hard links. - if tarinfo.issym(): - os.symlink(tarinfo.linkname, targetpath) - else: - # See extract(). - if os.path.exists(tarinfo._link_target): - os.link(tarinfo._link_target, targetpath) - else: - self._extract_member(self._find_link_target(tarinfo), - targetpath) - except symlink_exception: - if tarinfo.issym(): - linkpath = os.path.join(os.path.dirname(tarinfo.name), - tarinfo.linkname) - else: - linkpath = tarinfo.linkname - else: - try: - self._extract_member(self._find_link_target(tarinfo), - targetpath) - except KeyError: - raise ExtractError("unable to resolve link inside archive") - - def chown(self, tarinfo, targetpath): - """Set owner of targetpath according to tarinfo. - """ - if pwd and hasattr(os, "geteuid") and os.geteuid() == 0: - # We have to be root to do so. - try: - g = grp.getgrnam(tarinfo.gname)[2] - except KeyError: - g = tarinfo.gid - try: - u = pwd.getpwnam(tarinfo.uname)[2] - except KeyError: - u = tarinfo.uid - try: - if tarinfo.issym() and hasattr(os, "lchown"): - os.lchown(targetpath, u, g) - else: - if sys.platform != "os2emx": - os.chown(targetpath, u, g) - except EnvironmentError as e: - raise ExtractError("could not change owner") - - def chmod(self, tarinfo, targetpath): - """Set file permissions of targetpath according to tarinfo. - """ - if hasattr(os, 'chmod'): - try: - os.chmod(targetpath, tarinfo.mode) - except EnvironmentError as e: - raise ExtractError("could not change mode") - - def utime(self, tarinfo, targetpath): - """Set modification time of targetpath according to tarinfo. - """ - if not hasattr(os, 'utime'): - return - try: - os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime)) - except EnvironmentError as e: - raise ExtractError("could not change modification time") - - #-------------------------------------------------------------------------- - def next(self): - """Return the next member of the archive as a TarInfo object, when - TarFile is opened for reading. Return None if there is no more - available. - """ - self._check("ra") - if self.firstmember is not None: - m = self.firstmember - self.firstmember = None - return m - - # Read the next block. - self.fileobj.seek(self.offset) - tarinfo = None - while True: - try: - tarinfo = self.tarinfo.fromtarfile(self) - except EOFHeaderError as e: - if self.ignore_zeros: - self._dbg(2, "0x%X: %s" % (self.offset, e)) - self.offset += BLOCKSIZE - continue - except InvalidHeaderError as e: - if self.ignore_zeros: - self._dbg(2, "0x%X: %s" % (self.offset, e)) - self.offset += BLOCKSIZE - continue - elif self.offset == 0: - raise ReadError(str(e)) - except EmptyHeaderError: - if self.offset == 0: - raise ReadError("empty file") - except TruncatedHeaderError as e: - if self.offset == 0: - raise ReadError(str(e)) - except SubsequentHeaderError as e: - raise ReadError(str(e)) - break - - if tarinfo is not None: - self.members.append(tarinfo) - else: - self._loaded = True - - return tarinfo - - #-------------------------------------------------------------------------- - # Little helper methods: - - def _getmember(self, name, tarinfo=None, normalize=False): - """Find an archive member by name from bottom to top. - If tarinfo is given, it is used as the starting point. - """ - # Ensure that all members have been loaded. - members = self.getmembers() - - # Limit the member search list up to tarinfo. - if tarinfo is not None: - members = members[:members.index(tarinfo)] - - if normalize: - name = os.path.normpath(name) - - for member in reversed(members): - if normalize: - member_name = os.path.normpath(member.name) - else: - member_name = member.name - - if name == member_name: - return member - - def _load(self): - """Read through the entire archive file and look for readable - members. - """ - while True: - tarinfo = self.next() - if tarinfo is None: - break - self._loaded = True - - def _check(self, mode=None): - """Check if TarFile is still open, and if the operation's mode - corresponds to TarFile's mode. - """ - if self.closed: - raise IOError("%s is closed" % self.__class__.__name__) - if mode is not None and self.mode not in mode: - raise IOError("bad operation for mode %r" % self.mode) - - def _find_link_target(self, tarinfo): - """Find the target member of a symlink or hardlink member in the - archive. - """ - if tarinfo.issym(): - # Always search the entire archive. - linkname = os.path.dirname(tarinfo.name) + "/" + tarinfo.linkname - limit = None - else: - # Search the archive before the link, because a hard link is - # just a reference to an already archived file. - linkname = tarinfo.linkname - limit = tarinfo - - member = self._getmember(linkname, tarinfo=limit, normalize=True) - if member is None: - raise KeyError("linkname %r not found" % linkname) - return member - - def __iter__(self): - """Provide an iterator object. - """ - if self._loaded: - return iter(self.members) - else: - return TarIter(self) - - def _dbg(self, level, msg): - """Write debugging output to sys.stderr. - """ - if level <= self.debug: - print(msg, file=sys.stderr) - - def __enter__(self): - self._check() - return self - - def __exit__(self, type, value, traceback): - if type is None: - self.close() - else: - # An exception occurred. We must not call close() because - # it would try to write end-of-archive blocks and padding. - if not self._extfileobj: - self.fileobj.close() - self.closed = True -# class TarFile - -class TarIter(object): - """Iterator Class. - - for tarinfo in TarFile(...): - suite... - """ - - def __init__(self, tarfile): - """Construct a TarIter object. - """ - self.tarfile = tarfile - self.index = 0 - def __iter__(self): - """Return iterator object. - """ - return self - - def __next__(self): - """Return the next item using TarFile's next() method. - When all members have been read, set TarFile as _loaded. - """ - # Fix for SF #1100429: Under rare circumstances it can - # happen that getmembers() is called during iteration, - # which will cause TarIter to stop prematurely. - if not self.tarfile._loaded: - tarinfo = self.tarfile.next() - if not tarinfo: - self.tarfile._loaded = True - raise StopIteration - else: - try: - tarinfo = self.tarfile.members[self.index] - except IndexError: - raise StopIteration - self.index += 1 - return tarinfo - - next = __next__ # for Python 2.x - -#-------------------- -# exported functions -#-------------------- -def is_tarfile(name): - """Return True if name points to a tar archive that we - are able to handle, else return False. - """ - try: - t = open(name) - t.close() - return True - except TarError: - return False - -bltn_open = open -open = TarFile.open diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py b/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py deleted file mode 100644 index ff328c8..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py +++ /dev/null @@ -1,1120 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2013-2017 Vinay Sajip. -# Licensed to the Python Software Foundation under a contributor agreement. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -from __future__ import absolute_import - -import os -import re -import sys - -try: - import ssl -except ImportError: # pragma: no cover - ssl = None - -if sys.version_info[0] < 3: # pragma: no cover - from StringIO import StringIO - string_types = basestring, - text_type = unicode - from types import FileType as file_type - import __builtin__ as builtins - import ConfigParser as configparser - from ._backport import shutil - from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit - from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, - pathname2url, ContentTooShortError, splittype) - - def quote(s): - if isinstance(s, unicode): - s = s.encode('utf-8') - return _quote(s) - - import urllib2 - from urllib2 import (Request, urlopen, URLError, HTTPError, - HTTPBasicAuthHandler, HTTPPasswordMgr, - HTTPHandler, HTTPRedirectHandler, - build_opener) - if ssl: - from urllib2 import HTTPSHandler - import httplib - import xmlrpclib - import Queue as queue - from HTMLParser import HTMLParser - import htmlentitydefs - raw_input = raw_input - from itertools import ifilter as filter - from itertools import ifilterfalse as filterfalse - - _userprog = None - def splituser(host): - """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" - global _userprog - if _userprog is None: - import re - _userprog = re.compile('^(.*)@(.*)$') - - match = _userprog.match(host) - if match: return match.group(1, 2) - return None, host - -else: # pragma: no cover - from io import StringIO - string_types = str, - text_type = str - from io import TextIOWrapper as file_type - import builtins - import configparser - import shutil - from urllib.parse import (urlparse, urlunparse, urljoin, splituser, quote, - unquote, urlsplit, urlunsplit, splittype) - from urllib.request import (urlopen, urlretrieve, Request, url2pathname, - pathname2url, - HTTPBasicAuthHandler, HTTPPasswordMgr, - HTTPHandler, HTTPRedirectHandler, - build_opener) - if ssl: - from urllib.request import HTTPSHandler - from urllib.error import HTTPError, URLError, ContentTooShortError - import http.client as httplib - import urllib.request as urllib2 - import xmlrpc.client as xmlrpclib - import queue - from html.parser import HTMLParser - import html.entities as htmlentitydefs - raw_input = input - from itertools import filterfalse - filter = filter - -try: - from ssl import match_hostname, CertificateError -except ImportError: # pragma: no cover - class CertificateError(ValueError): - pass - - - def _dnsname_match(dn, hostname, max_wildcards=1): - """Matching according to RFC 6125, section 6.4.3 - - http://tools.ietf.org/html/rfc6125#section-6.4.3 - """ - pats = [] - if not dn: - return False - - parts = dn.split('.') - leftmost, remainder = parts[0], parts[1:] - - wildcards = leftmost.count('*') - if wildcards > max_wildcards: - # Issue #17980: avoid denials of service by refusing more - # than one wildcard per fragment. A survey of established - # policy among SSL implementations showed it to be a - # reasonable choice. - raise CertificateError( - "too many wildcards in certificate DNS name: " + repr(dn)) - - # speed up common case w/o wildcards - if not wildcards: - return dn.lower() == hostname.lower() - - # RFC 6125, section 6.4.3, subitem 1. - # The client SHOULD NOT attempt to match a presented identifier in which - # the wildcard character comprises a label other than the left-most label. - if leftmost == '*': - # When '*' is a fragment by itself, it matches a non-empty dotless - # fragment. - pats.append('[^.]+') - elif leftmost.startswith('xn--') or hostname.startswith('xn--'): - # RFC 6125, section 6.4.3, subitem 3. - # The client SHOULD NOT attempt to match a presented identifier - # where the wildcard character is embedded within an A-label or - # U-label of an internationalized domain name. - pats.append(re.escape(leftmost)) - else: - # Otherwise, '*' matches any dotless string, e.g. www* - pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) - - # add the remaining fragments, ignore any wildcards - for frag in remainder: - pats.append(re.escape(frag)) - - pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) - return pat.match(hostname) - - - def match_hostname(cert, hostname): - """Verify that *cert* (in decoded format as returned by - SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 - rules are followed, but IP addresses are not accepted for *hostname*. - - CertificateError is raised on failure. On success, the function - returns nothing. - """ - if not cert: - raise ValueError("empty or no certificate, match_hostname needs a " - "SSL socket or SSL context with either " - "CERT_OPTIONAL or CERT_REQUIRED") - dnsnames = [] - san = cert.get('subjectAltName', ()) - for key, value in san: - if key == 'DNS': - if _dnsname_match(value, hostname): - return - dnsnames.append(value) - if not dnsnames: - # The subject is only checked when there is no dNSName entry - # in subjectAltName - for sub in cert.get('subject', ()): - for key, value in sub: - # XXX according to RFC 2818, the most specific Common Name - # must be used. - if key == 'commonName': - if _dnsname_match(value, hostname): - return - dnsnames.append(value) - if len(dnsnames) > 1: - raise CertificateError("hostname %r " - "doesn't match either of %s" - % (hostname, ', '.join(map(repr, dnsnames)))) - elif len(dnsnames) == 1: - raise CertificateError("hostname %r " - "doesn't match %r" - % (hostname, dnsnames[0])) - else: - raise CertificateError("no appropriate commonName or " - "subjectAltName fields were found") - - -try: - from types import SimpleNamespace as Container -except ImportError: # pragma: no cover - class Container(object): - """ - A generic container for when multiple values need to be returned - """ - def __init__(self, **kwargs): - self.__dict__.update(kwargs) - - -try: - from shutil import which -except ImportError: # pragma: no cover - # Implementation from Python 3.3 - def which(cmd, mode=os.F_OK | os.X_OK, path=None): - """Given a command, mode, and a PATH string, return the path which - conforms to the given mode on the PATH, or None if there is no such - file. - - `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result - of os.environ.get("PATH"), or can be overridden with a custom search - path. - - """ - # Check that a given file can be accessed with the correct mode. - # Additionally check that `file` is not a directory, as on Windows - # directories pass the os.access check. - def _access_check(fn, mode): - return (os.path.exists(fn) and os.access(fn, mode) - and not os.path.isdir(fn)) - - # If we're given a path with a directory part, look it up directly rather - # than referring to PATH directories. This includes checking relative to the - # current directory, e.g. ./script - if os.path.dirname(cmd): - if _access_check(cmd, mode): - return cmd - return None - - if path is None: - path = os.environ.get("PATH", os.defpath) - if not path: - return None - path = path.split(os.pathsep) - - if sys.platform == "win32": - # The current directory takes precedence on Windows. - if not os.curdir in path: - path.insert(0, os.curdir) - - # PATHEXT is necessary to check on Windows. - pathext = os.environ.get("PATHEXT", "").split(os.pathsep) - # See if the given file matches any of the expected path extensions. - # This will allow us to short circuit when given "python.exe". - # If it does match, only test that one, otherwise we have to try - # others. - if any(cmd.lower().endswith(ext.lower()) for ext in pathext): - files = [cmd] - else: - files = [cmd + ext for ext in pathext] - else: - # On other platforms you don't have things like PATHEXT to tell you - # what file suffixes are executable, so just pass on cmd as-is. - files = [cmd] - - seen = set() - for dir in path: - normdir = os.path.normcase(dir) - if not normdir in seen: - seen.add(normdir) - for thefile in files: - name = os.path.join(dir, thefile) - if _access_check(name, mode): - return name - return None - - -# ZipFile is a context manager in 2.7, but not in 2.6 - -from zipfile import ZipFile as BaseZipFile - -if hasattr(BaseZipFile, '__enter__'): # pragma: no cover - ZipFile = BaseZipFile -else: # pragma: no cover - from zipfile import ZipExtFile as BaseZipExtFile - - class ZipExtFile(BaseZipExtFile): - def __init__(self, base): - self.__dict__.update(base.__dict__) - - def __enter__(self): - return self - - def __exit__(self, *exc_info): - self.close() - # return None, so if an exception occurred, it will propagate - - class ZipFile(BaseZipFile): - def __enter__(self): - return self - - def __exit__(self, *exc_info): - self.close() - # return None, so if an exception occurred, it will propagate - - def open(self, *args, **kwargs): - base = BaseZipFile.open(self, *args, **kwargs) - return ZipExtFile(base) - -try: - from platform import python_implementation -except ImportError: # pragma: no cover - def python_implementation(): - """Return a string identifying the Python implementation.""" - if 'PyPy' in sys.version: - return 'PyPy' - if os.name == 'java': - return 'Jython' - if sys.version.startswith('IronPython'): - return 'IronPython' - return 'CPython' - -try: - import sysconfig -except ImportError: # pragma: no cover - from ._backport import sysconfig - -try: - callable = callable -except NameError: # pragma: no cover - from collections import Callable - - def callable(obj): - return isinstance(obj, Callable) - - -try: - fsencode = os.fsencode - fsdecode = os.fsdecode -except AttributeError: # pragma: no cover - # Issue #99: on some systems (e.g. containerised), - # sys.getfilesystemencoding() returns None, and we need a real value, - # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and - # sys.getfilesystemencoding(): the return value is "the user’s preference - # according to the result of nl_langinfo(CODESET), or None if the - # nl_langinfo(CODESET) failed." - _fsencoding = sys.getfilesystemencoding() or 'utf-8' - if _fsencoding == 'mbcs': - _fserrors = 'strict' - else: - _fserrors = 'surrogateescape' - - def fsencode(filename): - if isinstance(filename, bytes): - return filename - elif isinstance(filename, text_type): - return filename.encode(_fsencoding, _fserrors) - else: - raise TypeError("expect bytes or str, not %s" % - type(filename).__name__) - - def fsdecode(filename): - if isinstance(filename, text_type): - return filename - elif isinstance(filename, bytes): - return filename.decode(_fsencoding, _fserrors) - else: - raise TypeError("expect bytes or str, not %s" % - type(filename).__name__) - -try: - from tokenize import detect_encoding -except ImportError: # pragma: no cover - from codecs import BOM_UTF8, lookup - import re - - cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") - - def _get_normal_name(orig_enc): - """Imitates get_normal_name in tokenizer.c.""" - # Only care about the first 12 characters. - enc = orig_enc[:12].lower().replace("_", "-") - if enc == "utf-8" or enc.startswith("utf-8-"): - return "utf-8" - if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ - enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): - return "iso-8859-1" - return orig_enc - - def detect_encoding(readline): - """ - The detect_encoding() function is used to detect the encoding that should - be used to decode a Python source file. It requires one argument, readline, - in the same way as the tokenize() generator. - - It will call readline a maximum of twice, and return the encoding used - (as a string) and a list of any lines (left as bytes) it has read in. - - It detects the encoding from the presence of a utf-8 bom or an encoding - cookie as specified in pep-0263. If both a bom and a cookie are present, - but disagree, a SyntaxError will be raised. If the encoding cookie is an - invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, - 'utf-8-sig' is returned. - - If no encoding is specified, then the default of 'utf-8' will be returned. - """ - try: - filename = readline.__self__.name - except AttributeError: - filename = None - bom_found = False - encoding = None - default = 'utf-8' - def read_or_stop(): - try: - return readline() - except StopIteration: - return b'' - - def find_cookie(line): - try: - # Decode as UTF-8. Either the line is an encoding declaration, - # in which case it should be pure ASCII, or it must be UTF-8 - # per default encoding. - line_string = line.decode('utf-8') - except UnicodeDecodeError: - msg = "invalid or missing encoding declaration" - if filename is not None: - msg = '{} for {!r}'.format(msg, filename) - raise SyntaxError(msg) - - matches = cookie_re.findall(line_string) - if not matches: - return None - encoding = _get_normal_name(matches[0]) - try: - codec = lookup(encoding) - except LookupError: - # This behaviour mimics the Python interpreter - if filename is None: - msg = "unknown encoding: " + encoding - else: - msg = "unknown encoding for {!r}: {}".format(filename, - encoding) - raise SyntaxError(msg) - - if bom_found: - if codec.name != 'utf-8': - # This behaviour mimics the Python interpreter - if filename is None: - msg = 'encoding problem: utf-8' - else: - msg = 'encoding problem for {!r}: utf-8'.format(filename) - raise SyntaxError(msg) - encoding += '-sig' - return encoding - - first = read_or_stop() - if first.startswith(BOM_UTF8): - bom_found = True - first = first[3:] - default = 'utf-8-sig' - if not first: - return default, [] - - encoding = find_cookie(first) - if encoding: - return encoding, [first] - - second = read_or_stop() - if not second: - return default, [first] - - encoding = find_cookie(second) - if encoding: - return encoding, [first, second] - - return default, [first, second] - -# For converting & <-> & etc. -try: - from html import escape -except ImportError: - from cgi import escape -if sys.version_info[:2] < (3, 4): - unescape = HTMLParser().unescape -else: - from html import unescape - -try: - from collections import ChainMap -except ImportError: # pragma: no cover - from collections import MutableMapping - - try: - from reprlib import recursive_repr as _recursive_repr - except ImportError: - def _recursive_repr(fillvalue='...'): - ''' - Decorator to make a repr function return fillvalue for a recursive - call - ''' - - def decorating_function(user_function): - repr_running = set() - - def wrapper(self): - key = id(self), get_ident() - if key in repr_running: - return fillvalue - repr_running.add(key) - try: - result = user_function(self) - finally: - repr_running.discard(key) - return result - - # Can't use functools.wraps() here because of bootstrap issues - wrapper.__module__ = getattr(user_function, '__module__') - wrapper.__doc__ = getattr(user_function, '__doc__') - wrapper.__name__ = getattr(user_function, '__name__') - wrapper.__annotations__ = getattr(user_function, '__annotations__', {}) - return wrapper - - return decorating_function - - class ChainMap(MutableMapping): - ''' A ChainMap groups multiple dicts (or other mappings) together - to create a single, updateable view. - - The underlying mappings are stored in a list. That list is public and can - accessed or updated using the *maps* attribute. There is no other state. - - Lookups search the underlying mappings successively until a key is found. - In contrast, writes, updates, and deletions only operate on the first - mapping. - - ''' - - def __init__(self, *maps): - '''Initialize a ChainMap by setting *maps* to the given mappings. - If no mappings are provided, a single empty dictionary is used. - - ''' - self.maps = list(maps) or [{}] # always at least one map - - def __missing__(self, key): - raise KeyError(key) - - def __getitem__(self, key): - for mapping in self.maps: - try: - return mapping[key] # can't use 'key in mapping' with defaultdict - except KeyError: - pass - return self.__missing__(key) # support subclasses that define __missing__ - - def get(self, key, default=None): - return self[key] if key in self else default - - def __len__(self): - return len(set().union(*self.maps)) # reuses stored hash values if possible - - def __iter__(self): - return iter(set().union(*self.maps)) - - def __contains__(self, key): - return any(key in m for m in self.maps) - - def __bool__(self): - return any(self.maps) - - @_recursive_repr() - def __repr__(self): - return '{0.__class__.__name__}({1})'.format( - self, ', '.join(map(repr, self.maps))) - - @classmethod - def fromkeys(cls, iterable, *args): - 'Create a ChainMap with a single dict created from the iterable.' - return cls(dict.fromkeys(iterable, *args)) - - def copy(self): - 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' - return self.__class__(self.maps[0].copy(), *self.maps[1:]) - - __copy__ = copy - - def new_child(self): # like Django's Context.push() - 'New ChainMap with a new dict followed by all previous maps.' - return self.__class__({}, *self.maps) - - @property - def parents(self): # like Django's Context.pop() - 'New ChainMap from maps[1:].' - return self.__class__(*self.maps[1:]) - - def __setitem__(self, key, value): - self.maps[0][key] = value - - def __delitem__(self, key): - try: - del self.maps[0][key] - except KeyError: - raise KeyError('Key not found in the first mapping: {!r}'.format(key)) - - def popitem(self): - 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' - try: - return self.maps[0].popitem() - except KeyError: - raise KeyError('No keys found in the first mapping.') - - def pop(self, key, *args): - 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' - try: - return self.maps[0].pop(key, *args) - except KeyError: - raise KeyError('Key not found in the first mapping: {!r}'.format(key)) - - def clear(self): - 'Clear maps[0], leaving maps[1:] intact.' - self.maps[0].clear() - -try: - from importlib.util import cache_from_source # Python >= 3.4 -except ImportError: # pragma: no cover - try: - from imp import cache_from_source - except ImportError: # pragma: no cover - def cache_from_source(path, debug_override=None): - assert path.endswith('.py') - if debug_override is None: - debug_override = __debug__ - if debug_override: - suffix = 'c' - else: - suffix = 'o' - return path + suffix - -try: - from collections import OrderedDict -except ImportError: # pragma: no cover -## {{{ http://code.activestate.com/recipes/576693/ (r9) -# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. -# Passes Python2.7's test suite and incorporates all the latest updates. - try: - from thread import get_ident as _get_ident - except ImportError: - from dummy_thread import get_ident as _get_ident - - try: - from _abcoll import KeysView, ValuesView, ItemsView - except ImportError: - pass - - - class OrderedDict(dict): - 'Dictionary that remembers insertion order' - # An inherited dict maps keys to values. - # The inherited dict provides __getitem__, __len__, __contains__, and get. - # The remaining methods are order-aware. - # Big-O running times for all methods are the same as for regular dictionaries. - - # The internal self.__map dictionary maps keys to links in a doubly linked list. - # The circular doubly linked list starts and ends with a sentinel element. - # The sentinel element never gets deleted (this simplifies the algorithm). - # Each link is stored as a list of length three: [PREV, NEXT, KEY]. - - def __init__(self, *args, **kwds): - '''Initialize an ordered dictionary. Signature is the same as for - regular dictionaries, but keyword arguments are not recommended - because their insertion order is arbitrary. - - ''' - if len(args) > 1: - raise TypeError('expected at most 1 arguments, got %d' % len(args)) - try: - self.__root - except AttributeError: - self.__root = root = [] # sentinel node - root[:] = [root, root, None] - self.__map = {} - self.__update(*args, **kwds) - - def __setitem__(self, key, value, dict_setitem=dict.__setitem__): - 'od.__setitem__(i, y) <==> od[i]=y' - # Setting a new item creates a new link which goes at the end of the linked - # list, and the inherited dictionary is updated with the new key/value pair. - if key not in self: - root = self.__root - last = root[0] - last[1] = root[0] = self.__map[key] = [last, root, key] - dict_setitem(self, key, value) - - def __delitem__(self, key, dict_delitem=dict.__delitem__): - 'od.__delitem__(y) <==> del od[y]' - # Deleting an existing item uses self.__map to find the link which is - # then removed by updating the links in the predecessor and successor nodes. - dict_delitem(self, key) - link_prev, link_next, key = self.__map.pop(key) - link_prev[1] = link_next - link_next[0] = link_prev - - def __iter__(self): - 'od.__iter__() <==> iter(od)' - root = self.__root - curr = root[1] - while curr is not root: - yield curr[2] - curr = curr[1] - - def __reversed__(self): - 'od.__reversed__() <==> reversed(od)' - root = self.__root - curr = root[0] - while curr is not root: - yield curr[2] - curr = curr[0] - - def clear(self): - 'od.clear() -> None. Remove all items from od.' - try: - for node in self.__map.itervalues(): - del node[:] - root = self.__root - root[:] = [root, root, None] - self.__map.clear() - except AttributeError: - pass - dict.clear(self) - - def popitem(self, last=True): - '''od.popitem() -> (k, v), return and remove a (key, value) pair. - Pairs are returned in LIFO order if last is true or FIFO order if false. - - ''' - if not self: - raise KeyError('dictionary is empty') - root = self.__root - if last: - link = root[0] - link_prev = link[0] - link_prev[1] = root - root[0] = link_prev - else: - link = root[1] - link_next = link[1] - root[1] = link_next - link_next[0] = root - key = link[2] - del self.__map[key] - value = dict.pop(self, key) - return key, value - - # -- the following methods do not depend on the internal structure -- - - def keys(self): - 'od.keys() -> list of keys in od' - return list(self) - - def values(self): - 'od.values() -> list of values in od' - return [self[key] for key in self] - - def items(self): - 'od.items() -> list of (key, value) pairs in od' - return [(key, self[key]) for key in self] - - def iterkeys(self): - 'od.iterkeys() -> an iterator over the keys in od' - return iter(self) - - def itervalues(self): - 'od.itervalues -> an iterator over the values in od' - for k in self: - yield self[k] - - def iteritems(self): - 'od.iteritems -> an iterator over the (key, value) items in od' - for k in self: - yield (k, self[k]) - - def update(*args, **kwds): - '''od.update(E, **F) -> None. Update od from dict/iterable E and F. - - If E is a dict instance, does: for k in E: od[k] = E[k] - If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] - Or if E is an iterable of items, does: for k, v in E: od[k] = v - In either case, this is followed by: for k, v in F.items(): od[k] = v - - ''' - if len(args) > 2: - raise TypeError('update() takes at most 2 positional ' - 'arguments (%d given)' % (len(args),)) - elif not args: - raise TypeError('update() takes at least 1 argument (0 given)') - self = args[0] - # Make progressively weaker assumptions about "other" - other = () - if len(args) == 2: - other = args[1] - if isinstance(other, dict): - for key in other: - self[key] = other[key] - elif hasattr(other, 'keys'): - for key in other.keys(): - self[key] = other[key] - else: - for key, value in other: - self[key] = value - for key, value in kwds.items(): - self[key] = value - - __update = update # let subclasses override update without breaking __init__ - - __marker = object() - - def pop(self, key, default=__marker): - '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. - If key is not found, d is returned if given, otherwise KeyError is raised. - - ''' - if key in self: - result = self[key] - del self[key] - return result - if default is self.__marker: - raise KeyError(key) - return default - - def setdefault(self, key, default=None): - 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' - if key in self: - return self[key] - self[key] = default - return default - - def __repr__(self, _repr_running=None): - 'od.__repr__() <==> repr(od)' - if not _repr_running: _repr_running = {} - call_key = id(self), _get_ident() - if call_key in _repr_running: - return '...' - _repr_running[call_key] = 1 - try: - if not self: - return '%s()' % (self.__class__.__name__,) - return '%s(%r)' % (self.__class__.__name__, self.items()) - finally: - del _repr_running[call_key] - - def __reduce__(self): - 'Return state information for pickling' - items = [[k, self[k]] for k in self] - inst_dict = vars(self).copy() - for k in vars(OrderedDict()): - inst_dict.pop(k, None) - if inst_dict: - return (self.__class__, (items,), inst_dict) - return self.__class__, (items,) - - def copy(self): - 'od.copy() -> a shallow copy of od' - return self.__class__(self) - - @classmethod - def fromkeys(cls, iterable, value=None): - '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S - and values equal to v (which defaults to None). - - ''' - d = cls() - for key in iterable: - d[key] = value - return d - - def __eq__(self, other): - '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive - while comparison to a regular mapping is order-insensitive. - - ''' - if isinstance(other, OrderedDict): - return len(self)==len(other) and self.items() == other.items() - return dict.__eq__(self, other) - - def __ne__(self, other): - return not self == other - - # -- the following methods are only used in Python 2.7 -- - - def viewkeys(self): - "od.viewkeys() -> a set-like object providing a view on od's keys" - return KeysView(self) - - def viewvalues(self): - "od.viewvalues() -> an object providing a view on od's values" - return ValuesView(self) - - def viewitems(self): - "od.viewitems() -> a set-like object providing a view on od's items" - return ItemsView(self) - -try: - from logging.config import BaseConfigurator, valid_ident -except ImportError: # pragma: no cover - IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) - - - def valid_ident(s): - m = IDENTIFIER.match(s) - if not m: - raise ValueError('Not a valid Python identifier: %r' % s) - return True - - - # The ConvertingXXX classes are wrappers around standard Python containers, - # and they serve to convert any suitable values in the container. The - # conversion converts base dicts, lists and tuples to their wrapped - # equivalents, whereas strings which match a conversion format are converted - # appropriately. - # - # Each wrapper should have a configurator attribute holding the actual - # configurator to use for conversion. - - class ConvertingDict(dict): - """A converting dictionary wrapper.""" - - def __getitem__(self, key): - value = dict.__getitem__(self, key) - result = self.configurator.convert(value) - #If the converted value is different, save for next time - if value is not result: - self[key] = result - if type(result) in (ConvertingDict, ConvertingList, - ConvertingTuple): - result.parent = self - result.key = key - return result - - def get(self, key, default=None): - value = dict.get(self, key, default) - result = self.configurator.convert(value) - #If the converted value is different, save for next time - if value is not result: - self[key] = result - if type(result) in (ConvertingDict, ConvertingList, - ConvertingTuple): - result.parent = self - result.key = key - return result - - def pop(self, key, default=None): - value = dict.pop(self, key, default) - result = self.configurator.convert(value) - if value is not result: - if type(result) in (ConvertingDict, ConvertingList, - ConvertingTuple): - result.parent = self - result.key = key - return result - - class ConvertingList(list): - """A converting list wrapper.""" - def __getitem__(self, key): - value = list.__getitem__(self, key) - result = self.configurator.convert(value) - #If the converted value is different, save for next time - if value is not result: - self[key] = result - if type(result) in (ConvertingDict, ConvertingList, - ConvertingTuple): - result.parent = self - result.key = key - return result - - def pop(self, idx=-1): - value = list.pop(self, idx) - result = self.configurator.convert(value) - if value is not result: - if type(result) in (ConvertingDict, ConvertingList, - ConvertingTuple): - result.parent = self - return result - - class ConvertingTuple(tuple): - """A converting tuple wrapper.""" - def __getitem__(self, key): - value = tuple.__getitem__(self, key) - result = self.configurator.convert(value) - if value is not result: - if type(result) in (ConvertingDict, ConvertingList, - ConvertingTuple): - result.parent = self - result.key = key - return result - - class BaseConfigurator(object): - """ - The configurator base class which defines some useful defaults. - """ - - CONVERT_PATTERN = re.compile(r'^(?P<prefix>[a-z]+)://(?P<suffix>.*)$') - - WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') - DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') - INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') - DIGIT_PATTERN = re.compile(r'^\d+$') - - value_converters = { - 'ext' : 'ext_convert', - 'cfg' : 'cfg_convert', - } - - # We might want to use a different one, e.g. importlib - importer = staticmethod(__import__) - - def __init__(self, config): - self.config = ConvertingDict(config) - self.config.configurator = self - - def resolve(self, s): - """ - Resolve strings to objects using standard import and attribute - syntax. - """ - name = s.split('.') - used = name.pop(0) - try: - found = self.importer(used) - for frag in name: - used += '.' + frag - try: - found = getattr(found, frag) - except AttributeError: - self.importer(used) - found = getattr(found, frag) - return found - except ImportError: - e, tb = sys.exc_info()[1:] - v = ValueError('Cannot resolve %r: %s' % (s, e)) - v.__cause__, v.__traceback__ = e, tb - raise v - - def ext_convert(self, value): - """Default converter for the ext:// protocol.""" - return self.resolve(value) - - def cfg_convert(self, value): - """Default converter for the cfg:// protocol.""" - rest = value - m = self.WORD_PATTERN.match(rest) - if m is None: - raise ValueError("Unable to convert %r" % value) - else: - rest = rest[m.end():] - d = self.config[m.groups()[0]] - #print d, rest - while rest: - m = self.DOT_PATTERN.match(rest) - if m: - d = d[m.groups()[0]] - else: - m = self.INDEX_PATTERN.match(rest) - if m: - idx = m.groups()[0] - if not self.DIGIT_PATTERN.match(idx): - d = d[idx] - else: - try: - n = int(idx) # try as number first (most likely) - d = d[n] - except TypeError: - d = d[idx] - if m: - rest = rest[m.end():] - else: - raise ValueError('Unable to convert ' - '%r at %r' % (value, rest)) - #rest should be empty - return d - - def convert(self, value): - """ - Convert values to an appropriate type. dicts, lists and tuples are - replaced by their converting alternatives. Strings are checked to - see if they have a conversion format and are converted if they do. - """ - if not isinstance(value, ConvertingDict) and isinstance(value, dict): - value = ConvertingDict(value) - value.configurator = self - elif not isinstance(value, ConvertingList) and isinstance(value, list): - value = ConvertingList(value) - value.configurator = self - elif not isinstance(value, ConvertingTuple) and\ - isinstance(value, tuple): - value = ConvertingTuple(value) - value.configurator = self - elif isinstance(value, string_types): - m = self.CONVERT_PATTERN.match(value) - if m: - d = m.groupdict() - prefix = d['prefix'] - converter = self.value_converters.get(prefix, None) - if converter: - suffix = d['suffix'] - converter = getattr(self, converter) - value = converter(suffix) - return value - - def configure_custom(self, config): - """Configure an object with a user-supplied factory.""" - c = config.pop('()') - if not callable(c): - c = self.resolve(c) - props = config.pop('.', None) - # Check for valid identifiers - kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) - result = c(**kwargs) - if props: - for name, value in props.items(): - setattr(result, name, value) - return result - - def as_tuple(self, value): - """Utility function which converts lists to tuples.""" - if isinstance(value, list): - value = tuple(value) - return value diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/database.py b/lib/python3.8/site-packages/pip/_vendor/distlib/database.py deleted file mode 100644 index b13cdac..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/database.py +++ /dev/null @@ -1,1339 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2017 The Python Software Foundation. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -"""PEP 376 implementation.""" - -from __future__ import unicode_literals - -import base64 -import codecs -import contextlib -import hashlib -import logging -import os -import posixpath -import sys -import zipimport - -from . import DistlibException, resources -from .compat import StringIO -from .version import get_scheme, UnsupportedVersionError -from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, - LEGACY_METADATA_FILENAME) -from .util import (parse_requirement, cached_property, parse_name_and_version, - read_exports, write_exports, CSVReader, CSVWriter) - - -__all__ = ['Distribution', 'BaseInstalledDistribution', - 'InstalledDistribution', 'EggInfoDistribution', - 'DistributionPath'] - - -logger = logging.getLogger(__name__) - -EXPORTS_FILENAME = 'pydist-exports.json' -COMMANDS_FILENAME = 'pydist-commands.json' - -DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', - 'RESOURCES', EXPORTS_FILENAME, 'SHARED') - -DISTINFO_EXT = '.dist-info' - - -class _Cache(object): - """ - A simple cache mapping names and .dist-info paths to distributions - """ - def __init__(self): - """ - Initialise an instance. There is normally one for each DistributionPath. - """ - self.name = {} - self.path = {} - self.generated = False - - def clear(self): - """ - Clear the cache, setting it to its initial state. - """ - self.name.clear() - self.path.clear() - self.generated = False - - def add(self, dist): - """ - Add a distribution to the cache. - :param dist: The distribution to add. - """ - if dist.path not in self.path: - self.path[dist.path] = dist - self.name.setdefault(dist.key, []).append(dist) - - -class DistributionPath(object): - """ - Represents a set of distributions installed on a path (typically sys.path). - """ - def __init__(self, path=None, include_egg=False): - """ - Create an instance from a path, optionally including legacy (distutils/ - setuptools/distribute) distributions. - :param path: The path to use, as a list of directories. If not specified, - sys.path is used. - :param include_egg: If True, this instance will look for and return legacy - distributions as well as those based on PEP 376. - """ - if path is None: - path = sys.path - self.path = path - self._include_dist = True - self._include_egg = include_egg - - self._cache = _Cache() - self._cache_egg = _Cache() - self._cache_enabled = True - self._scheme = get_scheme('default') - - def _get_cache_enabled(self): - return self._cache_enabled - - def _set_cache_enabled(self, value): - self._cache_enabled = value - - cache_enabled = property(_get_cache_enabled, _set_cache_enabled) - - def clear_cache(self): - """ - Clears the internal cache. - """ - self._cache.clear() - self._cache_egg.clear() - - - def _yield_distributions(self): - """ - Yield .dist-info and/or .egg(-info) distributions. - """ - # We need to check if we've seen some resources already, because on - # some Linux systems (e.g. some Debian/Ubuntu variants) there are - # symlinks which alias other files in the environment. - seen = set() - for path in self.path: - finder = resources.finder_for_path(path) - if finder is None: - continue - r = finder.find('') - if not r or not r.is_container: - continue - rset = sorted(r.resources) - for entry in rset: - r = finder.find(entry) - if not r or r.path in seen: - continue - if self._include_dist and entry.endswith(DISTINFO_EXT): - possible_filenames = [METADATA_FILENAME, - WHEEL_METADATA_FILENAME, - LEGACY_METADATA_FILENAME] - for metadata_filename in possible_filenames: - metadata_path = posixpath.join(entry, metadata_filename) - pydist = finder.find(metadata_path) - if pydist: - break - else: - continue - - with contextlib.closing(pydist.as_stream()) as stream: - metadata = Metadata(fileobj=stream, scheme='legacy') - logger.debug('Found %s', r.path) - seen.add(r.path) - yield new_dist_class(r.path, metadata=metadata, - env=self) - elif self._include_egg and entry.endswith(('.egg-info', - '.egg')): - logger.debug('Found %s', r.path) - seen.add(r.path) - yield old_dist_class(r.path, self) - - def _generate_cache(self): - """ - Scan the path for distributions and populate the cache with - those that are found. - """ - gen_dist = not self._cache.generated - gen_egg = self._include_egg and not self._cache_egg.generated - if gen_dist or gen_egg: - for dist in self._yield_distributions(): - if isinstance(dist, InstalledDistribution): - self._cache.add(dist) - else: - self._cache_egg.add(dist) - - if gen_dist: - self._cache.generated = True - if gen_egg: - self._cache_egg.generated = True - - @classmethod - def distinfo_dirname(cls, name, version): - """ - The *name* and *version* parameters are converted into their - filename-escaped form, i.e. any ``'-'`` characters are replaced - with ``'_'`` other than the one in ``'dist-info'`` and the one - separating the name from the version number. - - :parameter name: is converted to a standard distribution name by replacing - any runs of non- alphanumeric characters with a single - ``'-'``. - :type name: string - :parameter version: is converted to a standard version string. Spaces - become dots, and all other non-alphanumeric characters - (except dots) become dashes, with runs of multiple - dashes condensed to a single dash. - :type version: string - :returns: directory name - :rtype: string""" - name = name.replace('-', '_') - return '-'.join([name, version]) + DISTINFO_EXT - - def get_distributions(self): - """ - Provides an iterator that looks for distributions and returns - :class:`InstalledDistribution` or - :class:`EggInfoDistribution` instances for each one of them. - - :rtype: iterator of :class:`InstalledDistribution` and - :class:`EggInfoDistribution` instances - """ - if not self._cache_enabled: - for dist in self._yield_distributions(): - yield dist - else: - self._generate_cache() - - for dist in self._cache.path.values(): - yield dist - - if self._include_egg: - for dist in self._cache_egg.path.values(): - yield dist - - def get_distribution(self, name): - """ - Looks for a named distribution on the path. - - This function only returns the first result found, as no more than one - value is expected. If nothing is found, ``None`` is returned. - - :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` - or ``None`` - """ - result = None - name = name.lower() - if not self._cache_enabled: - for dist in self._yield_distributions(): - if dist.key == name: - result = dist - break - else: - self._generate_cache() - - if name in self._cache.name: - result = self._cache.name[name][0] - elif self._include_egg and name in self._cache_egg.name: - result = self._cache_egg.name[name][0] - return result - - def provides_distribution(self, name, version=None): - """ - Iterates over all distributions to find which distributions provide *name*. - If a *version* is provided, it will be used to filter the results. - - This function only returns the first result found, since no more than - one values are expected. If the directory is not found, returns ``None``. - - :parameter version: a version specifier that indicates the version - required, conforming to the format in ``PEP-345`` - - :type name: string - :type version: string - """ - matcher = None - if version is not None: - try: - matcher = self._scheme.matcher('%s (%s)' % (name, version)) - except ValueError: - raise DistlibException('invalid name or version: %r, %r' % - (name, version)) - - for dist in self.get_distributions(): - # We hit a problem on Travis where enum34 was installed and doesn't - # have a provides attribute ... - if not hasattr(dist, 'provides'): - logger.debug('No "provides": %s', dist) - else: - provided = dist.provides - - for p in provided: - p_name, p_ver = parse_name_and_version(p) - if matcher is None: - if p_name == name: - yield dist - break - else: - if p_name == name and matcher.match(p_ver): - yield dist - break - - def get_file_path(self, name, relative_path): - """ - Return the path to a resource file. - """ - dist = self.get_distribution(name) - if dist is None: - raise LookupError('no distribution named %r found' % name) - return dist.get_resource_path(relative_path) - - def get_exported_entries(self, category, name=None): - """ - Return all of the exported entries in a particular category. - - :param category: The category to search for entries. - :param name: If specified, only entries with that name are returned. - """ - for dist in self.get_distributions(): - r = dist.exports - if category in r: - d = r[category] - if name is not None: - if name in d: - yield d[name] - else: - for v in d.values(): - yield v - - -class Distribution(object): - """ - A base class for distributions, whether installed or from indexes. - Either way, it must have some metadata, so that's all that's needed - for construction. - """ - - build_time_dependency = False - """ - Set to True if it's known to be only a build-time dependency (i.e. - not needed after installation). - """ - - requested = False - """A boolean that indicates whether the ``REQUESTED`` metadata file is - present (in other words, whether the package was installed by user - request or it was installed as a dependency).""" - - def __init__(self, metadata): - """ - Initialise an instance. - :param metadata: The instance of :class:`Metadata` describing this - distribution. - """ - self.metadata = metadata - self.name = metadata.name - self.key = self.name.lower() # for case-insensitive comparisons - self.version = metadata.version - self.locator = None - self.digest = None - self.extras = None # additional features requested - self.context = None # environment marker overrides - self.download_urls = set() - self.digests = {} - - @property - def source_url(self): - """ - The source archive download URL for this distribution. - """ - return self.metadata.source_url - - download_url = source_url # Backward compatibility - - @property - def name_and_version(self): - """ - A utility property which displays the name and version in parentheses. - """ - return '%s (%s)' % (self.name, self.version) - - @property - def provides(self): - """ - A set of distribution names and versions provided by this distribution. - :return: A set of "name (version)" strings. - """ - plist = self.metadata.provides - s = '%s (%s)' % (self.name, self.version) - if s not in plist: - plist.append(s) - return plist - - def _get_requirements(self, req_attr): - md = self.metadata - logger.debug('Getting requirements from metadata %r', md.todict()) - reqts = getattr(md, req_attr) - return set(md.get_requirements(reqts, extras=self.extras, - env=self.context)) - - @property - def run_requires(self): - return self._get_requirements('run_requires') - - @property - def meta_requires(self): - return self._get_requirements('meta_requires') - - @property - def build_requires(self): - return self._get_requirements('build_requires') - - @property - def test_requires(self): - return self._get_requirements('test_requires') - - @property - def dev_requires(self): - return self._get_requirements('dev_requires') - - def matches_requirement(self, req): - """ - Say if this instance matches (fulfills) a requirement. - :param req: The requirement to match. - :rtype req: str - :return: True if it matches, else False. - """ - # Requirement may contain extras - parse to lose those - # from what's passed to the matcher - r = parse_requirement(req) - scheme = get_scheme(self.metadata.scheme) - try: - matcher = scheme.matcher(r.requirement) - except UnsupportedVersionError: - # XXX compat-mode if cannot read the version - logger.warning('could not read version %r - using name only', - req) - name = req.split()[0] - matcher = scheme.matcher(name) - - name = matcher.key # case-insensitive - - result = False - for p in self.provides: - p_name, p_ver = parse_name_and_version(p) - if p_name != name: - continue - try: - result = matcher.match(p_ver) - break - except UnsupportedVersionError: - pass - return result - - def __repr__(self): - """ - Return a textual representation of this instance, - """ - if self.source_url: - suffix = ' [%s]' % self.source_url - else: - suffix = '' - return '<Distribution %s (%s)%s>' % (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('METADATA') - 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() - self.modules = data.splitlines() - - def __repr__(self): - return '<InstalledDistribution %r %s at %r>' % ( - self.name, self.version, self.path) - - def __str__(self): - return "%s %s" % (self.name, self.version) - - def _get_records(self): - """ - Get the list of installed files for the distribution - :return: A list of tuples of path, hash and size. Note that hash and - size might be ``None`` for some entries. The path is exactly - as stored in the file (which is as in PEP 376). - """ - results = [] - r = self.get_distinfo_resource('RECORD') - with contextlib.closing(r.as_stream()) as stream: - with CSVReader(stream=stream) as record_reader: - # Base location is parent dir of .dist-info dir - #base_location = os.path.dirname(self.path) - #base_location = os.path.abspath(base_location) - for row in record_reader: - missing = [None for i in range(len(row), 3)] - path, checksum, size = row + missing - #if not os.path.isabs(path): - # path = path.replace('/', os.sep) - # path = os.path.join(base_location, path) - results.append((path, checksum, size)) - return results - - @cached_property - def exports(self): - """ - Return the information exported by this distribution. - :return: A dictionary of exports, mapping an export category to a dict - of :class:`ExportEntry` instances describing the individual - export entries, and keyed by name. - """ - result = {} - r = self.get_distinfo_resource(EXPORTS_FILENAME) - if r: - result = self.read_exports() - return result - - def read_exports(self): - """ - Read exports data from a file in .ini format. - - :return: A dictionary of exports, mapping an export category to a list - of :class:`ExportEntry` instances describing the individual - export entries. - """ - result = {} - r = self.get_distinfo_resource(EXPORTS_FILENAME) - if r: - with contextlib.closing(r.as_stream()) as stream: - result = read_exports(stream) - return result - - def write_exports(self, exports): - """ - Write a dictionary of exports to a file in .ini format. - :param exports: A dictionary of exports, mapping an export category to - a list of :class:`ExportEntry` instances describing the - individual export entries. - """ - rf = self.get_distinfo_file(EXPORTS_FILENAME) - with open(rf, 'w') as f: - write_exports(exports, f) - - def get_resource_path(self, relative_path): - """ - NOTE: This API may change in the future. - - Return the absolute path to a resource file with the given relative - path. - - :param relative_path: The path, relative to .dist-info, of the resource - of interest. - :return: The absolute path where the resource is to be found. - """ - r = self.get_distinfo_resource('RESOURCES') - with contextlib.closing(r.as_stream()) as stream: - with CSVReader(stream=stream) as resources_reader: - for relative, destination in resources_reader: - if relative == relative_path: - return destination - raise KeyError('no resource file with relative path %r ' - 'is installed' % relative_path) - - def list_installed_files(self): - """ - Iterates over the ``RECORD`` entries and returns a tuple - ``(path, hash, size)`` for each line. - - :returns: iterator of (path, hash, size) - """ - for result in self._get_records(): - yield result - - def write_installed_files(self, paths, prefix, dry_run=False): - """ - Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any - existing ``RECORD`` file is silently overwritten. - - prefix is used to determine when to write absolute paths. - """ - prefix = os.path.join(prefix, '') - base = os.path.dirname(self.path) - base_under_prefix = base.startswith(prefix) - base = os.path.join(base, '') - record_path = self.get_distinfo_file('RECORD') - logger.info('creating %s', record_path) - if dry_run: - return None - with CSVWriter(record_path) as writer: - for path in paths: - if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): - # do not put size and hash, as in PEP-376 - hash_value = size = '' - else: - size = '%d' % os.path.getsize(path) - with open(path, 'rb') as fp: - hash_value = self.get_hash(fp.read()) - if path.startswith(base) or (base_under_prefix and - path.startswith(prefix)): - path = os.path.relpath(path, base) - writer.writerow((path, hash_value, size)) - - # add the RECORD file itself - if record_path.startswith(base): - record_path = os.path.relpath(record_path, base) - writer.writerow((record_path, '', '')) - return record_path - - def check_installed_files(self): - """ - Checks that the hashes and sizes of the files in ``RECORD`` are - matched by the files themselves. Returns a (possibly empty) list of - mismatches. Each entry in the mismatch list will be a tuple consisting - of the path, 'exists', 'size' or 'hash' according to what didn't match - (existence is checked first, then size, then hash), the expected - value and the actual value. - """ - mismatches = [] - base = os.path.dirname(self.path) - record_path = self.get_distinfo_file('RECORD') - for path, hash_value, size in self.list_installed_files(): - if not os.path.isabs(path): - path = os.path.join(base, path) - if path == record_path: - continue - if not os.path.exists(path): - mismatches.append((path, 'exists', True, False)) - elif os.path.isfile(path): - actual_size = str(os.path.getsize(path)) - if size and actual_size != size: - mismatches.append((path, 'size', size, actual_size)) - elif hash_value: - if '=' in hash_value: - hasher = hash_value.split('=', 1)[0] - else: - hasher = None - - with open(path, 'rb') as f: - actual_hash = self.get_hash(f.read(), hasher) - if actual_hash != hash_value: - mismatches.append((path, 'hash', hash_value, actual_hash)) - return mismatches - - @cached_property - def shared_locations(self): - """ - A dictionary of shared locations whose keys are in the set 'prefix', - 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. - The corresponding value is the absolute path of that category for - this distribution, and takes into account any paths selected by the - user at installation time (e.g. via command-line arguments). In the - case of the 'namespace' key, this would be a list of absolute paths - for the roots of namespace packages in this distribution. - - The first time this property is accessed, the relevant information is - read from the SHARED file in the .dist-info directory. - """ - result = {} - shared_path = os.path.join(self.path, 'SHARED') - if os.path.isfile(shared_path): - with codecs.open(shared_path, 'r', encoding='utf-8') as f: - lines = f.read().splitlines() - for line in lines: - key, value = line.split('=', 1) - if key == 'namespace': - result.setdefault(key, []).append(value) - else: - result[key] = value - return result - - def write_shared_locations(self, paths, dry_run=False): - """ - Write shared location information to the SHARED file in .dist-info. - :param paths: A dictionary as described in the documentation for - :meth:`shared_locations`. - :param dry_run: If True, the action is logged but no file is actually - written. - :return: The path of the file written to. - """ - shared_path = os.path.join(self.path, 'SHARED') - logger.info('creating %s', shared_path) - if dry_run: - return None - lines = [] - for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): - path = paths[key] - if os.path.isdir(paths[key]): - lines.append('%s=%s' % (key, path)) - for ns in paths.get('namespace', ()): - lines.append('namespace=%s' % ns) - - with codecs.open(shared_path, 'w', encoding='utf-8') as f: - f.write('\n'.join(lines)) - return shared_path - - def get_distinfo_resource(self, path): - if path not in DIST_FILES: - raise DistlibException('invalid path for a dist-info file: ' - '%r at %r' % (path, self.path)) - finder = resources.finder_for_path(self.path) - if finder is None: - raise DistlibException('Unable to get a finder for %s' % self.path) - return finder.find(path) - - def get_distinfo_file(self, path): - """ - Returns a path located under the ``.dist-info`` directory. Returns a - string representing the path. - - :parameter path: a ``'/'``-separated path relative to the - ``.dist-info`` directory or an absolute path; - If *path* is an absolute path and doesn't start - with the ``.dist-info`` directory path, - a :class:`DistlibException` is raised - :type path: str - :rtype: str - """ - # Check if it is an absolute path # XXX use relpath, add tests - if path.find(os.sep) >= 0: - # it's an absolute path? - distinfo_dirname, path = path.split(os.sep)[-2:] - if distinfo_dirname != self.path.split(os.sep)[-1]: - raise DistlibException( - 'dist-info file %r does not belong to the %r %s ' - 'distribution' % (path, self.name, self.version)) - - # The file must be relative - if path not in DIST_FILES: - raise DistlibException('invalid path for a dist-info file: ' - '%r at %r' % (path, self.path)) - - return os.path.join(self.path, path) - - def list_distinfo_files(self): - """ - Iterates over the ``RECORD`` entries and returns paths for each line if - the path is pointing to a file located in the ``.dist-info`` directory - or one of its subdirectories. - - :returns: iterator of paths - """ - base = os.path.dirname(self.path) - for path, checksum, size in self._get_records(): - # XXX add separator or use real relpath algo - if not os.path.isabs(path): - path = os.path.join(base, path) - if path.startswith(self.path): - yield path - - def __eq__(self, other): - return (isinstance(other, InstalledDistribution) and - self.path == other.path) - - # See http://docs.python.org/reference/datamodel#object.__hash__ - __hash__ = object.__hash__ - - -class EggInfoDistribution(BaseInstalledDistribution): - """Created with the *path* of the ``.egg-info`` directory or file provided - to the constructor. It reads the metadata contained in the file itself, or - if the given path happens to be a directory, the metadata is read from the - file ``PKG-INFO`` under that directory.""" - - requested = True # as we have no way of knowing, assume it was - shared_locations = {} - - def __init__(self, path, env=None): - def set_name_and_version(s, n, v): - s.name = n - s.key = n.lower() # for case-insensitive comparisons - s.version = v - - self.path = path - self.dist_path = env - if env and env._cache_enabled and path in env._cache_egg.path: - metadata = env._cache_egg.path[path].metadata - set_name_and_version(self, metadata.name, metadata.version) - else: - metadata = self._get_metadata(path) - - # Need to be set before caching - set_name_and_version(self, metadata.name, metadata.version) - - if env and env._cache_enabled: - env._cache_egg.add(self) - super(EggInfoDistribution, self).__init__(metadata, path, env) - - def _get_metadata(self, path): - requires = None - - def parse_requires_data(data): - """Create a list of dependencies from a requires.txt file. - - *data*: the contents of a setuptools-produced requires.txt file. - """ - reqs = [] - lines = data.splitlines() - for line in lines: - line = line.strip() - if line.startswith('['): - logger.warning('Unexpected line: quitting requirement scan: %r', - line) - break - r = parse_requirement(line) - if not r: - logger.warning('Not recognised as a requirement: %r', line) - continue - if r.extras: - logger.warning('extra requirements in requires.txt are ' - 'not supported') - if not r.constraints: - reqs.append(r.name) - else: - cons = ', '.join('%s%s' % c for c in r.constraints) - reqs.append('%s (%s)' % (r.name, cons)) - return reqs - - def parse_requires_path(req_path): - """Create a list of dependencies from a requires.txt file. - - *req_path*: the path to a setuptools-produced requires.txt file. - """ - - reqs = [] - try: - with codecs.open(req_path, 'r', 'utf-8') as fp: - reqs = parse_requires_data(fp.read()) - except IOError: - pass - return reqs - - tl_path = tl_data = None - if path.endswith('.egg'): - if os.path.isdir(path): - p = os.path.join(path, 'EGG-INFO') - meta_path = os.path.join(p, 'PKG-INFO') - metadata = Metadata(path=meta_path, scheme='legacy') - req_path = os.path.join(p, 'requires.txt') - tl_path = os.path.join(p, 'top_level.txt') - requires = parse_requires_path(req_path) - else: - # FIXME handle the case where zipfile is not available - zipf = zipimport.zipimporter(path) - fileobj = StringIO( - zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) - metadata = Metadata(fileobj=fileobj, scheme='legacy') - try: - data = zipf.get_data('EGG-INFO/requires.txt') - tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode('utf-8') - requires = parse_requires_data(data.decode('utf-8')) - except IOError: - requires = None - elif path.endswith('.egg-info'): - if os.path.isdir(path): - req_path = os.path.join(path, 'requires.txt') - requires = parse_requires_path(req_path) - path = os.path.join(path, 'PKG-INFO') - tl_path = os.path.join(path, 'top_level.txt') - metadata = Metadata(path=path, scheme='legacy') - else: - raise DistlibException('path must end with .egg-info or .egg, ' - 'got %r' % path) - - if requires: - metadata.add_requirements(requires) - # look for top-level modules in top_level.txt, if present - if tl_data is None: - if tl_path is not None and os.path.exists(tl_path): - with open(tl_path, 'rb') as f: - tl_data = f.read().decode('utf-8') - if not tl_data: - tl_data = [] - else: - tl_data = tl_data.splitlines() - self.modules = tl_data - return metadata - - def __repr__(self): - return '<EggInfoDistribution %r %s at %r>' % ( - self.name, self.version, self.path) - - def __str__(self): - return "%s %s" % (self.name, self.version) - - def check_installed_files(self): - """ - Checks that the hashes and sizes of the files in ``RECORD`` are - matched by the files themselves. Returns a (possibly empty) list of - mismatches. Each entry in the mismatch list will be a tuple consisting - of the path, 'exists', 'size' or 'hash' according to what didn't match - (existence is checked first, then size, then hash), the expected - value and the actual value. - """ - mismatches = [] - record_path = os.path.join(self.path, 'installed-files.txt') - if os.path.exists(record_path): - for path, _, _ in self.list_installed_files(): - if path == record_path: - continue - if not os.path.exists(path): - mismatches.append((path, 'exists', True, False)) - return mismatches - - def list_installed_files(self): - """ - Iterates over the ``installed-files.txt`` entries and returns a tuple - ``(path, hash, size)`` for each line. - - :returns: a list of (path, hash, size) - """ - - def _md5(path): - f = open(path, 'rb') - try: - content = f.read() - finally: - f.close() - return hashlib.md5(content).hexdigest() - - def _size(path): - return os.stat(path).st_size - - record_path = os.path.join(self.path, 'installed-files.txt') - result = [] - if os.path.exists(record_path): - with codecs.open(record_path, 'r', encoding='utf-8') as f: - for line in f: - line = line.strip() - p = os.path.normpath(os.path.join(self.path, line)) - # "./" is present as a marker between installed files - # and installation metadata files - if not os.path.exists(p): - logger.warning('Non-existent file: %s', p) - if p.endswith(('.pyc', '.pyo')): - continue - #otherwise fall through and fail - if not os.path.isdir(p): - result.append((p, _md5(p), _size(p))) - result.append((record_path, None, None)) - return result - - def list_distinfo_files(self, absolute=False): - """ - Iterates over the ``installed-files.txt`` entries and returns paths for - each line if the path is pointing to a file located in the - ``.egg-info`` directory or one of its subdirectories. - - :parameter absolute: If *absolute* is ``True``, each returned path is - transformed into a local absolute path. Otherwise the - raw value from ``installed-files.txt`` is returned. - :type absolute: boolean - :returns: iterator of paths - """ - record_path = os.path.join(self.path, 'installed-files.txt') - if os.path.exists(record_path): - skip = True - with codecs.open(record_path, 'r', encoding='utf-8') as f: - for line in f: - line = line.strip() - if line == './': - skip = False - continue - if not skip: - p = os.path.normpath(os.path.join(self.path, line)) - if p.startswith(self.path): - if absolute: - yield p - else: - yield line - - def __eq__(self, other): - return (isinstance(other, EggInfoDistribution) and - self.path == other.path) - - # See http://docs.python.org/reference/datamodel#object.__hash__ - __hash__ = object.__hash__ - -new_dist_class = InstalledDistribution -old_dist_class = EggInfoDistribution - - -class DependencyGraph(object): - """ - Represents a dependency graph between distributions. - - The dependency relationships are stored in an ``adjacency_list`` that maps - distributions to a list of ``(other, label)`` tuples where ``other`` - is a distribution and the edge is labeled with ``label`` (i.e. the version - specifier, if such was provided). Also, for more efficient traversal, for - every distribution ``x``, a list of predecessors is kept in - ``reverse_list[x]``. An edge from distribution ``a`` to - distribution ``b`` means that ``a`` depends on ``b``. If any missing - dependencies are found, they are stored in ``missing``, which is a - dictionary that maps distributions to a list of requirements that were not - provided by any other distributions. - """ - - def __init__(self): - self.adjacency_list = {} - self.reverse_list = {} - self.missing = {} - - def add_distribution(self, distribution): - """Add the *distribution* to the graph. - - :type distribution: :class:`distutils2.database.InstalledDistribution` - or :class:`distutils2.database.EggInfoDistribution` - """ - self.adjacency_list[distribution] = [] - self.reverse_list[distribution] = [] - #self.missing[distribution] = [] - - def add_edge(self, x, y, label=None): - """Add an edge from distribution *x* to distribution *y* with the given - *label*. - - :type x: :class:`distutils2.database.InstalledDistribution` or - :class:`distutils2.database.EggInfoDistribution` - :type y: :class:`distutils2.database.InstalledDistribution` or - :class:`distutils2.database.EggInfoDistribution` - :type label: ``str`` or ``None`` - """ - self.adjacency_list[x].append((y, label)) - # multiple edges are allowed, so be careful - if x not in self.reverse_list[y]: - self.reverse_list[y].append(x) - - def add_missing(self, distribution, requirement): - """ - Add a missing *requirement* for the given *distribution*. - - :type distribution: :class:`distutils2.database.InstalledDistribution` - or :class:`distutils2.database.EggInfoDistribution` - :type requirement: ``str`` - """ - logger.debug('%s missing %r', distribution, requirement) - self.missing.setdefault(distribution, []).append(requirement) - - def _repr_dist(self, dist): - return '%s %s' % (dist.name, dist.version) - - def repr_node(self, dist, level=1): - """Prints only a subgraph""" - output = [self._repr_dist(dist)] - for other, label in self.adjacency_list[dist]: - dist = self._repr_dist(other) - if label is not None: - dist = '%s [%s]' % (dist, label) - output.append(' ' * level + str(dist)) - suboutput = self.repr_node(other, level + 1) - subs = suboutput.split('\n') - output.extend(subs[1:]) - return '\n'.join(output) - - def to_dot(self, f, skip_disconnected=True): - """Writes a DOT output for the graph to the provided file *f*. - - If *skip_disconnected* is set to ``True``, then all distributions - that are not dependent on any other distribution are skipped. - - :type f: has to support ``file``-like operations - :type skip_disconnected: ``bool`` - """ - disconnected = [] - - f.write("digraph dependencies {\n") - for dist, adjs in self.adjacency_list.items(): - if len(adjs) == 0 and not skip_disconnected: - disconnected.append(dist) - for other, label in adjs: - if not label is None: - f.write('"%s" -> "%s" [label="%s"]\n' % - (dist.name, other.name, label)) - else: - f.write('"%s" -> "%s"\n' % (dist.name, other.name)) - if not skip_disconnected and len(disconnected) > 0: - f.write('subgraph disconnected {\n') - f.write('label = "Disconnected"\n') - f.write('bgcolor = red\n') - - for dist in disconnected: - f.write('"%s"' % dist.name) - f.write('\n') - f.write('}\n') - f.write('}\n') - - def topological_sort(self): - """ - Perform a topological sort of the graph. - :return: A tuple, the first element of which is a topologically sorted - list of distributions, and the second element of which is a - list of distributions that cannot be sorted because they have - circular dependencies and so form a cycle. - """ - result = [] - # Make a shallow copy of the adjacency list - alist = {} - for k, v in self.adjacency_list.items(): - alist[k] = v[:] - while True: - # See what we can remove in this run - to_remove = [] - for k, v in list(alist.items())[:]: - if not v: - to_remove.append(k) - del alist[k] - if not to_remove: - # What's left in alist (if anything) is a cycle. - break - # Remove from the adjacency list of others - for k, v in alist.items(): - alist[k] = [(d, r) for d, r in v if d not in to_remove] - logger.debug('Moving to result: %s', - ['%s (%s)' % (d.name, d.version) for d in to_remove]) - result.extend(to_remove) - return result, list(alist.keys()) - - def __repr__(self): - """Representation of the graph""" - output = [] - for dist, adjs in self.adjacency_list.items(): - output.append(self.repr_node(dist)) - return '\n'.join(output) - - -def make_graph(dists, scheme='default'): - """Makes a dependency graph from the given distributions. - - :parameter dists: a list of distributions - :type dists: list of :class:`distutils2.database.InstalledDistribution` and - :class:`distutils2.database.EggInfoDistribution` instances - :rtype: a :class:`DependencyGraph` instance - """ - scheme = get_scheme(scheme) - graph = DependencyGraph() - provided = {} # maps names to lists of (version, dist) tuples - - # first, build the graph and find out what's provided - for dist in dists: - graph.add_distribution(dist) - - for p in dist.provides: - name, version = parse_name_and_version(p) - logger.debug('Add to provided: %s, %s, %s', name, version, dist) - provided.setdefault(name, []).append((version, dist)) - - # now make the edges - for dist in dists: - requires = (dist.run_requires | dist.meta_requires | - dist.build_requires | dist.dev_requires) - for req in requires: - try: - matcher = scheme.matcher(req) - except UnsupportedVersionError: - # XXX compat-mode if cannot read the version - logger.warning('could not read version %r - using name only', - req) - name = req.split()[0] - matcher = scheme.matcher(name) - - name = matcher.key # case-insensitive - - matched = False - if name in provided: - for version, provider in provided[name]: - try: - match = matcher.match(version) - except UnsupportedVersionError: - match = False - - if match: - graph.add_edge(dist, provider, req) - matched = True - break - if not matched: - graph.add_missing(dist, req) - return graph - - -def get_dependent_dists(dists, dist): - """Recursively generate a list of distributions from *dists* that are - dependent on *dist*. - - :param dists: a list of distributions - :param dist: a distribution, member of *dists* for which we are interested - """ - if dist not in dists: - raise DistlibException('given distribution %r is not a member ' - 'of the list' % dist.name) - graph = make_graph(dists) - - dep = [dist] # dependent distributions - todo = graph.reverse_list[dist] # list of nodes we should inspect - - while todo: - d = todo.pop() - dep.append(d) - for succ in graph.reverse_list[d]: - if succ not in dep: - todo.append(succ) - - dep.pop(0) # remove dist from dep, was there to prevent infinite loops - return dep - - -def get_required_dists(dists, dist): - """Recursively generate a list of distributions from *dists* that are - required by *dist*. - - :param dists: a list of distributions - :param dist: a distribution, member of *dists* for which we are interested - """ - if dist not in dists: - raise DistlibException('given distribution %r is not a member ' - 'of the list' % dist.name) - graph = make_graph(dists) - - req = [] # required distributions - todo = graph.adjacency_list[dist] # list of nodes we should inspect - - while todo: - d = todo.pop()[0] - req.append(d) - for pred in graph.adjacency_list[d]: - if pred not in req: - todo.append(pred) - - return req - - -def make_dist(name, version, **kwargs): - """ - A convenience method for making a dist given just a name and version. - """ - summary = kwargs.pop('summary', 'Placeholder for summary') - md = Metadata(**kwargs) - md.name = name - md.version = version - md.summary = summary or 'Placeholder for summary' - return Distribution(md) diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/index.py b/lib/python3.8/site-packages/pip/_vendor/distlib/index.py deleted file mode 100644 index 7a87cdc..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/index.py +++ /dev/null @@ -1,516 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2013 Vinay Sajip. -# Licensed to the Python Software Foundation under a contributor agreement. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -import hashlib -import logging -import os -import shutil -import subprocess -import tempfile -try: - from threading import Thread -except ImportError: - from dummy_threading import Thread - -from . import DistlibException -from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, - urlparse, build_opener, string_types) -from .util import cached_property, 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 distutils.core import Distribution - from distutils.config import PyPIRCCommand - d = Distribution() - return PyPIRCCommand(d) - - def read_configuration(self): - """ - Read the PyPI access configuration as supported by distutils, getting - PyPI to do the actual work. This populates ``username``, ``password``, - ``realm`` and ``url`` attributes from the configuration. - """ - # get distutils to do the work - c = self._get_pypirc_command() - c.repository = self.url - cfg = c._read_pypirc() - 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. - - Again, distutils is used to do the actual work. - """ - self.check_credentials() - # get distutils to do the work - c = self._get_pypirc_command() - c._store_pypirc(self.username, self.password) - - def check_credentials(self): - """ - Check that ``username`` and ``password`` have been set, and raise an - exception if not. - """ - if self.username is None or self.password is None: - raise DistlibException('username and password must be set') - pm = HTTPPasswordMgr() - _, netloc, _, _, _, _ = urlparse(self.url) - pm.add_password(self.realm, netloc, self.username, self.password) - self.password_handler = HTTPBasicAuthHandler(pm) - - def register(self, metadata): - """ - Register a distribution on PyPI, using the provided metadata. - - :param metadata: A :class:`Metadata` instance defining at least a name - and version number for the distribution to be - registered. - :return: The HTTP response received from PyPI upon submission of the - request. - """ - self.check_credentials() - metadata.validate() - d = metadata.todict() - d[':action'] = 'verify' - request = self.encode_request(d.items(), []) - response = self.send_request(request) - d[':action'] = 'submit' - request = self.encode_request(d.items(), []) - return self.send_request(request) - - def _reader(self, name, stream, outbuf): - """ - Thread runner for reading lines of from a subprocess into a buffer. - - :param name: The logical name of the stream (used for logging only). - :param stream: The stream to read from. This will typically a pipe - connected to the output stream of a subprocess. - :param outbuf: The list to append the read lines to. - """ - while True: - s = stream.readline() - if not s: - break - s = s.decode('utf-8').rstrip() - outbuf.append(s) - logger.debug('%s: %s' % (name, s)) - stream.close() - - def get_sign_command(self, filename, signer, sign_password, - keystore=None): - """ - Return a suitable command for signing a file. - - :param filename: The pathname to the file to be signed. - :param signer: The identifier of the signer of the file. - :param sign_password: The passphrase for the signer's - private key used for signing. - :param keystore: The path to a directory which contains the keys - used in verification. If not specified, the - instance's ``gpg_home`` attribute is used instead. - :return: The signing command as a list suitable to be - passed to :class:`subprocess.Popen`. - """ - cmd = [self.gpg, '--status-fd', '2', '--no-tty'] - if keystore is None: - keystore = self.gpg_home - if keystore: - cmd.extend(['--homedir', keystore]) - if sign_password is not None: - cmd.extend(['--batch', '--passphrase-fd', '0']) - td = tempfile.mkdtemp() - sf = os.path.join(td, os.path.basename(filename) + '.asc') - cmd.extend(['--detach-sign', '--armor', '--local-user', - signer, '--output', sf, filename]) - logger.debug('invoking: %s', ' '.join(cmd)) - return cmd, sf - - def run_command(self, cmd, input_data=None): - """ - Run a command in a child process , passing it any input data specified. - - :param cmd: The command to run. - :param input_data: If specified, this must be a byte string containing - data to be sent to the child process. - :return: A tuple consisting of the subprocess' exit code, a list of - lines read from the subprocess' ``stdout``, and a list of - lines read from the subprocess' ``stderr``. - """ - kwargs = { - 'stdout': subprocess.PIPE, - 'stderr': subprocess.PIPE, - } - if input_data is not None: - kwargs['stdin'] = subprocess.PIPE - stdout = [] - stderr = [] - p = subprocess.Popen(cmd, **kwargs) - # We don't use communicate() here because we may need to - # get clever with interacting with the command - t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) - t1.start() - t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) - t2.start() - if input_data is not None: - p.stdin.write(input_data) - p.stdin.close() - - p.wait() - t1.join() - t2.join() - return p.returncode, stdout, stderr - - def sign_file(self, filename, signer, sign_password, keystore=None): - """ - Sign a file. - - :param filename: The pathname to the file to be signed. - :param signer: The identifier of the signer of the file. - :param sign_password: The passphrase for the signer's - private key used for signing. - :param keystore: The path to a directory which contains the keys - used in signing. If not specified, the instance's - ``gpg_home`` attribute is used instead. - :return: The absolute pathname of the file where the signature is - stored. - """ - cmd, sig_file = self.get_sign_command(filename, signer, sign_password, - keystore) - rc, stdout, stderr = self.run_command(cmd, - sign_password.encode('utf-8')) - if rc != 0: - raise DistlibException('sign command failed with error ' - 'code %s' % rc) - return sig_file - - def upload_file(self, metadata, filename, signer=None, sign_password=None, - filetype='sdist', pyversion='source', keystore=None): - """ - Upload a release file to the index. - - :param metadata: A :class:`Metadata` instance defining at least a name - and version number for the file to be uploaded. - :param filename: The pathname of the file to be uploaded. - :param signer: The identifier of the signer of the file. - :param sign_password: The passphrase for the signer's - private key used for signing. - :param filetype: The type of the file being uploaded. This is the - distutils command which produced that file, e.g. - ``sdist`` or ``bdist_wheel``. - :param pyversion: The version of Python which the release relates - to. For code compatible with any Python, this would - be ``source``, otherwise it would be e.g. ``3.2``. - :param keystore: The path to a directory which contains the keys - used in signing. If not specified, the instance's - ``gpg_home`` attribute is used instead. - :return: The HTTP response received from PyPI upon submission of the - request. - """ - self.check_credentials() - if not os.path.exists(filename): - raise DistlibException('not found: %s' % filename) - metadata.validate() - d = metadata.todict() - sig_file = None - if signer: - if not self.gpg: - logger.warning('no signing program available - not signed') - else: - sig_file = self.sign_file(filename, signer, sign_password, - keystore) - with open(filename, 'rb') as f: - file_data = f.read() - md5_digest = hashlib.md5(file_data).hexdigest() - sha256_digest = hashlib.sha256(file_data).hexdigest() - d.update({ - ':action': 'file_upload', - 'protocol_version': '1', - 'filetype': filetype, - 'pyversion': pyversion, - 'md5_digest': md5_digest, - 'sha256_digest': sha256_digest, - }) - files = [('content', os.path.basename(filename), file_data)] - if sig_file: - with open(sig_file, 'rb') as f: - sig_data = f.read() - files.append(('gpg_signature', os.path.basename(sig_file), - sig_data)) - shutil.rmtree(os.path.dirname(sig_file)) - request = self.encode_request(d.items(), files) - return self.send_request(request) - - def upload_documentation(self, metadata, doc_dir): - """ - Upload documentation to the index. - - :param metadata: A :class:`Metadata` instance defining at least a name - and version number for the documentation to be - uploaded. - :param doc_dir: The pathname of the directory which contains the - documentation. This should be the directory that - contains the ``index.html`` for the documentation. - :return: The HTTP response received from PyPI upon submission of the - request. - """ - self.check_credentials() - if not os.path.isdir(doc_dir): - raise DistlibException('not a directory: %r' % doc_dir) - fn = os.path.join(doc_dir, 'index.html') - if not os.path.exists(fn): - raise DistlibException('not found: %r' % fn) - metadata.validate() - name, version = metadata.name, metadata.version - zip_data = zip_dir(doc_dir).getvalue() - fields = [(':action', 'doc_upload'), - ('name', name), ('version', version)] - files = [('content', name, zip_data)] - request = self.encode_request(fields, files) - return self.send_request(request) - - def get_verify_command(self, signature_filename, data_filename, - keystore=None): - """ - Return a suitable command for verifying a file. - - :param signature_filename: The pathname to the file containing the - signature. - :param data_filename: The pathname to the file containing the - signed data. - :param keystore: The path to a directory which contains the keys - used in verification. If not specified, the - instance's ``gpg_home`` attribute is used instead. - :return: The verifying command as a list suitable to be - passed to :class:`subprocess.Popen`. - """ - cmd = [self.gpg, '--status-fd', '2', '--no-tty'] - if keystore is None: - keystore = self.gpg_home - if keystore: - cmd.extend(['--homedir', keystore]) - cmd.extend(['--verify', signature_filename, data_filename]) - logger.debug('invoking: %s', ' '.join(cmd)) - return cmd - - def verify_signature(self, signature_filename, data_filename, - keystore=None): - """ - Verify a signature for a file. - - :param signature_filename: The pathname to the file containing the - signature. - :param data_filename: The pathname to the file containing the - signed data. - :param keystore: The path to a directory which contains the keys - used in verification. If not specified, the - instance's ``gpg_home`` attribute is used instead. - :return: True if the signature was verified, else False. - """ - if not self.gpg: - raise DistlibException('verification unavailable because gpg ' - 'unavailable') - cmd = self.get_verify_command(signature_filename, data_filename, - keystore) - rc, stdout, stderr = self.run_command(cmd) - if rc not in (0, 1): - raise DistlibException('verify command failed with error ' - 'code %s' % rc) - return rc == 0 - - def download_file(self, url, destfile, digest=None, reporthook=None): - """ - This is a convenience method for downloading a file from an URL. - Normally, this will be a file from the index, though currently - no check is made for this (i.e. a file can be downloaded from - anywhere). - - The method is just like the :func:`urlretrieve` function in the - standard library, except that it allows digest computation to be - done during download and checking that the downloaded data - matched any expected value. - - :param url: The URL of the file to be downloaded (assumed to be - available via an HTTP GET request). - :param destfile: The pathname where the downloaded file is to be - saved. - :param digest: If specified, this must be a (hasher, value) - tuple, where hasher is the algorithm used (e.g. - ``'md5'``) and ``value`` is the expected value. - :param reporthook: The same as for :func:`urlretrieve` in the - standard library. - """ - if digest is None: - digester = None - logger.debug('No digest specified') - else: - if isinstance(digest, (list, tuple)): - hasher, digest = digest - else: - hasher = 'md5' - digester = getattr(hashlib, hasher)() - logger.debug('Digest specified: %s' % digest) - # The following code is equivalent to urlretrieve. - # We need to do it this way so that we can compute the - # digest of the file as we go. - with open(destfile, 'wb') as dfp: - # addinfourl is not a context manager on 2.x - # so we have to use try/finally - sfp = self.send_request(Request(url)) - try: - headers = sfp.info() - blocksize = 8192 - size = -1 - read = 0 - blocknum = 0 - if "content-length" in headers: - size = int(headers["Content-Length"]) - if reporthook: - reporthook(blocknum, blocksize, size) - while True: - block = sfp.read(blocksize) - if not block: - break - read += len(block) - dfp.write(block) - if digester: - digester.update(block) - blocknum += 1 - if reporthook: - reporthook(blocknum, blocksize, size) - finally: - sfp.close() - - # check that we got the whole file, if we can - if size >= 0 and read < size: - raise DistlibException( - 'retrieval incomplete: got only %d out of %d bytes' - % (read, size)) - # if we have a digest, it must match. - if digester: - actual = digester.hexdigest() - if digest != actual: - raise DistlibException('%s digest mismatch for %s: expected ' - '%s, got %s' % (hasher, destfile, - digest, actual)) - logger.debug('Digest verified: %s', digest) - - def send_request(self, req): - """ - Send a standard library :class:`Request` to PyPI and return its - response. - - :param req: The request to send. - :return: The HTTP response from PyPI (a standard library HTTPResponse). - """ - handlers = [] - if self.password_handler: - handlers.append(self.password_handler) - if self.ssl_verifier: - handlers.append(self.ssl_verifier) - opener = build_opener(*handlers) - return opener.open(req) - - def encode_request(self, fields, files): - """ - Encode fields and files for posting to an HTTP server. - - :param fields: The fields to send as a list of (fieldname, value) - tuples. - :param files: The files to send as a list of (fieldname, filename, - file_bytes) tuple. - """ - # Adapted from packaging, which in turn was adapted from - # http://code.activestate.com/recipes/146306 - - parts = [] - boundary = self.boundary - for k, values in fields: - if not isinstance(values, (list, tuple)): - values = [values] - - for v in values: - parts.extend(( - b'--' + boundary, - ('Content-Disposition: form-data; name="%s"' % - k).encode('utf-8'), - b'', - v.encode('utf-8'))) - for key, filename, value in files: - parts.extend(( - b'--' + boundary, - ('Content-Disposition: form-data; name="%s"; filename="%s"' % - (key, filename)).encode('utf-8'), - b'', - value)) - - parts.extend((b'--' + boundary + b'--', b'')) - - body = b'\r\n'.join(parts) - ct = b'multipart/form-data; boundary=' + boundary - headers = { - 'Content-type': ct, - 'Content-length': str(len(body)) - } - return Request(self.url, body, headers) - - def search(self, terms, operator=None): - if isinstance(terms, string_types): - terms = {'name': terms} - rpc_proxy = ServerProxy(self.url, timeout=3.0) - try: - return rpc_proxy.search(terms, operator or 'and') - finally: - rpc_proxy('close')() diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py b/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py deleted file mode 100644 index a7ed946..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py +++ /dev/null @@ -1,1295 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2015 Vinay Sajip. -# Licensed to the Python Software Foundation under a contributor agreement. -# See LICENSE.txt and CONTRIBUTORS.txt. -# - -import gzip -from io import BytesIO -import json -import logging -import os -import posixpath -import re -try: - import threading -except ImportError: # pragma: no cover - import dummy_threading as threading -import zlib - -from . import DistlibException -from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, - queue, quote, unescape, string_types, 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, parse_credentials, ensure_slash, - split_filename, get_project_data, parse_requirement, - parse_name_and_version, ServerProxy, normalize_name) -from .version import get_scheme, UnsupportedVersionError -from .wheel import Wheel, is_compatible - -logger = logging.getLogger(__name__) - -HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') -CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) -HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') -DEFAULT_INDEX = 'https://pypi.org/pypi' - -def get_all_distribution_names(url=None): - """ - Return all distribution names known by an index. - :param url: The URL of the index. - :return: A list of all known distribution names. - """ - if url is None: - url = DEFAULT_INDEX - client = ServerProxy(url, timeout=3.0) - try: - return client.list_packages() - finally: - client('close')() - -class RedirectHandler(BaseRedirectHandler): - """ - A class to work around a bug in some Python 3.2.x releases. - """ - # There's a bug in the base version for some 3.2.x - # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header - # returns e.g. /abc, it bails because it says the scheme '' - # is bogus, when actually it should use the request's - # URL for the scheme. See Python issue #13696. - def http_error_302(self, req, fp, code, msg, headers): - # Some servers (incorrectly) return multiple Location headers - # (so probably same goes for URI). Use first header. - newurl = None - for key in ('location', 'uri'): - if key in headers: - newurl = headers[key] - break - if newurl is None: # pragma: no cover - return - urlparts = urlparse(newurl) - if urlparts.scheme == '': - newurl = urljoin(req.get_full_url(), newurl) - if hasattr(headers, 'replace_header'): - headers.replace_header(key, newurl) - else: - headers[key] = newurl - return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, - headers) - - http_error_301 = http_error_303 = http_error_307 = http_error_302 - -class Locator(object): - """ - A base class for locators - things that locate distributions. - """ - source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') - binary_extensions = ('.egg', '.exe', '.whl') - excluded_extensions = ('.pdf',) - - # A list of tags indicating which wheels you want to match. The default - # value of None matches against the tags compatible with the running - # Python. If you want to match other values, set wheel_tags on a locator - # instance to a list of tuples (pyver, abi, arch) which you want to match. - wheel_tags = None - - downloadable_extensions = source_extensions + ('.whl',) - - def __init__(self, scheme='default'): - """ - Initialise an instance. - :param scheme: Because locators look for most recent versions, they - need to know the version scheme to use. This specifies - the current PEP-recommended scheme - use ``'legacy'`` - if you need to support existing distributions on PyPI. - """ - self._cache = {} - self.scheme = scheme - # Because of bugs in some of the handlers on some of the platforms, - # we use our own opener rather than just using urlopen. - self.opener = build_opener(RedirectHandler()) - # If get_project() is called from locate(), the matcher instance - # is set from the requirement passed to locate(). See issue #18 for - # why this can be useful to know. - self.matcher = None - self.errors = queue.Queue() - - def get_errors(self): - """ - Return any errors which have occurred. - """ - result = [] - while not self.errors.empty(): # pragma: no cover - try: - e = self.errors.get(False) - result.append(e) - except self.errors.Empty: - continue - self.errors.task_done() - return result - - def clear_errors(self): - """ - Clear any errors which may have been logged. - """ - # Just get the errors and throw them away - self.get_errors() - - def clear_cache(self): - self._cache.clear() - - def _get_scheme(self): - return self._scheme - - def _set_scheme(self, value): - self._scheme = value - - scheme = property(_get_scheme, _set_scheme) - - def _get_project(self, name): - """ - For a given project, get a dictionary mapping available versions to Distribution - instances. - - This should be implemented in subclasses. - - If called from a locate() request, self.matcher will be set to a - matcher for the requirement to satisfy, otherwise it will be None. - """ - raise NotImplementedError('Please implement in the subclass') - - def get_distribution_names(self): - """ - Return all the distribution names known to this locator. - """ - raise NotImplementedError('Please implement in the subclass') - - def get_project(self, name): - """ - For a given project, get a dictionary mapping available versions to Distribution - instances. - - This calls _get_project to do all the work, and just implements a caching layer on top. - """ - if self._cache is None: # pragma: no cover - result = self._get_project(name) - elif name in self._cache: - result = self._cache[name] - else: - self.clear_errors() - result = self._get_project(name) - self._cache[name] = result - return result - - def score_url(self, url): - """ - Give an url a score which can be used to choose preferred URLs - for a given project release. - """ - t = urlparse(url) - basename = posixpath.basename(t.path) - compatible = True - is_wheel = basename.endswith('.whl') - is_downloadable = basename.endswith(self.downloadable_extensions) - if is_wheel: - compatible = is_compatible(Wheel(basename), self.wheel_tags) - return (t.scheme == 'https', 'pypi.org' in t.netloc, - is_downloadable, is_wheel, compatible, basename) - - def prefer_url(self, url1, url2): - """ - Choose one of two URLs where both are candidates for distribution - archives for the same version of a distribution (for example, - .tar.gz vs. zip). - - The current implementation favours https:// URLs over http://, archives - from PyPI over those from other locations, wheel compatibility (if a - wheel) and then the archive name. - """ - result = url2 - if url1: - s1 = self.score_url(url1) - s2 = self.score_url(url2) - if s1 > s2: - result = url1 - if result != url2: - logger.debug('Not replacing %r with %r', url1, url2) - else: - logger.debug('Replacing %r with %r', url1, url2) - return result - - def split_filename(self, filename, project_name): - """ - Attempt to split a filename in project name, version and Python version. - """ - return split_filename(filename, project_name) - - def convert_url_to_download_info(self, url, project_name): - """ - See if a URL is a candidate for a download URL for a project (the URL - has typically been scraped from an HTML page). - - If it is, a dictionary is returned with keys "name", "version", - "filename" and "url"; otherwise, None is returned. - """ - def same_project(name1, name2): - return normalize_name(name1) == normalize_name(name2) - - result = None - scheme, netloc, path, params, query, frag = urlparse(url) - if frag.lower().startswith('egg='): # pragma: no cover - logger.debug('%s: version hint in fragment: %r', - project_name, frag) - m = HASHER_HASH.match(frag) - if m: - algo, digest = m.groups() - else: - algo, digest = None, None - origpath = path - if path and path[-1] == '/': # pragma: no cover - path = path[:-1] - if path.endswith('.whl'): - try: - wheel = Wheel(path) - if not is_compatible(wheel, self.wheel_tags): - logger.debug('Wheel not compatible: %s', path) - else: - if project_name is None: - include = True - else: - include = same_project(wheel.name, project_name) - if include: - result = { - 'name': wheel.name, - 'version': wheel.version, - 'filename': wheel.filename, - 'url': urlunparse((scheme, netloc, origpath, - params, query, '')), - 'python-version': ', '.join( - ['.'.join(list(v[2:])) for v in wheel.pyver]), - } - except Exception as e: # pragma: no cover - logger.warning('invalid path for wheel: %s', path) - elif not path.endswith(self.downloadable_extensions): # pragma: no cover - logger.debug('Not downloadable: %s', path) - else: # downloadable extension - path = filename = posixpath.basename(path) - for ext in self.downloadable_extensions: - if path.endswith(ext): - path = path[:-len(ext)] - t = self.split_filename(path, project_name) - if not t: # pragma: no cover - logger.debug('No match for project/version: %s', path) - else: - name, version, pyver = t - if not project_name or same_project(project_name, name): - result = { - 'name': name, - 'version': version, - 'filename': filename, - 'url': urlunparse((scheme, netloc, origpath, - params, query, '')), - #'packagetype': 'sdist', - } - if pyver: # pragma: no cover - result['python-version'] = pyver - break - if result and algo: - result['%s_digest' % algo] = digest - return result - - def _get_digest(self, info): - """ - Get a digest from a dictionary by looking at 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 - 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): - logger.debug('%s did not match %r', matcher, k) - else: - if prereleases or not vcls(k).is_prerelease: - slist.append(k) - else: - logger.debug('skipping pre-release ' - 'version %s of %s', k, matcher.name) - except Exception: # pragma: no cover - logger.warning('error matching %s with %r', matcher, k) - pass # slist.append(k) - if len(slist) > 1: - slist = sorted(slist, key=scheme.key) - if slist: - logger.debug('sorted list: %s', slist) - version = slist[-1] - result = versions[version] - if result: - if r.extras: - result.extras = r.extras - result.download_urls = versions.get('urls', {}).get(version, set()) - d = {} - sd = versions.get('digests', {}) - for url in result.download_urls: - if url in sd: # pragma: no cover - d[url] = sd[url] - result.digests = d - self.matcher = None - return result - - -class PyPIRPCLocator(Locator): - """ - This locator uses XML-RPC to locate distributions. It therefore - cannot be used with simple mirrors (that only mirror file content). - """ - def __init__(self, url, **kwargs): - """ - Initialise an instance. - - :param url: The URL to use for XML-RPC. - :param kwargs: Passed to the superclass constructor. - """ - super(PyPIRPCLocator, self).__init__(**kwargs) - self.base_url = url - self.client = ServerProxy(url, timeout=3.0) - - def get_distribution_names(self): - """ - Return all the distribution names known to this locator. - """ - return set(self.client.list_packages()) - - def _get_project(self, name): - result = {'urls': {}, 'digests': {}} - versions = self.client.package_releases(name, True) - for v in versions: - urls = self.client.release_urls(name, v) - data = self.client.release_data(name, v) - metadata = Metadata(scheme=self.scheme) - metadata.name = data['name'] - metadata.version = data['version'] - metadata.license = data.get('license') - metadata.keywords = data.get('keywords', []) - metadata.summary = data.get('summary') - dist = Distribution(metadata) - if urls: - info = urls[0] - metadata.source_url = info['url'] - dist.digest = self._get_digest(info) - dist.locator = self - result[v] = dist - for info in urls: - url = info['url'] - digest = self._get_digest(info) - result['urls'].setdefault(v, set()).add(url) - result['digests'][url] = digest - return result - -class PyPIJSONLocator(Locator): - """ - This locator uses PyPI's JSON interface. It's very limited in functionality - and probably not worth using. - """ - def __init__(self, url, **kwargs): - super(PyPIJSONLocator, self).__init__(**kwargs) - self.base_url = ensure_slash(url) - - def get_distribution_names(self): - """ - Return all the distribution names known to this locator. - """ - raise NotImplementedError('Not available from this locator') - - def _get_project(self, name): - result = {'urls': {}, 'digests': {}} - url = urljoin(self.base_url, '%s/json' % quote(name)) - try: - resp = self.opener.open(url) - data = resp.read().decode() # for now - d = json.loads(data) - md = Metadata(scheme=self.scheme) - data = d['info'] - md.name = data['name'] - md.version = data['version'] - md.license = data.get('license') - md.keywords = data.get('keywords', []) - md.summary = data.get('summary') - dist = Distribution(md) - dist.locator = self - urls = d['urls'] - result[md.version] = dist - for info in d['urls']: - url = info['url'] - dist.download_urls.add(url) - dist.digests[url] = self._get_digest(info) - result['urls'].setdefault(md.version, set()).add(url) - result['digests'][url] = self._get_digest(info) - # Now get other releases - for version, infos in d['releases'].items(): - if version == md.version: - continue # already done - omd = Metadata(scheme=self.scheme) - omd.name = md.name - omd.version = version - odist = Distribution(omd) - odist.locator = self - result[version] = odist - for info in infos: - url = info['url'] - odist.download_urls.add(url) - odist.digests[url] = self._get_digest(info) - result['urls'].setdefault(version, set()).add(url) - result['digests'][url] = self._get_digest(info) -# for info in urls: -# md.source_url = info['url'] -# dist.digest = self._get_digest(info) -# dist.locator = self -# for info in urls: -# url = info['url'] -# result['urls'].setdefault(md.version, set()).add(url) -# result['digests'][url] = self._get_digest(info) - except Exception as e: - self.errors.put(text_type(e)) - logger.exception('JSON fetch failed: %s', e) - return result - - -class Page(object): - """ - This class represents a scraped HTML page. - """ - # The following slightly hairy-looking regex just looks for the contents of - # an anchor link, which has an attribute "href" either immediately preceded - # or immediately followed by a "rel" attribute. The attribute values can be - # declared with double quotes, single quotes or no quotes - which leads to - # the length of the expression. - _href = re.compile(""" -(rel\\s*=\\s*(?:"(?P<rel1>[^"]*)"|'(?P<rel2>[^']*)'|(?P<rel3>[^>\\s\n]*))\\s+)? -href\\s*=\\s*(?:"(?P<url1>[^"]*)"|'(?P<url2>[^']*)'|(?P<url3>[^>\\s\n]*)) -(\\s+rel\\s*=\\s*(?:"(?P<rel4>[^"]*)"|'(?P<rel5>[^']*)'|(?P<rel6>[^>\\s\n]*)))? -""", re.I | re.S | re.X) - _base = re.compile(r"""<base\s+href\s*=\s*['"]?([^'">]+)""", 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(d)).read(), - 'none': lambda b: b, - } - - def __init__(self, url, timeout=None, num_workers=10, **kwargs): - """ - Initialise an instance. - :param url: The root URL to use for scraping. - :param timeout: The timeout, in seconds, to be applied to requests. - This defaults to ``None`` (no timeout specified). - :param num_workers: The number of worker threads you want to do I/O, - This defaults to 10. - :param kwargs: Passed to the superclass. - """ - super(SimpleScrapingLocator, self).__init__(**kwargs) - self.base_url = ensure_slash(url) - self.timeout = timeout - self._page_cache = {} - self._seen = set() - self._to_fetch = queue.Queue() - self._bad_hosts = set() - self.skip_externals = False - self.num_workers = num_workers - self._lock = threading.RLock() - # See issue #45: we need to be resilient when the locator is used - # in a thread, e.g. with concurrent.futures. We can't use self._lock - # as it is for coordinating our internal threads - the ones created - # in _prepare_threads. - self._gplock = threading.RLock() - self.platform_check = False # See issue #112 - - def _prepare_threads(self): - """ - Threads are created only when get_project is called, and terminate - before it returns. They are there primarily to parallelise I/O (i.e. - fetching web pages). - """ - self._threads = [] - for i in range(self.num_workers): - t = threading.Thread(target=self._fetch) - t.setDaemon(True) - t.start() - self._threads.append(t) - - def _wait_threads(self): - """ - Tell all the threads to terminate (by sending a sentinel value) and - wait for them to do so. - """ - # Note that you need two loops, since you can't say which - # thread will get each sentinel - for t in self._threads: - self._to_fetch.put(None) # sentinel - for t in self._threads: - t.join() - self._threads = [] - - def _get_project(self, name): - result = {'urls': {}, 'digests': {}} - with self._gplock: - self.result = result - self.project_name = name - url = urljoin(self.base_url, '%s/' % quote(name)) - self._seen.clear() - self._page_cache.clear() - self._prepare_threads() - try: - logger.debug('Queueing %s', url) - self._to_fetch.put(url) - self._to_fetch.join() - finally: - self._wait_threads() - del self.result - return result - - platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' - r'win(32|_amd64)|macosx_?\d+)\b', re.I) - - def _is_platform_dependent(self, url): - """ - Does an URL refer to a platform-specific download? - """ - return self.platform_dependent.search(url) - - def _process_download(self, url): - """ - See if an URL is a suitable download for a project. - - If it is, register information in the result dictionary (for - _get_project) about the specific version it's for. - - Note that the return value isn't actually used other than as a boolean - value. - """ - if self.platform_check and self._is_platform_dependent(url): - info = None - else: - info = self.convert_url_to_download_info(url, self.project_name) - logger.debug('process_download: %s -> %s', url, info) - if info: - with self._lock: # needed because self.result is shared - self._update_version_data(self.result, info) - return info - - def _should_queue(self, link, referrer, rel): - """ - Determine whether a link URL from a referring page and with a - particular "rel" attribute should be queued for scraping. - """ - scheme, netloc, path, _, _, _ = urlparse(link) - if path.endswith(self.source_extensions + self.binary_extensions + - self.excluded_extensions): - result = False - elif self.skip_externals and not link.startswith(self.base_url): - result = False - elif not referrer.startswith(self.base_url): - result = False - elif rel not in ('homepage', 'download'): - result = False - elif scheme not in ('http', 'https', 'ftp'): - result = False - elif self._is_platform_dependent(link): - result = False - else: - host = netloc.split(':', 1)[0] - if host.lower() == 'localhost': - result = False - else: - result = True - logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, - referrer, result) - return result - - def _fetch(self): - """ - Get a URL to fetch from the work queue, get the HTML page, examine its - links for download candidates and candidates for further scraping. - - This is a handy method to run in a thread. - """ - while True: - url = self._to_fetch.get() - try: - if url: - page = self.get_page(url) - if page is None: # e.g. after an error - continue - for link, rel in page.links: - if link not in self._seen: - try: - self._seen.add(link) - if (not self._process_download(link) and - self._should_queue(link, url, rel)): - logger.debug('Queueing %s from %s', link, url) - self._to_fetch.put(link) - except MetadataInvalidError: # e.g. invalid versions - pass - except Exception as e: # pragma: no cover - self.errors.put(text_type(e)) - finally: - # always do this, to avoid hangs :-) - self._to_fetch.task_done() - if not url: - #logger.debug('Sentinel seen, quitting.') - break - - def get_page(self, url): - """ - Get the HTML for an URL, possibly from an in-memory cache. - - XXX TODO Note: this cache is never actually cleared. It's assumed that - the data won't get stale over the lifetime of a locator instance (not - necessarily true for the default_locator). - """ - # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api - scheme, netloc, path, _, _, _ = urlparse(url) - if scheme == 'file' and os.path.isdir(url2pathname(path)): - url = urljoin(ensure_slash(url), 'index.html') - - if url in self._page_cache: - result = self._page_cache[url] - logger.debug('Returning %s from cache: %s', url, result) - else: - host = netloc.split(':', 1)[0] - result = None - if host in self._bad_hosts: - logger.debug('Skipping %s due to bad host %s', url, host) - else: - req = Request(url, headers={'Accept-encoding': 'identity'}) - try: - logger.debug('Fetching %s', url) - resp = self.opener.open(req, timeout=self.timeout) - logger.debug('Fetched %s', url) - headers = resp.info() - content_type = headers.get('Content-Type', '') - if HTML_CONTENT_TYPE.match(content_type): - final_url = resp.geturl() - data = resp.read() - encoding = headers.get('Content-Encoding') - if encoding: - decoder = self.decoders[encoding] # fail if not found - data = decoder(data) - encoding = 'utf-8' - m = CHARSET.search(content_type) - if m: - encoding = m.group(1) - try: - data = data.decode(encoding) - except UnicodeError: # pragma: no cover - data = data.decode('latin-1') # fallback - result = Page(data, final_url) - self._page_cache[final_url] = result - except HTTPError as e: - if e.code != 404: - logger.exception('Fetch failed: %s: %s', url, e) - except URLError as e: # pragma: no cover - logger.exception('Fetch failed: %s: %s', url, e) - with self._lock: - self._bad_hosts.add(host) - except Exception as e: # pragma: no cover - logger.exception('Fetch failed: %s: %s', url, e) - finally: - self._page_cache[url] = result # even if None (failure) - return result - - _distname_re = re.compile('<a href=[^>]*>([^<]+)<') - - def get_distribution_names(self): - """ - Return all the distribution names known to this locator. - """ - result = set() - page = self.get_page(self.base_url) - if not page: - raise DistlibException('Unable to get %s' % self.base_url) - for match in self._distname_re.finditer(page.data): - result.add(match.group(1)) - return result - -class DirectoryLocator(Locator): - """ - This class locates distributions in a directory tree. - """ - - def __init__(self, path, **kwargs): - """ - Initialise an instance. - :param path: The root of the directory tree to search. - :param kwargs: Passed to the superclass constructor, - except for: - * recursive - if True (the default), subdirectories are - recursed into. If False, only the top-level directory - is searched, - """ - self.recursive = kwargs.pop('recursive', True) - super(DirectoryLocator, self).__init__(**kwargs) - path = os.path.abspath(path) - if not os.path.isdir(path): # pragma: no cover - raise DistlibException('Not a directory: %r' % path) - self.base_dir = path - - def should_include(self, filename, parent): - """ - Should a filename be considered as a candidate for a distribution - archive? As well as the filename, the directory which contains it - is provided, though not used by the current implementation. - """ - return filename.endswith(self.downloadable_extensions) - - def _get_project(self, name): - result = {'urls': {}, 'digests': {}} - for root, dirs, files in os.walk(self.base_dir): - for fn in files: - if self.should_include(fn, root): - fn = os.path.join(root, fn) - url = urlunparse(('file', '', - pathname2url(os.path.abspath(fn)), - '', '', '')) - info = self.convert_url_to_download_info(url, name) - if info: - self._update_version_data(result, info) - if not self.recursive: - break - return result - - def get_distribution_names(self): - """ - Return all the distribution names known to this locator. - """ - result = set() - for root, dirs, files in os.walk(self.base_dir): - for fn in files: - if self.should_include(fn, root): - fn = os.path.join(root, fn) - url = urlunparse(('file', '', - pathname2url(os.path.abspath(fn)), - '', '', '')) - info = self.convert_url_to_download_info(url, None) - if info: - result.add(info['name']) - if not self.recursive: - break - return result - -class JSONLocator(Locator): - """ - This locator uses special extended metadata (not available on PyPI) and is - the basis of performant dependency resolution in distlib. Other locators - require archive downloads before dependencies can be determined! As you - might imagine, that can be slow. - """ - def get_distribution_names(self): - """ - Return all the distribution names known to this locator. - """ - raise NotImplementedError('Not available from this locator') - - def _get_project(self, name): - result = {'urls': {}, 'digests': {}} - data = get_project_data(name) - if data: - for info in data.get('files', []): - if info['ptype'] != 'sdist' or info['pyversion'] != 'source': - continue - # We don't store summary in project metadata as it makes - # the data bigger for no benefit during dependency - # resolution - dist = make_dist(data['name'], info['version'], - summary=data.get('summary', - 'Placeholder for summary'), - scheme=self.scheme) - md = dist.metadata - md.source_url = info['url'] - # TODO SHA256 digest - if 'digest' in info and info['digest']: - dist.digest = ('md5', info['digest']) - md.dependencies = info.get('requirements', {}) - dist.exports = info.get('exports', {}) - result[dist.version] = dist - result['urls'].setdefault(dist.version, set()).add(info['url']) - return result - -class DistPathLocator(Locator): - """ - This locator finds installed distributions in a path. It can be useful for - adding to an :class:`AggregatingLocator`. - """ - def __init__(self, distpath, **kwargs): - """ - Initialise an instance. - - :param distpath: A :class:`DistributionPath` instance to search. - """ - super(DistPathLocator, self).__init__(**kwargs) - assert isinstance(distpath, DistributionPath) - self.distpath = distpath - - def _get_project(self, name): - dist = self.distpath.get_distribution(name) - if dist is None: - result = {'urls': {}, 'digests': {}} - else: - result = { - dist.version: dist, - 'urls': {dist.version: set([dist.source_url])}, - 'digests': {dist.version: set([None])} - } - return result - - -class AggregatingLocator(Locator): - """ - This class allows you to chain and/or merge a list of locators. - """ - def __init__(self, *locators, **kwargs): - """ - Initialise an instance. - - :param locators: The list of locators to search. - :param kwargs: Passed to the superclass constructor, - except for: - * merge - if False (the default), the first successful - search from any of the locators is returned. If True, - the results from all locators are merged (this can be - slow). - """ - self.merge = kwargs.pop('merge', False) - self.locators = locators - super(AggregatingLocator, self).__init__(**kwargs) - - def clear_cache(self): - super(AggregatingLocator, self).clear_cache() - for locator in self.locators: - locator.clear_cache() - - def _set_scheme(self, value): - self._scheme = value - for locator in self.locators: - locator.scheme = value - - scheme = property(Locator.scheme.fget, _set_scheme) - - def _get_project(self, name): - result = {} - for locator in self.locators: - d = locator.get_project(name) - if d: - if self.merge: - files = result.get('urls', {}) - digests = result.get('digests', {}) - # next line could overwrite result['urls'], result['digests'] - result.update(d) - df = result.get('urls') - if files and df: - for k, v in files.items(): - if k in df: - df[k] |= v - else: - df[k] = v - dd = result.get('digests') - if digests and dd: - dd.update(digests) - else: - # See issue #18. If any dists are found and we're looking - # for specific constraints, we only return something if - # a match is found. For example, if a DirectoryLocator - # returns just foo (1.0) while we're looking for - # foo (>= 2.0), we'll pretend there was nothing there so - # that subsequent locators can be queried. Otherwise we - # would just return foo (1.0) which would then lead to a - # failure to find foo (>= 2.0), because other locators - # weren't searched. Note that this only matters when - # merge=False. - if self.matcher is None: - found = True - else: - found = False - for k in d: - if self.matcher.match(k): - found = True - break - if found: - result = d - break - return result - - def get_distribution_names(self): - """ - Return all the distribution names known to this locator. - """ - result = set() - for locator in self.locators: - try: - result |= locator.get_distribution_names() - except NotImplementedError: - pass - return result - - -# We use a legacy scheme simply because most of the dists on PyPI use legacy -# versions which don't conform to PEP 426 / PEP 440. -default_locator = AggregatingLocator( - JSONLocator(), - SimpleScrapingLocator('https://pypi.org/simple/', - timeout=3.0), - scheme='legacy') - -locate = default_locator.locate - -NAME_VERSION_RE = re.compile(r'(?P<name>[\w-]+)\s*' - r'\(\s*(==\s*)?(?P<ver>[^)]+)\)$') - -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/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py b/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py deleted file mode 100644 index ca0fe44..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py +++ /dev/null @@ -1,393 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2013 Python Software Foundation. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -""" -Class representing the list of files in a distribution. - -Equivalent to distutils.filelist, but fixes some problems. -""" -import fnmatch -import logging -import os -import re -import sys - -from . import DistlibException -from .compat import fsdecode -from .util import convert_path - - -__all__ = ['Manifest'] - -logger = logging.getLogger(__name__) - -# a \ followed by some spaces + EOL -_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) -_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) - -# -# Due to the different results returned by fnmatch.translate, we need -# to do slightly different processing for Python 2.7 and 3.2 ... this needed -# to be brought in for Python 3.6 onwards. -# -_PYTHON_VERSION = sys.version_info[:2] - -class Manifest(object): - """A list of files built by on exploring the filesystem and filtered by - applying various patterns to what we find there. - """ - - def __init__(self, base=None): - """ - Initialise an instance. - - :param base: The base directory to explore under. - """ - self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) - self.prefix = self.base + os.sep - self.allfiles = None - self.files = set() - - # - # Public API - # - - def findall(self): - """Find all files under the base and set ``allfiles`` to the absolute - pathnames of files found. - """ - from stat import S_ISREG, S_ISDIR, S_ISLNK - - self.allfiles = allfiles = [] - root = self.base - stack = [root] - pop = stack.pop - push = stack.append - - while stack: - root = pop() - names = os.listdir(root) - - for name in names: - fullname = os.path.join(root, name) - - # Avoid excess stat calls -- just one will do, thank you! - stat = os.stat(fullname) - mode = stat.st_mode - if S_ISREG(mode): - allfiles.append(fsdecode(fullname)) - elif S_ISDIR(mode) and not S_ISLNK(mode): - push(fullname) - - def add(self, item): - """ - Add a file to the manifest. - - :param item: The pathname to add. This can be relative to the base. - """ - if not item.startswith(self.prefix): - item = os.path.join(self.base, item) - self.files.add(os.path.normpath(item)) - - def add_many(self, items): - """ - Add a list of files to the manifest. - - :param items: The pathnames to add. These can be relative to the base. - """ - for item in items: - self.add(item) - - def sorted(self, wantdirs=False): - """ - Return sorted files in directory order - """ - - def add_dir(dirs, d): - dirs.add(d) - logger.debug('add_dir added %s', d) - if d != self.base: - parent, _ = os.path.split(d) - assert parent not in ('', '/') - add_dir(dirs, parent) - - result = set(self.files) # make a copy! - if wantdirs: - dirs = set() - for f in result: - add_dir(dirs, os.path.dirname(f)) - result |= dirs - return [os.path.join(*path_tuple) for path_tuple in - sorted(os.path.split(path) for path in result)] - - def clear(self): - """Clear all collected files.""" - self.files = set() - self.allfiles = [] - - def process_directive(self, directive): - """ - Process a directive which either adds some files from ``allfiles`` to - ``files``, or removes some files from ``files``. - - :param directive: The directive to process. This should be in a format - compatible with distutils ``MANIFEST.in`` files: - - http://docs.python.org/distutils/sourcedist.html#commands - """ - # Parse the line: split it up, make sure the right number of words - # is there, and return the relevant words. 'action' is always - # defined: it's the first word of the line. Which of the other - # three are defined depends on the action; it'll be either - # patterns, (dir and patterns), or (dirpattern). - action, patterns, thedir, dirpattern = self._parse_directive(directive) - - # OK, now we know that the action is valid and we have the - # right number of words on the line for that action -- so we - # can proceed with minimal error-checking. - if action == 'include': - for pattern in patterns: - if not self._include_pattern(pattern, anchor=True): - logger.warning('no files found matching %r', pattern) - - elif action == 'exclude': - for pattern in patterns: - found = self._exclude_pattern(pattern, anchor=True) - #if not found: - # logger.warning('no previously-included files ' - # 'found matching %r', pattern) - - elif action == 'global-include': - for pattern in patterns: - if not self._include_pattern(pattern, anchor=False): - logger.warning('no files found matching %r ' - 'anywhere in distribution', pattern) - - elif action == 'global-exclude': - for pattern in patterns: - found = self._exclude_pattern(pattern, anchor=False) - #if not found: - # logger.warning('no previously-included files ' - # 'matching %r found anywhere in ' - # 'distribution', pattern) - - elif action == 'recursive-include': - for pattern in patterns: - if not self._include_pattern(pattern, prefix=thedir): - logger.warning('no files found matching %r ' - 'under directory %r', pattern, thedir) - - elif action == 'recursive-exclude': - for pattern in patterns: - found = self._exclude_pattern(pattern, prefix=thedir) - #if not found: - # logger.warning('no previously-included files ' - # 'matching %r found under directory %r', - # pattern, thedir) - - elif action == 'graft': - if not self._include_pattern(None, prefix=dirpattern): - logger.warning('no directories found matching %r', - dirpattern) - - elif action == 'prune': - if not self._exclude_pattern(None, prefix=dirpattern): - logger.warning('no previously-included directories found ' - 'matching %r', dirpattern) - else: # pragma: no cover - # This should never happen, as it should be caught in - # _parse_template_line - raise DistlibException( - 'invalid action %r' % action) - - # - # Private API - # - - def _parse_directive(self, directive): - """ - Validate a directive. - :param directive: The directive to validate. - :return: A tuple of action, patterns, thedir, dir_patterns - """ - words = directive.split() - if len(words) == 1 and words[0] not in ('include', 'exclude', - 'global-include', - 'global-exclude', - 'recursive-include', - 'recursive-exclude', - 'graft', 'prune'): - # no action given, let's use the default 'include' - words.insert(0, 'include') - - action = words[0] - patterns = thedir = dir_pattern = None - - if action in ('include', 'exclude', - 'global-include', 'global-exclude'): - if len(words) < 2: - raise DistlibException( - '%r expects <pattern1> <pattern2> ...' % 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 <dir> <pattern1> <pattern2> ...' % 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 <dir_pattern>' % 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'((?<!\\)(\\\\)*)\.', escaped, pattern_re) - return pattern_re diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/markers.py b/lib/python3.8/site-packages/pip/_vendor/distlib/markers.py deleted file mode 100644 index ee1f3e2..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/markers.py +++ /dev/null @@ -1,131 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2017 Vinay Sajip. -# Licensed to the Python Software Foundation under a contributor agreement. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -""" -Parser for the environment markers micro-language defined in PEP 508. -""" - -# Note: In PEP 345, the micro-language was Python compatible, so the ast -# module could be used to parse it. However, PEP 508 introduced operators such -# as ~= and === which aren't in Python, necessitating a different approach. - -import os -import sys -import platform -import re - -from .compat import python_implementation, urlparse, string_types -from .util import in_venv, parse_marker - -__all__ = ['interpret'] - -def _is_literal(o): - if not isinstance(o, string_types) or not o: - return False - return o[0] in '\'"' - -class Evaluator(object): - """ - This class is used to evaluate marker expessions. - """ - - operations = { - '==': 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, - '<=': 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) - result = self.operations[op](lhs, rhs) - return result - -def default_context(): - def format_full_version(info): - version = '%s.%s.%s' % (info.major, info.minor, info.micro) - kind = info.releaselevel - if kind != 'final': - version += kind[0] + str(info.serial) - return version - - if hasattr(sys, 'implementation'): - implementation_version = format_full_version(sys.implementation.version) - implementation_name = sys.implementation.name - else: - implementation_version = '0' - implementation_name = '' - - result = { - 'implementation_name': implementation_name, - 'implementation_version': implementation_version, - 'os_name': os.name, - 'platform_machine': platform.machine(), - 'platform_python_implementation': platform.python_implementation(), - 'platform_release': platform.release(), - 'platform_system': platform.system(), - 'platform_version': platform.version(), - 'platform_in_venv': str(in_venv()), - 'python_full_version': platform.python_version(), - 'python_version': platform.python_version()[:3], - 'sys_platform': sys.platform, - } - return result - -DEFAULT_CONTEXT = default_context() -del default_context - -evaluator = Evaluator() - -def interpret(marker, execution_context=None): - """ - Interpret a marker and return a result depending on environment. - - :param marker: The marker to interpret. - :type marker: str - :param execution_context: The context used for name lookup. - :type execution_context: mapping - """ - try: - expr, rest = parse_marker(marker) - except Exception as e: - raise SyntaxError('Unable to interpret marker syntax: %s: %s' % (marker, e)) - if rest and rest[0] != '#': - raise SyntaxError('unexpected trailing data in marker: %s: %s' % (marker, rest)) - context = dict(DEFAULT_CONTEXT) - if execution_context: - context.update(execution_context) - return evaluator.evaluate(expr, context) diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py b/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py deleted file mode 100644 index 2d61378..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py +++ /dev/null @@ -1,1096 +0,0 @@ -# -*- 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, and 2.0 experimental). -""" -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). -_566_FIELDS = _426_FIELDS + ('Description-Content-Type', - 'Requires', 'Provides') - -_566_MARKERS = ('Description-Content-Type',) - -_ALL_FIELDS = set() -_ALL_FIELDS.update(_241_FIELDS) -_ALL_FIELDS.update(_314_FIELDS) -_ALL_FIELDS.update(_345_FIELDS) -_ALL_FIELDS.update(_426_FIELDS) -_ALL_FIELDS.update(_566_FIELDS) - -EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') - - -def _version2fieldlist(version): - if version == '1.0': - return _241_FIELDS - elif version == '1.1': - return _314_FIELDS - elif version == '1.2': - return _345_FIELDS - elif version in ('1.3', '2.1'): - return _345_FIELDS + _566_FIELDS - elif version == '2.0': - return _426_FIELDS - raise MetadataUnrecognizedVersionError(version) - - -def _best_version(fields): - """Detect the best version depending on the fields used.""" - def _has_marker(keys, markers): - for marker in markers: - if marker in keys: - return True - return False - - keys = [] - for key, value in fields.items(): - if value in ([], 'UNKNOWN', None): - continue - keys.append(key) - - possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.0', '2.1'] - - # first let's try to see if a field is not part of one of the version - for key in keys: - if key not in _241_FIELDS and '1.0' in possible_versions: - possible_versions.remove('1.0') - logger.debug('Removed 1.0 due to %s', key) - if key not in _314_FIELDS and '1.1' in possible_versions: - possible_versions.remove('1.1') - logger.debug('Removed 1.1 due to %s', key) - if key not in _345_FIELDS and '1.2' in possible_versions: - possible_versions.remove('1.2') - logger.debug('Removed 1.2 due to %s', key) - if key not in _566_FIELDS and '1.3' in possible_versions: - possible_versions.remove('1.3') - logger.debug('Removed 1.3 due to %s', key) - if key not in _566_FIELDS and '2.1' in possible_versions: - if key != 'Description': # In 2.1, description allowed after headers - possible_versions.remove('2.1') - logger.debug('Removed 2.1 due to %s', key) - if key not in _426_FIELDS and '2.0' in possible_versions: - possible_versions.remove('2.0') - logger.debug('Removed 2.0 due to %s', key) - - # possible_version contains qualified versions - if len(possible_versions) == 1: - return possible_versions[0] # found ! - elif len(possible_versions) == 0: - logger.debug('Out of options - unknown metadata set: %s', fields) - raise MetadataConflictError('Unknown metadata set') - - # let's see if one unique marker is found - is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) - is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) - is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) - is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) - if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_0) > 1: - raise MetadataConflictError('You used incompatible 1.1/1.2/2.0/2.1 fields') - - # we have the choice, 1.0, or 1.2, or 2.0 - # - 1.0 has a broken Summary field but works with all tools - # - 1.1 is to avoid - # - 1.2 fixes Summary but has little adoption - # - 2.0 adds more features and is very new - if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_0: - # we couldn't find any specific marker - if PKG_INFO_PREFERRED_VERSION in possible_versions: - return PKG_INFO_PREFERRED_VERSION - if is_1_1: - return '1.1' - if is_1_2: - return '1.2' - if is_2_1: - return '2.1' - - return '2.0' - -_ATTR2FIELD = { - 'metadata_version': 'Metadata-Version', - 'name': 'Name', - 'version': 'Version', - 'platform': 'Platform', - 'supported_platform': 'Supported-Platform', - 'summary': 'Summary', - 'description': 'Description', - 'keywords': 'Keywords', - 'home_page': 'Home-page', - 'author': 'Author', - 'author_email': 'Author-email', - 'maintainer': 'Maintainer', - 'maintainer_email': 'Maintainer-email', - 'license': 'License', - 'classifier': 'Classifier', - 'download_url': 'Download-URL', - 'obsoletes_dist': 'Obsoletes-Dist', - 'provides_dist': 'Provides-Dist', - 'requires_dist': 'Requires-Dist', - 'setup_requires_dist': 'Setup-Requires-Dist', - 'requires_python': 'Requires-Python', - 'requires_external': 'Requires-External', - 'requires': 'Requires', - 'provides': 'Provides', - 'obsoletes': 'Obsoletes', - 'project_url': 'Project-URL', - 'private_version': 'Private-Version', - 'obsoleted_by': 'Obsoleted-By', - 'extension': 'Extension', - 'provides_extra': 'Provides-Extra', -} - -_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') -_VERSIONS_FIELDS = ('Requires-Python',) -_VERSION_FIELDS = ('Version',) -_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', - 'Requires', 'Provides', 'Obsoletes-Dist', - 'Provides-Dist', 'Requires-Dist', 'Requires-External', - 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', - 'Provides-Extra', 'Extension') -_LISTTUPLEFIELDS = ('Project-URL',) - -_ELEMENTSFIELD = ('Keywords',) - -_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') - -_MISSING = object() - -_FILESAFE = re.compile('[^A-Za-z0-9.]+') - - -def _get_name_and_version(name, version, for_filename=False): - """Return the distribution name with version. - - If for_filename is true, return a filename-escaped form.""" - if for_filename: - # For both name and version any runs of non-alphanumeric or '.' - # characters are replaced with a single '-'. Additionally any - # spaces in the version string become '.' - name = _FILESAFE.sub('-', name) - version = _FILESAFE.sub('-', version.replace(' ', '.')) - return '%s-%s' % (name, version) - - -class LegacyMetadata(object): - """The legacy metadata of a release. - - Supports versions 1.0, 1.1 and 1.2 (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) - # 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). - """ - self.set_metadata_version() - - mapping_1_0 = ( - ('metadata_version', 'Metadata-Version'), - ('name', 'Name'), - ('version', 'Version'), - ('summary', 'Summary'), - ('home_page', 'Home-page'), - ('author', 'Author'), - ('author_email', 'Author-email'), - ('license', 'License'), - ('description', 'Description'), - ('keywords', 'Keywords'), - ('platform', 'Platform'), - ('classifiers', 'Classifier'), - ('download_url', 'Download-URL'), - ) - - data = {} - for key, field_name in mapping_1_0: - if not skip_missing or field_name in self._fields: - data[key] = self[field_name] - - if self['Metadata-Version'] == '1.2': - mapping_1_2 = ( - ('requires_dist', 'Requires-Dist'), - ('requires_python', 'Requires-Python'), - ('requires_external', 'Requires-External'), - ('provides_dist', 'Provides-Dist'), - ('obsoletes_dist', 'Obsoletes-Dist'), - ('project_url', 'Project-URL'), - ('maintainer', 'Maintainer'), - ('maintainer_email', 'Maintainer-email'), - ) - for key, field_name in mapping_1_2: - if not skip_missing or field_name in self._fields: - if key != 'project_url': - data[key] = self[field_name] - else: - data[key] = [','.join(u) for u in self[field_name]] - - elif self['Metadata-Version'] == '1.1': - mapping_1_1 = ( - ('provides', 'Provides'), - ('requires', 'Requires'), - ('obsoletes', 'Obsoletes'), - ) - for key, field_name in mapping_1_1: - if not skip_missing or field_name in self._fields: - data[key] = self[field_name] - - return data - - def add_requirements(self, requirements): - if self['Metadata-Version'] == '1.1': - # we can't have 1.1 metadata *and* Setuptools requires - for field in ('Obsoletes', 'Requires', 'Provides'): - if field in self: - del self[field] - self['Requires-Dist'] += requirements - - # Mapping API - # TODO could add iter* variants - - def keys(self): - return list(_version2fieldlist(self['Metadata-Version'])) - - def __iter__(self): - for key in self.keys(): - yield key - - def values(self): - return [self[key] for key in self.keys()] - - def items(self): - return [(key, self[key]) for key in self.keys()] - - def __repr__(self): - return '<%s %s %s>' % (self.__class__.__name__, self.name, - self.version) - - -METADATA_FILENAME = 'pydist.json' -WHEEL_METADATA_FILENAME = 'metadata.json' -LEGACY_METADATA_FILENAME = 'METADATA' - - -class Metadata(object): - """ - The metadata of a release. This implementation uses 2.0 (JSON) - metadata where possible. If not possible, it wraps a LegacyMetadata - instance which handles the key-value metadata format. - """ - - METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') - - NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) - - VERSION_MATCHER = PEP440_VERSION_RE - - SUMMARY_MATCHER = re.compile('.{1,2047}') - - METADATA_VERSION = '2.0' - - GENERATOR = 'distlib (%s)' % __version__ - - MANDATORY_KEYS = { - 'name': (), - 'version': (), - 'summary': ('legacy',), - } - - INDEX_KEYS = ('name version license summary description author ' - 'author_email keywords platform home_page classifiers ' - 'download_url') - - DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' - 'dev_requires provides meta_requires obsoleted_by ' - 'supports_environments') - - SYNTAX_VALIDATORS = { - 'metadata_version': (METADATA_VERSION_MATCHER, ()), - 'name': (NAME_MATCHER, ('legacy',)), - 'version': (VERSION_MATCHER, ('legacy',)), - 'summary': (SUMMARY_MATCHER, ('legacy',)), - } - - __slots__ = ('_legacy', '_data', 'scheme') - - def __init__(self, path=None, fileobj=None, mapping=None, - scheme='default'): - if [path, fileobj, mapping].count(None) < 2: - raise TypeError('path, fileobj and mapping are exclusive') - self._legacy = None - self._data = None - self.scheme = scheme - #import pdb; pdb.set_trace() - if mapping is not None: - try: - self._validate_mapping(mapping, scheme) - self._data = mapping - except MetadataUnrecognizedVersionError: - self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) - self.validate() - else: - data = None - if path: - with open(path, 'rb') as f: - data = f.read() - elif fileobj: - data = fileobj.read() - if data is None: - # Initialised with no args - to be added - self._data = { - 'metadata_version': self.METADATA_VERSION, - 'generator': self.GENERATOR, - } - else: - if not isinstance(data, text_type): - data = data.decode('utf-8') - try: - self._data = json.loads(data) - self._validate_mapping(self._data, scheme) - except ValueError: - # Note: MetadataUnrecognizedVersionError does not - # inherit from ValueError (it's a DistlibException, - # which should not inherit from ValueError). - # The ValueError comes from the json.load - if that - # succeeds and we get a validation error, we want - # that to propagate - self._legacy = LegacyMetadata(fileobj=StringIO(data), - scheme=scheme) - self.validate() - - common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) - - none_list = (None, list) - none_dict = (None, dict) - - mapped_keys = { - 'run_requires': ('Requires-Dist', list), - 'build_requires': ('Setup-Requires-Dist', list), - 'dev_requires': none_list, - 'test_requires': none_list, - 'meta_requires': none_list, - 'extras': ('Provides-Extra', list), - 'modules': none_list, - 'namespaces': none_list, - 'exports': none_dict, - 'commands': none_dict, - 'classifiers': ('Classifier', list), - 'source_url': ('Download-URL', None), - 'metadata_version': ('Metadata-Version', None), - } - - del none_list, none_dict - - def __getattribute__(self, key): - common = object.__getattribute__(self, 'common_keys') - mapped = object.__getattribute__(self, 'mapped_keys') - if key in mapped: - lk, maker = mapped[key] - if self._legacy: - if lk is None: - result = None if maker is None else maker() - else: - result = self._legacy.get(lk) - else: - value = None if maker is None else maker() - if key not in ('commands', 'exports', 'modules', 'namespaces', - 'classifiers'): - result = self._data.get(key, value) - else: - # special cases for PEP 459 - sentinel = object() - result = sentinel - d = self._data.get('extensions') - if d: - if key == 'commands': - result = d.get('python.commands', value) - elif key == 'classifiers': - d = d.get('python.details') - if d: - result = d.get(key, value) - else: - d = d.get('python.exports') - if not d: - d = self._data.get('python.exports') - if d: - result = d.get(key, value) - if result is sentinel: - result = value - elif key not in common: - result = object.__getattribute__(self, key) - elif self._legacy: - result = self._legacy.get(key) - else: - result = self._data.get(key) - return result - - def _validate_value(self, key, value, scheme=None): - if key in self.SYNTAX_VALIDATORS: - pattern, exclusions = self.SYNTAX_VALIDATORS[key] - if (scheme or self.scheme) not in exclusions: - m = pattern.match(value) - if not m: - raise MetadataInvalidError("'%s' is an invalid value for " - "the '%s' property" % (value, - key)) - - def __setattr__(self, key, value): - self._validate_value(key, value) - common = object.__getattribute__(self, 'common_keys') - mapped = object.__getattribute__(self, 'mapped_keys') - if key in mapped: - lk, _ = mapped[key] - if self._legacy: - if lk is None: - raise NotImplementedError - self._legacy[lk] = value - elif key not in ('commands', 'exports', 'modules', 'namespaces', - 'classifiers'): - self._data[key] = value - else: - # special cases for PEP 459 - d = self._data.setdefault('extensions', {}) - if key == 'commands': - d['python.commands'] = value - elif key == 'classifiers': - d = d.setdefault('python.details', {}) - d[key] = value - else: - d = d.setdefault('python.exports', {}) - d[key] = value - elif key not in common: - object.__setattr__(self, key, value) - else: - if key == 'keywords': - if isinstance(value, string_types): - value = value.strip() - if value: - value = value.split() - else: - value = [] - if self._legacy: - self._legacy[key] = value - else: - self._data[key] = value - - @property - def name_and_version(self): - return _get_name_and_version(self.name, self.version, True) - - @property - def provides(self): - if self._legacy: - result = self._legacy['Provides-Dist'] - else: - result = self._data.setdefault('provides', []) - s = '%s (%s)' % (self.name, self.version) - if s not in result: - result.append(s) - return result - - @provides.setter - def provides(self, value): - if self._legacy: - self._legacy['Provides-Dist'] = value - else: - self._data['provides'] = value - - def get_requirements(self, reqts, extras=None, env=None): - """ - Base method to get dependencies, given a set of extras - to satisfy and an optional environment context. - :param reqts: A list of sometimes-wanted dependencies, - perhaps dependent on extras and environment. - :param extras: A list of optional components being requested. - :param env: An optional environment for marker evaluation. - """ - if self._legacy: - result = reqts - else: - result = [] - extras = get_extras(extras or [], self.extras) - for d in reqts: - if 'extra' not in d and 'environment' not in d: - # unconditional - include = True - else: - if 'extra' not in d: - # Not extra-dependent - only environment-dependent - include = True - else: - include = d.get('extra') in extras - if include: - # Not excluded because of extras, check environment - marker = d.get('environment') - if marker: - include = interpret(marker, env) - if include: - result.extend(d['requires']) - for key in ('build', 'dev', 'test'): - e = ':%s:' % key - if e in extras: - extras.remove(e) - # A recursive call, but it should terminate since 'test' - # has been removed from the extras - reqts = self._data.get('%s_requires' % key, []) - result.extend(self.get_requirements(reqts, extras=extras, - env=env)) - return result - - @property - def dictionary(self): - if self._legacy: - return self._from_legacy() - return self._data - - @property - def dependencies(self): - if self._legacy: - raise NotImplementedError - else: - return extract_by_key(self._data, self.DEPENDENCY_KEYS) - - @dependencies.setter - def dependencies(self, value): - if self._legacy: - raise NotImplementedError - else: - self._data.update(value) - - def _validate_mapping(self, mapping, scheme): - if mapping.get('metadata_version') != self.METADATA_VERSION: - raise MetadataUnrecognizedVersionError() - missing = [] - for key, exclusions in self.MANDATORY_KEYS.items(): - if key not in mapping: - if scheme not in exclusions: - missing.append(key) - if missing: - msg = 'Missing metadata items: %s' % ', '.join(missing) - raise MetadataMissingError(msg) - for k, v in mapping.items(): - self._validate_value(k, v, scheme) - - def validate(self): - if self._legacy: - missing, warnings = self._legacy.check(True) - if missing or warnings: - logger.warning('Metadata: missing: %s, warnings: %s', - missing, warnings) - else: - self._validate_mapping(self._data, self.scheme) - - def todict(self): - if self._legacy: - return self._legacy.todict(True) - else: - result = extract_by_key(self._data, self.INDEX_KEYS) - return result - - def _from_legacy(self): - assert self._legacy and not self._data - result = { - 'metadata_version': self.METADATA_VERSION, - 'generator': self.GENERATOR, - } - lmd = self._legacy.todict(True) # skip missing ones - for k in ('name', 'version', 'license', 'summary', 'description', - 'classifier'): - if k in lmd: - if k == 'classifier': - nk = 'classifiers' - else: - nk = k - result[nk] = lmd[k] - kw = lmd.get('Keywords', []) - if kw == ['']: - kw = [] - result['keywords'] = kw - keys = (('requires_dist', 'run_requires'), - ('setup_requires_dist', 'build_requires')) - for ok, nk in keys: - if ok in lmd and lmd[ok]: - result[nk] = [{'requires': lmd[ok]}] - result['provides'] = self.provides - author = {} - maintainer = {} - return result - - LEGACY_MAPPING = { - 'name': 'Name', - 'version': 'Version', - 'license': 'License', - 'summary': 'Summary', - 'description': 'Description', - '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 - for nk, ok in self.LEGACY_MAPPING.items(): - if nk in nmd: - result[ok] = nmd[nk] - 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: other fields such as contacts - 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/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py b/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py deleted file mode 100644 index 1884016..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py +++ /dev/null @@ -1,355 +0,0 @@ -# -*- 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 shutil -import sys -import types -import zipimport - -from . import DistlibException -from .util import cached_property, get_cache_base, path_to_cache_dir, 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 - 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/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py b/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py deleted file mode 100644 index 5965e24..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py +++ /dev/null @@ -1,403 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2013-2015 Vinay Sajip. -# Licensed to the Python Software Foundation under a contributor agreement. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -from io import BytesIO -import logging -import os -import re -import struct -import sys - -from .compat import sysconfig, detect_encoding, ZipFile -from .resources import finder -from .util import (FileOperator, get_export_entry, convert_path, - get_executable, in_venv) - -logger = logging.getLogger(__name__) - -_DEFAULT_MANIFEST = ''' -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> - <assemblyIdentity version="1.0.0.0" - processorArchitecture="X86" - name="%s" - type="win32"/> - - <!-- Identify the application security requirements. --> - <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> - <security> - <requestedPrivileges> - <requestedExecutionLevel level="asInvoker" uiAccess="false"/> - </requestedPrivileges> - </security> - </trustInfo> -</assembly>'''.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 - - -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') - - def _get_alternate_executable(self, executable, options): - if options.get('gui', False) and self._is_nt: # pragma: no cover - dn, fn = os.path.split(executable) - fn = fn.replace('python', 'pythonw') - executable = os.path.join(dn, fn) - return executable - - if sys.platform.startswith('java'): # pragma: no cover - def _is_shell(self, executable): - """ - Determine if the specified executable is a script - (contains a #! line) - """ - try: - with open(executable) as fp: - return fp.read(2) == '#!' - except (OSError, IOError): - logger.warning('Failed to open %s', executable) - return False - - def _fix_jython_executable(self, executable): - if self._is_shell(executable): - # Workaround for Jython is not needed on Linux systems. - import java - - if java.lang.System.getProperty('os.name') == 'Linux': - return executable - elif executable.lower().endswith('jython.exe'): - # Use wrapper exe for Jython on Windows - return executable - return '/usr/bin/env %s' % executable - - def _build_shebang(self, executable, post_interp): - """ - Build a shebang line. In the simple case (on Windows, or a shebang line - which is not too long or contains spaces) use a simple formulation for - the shebang. Otherwise, use /bin/sh as the executable, with a contrived - shebang which allows the script to run either under Python or sh, using - suitable quoting. Thanks to Harald Nordgren for his input. - - See also: http://www.in-ulm.de/~mascheck/various/shebang/#length - https://hg.mozilla.org/mozilla-central/file/tip/mach - """ - if os.name != 'posix': - simple_shebang = True - else: - # Add 3 for '#!' prefix and newline suffix. - shebang_length = len(executable) + len(post_interp) + 3 - if sys.platform == 'darwin': - max_shebang_length = 512 - else: - max_shebang_length = 127 - simple_shebang = ((b' ' not in executable) and - (shebang_length <= max_shebang_length)) - - if simple_shebang: - result = b'#!' + executable + post_interp + b'\n' - else: - result = b'#!/bin/sh\n' - result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' - result += b"' '''" - return result - - def _get_shebang(self, encoding, post_interp=b'', options=None): - enquote = True - if self.executable: - executable = self.executable - enquote = False # assume this will be taken care of - elif not sysconfig.is_python_build(): - executable = get_executable() - elif in_venv(): # pragma: no cover - executable = os.path.join(sysconfig.get_path('scripts'), - 'python%s' % sysconfig.get_config_var('EXE')) - else: # pragma: no cover - executable = os.path.join( - sysconfig.get_config_var('BINDIR'), - 'python%s%s' % (sysconfig.get_config_var('VERSION'), - sysconfig.get_config_var('EXE'))) - if 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 - executable = os.path.normcase(executable) - # If the user didn't specify an executable, it may be necessary to - # cater for executable paths with spaces (not uncommon on Windows) - if enquote: - executable = _enquote_executable(executable) - # Issue #51: don't use fsencode, since we later try to - # check that the shebang is decodable using utf-8. - executable = executable.encode('utf-8') - # in case of IronPython, play safe and enable frames support - if (sys.platform == 'cli' and '-X:Frames' not in post_interp - and '-X:FullFrames' not in post_interp): # pragma: no cover - post_interp += b' -X:Frames' - shebang = self._build_shebang(executable, post_interp) - # Python parser starts to read a script using UTF-8 until - # it gets a #coding:xxx cookie. The shebang has to be the - # first line of a file, the #coding:xxx cookie cannot be - # written before. So the shebang has to be decodable from - # UTF-8. - try: - shebang.decode('utf-8') - except UnicodeDecodeError: # pragma: no cover - raise ValueError( - 'The shebang (%r) is not decodable from utf-8' % shebang) - # If the script is encoded to a custom encoding (use a - # #coding:xxx cookie), the shebang has to be decodable from - # the script encoding too. - if encoding != 'utf-8': - try: - shebang.decode(encoding) - except UnicodeDecodeError: # pragma: no cover - raise ValueError( - 'The shebang (%r) is not decodable ' - 'from the script encoding (%r)' % (shebang, encoding)) - return shebang - - def _get_script_text(self, entry): - return self.script_template % dict(module=entry.prefix, - import_name=entry.suffix.split('.')[0], - func=entry.suffix) - - manifest = _DEFAULT_MANIFEST - - def get_manifest(self, exename): - base = os.path.basename(exename) - return self.manifest % base - - def _write_script(self, names, shebang, script_bytes, filenames, ext): - use_launcher = self.add_launchers and self._is_nt - linesep = os.linesep.encode('utf-8') - if not shebang.endswith(linesep): - shebang += linesep - if not use_launcher: - script_bytes = shebang + script_bytes - else: # pragma: no cover - if ext == 'py': - launcher = self._get_launcher('t') - else: - launcher = self._get_launcher('w') - stream = BytesIO() - with ZipFile(stream, 'w') as zf: - zf.writestr('__main__.py', script_bytes) - zip_data = stream.getvalue() - script_bytes = launcher + shebang + zip_data - for name in names: - outname = os.path.join(self.target_dir, name) - if use_launcher: # pragma: no cover - n, e = os.path.splitext(outname) - if e.startswith('.py'): - outname = n - outname = '%s.exe' % outname - try: - self._fileop.write_binary_file(outname, script_bytes) - except Exception: - # Failed writing an executable - it might be in use. - logger.warning('Failed to write executable - trying to ' - 'use .deleteme logic') - dfname = '%s.deleteme' % outname - if os.path.exists(dfname): - os.remove(dfname) # Not allowed to fail here - os.rename(outname, dfname) # nor here - self._fileop.write_binary_file(outname, script_bytes) - logger.debug('Able to replace executable using ' - '.deleteme logic') - try: - os.remove(dfname) - except Exception: - pass # still in use - ignore error - else: - if self._is_nt and not outname.endswith('.' + ext): # pragma: no cover - outname = '%s.%s' % (outname, ext) - if os.path.exists(outname) and not self.clobber: - logger.warning('Skipping existing file %s', outname) - continue - self._fileop.write_binary_file(outname, script_bytes) - if self.set_mode: - self._fileop.set_executable_mode([outname]) - filenames.append(outname) - - 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') - name = entry.name - scriptnames = set() - if '' in self.variants: - scriptnames.add(name) - if 'X' in self.variants: - scriptnames.add('%s%s' % (name, sys.version[0])) - if 'X.Y' in self.variants: - scriptnames.add('%s-%s' % (name, sys.version[:3])) - 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: %s is an empty file (skipping)', - self.get_command_name(), 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' - name = '%s%s.exe' % (kind, bits) - # Issue 31: don't hardcode an absolute package name, but - # determine it relative to the current package - distlib_package = __name__.rsplit('.', 1)[0] - result = finder(distlib_package).find(name).bytes - return result - - # 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/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe b/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe deleted file mode 100644 index 5d5bce1f4a65f0bea9636a5a825646c520903df4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 92672 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 bEwa>S$L3eF2AVa{tbt|?G;84hUIYIIEj{&8 diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe b/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe deleted file mode 100644 index 039ce441b721ee180d373e5590289a6aa9249a51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 102912 zcmeFai+@zrx%fTFWXKQ_c2EWah>Q>wjhAS&CJyKf%*Y;@C{|FasAw>yRVyd#5v-_* zJ82nqr=_iJt;e?Zv^~|{Z2M~^pkhLRgqvKv1+j|vJq~KTB|$Fx{XT0?LbRUqIe);* zN3-`{_w}r2J@>Vy_L|imugBvl;D5*Qcv^YNzp(oIzyIkWd*q~bBR&5ZzT>3Uyu^-^ z<}Uum(%_PY+rQp$<88sZ8^86f+l}B&HwPP%-wJ-?Tfyk%R|appebLQlm6Q~f=bHZW zw^tv|OgQ@3!2jQ#SO1vJ_ebBE_gI&D&VB3`>bdZ-{XF;A-S*f4o|y^GWB*X;b8_Vu z<(_rw`PFaKEtWRFID<Jck7v<$hIz_H{${~IUXN$8XGDIH$FrZ5zqqOW=khF7@8LXo z$a}uW<C8!98+fWjfLFXd4>*RK1}f$1QqpZ?;30K$De~&EC+2yk$;;|I&u{1OY|QiQ zXDEaJdh$HCGJxR69?uDbiT{U}9*^g*?ohw9@L9&q%MEhwd4)eRp#A(WNHFAI(BoNn zR>PtjjT=3lF&B_Qo1SX^f0O@*{0oCFXSu~Z&3t$&8SrSHC-5BdFYNKOowdX*sOHFA zJ;fA|@<aZGrM-rw4Rxd`m;f8kSNWLsW#w+Z^>zw|1&M)`n#1@1t=tT9|Nnnq0)dt- z$=edv%kk8erM0P<Wwoi<LA~jK4kqZ9@Ap&kJbKkeJ=I)ZNlL=nx=!F5PtPoire`>M zI#FJ!r=sOS`{XM?<xjw)L^?`ZT3@KA1G^5BxU|gUSu5+|1XjQ5@oewdzFki(DEI3r zqrCKL-8>Mqe5Y2?kM)^ueOR?GVQopIXB^hn?}}Sn?0+67-FE3MZN@~)=bS6$o{5C= z;#zcX+-Z+jP&it1IJ--?jPh#T>d>tP^lxqq-q3NZpE5nQqC7Y+GB+|Wa#iGN-8w+O z;e?e*q<ym)Bx8MZ22H1Ht7BDfCQ>(7+vVV8#M<7{MqVXFwENrbT}K^9w<yCL^Q-pQ z|6oJPxBaUL?n|PsCz4)&m|`tXMAHw)s@kj<?KH&_s@jV3y!8dZB4WK5w{}FW&Gz|Y z0jIS?w|3cYtJb?^s*@PWe(7bjWQ_YBt=Bp6iX*!BQ0BXU@(H$Vfwj%vHqz~vPC@=d zEsU<`SigZ>zfr3rZoLTH?9MS#{uya>IlVDIX4i0tMCNIAYd>kX4;*2R^sZaaMp|VL z+Yef*d#P7(lo8l>kMMZZG^|*U0!LMwH+Dd;=x46K1`;yYgteJInVEeheYzc;<8~yy ze1~2l+M1ZBKIHof$w^<W^;WiCT1)>-!EX=qcn<j4m;YOfd4ny!`q|K-pF^XUr598< zwV{7CjMvuqUM9OfQsXs>YAaqPap^}{Z>{x)TCx*P6kJ_U9*$cZ<JPs6ace2Bcj<BK zjmQm=>m%1i7F-9ax;QlNDnZoBD&YHJ`s%X;n-<zvL8bNdnNJAfux4jQ*2>;s$h!4H z)fOo;RZrbo9&`eayzKF`v}w)Ffb(hD3fa3sycsh1^xX2rvW@2Fa7aEaKCNzhB&grA zFZosVoh^5pPgwund|Wl39A71Sp?o1r+INt3`;jbmOIvbt)~7mE?bvO@No9}B>3db5 z(56q>#9pbq;re599o&~;-Fiv44myE6+Skn~o=$eQaFq2j1vQYagtbk#USuavH5Zi! z+2ZF@*6OC$Vka<;ce8((7JWrF=X`f>&Y{1s>`n8)RA|p}R>`;Hd7hRnhQDf$6Zr3a zNFdTYrKWZWohTJRmd(@Cx0W|Tn1o|Mm_|+l=t7ucOBiC+o~kWQ;6dsp(y{%KwX3B8 zt6K*ebJj6mKDH?`<pge~5Q{acX+`-QDV8i$v?-g<ilqac{lM+r&m5<zw#QRBw7G$1 zoWL6|(Ox?6Bt@+*`zZ=n?U5B+0!3VG*Io{_>vbFlU@cip2Tq`fF7@=hHl5-R${tS# ze&tqfr1IKNDeMH^QmxMGl0r$h(1UKFYo*X9s!*F-2wK-=&v6U=#4Yp{3hC*R-;=mb zz}Ff3lZU4h_ytu2&F3e8r7jRz5)<T%mWOqgtQtTsDzEhLXR3?3FIH_~=s{`32{?Pz zT<6e9!s?{gXAU|}6zl;>=a$b0tkKlOb+hs)`iT?;a~C>+8X2Y_vALC*ZOdiM7hIp? z1fF%<EO!TfHw{vh^rfT^>^IprEWA-(b~QBnDq#}3^)7%LLoJ1q&jVCQb!5Gtfy!F5 zs8MarY=1qdR8empoNSyNv0kuGK3>*4IgYw7^-(fC+wTM(kQGsNlH2u`ea48m7ZmNw z?3A|Bfp!W;T176=t)2ExdT{C2Zqi%Y0EF;@jr{`gWo6o$k<#TT>8zC<tI&xay>6Yi zs6!3=CsN$poS!RREX7l@!P}CyZoN_;tvSUQr>z+w>Hp!T7wKk4J{ePz@8mM(s|>?m zA5Be>Od;tD4h_)pzsvm8_}~IUWKW{cdh_DR$<yl1&}4T!Pf>{B%aHOVd!Qw=Ghc?s z?BAe7q*cq!es`hTFTr~A-V-Mq<Bm1-rZn^u)zI2L$6<s51_krKjZ$^SN#j|K8EI>} z?1$XMVi~u###_(C-_ldp0b*#dZruuUTAPJV2!RMffEU~VFK36(M^ab<GAu7U#=p~# zRD(B=gNGR&<iHu9BL^+3hY8-E{UU^RGE=CpsWyD+%a3LYwKY3+v#mf|vs>*$D0NkD zG+pl(3OPKHKC|l+$num#dU1aC_=xqK3^{{116qxYo15}oW<}XI08#6Od4Nb5xzL>= zI;*dl{u>glT?TEP{{XMq5xo467u|dpu%?$FpVmiG=UuhgSABY(XO4XXP=lqW1Ml{# zb<6SJTOl5L+LXq1>!=W}Q1{ZYjWs2P)>u<y6zNX89_ng%KkH>5P#>P34m?d0vf^h` zIlS@$MffTXC9Do+vNm(X<B3{3+0|23t0J#CfkiJszn)Rz&EI4Ib^X%7`%t6$l(Axt zo`yiy*RUK0D9$22XTJna0FL20xKdwpLDB}drl=V_EZwsw{z`3Ga0R_Ty2V-WP8PgS zEjTq!QZ;^=t8vfJ8h3t44Ivt!$4(&zVf$5(UDf}o3|Vk}zl^$?Rua~V^04(xt%Aqz zrFk+Yk@18=<#fr2PX!D}LeJTUS$&pr1x)z8YE~$nUI@6?33Tie0<`QVIDus>ZTiaN zks;=mpO`#74w(<8uX*3T7B;BH@hz~1anypSmIC0Pq15%M3-r1UJ^d4Dm9`q`t~Ol| zb@4Kh{+%RLwZ+XXPTV?zl$)NDU;oi#am&&Bb|=yiQn#q@!+h(`mV~!`Am!*6QuvIg z7x)Xo6Z;ef1ukTnCqrU9VeKcIp%CL4QUZcnodAZFiF8RG&;d7)@BnN=<dj4T?rr~0 zi3U6E76^ml&-Pu1dHb?|_4V4MX7(3dg-V*n=6RB%^!E1B`o4C@N#=jtp|@`-&HQ-` z6g|hobEJHph*7%q7PI!d5`V1fy@<6*Z`q>#q>V)xYhM$De|f0uvEP{_fXX!SuFC9D zWsH~kfH0o!em!F^Ie~FN&%x|DvY$)rF{+I+>Sdp%<XOqdwpS%dvjE8@?yRQ$J(5?i zu4>CpLd}TDIx0zd`Z#H_U*NjgC$F7CsNi@80u~aJ$cIQV+qZ|W6z&waz{Rb)wU>D$ z1NP4t_Y=}ps?46kyVZgG*4ik2TS~1_vVO|TV2uL$F0^l!QqYQx!D~CVXNT8^HW;IH zvz?ujCp+f@5|RbF)!tFnhU^5Ty+HMwu-bL2WOYTJN2DivkHYJ*_E=g2AWq<?q`<bH zM%bk{xAlQB!}G&RT?^YY0YZ);PN+dNFaq{-RFUD0u($FCiw>v!qF#Nz4Q9MKQbxf& z$$RY`XHq3KvsAZMx5-pf$LrS0R`oX9uZIE=qzYq<)!0Q+i_eR3AnCXNS|KGNX1<Tc zvlVM*`i%*?HM7)Osfv}nJb_}v?X{Ct+YDi5X|HM_KRMb|W%4)AEX#wym*#)0-J3Ub zjD!4RG5li*O5pNfWG>4UMskQ-@Lkb3Bi6=R5ze>DKv})<_TGtu2w2Z+E3((UnLn!R zJ;rMy>#^Ru?avUl5+Fq|R#P`Rd9hy6r>!~RqI&aCq@jqv*DNcjH#>qt`pkZn)UT4- zf<h5>XNM84NA?KShq{f;+4B$#gw_S^y0f5NYc%ztt?9O}<Xf@kT&*Ih<&#?5VN%+f zj*9kZHIkfBEHYQ6`D=mO5hdaaTg{;?)NwIu7mh3t{Ttc43WVL0u=dvYzI_@HUIq+| zZ|COEcFJwQdS2E1sf#?`!u%5zFU{1}6d#X_rDk<d&8j^Jhdi#{{7j{NrqVV9<K~9^ zxYK1Y<}EVjt;R-e%?54FmWnPASDHi^wdaW_tJ?p(T|l;zd2s)-6|VZyvPIWo2SN8= zPX$p}si1xBc?evfr^o*A9NrvxyFlP&m8_r;QjTnky*nkPM<~M?HNFXFgM}kyV}FC% z%(^7|NBivwGG(C(_P)Va1d{A=_Do9In+Fp`y%P(AGB>apgb3(q-#<s@c{*HLVELwA zp67XDG>y??VXGJnv%XM=mgvyyy4E31dQv_gMeHRPFtC(w??p17wq$vF4*0z-HPOC| z%q!i@Cv%yFt>dYfy+i3Kv*=Avjn31}4cI!`{kpRazHIq^K;i7$qJpLa7gHvd*1d77 zE0GSIkLe5|rMLI{%-1Hxt%42uEnDU%tkHRK^D_qt*!=9M;j3jI59`clJ)F4HCauSv zEy<^7Pi=d_8~d>fJ)Xwt_n!)HGkkWWT0wh^jFKhH+z5xx(L`Ckbjd>{<b?J%Tm+DU zqvXAN*}1}cTL1V5_3w1OVz=J+uHOC`L}07lp1C-k7*%R7oW?d-cT1U;>pDGKS#_?} zos&mB17C4rjf!d>9DVokW_zi9))#ABI#}b?9j<PX4wR_jY;8E7;ry^vhSRm|G;Q5~ z&`-tIA!F*xd|^PDoy;3pS2BPHXimB<(bhGTY4n}>yJV*6&^h@ow=daG#nqz>)~1~; zko+Xx*R2%p_Kxl0d18kWLL_P}{O~&dPgd)xyTjO?bQba~8CumQJrzUC>8%x7^-+$y zjInFrO#|Fz6Fe?+y9h47zlb4(Ha84I?5@hb6t`j?OCQa?n;SvUfZwn4P%J9Cx(EV6 zdkhs4b^AfQi|w~*=84k<Gt2Ckc(*(mvE7QGF2t*Zzt=2-khKNtg^wt`q$;@|-i)*X zVr`FyK3RIa^lbm9GzGQxWUd2^TH5aUy6DF<_UnBg>Slj_!~EG0&{DnWpa&^v**SU| zLr<uES&`n_BT6o+gl_Kdu}8~vD)x&UT8WTroYq;meLEZAc>4uVOjt7j);c}^`j;$A zXK5BhKT5%5sXdMnxSKh1Hth){av%U8IVda=;|w-IyL7rD0>?osu-gb(7>{|&>dqG1 zyT=X!MNePe(^MmUC4KhY$VVbR)v`o8>_Z~3TdbhP3R<k7#R{fxE)^RRRuyII6zfqK zd0i|jF8kPJKS3*EuL-(xnEejctHu>*<X=X}q1+G}Hg@Ju%m{m}veTLesxie*ji+Yz z#LYU}W4{;{U~H@wnglHkVz(N!c_O8V!PELsPbEZu-&$)OtQ8^bBRw^@e2L)e_*&2< zP}|a*Jk@><@g>IuZsgS^d&^}r4w%QpXrx<DmN&B2vO*(SXS2(R_kEHGb=`5AZXR`v zQtW_Ld&CTQo~)-O`ik+JAqD%F{Una{S$pi&zFB3(pqy@HjbTyi^78C3EM90}QHHw^ zEnRD#Pj;?UWF26**SJ1Wx6B`F={4qPD-kX{@zDEGZN{fD>zPDoi}u}j8Ck+YI7a7V z&i2MjY3{UT{)n|X0sUUASJ-+U*<!rm&%%VaN3ZD0{908bKW4SZLw3XB7+?u9jnKPy zprCJvSsz9EKFmUJH$|;a<9$8RijT5I@)~+Krp@|@<^`i~7wf@kbQ#Na7q?zO7CWR1 z!nwvkv)?gpfht$nnLC(}R9F-iqnTsCw;7g5dZ$KKDu5s|#GTFP0}3LthZoCIQs%wP ztBQpJ@RC7*cR&v9k!UlWc(>S%=TpSIyez0!{0sP_2=#rEnd+vMX5Wolotg1`Z6B1G zT%9|SS{RHdsXcCesOZpV3F|dMmW6^W*9tR~)k#j)g^v^^tPL2(XGz~bf&=C-XcDj4 zvt@I=hTgtf;bsD54Y^;8#M|x5K>nP#eYKdftWGR)ZPIvHI4vX*bu?iuLYz^;x3V9i z&>)J{!r!b7I<_V|EHHG@-<`)C<UZY>NQKK1DLr_l>;~asVlwQd`2n4y%zhg)QEseD zc?FF#uL3kFGoW)M(u*+qo+RV%omCdrTE0U8S+Pr4P+76l&Hkgt$$A~;IoQ}iAKK;9 z=jD0K*C*+>?3o|;j_!gTUKfBvkK$!6FCZp`9;8t3jOu%nCrc~irIi4J0>XZdTMMU- zdyCt8Bh`(@@%Dws#@dNN$b80O!=5f9xs{Pv-L;kwikyLNr+qmXi11^*2=ph#QFf%{ zM?%6j1FNa1G1sGVY_A8Fex*|&?+N99sXo+|6y+q=DvX1#rKNDDxn+4|Zqe2h=-E@0 zu`2;ZgOSZGuZ&vlPQcs@+_r!qK5Y#d+M0H4&9*5b?TKomWY1XDzFKP+3KMvg9BY4r zS>%A<i<Jl>_d@|K!seSI=A9q6u+nTvo|%0fvAaH2GtMZBiCz>9VVpro$;a@QUmv5b z1L%6=p`XVTCp;_d*@`dL%loo=NmY*)#wB-V#l|*H+F>WhQ$=wtDyq*^@NU2+HB_g_ zvGZV#MVHw>WgfXHP2pAW=^B7&kH3VEyZpj;?=CRw{HSf%<**#*+1V>)om$$K@3F2d z>)YU`c(SNsso&b1!PxDwLZHg+_`j?VDsCz5-QYE*3EO2fgCbp<AWCo4?{5Tw(37%7 zjnzfTd}ou6EEn=Nd<dRQur_6O0o~?3%RjVxAg}HyGuN<ndN<^0&5w~OBTN=ny_fkf zJ}T}it+fu+TAz6D^2ghc`Xc6AlV)25J+-&IH$T!F_0ijkfm!6+Co_xC=HwKm!tK<( zT?2#YRD)=5_^@wgnI{N2m<f_vFED%i!>=lexbg+)kCK){{mVx6&MfmABcw25g4J($ zt-H#R*={>0&vPlgtDXyte5bRbFC9Ift#r(cC^kgsg^&s{B%-P3_#xB)Bv(F1R%!?V z2-t67CCV*W1FtMtcD#Ka<|DStHoK6KxyAr7*SofWYH1!DrK__H+N+^2K`T-gvHF$7 z_K1l<vU0F-Y4@Av{tv3&OHsz`&qKBS1GLXN0_&lpU!p=st!v9-&HL^wikNR4j;5|H z%Z`uqcH|kO`Rg}EMznQr6g3of&MX(jLMm;VDU~`Eclq5F48GsN^s^})gN`ay1>28M z(XcyWS2h3^*kq0YBw}^TfDe8SDmzCGLS+H3GWs*oK8wsld4|tCl%M>UU5a&SHFh<T zop##q3!u8?Z8hnx$LHVs#-cmm`!%OO$ci$JiBnMYQOC7r6QmQ4Ql-~SJc>=gNZQ|> zM^efcgl5_^=L)vmIoxgl)!6fRb0@wdrUM2xTSpeSM9ktfWGaR-LRe^(eVTlSI`0^# zTO;btX?IRfYOcg*-=(n67=~2q&+gPMFV@rL`2*~ya;Ty=xc9%v8<iX-#)P%lqdoR- z&xXua?PK~ay{=X3c)Pjen9yFzd-e`Jb)rZ^UOhF*>Zomb)3s*3Anfo(z?eYjhl*Y< z=IUD*V*(@PI#yhyZTrIa;dH5CqBV}TPoue<@_Hh#76=1p#n35L6V#y87}ZrGb*ekU ze3WF2QUS$@(ZSh^;zYCeAp3&x|1;ao>0PlZYzJEev?GO14;Ml{5t2E|eh4LcKslMp z`+&(PUeSexz*9dXRe;LbmXB4-@afLhWQGQkrS&oDE|j_=tYkO9cRG*B&Ovi0xU7t8 zqwNbRmD{SF40l9l_LAO6nQ2^TFFaiqeVf&9UoQy5*7!r15p>y>i!(l&$zqh6Jyk|t zWdGxU$P0B-J!V~*$KBORWmGyn`}*_rg33cS$7uWSbe<c>#iBBFW=~-pVPlwiW0@!0 zWA~!ZDC%)OwAG~^cYTO~oQ<-84XLO{ZZ9hDa%=51;z;m)^BKp%D!4COt=IW}&Ii)M zRr2t*H&sjcQu2+pBS3`u8oeypUA50_6-(^MJBHUh(9etZlMaR+w#Nb{R%Nm|y$7{B zA6@;-DcDF(porZO9I%!QpUCH}SU23Fn{q|-r6}CNV?Quh^cAYw^R5L!>^id9gGFnp z=&?_th!gnndO)7?6`aK$4KWkm7t@-3!PjzS{ZjT*ER%NmRk<Yb&DyV%qy!0jA%g)e z3R$roBql81(J@$YQa*==ZUy%9uu5LwuYFxcU@EQ*D1}s5Bn>a)Pj;-;Z>}g0V_YQp zYou(qZ|Co7cY$>PU&#WC9BB8+IAQCVJJ@it7O)4rN-G%_K);dUJAsd%;=}SKj$;V) zH(z8cgq?*VpU<~%Y?Yac-I+e;c#MdSpQW1mG!R8@C5vbnOseuW6$VyJqw<b2hTAh? z(V~cI3)y@cZDl9xR&%);K+4xGWz)G&vkkK8yIGPf-+I-G?`$y>P=2-am-1DT+UXlc z;_w1bTc^*%8^l#A{L692iQ?zmn|oj41dcu_#;7Hfb64O&03trES4al}lb)89-NJ`C z{Za}ck+|g=D2KiI3A`rK6@&)=yVPmgC}W4;s+gi{{qfW-W%1O~pu`sq)kVX#)}8)Z z>l`am5V!8EuC3^+wO&i$<Fzu6)N3v8(MY`RKlFHNb{AnuyD-ItF3`*-VHIBBzo4_& zn%SQS^=S7!LQ!kxVR<(n;@!Nfz@s()NZvwu#yFwpm__5(^KoydvkT2@Ws1CejHbIi zbxUvCpPZ_j(=Wk*?lDee#?yJTr!qV6aO64{csrcHDI{C73nHzOqT1SN-{+TCme#tm zAW?@gKvq~1rpCQ5CWHX*Pz&t@T7i>oQXKWo>?oC)tf8Gu4TJ${_piLyT9IJYd-y_X zD>@$u8lkE^HDm9<NOig2iZHjfhC(Zk#~sBEs!n@pXzbFm>|3Zk-Zm@IS&DQ#%(}I+ zIO~mC8G#!v<<JF7=jjffm^TV^@2l2KwDO*Y8W(Cy&xy6XXZWI_3gaAk3Egtom}-VR z_{qV=<>^cE{+1VEI(ihy)_OZ5&aQ!>H~dq<AQw6#aWl7siJci5HzVZJrQPDkN5;U~ zG<5ANt@Gc<x`bgXZe?QWdt6`8OIRmR++)@YG35`xFgf4=4;j4}qFmUU{WltwW`Bb* z#q3{ZjJ3}kHb{im;imzbGa-#n=Xu#mB@ydrWJFKa|MYN{&3pzAcSnB2+U2^RwdM{| zQSX{R0sffM&4X9od#CZuNX1UAc{fRBW`r@z*<xH|X3C6H%}kLo&OBI<{9cSYEx)Hg z%-Ut{EY18*s;~Q?FeBI(?(IZ16bv(WhBK>FsqX9wlJk>ynC~1l-#%>a%-7bvUzlA& zL&=+HBr?Lu)|r{P#^q*aq%n;yPnW*Ong@qzE#twFzD`dYd+#gsGBR6(H6mFNv%0i( zy(6;~@-<O?y+1NLF;}vfl3G^N*1c1_)Q1B;TR;Np&4BA&Ybl`Fm>5-{+MaBIWTE*0 zY4$)3=o)DSf)I{pZEc}!2Ce0XkVuLR8(NrffazMxGB;<ifq=xPMOs-78rWuk{~a*{ zs?{uF7{_HV!#e%mIw``IP(^MzR-}|7qp}qgd0iC|fl6A@RS~VF$n9(-#Y#UnlxR(r z*5XF5Ve5&ZRau?vR0(EjWTEZjZ*b?a7jfJ1Z7O0zN6Qzdl4Ysb3DHy%D?yTuHt{Is ze{2L|*ua6ZL?poF!ZijBUqkRaC&yM+?Mu(jv;TOq2!4(j7DLk~Ux22ZJ|N?->x1lm zbPB}UoYvzph;u9G=?#~e$$5R@GEXCGn@G<(V)mCVD@|WsYOg3)Lv0qq0NYzD6|K=9 zAyp59?Io;<zb6G7{>RdWm<xB2bqiTpA6~rd3a2x3CzD(|pZd0SqBPP)03l=emNb<r z#(28Lz^c<;x$a?f6DM#Y^oTV&5y#1F)m!mF`=@WHzCzNMS$@cqEvJDq-Q0eu>jb|0 zxNzx-Wm3dC;gE<?B8E?F;)Pj>f{T1r%AYCnf}l0~1jpqdjffE9t2-uZ=J;}|WG$YH zf!Hr}lzC#cN&l(5RP4S@2YSFO22y;GheUw2>@NV7MBTFXng<=^oad4Cac(YwgC)uh zbko-R1rUEfO@!zLEND7bN{A!NEFn>lIiinB)J%RSTDNd_NSYW??E6>(k-{&?1xrC4 z!_w+P5fxzUhyW6u$_Ko?7Dbr>VUvQH&!A@Z1l?-!%Xm{QZp#B-!nAUEP{$=8jG?Du zjZWaUe+mP(`klbFyh#VT6VQ2ObxN^r7n_G11f*?t4=RCfrDgJZ)pk3%pT$Z)R4&jV zoDn{>6w>?#)*Z1yBkQ>2bKO|DbtJ9l*$=Ug;A{VYgG-uV2!as)i)Tq1O21u2QAwyU zXAopOE|iG1H!dRWN61H%k6POX?B_cKTqh+&q)A{`4m$Ae&#UHYopm-JKxA{;*E10K z1;%UvauB{SsE#Zni(!d9o4AE@`h>t^%ZaAL{!o!o;k3oQyUhMG8$L=$-ZT40EgRN~ z{^RLrYL8N}6|*&N8WiSB+B)<HB387$ASd_z3T0Mwr{M@>Gy7cv*j6e4z{-PMc<+$> zQwQ=#tNfggZ?AprkTTxEGWbtskb%c7%V-4_1&Q>WQWh-4kRmB~kZT9~d{o7dc#5V2 z-K=SCRa-5tK8ch_0Hvw+(Ld8%(?-b?^20wuFruU>nH5NvMJZPr?`#kHempMg&y`ty ztZ*~na4X9k!R~cpURU9MDy-89g#Vwk=ZlPhNHFr#zz<TU4O=>%Wv?Jr1$Rf*G6ofI z;2~E@0}3)Zo-ddZjEfQAGodmQF*fJCKcUX0n!N(NbCp$8yz6xBv4d_4#O-L&eq?LY z*}tre{+@tB;}8X}oWR(>D_ADaG^bySjO#IwQ+C>qvcN3jHX%8G@ARVYc(Q+xk74eI zAl~QnIRxm>*=h9j*Vv(%^?9=EiDeXDg>9V-XRq3)r|&L}q-PI9Y3+!nt}9NYt}Cej z_>X#e`uJW-R~%VYFlnV%1T5#7<i|w$aE`;HoJ*?;YF6e+m=?<I$L<(lBh^DJFs>be zjpfE95ZwC6a+kO@3bC+!XMe&&5w|748oPoOFA%Z>q5AFL(2+%|7asynU9nL^C6=tr z!^r2fhdLTQT@@|AYBPbJL2;g4l|4;+{OY`@_IO(~v|-tpNX4#*)plt*Q6K@Ud4CVu z50=vf!3C=do7<AlT9*{F3#-*qF9D+}txF2n-hzXAx@8H%m6D1DH)Zp_wm{L^u!myS zRmG%LLtd9aSu3T$R51?YT<NIVLQ>FPhh(kdPKFk5S;90vUn8RIfVoO7R3d<ONrL_< zsaL#^NdH1cqNgvLn5fts>GkFr!yAW}u8J1DksZlrzERpZJQ!IO^}n&QNr06t+^n7+ z@x~(S;4n{iWiJ-oylf(H_*Enw4x0VrmicKWJtLSc#yB@_*+^OedB4yGA~=A4wgHD> zTCETC_tTeL`YQ_v{Vjw3vI*{j4!?nyjLEr29qdPo7&go*7u|9c!eJb*o2_jiuSb0N z53~vz-?~-^nSCt^F(!mxNt!fLsfQ+RgRU4e1kES(I3qCZq<t$tmPUmkg}UH>|Jn!D zw0!?11Ss`gRoC*}ufAB%9*43t<@RuJ0)<ea{ps03dp`6a$CC%`6N=u2#g#97ZI4~> zGH#@kPc8(g=Aom>lRJH5c;^c#qU<q`$8}*|sfLq_Majm@Lr0Rwb@~nr8z}kqUzp@` z=Apw$PB?%^oxWYUJS$v~ePYlL%6QF(yJ-A~vLl7BRj@3}`8A<5VJ4dQA;Xs4BFJZb zWXGYjSl{}g4JBd=%p-~|GX{Ji%<~s)UScY(Y~0!uc~XX5Q>`^4zjz|v?Q!n`Vni#= zgT97LlVcx2u5b2|)#OMFrPd4xQ51GMfeRSE?7z23kbN1nNG!@FZc>StogjjTP!_x9 zB+&bwg4FfJ(HiKv_MPvk64CNgsuz@>Vw_n$KhKz|JzlLnuIGggE(=ubq|FN^GN8ty zg1Gm&c*XYQrwlB=x-9vup1$P7wMS{7(eICYH>y1AvVx|}ZxPr<O(`%Ym>Hr)Q6ma4 z@r`dSfP`d^Z#_;P#jOR%+*x1iD85pc6h~9_{;W53y<bn?QwpV9i#p|j%qj0z&BTj+ zh_EfKkZer9ndiSav4uf_>D=4+GjZCdAb$Jn1y9ki=kj#)^il#(BGqNaIn`gwGtST+ zAEiAW$qVgTHV%?-?!?F{Z^Zjt#GfarwchQaU3UQc_WWv`FPI1YwceNG6$g?}0Jo+O zWNI=}l)euN(2G7OF-AB$ljEOor}l(9wI|%EJt0#|RJ;JV+1#bG(<@H@WSvY4mz7qZ zB4(yNKVI=%vPV#(0cRrwl)Y0eQq<Wm%FcPHypiJYw6Kcu%bkrF@cVqx_G=xCm^&PM z7hMo!WS4?$y7f!hb+D-Qd_}GOp_v6*a}r!w8w3sQ{^O)<H^)f?iEbiYw|?sG)2>LX zDsu9C)+dDiB@PllDofO|MGJ!|QuzB)IFUa22On_k#~DuWrJEEFZI}Hovq-5S^f=z$ z@5uhi*IGW~(d)BdEqShiWxdcCfbeOVSjT1-q<nQ?yEW6F@?Ec9ic`L?$;*qlo}OFl zI3mxPpZV^_J-Jm|6P;a3Ky$OcnDZOXhV1K{10lcZGr{@0kEh70=(rPRtZdF(f+9qL z*F-I9a)eggJw~tFxvF`b@JuPuSWSt}EJ66b10Tth{4%AI{k*$VDpFILxKm|%8FOST zXk3A(BY6sN`0o2s@MVH+5VT%-!Ex*WQ5mjrHtVYbcppgos4IwmsXJN8$maBu$1$Sh z=(VCF+QUUu@o6NHD127r!ybna!zQtXiHPJ?)U+x1`OmV?e^w6tOh@KNS_K`^a0`TP z*UafLM(9?l*wJYY0daZ1iUA=QY%r-UC^1AhADiaWSdY`VkO%ICEn4%>XiLIddZKx- zkHL`@@C`Tyhc@s%Ft&m3fx)@oLq}H+u+`{LFxBX!2sRlR9(2_mUM|fY9|5rL_@a3$ zWq|lz6}?988u0f}g1|g-Fy^-zcVcar0AAu`HEz=_a{#P2n$@1<0^PD)z-}?dm^FkL z+urA8b6L`Y{bM8#-re~OmU!*CV<miU32D^cG9>*e^==N#e3o=JgQluwU`-hzuJ+H} z@;XURH_B>N5Et#H&5>e!-r;^qGxj&#cUc_xakVfcSn+sst$;yBp1PVO%aQ{2bSa#^ zYyNr{4SYv>$g7#vV;rYjn(|D@Y<+e>%9-~9ZhRJ(iw_*no60%#tmJeCMfO||&gY~| zIRR<nl+5fS9|d4AMothZBK4;wtWk;39^-61#Rl7Ip9P{5^k)zexYhnM9})9HiRDiF z&I30Sp<R%Z3)u!p1<E5v>p1b<cI|)3Y;harWSMiBhEX;s%Z#+2Quz<G0fB7AS`p9f zRij0qNn4VJWkcj#`zrPt&A0`=aXc9V@<^9D-El1D7@?E+y8m|dQ*;=sq?b{O(qG~P zo*>;Ud6NWD8K-7`cHA*NR_P=v+!r~<_YHd2Q%w&u2J^;JPiI6z-8`L5LMP>IbCbbi z=H{k8c~D{MyQ+c^T~})AV3f#Zrlddt+{C}op*xA+s_fJgZDiwjOA>ABi!v}hWvV1g z&ENhTGXH9~Mgw)-MU?duolW_b)wrF&uHQnZONwYg3<Dc}CuQZtQ<8JGdF#4_rJM{c zcN2{&tK?PLy4Efy@Jm&88(VD*vRe-;=>+~u(oD`lrMv{5|8=(#mXKfWQ)QJ!CZ{#! z*7-l&1(FW^X}#1w2fP(AQ6Yn(K|~NM`P3D1Wpi8cYQZ<3J%{%3xascK4EJlk`*oiC zwb=bS#r;w-Pd>ZM{aWtk6{#<)Q2|t%J-ADnwH}s)wC`u@c_`WUHPW9}d~K&a5umb4 zmaLL%uVF+d2)`Ulohxlp2ZZKf_9IkW4ac^Tf!#HEWt6Huu!=^7=$t7820b+W4tBUP zo>od^?}qw~k><sOsY{6w$5!<r+7gbGP=h_@^vl6j_J@6|CZeRV5K8zrwLBwO?38aJ z9Y{Eku9nv|nMLq2=GOQetK^XMENi^(H>!mbC8}$iT`a6Cu%5Ks8n@C5`j5R0QAF`D z6^5hmt5gO3%yW-J&rxwdg!yRAe^5}Z-EWUo1HW#+dDm!9@>FfjJanU{i3J@evF#gz zjdw$v;9a#nIZ2=3?(7n6O>L=Cgo*cFda}|M?O&pjfIh=G@>`mnE+yDKLR_`S3;fwL ztl6W{8iNrvPYG{BZ;YWIM^PDXXEP!BP|@J@R_xz9m3<?z?Q_%_Ru{ISuatcFh$to7 z{tHk5;c+nBounvV)n9Un9HPcR<x;f)dTH&o*8oFu0<S)-XvkVW0LeVVN^RfnzHb;Q z@40onnH3lNnVi{GTVtF3m8>N3yiPjgY)<Ye`Y+$A$4r`!?K(g@^Vnw35h=V@3^`xM z*1^$<R~z0NN*#_B7ul7#gT2zqSO5&8PyrA5&hCMlnV~g@(iQw(7YT2)_CmGOB~`rJ zXI-pt$uE<iED3MPz|(>C0<Uz*4|v%3035oyhVOf)^Zf@^WMZ8vGJO$`EClc0Ctyy0 zQKLIK++OkwZ+81dsxwW354J=&1my%CCtc=r%y6UTs^o_#=%CJnx@Y+17>BjrdMRoh zRBK|N#hR=(r{`lBCXPv@&`#g`{Vqw5t~~h-UU7J|JSWI)m7GUUPT(snupAAb=}I83 zHM4IdccjWKQ@Q;L4-;0ejAE*UWhh0{`~a~AiB=CCZCGO8NL-*^Q<%)pzAXtiz{#CJ z_phX}ZaXTOsY2&jT7DAaHv7}f;rqAh`!9SaLLVo6iI8nPnXo>VY2$-X&&t6*F}cc~ z$UexD%>Ffvr%TS@VXtA+lcc*zHInpOl2*rB-ZV59I;HSmK9i?(`u>F;o5wuej6SGJ z1iIA$ec<T?-u;E3B}=em!1ECv;`xxp+LNh=RBaavIm?!pna`JmkBC7jGh1bC&smA0 z)`m=tqzvp!`}g^v+%`MR0I09dY)B*a@oqg-jd6bwX*+K1!p1vN9YZKJ`^PkV$k8YL z0X&}gSlj#qJQ6DLIUge)f;sd6$9;D{4>1cgmxra#gZ9H<ZdI>KLbc}ifkFB*ul?Zl zLTW)7QP3nIMFI$3Vov`hO^~sGj3(zWBi5RQoO0^_ci0gkPmV@0Wx(?vlMZ*tA<2Ke zOcz8yYAvHFh{546Qc#^0txui*C^(2u$_c#i5UE(_-l3n<X+i8E?sW+d(EwXNaLfuW zXcx4rZGb3&)Hj?(X9AV}X?M($gv&^viT|XD$XW)(@Di~nk-g&;oAllN+{-}lr~M|v z@Rzl_AHN#Lb>AGStB|1`_BpC(GQydGT*@Rj1%?-R`Oh++QUr5mY#$}KLpeadINX#p z`^7|KXreo<8zm`sy#2NR6fpJ+<-<1x^Sj)_(uae6)riPSe|=4rG0NGX&ZTtZH+}XA z@NIZY%u?a-%72tsvBdV%UlmX&&x|-~tetX8fq>5mYzN}H^*x0OqUuLGU4xw<i|a7C z1&7JfYH^wjob3}kxq_&D2LJ#^jIr+L*Ijr_G^ek41q?x9JPh3JTiJ8&A*7pRLyEcx zpDp<{8cyzPkP?kbR+9kVmgzEASRqV^mqM3SOW?E1k#e+8*{rz)!42gH!B@MBEYm7s zTI=TXo&IJQ>v1CMk6#_RfR>YfvD(}syCLN}&(DhaJQAq1BULg|zCyc}#t5I~K<}k} zPJQPL$5RwdHF$YD+f%f8#yRpeE4s2_CY$L~jC_>k5dWopZZpVR4V$czjbz|CHp*|( znh9hE#!<MjkWw+KCF+7tc;KF#t1hVZzExAECCWnEwDfn?45t5{%4+n2OE<|t0mEV| zaJ%%DUMZu6ZhD_j1+J5nQ2Ww|o}S|lxbdd58$UPb%Az3yF8uewZm|Mmr4_T&A9{Ah z%Iq*}Vj<rI3AF6HXGPqcR_+*!<#E)wG143J<Qdn<!=D@(w~EV&Z+TGdpqO6wfu1gT z6MLm{p6b>nB4Q;9S0^G?_nyIF-GXwRlRJ@BF=kO)x-!O{15f^3YHQ8kfXq3uVy83i zY>Jy3{h>oEnq$`6aSP+e^dHbDF5-|Qhd-x<jv7UciIBfB(*n36>;z|XG~{pU>u$xm z;Y`?Kwtosq*P;a9{O$n(y{)!Qtw2#%a?abTS0jY=Ur(J8;`~jrP?`*9i_Cs+(kJiO z{t}_moFh1p8|DTO*olUUvn8sy-dPZmfg@DRk2o9krb8f*NBf>mnpM(<na~L|P?b}K z>4#J}5_>90YzPMMyObkxFb;RXjy5!YT3klf^cMJ16@t!(5pz4z(=+w~_NYs(lT(S5 zEVqcnIfGuT>DN#+n*N0ix<^B=MyzZ^n{^-(I*>#P8}zjh0}K?7DKu^z@c-1mT<$^u zY(_eVF{#5qJM7cm8XUsuHNH0>=66gMCMocarhnxQVB$6*^41{+aX1n>oTT#qI*7qI z(l5e5b}r(a8iP8Byu+Tx=FY+3Y>DAy6xX?<c*Y4#Qlt1~ZWJ*!ijNt^Cy~%6Vi@>e zN0E~Shxo*Vz{pZaU=B><T`_EO+C#Z^iM`)$oBuwTUD$mA34{63&jcg`gJ~r_V##1W zjf6f;J|Tl)HB@YN&g&16b4l$n8BY{muGvXno@d{H8FzL11}}n8Ff{RbLVxeRS+DyT zTJ$LB<_1#C(XHYh75rIh&&KR0Ok<eSiC9){9vZ#k915?H!jy6Y7T*4;K(plQZsLdb z-#4fjhpYJ}#^Ga+(~<pwt8DFu8o3dJVHvd!NtUp|fw-mtdlsSIvS@qDz0>lO7xzWV zWM3Fxv1%&r#9e>SnfBB%(&Lq-5}@5>pMC@3@tsM{npxJ|cBf|UKf;|`*+O%6S&(xa z=*guLGhwNVFsk(wy45jBctGC}9zxI$mN<+tne!kG_Se~l?0KIAXa^-`KFlCE1F+40 zG{7{v>>tr@U-yKzV@8}~Fjp7sDBhx=PXrl<W1RG5dG^b|fH>v|k+1G5T#itqr5ouo zQTGPGoy3(1mzvY|dyK`GTBG;(&LAA+dV0NKvkHCnIarS`wTkzvC8~;;NAi-#*<WF> zkx-{G#n}vNF3(ON7A-l3B6#iWac*Wri%JyDRBS{~s5VBwPO~d%*6GMB;jg<$A%HEd zYSE+aT7eMUG$hgg3uVEOTP6Bm70wh<ZRq;t<}C=13Ay}rh)-|TzPNSRyw{(XJVmeD z?9#-|db+p~RsSO~s-%m%^c14~dp}mp;1vA796mG;m9N;MxVO7t3<6ISL8!7u3_z}f zKyEe5H$ow^`-bv$xfnr)@N_v))zcFndW{7mT&RL$U3hZt^5@AyLij4~7ev}&J5LK4 zmUx<uQnCL%N2S}T1o9v{Z81g=_Lv;z1P(Dmx6Dp1Em3%Mj2<v7iGi)-(j(vLQrWwO zP11#V?a3eU#cI1YTNg%(DCl*2*8^_aoIWYblY=`i!-nvm+QugXa?iRRA(w}AFTp5h z?%t1RWv(~^E*5Z<`p&gesb(J%Wym#OY4*2X84?XJe=W{Yk6q87)!?pMHF;)^Gu_3& zkZHyWRv%iAdH&pEb$hcV@zjDNp6oDtKUvf+`Gn4$!23T$8#TXdQN&oF=Bc31<nZhV zsiS-ML0euGo9(AZm7<HyYm`0xV;ObvtH(AZuv$s$Ux1amqb6rikyB3liE0$SlCJHJ za#T~!LLTJ2?=HLCM_p`#0sEW(8gNzEeF*=uhwtDx0MYRrW`OwC>Io|rUJLf#n+Uze zbp>z+ZB{!??&^%$Gk_L{hxhaUu2if$;yf=BbgxmxNuraS+V16k-HPp6S(YW_Y2GdZ zlSaTZg-#X_us*Wpy6zb(7o6f~zvxKMJSx#qb6m!~bdYhgffTI%2fhh&&&1_?*-IQA z;Ygs?e1H+jd4PaWsd1Q|wU)gk5t{jyj8%$kQ7?pEw(%0j_g8B#V(JM3PZ6!eZf}(- zK{DaS&_V|!T!^bVME$i_vM?NzOWtaqB>=0QthI<hX$SdAm1Xa-$MQl$PhJb5l6&@o zxyJBD5R>rv#zd~!9G&C<l%vV<a%weMX1{>FiguG#_IBQ)sbKar;@ziiE>xu^+K-d! zo~z7`upd<)(0Pyj6{*(+rhGo+DR&yFQb>WsIjPyGp{R%_`&WzsQXz3puAUr|`4bVl zg)>0?kzP+h!rE<cFHzWETQ{emuRG!0%@M)Gl-=>V4k&M_I&P)=b?<C{Z^Ww^#kf_y z9HZ7BNO-#vRa?0~#$^|^>mY)RVJZQ~jDw8bb_&#TiI>t?hSEsI5#n`-wB6Qc)`tX} z-UCnCC42A!<}0UW7pw4fbVX&ile5G@>&2+mB_hFhf53vfuo%KZmE8cv48Oy1s1A8V zFp54aXYDpLy#Fyk__u#U;-kz11n!M4m*72rE!RcjelJT@?5fpfJbQD(I^kq&uAbV^ zvrEU+N19&u^wg&R6BE4?+3c0nWDi#!l*_Fhe&A6`SA(%QiwRU-66Cn3OAsuaSufe& z90@AUF4OCJdfV@V;;r8+>pq+=6w5}v5}l{FJ#3WN|E2OKlb3zH%IR$<_&jx&zqh?q zYfh0UOJu%wR8M(Rv&-QB<Z%$p?8-+1cvMb4C(pM3-&2AIZNzbO8zb%CxnB$UN{&Dr zPT#C3ARBs{eJ1ZPdL@N7r)eIBft10~K%%Yk=){^??sTPQ`di++XI#|UMD@R1MXCPm z)#jEUBgkCLs>>1WDdy3mguYwP$o*T~jDv2<4H2$Bvju&octf_3z4Y6cm}kTvG{#o# zv7W)wlW%XTV^)w7t@#7NUxXJTk1AK@WygqR8)n9lP>Ncc>?+lD=!n*`iIUpmVr^p$ zK)_o?O?Pp_^?SHWKV-eJW0?K^hAXwl_r%xc<^FMCd^gGAh7<L^z2<9$#;`<1yPhiL zz#->><L3U0<L#MY$r|^gkPojhs=mH{^=ff^abt$uYw?L3V=h`bN@9ZWuJ(3llfoV; z#D8(_Cpf|5Sz0OOQ&+$ZuPCKnm}fWt@25TwoBuH$UeTZI&fcGk$J07S=~@Rh_~TaL zrCYvKC7!l?^vIw7<gT8^;&M-BE{idA-zmQPf956K0)BW&nSCOD^4yuEKZ-mIg8rVR z7-T1}e1T)cn-0_S#di$vjCJ#JZ?<q|x}Y3BGQf6(%RqMr*~$XgN?h0qmS$lq@>h0m zDz+<&4PSAXM`=?y%t?|dWebL|pYP=|h5cx-9}a{qs6YCD;6JWRG8n&?(^V=tGVyO5 z2;a#UIS^(V;XpX@Tn_Y%dVvFN;zc;n9Q$>g%Q+78?AHf4(DI=iXvrW4`YI3?ezC;< z6SWivlAs>@mwctlGL7>7BXL%zOTJ56$Cwc99b-br+LJ3+I6iml4M&G^p*e2b$@A<> zcoQykI$Y>93Z5;+Cfa9{JjjM7s}IG79>a5-V?%RfkIk1owh)SU?B1$la!Zch9TavQ zuwSNX4uihIYvy>iGD^-Prq(RP=8>@0BF5uK@)0z<f}CQ_2(-<vJYHQgR%owYC>|%> zieQ{2T4JX?1&SH9W)VPsbt&3Ne<3ceS^fcgyCNYNS3I1nzb|=%RQL#+k)Y5t`FKlx z9K~tPM>iil_4N5Sp<(KE-Fo{WpS^+9sMQU(oK$<uzWE9739n=eiAs9^c@%_IGyUcF zO}j7Y)7ITyR?>8@Iyjr0KyQ8{z^J%W!h^D@Zky1e?I{_j=3MUA9#>(UDJ?r%bSHCv zso7RKd{&wHb-x^ibwxoX>bv4J^5op|Qi;c%r>+_pdfD)Ny{?@jww<y4thAH5?oC<1 zarXCd)N@{-+P;|=m$76v;X|r&5R+E^mbZ}aCY<D&`GE2)!M^$v>5^GL<yw<=$7jCH zQS9#>3|^0pdrR;9Rnc?&k6^F9m9kBTWIx|A)~=vsIw(*b2zF#{AUkTkBd0$u;`I?? zgT5lI!;g1ISKWF}HTG)C#q!^a>^c(B*6)a}ylo-jWTT;(Bdm_TU614$kC<;9O;{gg z7v{bn*qx1px+B_*ZkSUUr&AN|g-a7`YmdxKdH)|)uPl`(v)>0=)#_Dy#Ajf?fyBqO zmi$EOb<eh%)s$fImEnO8F3*Uxihj@=t%SBVV?6b&N>mPyT!_Q+`+UfBzQZ%Ja^ygr z2$w=cyf4MmSLMah3;Uugqm{#B&F>jE4HTe(8X7RJAeypvWzj$~b#!L~Rr;k$O{5XM z^{jzR>Rc#wCQ@hIu{v&rgH)9|7Y-~-B3=73;jgF;=Lk*5VtW^Z6wF@<jP<&CFC!nX zT){hqLc6r@{s*s^<8Qv74ex!OPWxqbWzvmW^Z8^lntZMKd-=4o$0&(3UQ{F|y-I&U z*4MbG(tjvkw-IAvt@VD~yBV@<tAlZzt;StZBH+O&Ic>bwER-;E;YOoG1u<ic%xotG zif!vo7hb5PW8>)<fmub#VRHXv_8y#2ncq-^nW-Vk%pmxXmf~~V!v!>wo8!+~l%!JR z1Om<Kt-j{&myH{lSNg|}GjvkAF~0Hc`9;R0=*lSrEw75rUl~1Tcs3Ldy^<Uu*-77K zZ&9`agmHUPw|)HO8iF9nq}2;()zD<e`_AB%wg}8lgl@C7`-<5HS$4@WIEGz#<!6Tr zEY$R))*G>kw;S(XNMzh@AS+hYW{ImHPPo_GnDo<J=5I`1d9|{d`B}leV;Nn;aTIVi zXpehmR6pri65+7=o7&?eW@zh)dgBW%=y-e8PT2sbQ`_9;WRkS%v~ioCU$5i%UU&Ao zp<~mH5M8YVug%Z$SBzTa9e|0XM$f4+Kl3L4E%icasiHf3Jn-pzDF>mtJ$CwQU{&nR zgmv4TNX09=ZNj)~t<9o#RP9l>g37IsVC2{C6MC>;R5tDf<pUBOV9+w$tsqXQ!@6!i zhJxKcbev0bfaHRK&Y1Vj)QU<y^WT(d*|SbIr%}RPnPdJ}gj}c)^5$a*iBsQ0OaVA~ z7K!zd&_;v61TVIWe8Ieo$j0C$?5pjlAm(@wlM6^olf%g_$l#BHzuK99@f?6w4mZ19 z+yvs-AvWdbkn=NU$XrJ{f#pr|rnUT(0wAcS1Zi-{Uj0QR4XN4H*UanY);_MaT@`~$ zx%)s+byaNdkk6Wd6<s;E^1^IFu())ve$rQ;IzD>=OQm;i5MBTQ^xCgq4Q>el>HVAZ zu6i1iEgnd_O48_8fC64G)b0~OIy-rwC!r66cwNky1wiV8&_!()P|%<@^r_*GqYJG2 zGs}DEC}y^oiR}6s=Z+eM;rfyj?0wq@IFa3>UZK>UOymd^`fp1XSg&UP34VM^R^|*6 zv1g69JNbggJbbL`nY;>*G&jy4bRJ)St(-+djzcWK>?MqH=&{gX#DcxOtJfVg9pQ}) zG*PvW12yr%W;5#<OVvK%jX0@2q3M^rC%h3e3@GqU!s?R?N)qYmvq+AZZz2o4IiI^q z`q+?(px=Bg&-ey+;x=*ljdQQ|(>AbRv^|2>>Ez9AGHv0H*{cyVj(ig%l&abr4Pt{E z#o-V<x8#haHizs2_TN<v(FN^JUQ=c47xHhpMQAxdk$f7)xtHVYb{VfZ!C_D$J9eFx zdp60H!md)4lq~lKmuOQd>$M^$08U(rU$jBT<uFzco&(G;>c*a{+(t&x$iP($zn~RH zHBD5W<8%%$a8VRo=>_}A3TDjdExER7^+%#d^ctJ=(4nQ=e?}emI)?S?EY-gWJUJP1 zMR}>ZS1E{P+O7t+;KyrMsja1=Q|*`kLc6Y7tHyV{z12-os_immdvJW`?p7+TQibcV z$o~CRVUYcJ<PLk16-qj@*W-?frwR_^;Yt#;GBc>|8%=pzWsj$3mZR`y$KkF!EZ3u8 z3Fw^ZmxrF34bF{dnq8JZDtBZ_S;EmlE5%M*4PeDii}HyD^;~rgQs0a+Rn>aQ;E>Q( z+lvF9bBzwNjagTY;;W7{%GpL06WOxoo<t5FgF1@Xb+PxcIMz$yRouPCiIEq=t9Cfs z?7ces?P9EOE&J|$CkNO;Z%s~|99ZYU_6Gbj5zc*vrP4xLk6KgWmTi56q0uOgo6AcH z9gXCT%3j0(8Ps`^RkdsmdVbz{#=ePeVbk=SJkAWAo*d=o{Ow{}C#R+N-raHv+$)rZ z=ILY5X(Ip{^oz5H2hL!q-_uC{sk{<;gll>i3xQ+cTTk<l*o&4fsJD32_Ui2SB_bg& zMyG5fx}(<m5MH#1z;+(<)nyJ*-V*%3fdA*(KYtV}Z=wr#DWPqt*uxSRdWIb$A*Y~p z;UDCvR<!!M2P6zFwmNrKgzb`9hmIkR3+@pLBU%P5><%rz153nu@?(@xY#qC{PzF!L zRD^M3N}{fff(KT~je%Veb3ZnagTC5Z+UD1Ko41G%mX+JhD6)kjECDxmohG$Ul-lFe zy<Z#TvM=QcmJ7e`Z&#w*3~uc@!)|7*xnYm`ABG*_4mK~tR+p>bMVGzW8CwNi{3r_C z!tzItaBFL7-d|(QNGKg5wOiM<MxO8hb|NDLc8j@lX62*gh{JgQwE4@9i)-sQLIJ<$ z-<8jGWUpyi?xx==GJ}}^M|Y8Re^C!v?VlCU!$NDT9E!h!fjF3Izm2#q&&j#xYq|98 zx#z0f)1XJnwM>zo>Co(7r2Swii?20*i@|Y=q}E)`r`bPKYep;MCFaHmnEkV~=7}on zO2aVw=WER`sIO}{>d}9r*35ZRO4n)4f1+BZ0vR}NA(U<=BDzhKLT-ph7C%LMnvU1K zHDc*;Kj+Z*Tq=1gHtg=t^oo<1iOtO%;EmgY?%d{L!4E5G?s?K8eVZzo9{WaH_uh!O zbz&sMB~QxYjy@<oQKFO*TC?0FKyL#b=vs8*xo&fr*Xi&JEgh?AoXVADm-Qnsw@Ju~ zUTbyO=YK=3HIo=edlF>i;r8@Zm-O?c%h$>ng|BPNR5M1>mP=Zsk&S5X2ulY3)fPuf zod|r%jskg4W`P3s&D!_8R5JU&e$O7W{~NBjZ}xvnQ)kM}{@dMi17`mcqt5JKsx=ov zw$1*eYY#E|muoE@G}L;kjA@S3g_%~aGQ~y<;pLLVZTjwm*&u)r0Gzf}!82RrbVa%G zv=Dn5r9P_I#*WuBchSz%Vw4r&YOSD)2P|C_QP<0$jorDR;0jJF&Z&%~ulQ(XwET+f z<q;K`CVAo5h%9=5b&)KBec-D(fPo6^;7ISLAh!yqF39GmE*OAdMlRYH07aBH$(mc9 zX!SIL0WEg2Q1GL8>F`<?eX?h%rIl8=TWeF;D6G|<zN9}pmZjoRs?vtl*705tvo667 zPni;S<(+;mbCv1%rPU(UYJ)dswY4~R7OKmNvm>}BtuGQHB;fKxm<Sfh-Mi^uNS=-@ zVat@Qz$QT;!OoT~_j2uSn=wgTLv3-kWZ#EGEv090%SFvS`QFW<plr)NM<c9xi?o0q z8Li;lX$NrBV=Y;&nG4tvWH|#Fs??g*5h2tPGB<lGGlu|pvNY0o`0L4;f+d1P*_zzY zq^Tz7HzeJ2N>k@`GQ7H-_WV~MkEz&SWq%dotF!vDeyJ+u*m`)^E`f3?;A!g*>vcp% z##)^~<_@Yu+xf8pA@-Fx2QYVS=5;EsQ4TZl8l*(4!x_{gP46_)o^fJT8&{4;Iml?0 z6w<5{__b<hUL%y6f->;&7&j&V)h@|z8k*l2Iy324YXLxnwm)$O@)y8@iVA$9T;0Dw zYq^H0sr5TYR?EM%P*CnnmZ^7Bo>3|v6>8xCNFqCm)O<q~31)5NgG5waJxQ}mq7{p1 zwBj9#6eo{UcONoGLjV32wEO#jn-zOlrOGy+L)L)P>TKjjD*25v{uX?`YNh=YRq04q zz?f@%o!Ego!aup$kZZwz(k2U&u6@KkIppk=`@rqqMY-LOJlmT02*v;$Tl9@@iIcKK z#c?KC)dLDa`){-lM1bR;vQr~gUzCZ4<+7pNXx)KY?$6}drdwLT*wVZFBpI+V;aJP= zY>Q;bE}&^fA&W-Pk$wHIRae5Lm{C-!EoK`obh#A#Gi6d>RZv)1%dCTFK-KdU|E^t~ z3nRx7VWmZIkU+iv{FMOpq4FU6ngj46U>wsZuIm6l;zl)p7aOPX_f|299A1|Em7v6k z>;sX;>RXdVutxbV&aQ+qlxFYaZ%|#45n1JurD<PD1|p5i^UfpKi-VR@Sj)_ZCQhqz zGtM2%_*7G_lWB{z<_n|%#Pw`>LQ+qaCp2`DJeRXA<q12}cnSwv2>EY}Xpe7K?8yG- z<%mYT>@i$7+`y|s9V4r@+fQA@Oi5WBT{RiAl9HJezn5+P`Jz9fXl@NMKSly$?x!aa z7!<vf%`N<4wPaX~fbR@0A17V>w6N&(3VoMKyImFdOhy&W+%(Y4gosNf!JqkP$*H(x zm^<)3W;NDyK2Z^>l_;(7nK{j^7&Ib`Vv2DNe=Cg1{5=!TW#i#WtwpX;qy>NGD2k&r zmHE_t$;-&aEduqz%<FDaenu{8ks&RYKMUl~eEE}z5tx*ljeO6|{FQ=s`T9Zm>Tgf+ zD=5{;2Qt4TKH-aY?z+A1T_M}-|HkMj?kg^6e1{r2w;r0-S0P|TfXR)9MAkjq0Eqjg z98r9i{0GF708Jsbp!x^Y%i==ZCShjClXw|&*Kz8(8`c{a`Ta-S*c3F4fdg7O9ZuPb z2d-!qWdRL1YQ3J*fXnP9G;anywmvw#3=UO(ENl7F(Dd1Kw)7U=dNpBv5N|(%+I#*S zlCXg5Sin(T-$&^!Q%Y|Pwe$>TD+=xVy-~b|N}pvLld+FQL7yFCzy9O^5bQo)>DX0h zAEYL#;{^LPH`QKytl%Y*<eI|gD;-LO`Q326tLNi28`NEx-W+k&pr^W#0&Uzd+Lp1I zk7%po?K;)!7{2YECvZr!XYS3w56I?M2jZ^MzN}lwDlrGU?Yn*<#$pt>2#!Zun59=7 z;)w4gOi7>nwFUWQqA&bZfml%pospj<AZV(d!-t#Im9}ja?b%sTE|0c4*X1FyV5OKU z_!G2$N&FNt&8hZN49yke!`0|UTJv1SDgOL$PWQ;nBmqm6%9gu%pu{<{rZhHDsc@OY zNr2a!8zdfpyEwMs-;dUme9#H6mLpHV<I2IF?EN_H6+Ebt`xS;kcqA(LrMxu-{Pe;X zr_GO0eEt_2<f`1<uQBANy=h?DZo{;miGmKqj%#c1UCJ$udy=2%xK@cHce+GB7I>gb z6LYU(1LVq<un5(28G7#2N0P8XlBcq}7L^AvE$%>|aet%j{o5#2$H{zSIZhmPou&Ov z9F-E65f*Xd#)QQkW;>)bqzUN5yqv%qs*!o2EPfb6#hUBod-;hhB;Ig2YLfiEdu&7( z_|9QE1nVi-15Be>?nR=e-SHr}zA5{H%)>%EMRQ1fAqJCOI<d7)IP04c3p>NU<V2-T zf{1{4y4*M`QpR2ZQ+mP7f#0%vBRwlm{j>vN8TJEs;v|qg<-2UN;BT8jIR3<&Xcakn zigBeh@Bj_S^;zj9dB$0K-TMj_I`LiCO663c)Kbnu>v>_SEq_w6NLNVoGLdO|`h=O% zR`MS-Je-E5$+v#aj!2#S8M-$YeRle$zwDm#a3K>OqRhjWWxGl|%CQ)I_eX$st&so` ztK|MoY{VbCEw1D})60N!>;Hv)%>u1wfw(h8LXX;vM19R9j7)+)HD$@ZftU9yI!V&& zY?<Y!xTD<P<S?*7a5VcxndRBzWF|yH6Jc8?s3JBhWuy6W+lcGBtUCx9>%NNO;xhai z=7(7X9IZuA@R$xa?1r0LTX|0wg$^bs_J$V{#&17LaTOMbcxyi-bweG-iL|p?-i7Wj zy+v(#d>B{o28GP$PKllN#(6;3dR1JIm<Pn+2;qORTPhWA72o5G&CzjwyirCmOY#iR z1bvPfn=qq*m|{Oc7WU^ZBo7jPCYNcH+4o3!DE?JEbMC+<h7QHQIW+NW^s@9i39sW^ zkTP_hd_76#J5YRQK2hhNK=G>;#lL{QFJvaGCABwN4aFZpQYULj2*^mg_wj-DF_Dn* zIAw9jPq2@WAp>}Ruz-D&B)K$RHWqd=q3>>-k_2{Q+c75d;ukwvywtw_XUb64hXWGK z!wQ|6S&Cgws&aN%=$&rmHC3z27c0!=Wd+HTt#EL9kZX&K!1R;kF>?B3c@$3fgnv#j zqkZudjwI2TYyNcG;JhT1)(KQ$sm*2Oc>PeG6D0VKlRtmiC^9KAj@=+A-ZLdgt$rBL zV%n>z;S5IlzBc*dZbdoRaA4q@Th9x~=f@@Fwp*?FtJF+b5kD%M)*R!5C=_3^B$0~y zxkBc!3I`%7FR9L6$PozL`r{+ga_axd!@RS=ueJ2@whrq9ndZatFgFm?l*sSbn?7sf zd&N6VHTX2!tSA1;S5oUV<!SPNMod^uHLJ-SNN$p3@qjkfU<l`zH{H_Bq-4L{R6`i( zU|Nf$)i>3ohos#nX<u!sL9!Su_Z>;QsHujK%fYl&l6HDi%|G*xrO}QjJEp1TAEd!E zWe{3)LrRU-`mu~zY4ThjnNl;sf(D?t%!m{{rQniz4xDr;6r}g_+x$z`v(lX2^djvh zefFj6g@jD>KEe89w%(VVAcXoKWKJ6-(|<V;;HDRN^HzDe+~}R5MEYYqTrQFRc^ieG zTWz%V&viHzLmp#}5Y#2qZX80QSxr`KhutbwT@t-inb8%A9yw7FjM)Pu+S^S-$u%^( zkVd7wC{A77Jb4bEEcvONPkiu&|A|Dq9859LV<g%>_wO!sej6HZe~PP<=JxXL$?)Ut zOy^5@+Q8lP34ps0n=7IH5%Xrj;@8=^kxn@%sbs9eL<)!7Mt{|NjiJfOQ3$#3g&&`+ z-QR{{ZP}O%oEYV}eQuR^WufkLYL8b*&NKFngjoW<<G)yd+;DTRF@f;zKZhHS2906- z9iIHPG%|eiEXR`-(?(S<VA7i3U=)oZ>^Y60;Ylur?#O<q(lM^7@Fi}NomMWxi#Wq_ zXA9x#PKVRp7+PS^#^mHznztq=;=Vv*o{8srGR;7?N63LiY@+wKSv|Wm*-->;(f_c` zg$tO23>j%FE9hZd&i(lQX+dMwwBg1~gw6}J^<8!|US_E<ff<fm#eh51<fUQ`4%rc8 z0gw(!Q!v0;{54q)w;!Cys-Mhg(o`fCf#Bto#E|lN8+(o|4_;cY_=GyYrerO1`gfiK z8le8=$cDr#Ka6xS@H>=n(9OOdA%tNdsje4%n|LRs_0;s2o{|~xn_+^EUK9p(GqExe zpyjAj<4Vl3pE^RTbz)~)%Sh$lBt7)u(gk`Qc07KG%UOB__Tmrq(C!ArtgZGrc+PSx zzdDgF=sDJ|V&^$q!q;h4elj-9P$n^y2ut3^&&F!JXT5`r1&LURB<hUCm*FvtBkTm` zfw_ogZns+Vqs*5@Mijz^Ct|%4ih2j%4v0`wjdNU{mHKXe6O$Q7xvP`YswBC;eCPy5 z(kzk*3wecX@T>8h<)o8{YC%<(YN!TEHobLFHhmT|4D#m)Ij~fRn>KEJqU4v~kWNTt zmJFnspYY{UIVj6uKo$$W7^Wt_%BE<YE6=1Sz6$YXeY<&l`B`cu6b;G}xscWL#5Hcc zzy2TVxhD^hm!AF|{XuIgJ^It<{@1H#{=9;3TpPuDA9ULH2-)0MFPfJV@Gg>hA(T0R zo;vKRR(HH=pA$$7dEdpml&&7gTtkBBYSjsZMA2mUN6M6Ly|pUWT_W^qLW{Ca6VIi$ zc;B<URm!jw>Zqx1H&4D|CkrlW$lyP8m9_50>3+j2Cxq+tX+(imwKdhKyV8r-xp$>s zQ3eGdwm4B2nWpruJqd3+np1c**53KUxDd}%#)Y`ZfL9cALrOytOy0YJ8&Ddw2zU9J z?Nei+Z4IwW58P@q*u9cP_!UOXT7O?6i@(MGCX)k^Cf8OFHoZ$yR+1tNMzg}@{3vPP zE^~jL5(x+78PTc4cS8s=QsK~FZQ_^e`O#}8UFAgn*%;y1o2-{QV|E!S(e&5zQg?TU zSKd9JUk>YuHSaL|sk{3lYf7_)(bUcT(N)lh+HU)z`GTNY%W0V2l_|WXCt2FJ*%K~= zl+?t!4R5UIi1mzncDR*>+ago8Z~-6m*tnLkuL%EF+i#+Pq^ivkj=hez0k`rcyo-$f zP<a>SG0!#f7;2u2T0Plu;oi-D!%vqUx_mFPo-*Mq_VOO9b|F{qwnd&&vU;Y}IMd|M z6!|kw{%GdGaI!fT>fyx0{Tr~$TD!TK&w4&vi0vYq&u`jnUQ3&v)Vz&T+8Hve%(x`N z&%)G97mt{6`gD(1Ow7|g1w77}?(y-MI^8pj$4J!viJ5YiCdN<CA0K&=Jbtw|@+3te zOfl=VwT--`YPUyPdW<oveAfVy-d&SpiyvuBN1C)~7g@|KY>d&?WyWK?dcV}%TEI|9 zmsx4+-Y#A`EHWZj4)#a63E3j*lp2M+pFlx-(QNwgih1cIyYY_$FusbnPEQ&A+p~G) z=h#GF#LOCwTCt7XxG|?wCQEn^3i*oiN^plOGiq(_dKR*VMz&}n>ye7>R{`2B7G>A+ ze;dC|HKje&o}8(i?&0PhqlPvH8f6l_lfJY;nUE9EhBTTa>_~p&cpn^^Eioi!9Gzpc z*u9QAfic%J#xA?_4_N5#<BwIH`A^`h6s${c$jM8pnfw2@W_DgD&7i5>LmSL~zY}<l zBxJrv?Fy1QJthAidv5|?WpOqB&&@(YNVo|Q2?BCKP&6!IQKJ#fB?;VMqG1zMl!Po0 z4J0P_vM5S0V8Lq?eeJ7Ov{bECYv1Ay)+Go6DoRjmscWogpBR^D6`~^d|2;EvldxIe zrEmZ5=hq99b7r48b7r2IGc#wXT+3Q-#tVTi-rAj+EnVe$YZPd#FF3s^*v*+Wk!*EN zC%5Nhk4mv&n-kY2rIrVDvR5tTN^CL1_7UooUhBPX+hE_SoJRM`I<m}JfqeDXu$p(p zH~v7dTMn0jd5G#~Ei`1#c4^f<&Vy`YFHe`y{(K6O^(7}~<iLEe8{*(MOc}~nU-gFb z3@d-WB)!Y(u6pCxKq7|&w-dfMn_jZ6-9qZ}xpqz_adCLmMAbzYL=m2n9=%azLYJ=s z3BjD*$Ma-tw=Y{Fy0y~i&%^Fn<7Bq!KZ#`(U=X$l-5oLk1F=OZz2u5gf&SU6a%Q&l z-sqzHSdNL~6zI&BC>d@{Pi7Mi7WAU<JUe(*!|JQHyI1~F9N0Oft_{a;B1M&Hwr>Tk z^;czVa<9CSF#3F5wICTEEll**?T=bGoWIfTm9hopel~w5=Tl|ZnOmQFS9t<(Th8{- z0cN@=%ut%r(Bi?-v??R(jxcd<7YC^0ULpF*HHlHFM=g|d$s3w(?iHf198TeO9XwLB z{HpC={NXtjNI<Lb0jajueaH!_?c)yckqR738{GH>{QLZG+Q+@%_swrmig8k&zyO^$ zqmr|x+2)W;4ni)yEDIN{+W5ANqxSyA)ZBe-4@MuUz58bebZKE9D)q-vx>D{He>0A{ z)f>c780xHM(e?o`q}1MLq-w!#xy4(E%Z-cZ?K!DioXvwZ&#=&y$ya1kPR6Ip-fBUQ z>s1Yw=Zm{#UsuW@B;j#y?Ve@f`yRIMrq^c2mc;S^3CH{oI@A!1-x{QIC#5gj<RmsU z#l&VOrDvvJ)fn*TLH^hycbvS~SdSfkw#o40Uiov1?OoAI2|-Mcj$o$UX)J0Vh8UFg z4UoZ&ElAk}g2Vn4N?yUDL(}7wQ1bc<h`HS<x)1qRao=2yc!^ksZY}Z{snPh_l9bp3 zG-Q`-7^oV_gs$03`nbloT-@ilMlk+W-|DD1&R`7xRtpPsZ$oCl`08;s-YW|)zSDZH zm8s`SGM`(D9G5*7{d9GT^UGhivxt)l9^9-2_H}Mq;UYeeVE#YzQpjR-x_S3)T1ErQ zhgLB+!RI-Bg(_QQp4q{d^xMvV(z7n-t$if68;`L>PUBNX=z+ds_S^I$afqO%@pY9k zm=R3&9`yJdbUW`-VL2IH4X06z=1XNN!jwuRIhlH{&3!a)aFc%jkhci(m|pNLfw}p5 zuv?oQ<deb9^vh0&vJy$|s3H6aq%adQk5hArD<c9;t8#(MNSFg3<KuoZF4eqs%B^yJ zN{Af*dGC~kz{Qw=k68<o;pp*qkk=S_>ohiaap9N{Yt$T015KygSD&06d_6a~$s2kp zGhJRd4mHT539WLln^sPJKD0e!bNx)$(um;h>|p8Q;6D0RfGulRcCavN-<`Eo!<>5U zEAOm{M7i!SNH1y8(DR|>LQY-g$*f;*MeL>0x$TdT@^I-Ttc}qAo4XI?t2|tK-Z}Mo z!`mM&J=td;E=4rdpkFMV^CAQ?FP3J?((j@67fT2KOo*;!qj4QCmP(jargVBiD-XdT zS08GMm%JH~oCulnC{}hbpa#lj1b;kUc_ago`ZnDU2G4|g#jO%@5Fwca@qNu%+2-en zX_ZK<<UC!*m+l+ob$ccd^Jvwf?eR&=irC+Q7R^o2tMiMkETrVcR(SB##9Us=<v|j! z8#Nq<z1CXBp)6f@S?3AA{W~dbi?lDc4!&0EFQPYp_i+6;Co%(mTh^ruI+vz>%O#XN zi4y6D1kViSRLKc2y`W%ohP4ta5m|FdT{N4vB*+X%s;8?1DMQI;5TEU)`g1y7Zrywh z1?l{h>mxYGZgYODJms3UT*?V^24T)1%qh>f&NffTwci((^|;n^S0(Bqc1iy%-~=YS zijE_xtr#plI-4nR15kTsGj3#3z;rxCC<cnGYsFv@2<DkR_n}zVVHGt2Z{qLK`k2sz zJkP!dTWB|t^a}>u(M?2IO$y3tq!06+a7Q1@48JMdxsSbfYq*c8U|`-Dro7Ghve)<> zA`iq6u3%NvzKg4ZuSyT;3#sWKbQI|$XHJto(q#JxCw<h_bK9Tl<wA1PqM!JnZx)yL zEsLZ{vp?L<9?>h>*~8t5J+!ETfUEL@TeOrSKeEC3Y@5v2U*R0P?lW93lvTV8%*=V$ zOcnO^Cv$nNkbz5U&t>iXCC>D|&W!L>EiJ`HPCg^gD^B{d|4h3Vwzqqxc?Q90B{gYq zX;0emHh{EyrnI}BnoDCNvZZz9odh<PbqnV(qSC@MZ3`E4+9s@$9m2&7w}sNahyOb6 zNAiR_4`{ouxr^?N;5oLsXz!*N|EY5QwA*!2oP5}>mC^6r6ybN51#zfzBCHnVy_=%^ z3C1Z(>qU-|>yn$AqXUx-5{XO&f4RhEuT1jJa8ry7|C}P<tnW*bht5E5Q2tFExj-pD z_ka~tm>sW<`;;EGFVM3Z#WBihadMc<<6G@*%9Cr9!R$EBeotc-F83<EtvI#?-XOC9 z&6o4V>YUyhWaM%%mxqW*P`Oj0;@m0Oahbm5n`*IB43^Bz5@JIp_Pk)c$uG~nxhrNe zFAC(vB}!%~SaTD_Ek)cs;x?3GWr}-~xI5x*3dW@vTwBGpE%0FOaz}Dt7gm6~P6}ym za&Dwi53fIWO4sB@axwMb2I4W_a2x3c^3^p*bZR8sK)6M<H&VEP3OX97u9+o{G&F>B z1=<@Z#xxMZ$M!6KV*6yrwFxC!$ygeQr*pZ-N&`W-UM3qakL4r<{-~R$#xzeyd+YXT z4TTn&_Mt7LS=yV)w9lqa?UQHo6Z*CZeIa;W9HgHXCykKnh+C7m?H0F2%B5RKnr|`< znP*C78YmXWq#tXar(_x<-^D#lCG|mXIh!2Jjdku@Dx<(TiO!t{NpWs5h=(I!+H0tD zjX~0!B^v4GTy7jPop}cFIkOE?;GA!enNGez3Y~0&%yTjflJ1N)NR@MvK^8k6jRb{e zPA`M65<J%6YXskar4%P9<BZd4@O6UkF}Msv&TfOR7kr1o<-6oG7`#F7#|*w*@cRwk zDEL}~?-qQG!J7nMVQ@$A#RhK`yu#pZf)^TGq!Z3GgU1T)Gq@<6bj~z*ir{Gm_Xs}N z;4=GkQVgCZc)Y>o_^_i4&H`3BUtgi=;1k?2c!A*W7`#gGMuW@QS!avEYX#q6@Ku68 zWbieDuQT{<g5P5Bd4jJp`2B(}HTZhLs|>zD@DhVJ2tL!`+Xc@vc%$H%245%mScC5t ze5k>j1n*~XNAN_0w+bF*@HWBQmgu^Rn9KRp;IV=?89Y(&Hw>O4_;!PP1b^D#Lj_-N z@HD~iHF&z<w;3GKfO4)kxKHp}gBJ+yH~37!=NY_E@L2|*CwPIus|3$B_+r7+4PGnw zFoUlW++*-Hg7-4`ZGy)de4XI?7wfv;FL<lL*9*SK;2Q+rEqI;Ya^4|lK*~D$dRJdY z!msZ{924z4qGOzciq(WWjLSOX!Y**aO~&O0<1!PMZN_D(apCq#!ZXI@QgP9_>9Ix8 zLLK?#rVudC1oWDy9$dy7myyP0C@$&7rN41O3q-;Q<I>Hzq~kK!xO}@vNN`RjF2@>| zzZw@GE{VqFkH%#lF2@;{&Bmn)mtMx@VdJtGmpJ3{OYNcuARK>KtLb!|ag>n=$5!JQ zFpe@L;rO9(EEGpecXLKSsGlH*xMb5j&@X$H%USgA9qZ&saHjM+3JOp1c_;Qdm9>gj zVnYpV%IP;^KO=ge`>G`8EQvUX3|n5{;@L~>6Qhp#29qHk7MD3t-|JlCuj|$IjOPRA zb0VFjX887PLRhQ<AFs*f2_5}gKB>M}*Rth*3AxLbf7j+-^fHrS6so`?&j+5%eJXT7 z|E|u9e9c$aO2yC|G3NQ)m7D!&FYxtc;kP@qnU%22a#p<NKauUu<9(YxNd)f;-rM4C z@NULAYQ^3_P<9b)WK)Gs<!42|@6Wymq@c{$)?9~@rv{RneSZw!?+xJsbyNW5{7eQo zWD}bg`I2wnYq?`~<sSdKpE*@Q8}TNS^+a2Y)4@kte4rH16e*4(ZDjM##Q|#m9?*Y( z(0}*qzu)V>-|4^K>c4G=%t||zKUEZS#8wZICg?@^U1vna1%??N8@L5Nw^NtE0NBCr zHvX*awGNIiIRL$xtM*WJ4KvXQ|7o;`FM|{=LY)BJlxavH50w6y9hVpw2TJeCj!OxQ zkO`%z^>{_*CE@we9pU(Wb=%?nxlCcv2}M)3n_xUTJGT4WFS52ZxwmuHq3t7u4j3lu zXalM10K;xn1df{_=j_gf=O%@D?t?=ZZC58odqJ12&WY_{xP@pbX$`@4mfbeB#0zP{ zT=Ua;ZIwi$5_0awNxfS}jaBlImtGka+SQ_*bI-z7r*)MQ##f)Piz!_wxu*!sS4U4{ zi`Dqb*}sH*v93-y*MRd3C;;d@f(hfqB{bx{2^`o7pA{4pXPp+PX*|6y%H0ab><#X! z`-IEvFHjy3{~Y;~FMnp%eG=)PTK7qme?;9UUHr#{Uh<#fcyAU-|1ku1UcHHfx7_O* z@&c0`POCi&Xckc-PR|>sKLA>mVt>%s?-6^2b1zDO&DO3tq9amhUod<WD6crWcM+F? zFNl&?nKrS=Zt!ht;sMp?<y4S!khLaSf<<t4v%V-cKR9e~i-+8XncRi|!WRk(L&>k^ z$V$Y?6%BZD>~%jy&F5T1oVPwd(s>NQ<qo7lv8d;o_bB?y>b{TlC)Iu5&ChdxQT~`b z#Ee5*hUEpNnw;&!=Bv9;aNb~w4fM<oKCvEr+qLpnsL&Ff&HAxWJWmfMoL<PXbQiJ` zPcV8Ec;xnsU00pV11(zX+qLV6z~=AvSRQHNJhdm75KEwz*PZ&i*w9=ZHJFmcP_kDa zMzww{fivD`d*R<Dui#D;!?Z*PUj}5nj}m-}+?67`SEj&1d8>7KGv0Tv?20vewJv4z z4>AKs1UWB!3ihCfHDRu#-^kl07MgE}K3Z8nDa9Gbh9kR2NRvXzmm}MRLoa<)gNp>P zBNSbaMnzt8Ki-@Q(`U{^ZmZ=sBH0M*(G|Ua!7rTw^ocdF(DB3%B@ZFZykHadZrYwK zd9cNuvBiB2a!T;F+|>Pf^_8)-Wvu&}pW!B&F>^D-uQfO0g_`O5T|GV^KKJ-WUt}X{ z9jcQgOf+Q|kyk_DSS|aiKc8v9o7K7E*UT=T$j8p~Z3;zly0cAhk=>X@s;i?{JtCQ) zPivXB<In32$<@ZQSbM%FDLS*cdSTB@W(swEBA_;h_S*HY$~e#>O&~f=_U#Vw=`ebV zt!&$aKEcxv&p#KZtJ^J<+|}kPhi!RwsYUPp%LiM_o~E{MS2M&EAkVE{NulNLC%13B zLDq3{HPy*nt1Ewc|EynYD!NzxQPSuA7q$pP$<Ih0Nb5w7`ESxC>yy8_Se!VC=@LKj zxI*_;To#SjAsTcDB$&~k-z$mi7H5eu!}zai_kUCSZwULJX8e8a{?BUv+rs|6K~O|O z!jI!2?J|f0xlHg-a#c9o7hZg69|E<oMvh)4NOzEhAUuq^NMdu2Vh*Pp{G8mRXj>#o zFyUhH3ATokAHyyT$GN35C8N_qZwf%XjEvK(U!stUA?aGo$rZV8NW~j^gCH?`IWx`a zNN!Cew`7v$m-k3+JN;ur$(KkjggHr`-_(NF0R-4>1N00fkFx<{IhSU_1QQ;>JCuC9 z^-1IyHexm|z3U+GSA!g)_Q{=`m<srZ<LgE=I{T7~FS7cr_0?55Daj!$W_(>`#@8Rk z1xe0|>pP}=iQwTW9|v}lc=t{=4|p%}OPT0(Da%=%)bdI$GeP&03I$Qj1@&2UI~#14 zK#3B_86l|-f{|M8XFm8lzH?^05Y>x~avh#x=s&LoJOn_4?u$&yC|M8j<nCaf7DvxY z!JH3*9YvfE9xfsxHZK0=asVpOFF*Ay3Kdb7wK}S2F1sCagJ7h{zM5Nx=B4h+;wb*H zyowc>D`%1L69Jq*TBap?^zD57`jVl0<pM@Ton*JN)w3oa;P7Zc%Ni-gMN$f>QgeVH z`n%2XUr*h)5mzVFeH$4#CK&CxnF<dKMyCK*C-e|oPv>~z*{|dJ>)7nk$``mT&_4E= z!$tb`g%Bl9j&NN^F<LGadd4{ST?RhOSNC1hqAZvt1Cg<;YT+Zf<%#TtlTS#iL&<$I zHSfY-fy&dPU%r!xD*gUtr_Vk5;7h8n?)#>N&xlJ5F3xq7Cj8>389Er5(#`nc%*Rs? z=AVw^bAsLx?7U0!M`v2t<8|Y)f3<kXfvP{4eYkcxyhk)QbEiaj$2>PWvB|gZZ@C!_ zJU5!qDf5<bsEwmDyy%a0Za+opz$p8=oZI@7{v^rh<3C1pA0+uwIVBe#BNg84EaAf^ z%JKMSrOBvj%Wmd3p7!C-JHuE1(BQ_8*wRbu%N%9O?}^5KP%yf%mdx~Rc+atNl82Ko zD7qNPbu12k=Rii85`4s=6lsV7&JwCRFx{B~unqb?Cx~d!=1qjj3v!6<L)5X%d62Kd zrv02j|LXuzvMXoQ3i3G#?!C_MPM29iVP?eM%*F$px{T0gFF6a(`46qX=@;I;*>1G? zC7{jkWv$I`c264MWoKxz*>-v<g5uOi|G<21QZTBC;4z|s=uw=VJ-6zy9Q}T?m`yea zkJLxMPRP?Q=p`j#FV*e7WpgMwMBB;0eHF2g<Z}{#uX}}v0z%2}-~|QPcYT)+#jG4o zXs*b|M}n+e0pDH6!Ohxl<JcL+KaUKmby0dXdFz(;E>M0C&wKXHTa`Ds$SVtewF(WP z-ntUJMDbu@3%A~1bbgVdcLc`f(tN3#b0e8)^U}i&zaxDup*K<C0>?v0eQw|p@#FYu zKf6;7hlniS3H7!CZju0O0H^D}X^KH{7V9S7JLV79j`3DwUXxwaXrT;?Dv|bwk{>)% zHUQX3aj!U6k{}+R=90l4q2AA#&H2#4E5|a~Z=(W2#GK%kP;w9ANhI0cL&tdP50NmA zyd*i(eLZ@s6+6Ota0QKTX436xdP$R;t%V7iI}S?N)Q$I6n6^mTY#vKGGhOcMnNBF~ z4rlWo-xY9<OLI;{;5he_ksQ3_4oqAb^~v<QZ`mTpEM@;CPv)C|PQlM`KPg1JVl+Dd z83Yf^<%L-}_%P6_p$hKcvrs~i8SO#HQZm+6k=@-Fyct_-PH6swGYlNOtxvw3d0}W9 zmHCTzRkk}1w)~5CTXsx=5S+f5*Zi&Kth-Ogy1V&PEZVgN1PYHKwh%%yeyw}O0i5MC z@sZ{@&IGY*3J>;=<Sm7%3E51XvVHZBd+2dIP7~Z>i*us)x~Rdqp)F^|1-h*|#>-`( z&{mdw{9n~Y(B<ET=ttGB`UbKi<*Q#Q@lhR<o!TIm#Mn_x`0ahVr8nv8m@>21EiLWt z<EF2KN3Z)CrddYv1)#O@&<XicTYbgMs(cw+-Pgxce#-TfoP08cb6+!o@XddN9@6FA zD@A~-D<zUU9q?$?8qG(Idev=-kOmI$PUbOQ8cgmP>rXSE=d#sIs<AHr_JGuI^U-Vg zqMqT!|7Z=z(MZC0`HZ|rtKrF1<j@*sNDbu)XkD)=38CNomOjcRaYsXqJh(>jaGQSm zQ;sNzv3p=_CfyIotG9OU(bAi%Qt68T>BrNdF~>~h5!l;PQIxZ*4gI#^HZh(1m2_!m zF18uXbfObpn%i{m;#Yn3w<Ji@=CJ8lpK!mP{KapQFpL_~^1=An?9{ESKS+nKP`5}X z@7Wm#mThQ><^8u)g`>rq%$+n-Va5S(#sT*=kq|_45vNdA-a&&i&d#d)K00uYlT;@k zkgm8nCxD`ta>KWTPF}8)Yk5&d7$0LW%T|hzqvv{|<a<stE%WGpW<YWy{q2@}`7T6} zLi1wchxzzJnM?+wHt8=zroWrF_9}%Auh9f?Ze=5Uo9ItPwhmh7QO)CUPo+=Eu4}z~ z24x=kT#=-=cJL~`mmD6I&t`bPok^vhyBz6`tXy3%TB1^%Jd?gNSZ67f?Q}=>M9O%` z9ob<x9qo>6?7+kB$npRVm%e(oK?}Jf`z$8}EJ<GnrDEoe>_TGdJF?FhSLf#)0SAfG zQSZneat}=FzDjh?Z;#%5r?e>wuT}yx#!bJQ8eJua_)!vX?top0ldTbFo#YOfx%De* ztWNc`-vN_bzo|I=et@(aE0IfK1LhuFaH|?C{3R<$m?zo!mhEg5SG@+Xm!h>|tD8xS zI`(unwtF}eKyBU3GPCpDu<<FG=#A#oPTdt+DG?VwhJ+@?E>7?TBUZ7LjBr1(sU=oE z(~A&*$l122u8}PftbesI*vzkfT+dLKMZ!p|HGfpk(6{u_AJH>3stA_dvrG<sb<#8R zIu3UFRjB=rtY_%$7<iVq8?2t8-;M9AXDIbC_`5!N-g3fZZ1oTAq-SUa0ds#`&rlIT z+Vu=={fT;p`gIihfvcrThZmbUVDn&#E!7n@12S*khOU8w^bF;o>L{#dXb&S-hn}IZ zN&?X{^ap$n(KGbK^|9+XbJU?{2u=0zC^l)}RQ?3_6Dztl;OpJwL}k+|%-Gsu-7Dm~ z<qd9UD(qfSOv&Wv=k<u11dg@vZ`S=i3)fn>f+C3Gp}|s=f4t(MnB2N;|5e39s!r&L zepH9C^hk<_1~8;|Ry?%rM->lkyhbN?M8!kxF}32M^Emy|N%7Fr^kf>J@617phbI1C zQ#`bueg!@Mk&1`TmgaV9kcDZ2@pb33h&~i9s{NM~4{7#k86m0aR5}z7O*D#!0PTv0 zz)?Ij@&6sgL+}5b@$#sOhd9@n@JcO<ULjs*#Y0si;Di5`;-MQzHk3S6r*kC5LuJ}O zwzL0XiigJUVUqCAQ9QIvL=C~5buy95l&Nq*C&fcg;0doCMe$HJzIvJ`T9|&C;-RaU z*y-NzQxp%SlfDGDiih@QbA0mXiihG%Xd&a#6%XC?AMJ#u((6TP!$Iin&POwKR$;|M zMum<{vD-BdxmiB&q0^d&PGLgI2ge`BCnyGWXH4;aToF-^8D_HjV~U8zq3C9we*}NS ziip;TR-0}ut834w;EZ(Wd9lVfvq>%ra1xtE3<%<BE(N*HC>}x?QLox7L>G}PR3w7C zS-z0yA`*905m|Rs5seV{5)|nPEO)OsP9Um?juD6|qV57wMbt$gs)*#CfoRPsJXjUc z$$U(Yq>5<tUa2#4gukzfD2AYx{hODQ3pCKGi1Y}GFiNW;k^}ENxF<}I-CT|3P*p^i z=m1s~(d2M4s3Ot>Co=}EiYQ$?>W;38D8)ql5miKc5h{>EZ1ZOZiE7?s5Lfftf<W|` z=3T}qqIo-rQ0<7Sh)ivaDxzN!(77GKt(`fZ0IF3HT?utM?hlB<2M!F2W~X%K1O0k2 ze#!hd$+=j^m1T^Nc{QqN2_fsyGexPI%-XY0*5`-QB{*{Y$A`)!UMnM-L(~>j9B_nT zGn3A&e<uy@K**(l&dP{n{g!^v7LM7cWq(lXqX^#@*V=eH)>(V}db#5~4YZmmkUO(7 zS-db~+;i*~)hswj7tt1+j<n9=HmtJ_0YWETL_M@_-LNhqq`@t{o$2k_IG387eP*Q< zFSKGA($AS<OLTHa&?h;KD0GwR$!%hLle$A+MJRg56%zl?MxAWsjf6)%g$yAHyyy~Z z)yB5;#1bX?WpRj*#*jerfD5m)`4B^!1&Zvc*L`~+kl@@$#)c{_;~~k2jD&}7fh0U4 zhKkMP4d4e~CzBR&KbsxP6EK-AJ)F7i(VefksliT5`<`5i=-TmEMIo68lY3rDVrF|S zjR)6o`p*62m+qA-U6RR5&XZhI;(^+){fLU|hm0d@SjB&e(0wglvIH3_mK!A;OjT@N zP^iV)=>>)S$bRp%MCJwG<@JR0!OPBMmtNFxO2qSZDmKa7&PkqmaFWA+JV_oZcuGi1 zl94vaQDWJ9pD87;Fzj@iu>ixRd<$#Pk@q%vYcn@;*gJc3L@K>n(m`lCSiXH8l;*wa z-5|nO=QX6+tZEtMH^`0SW(jyYlDVtTl2h`7dE{X+dIjC02cCy2V%$%#ENwuwLrZrq zp;5FyIqx9r4sK`f$NvnH+|Uad#9q41{p41*+=|bWBP0h_pBGD;pFlcgt4FmY`-&&x z+;Bj@aIu&#Q%u?FG+$i|s)F=w@IO&J=b8RebGG<I46>m>Dybh_uF$8xxe%^(Xay67 z%%cLZ!;3E8=?Q78^i3h|+gd#jRcK;b%mLj(&vg6d7$RDu3tCRKvaajNW|O~rHp&o& z$i_z$Vz7a-k%#VJ*~*xwZ!n3(RSui;f;!VE#P_?L{!>J(ba7M8>BYSQ$IE&BF779& zNMv?;X`5EI+iDeF={=&B-?^V~^GRuPnxL>O<8B4|xT%>PTrD?HymjBYu1@o2e7Q7L z)PGO`Zi)Q7flZ~SWUymk4<F)x`FIl%(L@hl@p6gm%V@1WAv=Ap%kK$l2PuSm#i@ML z$RhmseDev|oqpWHHrn<ND=7m*a|B^TNN9Bb=rXXW%F*U+x(Goo%*tJYpf4(v?4=}B zMIT;hxsSa??u|Fs@@dg~jF}KvxXt-Ww_djJ-4m!lT9rwO$0JU?V2G;a)+5@b?E(L^ z@B#n2EtzP-v3r%_bh!9;|9>$hv*#&;!J+b&W1J1&%iDbLK5EVa(cIteBw+b_I;-7J zTAkJICq-xV&!Ju2KU8OR7N<5S)al4>J1MR1PrjnRpS%OfqP4o$#<SrW+RVqLOSzYZ z;_4kgL2<P-?V<7{59>Lu*f&K9*F`^30?_iL#z@`qXk<Q&i+!tE71ZaiF>0$()ibyN zeyL(RN2VlNceU*D$Q}L)Ot$mxx$xqe`FcXiie`hHOc~}Z!@<rB;<cX$XYSYCX`Ss( z!lbiUZt~_|t@PcOQBN?GD|k7<?{c^kh)9M>LuMIoX1Z4lBph;?2E<SG=U$Lqf5|}E zC(m1*Q!9^(w9&C3<O^lq)Xg;hqGTk`ud<gUZtf@YVw(;V(QHCQ!%oQq1cI02UEWR2 zNNITDjoyot<_k$M_#%(MxmQfGQki_*L`u_U?Z38gjfFWDo@k^sD+_F)HbQ8{MbI02 z@OkB76R53KMDL*UXcf_uHG+z0x#y!*L_e&NsqPh<h^o~@UrF4$whR5|X*JPnwLfa2 zWuq(`B^%k#4JV{1fUV$Sv51HEZplPjCtn8UcY9*pb$e;`GUleU!bi38nv?Oh>ZS9T zr54E4;PkML=`@|9MDA8|4Em<C>nq>5T`uiqi>7Jh|1CFVyPr!(L#0dyv*qQ<{@qX+ zDMFv)-!!X}U|aKS8HDz2(K@FibGm)V>)AfEPV<T4S%Pdd-f!iC1$pPJ_|Uy#Dz$-o zXn%I$`#)19sfpU>8~PADJN+2<ibN3i6KK7ezQ!q{yBpCCs%o~H{i*DX(9$=XKan|c zr%Yi3twh`V3>iQL)=9c1;hg<r*-<TFfwd-k)wIE-dBwFd6mt)EjeKcK=naidjjW+W zkhG+m#I0zFD&rwAR8u$R1b=A0iX6A)tkTKnM7C_4OFkPEZN?MJtWqy-47Q4TQqfrL zeU9c)vL)tgzEig<8mwiOuOnq_x_aBjast3GTD`H>WW5E4jg{8*ZlGwhF4Eepe=9Kq z*6Upfx7b)#enaB*-ru+QAgQUjP_>d|bme7c86Voop_D{Xcij-dx)pWTo6&zr>o)(E z>3vw2^`}Ocwb5e@^{Sqgs^!#|i(=a)OUvpSCiAha7(7e#S_^qEX}K({*m}>B$vSj) zw~u)r#As{Pba%S44Am5Muc(D2%+)h<>Mtb84@KY<gQn{kcBCqVrp;^UG(t+F=~^e~ zeI^Yb77byg*G-(kvD&T~RiD}uU(F4nt+A3`ADyH0iLm19en#<ivUcmF__`xtXYJRY zqW!u_YriJdgSB6G<?)Su>`t9`K+Yjn$+5}$J9kp(qbR@j98vjoq&L!PzkWTBWY|1i zDQO6k&?2GDv`F^KkKuoYaC&Li?DSOkibxsHLmWulmc1&q`5U@JAgL@nqd9Q4S9kK} zTWQ0LHt%!yKq&WlZIT-5-mgBfL;dvyY;`eai(tXMVjjU+lAtkJq$DjUr$lVemC1yx z1tN*EJr!}(4@M7mLn!$J+0BxE!qAx(%;%2pPOzakG2h`B$?L-B9?^ll-|E2T31p+- zx(kVhlGo`3rmtbx2sP>+plcA;g8k?D66ng#f%LePnVz9lVSmabmO0|f&U#Mr!b~zQ zMVqluM#bh&zGEcVyT#>qZ%Bm*!ke?2zcY>z{+{|;op!8W`~fA+Yw1eW^R%-xC-=*_ zo0yZjFFSP~$%M6F2e(r>^p80A?GuXSY-kro&FUnKdKXV3#rpg5H!6^<18o$hwXx?B zKpuqV3m3Y&2xW&TtCm5?3_N-4mzsfyxjFAyeD$@ip}xd@^$?L%ES7@@h59Ilvxh}@ zZsZTrpY|?$N*B9jxCY!Gm(OU+@$CiG*`tKgYOOj&iow|!0<C;)@oXuq{{mB3Pe)<@ zKn9vM3F`fWct`}&G`usF0YL;)c@tPez&(VL4>+G|31%WRpF$v=hOxJZQlb~?+H(B` zb#3$fSsN=z72O>v8)t&lwJmb5Od<w-`O|LAF<@oh(_^(?yN2pd<C{OHpD;8eHh%=d z7p7V67)cy=nYS+e)Bum8)-8@O+ODItd-D^75YI8z(`dXF&#&Fhx8u1%KH22P=lVLa z%7ARFqS9l7jKsz&qtgZ%ed~Q68kgC))O$U~A}SQYm{9n@<U`3SgoZQ6XP9a-z-cY@ z&fsr!BQ(Fta8A*FI61&fNUOHi71qO&^k4ak>?gnA0lu0({UD*1D?RywRdMZW-i^06 zsO3t&W;yI((i>)VTz5*(ikKdf2z5Kqc1`z~sdr%+jE&N3(hV!Uu9aXkm>2b-XVtYG z?;pKU`V<Xz{6?95fb`Prow3O@(hL%fZJ8`dw@l!#t0hzDAA^3qx*ZWMW3pFIUnMlD zkUwFC*MBiJGn0x$VI_D-KfWu|M4hlq6ZNccWt&iqwO$uyZ83py2sQN#Gk=|3egvQQ z1?y#cD@)ID>@ms?d>YdpcHm_i+<6Dyd1X%fjP*iLvz>VGjFlsK|6%rOIb(f@?#;JY z7|+c}_+=f!klF0nBbfLtIGfj^wUqs9(Oil|>KnveXU2pA8Fk}Mz5pdPfgx1j7!*%+ z<K$$Yjr8(ROZ-ME7HWy!NT=fz!=t?=9f`TRALr-ToFAym$^?^lm_h42onC1?Sg|B) zFMBSM^6GPul=Je8gnidg&T{=2`0z+w&hND*kr3s4Tgv$ZFY(DndJe@+3DM%?uB2PK z0w;DVZr>vmcg$;{<OoyXAE;`4Br+aKT*=O}Jx;I!^so{mX0kduw45o~xx|EWPHm6a z!m-lDqcRfCl%k*HD@Gwff)D&)y)AN3V{djMCFj!>m5B7Lmrd!@!uBF80oBqo5k4J3 z#^604ftQFbIe#bz4^jT~-g3sIu*UJRAL}n{-O@4fDloSGyspk2*T`iCZ9kU9@|Z;X zmizB}@zm4qzONnsT_}4@ym|J$ayegdUhz9882>S0`y{d-Loiw7wV%6$^D{+Q;WM&5 zedk2i_<YK7c#TOWk?T`K9OR81=U@-M1CVLD(#O0bTYrhD><w|GL5^gyNiIVoE`OwC zYdB<DAN@tGo_-9j3uU_NgZSnZ@0%3t*DAt{6<@-5l1mx~(^`GesvFjf-R`;<ao?L2 z%hQ6t1*^Lf;+$!!yi^j_4g)#TA12Ptl$HW?%dVg2k_qI{mdH?+CDJ4cCtpXV-{(M} z7=lXDoUzdMP!Em*L!4K2ptHB)<y$?5H|0*H;OC@L&<*zlM?B@+9US4?*TOLxnlUOD zVaz7y?7YaP;I>Uo(Wnd3D#Uosw{9~+)K{hAdzUfa96-0r&iL59@+RsL+SV+$2%eI! zQvIau&b@Lsm7y|C7ECq1;y;mV1F^V3(pVRLCzyxxMvdIkH-y<#bL`ek5vHbX&FmUi zR~S#XXqc%}XnAwfU!!G;#9Jg*!Hv~y!}*qmtw>E>NCq!rV#Wk5n<?gBCGbY*t(=pV zF~6Wf2Mf4hmrQe3-JFMJVvgj7le<Q0R)|hi^aLA`S-^<QL|PUx5G|<9*O9K+BI~+_ ztlIU3$<AXJcN`Ya1ZUyEVre?-n*1i`{j-ep%v*P5FXdkO2q~aYDt%)Jgr)exNpjr3 zhbVyI88(hp%NgXJE0GvnLP|z@<xB;wy{b(GmB<I$rCc&t*OClXD%5ABNC}#U0w*~G ziBUg$5Jz`@KTEb9u0lp8+e)2cH&4gTNkx(8ZHt6~c|o&{4|=i=mJ^ogHAiEwD;>%w z^BlzBImqT@(?DxI%B#;w4<B-c?s%b-CX~D*Nx0VEv+k;))Od`fM<&1GEcc!0jZ2iN z%N6dGeYN{xb?=P^5N8gB)(79Iz~>j4%DY$G3zIRSYA@L>Vz2vD7sjKU;o6E;qW1CX zP<`&X#qv5HEArq6@_aqFGtels-C0cEldBP&r_@5wLiFB1=SC4a&yu0&ZNG>5^rPZK zwc3uY!9Su_#wzDIi`usIPTj3Fi`DxMxP6<nzH!EZY>xGb796J9KACG4h=`Sbq_wTv zGfjNj6FZ+9ulqD@%xA&xxQ-Nj7gpmL=IIc?N{aq+A*V&Yqp9+O15qDqROLQ34hOk7 z)R-Zx=IFJ`OA;uf$w)}bPM;Uy3!burRd;rfXMAtj=F2!`E4D!87<P$1=bowPyKT9U zQ=PF0y-)8R_$JiQuEYL~g+d>?1%n&vKI(m4ozoGm(iC)t27g~)>K8J#U5R{0R3Wn^ z&xeKk6%7Gr%xAvUBdIh}vs3cPkbJ^VuSE~X4%_ES8rjb8e?^L`qkTp6+{@NUe_pc0 z`Nb~<@mD#Mskotm-qLC3`;Pl!oDpQ1;E&>C`o3g+e7!H$`9(k{y17hpZt&CNheC%f z+PXL3(Hg0pfC=;;Hqc!r&@aUr{9JnH^}b-2{M1i<!2`LwevpS!tMZGvhTP!Kc~(fD zFFNZRr2#VTV#DS|GVddj{_&@eo#$ThD?)(AgR%=pUlr<zO8)>~vr|r&Tv89nO|O0L z^W9<kx=P<&JbgZ0k#D#16|?5a`$joE&XDmw<S)xRz2Y0?@6Q+Q8<KKy?pW@xu9oRf zXsh-NI1IXB<*K5&x6xfEJ9I2nx0f=j+dxYxr>it8wYajSnv(n;4_lIEwxGDNSMrU@ zUp=CQ^Y|Pm{hk;+X%(^W{rZU!8Qa{~`{`{wlh=_;UPgnvPWEgK-!P2bFNBqavrl?v z@y@)}gSSJz?Xe_FQ;#FZ?9<uh@CSr=H{TfwJsTmVtdH-)+VK+h@`URs;dJq@#y?+% za~}Ne)x}wMj<7~xvg~128OMo?<tO_h-=x5~?wmh{lHcY#K$z}q7dq~l;o(%e^$Y2S zn7r`Do(mR=god`ee~@|Yi&ov6G_}Wh>3p_pCD=_SSo1Fk6rM9${ZE;4=|t;)@_2*a zvR&%P<Cjvjp|TU;U9mK>e_#Ntlq_zZ&N~CgZ<Xs*R5Duco*Ze9fH8!T!ze`-MQy=d z-i=JoIe5{)E`+FaV=RF(hrMCJ{;j>~^U0Wy=sKS0;+Es`56mzjdw~VGMX<Jg)wv8; z*?9Jk^D*$GayRB}_YIrK1^s%+mc7r3nwI(*aNKrIE{BqD)B<N2YyzX4N1%~?*!wr2 zK{)M*<DQ2F1usW#eoECcoqE-IkMt3oX9qXuX1tFCKgXTF4d>tQ;FCj9;(fQ7l3d-l z<!xs^Dc7Y(2hf|Tv*RQ--DxM^_&132Z@Q>|X3DSMkk~HM><_WEOkZ*_gd%YQUE5?T zY2IqV;dd-2s8J~SeuD1X?d!{3$oIL~=tJ%k7~;G&UFsznIbVS4+ezmVQnq~&wCW=j zBrdPPzUrLRp7=iao!No_J=e@D=HO%hXBNs>p`Vk?wa-a%3E}1O*JZoXISo0>6&umu zUH)M$xn;YbZS?N?4(&#n+^Cuf#MLj_j!-AzA1V+%ogRT`==6=R&2z=pGS_?=?S?9S zId+xqYDqi9{Tl5a(UL+aSM0Ku#IQewz$LvFrN@C7trwWb2lu_zw_%8CP$<f!5YnKr zOtNL4TRuy@ooA<ohh*m*Q2i`yOI$GeuFIg03yRCq!Q3_fViSab#p5;}qabA~*1gfg zFQO8>wx`+tDK=*_z4g8b$IWizMpmTCd7xbSna!_{b8bg|Z%-vX`4C7JS~p_CZH4U7 zpqOFHP$u~=$H<lQ9r`oee1jyjql{S|Qd}kr!GxzT6vkn*KHkY?z`^A~;}W9wvOm@` z#GKX_ArBWWL_niU$@|zeJ{9@1`$?p+<R&T*!(&0k;FRzq9!xOUf9EQiGnVUG!Ko>z z<=gxGHE4icMbYg^>T^;&I=AL@CSQA>=RHB^Qtdm4+P5@~3GIE}<?pll%GkZnCn9IT zQ6D?_%K=Uute%<@%u2zpuIY=q?GdZ9QXUYId|;$=<!M5j1~i83_IG#Y8(Sf^KsR`F z`ulp+q!+*JeDhu?v@eS#tn9kTM<<x-3r<Z;y(|$`hrEy-8O$1thA`giSozu2eX@fu z5I@jJb=q2H)V<`P2+e0Q_V9`rYMKum@E^z2Rqn>sC%<099FMam968ZSC?n&aZ;4?s zdf7B8>gB3gZy9p*RkQ2gmEww$)=#CkaIS(u+|$zU85)K!!L-37O4c~C)N}Ukl<YHp zaIbup&<I=f>^@T_Se?$CcdYMZ^h?uo`4|0pPTH+}oJ_htw)k6}&}hk0e_}@X>d!}` zJ9EeF&fpwPB%Tb|){<g4q2r_AJjKqeJV0VbID|~F0WS;*AJlz{r39s%{9(eZXM|LH z%Rm{cUwn!hWo9#pWQx423$<GvJ(?vG(S6~!P!a}e2TmBo3xoQ*gp&6$(hFN}4h<<m zFcTV5rvFy)H*-2UdVIW-jS^_*WSV*nAw8%k)IL;Pd<vaJ>yy^mXCr+?InjJQBvQMV zO)kxO`_w~{Gd|F5S1{JO^A|_(-KYo3M=n2-SG?qQ>k++ltfig2Af+fWw3XBMo}F2p z{M)_io~b2S7DZ+vmwu!$dUxOHe<UwoaXyt|j-EURhV=z|@s2^KTI*sQR1$g$=SZ0P z9z<tDn1maq$hUG8L)T%x(mb=j=!j-hZm$QkxG^s-Pp3&6+_!8B^6$`gth)+LuVYwL zR@GfK77fk5V(#o}eXp#oOR7wFL*J{cijBV4IOns^O^ye(ZQWIcN-LM>cBE=JClz&+ zvb}i0{7h$^O{|@}q}E1sv8nP1ag5h}oxF6V+tV~l^lLl$OH2Oi_s^ujZjUgyQXgB` zW?`3s#@%D#XbUG;ILpGt7T#jvgBCVe_>P5NS=dE(=lLCD;RzO=WnqDZ-^tra{2U8+ zTllPn587}~Sopk!Z&~=2g;B@b{46}#!U-0ZSh(22>n*&`!lx|UZegp1YOqN+(ZUlf z9Bbit3(vK1riCRIF0^okg*RKc*20G@eBQ!WEo`#zYYWv7Q;r@MdMq4m;Uo*ESUAVR z1s2v?_zMdkv+yMgn=Jg!!Z=HRkA-Jg=(BL9g=H2lv~ZP$Yb|`p!Y(J8^6SRt&o#E) zDlELg!m$6*VBSDcYOhr6L<847WZ+}h8hB{Dr7gyN*q|f(cMhM@{hnE3muW;k#?!;4 zJY7t=o3dOw-`Z>gi&e4W!=k3EX=;KRuF}Ef7q*X5r>Z=aV;r^nxhhv>sq<8}cJ(Qr zIz!Fp-x;JMDVbl1GXI7t4`nd_JlaiMme_w%zI-)OyN}dv61xC5`FSlAJX@7g(o*u7 z!{2Ig(!X<6rCN9d_wxwt$1fauDq*T{IWz^Y3aGi58vNup3A}=mgnwdRK&<f3ODff> zoG|8>uZpl2t9jNwfv|IM3267u=@gMphpVZNQl|V0dP;dw!>7wBb(eC5%VQv$?NFph zm(G;K*o7J<UkNAqNIFHN7oa31HU^ITCg{?4xJ{$v5~}8qa5E@JiLUv<KGO(Y+9`BC zG+xjt?o|8_wo5s}`6{?f@>9yBFLp^!>LKY!xg|a`9p4%A=bus2&QK-%hI#V&c?4O) zk5I(RA6Zf|(pU;$8?Rv<m0em~I)6@SJENRix$q$SdBy%p@t#^*<qvy!19Jm46n0Xe zLMJ{cus}Dwx2n2a+B?6fy12caOXpMvimKZicv8^<Z6#ktUW)W3ZAF@r9%cdYmnhPb zbku~>If^)HYLP!sU4jR{3DxBmgD&#|)iv!l=v7*>ptO_2w1BbYS1!<@rUoo5@=H1r zU*agjDZ(iHB@5+>h>VKv5)<1su3LOUcXwh^kDk4fkLjJ#=h(je`X4vIGjP!HgNK}O z;?R>$P8~LU#K^Q!qsNRr<<!&CPd_8$%yDO(o#`E)m7OzTqAz#SIeGc#o>wq=%G7Cy zhG$-I;YG79zGQY`(VXIv(z3bp$}hdFV*Y~4s>`cu{DFmw7B9Kt%B5Fby-a0QR_81( z_ZL)G7MDuv&WD$ZY5Quppj3^3lPYxIk{+}G&M7BEDI<pT`Dz``qwA5NknQlB#^`h& zTr>5cFkxTer(F8j#H0AixN;u6=hdM)=Mqj~3gcgz8pA(v8BRK0N@d0o8BaWzO8&|S zBIV52Ip%>$txB|8nJ)Q!9d;fyssStFuf&k?OvW1-8>JtXQ|r0d7U=$4uE(~{X^DS1 zd6wf}!QU%vIO#ocx_6oMC0q&q#oAwbtmNq-HyKwv_$=V>63QsKieDA~Bt;XW9G?ZW zhX=|?ElsNPag~wMqeEUs`AymV^lGWSv|<e@R_HL5sth+tPuetGGZ~*c=rml@X+C+& zm?~qAM-AnRP>iiworJB7^cG;3I!l?vML0p|DK$ErQVVn$g@epDK<XzP);VUjE|ZL= zQmzrYb%me8?LE4^y%!KyYFtV<q1IgL>LG_J;>s6EQZ=bp08MShRnj#+^9dO)eVDH# zFZqS@8`YlQk@-tfJGk8?k1*Y{NM{;$X&-3=<6|f-G?Q|U_=oUExIW=}q_x*0T&6Jn zj#Pt^cDfsCgy}Jwc}TdwN$VHsUSjGcz3oV8c{C3SABW4-LEq8pwD$DE<@sstxrn@u zoa2$()X-rxqei&=KRrL`S<+|!EBT$$o?jI_YItBFX;qV^%sMKd+TlGZ+&4QY7B2tT z_Vj*w`DasdnJX<OUq5|VC=|8{M}}LmBe!sSk5Z?%=Xa#`uB26^z061`{ku|+7BXs< zGDga%RjN}6^HCU@`iwe+pQKchqKpq_%#ra+c;`spfN)wJ{4}Z)KS_BHPj5a{mr+nC zF;BNgksjO37;)KA^9h&tzrsHU=OlAHp?PO&chI||pGvF9sNrYamGO2SapY?uGv_eP z%?K`(Iykj(dTE{7@2B&Nq;7ar_(s0-^2I+m2SbmvPVM*8)0dgK%<aP|*Bp{|M|-BJ zj`6;XcB|C1lTk*#l~vdUm#=_)-Q-JYC?;PY^K~$Bgc}d0k*vYwSD?&#OLjHo*BUbG zIArzux5nDdtOmKMwX>n6e@zEWcsBC&uh!aoSbLha_q6uLA58cZYcI6+KGvRS?Z;aC zy8R|Rr*!o%&D#4}d(-#E|2S*E&DsZ8dn4OGE^v>v7h3y3Yp-fE{)?@>z}mwT=rn7; z!uls#yPT7hU#zvukreqk`%HTIy6?+;K*oeJ-A3o*ChcTKy)2c=KM!9>>8a8q&5SY+ zOjc^bC8iW{c1|hjkI?^ko0+zj)aUAuGUt%5kx4<)yG(PyBL1Ew(GJTchj?b*I*`=k z;DgSoozYIOp`;)qMg@IPenS@oDk?yc!FN$E#l~i27u6*qF)Ak~Ct7}|q>+{c^rRQe zjEPmJrKQa%Kwj?gXcmhtoL9(Csl`=``Na}~mnUOm0kQlO>%V?bz;oEYp^Ss(-{F3T zyZC6CAN#jL9scj&@XJ-lKbQJx|2n5|jq3Opfz0Qp{0qnT{EG(;Yk&Cy{x5TYYkB)W zqvrqb{|&dGz-wF`{~}yJ?O!<l;T-*+b@_WeKyvEEzi^IX>%bH3!v=r9#wNs};eT3f zJ3=L@4%}caM%RvC?ec5tR;;}CXRB6U7regyh8x%1bo0O6^7DVc^|sr8amU&_@A~Ds zU)_Dry}!QiH}^mA;BO!L-GBUk{lkwu`q<-7Jh@@xQ-65+nP;DC*!2A7EiY`{w*AGI zUf%J_t2-Naz4rPWe|+;#yZ`*w+wZ*l-uq1-{N=+vAAS5+r}>kXPe1$oi`Fl{`rFsv z?A_P)?RVerN7eX$TR?Mk0nASl(EPLO|Ig0<zfJ$YCm=hzzZQ`Fv+Ezt{;r%%4*&XN zmvda<ALj!Pve#qpJeRoP5c`dX*w-9l=WO;t@ozrF{%?oaAB#9R{Nsn%<y4N$sT(k| zpFgoQENh%mzM!OX(NuqtzZ`ie?$c{ZtIwNrX=$-PcR^WY^?dCygE;cTKd-39?=AM1 zFDxyntO~GyZQYHVNlxV>#VndzI=*tTi8&qlUk<atF{~&?AYDY&t%+#=cB!qswsv_f z6S~N2Yp=bgwpVmCGrE;4S3>x-wAzB&Rm{$Yo|s-Rqn7y^le&U}RYdg+tzA`1EXA~L z-n@CSu`!FQsuopM9X6knotbknvVSv}@DqysMHQaX>gvjBPx%5*MNwcu@x0RNGdx2? zNf??$nFGsjLQ#1|X^F>Q>8Y$LUEnEQTv{CP7tN{A0&x7NFA$6PmqABQ(E?9V6#+|# zBT{jQG(xA-5w5zlsKirNT{)i^CYj?0$~wqP$$ZdgCXfq9Iu<hb$~ly;y%{{02TH4# zlrNa;Dbocz%)h48@9*TTYWyWsuOv`aQC_SYG91ySkAG#rfAj$OL!_hochswxiup@D zRYrpC3Dih2P8?EEbE0I`LC3kJe#ltv_Y_x_lzJ-5!ZA#NMzB&`j0yinGW)NgHAd1N zveq1_SHqmfJLH$MxC(|fEoEAQ^ykknqD^QGDGFpbaRlvmqF^=iO6L^eSW&*9ls2zG z;%<J2rL$;Wxxcigs;IcsQ&i?Jt@fNaGEh@Ja!&bzk);b3o*0hYK?j|C2cJl81T3$v zTrj_Mfj=C+BcIah`Q-~}8cIV`z)Zt04^%=(+Po9H9j(x3vN9^tD>&I}lih&Xth7bG zb(Yebowi=nI%Q+hUsUd&Crw}DFRIqL|7Wu8)SkM&mY$rII<y@inXaGdXPxP;OV&Aj zNvURu&S5MYO`kSlxY>d29A4*q;_)YXifk=}n>xoPhr`1UJQ31XR8%g~{7LLX*x@LA zaBzzrlFJeDDXN|ukOr^u3@u&A$WdPADV<;CUvkpl&u<Q_W(Sob3QE5%ZD(d-SkL^@ z`IUByZIBuQ2h^xR%-0R(0YB7@_4m~5si%#(@53**%{}+w^Ph;n^@3Y2k_lec8M9=( zubFi|Ot@qg`%g0P*UYLZpI=o`Iy*cr&MGOd@z3&~I(9@=i5VCTnU4Bb(oX6bt9q8i ztDa-Ksh(5ZjR_6is%DNg`|p22fD+9|bbX6SA`bkxPWC>-6HXbh#jX1KyQ|(M38WFP z++*UZyEH{LMzFyDx`^)rQC)FSDsC(igz7F;u5K>XjncV##i?Fn-Ky8<#MbUj@r`i} zu~jjJT?$-XB2<?t5d}$o;#8k4-Bcexu%xT%gKpA3Q<58{Y*KFjP)<u@Ub1CN>KCp0 zjZbMfrYgCx7nz2`jYSUe6((E<SO0j`-``F3FNstAr*&2RNw@##K25zFlN*xUQOZ3w zM!82D8c03^hbxte35E0N)kXCxiKXl@Qg%%%375ksWE!SD+>exB<Z2g;M2?2pW79nV z-ji~N?MEuh>`_XUW5RiK)pYHu;-++IFUQ!?O1+Nh^QnO@beG4wl9bC6uRJA5$}=rd zdB%2Ep6Y(B$2O%j9@EgP%GEDk^(%3!e$%?Eezak~DJiYTH1%ri(U4e`<nE%}(BBQ6 z+*3N}GUar>zh`g^n0(~dX9Tn?*#bQ`tNyNMRriMYs&1ACnwTHR&&3_;7}p)T{e)&> z`i$(Vj`KgRjw^Xg9XIw-b)0LxO0@Ch3}%w9V~mO$-BHK8y-IzHIW3&`fLN6{mUUTm z2OkOV$!PTV_$YRQQjcN6X(b8&jgCkQ^H0qrPFrK9*t|@6y0n)^+VYHZ*o(!?w_z>- zuf^1d<MfQ8Z^WpcqusilBu-PFQVHz$hvN(YKOYm0<LVKmdW=m_J#Ow+;L?0aJHVHw zFPZ$4`o)=cqdogoceGi!>^q_3yOWi=-<G4#@NTMa$z;`cT7l|2_B_?sHA$IPHhndd zg1P#2Q~mrY@Ir5R;TYA=)k7sW^=wRPz)yJEPhW)p`%H_WPj*p#MkhD8QsPt!{V9e1 zlmefmjQ(-nx$8oudT=^D%saY`{PCnqe`lPapSMbmQV*fkg?uFM!u-|NV<7mGnBJe^ z$<LJ>tCIbgk{FdtnUY5*HRy3<G~>wOevM)J+<J*pf5eOqrxWE;QFBP|5T195JHl#L z?^wpUuB!JmAnn<Ebk8cCzm%bG9OGaj^kqDxJ^J3PX;5Hj6Ax{=K^tf^#n8spudC{J zH}z~vYIHXwRK*u|ON*nuk|Z6*<Gzf?eMk3hHMBQ;BmJe{<(#|06okv1*hMA!W8i<_ z==cU#*9g^hbaa}oH)%kNCNrwX6^85m*)pXD)OJdv7vot;chzfJ0^?e|>UDEsm8QY8 zIQl((pMG!Jp7x=g`_RsIJZ?xz>Y|dUSJG(ta&+YJ{z@J{yOxvhp9_VckIsWJpSZoo zlHU}Y2W{>qen%b&<N+^0FU<?p@RuF~Vs)SEDs3^oV|<^;BJB!H74#738XTtvkL{xd ze|2nYO4Bioy&8H{B^4$Xn0{-%L18-7-^zCZbF-x--?N+n{vOajiS|uYJ+r#s9M>A# z)TJ@1A^bh_NnJF5BvI}}<$kSOmHrOew(m{b_Z-u``p|f3?eW~i>#p37KvQw+9-+FA zj!SdJMM(Y9EZ<6SJw6@{9!dv!JjV5)i6bzncO1ORcbPGy_mrNkVJ-;Q{pY_`>iCD0 zdfV3B^ubQw+R=vd!r{C8j{b`IHcYGI_#WKct*L8cOha^4RAFR6M4F7b9rWQl3Qx+I z)#uc1YRK5jBZs)kA`kxBn{mg(#?6oMYtkQ>17X5Ee>9%^kT54c-NAEx(z>YuV@uQk z*M;gx`EF-$`LTSLY**@cm~g&*2F9u$)7*^9-Bpij{e>%RpW{fswR54q%!T^Wj~D~Y ze5N`g&6UEq$heupxS0Z77$d7p`R=29YmZpIMuZop-_T!(*Nb>E=P-S<gTCe)N1yaF zE;9z&ak(knc5~k0{5oc+?Te<ZyAzhaMmhUbceJ&Px69w<n}Nx);fI31_?}Y5;l7;A z7z^(wKhnJ_p)lTzao8E#T6;7lHX6#r6&z)*)hcr>S9FAm9?OnFSC{H4V{Q+jZ5*@( zjy5UiarYYhbbqtsL^b?0EJ7XYT5aZ+(5TN4#$x|iczulO?MhSOd53f`S9}*0&-fBQ z#m+AW#H#`RBsHKU5#H#o26TKk?O1)#cdSX~Kz&Y2P$&5Js}oATS0{}9PMzTTTD5;| z8MB24*06o0%R3%AA16KA{4N;;-ineIPlwxGxUKmr9O7{JuXEytR{uIDZs_p;_jBR{ zT%C_a*1M2DW*NCo9xLG)Dm7|qsR-H%iv06tsH?GcmRce`Gm=bozsl0`DSN;Yq2yMb zR-n3?MSA$yWo-0}qH_O)%Ic{I2P#T!-1&rDP+HA0Jgag+O=U%CmcP0phef@g`wz-n zQ&T>7flXmrWk;6kW642^pM|6=oP|0z0@wV?l0Zf21O$NR7R{#`>Nk;-MY7jP;@Xi= zd1QW|!e2gqiNADO<&5%@(yVz!)#~TAM(yFeN?j&tPxY7hkb8-2F;?s%ugwubCsIYB zPp3+laMkKlm2D-2r8epml~qw$6Skd`Gv(ZzyfLFklvGr3*H8(yryzt_sH-p)(c27_ z<C^NP=6^1=IYWn_p%9Zv?WX$jW_Sy7b@V?)_)3eaCRCSFzSlMG6(NWEO64p-Sd>*= z?nhKvF%>a{2&7d;WL{~}!qUUst4v+1X{l*Tsw9`|58)24dNnF6_v)bkU!tZjn5XGe zlC!v&W6tD4Ly)ynj|zQ`>Kzf8Ta#TnCop$zX>~z$X^k+z2~ku073Y^%`vXN4(-$C9 zDq;RBZh4iJmj$XOAXb(PsG10DQp6{#sEV`A!b|?r#eOwJ+)UJ*#i}JDcL4+_swltW z&?<WuluWHEUyxN9Am7iSmPpGAD$9jx>Sa0E-O2v8rtHDJL8%9YX6GaB(Ukq84rBTS z2O>1}3WNjI0>Qmme1Fc880Y2W3m#AX&!=Q1nxB#Gs|#HdDrzLjq6*GaUnDlNG`0)G zrklA|sM?7OU)DL9o;Pit$is7?+Dr*=SV84UuF_+?B_$9V>FjahVtS3?P}+NJ^bD9q zv!Gfkc^Dr<AoZQ(B0WsFLtQHI+2o+1s-%iD)N4?zqLe;;2*Wi*O|2;9g!;(HysZ49 zDmWSrBe%_wQz)q<h=fRT6EsYIHP<Co&FK*Ins_xc)CW?IBYCJk9d(klWF(*ud!oZ# zd|G9DzgG{K@u8r!TJHrcD29LF16uwUlFGF5;>&Ekw{@bf9dsaXt*-x)8V>bOD<_{C zO&KtCqa8=YVTSTX=2aGz<dx5<<`6%%eoOPnlv2|$>vY<75QHNh>13yIpv=XzVxVT8 zBsM-!RtBpnb&F7|)2LL!Y4`b6Mb)M4v@MkoooIA^QFXb9Kxe2T<5O~8nIx&yWT}U( zmW(4xy<<3?{=zMC!x46bqxk>N{Avr$Il6F#!}f!A@e{+oM~5;;H#38yhw1Di;l=#x z_b&?kivs_33WWRI=)2z^etW7?uUzbTt?Ug^XkmWhFA6xq{Z01s1!sw><Sc76CIQn0 zBm4X;8TCGYtcBthkBP&GUpGwHPtujR0^Jx%SB464OTr+Y)JEI~V#NIvjM%-_o@MQP z6m*;^)_tmlG8Rkv7hoiBrja_G`9Kebfm}Z{$s|mdU+N*@YcW#h<rZE8l)BVm#D4`w z%5xLuB+Omb{wtuA?_P}L_Zy6adlDmcdKDx7f5M1=3Pch5h!MK{V}FT9{h53{NB#X{ z%k{sN`q2+#nGziRFwp;23IFl=9F+y^SNf<d;Q7aw?Vpgt|8bTmIK|ArToF-v__&t= zy6~DM*9^3zyzhO3{OZ>RF8^iIe!()YuGR2<!f(3gt$RGi`>?;u4;ZIR3m^Z9;k`Ee z6NKM+_ny0tRUh5$+<no})4%#xI>ux^D3jm1<Smby{nn*#jXpg5>$~4;`c|n?SDTWd z(kGPFDO9?>hcMQ{Gz*7WIMl+y7J4j9u`toXSPR?sntKh7h3{C{XyFbEw_CWy!UhYU zws3=mk6F0h!iOxp-@<z>Txa2J7Ot{zsfB(E!|7L8dx?d!EG)3lXJNX9LoM`J*w4a5 z3){Z2^|r7pAADCQIyYJO-4-@lxZT1A3pZG}-okYjuCcJz!g&@JSeR+yPzya4rdXJ0 zVXTG9!nUtXxmzuCENrrHw}p)sZntoQh3hO_V_~g@;q<Glz0kq}3)3weYGI;<ZGSW6 z`P9Na7B*UVzlCco>`dcM<o+K=SDbP1y6w;m{@MOQhaaQGy75OYe?gRSZ;CarFwVd= zw!Q`9jGbXa&vB=9G4^o%#a({2GWq)l{tm6%q4q<wKGgqE`+qk4e>VO<I{ib-bEy5$ z{QqVDze$0=cdsPkkYA+zg=_0XnEtxk!f=0|V*Bw30*VQb4{Pi=Q8CrT`|rYK_IHa- zx5}pbpM}ETQqDv9ywNe=i~lJoYfbsdJV}1)oM>6%{?GkbHB@7K{auRVBI<37bF53f z1MJ_Ebu#WAVAozqufgU0%|)1W@WsHjm?m(6H?Xjt3BCrn7U9A=aR;XKW3L%p;2?~I z&jilKtm)xWg}`x~;k*Sr6ZmhK!Ia@K;Fp+w;9mnzInKDJ1OIICcYt3FKo-!4Fu?0Q zCVhe92b#L%0nziM(-b%rBW0KdeA2pa05)6Pe>`OyqEw@l4ftD38~9_uH!)E?U1~Sb zJ(P7ncp~sg%rNi`z&~Qv^(G9k%gIX3!aWwa03&s&0**{IWk>^lJPbM$#sOvyCoZ_a zuP|f#Q7_;Em~9L0^44|gNK>z2z!7OmeTsV;@D7a7Z7uMaQJnuf2ATt}#tiG_QnkQ+ zOvwwt+kkOnOc~;V=Z~d*ahLNM(@#}uso=m<I8%8WcslS#&Q?AKejD(^3?%5_dw|Jj znsictKf~-#aj8|n`!GU>R$$^d6GmW~#RV?JNSW6FAH%3*mudj+#>9d*0YAXRgSP^| z#3X`$4V-kANiz@lF-Gd^0R3khx(O`tD%Fed0*@PyJGck99`kiymxe=f;9J~>0=rBk zJ~(>BR2oM3q|gVy<=TD$95cz3c`Wb&%)Nx)0DKoC;hTUzKZo|h{Wf5~JX1D-nHZ_B zz?yvciZFiQHyCkm1HN)D?L}Q0fnCot?(x7u7C#fX%;L4cM=|Mye+>8;M(EHA{AGc` z*8xXPq1|zx2NbQ9lGoF~KGTtv;oc888zbeP2fPC#Vb%f{%%qNlsRDkEX^`}RH3;Pd z_XEGR_<rCD&Qk8iUEm0ojIH2lzy~lgwmbxE!|3_~_sn995IzC=FQzTP1%8ha{_k~( zQr}_xxbFvM&NlTDctRn3i2G1rRgqFp!+Qd6zzFZH0sajmd3_B`nq%tN3wSx^e!{E= z9>8n>M}>u|FQH!G>wwplQWx;+f%lb}yzU2nGZ+5By$v|2+>SHA$|`tO$^Z;rPQKvR z10TT%Z65<>RGaW;0uyRDqfMAZ;6zLbxDR+cW<UJ77C6dp=s6bHbT#$FUEsoHCY{B= z8MVkpi8~WmyPQ4?F0j`%Cf_vRH<*WTZvzfrVQ7^Gd>kWm-T?HkG_)0X+O<l(LHKlF zB}Qmi1$-Ez>jK<iae-@BnREp1SZ&4ufp-MW__h{!^Y!#!#_C&utLn|TEwBM2d@Hcc z;sSqr1H4W6%o~yAVzR+k0EgWQt-u8yz$^t<w{dP3Bkf)YJoyfA2?Kl{vmJa3aL}F5 z6MQi6ZVU&vR0Htqb(Br`1o)SGp&j@hV8O4=xGnI)`;7Z6;4>JZNh7fKH;fnHYk=wZ zW55f5y&r&I!P9^rVSL~Yu-k(uEeDSWo`ey4&H~=>5bcON`U};E7)gH*@blk6U+`97 z%zv2hvB0x1LbptyZ#{G;jKEhgx@^E-K5X!Hz$P&=Mgbpv#PH8!z%w4TJPBO;6m38{ z0<Zi7b%)=U0;fJr9^lh}zraZPYk`+-Gdx)VbZs}~i30u=a|_`eV8)9k{F%TzFj9uK zg1=1L6Xr4CNw3hqz{diYU}St=3fye*Ex_+FlJ9<C{;Q^s6aYWL$e8mfaKc-(BmC?G zeuEL-ZUf%^HsuGu7nt&nDTBagFf(y?fUWPrm*4^)Yl3IMH3S#F+74XsfgNXnsUMLq zVTJ*JgOPdB)4*weB`w?q4ssY1a32huijlfc1KwhBfv;Hn9pEX=@EBpzf!jWT{@~kz z<66vkl?l8OlZHEbEY)2YNmK5V$la3)$|+FpZ472^AW-gS2rf|WVMrK(a>qb$fpVWf zaDj3MKyZPpEH3u|<lMfv3zW0+f(!hs#Ra-QGwyO0Ue2*g7=dzTRd9jj7Ow){Y;l2d z_E*X&P|o#Ac!6?eTX2DLW>j#2avoH0ftOfZ&V*iVarLj?PohAS4i%{o_oA&q)piF~ z0aJjhfB^k7;bQc<XC3YlxNZPSyhfn-!@{-EKmyfv0m!E)2ABo}=$}c)rEhHV4q&Zy zR$+HWb5(c*cL}#xJnb(WUaYH*;(psv-0we%`-Y>qZ$FCr?xVOnM{pN8Y#Z*eH#6Qq zygjA@s`VE58TYU~<=^RJu^sk?yO@_j)Uf~1d+{IAVQ+j9dt!%u@mqu^?Qr;}_pn2w zu-*5*i&Iz~_M!NBFqs%`Gw}E5zY!xwsEHFNsu?q8sPgi16$k`Wtpu;F<$tZZ?Y7(0 zZ+`O|wQ=J{)zHwO{`99msRIWNC|SNrC><C}tJvbzjXP?&qql9*qMh2hGxWv&+W7s8 z7A;*W0lo<B*uOKhV;|nzu*YISt9l6gqD5kNcA{il+i?x4SpIww+Fz#q7cFg#{glX| zt=7J1XKb6qFDoN``7M+1J9d_p?IeF~*Xfs)Rp3sTWs?4W{N+a&9bV$guVNqe{p7!M ztG1Jgr2oF;uYdc<pT`S!Qa(~EE0gl=-}&wP*!D^QUH)tKU$<lbj=hqG*bhvZl}mvA z6{L?n`so*YowRnxPO4BQ^oia5yX8HF0Q}m-{=>@ANqIYV65@J-ll}w07?o}UXnWf$ zJMSIz&<-6|{E7Fe_smcm(c^XaojYE=XWEXo{X1(L#14HzKTLnFZNK)G@X)t;ZCglt zYx+wPj`5c8TFLuv<E_)zWs}4uy;b(tpsi~EfQDsFk+o;nn(ICTEQ|!YFq$=v0>xj# zh2sd6bdF?};U210E=(jQ2IIyI2nnAjVmz3?$LC|mjzu3X8c3&3Raabbg)Uo|$JeY` zqaJ+lLG{>Uk7*u%^UXKaM<0FE&gWHfJYYRz==vvPgwwCAx-#@c*>h^yb6-4Hc3Gub zMiZ4i$AjO`wakVSE?f5bH?yArS$5Y)JpJ{3*;OxoG=2K?=gRWN{uVg<vPqYp7YaQ- zJ9PEx6Q8?i`fRl<bkB2-PnYyI-XQ5O3xz)0w{N}DTzn<pzX1b6i7^90D$*M24(X0; z!eJ!57`LI5&?r;WiGk=xenW-~QK_k^$RN_xxN+l@*Ngtw++0n&$&)9m^UptDU2wq# z>f(zpR#%ryP;=+bRhM3RshU53zN)T9uPEckRaaf5eib-d{q~A+>d~t+RNdShb^T>o z>Xu5cx}!Q%{bBhT>UXud>KDuBs3&i$Qd@64M>XDanHu_RNDX^Fq(*HGsk66))G058 z)S0h_)T~!RD(elzWp9Pl<o83W1~dIHA$8GTL#ntbq~?4YQp=YwSF2aARyW;rle+cR zTh;Bi->%lKU8~luTc>{g>tE~kUB7<4di?Rn^;q`w(@(3{H?LRMd>K-Yqj2tp7hX^= zzWAbg<&{^|u3fv-8*jX!-g@gT_3pdxsxLm;tzQ2sq(1oI1I-uB&CTlTFFsKpej8G) zt*vU`zI~ckgsc%Gktr1*dw^+T*C3Z!5A)F3ySKupyy-YDG)i3*nyi+DE?2jOZc>kj z9#(IJc7?}N)r<Ip3i!TOF-Kg(x?(-&Wr#nwm2YJzNnJ<$wZ#7q;x`cgHRA8-6#oR` zXBM!wsbc-NhBe4~*6PH6zE!DR#NSQ)_lW-?@tcYN1@ZTGia+uM=5}6q{UYRftWnqB zz@G5~%zro2313T6q1~fY=-tUGwC8da`s5}RYJFIR_U>vg|Hxj%A4L2#;-5wQeBzT< zYdP_kB&pDKqg3e5$tv{w%T;L8O{Dp-3VpPzBR-Rlf+*s5A%0il#}S|Lr<F-e$kRiG z&KjjcvnH$16_=~ftv9LA6A!D<8@oE<tM2I0=*@g*pjv}&yY*-r-3jNnqN_KQbfF53 zs#2lJ*Q(IvYgOo`M^xzH?JBhE{Z8>c#6OkzdBmSX{Kdq-f%x|l|54&UOZ;ubC(oPS zA^u0iZ*7l14DA%>kU}{r{EQTSO$u8`;R8}=O$w>6MupVZlS69n<sr52rjYvf;gI@% zSExOHU*ZoZ{@KKzLi}RlFC_jd;@_SWQumDtsmCUV)bp2z)Xtki>Yax}s%2M4{8-`( z1(J#1m-qvTe**D`5&x{DkeWFvq%NNvLXJUNH-*%54~NuSyE@_@JT%NUzs`<XS>wIq zz1i9+@8qFF1`ir^!o>Cf-tm)ibF;H2Wu1MtH+%N*p(ma=Wbnj^$IrF_vUBm~e=bON z_UzP?B*4Up9_v3TKPzX_*(9Hn<vn}6clIy|Fl5M}f!04aKhrzOo0XkKd@0$8VX3KS z*)mFyN%@n)zX^R)de0s~07+r+pn;y_DP*psKWS3#*^_4X@7X5>e*z4(0Zy1r{Ik81 zK-Q$$eS7xoWBhd)2M_X4$lUhyXD9dS+4G!nI)PMO%Ypb){%ncworHg{p8e0UWy?ER zia`9?XM6L{oir(D((Gd;fj%j{dmj@YAKx!e$|(M##66!}W*>V{fZ0L@@z2W1&z&?W zKPP{{K>_eT@noI;`26fiIr-W76OKDJ*=9iwvrig2JdgTI`dK=QFx6(CnL-i72K{vU zqcZX#aemIE{Qs}LGXbxvy7u@*r3_XG`dR};6M{m3r$G^!NkRewicoEls%?xI1%)s~ z5S~E7P(?+CYAu3D1`C*b6B!gxltHahYz09ShZ;oGh$1ROqay45e>-=_OAHXe_rCYO z&;5Nn`<{Ew*?Y}v?X}LiaY#5AJ^clLTIxkffY7^7pR`6jdYpCESwf=XeA=ZyOG`@V zt|hM2`Ez^pa9B33IG<9#X8rc{T6gcA+DBCG5#z8tr$<;k5<4a*Uwmr)nynMl`lR*g z)xA$SlrkaZtyjt=-BJ=xt5NsL@Cj(uD^=zyd_Jv1LR6if)u_>+ryvBxKD`qqNZ+4N zZr8STn>we~KC_ojrgW1mUvf!G%J=8f(z+%0?NqN;%}cdHN*c5GO8tKQv=rp7Z>KX( zsg=a}lthVZZ-2Y!2Yn=9NvAic*EcPtPhuy@TE%Id_pN7CgARR?MaNzdr=fqUyF%Z$ zYm?GRsuFqH%`g7;PL&|`>fW|vrPC4fi_yK3J05<w^yBc>=dj6TUu|u6S^b>E?Fuf| zs^^sVlZofDHAm%cRmE~Sfy7Gj+|lC{AJ1KN)m1JYnUHZ=MeMO~OxM8F!QBJ1N2Uax zoYXzAc+P}CyY-4GWaoOmX@UNV9f%pmXng3QhXQlw&JE0)H!qNvmlt^KvBzAjux!~f z7Y{!3%rgOEg{^BB2IeZ>Sgcs##TQ=;y!z^^E;iV?qa?6n$Bw|xojU`ce)?(Pv(G*Y zeD&oX7aQ!~zd!KZci#nO{o4Xd6f3;;ZG@doXd*|~PL57`Idh;K-B>xg8FF+B0uAiR zz(uw?@M~Ki7-3riv+Ui#68lj8`+GkVNRUJ97p?o{Y-j$b?pJ|lW0LOgt^2Rj{Udb$ z-MW9C?q90=|E~K>D*Vh(af-<IQ=IbuGEQj}C~u7#HIfo32ilOojiS#_NJwbOr`Se~ zq8l}78532n-noj08^*<-e}41x6B<O-Z*hi>8#QU#yt%Gz5EYZqO2ym8aV_H$&Z(Qw zKo`_I<BW3~H#t8(;q<!k=Z3$Cjg4=aP`mce<8@DqGwYqvDEjP{38&YtUAIonnm=z* zzkZ|Be%7evIj7gI%NGezF~6u)qgI@*O-MMWPEF?jW%Ma$>FD&Pb?ek=rF}q?^M7?} zW1ZD4=jd4Lw`%+!&6~DLNNCku@N4~+ty-Pes#TL#4!_1~v1(14xWhnpef{=wEnTQs z+4UM4t7?4jui<*#7l?5=!GOZ^zzym(0<rpgQtcGot%yCKh`plM)Mr-y-)Kj|{%C6h z@9FBlh>3}5qLF@{db2up>SzZPkY#{U3Za$0S3g7DQ(PZ^lm>m6SG${PHRv0qj`+vU zpFjT^`JGjJ_U!rS^Upv3SiWb+?%lgT)L61_-@ZNCm+pM`-FKI~{PN59={cWPojZ4y z<U5??G~7JeT{*rT5B=aZj`_@H&6+jU2(3sjSEof^cinY~m#XRFUn!3`L;Gl3vu2Hb z{PD*oe`?CRkf5@Xk`mMY+c+;AOndNum6n!%B3$3!ym|AZ>(;Hy?$)ha8_ffs8mphJ z-as8#;A`D*=QA|s+%MJ7Q9oO`iZ*3sW#8zt9A~xRZzy_iln!3P9PQe*YX*FR%fY{4 z!v<51)C8ZcT)EQ0tsIhl^wCGQY11ZCPQhKrJ&F<dey8r4zhudh@heuW7_YFe`{c=! z`wkyIJazi?>HQQ}16vFAR%f4mb{pk3uD$r;i=ka~YHDgc^Xl_)!M}I!UQ;YHt7+4w zZAHWByLRm|<#a3Pym8}3d+V*Y9Gv2hgB{*%-@e`6dFLH>3{Ji)=5e1TbNjyh^2;*G z-M5;v^qX(Kv9G@RYVX#qTc7^mgAYoy*4Nx4JRgw0wG|B0x%YVCS3G4}tD*zH@6gqE zc;Y+oLn}uAnPa-ggAsUq7tH3ncy7M?@BDZo@W1fF3)95MILX8maC!du=N%5nhw@DZ z50qze@&b(Lgml=ATefU5I=TTr7|{=OhkIUm<rRkmJe2+$d{C~Q6mCV+@wfW^Am^pS z7Ym2#>TkmX2M(Crkdy!R?b|m)j_L3~c{5wJYL$uSrkL63Fg$=K%B#5!?CaOBH*{s& zwr%b+IA8;iH}nJ^0o!u@ztW7i%@SWVyX5a?34b$drT;s9;aan+HkcKDXtw{rfi2P% z^uIdI!M}R->RIQVcV1h?@Y7{4P5f{;U~}LBbOj%H0qlH+|L?u`p6h&u=Fl5>kp*x8 zZs?DU=6`0E`i5E3X0uL8!M9V*pv`*W@S<5u;n3_kv$$u>roXG&z`=u$R0nun<KUOA zH{XHZch3tyo`{~H2gu7c@0ne;P49AS75%|MJh=1~vx|j8=9{W_98|vhHM7>MomeTe zSgqDjc~WF~TAMa);v@@Gz(ag+_;@@Rp(Szz{j0(Qx<hk#gxnzi*j??}96)^q|K;zL z<Iqj-Pj(fo9fgDP$u?Yg0sr7FX6HRyt`^mTUi6pGFmL~nfB7S$dwwtizn635AATTL z$cD!S9Y@ZPdvwE(=mqWS_sy;p4!tG+Jw$JC=(5SI!#~S$Xf0h(p4{TsxXZDl)oBiX z+2UEs@wXKprlV)rma6bT-XnS9<%$vda~{9Iz1W$^)_<pT6de9#)=M~a7Y>VeM_zHn z&tK}yoFgF9@awO?Hu;&uIym_5@u-R?9+yZwzWw%Fd+q6Y_SbQ}ZO({9duUja1MJ$5 z%zpcU*{`>o^#O;s!ul+k>Fo6xn<Rb4CN+~DpwAabp3vz-s<TyrgM(lEo~GPIob37( zaKRojdK?&$d*r$@9$vnXb!4gJA5YrCJ33pzs4n(sR#%4u2>kvNv)_er=vQKPg<$F_ z94hn~9K!m1AvQ@i^?cc+Cc+_RWw~wDG!rY~;NXvoi>t8z^6~ijAMgYH#UFTnpbs2- zJpq2%JzM*in=ClCvn{xzi{%T4dBTB~F8g`Ca2OyP|C=3V;NbNc9K1eblP-E$bbrCD z1vrTQu}_=zm7P+1wJP{!@16Wh*QOH>p>rM&j|)7&A4KxR<H891*vY3RCR_2Hovcte z{8c#Q-ChoV)*iDPJ{1n7X4eP@^ckDfTQ<q-GdOsC1_!Ut*rfPX4*q{vh95n{zbMYC z=-}XcWjwsDMB>3`aG<To?qEyDb+qFD>ST|P5e}of*#0ke*_%>la7Ysls<GKM5&Dcx zLZ6eR3)rOgvPt-7Z<Cs@F>6{5e`UMW5cn0}Pixz@ZJc71Dd2%!WJG4bgP4aAT=))O z>*F%c;ctl<XwT$yu;mjv*b?DTBpenAhi4xiX8ZO?c&gDp5uQWEllJ&$;oxJ8=BvwZ zu1tUIg_r-19XmFI7rvvfzzuA`?s38PWAEA5U^nqq_%_<=N$u@v;qcUij<$GQCkqLO z%KH3g*`!%RlWp2<-E8XM6q|fYie=xFYWI!0*4}$_lYv8IjN$ZIHi=dh{Id5>{sqr; zU<WQnU;=LR0Xlo0VB;g>W8xujME+lx+SQ&D4l9MjljDVhbOC(^2lN@6^swwIILrix zTf5oagM`D)sW#!J?hXgwB*wr$`xv9G{F~Yj<R6=X4<?SFFIu$7g2A8>m-_Dc!FV)1 zQC`+IJ(_OoCbzR^CkhAY!ZP9TL|C7(NqM8X+PslnZT9d)doVM}W(-NT`-H<?!eNqd z7%v=Xm1B%QNH^4eV1IyLvf$)jay<oH?z-zP3xz@sACCj$k?;T~WQ%)CUt4C+Pibds zg~KZ0;PhEIV3WK)=gKBMGBVNrGCav15DwFY!@a`ckCLN_8L19XY*KPWjIm65ul57` z5By&KJ9X;R3>bh@PlZ(A0AC{UI2tbBeRt5_UpL48HZ8^0Om1(h!upI&^7{OkY!W!k z4dd`9$<g%NlI@<s<v0MSi!l^$U!guv_Ue$?E0tuQ!-nu&{&$w1W9XfknYjU2(MNP( z!h{J9he-LVj7w#naEwhr7mn55e6hG9#z3F%59@QK`;Hp_06)C%*|R5nu*V;N+{IqR zG|CUy=+UDqa5x$sN8<_bV3VH2CLK$kg#)b$T37W|L+GSuZPv+lTJz@3EiEn0^lXL^ z*JWj8+3mOAZquesb9$|mkFz_(LRH}c?ePuRDq<nxQT78g^m*fgQFibf?KcWWJO3OR zV>}$z=b6$4T2;XM@06>kuUP*#I(G11aKQza>d~G|{mbo76-PTh<mcyG-@biK&lcJJ z_up@-DcOS$KIq_Ke-FLE0bhWhK(6TQVZZ@<iX7q#q0x)?rP}6&z<<CtJU06K7(=>1 zjDbF5lje-+1Ng_>e<}BOk4m8vksrzWEbaT->N%K@bl7yx^gr-SI$<1Ne);7t?$Prw z&VB+ru)-s7@SX3VH?qe*hu98YpbzM@(`WGk|LpY{n-r<f|5!1fIB>3~_0h%-9XdRy zXL?*7gtf!EY<fn~^h}Z|r)4c#v@pfi4i?}b-iYkr;Je3zk@@Jzl%E^h`p<bc+OvO5 zl7B9bG4Rj9@hP_Afm`gISC-p>{rk6w-__1P=vhjeGG)qMJ)>lkCQaIZ?X}n1kRd}H z-L<cDvIGw31$iG}1CPqMkb}SvBlpBe=nDCWHQG<|9WfGq0$i$SBEi@1!LQ@Z|1g(y zH&;2zk~{Cb^AK?Axlz~AX^%t8mMu-st~oy7Gmv>=ACCv{0zWbjp6m@6(Fb${eegVC zL<WgXyzgP}&Hh>Pa$NaObPM^HEamBWvDeX4Rm5%FxN(jT;DB9KZrKJ57~sB#2jJj4 zIQV@pdrD$#<Q_N~ks)yN^2PVWRK(n}C4W-x=~6vsID<XJiNKHC(~%|e&EN!V<ec^F zozvfxloU%!N-{m2;`qRM?(sM<db#pE@p^)O0J|TNBlZl)6>%WE^Z5<IPr2>q>eXq^ zehTktDgnfahEvez=bn4c;Q)Qe8%jSM4(aLXcEuG}IN4H7-oX#8p*gq!H+q2m;d}N7 z$Pcmh8tDN#fKD(kHdwG9(mYe5qob3=_k87@N(D4EAL=^QX)b>7GD!U6=?Xk0B_$3X z@zxYu@KmwW2l3k^Z%zjAQP7#|=^TRtb`+Xo|CcUZYQ@FH&Idm6#1rm5as;ANschTt z<s-)l_UHB8-2$4rM|JBr4S|>V2m3F5oX#=&#t1C%9lIbob+Lr%B+j-<*PVaE)*#== z9PpzD=p{TsPT&FgEYADJXXb@R@B@D?eE%xAv76KhtJ@s>UQQV!Wf&ZM2R86RhR}t( z@4nk)vkX5S*?`S=?!nGri)hFXdm=ipgV+4|^T{#h>b3aeg&iCn{678{y{CYKw~HPZ zj{_t0#x}`!yL|#Og|CgIFR*e9{P4!d5Y%;$dt?ckqeHS8vjxYAz+M4=r2JzeBKc7j zPr!>D`}NmfZ+b4*$+xF@<j8f%60*+s_yAz{^%3onc)RaJVR!JehTs3n_e@7F@j>8$ z4nimF2euA>6v-24yL|a_n=@yQlV|AdJ9r~I=nioc$H)xx;R|Fl7wV@IP6qZ0_#^!y z@cRx9z8{Sz;G}1woxeiHxCh*T7ui}P+X*fncEzU)PEg)~IkLI@kMzs!f91cYfD80z z^ms6OJQ$%V_61#_!yCSX57<uh6rN#=s3lN?0vG76HBQ9NM8X{T*}?DSU$H_n=tMsn zPl)e{f53~n939zWeCef^oZW>6=qvIL{OEz?@i8ravNCfR{Ls_qKV>H>@;~5!?<9V~ z{vikWBYY<`X3q)j;RCUN=L5&sd~7XtOnVAf*AUJ>HtgWh5ZR5CjmmQFkG<YTj>tO4 zTmvtVdFTv|$hzd{kYa>V@e04nGZx3=n}F|F?Mz+3GYJ2aoi%v&f#)<%x>=5#%bGjx zI2fp9hZ66&W4qqZ`J#N(CwKhgji-j^s}Uac_KVh2JIT?{=jV@rJBR6Yyf!>;KbbK* z45yWkHNxYm;jvbDtREg@!ee51%npxMKGtB27d)}*N$Mx~oYrZ&mH3v9JRdPu6sISu zD+_K1)FT_mR8%VG12tWhjkTh+7i=w`-#a5C<JXG!Q<d{i*7vQ|iMfBFULmK<{jV~! z(W>?Ie51U^MlP6|!o{lXT(8{l8(%q)js^p`Hm+H-W;^ZeMo6d2uxE-n_siaXB46;C z?9$tc&-0ZhyHzo8s;<9CJx=k)o?BGopiV|EG)eheYTnd~U*BuCQCT^?k3{=i*B_~! zBO6|zHOsJ{*huzEz(DskjBw0<NOpCvZ0;7>&1aaHnkn^0>Ri-U$ca-Q+PcqdlW?y_ ztv3cct-M0Ia!>t%f!K+?C;kz;jxWMi6U!2(aE{Nk>r|_v=1HxM8V}DeP@|&0L*1Vm z8|_HQ>-!k?0NR6QYQJzR{ujT-K9_ZgqoGL{e-}HI&shGKdfBzg-BRzPR`%o<k!P#? zOc5(m9^Cru2Z<5rz(B{o)1e9eYxjq5+rr8HU0s5FIPJ#Ws(0-wubW;i7^wU53<SA- zYQA0`srOQ6?5uI?;W8P6PtpE0U2$%I;P9}(e_~)@!T+p!c&N*1Q*$OK@7D*0KL`fu zp488sJPHPCZPa*>M`~2mI;j)>PCBBtKFpIC{J8QinR@^3R(vzv!$8adO^B_FC#1Mq zAN3jXh&0xwQ+uU;OwBJ+9(k698V$8RYD~yutLNOU2mJcPLB76-UnNfS@tcQ*JIE`O z3oKARlbWyIrL&3Bu}Bz@$NrV%QP1x?o#0s-<grqnE{640Pf1r^p?@SCtc{#A(x|sl zBcWbMooe}Ch99$Lxa%9UktM2m3I?9%K_{r$(meje6=TPa&CJfuzLgl1?%^PB0xf9d z*Qqs8<DgbXor(Gebuwy9)HbM*QC}K2u)IGsX|Mr<lSkEEeeIk1BG<<T(1~s6k#GPD z{9ku>qEYW!Dj3LVk{hSSf;>{^qP{|{(bc%Z>yN*w2TM7f@bcJ2bWp3{Ke3tW5b1jF zvOl(f{XX$IcmoSGVBB0V*wqcGS5dpAW=QRMez;zUPEa4AR+yt2m8SuVMcQa;w`vvg zk8bJR-b~s5ThT@A4*LT3cF+Xd13mVYzGWL8=;!JL<foBGYWU=)y-rYPqSi;9EISMX zi}fohuj5~@wcq_W-&EM37~)H05IrR3X9Ny9^q>O=bb=2@Yg?Xw!qrTv)lCr$)JrS1 zAJ{+Ezwf^L(jR^F(f-tih{u5gnzOHFPfgwwIG_dgh;uaRw>$^nb)qVH<hrn|RW-yA zV=G^gseH>&=rCi(3}^SSyZArsKe7NlkVV!878*M7`Ht6Z_l`HD6P4sqI)OaWs#@5~ zKl^d=9OQJNG5ag&qT6qwo51Ax6UiHR@wZw1?2DbR+nx{J_+B2R6V$Jf$GH=J$MRMB zf7w>z?HJZqE#m#eM54MoTy0vvsbKfsd#~Hy0TXr+Jpc}90Dqv(-qN@2)x6v6>B-6N zSpYAO`D1(7(mxNkPj@Of`CirzBSY7&UE3(%I~F`t#~gO!jW@om_qXk~+ir7tU_B%0 zau<H@1I?ia^k;vEEI<$7uiThZ*KL+;Mf%#q*5^QVvENGX-98XsPhE!ElHx4WbKeec zzyAUbI`jaJ%De$S{1&!@eW|9uRGs+lXf1|4sN#=Z)Do#n=si;-{|XEvMvQQD#~$DZ zncK?%Yhf3>uF6jwR9)s4$#Rxrq(fSiXP%C=r;34AqW#Q4g9g1sjfWh)Uide7L48er z*{wr70Nq)iPE1CO=12LeZ$!^KHP?LAD|TybwgSg$PX5qA<|4L(-sEzTL2~KTHP8>> z^tmf|fL-7|V1X9cZEPlRu358Yh8C`Oti^TS>A&i?>3WZ@KWj55d<F*nPJrom1?<Wz zuXL~h1D$Ko0j@)Ch?B4vJeR0kc%J5EuTY)l>@W65&(Yt?d?m`s<MXjO)E4xc1+K=7 zUH~5rI`|wf@iH|P;&$Qih!(Bx+Q8@5_wo!~>A*o}J^Yb=Bf;4Qo>c{RWDb5oYw*S< zEBCVCIM;UTvyN<yv;S4W;bUOEb6|Sk(dCMX3&}Ylk0-IVTOWMA|3#L-mpSR!Jai7- z22W&+=XZGaLhl7Q`*4DIvo<XT{43KvlK$|3j_t+v!Dsy@1oF3A`LKI52l<l|ZM<s| zb%GuJI+lGqB3uV!^v-ULiuZM6azqRD8tQ>+bguLF#OM}!qQ3JzTc7EcQ^jwv<ow{h z-Ppj9nx55S?kbz)F=hVz`A@1wb3iugb3GUGrv(cZ9A<Y^1K6WEh7}eTy6<((X$1uZ zy_C;hT~t)$`00HZe3ngrBXTk7X?p&dJnOfbW4q*UA9~2%7<nz$9^`7pbv)OYsJ+!( z?E}?T_&K;1nI?ww@r>6gY+0K2P3)P-A#7GybBUhoRP*t1fcgPzp=;PBI`YcBv~+Dx z*aNR956Rqj;XnH|F2^>ZN5D$#fNXDi_A#3^tUNXx7~a3Je`Np4UV*(zYweXD7F^U? z*^>i1^3S@DPw3@hoW0tE%@xed!Csub7r6-bee65iYu`zZnwSc>v0F6uFzlh0{dt5j zM`Zg{CYGEIc?9-s&<{T0gNTD@tM2OV;w|<c>^<1~5bLtv2t9I-F$eqbo`M7Z>9=QG zof{hl9k#!iXUlWCxcwxtJ8?Vv2KG+lGcI#$TwP+eNc&p7=WW^9+3pz;>T2*3dGYjj z7wgZab&FlxKVEyEa0A(=pr8DLvs={Ucz%F;z056{(A9Qr-{R=W9_o*S-TM2y{2+VS zdh8Co)Vu4Brr2tD`QG#Swsg{E?s@KcV=lK1&n#s5r~LhTcg4kO*e~P;yG_gmKd`5f zu<#jQ?(b#fde47o=i{yt`AOEtAF)qhZtSvre|F^k*lFNq9%!NSPM`4E<de9UeKx*Z zwV1>1Wu6JOLdj9;fm6dhpz%oEU&HnE`dnK>iOks8D2=DNUtH5~twxm}@q25h=p5J7 zcE7fEs?L=k@mp)BxnET#i^?yp)eK*$BVD8aZ11j&b-%J!E6_PTD=TB@jYG!9ju|>6 zGpkG7sF9f+vjz^z7@D4S!O+12M-IyxcJu8Q3>-GJV|v!m3rAlR7dtdPbMVa>S^ocO zc8R;_!q#zJ&!`(4+xhm9qq5xpqpjv_ZOZS{omm+JN9i9^j&<|Is&yWjF=CWf$+)TC z$ibuazYuT9$f`IQdAj=;-OB$Qy&_|D#*o+{{OuB#p4BUJ^sw79M#jaC8k{_Ep#G_5 zm$;kLhh$~Mb?ux`G56s&SIi%A#Sd2RoNySdof9gM*6p1WJUzSiOYWDPn%e8i%LWVx zfB5P6$D@aS;>Z0Txb^v)^0(!0&o9dl6eJb&EI<p`z^u$&pSvx$G`B3bc3yN|d|vy! zo_PcE2IY;(o0>N}Z&BXLy!Cn8@=Ei{@@nVv1COtxw7F5aIgigQoL!h(xTtV(;mX3b zh3gA96>clsURYZAMPXTCAXqyX6^stX2IGURgYAP!!Jff>!2!V=f`fv?gJXg@!KuNS z!P&vw;G*E-;L70I;QHXE;I`oQU|BE_svU|7MTcTT@uAkC_MxOu&rrY6fY1%0L80NH zF`=B$)X>b(>`-oKQD|{!WoT_^eP~l?TWEWzH1tKNEEFiJT@+OmT@+gsU(~v&eNj?T z&!Uw@+ltDHqKn%Xk13v6Ji9ozcv11<;<d%XC8>sf)k!~@kv}FsCx2@G?EKvPMfr>K zSLUzH_cSYYRI6PORS;beTM%E+x}aadfPxze1{Dl17*mi_FtuQ2!E90Vr}h&C{;yHs FzX4cTQwjh8 diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/util.py b/lib/python3.8/site-packages/pip/_vendor/distlib/util.py deleted file mode 100644 index e851146..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/util.py +++ /dev/null @@ -1,1760 +0,0 @@ -# -# Copyright (C) 2012-2017 The Python Software Foundation. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -import codecs -from collections import deque -import contextlib -import csv -from glob import iglob as std_iglob -import io -import json -import logging -import os -import py_compile -import re -import socket -try: - import ssl -except ImportError: # pragma: no cover - ssl = None -import subprocess -import sys -import tarfile -import tempfile -import textwrap - -try: - import threading -except ImportError: # pragma: no cover - import dummy_threading as threading -import time - -from . import DistlibException -from .compat import (string_types, text_type, shutil, raw_input, StringIO, - cache_from_source, urlopen, urljoin, httplib, xmlrpclib, - splittype, HTTPHandler, BaseConfigurator, valid_ident, - Container, configparser, URLError, ZipFile, fsdecode, - unquote, urlparse) - -logger = logging.getLogger(__name__) - -# -# Requirement parsing code as per PEP 508 -# - -IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') -VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') -COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') -MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') -OR = re.compile(r'^or\b\s*') -AND = re.compile(r'^and\b\s*') -NON_SPACE = re.compile(r'(\S+)\s*') -STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') - - -def parse_marker(marker_string): - """ - Parse a marker string and return a dictionary containing a marker expression. - - The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in - the expression grammar, or strings. A string contained in quotes is to be - interpreted as a literal string, and a string not contained in quotes is a - variable (such as os_name). - """ - def marker_var(remaining): - # either identifier, or literal string - m = IDENTIFIER.match(remaining) - if m: - result = m.groups()[0] - remaining = remaining[m.end():] - elif not remaining: - raise SyntaxError('unexpected end of input') - else: - q = remaining[0] - if q not in '\'"': - raise SyntaxError('invalid expression: %s' % remaining) - oq = '\'"'.replace(q, '') - remaining = remaining[1:] - parts = [q] - while remaining: - # either a string chunk, or oq, or q to terminate - if remaining[0] == q: - break - elif remaining[0] == oq: - parts.append(oq) - remaining = remaining[1:] - else: - m = STRING_CHUNK.match(remaining) - if not m: - raise SyntaxError('error in string literal: %s' % remaining) - parts.append(m.groups()[0]) - remaining = remaining[m.end():] - else: - s = ''.join(parts) - raise SyntaxError('unterminated string: %s' % s) - parts.append(q) - result = ''.join(parts) - remaining = remaining[1:].lstrip() # skip past closing quote - return result, remaining - - def marker_expr(remaining): - if remaining and remaining[0] == '(': - result, remaining = marker(remaining[1:].lstrip()) - if remaining[0] != ')': - raise SyntaxError('unterminated parenthesis: %s' % remaining) - remaining = remaining[1:].lstrip() - else: - lhs, remaining = marker_var(remaining) - while remaining: - m = MARKER_OP.match(remaining) - if not m: - break - op = m.groups()[0] - remaining = remaining[m.end():] - rhs, remaining = marker_var(remaining) - lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} - result = lhs - return result, remaining - - def marker_and(remaining): - lhs, remaining = marker_expr(remaining) - while remaining: - m = AND.match(remaining) - if not m: - break - remaining = remaining[m.end():] - rhs, remaining = marker_expr(remaining) - lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} - return lhs, remaining - - def marker(remaining): - lhs, remaining = marker_and(remaining) - while remaining: - m = OR.match(remaining) - if not m: - break - remaining = remaining[m.end():] - rhs, remaining = marker_and(remaining) - lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} - return lhs, remaining - - return marker(marker_string) - - -def parse_requirement(req): - """ - Parse a requirement passed in as a string. Return a Container - whose attributes contain the various parts of the requirement. - """ - remaining = req.strip() - if not remaining or remaining.startswith('#'): - return None - m = IDENTIFIER.match(remaining) - if not m: - raise SyntaxError('name expected: %s' % remaining) - distname = m.groups()[0] - remaining = remaining[m.end():] - extras = mark_expr = versions = uri = None - if remaining and remaining[0] == '[': - i = remaining.find(']', 1) - if i < 0: - raise SyntaxError('unterminated extra: %s' % remaining) - s = remaining[1:i] - remaining = remaining[i + 1:].lstrip() - extras = [] - while s: - m = IDENTIFIER.match(s) - if not m: - raise SyntaxError('malformed extra: %s' % s) - extras.append(m.groups()[0]) - s = s[m.end():] - if not s: - break - if s[0] != ',': - raise SyntaxError('comma expected in extras: %s' % s) - s = s[1:].lstrip() - if not extras: - extras = None - if remaining: - if remaining[0] == '@': - # it's a URI - remaining = remaining[1:].lstrip() - m = NON_SPACE.match(remaining) - if not m: - raise SyntaxError('invalid URI: %s' % remaining) - uri = m.groups()[0] - t = urlparse(uri) - # there are issues with Python and URL parsing, so this test - # is a bit crude. See bpo-20271, bpo-23505. Python doesn't - # always parse invalid URLs correctly - it should raise - # exceptions for malformed URLs - if not (t.scheme and t.netloc): - raise SyntaxError('Invalid URL: %s' % uri) - remaining = remaining[m.end():].lstrip() - else: - - def get_versions(ver_remaining): - """ - Return a list of operator, version tuples if any are - specified, else None. - """ - m = COMPARE_OP.match(ver_remaining) - versions = None - if m: - versions = [] - while True: - op = m.groups()[0] - ver_remaining = ver_remaining[m.end():] - m = VERSION_IDENTIFIER.match(ver_remaining) - if not m: - raise SyntaxError('invalid version: %s' % ver_remaining) - v = m.groups()[0] - versions.append((op, v)) - ver_remaining = ver_remaining[m.end():] - if not ver_remaining or ver_remaining[0] != ',': - break - ver_remaining = ver_remaining[1:].lstrip() - 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 - result = os.path.normcase(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 '<ExportEntry %s = %s:%s %s>' % (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<name>(\w|[-.+])+) - \s*=\s*(?P<callable>(\w+)([:\.]\w+)*) - \s*(\[\s*(?P<flags>\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<name>[\w .-]+)\s*' - r'\(\s*(?P<ver>[^\s)]+)\)$') - -def parse_name_and_version(p): - """ - A utility method used to get name and version from a string. - - From e.g. a Provides-Dist value. - - :param p: A value in a form 'foo (1.0)' - :return: The name and version as a tuple. - """ - m = NAME_VERSION_RE.match(p) - if not m: - raise DistlibException('Ill-formed name/version string: \'%s\'' % p) - d = m.groupdict() - return d['name'].strip().lower(), d['ver'] - -def get_extras(requested, available): - result = set() - requested = set(requested or []) - available = set(available or []) - if '*' in requested: - requested.remove('*') - result |= available - for r in requested: - if r == '-': - result.add(r) - elif r.startswith('-'): - unwanted = r[1:] - if unwanted not in available: - logger.warning('undeclared extra: %s' % unwanted) - if unwanted in result: - result.remove(unwanted) - else: - if r not in available: - logger.warning('undeclared extra: %s' % r) - result.add(r) - return result -# -# Extended metadata functionality -# - -def _get_external_data(url): - result = {} - try: - # urlopen might fail if it runs into redirections, - # because of Python issue #13696. Fixed in locators - # using a custom redirect handler. - resp = urlopen(url) - headers = resp.info() - ct = headers.get('Content-Type') - if not ct.startswith('application/json'): - logger.debug('Unexpected response for JSON request: %s', ct) - else: - reader = codecs.getreader('utf-8')(resp) - #data = reader.read().decode('utf-8') - #result = json.loads(data) - result = json.load(reader) - except Exception as e: - logger.exception('Failed to get external data for %s: %s', url, e) - return result - -_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' - -def get_project_data(name): - url = '%s/%s/project.json' % (name[0].upper(), name) - url = urljoin(_external_data_base_url, url) - result = _get_external_data(url) - return result - -def get_package_data(name, version): - url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) - url = urljoin(_external_data_base_url, url) - return _get_external_data(url) - - -class Cache(object): - """ - A class implementing a cache for resources that need to live in the file system - e.g. shared libraries. This class was moved from resources to here because it - could be used by other modules, e.g. the wheel module. - """ - - def __init__(self, base): - """ - Initialise an instance. - - :param base: The base directory where the cache should be located. - """ - # we use 'isdir' instead of 'exists', because we want to - # fail if there's a file with that name - if not os.path.isdir(base): # pragma: no cover - os.makedirs(base) - if (os.stat(base).st_mode & 0o77) != 0: - logger.warning('Directory \'%s\' is not private', base) - self.base = os.path.abspath(os.path.normpath(base)) - - def prefix_to_dir(self, prefix): - """ - Converts a resource prefix to a directory name in the cache. - """ - return path_to_cache_dir(prefix) - - def clear(self): - """ - Clear the cache. - """ - not_removed = [] - for fn in os.listdir(self.base): - fn = os.path.join(self.base, fn) - try: - if os.path.islink(fn) or os.path.isfile(fn): - os.remove(fn) - elif os.path.isdir(fn): - shutil.rmtree(fn) - except Exception: - not_removed.append(fn) - return not_removed - - -class EventMixin(object): - """ - A very simple publish/subscribe system. - """ - def __init__(self): - self._subscribers = {} - - def add(self, event, subscriber, append=True): - """ - Add a subscriber for an event. - - :param event: The name of an event. - :param subscriber: The subscriber to be added (and called when the - event is published). - :param append: Whether to append or prepend the subscriber to an - existing subscriber list for the event. - """ - subs = self._subscribers - if event not in subs: - subs[event] = deque([subscriber]) - else: - sq = subs[event] - if append: - sq.append(subscriber) - else: - sq.appendleft(subscriber) - - def remove(self, event, subscriber): - """ - Remove a subscriber for an event. - - :param event: The name of an event. - :param subscriber: The subscriber to be removed. - """ - subs = self._subscribers - if event not in subs: - raise ValueError('No subscribers: %r' % event) - subs[event].remove(subscriber) - - def get_subscribers(self, event): - """ - Return an iterator for the subscribers for an event. - :param event: The event to return subscribers for. - """ - return iter(self._subscribers.get(event, ())) - - def publish(self, event, *args, **kwargs): - """ - Publish a event and return a list of values returned by its - subscribers. - - :param event: The event to publish. - :param args: The positional arguments to pass to the event's - subscribers. - :param kwargs: The keyword arguments to pass to the event's - subscribers. - """ - result = [] - for subscriber in self.get_subscribers(event): - try: - value = subscriber(event, *args, **kwargs) - except Exception: - logger.exception('Exception during event publication') - value = None - result.append(value) - logger.debug('publish %s: args = %s, kwargs = %s, result = %s', - event, args, kwargs, result) - return result - -# -# Simple sequencing -# -class Sequencer(object): - def __init__(self): - self._preds = {} - self._succs = {} - self._nodes = set() # nodes with no preds/succs - - def add_node(self, node): - self._nodes.add(node) - - def remove_node(self, node, edges=False): - if node in self._nodes: - self._nodes.remove(node) - if edges: - for p in set(self._preds.get(node, ())): - self.remove(p, node) - for s in set(self._succs.get(node, ())): - self.remove(node, s) - # Remove empties - for k, v in list(self._preds.items()): - if not v: - del self._preds[k] - for k, v in list(self._succs.items()): - if not v: - del self._succs[k] - - def add(self, pred, succ): - assert pred != succ - self._preds.setdefault(succ, set()).add(pred) - self._succs.setdefault(pred, set()).add(succ) - - def remove(self, pred, succ): - assert pred != succ - try: - preds = self._preds[succ] - succs = self._succs[pred] - except KeyError: # pragma: no cover - raise ValueError('%r not a successor of anything' % succ) - try: - preds.remove(pred) - succs.remove(succ) - except KeyError: # pragma: no cover - raise ValueError('%r not a successor of %r' % (succ, pred)) - - def is_step(self, step): - return (step in self._preds or step in self._succs or - step in self._nodes) - - def get_steps(self, final): - if not self.is_step(final): - raise ValueError('Unknown: %r' % final) - result = [] - todo = [] - seen = set() - todo.append(final) - while todo: - step = todo.pop(0) - if step in seen: - # if a step was already seen, - # move it to the end (so it will appear earlier - # when reversed on return) ... but not for the - # final step, as that would be confusing for - # users - if step != final: - result.remove(step) - result.append(step) - else: - seen.add(step) - result.append(step) - preds = self._preds.get(step, ()) - todo.extend(preds) - return reversed(result) - - @property - def strong_connections(self): - #http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm - index_counter = [0] - stack = [] - lowlinks = {} - index = {} - result = [] - - graph = self._succs - - def strongconnect(node): - # set the depth index for this node to the smallest unused index - index[node] = index_counter[0] - lowlinks[node] = index_counter[0] - index_counter[0] += 1 - stack.append(node) - - # Consider successors - try: - successors = graph[node] - except Exception: - successors = [] - for successor in successors: - if successor not in lowlinks: - # Successor has not yet been visited - strongconnect(successor) - lowlinks[node] = min(lowlinks[node],lowlinks[successor]) - elif successor in stack: - # the successor is in the stack and hence in the current - # strongly connected component (SCC) - lowlinks[node] = min(lowlinks[node],index[successor]) - - # If `node` is a root node, pop the stack and generate an SCC - if lowlinks[node] == index[node]: - connected_component = [] - - while True: - successor = stack.pop() - connected_component.append(successor) - if successor == node: break - component = tuple(connected_component) - # storing the result - result.append(component) - - for node in graph: - if node not in lowlinks: - strongconnect(node) - - return result - - @property - def dot(self): - result = ['digraph G {'] - for succ in self._preds: - preds = self._preds[succ] - for pred in preds: - result.append(' %s -> %s;' % (pred, succ)) - for node in self._nodes: - result.append(' %s;' % node) - result.append('}') - return '\n'.join(result) - -# -# Unarchiving functionality for zip, tar, tgz, tbz, whl -# - -ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', - '.tgz', '.tbz', '.whl') - -def unarchive(archive_filename, dest_dir, format=None, check=True): - - def check_path(path): - if not isinstance(path, text_type): - path = path.decode('utf-8') - p = os.path.abspath(os.path.join(dest_dir, path)) - if not p.startswith(dest_dir) or p[plen] != os.sep: - raise ValueError('path outside destination: %r' % p) - - dest_dir = os.path.abspath(dest_dir) - plen = len(dest_dir) - archive = None - if format is None: - if archive_filename.endswith(('.zip', '.whl')): - format = 'zip' - elif archive_filename.endswith(('.tar.gz', '.tgz')): - format = 'tgz' - mode = 'r:gz' - elif archive_filename.endswith(('.tar.bz2', '.tbz')): - format = 'tbz' - mode = 'r:bz2' - elif archive_filename.endswith('.tar'): - format = 'tar' - mode = 'r' - else: # pragma: no cover - raise ValueError('Unknown format for %r' % archive_filename) - try: - if format == 'zip': - archive = ZipFile(archive_filename, 'r') - if check: - names = archive.namelist() - for name in names: - check_path(name) - else: - archive = tarfile.open(archive_filename, mode) - if check: - names = archive.getnames() - for name in names: - check_path(name) - if format != 'zip' and sys.version_info[0] < 3: - # See Python issue 17153. If the dest path contains Unicode, - # tarfile extraction fails on Python 2.x if a member path name - # contains non-ASCII characters - it leads to an implicit - # bytes -> unicode conversion using ASCII to decode. - for tarinfo in archive.getmembers(): - if not isinstance(tarinfo.name, text_type): - tarinfo.name = tarinfo.name.decode('utf-8') - archive.extractall(dest_dir) - - finally: - if archive: - archive.close() - - -def zip_dir(directory): - """zip a directory tree into a BytesIO object""" - result = io.BytesIO() - dlen = len(directory) - with ZipFile(result, "w") as zf: - for root, dirs, files in os.walk(directory): - for name in files: - full = os.path.join(root, name) - rel = root[dlen:] - dest = os.path.join(rel, name) - zf.write(full, dest) - return result - -# -# Simple progress bar -# - -UNITS = ('', 'K', 'M', 'G','T','P') - - -class Progress(object): - unknown = 'UNKNOWN' - - def __init__(self, minval=0, maxval=100): - assert maxval is None or maxval >= minval - self.min = self.cur = minval - self.max = maxval - self.started = None - self.elapsed = 0 - self.done = False - - def update(self, curval): - assert self.min <= curval - assert self.max is None or curval <= self.max - self.cur = curval - now = time.time() - if self.started is None: - self.started = now - else: - self.elapsed = now - self.started - - def increment(self, incr): - assert incr >= 0 - self.update(self.cur + incr) - - def start(self): - self.update(self.min) - return self - - def stop(self): - if self.max is not None: - self.update(self.max) - self.done = True - - @property - def maximum(self): - return self.unknown if self.max is None else self.max - - @property - def percentage(self): - if self.done: - result = '100 %' - elif self.max is None: - result = ' ?? %' - else: - v = 100.0 * (self.cur - self.min) / (self.max - self.min) - result = '%3d %%' % v - return result - - def format_duration(self, duration): - if (duration <= 0) and self.max is None or self.cur == self.min: - result = '??:??:??' - #elif duration < 1: - # result = '--:--:--' - else: - result = time.strftime('%H:%M:%S', time.gmtime(duration)) - return result - - @property - def ETA(self): - if self.done: - prefix = 'Done' - t = self.elapsed - #import pdb; pdb.set_trace() - else: - prefix = 'ETA ' - if self.max is None: - t = -1 - elif self.elapsed == 0 or (self.cur == self.min): - t = 0 - else: - #import pdb; pdb.set_trace() - t = float(self.max - self.min) - t /= self.cur - self.min - t = (t - 1) * self.elapsed - return '%s: %s' % (prefix, self.format_duration(t)) - - @property - def speed(self): - if self.elapsed == 0: - result = 0.0 - else: - result = (self.cur - self.min) / self.elapsed - for unit in UNITS: - if result < 1000: - break - result /= 1000.0 - return '%d %sB/s' % (result, unit) - -# -# Glob functionality -# - -RICH_GLOB = re.compile(r'\{([^}]*)\}') -_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') -_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') - - -def iglob(path_glob): - """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" - if _CHECK_RECURSIVE_GLOB.search(path_glob): - msg = """invalid glob %r: recursive glob "**" must be used alone""" - raise ValueError(msg % path_glob) - if _CHECK_MISMATCH_SET.search(path_glob): - msg = """invalid glob %r: mismatching set marker '{' or '}'""" - raise ValueError(msg % path_glob) - return _iglob(path_glob) - - -def _iglob(path_glob): - rich_path_glob = RICH_GLOB.split(path_glob, 1) - if len(rich_path_glob) > 1: - assert len(rich_path_glob) == 3, rich_path_glob - prefix, set, suffix = rich_path_glob - for item in set.split(','): - for path in _iglob(''.join((prefix, item, suffix))): - yield path - else: - if '**' not in path_glob: - for item in std_iglob(path_glob): - yield item - else: - prefix, radical = path_glob.split('**', 1) - if prefix == '': - prefix = '.' - if radical == '': - radical = '*' - else: - # we support both - radical = radical.lstrip('/') - radical = radical.lstrip('\\') - for path, dir, files in os.walk(prefix): - path = os.path.normpath(path) - for fn in _iglob(os.path.join(path, radical)): - yield fn - -if ssl: - from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, - CertificateError) - - -# -# HTTPSConnection which verifies certificates/matches domains -# - - class HTTPSConnection(httplib.HTTPSConnection): - ca_certs = None # set this to the path to the certs file (.pem) - check_domain = True # only used if ca_certs is not None - - # noinspection PyPropertyAccess - def connect(self): - sock = socket.create_connection((self.host, self.port), self.timeout) - if getattr(self, '_tunnel_host', False): - self.sock = sock - self._tunnel() - - if not hasattr(ssl, 'SSLContext'): - # For 2.x - if self.ca_certs: - cert_reqs = ssl.CERT_REQUIRED - else: - cert_reqs = ssl.CERT_NONE - self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, - cert_reqs=cert_reqs, - ssl_version=ssl.PROTOCOL_SSLv23, - ca_certs=self.ca_certs) - else: # pragma: no cover - context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) - context.options |= ssl.OP_NO_SSLv2 - if self.cert_file: - context.load_cert_chain(self.cert_file, self.key_file) - kwargs = {} - if self.ca_certs: - context.verify_mode = ssl.CERT_REQUIRED - context.load_verify_locations(cafile=self.ca_certs) - if getattr(ssl, 'HAS_SNI', False): - kwargs['server_hostname'] = self.host - self.sock = context.wrap_socket(sock, **kwargs) - if self.ca_certs and self.check_domain: - try: - match_hostname(self.sock.getpeercert(), self.host) - logger.debug('Host verified: %s', self.host) - except CertificateError: # pragma: no cover - self.sock.shutdown(socket.SHUT_RDWR) - self.sock.close() - raise - - class HTTPSHandler(BaseHTTPSHandler): - def __init__(self, ca_certs, check_domain=True): - BaseHTTPSHandler.__init__(self) - self.ca_certs = ca_certs - self.check_domain = check_domain - - def _conn_maker(self, *args, **kwargs): - """ - This is called to create a connection instance. Normally you'd - pass a connection class to do_open, but it doesn't actually check for - a class, and just expects a callable. As long as we behave just as a - constructor would have, we should be OK. If it ever changes so that - we *must* pass a class, we'll create an UnsafeHTTPSConnection class - which just sets check_domain to False in the class definition, and - choose which one to pass to do_open. - """ - result = HTTPSConnection(*args, **kwargs) - if self.ca_certs: - result.ca_certs = self.ca_certs - result.check_domain = self.check_domain - return result - - def https_open(self, req): - try: - return self.do_open(self._conn_maker, req) - except URLError as e: - if 'certificate verify failed' in str(e.reason): - raise CertificateError('Unable to verify server certificate ' - 'for %s' % req.host) - else: - raise - - # - # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- - # Middle proxy using HTTP listens on port 443, or an index mistakenly serves - # HTML containing a http://xyz link when it should be https://xyz), - # you can use the following handler class, which does not allow HTTP traffic. - # - # It works by inheriting from HTTPHandler - so build_opener won't add a - # handler for HTTP itself. - # - class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): - def http_open(self, req): - raise URLError('Unexpected HTTP request on what should be a secure ' - 'connection: %s' % req) - -# -# XML-RPC with timeouts -# - -_ver_info = sys.version_info[:2] - -if _ver_info == (2, 6): - class HTTP(httplib.HTTP): - def __init__(self, host='', port=None, **kwargs): - if port == 0: # 0 means use port 0, not the default port - port = None - self._setup(self._connection_class(host, port, **kwargs)) - - - if ssl: - class HTTPS(httplib.HTTPS): - def __init__(self, host='', port=None, **kwargs): - if port == 0: # 0 means use port 0, not the default port - port = None - self._setup(self._connection_class(host, port, **kwargs)) - - -class Transport(xmlrpclib.Transport): - def __init__(self, timeout, use_datetime=0): - self.timeout = timeout - xmlrpclib.Transport.__init__(self, use_datetime) - - def make_connection(self, host): - h, eh, x509 = self.get_host_info(host) - if _ver_info == (2, 6): - result = HTTP(h, timeout=self.timeout) - else: - if not self._connection or host != self._connection[0]: - self._extra_headers = eh - self._connection = host, httplib.HTTPConnection(h) - result = self._connection[1] - return result - -if ssl: - class SafeTransport(xmlrpclib.SafeTransport): - def __init__(self, timeout, use_datetime=0): - self.timeout = timeout - xmlrpclib.SafeTransport.__init__(self, use_datetime) - - def make_connection(self, host): - h, eh, kwargs = self.get_host_info(host) - if not kwargs: - kwargs = {} - kwargs['timeout'] = self.timeout - if _ver_info == (2, 6): - result = HTTPS(host, None, **kwargs) - else: - if not self._connection or host != self._connection[0]: - self._extra_headers = eh - self._connection = host, httplib.HTTPSConnection(h, None, - **kwargs) - result = self._connection[1] - return result - - -class ServerProxy(xmlrpclib.ServerProxy): - def __init__(self, uri, **kwargs): - self.timeout = timeout = kwargs.pop('timeout', None) - # The above classes only come into play if a timeout - # is specified - if timeout is not None: - scheme, _ = splittype(uri) - 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() diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/version.py b/lib/python3.8/site-packages/pip/_vendor/distlib/version.py deleted file mode 100644 index 3eebe18..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/version.py +++ /dev/null @@ -1,736 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2017 The Python Software Foundation. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -""" -Implementation of a flexible versioning scheme providing support for PEP-440, -setuptools-compatible and semantic versioning. -""" - -import logging -import re - -from .compat import string_types -from .util import parse_requirement - -__all__ = ['NormalizedVersion', 'NormalizedMatcher', - 'LegacyVersion', 'LegacyMatcher', - 'SemanticVersion', 'SemanticMatcher', - 'UnsupportedVersionError', 'get_scheme'] - -logger = logging.getLogger(__name__) - - -class UnsupportedVersionError(ValueError): - """This is an unsupported version.""" - pass - - -class Version(object): - def __init__(self, s): - self._string = s = s.strip() - self._parts = parts = self.parse(s) - assert isinstance(parts, tuple) - assert len(parts) > 0 - - def parse(self, s): - raise NotImplementedError('please implement in a subclass') - - def _check_compatible(self, other): - if type(self) != type(other): - raise TypeError('cannot compare %r and %r' % (self, other)) - - def __eq__(self, other): - self._check_compatible(other) - return self._parts == other._parts - - def __ne__(self, other): - return not self.__eq__(other) - - def __lt__(self, other): - self._check_compatible(other) - return self._parts < other._parts - - def __gt__(self, other): - return not (self.__lt__(other) or self.__eq__(other)) - - def __le__(self, other): - return self.__lt__(other) or self.__eq__(other) - - def __ge__(self, other): - return self.__gt__(other) or self.__eq__(other) - - # See http://docs.python.org/reference/datamodel#object.__hash__ - def __hash__(self): - return hash(self._parts) - - def __repr__(self): - return "%s('%s')" % (self.__class__.__name__, self._string) - - def __str__(self): - return self._string - - @property - def is_prerelease(self): - raise NotImplementedError('Please implement in subclasses.') - - -class Matcher(object): - version_class = None - - # value is either a callable or the name of a method - _operators = { - '<': lambda v, c, p: v < c, - '>': lambda v, c, p: v > c, - '<=': lambda v, c, p: v == c or v < c, - '>=': lambda v, c, p: v == c or v > c, - '==': lambda v, c, p: v == c, - '===': lambda v, c, p: v == c, - # by default, compatible => >=. - '~=': lambda v, c, p: v == c or v > c, - '!=': lambda v, c, p: v != c, - } - - # this is a method only to support alternative implementations - # via overriding - def parse_requirement(self, s): - return parse_requirement(s) - - def __init__(self, s): - if self.version_class is None: - raise ValueError('Please specify a version class') - self._string = s = s.strip() - r = self.parse_requirement(s) - if not r: - raise ValueError('Not valid: %r' % s) - self.name = r.name - self.key = self.name.lower() # for case-insensitive comparisons - clist = [] - if r.constraints: - # import pdb; pdb.set_trace() - for op, s in r.constraints: - if s.endswith('.*'): - if op not in ('==', '!='): - raise ValueError('\'.*\' not allowed for ' - '%r constraints' % op) - # Could be a partial version (e.g. for '2.*') which - # won't parse as a version, so keep it as a string - vn, prefix = s[:-2], True - # Just to check that vn is a valid version - self.version_class(vn) - else: - # Should parse as a version, so we can create an - # instance for the comparison - vn, prefix = self.version_class(s), False - clist.append((op, vn, prefix)) - self._parts = tuple(clist) - - def match(self, version): - """ - Check if the provided version matches the constraints. - - :param version: The version to match against this instance. - :type version: String or :class:`Version` instance. - """ - if isinstance(version, string_types): - version = self.version_class(version) - for operator, constraint, prefix in self._parts: - f = self._operators.get(operator) - if isinstance(f, string_types): - f = getattr(self, f) - if not f: - msg = ('%r not implemented ' - 'for %s' % (operator, self.__class__.__name__)) - raise NotImplementedError(msg) - if not f(version, constraint, prefix): - return False - return True - - @property - def exact_version(self): - result = None - if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): - result = self._parts[0][1] - return result - - def _check_compatible(self, other): - if type(self) != type(other) or self.name != other.name: - raise TypeError('cannot compare %s and %s' % (self, other)) - - def __eq__(self, other): - self._check_compatible(other) - return self.key == other.key and self._parts == other._parts - - def __ne__(self, other): - return not self.__eq__(other) - - # See http://docs.python.org/reference/datamodel#object.__hash__ - def __hash__(self): - return hash(self.key) + hash(self._parts) - - def __repr__(self): - return "%s(%r)" % (self.__class__.__name__, self._string) - - def __str__(self): - return self._string - - -PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|b|c|rc)(\d+))?' - r'(\.(post)(\d+))?(\.(dev)(\d+))?' - r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$') - - -def _pep_440_key(s): - s = s.strip() - m = PEP440_VERSION_RE.match(s) - if not m: - raise UnsupportedVersionError('Not a valid version: %s' % s) - groups = m.groups() - nums = tuple(int(v) for v in groups[1].split('.')) - while len(nums) > 1 and nums[-1] == 0: - nums = nums[:-1] - - if not groups[0]: - epoch = 0 - else: - epoch = int(groups[0]) - pre = groups[4:6] - post = groups[7:9] - dev = groups[10:12] - local = groups[13] - if pre == (None, None): - pre = () - else: - pre = pre[0], int(pre[1]) - if post == (None, None): - post = () - else: - post = post[0], int(post[1]) - if dev == (None, None): - dev = () - else: - dev = dev[0], int(dev[1]) - if local is None: - local = () - else: - parts = [] - for part in local.split('.'): - # to ensure that numeric compares as > lexicographic, avoid - # comparing them directly, but encode a tuple which ensures - # correct sorting - if part.isdigit(): - part = (1, int(part)) - else: - part = (0, part) - parts.append(part) - local = tuple(parts) - if not pre: - # either before pre-release, or final release and after - if not post and dev: - # before pre-release - pre = ('a', -1) # to sort before a0 - else: - pre = ('z',) # to sort after all pre-releases - # now look at the state of post and dev. - if not post: - post = ('_',) # sort before 'a' - if not dev: - dev = ('final',) - - #print('%s -> %s' % (s, m.groups())) - return epoch, nums, pre, post, dev, local - - -_normalized_key = _pep_440_key - - -class NormalizedVersion(Version): - """A rational version. - - Good: - 1.2 # equivalent to "1.2.0" - 1.2.0 - 1.2a1 - 1.2.3a2 - 1.2.3b1 - 1.2.3c1 - 1.2.3.4 - TODO: fill this out - - Bad: - 1 # minimum two numbers - 1.2a # release level must have a release serial - 1.2.3b - """ - def parse(self, s): - result = _normalized_key(s) - # _normalized_key loses trailing zeroes in the release - # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 - # However, PEP 440 prefix matching needs it: for example, - # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). - m = PEP440_VERSION_RE.match(s) # must succeed - groups = m.groups() - self._release_clause = tuple(int(v) for v in groups[1].split('.')) - return result - - PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) - - @property - def is_prerelease(self): - return any(t[0] in self.PREREL_TAGS for t in self._parts if t) - - -def _match_prefix(x, y): - x = str(x) - y = str(y) - if x == y: - return True - if not x.startswith(y): - return False - n = len(y) - return x[n] == '.' - - -class NormalizedMatcher(Matcher): - version_class = NormalizedVersion - - # value is either a callable or the name of a method - _operators = { - '~=': '_match_compatible', - '<': '_match_lt', - '>': '_match_gt', - '<=': '_match_le', - '>=': '_match_ge', - '==': '_match_eq', - '===': '_match_arbitrary', - '!=': '_match_ne', - } - - def _adjust_local(self, version, constraint, prefix): - if prefix: - strip_local = '+' not in constraint and version._parts[-1] - else: - # both constraint and version are - # NormalizedVersion instances. - # If constraint does not have a local component, - # ensure the version doesn't, either. - strip_local = not constraint._parts[-1] and version._parts[-1] - if strip_local: - s = version._string.split('+', 1)[0] - version = self.version_class(s) - return version, constraint - - def _match_lt(self, version, constraint, prefix): - version, constraint = self._adjust_local(version, constraint, prefix) - if version >= constraint: - return False - release_clause = constraint._release_clause - pfx = '.'.join([str(i) for i in release_clause]) - return not _match_prefix(version, pfx) - - def _match_gt(self, version, constraint, prefix): - version, constraint = self._adjust_local(version, constraint, prefix) - if version <= constraint: - return False - release_clause = constraint._release_clause - pfx = '.'.join([str(i) for i in release_clause]) - return not _match_prefix(version, pfx) - - def _match_le(self, version, constraint, prefix): - version, constraint = self._adjust_local(version, constraint, prefix) - return version <= constraint - - def _match_ge(self, version, constraint, prefix): - version, constraint = self._adjust_local(version, constraint, prefix) - return version >= constraint - - def _match_eq(self, version, constraint, prefix): - version, constraint = self._adjust_local(version, constraint, prefix) - if not prefix: - result = (version == constraint) - else: - result = _match_prefix(version, constraint) - return result - - def _match_arbitrary(self, version, constraint, prefix): - return str(version) == str(constraint) - - def _match_ne(self, version, constraint, prefix): - version, constraint = self._adjust_local(version, constraint, prefix) - if not prefix: - result = (version != constraint) - else: - result = not _match_prefix(version, constraint) - return result - - def _match_compatible(self, version, constraint, prefix): - version, constraint = self._adjust_local(version, constraint, prefix) - if version == constraint: - return True - if version < constraint: - return False -# if not prefix: -# return True - release_clause = constraint._release_clause - if len(release_clause) > 1: - release_clause = release_clause[:-1] - pfx = '.'.join([str(i) for i in release_clause]) - return _match_prefix(version, pfx) - -_REPLACEMENTS = ( - (re.compile('[.+-]$'), ''), # remove trailing puncts - (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start - (re.compile('^[.-]'), ''), # remove leading puncts - (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses - (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) - (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) - (re.compile('[.]{2,}'), '.'), # multiple runs of '.' - (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha - (re.compile(r'\b(pre-alpha|prealpha)\b'), - 'pre.alpha'), # standardise - (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses -) - -_SUFFIX_REPLACEMENTS = ( - (re.compile('^[:~._+-]+'), ''), # remove leading puncts - (re.compile('[,*")([\\]]'), ''), # remove unwanted chars - (re.compile('[~:+_ -]'), '.'), # replace illegal chars - (re.compile('[.]{2,}'), '.'), # multiple runs of '.' - (re.compile(r'\.$'), ''), # trailing '.' -) - -_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') - - -def _suggest_semantic_version(s): - """ - Try to suggest a semantic form for a version for which - _suggest_normalized_version couldn't come up with anything. - """ - result = s.strip().lower() - for pat, repl in _REPLACEMENTS: - result = pat.sub(repl, result) - if not result: - result = '0.0.0' - - # Now look for numeric prefix, and separate it out from - # the rest. - #import pdb; pdb.set_trace() - m = _NUMERIC_PREFIX.match(result) - if not m: - prefix = '0.0.0' - suffix = result - else: - prefix = m.groups()[0].split('.') - prefix = [int(i) for i in prefix] - while len(prefix) < 3: - prefix.append(0) - if len(prefix) == 3: - suffix = result[m.end():] - else: - suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] - prefix = prefix[:3] - prefix = '.'.join([str(i) for i in prefix]) - suffix = suffix.strip() - if suffix: - #import pdb; pdb.set_trace() - # massage the suffix. - for pat, repl in _SUFFIX_REPLACEMENTS: - suffix = pat.sub(repl, suffix) - - if not suffix: - result = prefix - else: - sep = '-' if 'dev' in suffix else '+' - result = prefix + sep + suffix - if not is_semver(result): - result = None - return result - - -def _suggest_normalized_version(s): - """Suggest a normalized version close to the given version string. - - If you have a version string that isn't rational (i.e. NormalizedVersion - doesn't like it) then you might be able to get an equivalent (or close) - rational version from this function. - - This does a number of simple normalizations to the given string, based - on observation of versions currently in use on PyPI. Given a dump of - those version during PyCon 2009, 4287 of them: - - 2312 (53.93%) match NormalizedVersion without change - with the automatic suggestion - - 3474 (81.04%) match when using this suggestion method - - @param s {str} An irrational version string. - @returns A rational version string, or None, if couldn't determine one. - """ - try: - _normalized_key(s) - return s # already rational - except UnsupportedVersionError: - pass - - rs = s.lower() - - # part of this could use maketrans - for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), - ('beta', 'b'), ('rc', 'c'), ('-final', ''), - ('-pre', 'c'), - ('-release', ''), ('.release', ''), ('-stable', ''), - ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), - ('final', '')): - rs = rs.replace(orig, repl) - - # if something ends with dev or pre, we add a 0 - rs = re.sub(r"pre$", r"pre0", rs) - rs = re.sub(r"dev$", r"dev0", rs) - - # if we have something like "b-2" or "a.2" at the end of the - # version, that is probably beta, alpha, etc - # let's remove the dash or dot - rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) - - # 1.0-dev-r371 -> 1.0.dev371 - # 0.1-dev-r79 -> 0.1.dev79 - rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) - - # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 - rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) - - # Clean: v0.3, v1.0 - if rs.startswith('v'): - rs = rs[1:] - - # Clean leading '0's on numbers. - #TODO: unintended side-effect on, e.g., "2003.05.09" - # PyPI stats: 77 (~2%) better - rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) - - # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers - # zero. - # PyPI stats: 245 (7.56%) better - rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) - - # the 'dev-rNNN' tag is a dev tag - rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) - - # clean the - when used as a pre delimiter - rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) - - # a terminal "dev" or "devel" can be changed into ".dev0" - rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) - - # a terminal "dev" can be changed into ".dev0" - rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) - - # a terminal "final" or "stable" can be removed - rs = re.sub(r"(final|stable)$", "", rs) - - # The 'r' and the '-' tags are post release tags - # 0.4a1.r10 -> 0.4a1.post10 - # 0.9.33-17222 -> 0.9.33.post17222 - # 0.9.33-r17222 -> 0.9.33.post17222 - rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) - - # Clean 'r' instead of 'dev' usage: - # 0.9.33+r17222 -> 0.9.33.dev17222 - # 1.0dev123 -> 1.0.dev123 - # 1.0.git123 -> 1.0.dev123 - # 1.0.bzr123 -> 1.0.dev123 - # 0.1a0dev.123 -> 0.1a0.dev123 - # PyPI stats: ~150 (~4%) better - rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) - - # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: - # 0.2.pre1 -> 0.2c1 - # 0.2-c1 -> 0.2c1 - # 1.0preview123 -> 1.0c123 - # PyPI stats: ~21 (0.62%) better - rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) - - # Tcl/Tk uses "px" for their post release markers - rs = re.sub(r"p(\d+)$", r".post\1", rs) - - try: - _normalized_key(rs) - except UnsupportedVersionError: - rs = None - return rs - -# -# Legacy version processing (distribute-compatible) -# - -_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) -_VERSION_REPLACE = { - 'pre': 'c', - 'preview': 'c', - '-': 'final-', - 'rc': 'c', - 'dev': '@', - '': None, - '.': None, -} - - -def _legacy_key(s): - def get_parts(s): - result = [] - for p in _VERSION_PART.split(s.lower()): - p = _VERSION_REPLACE.get(p, p) - if p: - if '0' <= p[:1] <= '9': - p = p.zfill(8) - else: - p = '*' + p - result.append(p) - result.append('*final') - return result - - result = [] - for p in get_parts(s): - if p.startswith('*'): - if p < '*final': - while result and result[-1] == '*final-': - result.pop() - while result and result[-1] == '00000000': - result.pop() - result.append(p) - return tuple(result) - - -class LegacyVersion(Version): - def parse(self, s): - return _legacy_key(s) - - @property - def is_prerelease(self): - result = False - for x in self._parts: - if (isinstance(x, string_types) and x.startswith('*') and - x < '*final'): - result = True - break - return result - - -class LegacyMatcher(Matcher): - version_class = LegacyVersion - - _operators = dict(Matcher._operators) - _operators['~='] = '_match_compatible' - - numeric_re = re.compile(r'^(\d+(\.\d+)*)') - - def _match_compatible(self, version, constraint, prefix): - if version < constraint: - return False - m = self.numeric_re.match(str(constraint)) - if not m: - logger.warning('Cannot compute compatible match for version %s ' - ' and constraint %s', version, constraint) - return True - s = m.groups()[0] - if '.' in s: - s = s.rsplit('.', 1)[0] - return _match_prefix(version, s) - -# -# Semantic versioning -# - -_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' - r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' - r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) - - -def is_semver(s): - return _SEMVER_RE.match(s) - - -def _semantic_key(s): - def make_tuple(s, absent): - if s is None: - result = (absent,) - else: - parts = s[1:].split('.') - # We can't compare ints and strings on Python 3, so fudge it - # by zero-filling numeric values so simulate a numeric comparison - result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) - return result - - m = is_semver(s) - if not m: - raise UnsupportedVersionError(s) - groups = m.groups() - major, minor, patch = [int(i) for i in groups[:3]] - # choose the '|' and '*' so that versions sort correctly - pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') - return (major, minor, patch), pre, build - - -class SemanticVersion(Version): - def parse(self, s): - return _semantic_key(s) - - @property - def is_prerelease(self): - return self._parts[1][0] != '|' - - -class SemanticMatcher(Matcher): - version_class = SemanticVersion - - -class VersionScheme(object): - def __init__(self, key, matcher, suggester=None): - self.key = key - self.matcher = matcher - self.suggester = suggester - - def is_valid_version(self, s): - try: - self.matcher.version_class(s) - result = True - except UnsupportedVersionError: - result = False - return result - - def is_valid_matcher(self, s): - try: - self.matcher(s) - result = True - except UnsupportedVersionError: - result = False - return result - - def is_valid_constraint_list(self, s): - """ - Used for processing some metadata fields - """ - 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/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe b/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe deleted file mode 100644 index 4df77001a222c84ff3fef542618b3f45f4c1eb9e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89088 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 fiS%H2)uMec59 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe b/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe deleted file mode 100644 index 63ce483d1e462373fe16015c70ec52bbbd816c11..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 99840 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 DO6W+w diff --git a/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py b/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py deleted file mode 100644 index 0c8efad..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py +++ /dev/null @@ -1,1004 +0,0 @@ -# -*- 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 base64 -import codecs -import datetime -import distutils.util -from email import message_from_file -import hashlib -import imp -import json -import logging -import os -import posixpath -import re -import shutil -import sys -import tempfile -import zipfile - -from . import __version__, DistlibException -from .compat import sysconfig, ZipFile, fsdecode, text_type, filter -from .database import InstalledDistribution -from .metadata import Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME -from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, - cached_property, get_cache_base, read_exports, tempdir) -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 = distutils.util.get_platform().replace('-', '_').replace('.', '_') - -ABI = sysconfig.get_config_var('SOABI') -if ABI and ABI.startswith('cpython-'): - ABI = ABI.replace('cpython-', 'cp') -else: - def _derive_abi(): - parts = ['cp', VER_SUFFIX] - if sysconfig.get_config_var('Py_DEBUG'): - parts.append('d') - if sysconfig.get_config_var('WITH_PYMALLOC'): - parts.append('m') - if sysconfig.get_config_var('Py_UNICODE_SIZE') == 4: - parts.append('u') - return ''.join(parts) - ABI = _derive_abi() - del _derive_abi - -FILENAME_RE = re.compile(r''' -(?P<nm>[^-]+) --(?P<vn>\d+[^-]*) -(-(?P<bn>\d+[^-]*))? --(?P<py>\w+\d+(\.\w+\d+)*) --(?P<bi>\w+) --(?P<ar>\w+(\.\w+)*) -\.whl$ -''', re.IGNORECASE | re.VERBOSE) - -NAME_VERSION_RE = re.compile(r''' -(?P<nm>[^-]+) --(?P<vn>\d+[^-]*) -(-(?P<bn>\d+[^-]*))?$ -''', re.IGNORECASE | re.VERBOSE) - -SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') -SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') -SHEBANG_PYTHON = b'#!python' -SHEBANG_PYTHONW = b'#!pythonw' - -if os.sep == '/': - to_posix = lambda o: o -else: - to_posix = lambda o: o.replace(os.sep, '/') - - -class Mounter(object): - def __init__(self): - self.impure_wheels = {} - self.libs = {} - - def add(self, pathname, extensions): - self.impure_wheels[pathname] = extensions - self.libs.update(extensions) - - def remove(self, pathname): - extensions = self.impure_wheels.pop(pathname) - for k, v in extensions: - if k in self.libs: - del self.libs[k] - - def find_module(self, fullname, path=None): - if fullname in self.libs: - result = self - else: - result = None - return result - - def load_module(self, fullname): - if fullname in sys.modules: - result = sys.modules[fullname] - else: - if fullname not in self.libs: - raise ImportError('unable to find extension for %s' % fullname) - result = imp.load_dynamic(fullname, self.libs[fullname]) - result.__loader__ = self - parts = fullname.rsplit('.', 1) - if len(parts) > 1: - result.__package__ = parts[0] - return result - -_hook = Mounter() - - -class Wheel(object): - """ - Class to build and install from Wheel files (PEP 427). - """ - - wheel_version = (1, 1) - hash_kind = 'sha256' - - def __init__(self, filename=None, sign=False, verify=False): - """ - Initialise an instance using a (valid) filename. - """ - self.sign = sign - self.should_verify = verify - self.buildver = '' - self.pyver = [PYVER] - self.abi = ['none'] - self.arch = ['any'] - self.dirname = os.getcwd() - if filename is None: - self.name = 'dummy' - self.version = '0.1' - self._filename = self.filename - else: - m = NAME_VERSION_RE.match(filename) - if m: - info = m.groupdict('') - self.name = info['nm'] - # Reinstate the local version separator - self.version = info['vn'].replace('_', '-') - self.buildver = info['bn'] - self._filename = self.filename - else: - dirname, filename = os.path.split(filename) - m = FILENAME_RE.match(filename) - if not m: - raise DistlibException('Invalid name or ' - 'filename: %r' % filename) - if dirname: - self.dirname = os.path.abspath(dirname) - self._filename = filename - info = m.groupdict('') - self.name = info['nm'] - self.version = info['vn'] - self.buildver = info['bn'] - self.pyver = info['py'].split('.') - self.abi = info['bi'].split('.') - self.arch = info['ar'].split('.') - - @property - def filename(self): - """ - Build and return a filename from the various components. - """ - if self.buildver: - buildver = '-' + self.buildver - else: - buildver = '' - pyver = '.'.join(self.pyver) - abi = '.'.join(self.abi) - arch = '.'.join(self.arch) - # replace - with _ as a local version separator - version = self.version.replace('-', '_') - return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, - pyver, abi, arch) - - @property - def exists(self): - path = os.path.join(self.dirname, self.filename) - return os.path.isfile(path) - - @property - def tags(self): - for pyver in self.pyver: - for abi in self.abi: - for arch in self.arch: - yield pyver, abi, arch - - @cached_property - def metadata(self): - pathname = os.path.join(self.dirname, self.filename) - name_ver = '%s-%s' % (self.name, self.version) - info_dir = '%s.dist-info' % name_ver - wrapper = codecs.getreader('utf-8') - with ZipFile(pathname, 'r') as zf: - wheel_metadata = self.get_wheel_metadata(zf) - wv = wheel_metadata['Wheel-Version'].split('.', 1) - file_version = tuple([int(i) for i in wv]) - if file_version < (1, 1): - fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, 'METADATA'] - else: - fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] - result = None - for fn in fns: - try: - metadata_filename = posixpath.join(info_dir, fn) - with zf.open(metadata_filename) as bf: - wf = wrapper(bf) - result = Metadata(fileobj=wf) - if result: - break - except KeyError: - pass - if not result: - raise ValueError('Invalid wheel, because metadata is ' - 'missing: looked in %s' % ', '.join(fns)) - return result - - def get_wheel_metadata(self, zf): - name_ver = '%s-%s' % (self.name, self.version) - info_dir = '%s.dist-info' % name_ver - metadata_filename = posixpath.join(info_dir, 'WHEEL') - with zf.open(metadata_filename) as bf: - wf = codecs.getreader('utf-8')(bf) - message = message_from_file(wf) - return dict(message) - - @cached_property - def info(self): - pathname = os.path.join(self.dirname, self.filename) - with ZipFile(pathname, 'r') as zf: - result = self.get_wheel_metadata(zf) - return result - - def process_shebang(self, data): - m = SHEBANG_RE.match(data) - if m: - end = m.end() - shebang, data_after_shebang = data[:end], data[end:] - # Preserve any arguments after the interpreter - if b'pythonw' in shebang.lower(): - shebang_python = SHEBANG_PYTHONW - else: - shebang_python = SHEBANG_PYTHON - m = SHEBANG_DETAIL_RE.match(shebang) - if m: - args = b' ' + m.groups()[-1] - else: - args = b'' - shebang = shebang_python + args - data = shebang + data_after_shebang - else: - cr = data.find(b'\r') - lf = data.find(b'\n') - if cr < 0 or cr > lf: - term = b'\n' - else: - if data[cr:cr + 2] == b'\r\n': - term = b'\r\n' - else: - term = b'\r' - data = SHEBANG_PYTHON + term + data - return data - - def get_hash(self, data, hash_kind=None): - if hash_kind is None: - hash_kind = self.hash_kind - try: - hasher = getattr(hashlib, hash_kind) - except AttributeError: - raise DistlibException('Unsupported hash algorithm: %r' % hash_kind) - result = hasher(data).digest() - result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') - return hash_kind, result - - def write_record(self, records, record_path, base): - records = list(records) # make a copy for sorting - p = to_posix(os.path.relpath(record_path, base)) - records.append((p, '', '')) - records.sort() - with CSVWriter(record_path) as writer: - for row in records: - writer.writerow(row) - - def write_records(self, info, libdir, archive_paths): - records = [] - distinfo, info_dir = info - hasher = getattr(hashlib, self.hash_kind) - for ap, p in archive_paths: - with open(p, 'rb') as f: - data = f.read() - digest = '%s=%s' % self.get_hash(data) - size = os.path.getsize(p) - records.append((ap, digest, size)) - - p = os.path.join(distinfo, 'RECORD') - self.write_record(records, p, libdir) - ap = to_posix(os.path.join(info_dir, 'RECORD')) - archive_paths.append((ap, p)) - - def build_zip(self, pathname, archive_paths): - with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: - for ap, p in archive_paths: - logger.debug('Wrote %s to %s in wheel', p, ap) - zf.write(p, ap) - - def build(self, paths, tags=None, wheel_version=None): - """ - Build a wheel from files in specified paths, and use any specified tags - when determining the name of the wheel. - """ - if tags is None: - tags = {} - - libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] - if libkey == 'platlib': - is_pure = 'false' - default_pyver = [IMPVER] - default_abi = [ABI] - default_arch = [ARCH] - else: - is_pure = 'true' - default_pyver = [PYVER] - default_abi = ['none'] - default_arch = ['any'] - - self.pyver = tags.get('pyver', default_pyver) - self.abi = tags.get('abi', default_abi) - self.arch = tags.get('arch', default_arch) - - libdir = paths[libkey] - - name_ver = '%s-%s' % (self.name, self.version) - data_dir = '%s.data' % name_ver - info_dir = '%s.dist-info' % name_ver - - archive_paths = [] - - # First, stuff which is not in site-packages - for key in ('data', 'headers', 'scripts'): - if key not in paths: - continue - path = paths[key] - if os.path.isdir(path): - for root, dirs, files in os.walk(path): - for fn in files: - p = fsdecode(os.path.join(root, fn)) - rp = os.path.relpath(p, path) - ap = to_posix(os.path.join(data_dir, key, rp)) - archive_paths.append((ap, p)) - if key == 'scripts' and not p.endswith('.exe'): - with open(p, 'rb') as f: - data = f.read() - data = self.process_shebang(data) - with open(p, 'wb') as f: - f.write(data) - - # Now, stuff which is in site-packages, other than the - # distinfo stuff. - path = libdir - distinfo = None - for root, dirs, files in os.walk(path): - if root == path: - # At the top level only, save distinfo for later - # and skip it for now - for i, dn in enumerate(dirs): - dn = fsdecode(dn) - if dn.endswith('.dist-info'): - distinfo = os.path.join(root, dn) - del dirs[i] - break - assert distinfo, '.dist-info directory expected, not found' - - for fn in files: - # comment out next suite to leave .pyc files in - if fsdecode(fn).endswith(('.pyc', '.pyo')): - continue - p = os.path.join(root, fn) - rp = to_posix(os.path.relpath(p, path)) - archive_paths.append((rp, p)) - - # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. - files = os.listdir(distinfo) - for fn in files: - if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): - p = fsdecode(os.path.join(distinfo, fn)) - ap = to_posix(os.path.join(info_dir, fn)) - archive_paths.append((ap, p)) - - wheel_metadata = [ - 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), - 'Generator: distlib %s' % __version__, - 'Root-Is-Purelib: %s' % is_pure, - ] - for pyver, abi, arch in self.tags: - wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) - p = os.path.join(distinfo, 'WHEEL') - with open(p, 'w') as f: - f.write('\n'.join(wheel_metadata)) - ap = to_posix(os.path.join(info_dir, 'WHEEL')) - archive_paths.append((ap, p)) - - # 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, 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) - 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' % 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'), - sys.version[:3]) - 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, METADATA_FILENAME) - wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') - record_name = posixpath.join(info_dir, 'RECORD') - - wrapper = codecs.getreader('utf-8') - - with ZipFile(pathname, 'r') as zf: - with zf.open(wheel_metadata_name) as bwf: - wf = wrapper(bwf) - message = message_from_file(wf) - wv = message['Wheel-Version'].split('.', 1) - file_version = tuple([int(i) for i in wv]) - # TODO version verification - - records = {} - with zf.open(record_name) as bf: - with CSVReader(stream=bf) as reader: - for row in reader: - p = row[0] - records[p] = row - - for zinfo in zf.infolist(): - arcname = zinfo.filename - if isinstance(arcname, text_type): - u_arcname = arcname - else: - u_arcname = arcname.decode('utf-8') - # See issue #115: some wheels have .. in their entries, but - # in the filename ... e.g. __main__..py ! So the check is - # updated to look for .. in the directory portions - p = u_arcname.split('/') - if '..' in p: - raise DistlibException('invalid entry in ' - 'wheel: %r' % u_arcname) - - if self.skip_entry(u_arcname): - continue - row = records[u_arcname] - if row[2] and str(zinfo.file_size) != row[2]: - raise DistlibException('size mismatch for ' - '%s' % u_arcname) - if row[1]: - kind, value = row[1].split('=', 1) - with zf.open(arcname) as bf: - data = bf.read() - _, digest = self.get_hash(data, kind) - if digest != value: - raise DistlibException('digest mismatch for ' - '%s' % arcname) - - def update(self, modifier, dest_dir=None, **kwargs): - """ - Update the contents of a wheel in a generic way. The modifier should - be a callable which expects a dictionary argument: its keys are - archive-entry paths, and its values are absolute filesystem paths - where the contents the corresponding archive entries can be found. The - modifier is free to change the contents of the files pointed to, add - new entries and remove entries, before returning. This method will - extract the entire contents of the wheel to a temporary location, call - the modifier, and then use the passed (and possibly updated) - dictionary to write a new wheel. If ``dest_dir`` is specified, the new - wheel is written there -- otherwise, the original wheel is overwritten. - - The modifier should return True if it updated the wheel, else False. - This method returns the same value the modifier returns. - """ - - def get_version(path_map, info_dir): - version = path = None - key = '%s/%s' % (info_dir, METADATA_FILENAME) - if key not in path_map: - key = '%s/PKG-INFO' % info_dir - if key in path_map: - path = path_map[key] - version = Metadata(path=path).version - return version, path - - def update_version(version, path): - updated = None - try: - v = NormalizedVersion(version) - i = version.find('-') - if i < 0: - updated = '%s+1' % version - else: - parts = [int(s) for s in version[i + 1:].split('.')] - parts[-1] += 1 - updated = '%s+%s' % (version[:i], - '.'.join(str(i) for i in parts)) - except UnsupportedVersionError: - logger.debug('Cannot update non-compliant (PEP-440) ' - 'version %r', version) - if updated: - md = Metadata(path=path) - md.version = updated - legacy = not path.endswith(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 compatible_tags(): - """ - Return (pyver, abi, arch) tuples compatible with this Python. - """ - versions = [VER_SUFFIX] - major = VER_SUFFIX[0] - for minor in range(sys.version_info[1] - 1, - 1, -1): - versions.append(''.join([major, str(minor)])) - - abis = [] - for suffix, _, _ in imp.get_suffixes(): - if suffix.startswith('.abi'): - abis.append(suffix.split('.', 2)[1]) - abis.sort() - if ABI != 'none': - abis.insert(0, ABI) - abis.append('none') - result = [] - - arches = [ARCH] - if sys.platform == 'darwin': - m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) - if m: - name, major, minor, arch = m.groups() - minor = int(minor) - matches = [arch] - if arch in ('i386', 'ppc'): - matches.append('fat') - if arch in ('i386', 'ppc', 'x86_64'): - matches.append('fat3') - if arch in ('ppc64', 'x86_64'): - matches.append('fat64') - if arch in ('i386', 'x86_64'): - matches.append('intel') - if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): - matches.append('universal') - while minor >= 0: - for match in matches: - s = '%s_%s_%s_%s' % (name, major, minor, match) - if s != ARCH: # already there - arches.append(s) - minor -= 1 - - # Most specific - our Python version, ABI and arch - for abi in abis: - for arch in arches: - result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) - - # 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/lib/python3.8/site-packages/pip/_vendor/distro.py b/lib/python3.8/site-packages/pip/_vendor/distro.py deleted file mode 100644 index 3306163..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/distro.py +++ /dev/null @@ -1,1216 +0,0 @@ -# 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 will remove it altogether. -Its predecessor function :py:func:`platform.dist` was already -deprecated since Python 2.6 and will also be removed in Python 3.8. -Still, there are many cases in which access to OS distribution information -is needed. See `Python issue 1322 <https://bugs.python.org/issue1322>`_ for -more information. -""" - -import os -import re -import sys -import json -import shlex -import logging -import argparse -import subprocess - - -_UNIXCONFDIR = os.environ.get('UNIXCONFDIR', '/etc') -_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 Enterprise Linux -} - -#: Translation table for normalizing the "Distributor ID" attribute returned by -#: the lsb_release command, for use by the :func:`distro.id` method. -#: -#: * Key: Value as returned by the lsb_release command, translated to lower -#: case, with blanks translated to underscores. -#: -#: * Value: Normalized value. -NORMALIZED_LSB_ID = { - 'enterpriseenterprise': 'oracle', # Oracle Enterprise Linux - 'redhatenterpriseworkstation': 'rhel', # RHEL 6, 7 Workstation - 'redhatenterpriseserver': 'rhel', # RHEL 6, 7 Server -} - -#: Translation table for normalizing the distro ID derived from the file name -#: of distro release files, for use by the :func:`distro.id` method. -#: -#: * Key: Value as derived from the file name of a distro release file, -#: translated to lower case, with blanks translated to underscores. -#: -#: * Value: Normalized value. -NORMALIZED_DISTRO_ID = { - 'redhat': 'rhel', # RHEL 6.x, 7.x -} - -# Pattern for content of distro release file (reversed) -_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( - r'(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)') - -# Pattern for base file name of distro release file -_DISTRO_RELEASE_BASENAME_PATTERN = re.compile( - r'(\w+)[-_](release|version)$') - -# Base file names to be ignored when searching for distro release file -_DISTRO_RELEASE_IGNORE_BASENAMES = ( - 'debian_version', - 'lsb-release', - 'oem-release', - _OS_RELEASE_BASENAME, - 'system-release' -) - - -def linux_distribution(full_distribution_name=True): - """ - Return information about the current OS distribution as a tuple - ``(id_name, version, codename)`` with items as follows: - - * ``id_name``: If *full_distribution_name* is false, the result of - :func:`distro.id`. Otherwise, the result of :func:`distro.name`. - - * ``version``: The result of :func:`distro.version`. - - * ``codename``: The result of :func:`distro.codename`. - - The interface of this function is compatible with the original - :py:func:`platform.linux_distribution` function, supporting a subset of - its parameters. - - The data it returns may not exactly be the same, because it uses more data - sources than the original function, and that may lead to different data if - the OS distribution is not consistent across multiple data sources it - provides (there are indeed such distributions ...). - - Another reason for differences is the fact that the :func:`distro.id` - method normalizes the distro ID string to a reliable machine-readable value - for a number of popular OS distributions. - """ - return _distro.linux_distribution(full_distribution_name) - - -def id(): - """ - Return the distro ID of the current distribution, as a - machine-readable string. - - For a number of OS distributions, the returned distro ID value is - *reliable*, in the sense that it is documented and that it does not change - across releases of the distribution. - - This package maintains the following reliable distro ID values: - - ============== ========================================= - Distro ID Distribution - ============== ========================================= - "ubuntu" Ubuntu - "debian" Debian - "rhel" RedHat Enterprise Linux - "centos" CentOS - "fedora" Fedora - "sles" SUSE Linux Enterprise Server - "opensuse" openSUSE - "amazon" Amazon Linux - "arch" Arch Linux - "cloudlinux" CloudLinux OS - "exherbo" Exherbo Linux - "gentoo" GenToo Linux - "ibm_powerkvm" IBM PowerKVM - "kvmibm" KVM for IBM z Systems - "linuxmint" Linux Mint - "mageia" Mageia - "mandriva" Mandriva Linux - "parallels" Parallels - "pidora" Pidora - "raspbian" Raspbian - "oracle" Oracle Linux (and Oracle Enterprise Linux) - "scientific" Scientific Linux - "slackware" Slackware - "xenserver" XenServer - "openbsd" OpenBSD - "netbsd" NetBSD - "freebsd" FreeBSD - ============== ========================================= - - If you have a need to get distros for reliable IDs added into this set, - or if you find that the :func:`distro.id` function returns a different - distro ID for one of the listed distros, please create an issue in the - `distro issue tracker`_. - - **Lookup hierarchy and transformations:** - - First, the ID is obtained from the following sources, in the specified - order. The first available and non-empty value is used: - - * the value of the "ID" attribute of the os-release file, - - * the value of the "Distributor ID" attribute returned by the lsb_release - command, - - * the first part of the file name of the distro release file, - - The so determined ID value then passes the following transformations, - before it is returned by this method: - - * it is translated to lower case, - - * blanks (which should not be there anyway) are translated to underscores, - - * a normalization of the ID is performed, based upon - `normalization tables`_. The purpose of this normalization is to ensure - that the ID is as reliable as possible, even across incompatible changes - in the OS distributions. A common reason for an incompatible change is - the addition of an os-release file, or the addition of the lsb_release - command, with ID values that differ from what was previously determined - from the distro release file name. - """ - return _distro.id() - - -def name(pretty=False): - """ - 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 "<name>" 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 "<name>" field of the distro release file, appended - with the value of the pretty version ("<version_id>" and "<codename>" - fields) of the distro release file, if available. - """ - return _distro.name(pretty) - - -def version(pretty=False, best=False): - """ - Return the version of the current OS distribution, as a human-readable - string. - - If *pretty* is false, the version is returned without codename (e.g. - "7.0"). - - If *pretty* is true, the codename in parenthesis is appended, if the - codename is non-empty (e.g. "7.0 (Maipo)"). - - Some distributions provide version numbers with different precisions in - the different sources of distribution information. Examining the different - sources in a fixed priority order does not always yield the most precise - version (e.g. for Debian 8.2, or CentOS 7.1). - - The *best* parameter can be used to control the approach for the returned - version: - - If *best* is false, the first non-empty version number in priority order of - the examined sources is returned. - - If *best* is true, the most precise version number out of all examined - sources is returned. - - **Lookup hierarchy:** - - In all cases, the version number is obtained from the following sources. - If *best* is false, this order represents the priority order: - - * the value of the "VERSION_ID" attribute of the os-release file, - * the value of the "Release" attribute returned by the lsb_release - command, - * the version number parsed from the "<version_id>" field of the first line - of the distro release file, - * the version number parsed from the "PRETTY_NAME" attribute of the - os-release file, if it follows the format of the distro release files. - * the version number parsed from the "Description" attribute returned by - the lsb_release command, if it follows the format of the distro release - files. - """ - return _distro.version(pretty, best) - - -def version_parts(best=False): - """ - Return the version of the current OS distribution as a tuple - ``(major, minor, build_number)`` with items as follows: - - * ``major``: The result of :func:`distro.major_version`. - - * ``minor``: The result of :func:`distro.minor_version`. - - * ``build_number``: The result of :func:`distro.build_number`. - - For a description of the *best* parameter, see the :func:`distro.version` - method. - """ - return _distro.version_parts(best) - - -def major_version(best=False): - """ - Return the major version of the current OS distribution, as a string, - if provided. - Otherwise, the empty string is returned. The major version is the first - part of the dot-separated version string. - - For a description of the *best* parameter, see the :func:`distro.version` - method. - """ - return _distro.major_version(best) - - -def minor_version(best=False): - """ - Return the minor version of the current OS distribution, as a string, - if provided. - Otherwise, the empty string is returned. The minor version is the second - part of the dot-separated version string. - - For a description of the *best* parameter, see the :func:`distro.version` - method. - """ - return _distro.minor_version(best) - - -def build_number(best=False): - """ - 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(): - """ - 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 - <http://www.freedesktop.org/software/systemd/man/os-release.html>`_. - """ - return _distro.like() - - -def codename(): - """ - 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 "<codename>" field of the distro release file. - """ - return _distro.codename() - - -def info(pretty=False, best=False): - """ - 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(): - """ - 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(): - """ - 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(): - """ - 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(): - """ - 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): - """ - 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): - """ - 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): - """ - 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): - """ - 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) - - -class cached_property(object): - """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): - self._fname = f.__name__ - self._f = f - - def __get__(self, obj, owner): - assert obj is not None, 'call {} on an instance'.format(self._fname) - ret = obj.__dict__[self._fname] = self._f(obj) - return ret - - -class LinuxDistribution(object): - """ - Provides information about a OS distribution. - - This package creates a private module-global instance of this class with - default initialization arguments, that is used by the - `consolidated accessor functions`_ and `single source accessor functions`_. - By using default initialization arguments, that module-global instance - returns data about the current OS distribution (i.e. the distro this - package runs on). - - Normally, it is not necessary to create additional instances of this class. - However, in situations where control is needed over the exact data sources - that are used, instances of this class can be created with a specific - distro release file, or a specific os-release file, or without invoking the - lsb_release command. - """ - - def __init__(self, - include_lsb=True, - os_release_file='', - distro_release_file='', - include_uname=True): - """ - 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_name`` (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. - - Public instance attributes: - - * ``os_release_file`` (string): The path name of the - `os-release file`_ that is actually used as a data source. The - empty string if no distro release file is used as a data source. - - * ``distro_release_file`` (string): The path name of the - `distro release file`_ that is actually used as a data source. The - empty string if no distro release file is used as a data source. - - * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. - This controls whether the lsb information will be loaded. - - * ``include_uname`` (bool): The result of the ``include_uname`` - parameter. This controls whether the uname information will - be loaded. - - Raises: - - * :py:exc:`IOError`: Some I/O issue with an os-release file or distro - release file. - - * :py:exc:`subprocess.CalledProcessError`: The lsb_release command had - some issue (other than not being available in the program execution - path). - - * :py:exc:`UnicodeError`: A data source has unexpected characters or - uses an unexpected encoding. - """ - self.os_release_file = os_release_file or \ - os.path.join(_UNIXCONFDIR, _OS_RELEASE_BASENAME) - self.distro_release_file = distro_release_file or '' # updated later - self.include_lsb = include_lsb - self.include_uname = include_uname - - def __repr__(self): - """Return repr of all info - """ - return \ - "LinuxDistribution(" \ - "os_release_file={self.os_release_file!r}, " \ - "distro_release_file={self.distro_release_file!r}, " \ - "include_lsb={self.include_lsb!r}, " \ - "include_uname={self.include_uname!r}, " \ - "_os_release_info={self._os_release_info!r}, " \ - "_lsb_release_info={self._lsb_release_info!r}, " \ - "_distro_release_info={self._distro_release_info!r}, " \ - "_uname_info={self._uname_info!r})".format( - self=self) - - def linux_distribution(self, full_distribution_name=True): - """ - Return information about the OS distribution that is compatible - with Python's :func:`platform.linux_distribution`, supporting a subset - of its parameters. - - For details, see :func:`distro.linux_distribution`. - """ - return ( - self.name() if full_distribution_name else self.id(), - self.version(), - self.codename() - ) - - def id(self): - """Return the distro ID of the OS distribution, as a string. - - For details, see :func:`distro.id`. - """ - def normalize(distro_id, table): - distro_id = distro_id.lower().replace(' ', '_') - return table.get(distro_id, distro_id) - - distro_id = self.os_release_attr('id') - if distro_id: - return normalize(distro_id, NORMALIZED_OS_ID) - - distro_id = self.lsb_release_attr('distributor_id') - if distro_id: - return normalize(distro_id, NORMALIZED_LSB_ID) - - distro_id = self.distro_release_attr('id') - if distro_id: - return normalize(distro_id, NORMALIZED_DISTRO_ID) - - distro_id = self.uname_attr('id') - if distro_id: - return normalize(distro_id, NORMALIZED_DISTRO_ID) - - return '' - - def name(self, pretty=False): - """ - Return the name of the OS distribution, as a string. - - For details, see :func:`distro.name`. - """ - name = self.os_release_attr('name') \ - or self.lsb_release_attr('distributor_id') \ - or self.distro_release_attr('name') \ - or self.uname_attr('name') - if pretty: - name = self.os_release_attr('pretty_name') \ - or self.lsb_release_attr('description') - if not name: - name = self.distro_release_attr('name') \ - or self.uname_attr('name') - version = self.version(pretty=True) - if version: - name = name + ' ' + version - return name or '' - - def version(self, pretty=False, best=False): - """ - Return the version of the OS distribution, as a string. - - For details, see :func:`distro.version`. - """ - versions = [ - self.os_release_attr('version_id'), - self.lsb_release_attr('release'), - self.distro_release_attr('version_id'), - self._parse_distro_release_content( - self.os_release_attr('pretty_name')).get('version_id', ''), - self._parse_distro_release_content( - self.lsb_release_attr('description')).get('version_id', ''), - self.uname_attr('release') - ] - version = '' - if best: - # This algorithm uses the last version in priority order that has - # the best precision. If the versions are not in conflict, that - # does not matter; otherwise, using the last one instead of the - # first one might be considered a surprise. - for v in versions: - if v.count(".") > version.count(".") or version == '': - version = v - else: - for v in versions: - if v != '': - version = v - break - if pretty and version and self.codename(): - version = u'{0} ({1})'.format(version, self.codename()) - return version - - def version_parts(self, best=False): - """ - Return the version of the OS distribution, as a tuple of version - numbers. - - For details, see :func:`distro.version_parts`. - """ - version_str = self.version(best=best) - if version_str: - version_regex = re.compile(r'(\d+)\.?(\d+)?\.?(\d+)?') - matches = version_regex.match(version_str) - if matches: - major, minor, build_number = matches.groups() - return major, minor or '', build_number or '' - return '', '', '' - - def major_version(self, best=False): - """ - Return the major version number of the current distribution. - - For details, see :func:`distro.major_version`. - """ - return self.version_parts(best)[0] - - def minor_version(self, best=False): - """ - Return the minor version number of the current distribution. - - For details, see :func:`distro.minor_version`. - """ - return self.version_parts(best)[1] - - def build_number(self, best=False): - """ - Return the build number of the current distribution. - - For details, see :func:`distro.build_number`. - """ - return self.version_parts(best)[2] - - def like(self): - """ - 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): - """ - Return the codename of the OS distribution. - - For details, see :func:`distro.codename`. - """ - try: - # Handle os_release specially since distros might purposefully set - # this to empty string to have no codename - return self._os_release_info['codename'] - except KeyError: - return self.lsb_release_attr('codename') \ - or self.distro_release_attr('codename') \ - or '' - - def info(self, pretty=False, best=False): - """ - 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): - """ - 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): - """ - 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): - """ - 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): - """ - Return a dictionary containing key-value pairs for the information - items from the uname command data source of the OS distribution. - - For details, see :func:`distro.uname_info`. - """ - return self._uname_info - - def os_release_attr(self, attribute): - """ - 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): - """ - 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): - """ - 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): - """ - Return a single named information item from the uname command - output data source of the OS distribution. - - For details, see :func:`distro.uname_release_attr`. - """ - return self._uname_info.get(attribute, '') - - @cached_property - def _os_release_info(self): - """ - Get the information items from the specified os-release file. - - Returns: - A dictionary containing all information items. - """ - if os.path.isfile(self.os_release_file): - with open(self.os_release_file) as release_file: - return self._parse_os_release_content(release_file) - return {} - - @staticmethod - def _parse_os_release_content(lines): - """ - Parse the lines of an os-release file. - - Parameters: - - * lines: Iterable through the lines in the os-release file. - Each line must be a unicode string or a UTF-8 encoded byte - string. - - Returns: - A dictionary containing all information items. - """ - props = {} - lexer = shlex.shlex(lines, posix=True) - lexer.whitespace_split = True - - # The shlex module defines its `wordchars` variable using literals, - # making it dependent on the encoding of the Python source file. - # In Python 2.6 and 2.7, the shlex source file is encoded in - # 'iso-8859-1', and the `wordchars` variable is defined as a byte - # string. This causes a UnicodeDecodeError to be raised when the - # parsed content is a unicode object. The following fix resolves that - # (... but it should be fixed in shlex...): - if sys.version_info[0] == 2 and isinstance(lexer.wordchars, bytes): - lexer.wordchars = lexer.wordchars.decode('iso-8859-1') - - tokens = list(lexer) - for token in tokens: - # At this point, all shell-like parsing has been done (i.e. - # comments processed, quotes and backslash escape sequences - # processed, multi-line values assembled, trailing newlines - # stripped, etc.), so the tokens are now either: - # * variable assignments: var=value - # * commands or their arguments (not allowed in os-release) - if '=' in token: - k, v = token.split('=', 1) - if isinstance(v, bytes): - v = v.decode('utf-8') - props[k.lower()] = v - else: - # Ignore any tokens that are not variable assignments - pass - - if 'version_codename' in props: - # os-release added a version_codename field. Use that in - # preference to anything else Note that some distros purposefully - # do not have code names. They should be setting - # version_codename="" - props['codename'] = props['version_codename'] - elif 'ubuntu_codename' in props: - # Same as above but a non-standard field name used on older Ubuntus - props['codename'] = props['ubuntu_codename'] - elif 'version' in props: - # If there is no version_codename, parse it from the version - codename = re.search(r'(\(\D+\))|,(\s+)?\D+', props['version']) - if codename: - codename = codename.group() - codename = codename.strip('()') - codename = codename.strip(',') - codename = codename.strip() - # codename appears within paranthese. - props['codename'] = codename - - return props - - @cached_property - def _lsb_release_info(self): - """ - Get the information items from the lsb_release command output. - - Returns: - A dictionary containing all information items. - """ - if not self.include_lsb: - return {} - with open(os.devnull, 'w') as devnull: - try: - cmd = ('lsb_release', '-a') - stdout = subprocess.check_output(cmd, stderr=devnull) - except OSError: # Command not found - return {} - content = stdout.decode(sys.getfilesystemencoding()).splitlines() - return self._parse_lsb_release_content(content) - - @staticmethod - def _parse_lsb_release_content(lines): - """ - 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): - with open(os.devnull, 'w') as devnull: - try: - cmd = ('uname', '-rs') - stdout = subprocess.check_output(cmd, stderr=devnull) - except OSError: - return {} - content = stdout.decode(sys.getfilesystemencoding()).splitlines() - return self._parse_uname_content(content) - - @staticmethod - def _parse_uname_content(lines): - 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 - - @cached_property - def _distro_release_info(self): - """ - Get the information items from the specified distro release file. - - Returns: - A dictionary containing all information items. - """ - if self.distro_release_file: - # If it was specified, we use it and parse what we can, even if - # its file name or content does not match the expected pattern. - distro_info = self._parse_distro_release_file( - self.distro_release_file) - basename = os.path.basename(self.distro_release_file) - # The file name pattern for user-specified distro release files - # is somewhat more tolerant (compared to when searching for the - # file), because we want to use what was specified as best as - # possible. - match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) - if 'name' in distro_info \ - and 'cloudlinux' in distro_info['name'].lower(): - distro_info['id'] = 'cloudlinux' - elif match: - distro_info['id'] = match.group(1) - return distro_info - else: - try: - basenames = os.listdir(_UNIXCONFDIR) - # We sort for repeatability in cases where there are multiple - # distro specific files; e.g. CentOS, Oracle, Enterprise all - # containing `redhat-release` on top of their own. - basenames.sort() - except OSError: - # This may occur when /etc is not readable but we can't be - # sure about the *-release files. Check common entries of - # /etc for information. If they turn out to not be there the - # error is handled in `_parse_distro_release_file()`. - basenames = ['SuSE-release', - 'arch-release', - 'base-release', - 'centos-release', - 'fedora-release', - 'gentoo-release', - 'mageia-release', - 'mandrake-release', - 'mandriva-release', - 'mandrivalinux-release', - 'manjaro-release', - 'oracle-release', - 'redhat-release', - 'sl-release', - 'slackware-version'] - for basename in basenames: - if basename in _DISTRO_RELEASE_IGNORE_BASENAMES: - continue - match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) - if match: - filepath = os.path.join(_UNIXCONFDIR, basename) - distro_info = self._parse_distro_release_file(filepath) - if 'name' in distro_info: - # The name is always present if the pattern matches - self.distro_release_file = filepath - distro_info['id'] = match.group(1) - if 'cloudlinux' in distro_info['name'].lower(): - distro_info['id'] = 'cloudlinux' - return distro_info - return {} - - def _parse_distro_release_file(self, filepath): - """ - Parse a distro release file. - - Parameters: - - * filepath: Path name of the distro release file. - - Returns: - A dictionary containing all information items. - """ - try: - with open(filepath) as fp: - # Only parse the first line. For instance, on SLES there - # are multiple lines. We don't want them... - return self._parse_distro_release_content(fp.readline()) - except (OSError, IOError): - # Ignore not being able to read a specific, seemingly version - # related file. - # See https://github.com/nir0s/distro/issues/162 - return {} - - @staticmethod - def _parse_distro_release_content(line): - """ - 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. - """ - if isinstance(line, bytes): - line = line.decode('utf-8') - 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(): - 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") - args = parser.parse_args() - - if args.json: - logger.info(json.dumps(info(), indent=4, sort_keys=True)) - else: - logger.info('Name: %s', name(pretty=True)) - distribution_version = version(pretty=True) - logger.info('Version: %s', distribution_version) - distribution_codename = codename() - logger.info('Codename: %s', distribution_codename) - - -if __name__ == '__main__': - main() diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py deleted file mode 100644 index 0491234..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py +++ /dev/null @@ -1,35 +0,0 @@ -""" -HTML parsing library based on the `WHATWG HTML specification -<https://whatwg.org/html>`_. The parser is designed to be compatible with -existing HTML found in the wild and implements well-defined error recovery that -is largely compatible with modern desktop web browsers. - -Example usage:: - - from pip._vendor import html5lib - with open("my_document.html", "rb") as f: - tree = html5lib.parse(f) - -For convenience, this module re-exports the following names: - -* :func:`~.html5parser.parse` -* :func:`~.html5parser.parseFragment` -* :class:`~.html5parser.HTMLParser` -* :func:`~.treebuilders.getTreeBuilder` -* :func:`~.treewalkers.getTreeWalker` -* :func:`~.serializer.serialize` -""" - -from __future__ import absolute_import, division, unicode_literals - -from .html5parser import HTMLParser, parse, parseFragment -from .treebuilders import getTreeBuilder -from .treewalkers import getTreeWalker -from .serializer import serialize - -__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder", - "getTreeWalker", "serialize"] - -# this has to be at the top level, see how setup.py parses this -#: Distribution version number. -__version__ = "1.0.1" diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index cfbf7434fdf0fe42cec060093899a31030718290..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1277 zcmaJ>OK&7K5bk+TJTplU5oar>9kl6T50PNBM1aJy2S7*!Me2*k-FEj_>qpCWr;{AG z!#_dd7xk6X{sk^jc88Dz36HwQRa0HxSFibLwL%G;Uq1Vg{5npOKZ5f3OhNeq9=8X< zk}P2ZHk1Q3%!X=|jnp_B4-z(FV>waNY^rA2OwF@-v`yrJLK%wpsa&XKwv6|gT&ctC z5bkq!zz|!oC0kX~?1&v^$L#3GWPMD3A0`QUd->hBxTe+#U12G5OYJSrspAYAjs2eE z-PPMKFR#AA(bLtu5Tz)n7e=Gkd+%$v-E7)D^=*|JTW$7U$%`FH@g=+)0&|On!;Cvo zX^83#&N(iOsv$-$Ic|mDBYq>C4-_IwX&TM2=<!=28Kyy3wd9Ix?{LedJY&2RAtJZd zSZsM=t~rqRzy$%Kq_*Pn_Bj+*hH<L{p?BWY5Gu#HH7)RTDMDZ0&;WxQM=QSFB81_T z)+k(yIwjX!GXMiB#(ErbJ%^%2r;rCWHP<gr)h%JBXad(X_?*7Pr#3%bW9o3Zjou-w zx18h8AEKnOS})2qLT>=0FdEPV*9CtGNkK-yya8&KpYfZ3?_z&SBc*9W?KD-~0p*YJ zwrq5<-TfTV&-*U);dlT0>l;g}z&d&rk~;T1Na)WGv8zuag;eqeIu)u|aeoQ=SH1op zzn02(kKC@J`os%*A*d90+@=rL9eNMzk*r7E5zU>Ejpw9qLpNvQS~wWU?zqvSfc_FG zJhxQ3_k;eOIOjd@ZW8O!t>V`|8LtQ3;ZxpVS>0QDieNZ+pku?<+F20uAP#~Edu|sX z?k2C&PtsT4uRrK!B+LRK9U`P`d}BEw7B(-jqaff9A?X%zkRl)ZEO57cT-pfJErRL3 ziV?Fz|MH6X0hLM#s0#u!3)^ipA-^T|Bwz;d=f%dWdILj!CbaY5e0C>3H7(zt2V;Eh ur#-H881oGwLJLnwTHki_*ZnwNgbKS5a{STB@MN$IpW%EkOoo4rCw~LyxQ?L! diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-38.pyc deleted file mode 100644 index c1734b399ae644b01ad765e828d70c5bf50c3d03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13749 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc deleted file mode 100644 index 5f50e03dee79d18063afc8d4f7dc8ee0f55cf21b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21901 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc deleted file mode 100644 index 60fba85de9d878161c030d53a2fb3fba00c8dd59..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 39619 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc deleted file mode 100644 index 58a695f7bdc4da673eadfd0faee632b20abcf59b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3307 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 Q9-#HT`M1I#oC@FkAHyFXF#rGn diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc deleted file mode 100644 index e85b17d16d313914ee7796b43ff8eb03db5f1914..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 66314 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 DIXdx# diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-38.pyc deleted file mode 100644 index 353185f61bbe70f62a3a57e645675ee1c6ace6df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95136 zcmeFa3wT`DT`xLsZH=CmW%&`unK+JZC6;U_PMWx`>v!TdQQTNfgZfZL+9P@7(Tuca zWXHo8LJ}YiZI9d1Qc9t651e9Nx4fa;14$^9Qs@Vlp2K1D-QEkF?}HxB;c#0h5NL9L zzyDhMHM2*OofOXfzAJmy-h1u6*Z!~nTI>H_YrVavCmX}xd+%RA`SX7ekNpKNf`2Jo z9Ko-;H6DxEF*{z0&BrI=^NESXd~zZgXI`R|nom!p=Q9%-xlWckCOVLxDp~WL6P?IQ z+nG{!zH6dO&O314J<%=a7S4MndgQ#b)H~ld(I@9w<o8eX%XwF6-Tc7B!2J4&_49)h zgYz3EHp~xA49#zx*f_swV$=NQiOus{CbrDqG;!1X)`_k2H&1Mvzh&Z<`P@Wq{?>_G z=eJL6M>)6Jy>{QT@rm2)?e;o*0B1Yw_4eSiv5DIsh}j$Lp=V?EP+{jY$%$Qs{<+=u zMtjq<v1j5F!}ex-3!b{ezRkYb-iG(?#Phe<IXs^$?7{ORcJgd&c*j?Xx8bDIm!GOu zN=voEWO06>qH2z17cUg6#Y)-fUn&=;D|TVBRIC+LzEmAfIK3B(wR4m6g<5{Pl&@AD z>q4<`@qFP@b!<59bUmW%f-2Z2iqo~Pq6K2e>z*u@7nW+(nkwYyah;v4Rn8a6#d<;U zF0u<#OT`l2tKvHIa9*94JDJI)S`nY@clxRe`RT&(b9t4Y1{_tVKVO|L7T><GP*8V0 zRJmACe55d4%$H7<3iE|>t?KlhE9C8BdDhG5nYQz_ym#5F!q-^=YW&hdq3ZP1^0VWF zQD0`u`T2r?P<6JRtId~AmurPtm9GIsXDY>V%`0^Ke7<&WzBFEVvex#Qjd^=+saiW# zQHA1c`Dm@Cic>&-)fv(^9!3!lKNQGcuk+77_CO#re$rVt`DkGwud0QUPfiyW2#k|1 z5S!!ENj9zd%izdS@mBn*JCM|3%kf71YW#AlmT06J2|ND&#N~7&J(q06X5x+H2jb`* ziTu~ld}mmEE?>?)IR5ZMIlD5wMC9i3)m%P@_5^x!6_uMQmI@=K;`u_ZGBsD2uH}G| z3Z5V=*=!Df2lHx{uOH0S&K3M}@RU?wwE_c$1bT}uERc~yc}sxz;<-Xu3I=?ESG`tb zW!xq^$fp66Vnxc88q4q=)YUGSE@g^Rh1!xTR}X5??LaM0KAE3iC>0Ls2M-@UoSRXV z`5b%9J*DE*sGLZJRZb5zU522DkITK?yAJWe!-u9S_NBvz77mY}D^_#(pC{rD?Oiy0 zXs^DtSDxE7EbkvOHOejR`u20R+QPxTdoNzRIC}B!(TbYgyZ`?C@8A0*pTEpxS1w=6 z?R)YKGll&0f&2H}Z%^$ztf9UZcQ$zS4<c$frMl30oZi_&Z5$1IOb=Nn%ZH?&C?_oy z7|u9JK<ab_nnvaLZsz<&bcCvts7*QXg=;Z2jNF%x?yb!)>|H1>j1<e&TE0{osTc3V zpgwmGGvzmVp-{FfN-9iL>JyF1(S=LuHk5M{epPn%*g!Vk9hW=+QoJzD-tYc(;KUmZ zdvGD6A%W45#%M@4k}?`Hjf@@*cA^n4#v7?0NXV#2=5I?hkBS+UpM5<>g;&lEjEd<> zxt1@M3rdd(?=r_T5F_?#!Iq3a?@PsUV0Z*t>;Ic03;ja(h|u6VWtt~E$lP2EwyDE4 zZ-BX&!3aCtI<8JUa{TQNpBx*XJoV_&2Y3=1M)w_<+IPP@jMOdYT280e5N7nKTam4{ z^Ing@>cTPHp-7q)d!)LZNsh@*CcBvIX2Rj3lRJ1eg5)mzbgv(jUeCN~GG6x&{Z%@A z636N$BoD;C7i8X!+lgl_J5h^0le`Re0Fs{^n|5Dvk9>)L@?s%25w~L#3IFwpq(~B} z`Uu2<a}|5iE=*Uz7c0t_4@M7_D$|f04v(JDHw$)XKyt+Lx1OIljHHoVj$MtNh`oEq zyAqdE7?$w{hUQ%InS|Q$T&$6P21AttwUIg$TeNDa<#Z#~h&K|A<ki&K*tPf==uaBr z%6!$yLW&_tDNh%ibWK=$_o=1wG<hXiyOUz3(=j<&E?k_P#EU7)HE1_VHY9^idMaN9 zZ`L`KYMh?D%d*G#K&N*J(rL|@(gUq@0Cjqpl@q}=-VfSjC9?7QJ=cY^Q3K=HaLTc8 zj!#ccLX?`Euh>f^o_9}9E-vLu`i|mPH4ty~&e&<3POljrB2ereR$LvyVK}bt<{_aD z;UHOo66EDA?O_)2LMUx~&{9WHLQ8Mr-6Qx_e*%fyo9sAx(VdjIA*rV9J+@_c;w)`v z?Jh{MnL>x%ZTE;|Yl%c0o9MLr?RB`9wFm6=ICj~C_68ig?IC+3jy?7!dozx`_K1Cx zy%nYPi6k7G=+|=a#5zdV+wsHzWaJ$<uD5Tucj7o`@3ME}xWOK_@4#`$PGDe+%80GM zTZAA@Vl>@+pa7DahwPTq!VYDkrD=!<1<m>M%z)6FtIXtfFI1}4;#BEUZa!a{si^sa zJuLFYs4i>l)cAB7cya%DPK0p?R@qdI#B;Gp^mIFZ-cp-t@#Ta~wuQ0VNInzCz2s~R zX{wf%0h+W^&sw!iBlS#txr5{BnYcV<*&OTX{2!v_g(iCP85zJqQxhYQ=VTxV7g3c` ziSix=IF1_DiEkhSvc$z=sg#>4cm=XhEhrW2(Hvz3N`>-*E9>W`Ay-a8x}2UaRI3FD zQs-1<Y4%*G3<@hEI|aB?bu=u3?B+cV=V6UWuR@eir)vjuDqqx6Y{3<jwTPHEJh7k@ zgg;1Fh4OS|2@DeoOjA)DRiXg|MWXAL9X-fwXgsq~uNTVssS+e)-p^rZQ<yDIpUagh zvsEAn4N&zV3(K1<d`&W^FR*#2_JmKBdy{m^GZg&Q?qL?%@^@Qq*6a9&<5DNgiSm&% z?YnB(yGl<&5Zxns#B}XV<7%mZ&$TO?54%MhoS?yU3;P%uQ`<07Li~^8$Kx+KT+GHA zv3G9*Z;4-qaK};gTx>4(OkyVS!Nejsh|oMJqA7MOsK<%XeNKw)?<A*7RS@}9wNRSz z3A~d%R4P_$)0O#!!*!Hj<*3czUwxO4X^`(?xmcT=^x2{R)^Mkj(KQhfTMG%tP>Pe0 zu32?bHaSlx`u&-6<VR|+++C21;k0@Hmx^zw(@b(moV0Wz4d*H53Izx6(15%LS=D|d zu??Ao70=>dCea<wzFJ=&0k*mm4~FOyacbcwbpISqz=27hphQkWU`Cp#CFfF&IAx7S z3_^68LNxNhua`4dWARwM8)u+R@z^_J<sGS5%{re|Q*m6!(MI|i_la+dl@pJ{cth26 z%*p6(2gLOh%b>x8_+g9|k)NE->a;3CAui9VEC6$Qcw6*&+8mrt&-~z|RiRpd!DAl6 z^Fx)&g1Q;c4`&3Q(k39@PN(+?EuKA!XS8G%mdBjTq=0o9_p5_QVu?(g|2Bc)C&2c5 z<5s-BE{I)uKGa<)x`8ssj^kJT9Fhh)=W?7#A{r+X?7k%RNK?>G1f6pk^$9%Jv20ys zekaa5YuWP|^$^aw=78q8uF0PAKFRMzzAgEECVvz2?d17{YDj*+$>+D%*{RJea{%W9 z%j*dTnq-j2@_<0ZudTDw`YD^wZjf}y&ft8bG+D>ksd{I*l3QFVs`HSh7D_-k6%!{r zRRA+AJP11Pbg*Z_hBH3ANq6SAqyA3MOi@*9XKQ&?8_&<Gw=gdWdgx?1<nlFX_qQQe zH-5TAdysmZ83Rnl`9hbr_Mns+WIBk1Ao7$roo<!CNI>+RUJo$2R+QVI)pD3Q>mW)N zRE>}tRofYm?sHo5AyN_&rxT*19;MDYUAIS%pMc>>2CkEZh5=4es6FylC4(~Dg%oT2 zefU*5SYsTM{FlJLcsGQ`UgXFxjgcD9N-po#`vbj7fNJSfq=V9_NFi%zCOiI2qS{LV z2MrjXgM@7-H^=5c0f$rd?;Qh}!s5a1r(MIFFi0BJ4AX}l2=*3m?g}^-?S#lLfX~C) zXC$9JFspc+;2_LH2cH<LlnYPfijW>CIDm-L>S7nrAoI{*?cAk8%_r#6dSi;CVmR$| zpdl!3ORjncGM#P$cM^P?V5t+xio&bY@7k{1M}HbmYP~6wji=)En*s=Ies-Dz(*5JP zhf8+GMtlyq#NfFXXYm@OvduAG*-2a{&u1zJcqDF@A)8%|+o|&z;2h857n@1cGQ5^y zk{)}xH(v%m#I!g9mgi)&MbWV+o3M_<iFzkHte8OR8}bVarQ)<aukAZ`;w@;C#Dvr7 zi7je~*I7?j!5FNme7RcUK<L9gwGqj+gr<BQ#^j}$hjdZ)M`x&5C7PN|o4<^ERepdS zw)@otI%+naz%lU((scdS0B)m8Xu+^Y0?DC>C*ljZN)T6S6q&<GwTOdma_Y6J#w0wR zoUO&Gwx^B*WzBHEh!;cwip4{`dZl+l<BIf!JW$5fIlx>)PuLv09LEv8;4-vpw)^EI zjv%8jxWcu7V;aW{ju{*~aO?m{1&KcqyApr*pI^4@*yYZKbvfI}+OhMUSK{g)8(HMU zI7ZciKHAo1a6~-W)#y^+(de2>$yGP5-iNEST=k%YPL$u<=xubMPyRZ&D)O=**4gC_ zyQ>(xnz)((Yl&UXE{@eKUG_6^yZe0NO1x?}$T|{po#raGoNaVnjRT@hC=m<;XW52j z_iT>Ux~QDZCZ36(?~pfpDO=5;y>vOXZo8l30&hIn=&{$CGq;onbt(3M_oW{5r4qj+ zWnnDg?GhmBz1&yM;@D@eNA3FX1jZlky|2-?+~3GTD?)9Mn~>a3A$MIMSHt})$Q=me zrsUZ#A$NTsH!ZpU6}f|f+zfCzhP(}dJhIOtjZS-TGgN0BH*Ahoj}YHbN_%h(92Mil z_2LnG<K_O@*yVMN{woQv;&sbItkcyvS?gTy^2V#N%l&e1l-G@Qz-Xd6THEw={7PbR zR4B!!F((`FhxDCoa*$ZyU&1e)%*nD1zUg!vugud->2#c^OpDngdq$iGRDQntD*i<K zho}i=1s4#~3%D<&S5uSB{A}sc!Z{}k1s0x*dH88mg=4Oa#7R~!%sTzWvhiyir{NJ_ z>!PrHyi|c9X4cslxHvj}zFfIjD%i6HyS}qrDUV#J6zvg1c}A#EjDSQHsdSFOKUK7s zs^i0(6$LA&zYGN$P}B>y$aPhb7o6_OLZNJ!bJZsgPFCcsldP$egb)q+p#bNWU6{!) zm1<;lqT8v9EV~m%`+5O9y(UCcU0@XpOhg)3x1cIiSOeG}GFi=y(C6m6ZP8;gOq2Aw zMVXdyuiXa9fVji%4e<3RPd;+W={*WvS<!$c)fpbp6uZv{M-bu+HUXn^d)#iJFS|4# z`l8!(5OZaK&{utaSJ4^i8r@@rtZ+fQ^T2FiL(|z^(@RRB^~Wd>4F)beR6Bi5xzhOr z%}%E(m<kKVn@GBP3{647xcWSj7)0v8zeF#1c?#So1);k)-kY$X+H8UVH2}pXm9Sn( zB{Sblr3U^bmCpWiDwBOV)sgw9l$H6%RA=@dQd#R8sjlw7Pj$mS2OdTdEBvz{g!RWW z;A|O`mr3zk5X|sgCLU6oTzw+MEy&YS_)X(i-HHUGn|98A*l>(X?lFkfiy4k^&EpbU zdhPYPyI|k2Y4u5z(Tttvkk<imNwiS%<B(+Im1BlYi0=|M{vN@vnnObPXm7F;Gs#Bc zM_^(7fTmHfJzb?HmdyVRDkXg*mv8bB8Xw@r0{l7J+!gSY(WD?gL2VzS)v3ja2$Kwz zVhEeYiq2EYmy{+ba>8~b<2qogVY%aYq$2Lne90GB@g#;hgq_?xoUdYca*Nk;Xc;Ot zO?jTQ%Ch)5SMVCm<xbD!#LYZYEZBRr{OaCyEnp%L?+F#63bT1-mq0TpQ0L2+a>pKd znC?aqz9>1D033&OZg+JF#vX{(u$AR=v_*$XGQ@G%m<$P_#-gk5!f^w8V+|s;R)KTo z4Hzg<=1lG_py_Aj;oL>!(2)s=yJFlxQeJ!aCU5^Mn4G*C`$nlzY3Cbsj1uhE$vMiR zPK`nG{5FgZ&2qZHPCzQfFMchh4Kbpar0D64G82envdbHyLqqY9_9j(r8J9_XP{t*- zH+NjlBqB#;B0qu0&uG`Z9xbk43;hZMC!cE`l`vOpC#J7?Nyqa1R|mx@?ka?)SD~0) zFm;1d($*q_#WR(7tw@}KoFh`Bc8OgOPjm263*3XgFC3T|yWpwa)%5xQpE}$Kb!bN7 z|9Zrs#Z&7mh+e<(M}Lz^I^qdUA6#GR>ONie$pA?>v39>M-yClt0PdI7HPVH!3MyXO z9o}%?JQ%NU@~az${N?qJKmPd0QW?X7rjQY_{)U2iNC)T{I*woU2oi+v#NZF=E<)QR zT|j7$=!wfIm;$MRC5>K@R)=btT1Nx=X(KTNZ_v|mU(T?^tfoGK0t2=c3oa`d<SJ!t zRsIg%rQCx0)8OoMYWQe({Vv{XsyOAdBdmB9Cou?OsrVKON*kK1FOqDC<guDGFiSOQ zz@r!fB~#RDC|YN5O~pC^=P*=GULA@dego%7<sKB#l>6K=#1|V%uATaByd?+`C)k*l zI%&06PcivUByiPJ$54zEQSU?IWR@174#5|o$ved^CkeY@bA|r{Zal~ecjF`mNfGj5 zd@!*oQQsV>vL}OyEElRaB}7(Ts@;nd*y-Xm*y*UDdorQ3P6vcd`qmt^1rMuFGihoB z-Z)E`ST^h&L0e38yx9#vq<)rPW&lnk47~AJ0ETS=Y(&Ji-6#Og7G0RpK##g^dRTxK zBH`K$xV|j_*Y*~;T8e6cjcE0nOAkP?)%(q*&JZu6Kt?nWZOFp%r8kU;TKg^!rbPYb z08Fh<hV%;#7@G0~oZrQX4ezj>uwi?&Q*f~JU&ijBgB}0iUbnkH(W|M(9B2Xl^>BDV zBl(`o$wqPx(HF1_G13Bb1yA&fU2_gs$?6le6zE4EHJ7>M<y0eO_rt9~_d&AS;Jrq? zdIe>`*MoO6=acHn;(ZJ@#8W?oybgGaU=hO*PDA5)0r%qSKIV(P%FV;uldy(C(^xll z%CU;&vyeRC2+I`9$Dvms%%l8h<)YJ7ERWM|dJF+`^wu2D>u5;$hK?h!b-w%n9Lo!I zFUVtjT^`NCT4Bubo*x21qr<&${pb%RYBqw^&f$mPwi=`EaA0654l|Vsj49LRTh?@? zG%KG;*9eP~lE+f=js@{btp3P_`#{Ky7*@tXY<`{H<F}do4wEk;8Sd2nkM}a;1QT&* z`~c6y==px0(HtTD%5_+!=z4H0=;8E4z-w5h{%tX(;;l7wab`4AiCGl&1bZDn7E7k! zu4?=5YnlEbknt2ES*T}cl5ieEzfOR__ewq;iB0_$LSM*B(!$d`sz>J<LsHLYs@=61 z`Vo5GGDx}*ZP?a9{Am@VXA$XSx=agYat^L0ULl1ob&_^WIJCqig}`olG{z9Q-0|qq zcZ{EWeB8;vC3AHAsQN>E41QjihKI9CuzQR-=r^>noYZljnjuc(hMHoMXTss^^i))F zwph-W#J3~u5#kYD6rW)RVQfMZ#+?Bf^x8G_sCGfUj}1VoA4_!OAJEA(jLO!xP_<Lz zr-qZK#6^1w(K|nd62^u%syE@N4l{W(5=J@MmFdYzMLj}mFyddcT<KiR^M;taXb2NS zi=sV2G!~I#6nVNLpVJ&iNIuD^`gtboM(U55_*_WN?qJ?_B=5klx*G|kflT(6Y_GLF z5zls7Su1HBw^G(-YiriBx^TsRDQl0s6(V!wXtejU%T%|6{z@ntjP4|J&q5|Zv^%4T zU}6XRgizD~14Zyl^1TRsBl*J}>p6zKC2<Wxi0iCer%Y%Z2qQw{x+O1d@_OuE<n>Bk z#^m+c{mAQ=ybhDcNPWv5kUY!eF>2qk2PLo5<S~BVvWFxuYw{SuZ`qq9ugl~ymfy0s zNM5(eV@#7}Z<V|rlgCJZ%ibn=y(aG##Qa-!PV)Lp9^;-Yd%NWIn>@xqSvG>}fRlA5 zkMU5Jy;JfAOdeySEPJ=)tv7j$ld|kPByZ5<-D&SZ-X6)@VDd)nQRIzE-jK=LYwtte zKFQl?^7h+zA@459+hp?YwhtihfaGmv;2*;OGL4Rg)#z-%Aps{v4~+eNjsC{E#z13z zW3aKIG1S=D*wol;-}8x$82<N;g}M+rjaa(q0hZnf!IJTiF-BFnu~P4ie{bx2;d7F1 zWtkYsbp60XmDyRCk;H1G7}980O+bo}Rw}y^(1dWJJd8PF5e<Ev9alOpzs}x_c$5JX zj{-_JlMpK)1Xd&Q$zTFuIgUr2BxYJT=?nSNQVU7xJjAe^Cl}P=Wl|Dt&O;c=uopJs z2cN)y?q7KCg}|hm(ShGB_*H)f3BzQTA%|a$tB+I4hMOn>8T;dqx9RLk)(7q6a|lKw z;ia?VatdJ`y>XZ{<FTh>I)Fppt-+O}-i33<7Nl$ha)Mx|=F)IZ@z^nE!SKkl&bh3d zA?4Q_sTnv><2aX@3UQbuB`&-9T1b9+%;|9L$iPQT%lc$+!(Bofootnc`6^uvBIv6P zd`!f(_wdYDhlKD8&F`F?l$ba~i<+>TpWvfAnTTSLDwby|u+TDw(#g`%BEgzfO%h26 zosNr&mVNu*vzc<pi7`Y39Cr}>lR85;?bX6d6aSJ)_b2MRR%=32B6<nqakK)n7iVAx z63qD*%oS4nXFL;n%sT!ELCE5S`dQ{xE7?0xABz51r09DVZ%V97Bc{Nw*(uIq6ls69 zYr{T@hXniJ!955V@PmV$UfMV{LK!+6;2VOeZh-Qz`@}C3RtmW>h#laIw?x1he14jb z2LCwhkKk9OG!=?J#UMwtCwiit#!<v%95Xg!QDc}JrejgT6Bvn#_*2fzV*II&L+vtg zsNMD;Xw8QDrU<}9M5vD)LnMg_s)SKIcdk%^Xy8tp(S~SFA(1Iento`a0>iQC%doV0 z7LXP(iZzrb(Qb2yLc#$j1FAlhXFMeG<u#+wdKpdV7fInIVx6=kh7MW3wO!S`0Jjhg z!Mhmz1||z96zM#|h9JB3W0l%zx5foqECEpg9O|QZ`L_uQs|Y>zwzhy6Ji%Gk(ql=| z1U;JSinW9iCM+g2FKACVnlLdYB0BJM3~#vdpz)6>k;)@fIrU*Y`~?rjWaOxoelTia zG$ppcN$%h`qephN6#&rH2bM_ap$frB1fh;p1|&z?@p-%(sqKD0ZhXmu4iOKlVbFL0 zTcBfS5a?(oA@(?(Oz;QN%*MS2{5^$x07>u%J&W=*LogyC`*(Qu4+D_hu^ME)v-A3a zQ~w=bQ~!fWR2yEwjV}ja*}EDnO@7uEfV{S3un4iGaRtUFw34_Io)pIvM&l=bFkgnd zNJYZ;L6q{x0r+;W3ZE%71Q?spYsMJ^*j&7t)4++Em6N6gWz_aE^6KRzg`;=xfv}Q* ziGT)2aBYUPK*jG+d&E@W<unqQps|NhfO7~56`tIoD=SKFy@yVJ>cb-ns<bx1p=PmD z2w#$}{BB%mjf1Q#pb{%wy3Q8ObR{b6Px+Lud1wyeA(at^M4TAsz-qgbgYf|z>$kT> zVes7${z!yYX;}3?@eC+j4?OsYzgVeFKZGa$YoJYcwgt$gZBpdea8Hwtr~V5u@CXyq zOCd;#<6d!yDfVr}4y3-$gr5zd%Tv^xv=FIZCqx|LP}Qi4C9Skk%aT@B{XK59XRr_9 zuFqg8S#zoo)iW?zQO>|*MHK^+6%`CjmTFgQ0?|ZJwa8?tUXjVJ14SN)<o2g^yr_WN z(mw1;LZ;Z!J)Wa0+-~ImRiG8_jcA472VEk*8UgUe*%086F$HqT<D3b-GGe~rHtN6O zF~r{(pJF5t_%I&%>j0>n5FtpY`a*pas8Rfe0+rX5|Ain5EoW@J7VB|@Ko1)qA{S|| zgLNi-K8e_-B%{-Cgq84oCqj)=Htl>5=_=YCLN@q}r5?8}kPB28hInnsN!k{ky@0u1 z5)+BLY4utCWhwo$xPzW?HD1M;jZkJDk%Q<n^%L?%3ppwExkic+<cwESpF^A#NsU$B zA<rVBs``I>Z~c{l^RH}%J!=~gtwe}QlWWA<p`WeO1j?}%mZlI_dD?cY>ZK|sli{ob zx*in1nx<as^HY_j+QAZ>`_q?3rX>`)-nUd{R8!ey%1&(f4fQ+j+`G40EFoU1SlYYS zuGumpnDSii!alWse-4v#->`50zWsam)(?#A-J7>B<g1mLTCP;H1JB<*x({Cbiv_z_ z%iWm+FGY+Jd^1(NbqC+ViC6Xt&)$M(i-p=u;OV<ia;b2kP|6X66(6_@5A2LCLC;_a z6ttG-Sl+gk%ESGQk@s<9Q`C+9h3Hp+65P1C^_9Cv??Uhita$C-Ba9m&-b40Ht=Srp z{8rnW#B$r4{94<acjM;v)^CPT&rh%R3?W$U83MA}GlXYLJ9uz!eak&$?nWlmK2=;Y zUDjM+L?ALA6Pf99l;*gHPZp<Dg~LI2SOhQ>5VTUm09Ytt;(*Gr_fm?GaGq&ARv*2d z*YNzlwLUMFeE?lw6JQ*KHvpLX+FAkQ^B!Qgp(?;m6>bUWnTRVKMXDA?{n3tMNiNzy zWI7WeH_uiO<$?Kqmk_&Tg9KG8SZD*0Qhu3i13Y^-%3b|gp<Fh?j`qt-Z@j*jRH2lA z(tCLfFSBo8;;WtG3Dy_D_!l}@snNDj5;}YD=)Qvoxdy_%d-v@>c+e-Fj69JxIv~KD z43rm93?7nV-T-2av$n<TU@;4qW;u&Ej3rICQG1~4PCm8RbpM<Sb`yyo;loSioE{Fs zlB%Jmt<>fa+$EJk+2kW@c|6?MB>flfo(_O?H<{BtBm3?ix$6Lm-P-y9sHd&+9G-3N zy0mpD>Rr4=lHBys(YvZ%p{+2X6&SB14mG^bE+2lM56J8W30@FNLYfnPi2AcC($IoF zf=b@I?+yD&^2oJTcoLlYz+EJt<Otq#7w>ivzge;?8igi1r+JS6T9~R8rq8*AuTsaj z(v4=ukW{zrLwolQC+qB87w>NRglS0mQlSj^K)MN@Cla(ErBK$s#zZ|Atcp7t_6KpS zKN;*8C~ki<k`D&f9Vt%DkAnW}WgIzy*n46B{=LYQHAwa|vK!KiCiJ7Y?PT=SFwAZV zK_icoQnZD}e<D~W5YSsH&SMz>+e|uB?}Tg%%dc-F3EFmytwUAuke(0o6`no8WRgj< zvsDM*p5U#2Wb#i;US<+jKt=uf8_Mc5I(p&CI*eFCiRtM}iN7z4+!QCyyqdT_^ZCRf zIsaVZ&6yVyM-ne2j$~g*9Hq-O@oFk5_r96PWL{2mz!thz4ZyYO03h#==TvA#Sz>$- zr}a@~X9~+0jQes8SsoH{a!gT6(C9>j4bQ_Ein8B1-H3aY`O7Cu)xyL0oUtilM&zE= zw3pzkEoz>pyKDj^gj2gHWSSy;IXE)Z2R5^9%@(r}EW0!^Td9pqV+vUn>X+X&USX}G zltk*$ZzJ^D4vnQ8;`RNj!S7o8+-Y>xmP)WRLI3tZCAjtsk*}wXAVl1+PI9ciy=`^G zYB7Q(taRwWtL^GSOTc5SOBN^WnGzx&uSc1@qO{4gQI;i?Cy`s%SsRLTA#<kJI53~A zp)Ry#yepzEBWr9MJrSbCcD-unlJz0b8e7}LUzr(K(gvphV>5N2nP!S`2l`W#`7;Xt zuyBtVSC;SQ*G8TX^HXB@k)ABpA2Ixh%|~oQKAG|jKi$F4{3VH2KMKP93OeH_VFOBA z87re`(r<73Ax(VkwjYey{`&Ta);s3S7uIH<W=iJS_;&&hO%E_969efPtd=1&tPne* zV?!7*A~Y>ECah4^iMIcU1Q9jIaKHjGV!3{lp+0?Bva5u^e;D&5R!fr$k1s?~JvD<u zifmpQfnqQ>)(@;+rBVIS2O)r)5R{gFi6S+<pfMAa0So59^bSG?bMpALxO_JfAU1v3 z2ME+FYJ@c5*tK*;xm4C_-BRDcmm^84^i_hyO2M-eMNZoQ6lKq1DeMzMfC$|hO@B)P z5bj??BN?K;n)Q$12q?jpB1;nIs7e9UNUU(kK1q;t&p|`2rRS{9X*_sx_<%9EF{lc@ zdtvfm`T;(JfpG%Q$>?C%vv5c;%d=-k0!}j1AmDWO#o)~5^sM?_*MZSh*~$TaLadZ< zRAAvO!}YOro6gk?laXP5RorpT>cDmIJ2<E>Fk!r%lbBNVZ2_N}VLBsv0>3yZ+}ewO zt!?c|U!P{}wU>dl$3!uN$kq3)9Rr#fjUgs29KxlCwNP&vG*<|J6K#(o>wQhbXO;jm z&<wNV(qh@CeLtf*qUbtVApb&6^Y9X2H)_{Ms1z4(S`S)3xDu^Lyrrh~E-ZwH=cM)P z@vA<D<T;Q*y%N~fWLzS7M2<}&f=3)xGl^Mn0Jy{%B}k`Kda^@SQDVopa2J+o+~quL z&MoeobR!2fZ;&2?z*OoGkKl8v2Z_^<=mac$cA{9tN)*#rMp9fWPPgYd0_^H<`DBlq z^#}q;mD6FSzBqm8YhWpKf?s-&PyZdC?$WvPtolpjfT+{uqU8sAwgiapV@uLU6GN~d zf+FJ9D^@DYGlX)~?`+@YT$HwV+k1SJ#goO<FydS;s+WBm)5C~da~!^2ESwut2vv_< zfk7NnKS*#jLF-?U^LXGHf)>Sj@S*D_@;^)f@FSmDfyg(1el;S$BCbg6uR&{)4kQu= zRt%1&ogB-{Asnqh^qYZP!70wMB1~uiC+ORZ=0?1Oj;q!F`d`BxR|OK8M#RM^73k}D z@<#)Bj8Yd2!SO(J`#xow7Ujo-Zl8fpFHbA7nu*LH%#$3abS`UsG&L#nWT}sSC*EUF zH-`^=$H#D~zRcvkywSx#Y+0rkqf;1|FSA9}kKOpwtX~FilYybDURNFQxt2Pv+CvnU zj)vu-UC+qk#!rQM#tQtT1?@scUU!(VAa?9CA(&R+@*Yf0<gNuOVqN;`7M!r%sn3U1 zVPl7=Z$Vkq4M$*pET|D9pX+D>5nKKmMMMfISid{=3w|4uNk^Jcn)`8pDvu3!H?wD9 z3&Ng#&dkxGDI=Ru5od~D*MuC=kpYtKxQyCG*7F3BV-`Vyy~3!q8$M;F)CRmdja#8V z4ki9o34p7Fy}ryEvCLd)QPv;FN{h1UI96KJYmWEHdW&3Vk@3heth0Cv*B!??i?@Qw zZ?A8Q;7F%s+(t9_E>vSZ>+=C5t220!VbfsvoE(tBQ6>c7NOlhvZ)0-6Tqlm4Adm&i zw}j<);fm7;utt^$1iagerzi^ad16C9uGZn#KiMN4FsqeD%mgXcN(F>AVxomMOLKv# zOPB(J3_T4S^GRe9CYCTtO>r$Li|Gtz2RI#5vsJ7)DBk7yc{o^{6jr=AukJyGg=IkQ z#47b#P8Eq2OFnq=hq8E!eax3H#tDwI!6mt46+Or0tbo+-XB*IZ-5fnH9BXtK`TH0^ zd<dXW$s$~yOaqZ8ue<c$5=iOSU4X;M>fu2$?DU&+5PZ(HIi^Ie(OsYNj0$&ssnV~q zyYIwJPnr?sfswH(thoT`<{zvsk#0oJiHu+i^rrT*4ZhQ=lu><FkQ^y$iPhv3!Sv;6 z5xO|K|A1g>DF$+VRCIL^h!rH5NHBcea5vjFibGLM_;Lt{C}t1=#EpvxY8`<YXa^B{ z;C~@RtP*6aD9JMjkK4yqmIwM#76zPW(UoBbOYW_;i<J>__38-ReIr;e3yNBeEC3O- z<q^y*S8XXjx%;2q2&DL23$OAdmmMCYCccF-7NT9WS%zlZLpm}tIX14o7Y{=PJ%&R- zOi3<a`N62x=G@`05Moyz>5kW<W0N@WgpQ87_-z`)p$f1#Pb~R`HB<oAU?7l*`kTvO zvK|705U!I@p8<vC)V>Kc7eutV%(8_rAuMr4lUw;Q&|TjB4Ct;LaSzK^Eq5Yt2TMz- z&(yNZUC6^ySj*iumT$rWPD$kTU`c1pB0z{wFP20iEqBY7Spd=<x(q_qQ$#0i4p`Yt z2N7Jr%Fbfi$AUkI-I1wS^(=i<BL#SyF4VhC<_P0w>*=N1%*cJieN7Fc?qsJw!_vo@ za0Zhq@jJaJygXYt=`KF^1n+e6PLG>+>=HM2$jBlgSV8c(27)tFWqAfAGpo$>J?&9a zEaWLB{G^lSs(Q^~@#=Pf^cU<BIXpuVl}k!nh-I|mL-=uln%-9u9fO!e01CC%!AQCu z>LK_-jCAfSej<kG!AK)ZFjV^gz->4BSSEi(_2L{r{zrn$LO~&-oj$ESSh(4ZK=p_C zj5@%!ivs6X-1uh?oJ6E?Es9`;xM_Q^?!(84tU0cfMhZq(jv%eP71xM*3(yHyqlx(% z4S{!hiy|3~86m=rihYz76FeW|nJ79dYc$(Y*;iRv4i7qd`mxY!q)roEWi2VR)YhYZ zoMGa24P#@+N_8?r6GySPB*fy9n4|!fn8O;>;!{kR8Y2e!k5Gm??NzGejX1<bi|}*; zp5(K#aOV`B)f1}!6VIgbQH^{X>YV|Uo+*-RuSXiZqw1~Yp_W<$kFB!98kjc4q;3M^ zNe*ir0<GE`G4EmjATEe~uHi|J0|K3ZhXX6(Rd?3Vw|J%3dyuCx#`h8P?OU`=)CW%* z4;&_?AeaVz(cJA=B~nx?4$EtnCW6xGs90;lc!Fm?z{Kl=Fe5y`j88K85|bt&Y9~<9 zPgH1*){EIstBO&+X!*Le$S#1fA=DyKYJRY5G|RLtps+$hEmu}vVGepZIE4e{`aaIK zq6^i=&4ia-5F|9(Pw10S4Xy4yc-8ykc@tUJ*1cyWHrGg5TKPyQHdcG99tGvC0hm_f zH9=SY*zo%H8Z>2G9i}d3MG8T}_7oY3BKcM%Yl>rBs~`d>+f*wVBEn0@3u_uqSD;0I z1*jAz3I%&36l|*3jC0?BG-Y+b+ex1%a@8ReJnf;-oS@?JSA7zPe;aihYW3E7)Pw<D zOP6^>tJmzV>+!43AX&S5Jqxi6mU1f9r01DQOVnm6-BhkAs8PAr)^=aH)+;$=wAu`z zXDi$4W+t~V5sh~v&o&_$PH2PaW@bo|VQx>9?yJ~4oIzLU<p^-=Ew=Z7irT9Og?pRJ z>eBkYCiOJOe$FV9fO`5(D;-cs+tUyCgIYXy*I=Ip+}<D0*`b7fv<qf&;|&H2m6?$u zrq7_RP=GXtTqVw6AK}*|cZIl>Aoeu0D`>DDyaNCn%^qP`Ue9JTo<m^~AI77RG8u2& zLl_NxyQi(OD2z?l>8V%IY@x{>jO}nr=FI@14OA9dkg8)hqQnc5sQa35df#=z+&(18 z13MbE>Im=}GT2{fhgaTsQvk1Tx;_|JbAGG_=<1e(BLU#<UL$bcU|-RrumbMd8#72v zjt4+Ge4QYzq;#`uUx$z|81P9;jn^P1yb0i+3V{E{>jXbY09po<2m5wZgaf|SIv@19 zL(mEN)r;j2!SZX<Hb{+P^J&&b6E3Q^D=2GW!r=CiZ@B<X{#4)O3D7P*HbS%_2~_tn zxt~dsG<+C&V}1=q8eS{u3v;vA+FI%a!E4(TZ^qrTKA_SRYvp(@n{5x`$`Z3WNYGXk zjUNy6`6x$Jgg`W^!Mb4)ne7fig)O+Ui2P0uwnTlc6fP_(_qP|7g`tYPEG*#b<O3ov zlM-mzM<8VTts)z*k3iBbgq^Je8Mz<QaBv=I8rR5CCsFh?9tr*7J^8CH;P9_29fP57 ziCnATC_ROwaM1!W4J7OFtCo?hT_A4uH_gI62?1G_p#qV#CbJ?SQ(*4$0!`>~;)KQS zNj>!tbEChAuj;6z-^CfsAvdwf+RDjWc$dPm8e&2<9+K7<ScsG)5_4~q#OynBWFa)q zE2LdTu$KmMD)Yowl*31fw)J=Xp13ssl4oIUOFsStd(bxA3<%CxFD&&+B5D1T)hR2T zyqZl!DzxDSyHS^p5?{(G!q-H7>Cjmud@Gt|nxI%gA|``Bi=PC5F>J;SLD%tqEBbVn zLU2UUiD)>E-?$XHx^Q-hKpBZVYL-D0NG{J^*|W177z)fX@aF|ng}}B(X2yYz&P|S; zQVdUl%6J9`HOJ%_lQq~rPhn&<SOqOVaCMzXPk)<gaCo%vEEK2PIENFAU<g5;IhWh$ zxW-LPj26v8{qJ}V%LVx`OFcY;S)?}f0093kze51*D5lm1Y<C=oKquIq{H8q6o1-gG zAyfhuY97VW!Ya;*-EbM}$NCmt8$K<)q$(DL$cf$25_b^ifU}IwhQwTBg~#&ZLxPOV zSpBvrnRWzosYjsF&R-IhR!5zR+{EA>P1>@$`JZQopz^&u`v{Xk(m%ncge}o1>10%4 zzH*@uDRVuD=f9iCrGns2eHcJ|_7Geqz1N9qO&~+4=6LZ?y^3UWjIg(rY-s)ZcZ8Hh z!svHBLl9)U1u7PEBlL-K_=o)N2q`>D^lQ@{TLo}}aigG+>wGi>${I$7mh?!KbT~o_ zV%FMRs|%tZ4>VU)bbS+&R+2$I|LiF6#bLP24W_&>Oyq<oGjPx*jZ-B(rbU4|UKRQ| z9*T{VK+PsPB$V|OpKs!lG^YMAt3@nv9s^?H*3c8fB5YrK5!Sc%l3pv)KE*K_h@28x zL&S`>mfhYkW+w?SjXogy>tMunW2d;*q+F@D;1koVQSc9M$zS!yara+WY{goSG3-^# z^&KN)sASLD^=8l7L9=J=2D4}FklC|#BX-l>gZDRKX{b>gH``oiF*dQq=Guy}iJNS$ zrx=^qYTskui{s7q8|?dV+-BczAH?w%`;GP?9CP-Y?87+TYQNb&g5!4ksC^8_+w9}^ z2^@FWC+$->-fll&KZxT_`?UQQ9Cz7owI9N9xBaj^hU2jPh<ygfJM6dFkK%Zzebyew zagY6W`!O6x?049Y<2Y)6n>~T!Ui+Q)yKvlRzuSHfj{C8#^b<JVW#{cF9PhTLZ5zh} zm_<E<<308)xa_$$v1J_X(X##yw6e(hKZ14+%la5al;5#|<uV*;xMEBh;~p4O#xT?l z968n)Q$}+)%-%HyjYGPZShH>%X&Udru_>C&=5zhXr(t{@j?@DNaHKA<9>-oB2XW*w zB^z*L+}RM0j6K_kBX?rlgyVV~H{&>n;}#q@;CK^`+)QdKjvH~j8Am#xx8b-M$6IjR zf@2QHn{d1pM>?dp<9IWUx8b-A#~nD{g5&Kt=5X8zt>sqHX?EdiH-5V&hXp&t#vOQy zSh^F(TXEcjBWpi`<8~ZJal8%3y#`DBaJ>W9`*CD#@51qR9Ph?g5d8tnAHdZ;_#K!W z7O`QcaT>H}MB7LteD^_<MkK0`s8So9j=XJSeTgbguzk`rLgdo<Y7y%rXQ!}1`T51A z3U-FfOe1teN9WhD^;FeK+C?P`>pBU$gzdeHg_4cMjIobnan@b>IfHX-`Rru4A~ask z(8eW4y&!aoy8&@$@$!<BEaxvciAqWKb9XwbnDdCmE^xAhAUk!*Ni3BRNtnb+7)}Rw zmBng*PKw*-a3k7M5l~=3YP+T;(0QGBez@C-PdUk{BA#NTh?6MH^LYdo#*0q8ibzCk zlZ9ObIX(P5K*X_vA`>+{u*3zTrvNYJ!PY8ee1RKIl^87pSQeKGcpf`80z@bI<otsA zJif^-(h+l&mzYE+U6`LL*iN!IKkH<$Fe%m_b&?mS6pBh?rDE)znn7@*lHJ!;e)>EY z?8e@ZPU0Mv(=N{EXHiRT(QX%>bSy5z%%Ty=En$@6_2H_`<%)bpiErrF2}Ht4s0I9L zILqk0ejE!&58qhO^I1OFrGATuN@8(tSz_Bs>!PVDtCyJk29wV*d4b7qGI<fn@D}w} z_N|AQJj`T_NsY-POwJ&2GB&m=t<0*oG3QRc`zX)2;JzAX@^&U%`(C|+$>U7&OumiD z1e13%c^8u>n7o_Gdzefzp{4|--sX9M34KPxy=sQ%vrNu0DKeR3a-K<vNtMYwlQNSE zlLaP=Ot}8IwBqo+qNF=pjaJ)a@5e?hXRyr56;`f?iNzPcjx#^T^o(BeRvV9$$HE;i zwv-#d70#%2e9K?v4#R}~d%)Eh@tucEpZ9`Iu>$|RZ;jyX(^!qkS?9gu?IhdjW*zlQ z<l9&pj$iRg9AlsNAUh^~-?_<qSw_Iay8l0-dw-XE^YQtGK%A{C^FHL>dknkR1wOal z%}1bDe*UZ;1>PK>(=rV7`m=C9KB)X+Ps_0IkaW6wT84*bkl`wdGEBTGoEB|Q+~GcQ z&6?tVMa|Or9vU89c$B;InPA^X7HU3*xMQY&>n!&5^U(b;COVb!(*-@LDd1Q&vA<$Y za^rv@Y`YVgj*-T?0m9Oz9a`=^;~1B$*R<|}d8T)mK;i&uH|sZ#wziZK6X)s%sUM?c z_%u2r3{pue!HHAG9L2L#>R%FR&RTT;dEv(<r}^4_&Ob_Ne{78y-*7yUOnozva_@WZ zf6eM|6U6L^ExyIel}iaW&pq{tf{bjDnwY}|o0aX{DiuLL2mq3E1^{7(r<rjIT5<x< z>um&R1V9F(b(}P}3D~a>cQwiX&P}o<>NNMC_Zz}YPX6yiW)?*-5HX9;!|W^dgONTb zzfvm{7gEfq|9Cpk$8Z6eAZTrYnSs`p%h(lL7MO$fBSwk1*~nryqep8gEI|i%>Eh#y z*g9Z2&21>IavK3GDA!2QoUu5Hjd7B)o^`x>u4X+Q_pTG_d-zQ;W{73Sm_L|<m{(qj zgkq*4eU&YPiJQl82n6?T%7f2eD74_NsyI(n{VGYS7&6|+O9`hsjXZaW=}$6u35nAW zawg4SkY9}ouyO_=>$H69YiuW~LlQ8GPA{RNXfy6<*v+}=Q5MJ3vQ>r-1c)j%6vDvD zr|=U4!(p6oUG-<M3kgt&=rn1XglU>>VlTpafSAEcku<fO)=Q0|ISwvv5u{?*hVCZT zCk%0A)*Y~b(|A<(*Or*p`;f|<A$Rc)1X94T$oVA!qmm2}QI2VCa)(GiL@8`8Zci4> z3e8c-mx+!^V8LBhBT1VQ%y-cf1^hA5#;8o3@+UZ*!3iTtO&B(Y16FBCEJHcLx`+<~ zi^d#)S#sEAI+(MZxf-iJ$h8~o*muLeO6;pCzQOeq^|}ZQ+V(m$;&h(E*PM7(?~0Vv z;)w_^-_8DN;VxVhS9mVc!B>#cghMBb9lK4`vvV6)%P&I$U7D^PZ8skNhNT7r2%lo9 zVRM9YYqY3x0^7`u6)s}_OreJjFoaiQn0t-sUGaV$6P@gib9>PGkyQxPsviiEDUxEZ z-;d)$w~;KP+s~d1JcDc*Jez1>vk{fFnL2|=O<5mRzj*@tb3GGRXGFP7PHIE4X_1%X zvCyCkeS8ofpT+0i-OUXPYO(VjA51K!K>LY7Ol;}pA)&VtNHN}}3AO4$Jg}X}V|_AM zYN&o<ZK(2{5dIpZhp56}6{v;7r!dBZCcen-!bbLO`A!mcqDUJ!%|crU466mQ1)_zP z<U}CExFgCv89A#yNU}^j`oOhsw{7@D`*vb0%F@y3oJ|#piVfnZ*y*BCwqcD9!)O`) zk<xby&>lg!p#YZ;0=PQ}9J>x|%2AVygGh9R#4|xLKLisyi^r#*^AJf(rJdBvF<{3C z>FVIJ*lN2<4WGmcGe|(Jl2{D(7?D4hsXkllcsgD_CS9LC)HvsnaIQ$x%G2)KSul{t zWaViuM^>JGOjroKs>j*oP5>y)7)ZBH32h6l1}2<WTK2tsRGxpFXTpueGP;+Sl$q53 z!z4_UMC}<NR<%!oHc}xvGBE?(H99ob?*J~AnG-@TTggN2FX2M>(lsL&tMz)w{W(GI zf}q-}K2)9wG(#uW<MkV*6MMaTS4QX|g3%agunv^@QGI{8i*#*K-d*nY{6jE)agq<7 ziB0xOQ*;KKf>s$}A-Yk-%Og%}@s;%jTs^BdjFW+}0frl=OS^oIpDUJZCG&Q^%+IXu zXuFT?ChP)o&~|u$s1WqVx8kaoygSO*5j8?0{cdbOl&?AXC{BnI&cNs3cz;5{;I<4? zBPAtQxOC@-5O3G82+M9(gSLljai;^@vKRB^nsF#Xf6~&(>GIiWZnOGx?CxUSm&!*` zrw`$gQ>?N!=l9d)73Hajs-jlqTRNy$L5h9XQ9)W!({3oS+3XFT3$McJi-gsk8S?wA zTT=x^Oq22X67PyA5>@H%$KAKG(pf+l!{}to!jBcT-cVG<ed|O^<-O5Kvz)HHqFEJw z?cgXaAC!Bt&4`^r%j0@EUCY?1K+F3cR+yJLC64cy<@2rJ2%2JT!+6q?n%+Fl>6(G@ zBed?p^MFo8p-?DZ6wW?^Z#+tzQB9$rbP&3NjEJ>TGpZpWd=Xddb|TOI6i(bY02?c? zPzIXCsE{=Mi6o^|%>W>=CVdtHR&a!>9rhRGRzmL)yk?d=Y8LbC4!zbFsM3?T?yO<` zaCNWTvA`_uW&Yy5cqcj6#ntESF0{ob{4$VdO5igtO%oc{jaURqU)mN&s~qHkaE4|b z-;SE$me>%*Feoh*ZZ1T#d!5&@6jtC?RajP<m{0*F>9zVfsIiG3Rz4kHf}K|N^NzG9 zM|x0Mq%8-sFxN=M=9dmkW9BMaV?nv^WGml+V$jMEvoi6_D;WsO+~ZF#3`o(-f)JfS z4}buMB`DWS6<yO#s2_x=;`I>?v<jw}%G?7SHPKMN%eFB4CPwvf!SpyWW;2;$64m8@ z0Oc$a85W*!$;7I1rpvs~xaP=~x_W({UzWbMA_s6qqgn=i_fb6Gv5eRXIG02ma+ibz zA4yR((rcxFWBW6BAozrPn-B+I7=rL49jyshzVJh1ZGa8?>@*5%9|qPg`h<c+g25DR zf^DM6D}&5nUJBujVy=g`?=X1N>wAj+O6i3(mM(G7j!(#j3ZSXjQ^4b<6gweS0*j1F z!5Ly$M9Y=!OF(0BhvneRyMrqit0A0%6VvYg@{Y(57QOyRbp+-~S{SY+IPTzVlD#)+ z?&OI<yK}3@wcDz~(qn~Y{~|uBS-Lb2O+)I}n20v@A8{5`nVqiuOyQ_85H(AwAH&1n z$%b+*L9%Mpt0_o3-9p)WsUAn|DihUcM?=lUA?;}<ET3p~)n0cKPm)o+F<4NMVjUuf z;}7D-`v@<77><B#t^C?IfVBYW^(mq_2qeHoUxF=#$_Smm%{`0UIw+?Zo!*U$5*~qG zBCeM|Vx7K>WY`L*j56N*ru`5g&`sMG1s_KdSBQdsg93^zAi#;<1kkZoMohOydqj{h zYD7r&@51?N0}Hce<c*9+evIfMp7De)%TaDs9x}qRTofXtQ;Y06N9072n;$}vA16w* zuH_*lo&rihbk-`&YVS`ATD(rY&qIq>NysCvl+GSf(@PQ1!kN)CYOw_8sZfhcRb;q| ziI<|3&-Wv%_X$+*$5=hhgIFa<=&KpkT^<zS7-^{?N0Ufk<N<8P)$|e8Um8{m>uL6Q zJMAq40NYfU+nkckbzM9(F&SxLX?kg4nam#5%s&h~{3P*^1(cc>%ZdikGhbU(Y542f z*Zk2y&7sZS!7dN?fk>Z_2XQTY1Y5_N_D;ayulXxOJ}`e;@McjXmg`O#{ouQ@K6W!Y zK8w%6F(9>`#Cd@G`ZU1r^(*VF3|aX(B1X&Ql+%nh6FsTC6*aOGb_;U6j(@K~j!V5s z7{eW3Is_NoOkimfMuDJX81ko=IN>&4B4POBS-6)75`N=HwfiSgz0dmX&i*f|TJ*G- z*2;x_v7uVBhF&d?m|D)oAx?NTghGN^VYBm$I;78Na9>W=Qdc2lV7-z<T68c<8OZ(J zC`T+xi2W$qcA*Se+^->P<1Z{9<kUKpd6;iYatF_@;_(;#wx#j9J3dHb=UUrVyvw0l zhdA>NQ|my~vQYa_i;_zZ6Yx8jL^aYfZhV1olAG#9NFqa&qvVEwQ@jOE6sbwmTMV45 zk)}YuOw-LFgbKt7{W61o*<m<Qi$Lsl(-oA4wRYG~0T*BL+f0u}>9VVNeO#jbU@LPb z@fRBH4@PZGuv4C-OS@4Lrc%)gkiuSITkl6lHEzkyvHC5M!fFkXHrzcjUscbrg})sM zB-U<sOLHx>Vk>!`=!LPL0zB$_kidbU+;ePTFFpNvW=QZgwbaNC^Y3xvKNCrGLU6xX z$}pV#k$Gk9U7OJnp)Nyvf`=)FgOL{NS&6Rc89AWrY8%N@5uPvbF?0_Z;D_}Y&Cu|T zrMMBXQ2h*-ECMF==7%~jU=@&OvaXc?p?q$6?=$6f(Oywb+1+$YFK22Ub`QRgw0qHV zXdC_1vW3+;U=3=}SNH4KpDgvJ7|P<+@8PNoSJ>>D1lB;+2dD@;_AIm4=~l*_PG~z> zmrDs`K}dNwqwflN9vG|l+64rdO-uVjQPBpAXMs8dfJr=>&@v?kCPohr$8~!@%}3Iu z{8RxEW$>)bFVyOHkDn`6bNHXnRS^~jm(o<Jkdu(E(cDP})0zAn;=?X-v+RR8^&|>K zC-TUq`Yx0#T}yohXD*wRJ|!&VOT6#*E(sSNL?MiNTeu|Fk&yW#OWW5ZH-)UKKjXX7 zUz-T+kK)Ex*dMum4TGAo4+s8fqetRZ3x*CZl*5H}k&C{{0nH7X`O9Kay38xsFBz;i zG88(B?3rMmQ2z~)=6wJ}_g{~wq34EH(g8_>oJo1ph}h~+h%!UOM1YV1IgX-Kp2-xG zmxzTcJey+@MbLi?k9?E(;BX>Ar=e%fMjkgVseR>!P^xR}L$@{Z1Usd!f>|U$!$)wV zfcy`*k;Ity=WDH1);}%A`S###2YAFi)@(vZtqWcmUJ!TJLIITqe3$4^gjAm<sM&V# zZpV!d!mGI?LeUdzMyWfSxdmo4lI9Ep24=Eyy}p!QAfkSsj-lL>Gr^NMO5|geIeN8- z-Nl)lK7-jMS15Df+QTBYkF{Soi?!`xeb{ef?KYli70FCITKlRTF;yYAhl>dz4Un`L zC5-MbMsi;ekNF`BAocJNy6le2EQ=@Uc|hq73E|-<P`YMR1)hC~NrG+mA`=-kQN8Ua zaCaSRtA_+<2tnmutNMYUx|aHStm=KHzO53rj1f5frS4QUl9+s@r^N9LYw(#oGA(@< z%*>o=WrWW`6qupe>q&D*JL9k%SD6vze4<moWj4Xc!n92#Mg0nsUuE*kOn!;UFCxJX z7-bzrc)Bd=gZc&Jwo3Uzeq<C2u0@lHLN4c5Y$S5EDT-n)mL>y&&A)%nWCjvzR^>Hh zE%^3i{bPU?^%l_p1|C{CFvuw_@{EcfdL5U|O3FPWNy<~MT?1nd%S}5ewKR1}yIPE4 zhw7~}gy`pj0#oHu?nUfnE-TAa^>*QY{}ZOxw!>XRNw*UxS%6C#oYh@!tyUgJb+*TW z>z?xZTyWxL!gV^*c#57Onw`|&sJ+NR--EB6_<}h)Bxw^jFalHnwT>;Mpr|EmcOc48 zlg_b)Pi<yGp5VvHX`gLWU-?PkWe@Svj~8eLq(+E;i0*;8XRX*_VC%mncAjNz7n!Vt zotyZ;bz$eHfSvo=VrQ-73W2^Y$RXDf9fVCLoq?8i`s6TNv=>6}1(3f7FyxHUxtha5 zthHSATxF?b=ccd|rFi5E<y>VZSK<B#Ib;4dPoB$PDCF|lT;R_x&de0()rT<2-QzJ$ zA~%l^)i+{&I#s|23fPYlC&k$^wgI(6?`}6!Gq&%^ZAa+8Imqk)o(m`RPB5K==bW^$ zeNVU;J+**$-N^+!uT3FBLr(AlE;;Q(PR{8xqM(}MEtm6d4}GP+HBvz{^%CKHto{7Z zp9b1bu<3;#cdXe_<ppxLG`UAH{U&#*q$?Epf>6+g-<GIRIC_{cQf?6&{#q>=trJHH z9g5PO@)I}_Y9yVK!4%aK6x|q10jIiFwRC7Hlps6qy3L@F@d@MPEssmbhEOf48L6Aa z&=qVBO>R)bT?VIyO5iigS+m%pe(qxeiOF4jN|Y^xyzB;ydfLbrfd;KfzmaFc66hw@ ztR(1;V|<1dPlQ|w%aEvtzv2yFpt+Nm_cLiyZTRrpi19&`Ps3?H*vJ4B7)mf?Ds7gG z^W`=jV}B;pJBa%Z{DdHc-Emch@PeBNPrw6$3z^6dcRaB;XL1mq&G1vka?yo1XTl%g zmOrFR0G=7W4s2^92b}eDi*gU^4eM|S*SCOhh%W#f!QWTe|A+gVqlLeZ$e}c-+u=E$ zy_d;LeDOD!e2&QrOn#Hei%g_gh9kYa!`s*m%SyYhJ#TZmJl38DIfCJ&0}Ez~&7|9X zL9X=rnMAA01t}{8OeTI~et;kL&Aw61`ZIX<J#1DjF|i?2XwboUZw8^7@$4(9WM=h1 zW8JibDb%_|AP1<l?slB8#k8}vB}56nAL-v%xRt1aK6DHR9g9F9b?1#@<o_G)F0cxs z4^h2dE5I!)N)T9&KM{M>fnXVt?W_pAL`O@v)OWC$G^3uib1P+t8oL_A8mvz%Z=<U+ znuOkVPW_ZTLpBoXd3MpcG=0Oc>p+C|-U;1VEDLfF#w26>2_l4Q$;<12dI>(SRVpK} zmXt2R)ZqtE`#5YG=ROtShzGVGAhth=1oP)i*w>esHS8sK@a!{q`T~(nF)Jqa3+^zQ zg=c<9EFD1pYSMw}Eu6m->MkKdd;!H1<20n(a>lrHJ9gfxQiY>74Psoq59czamR=T( zRUH$xoOW3Z)Dp49p&e}VG}f?npO$ZU9(=(vgifEFPPwSAbCOUP)gy+Zx;`nfDK(8o zAMfI0j~atNi%&f3k3q&FbKPykBPS7?EN7|2s=@vmt1ZD%p)SqfDBZ!NOApuxhk{9w zq5FbreUD~K@I5-L>9HmC40Kuv@C5%d<z(I;H~J2Oq(YtkDf2#-W)8kDUxKr*rNjSt z@Xq4<Ty7^Fei|s^HWmo=7oNxVVc=rn$?4J(X2yz&{y&lFHbvW3km8#Ay!t)78X3s+ z^SJRrw#`=dcQCq4B8Ar3lwd51OCg2itY$RQ?GqWe#E$Qg9U2m9<Yt`Cg6^+7x}xqL z*W3{NYsaEoQ@aGtX{-kaL<c{Er_h;Uzz+%3Qr>-`@+hIiA%$2*;z%>HUp*JhU0lGI zKCn10EdigDAX)GynC_IxmjN>EcXfHFiNpkEU^pr4qCDSBT7Chj{#0-nkQrr2SYX(v zY9{NbtS0AaG)IO0P|x$Q+zXuBLcB2&VpozXi(a36gBb~8`~uP7t^o~9Z<APXj0V^~ z7&t}q9c)M-Ke)o|FXO_6j6$y^pX-o0UTg^vAG8k2awSEP^E$Z?0URo66Y=1d_cM5( zZ($#V;9K&XDVuU6TKdc8$<FYT`uhkml6?;BwCr&Jh+y<j8!2hi<xC?p*H!CAZNAaS zTu#ShSK^EPi{EHKB0X<iiR(II?DwE=;8_GjCXsu@lr6b<W2anOSdu3btc!drxhV#B zg>h#aXskv$6}#MdISagVr2<lyYy-3NFLyV(>?~R#p&rK>TcNAbZ71)G;f_4l=tgOH zR)6t)2cY=_Q$i<8kQzLX`|zdW-dC<979VePHn5Kbu3pw}>2KM|jj_vCBfH#-y7e@; zLIULO;1h6-=v++`4UEhM1f6qzfbtZN%l(Z`ei>!0bI&e!0x!>-r%IuxI_6Tf0lVv& z`1uS<5XpXd{ngmJ5|?`~_ceN#2LW#%gCAfX?(j-X8aUI-8yY?GwKVSOGl3k~Hx4D~ zS3?a8cTtLm9sh1(dC25u8wfEWCiJt5=o_%Lbk~Q+&lPg>OVj5@W*|ynpYyz}_0=3) zWaVjS$E8_#^J?ej6~=1ptF%1oh<gtBvHE)V`4Rp6$o|p0S~Cxf9uQK}dT0OW-RiR_ z`C3|52GA1q=lBs%jvn5q3C<tmF|D=;r5A$J!#tnr{2DLGbh$<V)&o#~zzk9WF$y`I zn7daljKKh)eusCyz(>2VUI9pmj`ybo=-iCSN@AOYep@b7;o;;fXDWKHd8b?367;rS zPQNPXi37R-EM9<3<Y;Sv9^p$^{aBi+pdPAJ7LH@1CNA)>j@~6bt=t$q919_LdZKpE z%#wmmP_4<7XFY4P7jvNIE9Il*Y2;TFwtuQr&SQ;*^Nv-@S8Gx$%5P48u?!nx;9Ke+ z1SL{=UGaZr?VIF0#s~f^iSaTDiDgpBY|_fYuL_?Pq&)=fcE6IyKv&3ggFyG<*h~4( z>W>duxB`cy9${r^Rig}pykvg|W=12Nis69VTZCK_`S92BH;}NBiB~i5iY44*A|<xC zYyyj>%al?)p8y<yB}*?Eez5MwFrjR<$rQe9q;cFLc6xllx1np91$JHPp%HdneIJzg z6z->&VMTA1bF>qMd_*`aMODf@)KZQ7g!jKgMy0v4I3-^LS2pf;@LlQLzJwDDE?AM} zIyYlYlDujc4H^m?;Z)$}KJZKE1LMGq35lZ}oy?e1d)adJ=#{CP75=rvj(O-m0x$#t z5I8BL`*8`bDFAn2R)#?t^G-c;4E6%i4jd!D*KZCOz|i<wZ1>|6GN@TSJLTC7)t_<* z)bVl1k3Izv?de6{5<?Wos-ZcQA0vH<TrJ=UqD)6oxd927tF>#DIgh%F9t+28P%!k& zBR^_z19uiwW!s&Q{yynWM%;sgtFF5fx+g?J7_i8q$SOpH2Xl5sMRqhAp<q(cc>w_> z&Y%};tOQfl;uM6y<;4MXS<Hoi$S@H7o_<R34=vRf6~9JQQCxSe6~1{wI<JpyL8?!q zqckN__*tS?v`?Wtl*5NWVc<Il6&YHq_9<q-F)UQlv>);#K(d}ZFTt}P<>gDPf&>U$ z;Th*T`YV#C5ApK*nQ&^0`Y01d{HqT$VQ{qiK_-m3RX@apv6za1h>AgXN`kqr@@$#O zr<gFXMKPK{(S@$)qSl*Jh->&Kc=_W@t}*#ZCN$WqpJtL}LUWxGy9v!BqP8pQnTiUH zqNuGT1e{}BuW=#VQ@B7c^W=;wKX<qA#`LGqBdh0-YbCoM09jsVWvw2oTNXm=vU;&{ zZ->=s4dIT3{1onX;k*M^{H5`;tXq(Sy`kmTi~Mf<>%>)$HGte+9M@TW)_2BsAiqOd ziIo;qI|5K%+k$Eke0u9!BL*j<4`h*oX^ukokLO^EdYP|NI0-NFRfD=V3vv%T5yf>X zX>gA+7t8^oy|+{^MPrJc9okij2w$}YXvZLt9@vAD^|CmB%QI=xF5GvzHJvys`xmWY z1H=m)ExjlM>yijBmW`Yf_1jmfvA;qHknjERJcXZF^JoPI_^{?_J}4RhZpnmZ^*?Yo zl0I@2eFs63f}_J+Jj9Q-PPGOKyg#0!C=JhjIMMKsao~)Bw=}|~JhFzIpiziVBkTn; z*@x3(^_{Mbb)<~wG<&4Yx(+@s9&hCoK4lY9_MZTfDllO`X=bjZEZ;>;xSXP2!hzs= zjN%k6IEmW6+G`xza_x9^5Nl<SwgU}%w<e>=pQ;}iS8yliYL%QpaZZ8;a|qqS7EN%E z<sLnL;^_F%y^kJ!$N0&|$Hh%1bw}Wq%wCQ%#Ilz@7iiolJD^_?H%u|wA;bP59gQT2 zO+`b95uG4tVY>I0TIy+zDa_Ymsw3r9Cth@IK++!46e2+h+`?}BmWg6ASrqYotOkB! z@@ZpF_Nx*clOfTPweV^}3zA<G;mSG=3lxGaqo=T#MGbt|n;?!tJW2P52r+vAjZ~4d zZJOaVEU+_@1q!<p?kBW|IMFL|3twpB5S?DpON4?w8Unk8MKL@0Q(bs_nxF;$T&i0A zapb->8gBPu(Z)`@&+f-DYp=5haO|?z-{{7|?H0uZsn}h=C4zFA=#^-8L0Y~Zzv_=5 zX=N9}7?N18kW?#$BN@ka>^LlY3Uif6T1T)-q*?EfHVm$W*fZHD?1u~|utucWN{PZ8 zSA86q>=WY9ZB~r`Er2S^+o|`XZ(U0^sp3!_euGcEz~n_HpGPvB&`ZaYk?HtL$c|hw z?+biFiezcJT$!2w5^qRJpX1pJOn#FI%N!nT=7nEJuD>4H@%)0Ubm*;PcDz#3%k_C{ zkRiuk>Fv?V#RpVnX~AF1jbSyH#;4%65=qSQR#=mrjSY_#$xKAMCRW^~hrQSaT)uo- zLI>8smp{gVLfS^YEEDFS%ZC1a!|KjL*T%8|+^YB$D;+tggFVk@+rYB-$8(Pc?Z5?^ z+tUVM{OnLUouiG*i`orm!rsuNY*|_S-*w3eX%dPmwDlD43ssOrM8-{`c%H@PpXbLb zf*@J3=gHb<JSvqKNVZWR<#`!OqwR{JJHY$nIf;p|i+wn0s$fzoNGFll!pgKMCg;-C zJ+;i!P^B=aUE4PMWWC$$gH>bn;x#kj#ILiE<LB|9dYp+cl?W8bnoYmT+Tw>s#;Om| zyAgyM&~W2s=FZxAH9UX|T|=?wL(-AhDoQhOkm)-je3E6t%HT?75HX#uq7Jhoy>=&* zh=d|eVquF{P&~%_132jI79}^_z7qBO0xL%gpltsM+d!KwgagfKs@Jq2O^9Q@E>%?< z(c#<FPZ--~+;8f$qTu~@OP!*phPKveh2?;}mfHzj3AJZSX$ci7y4OZx-}hz!jmrYt zr%;Pyc#VOQG$Wouh`fAUTPdX3q()I<!QbG;-(!vNLkF_Z3ETK)1NG70VFwAd3n_?K zk$Z6g$4AU~SY?+`PGu6AChj^!P(^O&%)mdKnJF{SbAAPHL(kd3HelWKyyK7XjFN-4 zwa74&>Pi2Ms$LHY_@iKh$tn`jrocc2UAfb+kM_0P4Pb(`bVHR;8^~>@UPgAqW^WST zdMy*E*OytFHB_V*75Njdoj~y+z(sGr9#sv)^jhkX#@B@;4w`z@#HMC!X563-H2${< zqS(C>ieR*lvgpIzuMkKrV`7Rzbckd$h%L~0ed&6zOf6Xgh;JgOQGKExH~#!aQRxZ@ zEx@h`l`jQQNif=@avkpeWeAl~yA6aGgWG9+iKPWd6sX%<k4~!QVnc;M>CWu}--koL z28-V_eqdU<dKb4VbQz({s{TCd@?|hqcY_pRcrp_GICtTHQH?;W)?c%Ju4>C!S)2>g zCh|I>%ScvB6}?X5PEycDO+7H7Kpnw{+i$`*0JMLNVBrX+)n;wV2w(!zV0(}rLz&_L zpd+5^Bx?IBs2_L2HPbvFB-uwug-a`8fAwbNq+A=e%nu1nL4bK8Ft5o$9qYM(d0S5p z#U_(j2Af+=)+o1tzE;_WeN23j<rpu8EQvrP@|);)QO!uf_wR`>Z9bA2qX_uv#v%c0 zZ^%_9j#7*SPE1gk@DCbp5alE8W-ox8ctcbbaLY3hZx}TNE46WxU{}CR0i@8K<{?9@ z(U?@wga?V%X+lO69w__2N<3r%EVXO?1O1DRM2P4=EipOlfGAK8S56gkQ4lu8izcWm z3(b%*1a5bcmF#dw1}!$g84grkNQF2&+|@&*M~qykRP0Jcj5w}rVRk=~!7W{53m^+@ zdJ}~Wc9%>Cu%Sgi#%4gQhz@><z(uRICxnbp_$@{dX3ak>$O%rX5VM|yfW8Iy&<iB4 zj#`Z|`Pu0J#dGugkWsTf=_238JKA$3C0XoGWxC1JbDh->)Uw*b6zFG&4f{MAOh+Nn z%TeD5HLxixOiYOCuYsx1k~k|m>(nfZ^>vCU+^+|&dWd@+j6{bV$!daA39)*TURkai zYb>qKn*+LQ3r+L7rXQ{?MpdC`+MLRcx5@^Jg8=qs0?P&lxm|U*Xppo9-5#dbW4P=J z3>UZcUdvz+o*30&G|c6QgV11ERdCXnF!s5jNc)^f&tjju!hRz<0Ofr}saT70l-QI= zA{02ZuZcWRmIKhvDxv-CRf?_E-oV!#6h=NuTDTM6vJ%~!;JM+R=JfGo;NQ`Eo73u- zMNWs+kDVNEM$yxFJoHCa&c7;&^6P8;gJe5UzpcHM&NEiFckFBfP+?0QLr^E<TnBd& zL8z{=HmNOCRFR!NOjO2>6o}>+ubeNGtLiV28?|@gZgvQcF`9l5T)o1;@IZ|=?GT9+ z$3@Jyabm}pVe+?=&yu6Wx#TaRtGK@tY#+#z94rF-7R*)P{60+a|3pHp2(rW-_={P8 z9P|0&Y64|+xC@j>&9$`zG4lV6Z-s0yXks4{Djfcb!8Rhn^oqgo9Xy3wqIhGj_Hmy7 z9Y#pACjKC9j1oz#TL#9f`U7id&C!|CQuUm#hexd$yjGZ-RykImBb2vrh%^~O2<qM- zs4@{<{W+iiEba|kPHL`FEURsN`SZ*sb^=<V4BBIS)EHf!;{8uD34hD!YpUP~zpG`l zA=;M^bi=9UE6KHfe`+eLh2FA3rCSZ*B&Y?WQ&1#<#vuNRYbkXrt0q<=5wJu{_;f4$ z>chypmoV$T&k65sR`(FO!H3m#1Df5~fkf|*=c|Bf6VxOzzny@d!W&JP6<ggKn;?tY zi_B2L7RZ|Ib%cmxQxKTLiT067%ymDh2aqV9Q_nUBRs1PDr+yP~VrWQj5sOF^B1!Cz z_~3H=@p|++Hf<2;5~^xTvwKkY6Y3@?rNPw>VlfIVGNO|Ni`B<G?&!s(qCr~8B*^0U zTT6G;Z5#z1mwI@Mk2L9h(Yq70fzWJg(t@(r4jRRWN18xe!S2}F{bXA37-Y?;U=|sk z9DCBuO&kj^W$_CUU4+my`SkjmJNqs|$Zi4qR2pnwZ`6!b-3}B?<3{L@J&AwSCy>0p z48GaD2Zlcsxi$0YvN7^SJLX7-))T}TBw=>%MQj8dbH-)H>GQ_pEKkvF%T3!D>w!(% zL^aF84F_ifgarmV)8Wvi{nMP#OfSQ=&SrnuOUP~O3eyjN9*<yl&lmXQbve>{A{}Xi zu2D%kyt}yL-?DU(3%fvz9J6(f!K3nJ#lPcolyBS0Ighc!<nS2eoRA|+yS0pC>zh`l zjZr$-cG2<=zV1sM1GoU9#kEBl=>3UqkPP~EehYVetqtV$7&CsKut#tMXT6@)b5cf? z0pc9%!jTR|CYscSpp7UYBzh2VmL?>P0)Y!SL@?2GMZ{c($KZ-NgZo-37kNJdWEt7# z10Y6=lpzq?xS9x+#{_~XC1kW!ftj|z)z$;S8|468(F8XNE?<rd5nO`iNxb`TLBuV` zwIjj=h_DaHGK$`^nu+Qj*ThK^GW!Dz^@3NiecXXs>qs3ThY5}M2k@Al5!W4T&t~Ca z7hYau9kqD~(aI3Uz>)8blvzV{jT(TV>aMjl+8aGNk}m~XAlf|=3Dqj5njaPH(+O04 z9<3nZIobgPGYn@X!OV;R(qp(s6Afo1;VJK)x8PVHkIzr(r?gRKk#FN2&qNc~YecY2 z%%#?Al%yxK#$?k~{b;Q_%49=BjV1&C4fqhtj26#(l(hXZ-e1`~)4@LCJET@N)a=H? z4Pu>&B$vOAGSncCrkXXhh_(lqMhbP1*E}B72<tV<WG|Dj&LQ;v1A)#BYm;>DXnS9% z8)=}0w}e2(SA65=Yql_bB+$2`MfM1w+Sr(`o9+p<_%!=Y6WYiZKNf&&&FC^VpPoob zPP(e_03o;}JepIpy9HRYaOEhOt~V?YjT1t09~g25V6x#q25k+%aDydlQ0O#nhW>~m z{#Dukzco@Fc=ljqcq)Lel$Pep62ucN(WL>ENObSP$!nJANU$K$8M%+)Rg~tkMv{YI zAu&wvCq?;fd=DFoJ%U5imX=D)a7|K`*`Ux1Sn4z*9D9ncE?4~sn~iF@D_2>sSSce@ z;jGQlam~1EFHv!TieM6E|A;e@J^$!77JACs!)S2~hrj|75#ot6804RBrGGjwKB85{ z7LcQg3CUFi-4hQ^-~#O>0wLIufUmYA2j2VYwpv;T|G>79L0l<hb?)_GW6M5?V~AIe zFf^EQ82xWvg{7s(;a+R1wg?kGQ@96^sJod^m_QWO1H{rkW;Brsj_1!1721-+wKP%? zAs7_aCJ3MfEp0@(5O3Hn$RM|-y-)A?ZmOE7ZVO6B?8=Zj!!?Lx4x~b#CFt6^ZGe75 zwA|A)bR%NBfgJCT=N>uUfeSVyW6e#F37XTa48r*H1lDCmL#?v9EC=EX1UJLah!?NT z%I_^0b_F%u2=THTK(V?PV5m1RiDI~v*M6%7r)}isW}LcUMoVtQsf_C*IMF6OiHt+| z4noC~A~zvoOk7~xY6gMTzTAcNYjhw_e6o|crW`E>&aCb!P5ocQ>SOqhrVQd}_JyZU z^G4G+;9&V8E3U<8uq1ezAs$8VB-YYG9s!jI&`=|>-ee3?chXJWm-GZP-<<_bv7Rks z5e@Cm(~<r{-2a;3M!|dlMSqzv^Apev+lX?_&E&xv0`v9nOOyltnBaxRXS8Lh4ML4P z(j6&}2#N6J5n*&<IS|4}<h1uF4YYFeA0nvaIhb422Qefo9;FOSO-Xe>3Y#X9gMY*r z|Ef<S`PK*{t3{B5J8WIa*W^u{YVkFpvRYKRfRoilmFB4MS%i?lyyQ<K>J(!XjZ-i_ z$tu;13Fm#rgll7z9}_NPco?1>5n)~g2r!HM1`g^4B#8PEn~5jdsF!%_b4-4dNjKZ} z^L)~3AKdK~r=z+1qNF3o+pu~Zlb~JtB}&8b0(P1AHu9D%>5ZyMmRhfelRV%?a0P_n z)#a)Gi~Wu~hW<D=6kCF>|HbNPu~kKzR^;nmW3NHBI)=}Y4(SLc5l&hHu|xN{O8jBu zz*AQ}+#I=#(Cnrbl6DmdttEn4h;b9Wj*{B8wnSgEf+mpr>qMHSD+4L+%+qH7(<a2M zRAfk!1L<0Wh3r1|!#kNoR6wj^-z1!PfaEz^KWu`qjWER`NN*wpW6v%o&>RKik<8)> zfdIx_Xrg7_XlPb*kE{u@J;c+e0Yo$Fr5u+GKo)J_jE1a@oi2o~-6&tn8zw+l42g0c z8A$s}cpfC^&4l+D;r%ib>9H%z5O2gA8CFC~coImvrbhP&Pk8z@Yr&$V(eJ<sN2Cs` z)Zu;Z+(KC&5Mh0R;9ATn3{FCy1~u~n(ne&;3H1{pjXD4~xavJC(msCl5bk!dnnqN@ zdJHMd%5P(sZfZBLstgk(jSUGQtg$C6l}(LFqqIf6y3f!g*!E;?ME6=2)IzWpRuytr zz-6GRJdJhtpnjPJ<Ed#Nw`0z#K2hrwnX`kd9_lc@YuHiYC8Fi?OuopWB>YA=4|T9> z!8Hw~gB<oy^<KUsNNpl+B8*0L{5Rp<bwuPQycz=vd(D>4T(+I_F;g_qMH_NgLTj}A zy{17r(2jgiu)2k?vWY;<qQ$s2P(=geb?tGKs2kRGRI_nqFUdgMomLI-925gtQ4MF4 z9oqCNJIRHX`4Y_;-Y#hnzd5Nhyc`T)HR5)7Y`FUM?-Lu+%+k0%=kn=5+s0+b*iM9L z#hNRsVX;c6*4bC<(K>1q@*?Dl|CPpyI>MfRlu1<IUXL4hdVQNqutfFkXpN;kB3cmO z^`Vt5xilIbBdF3H+A36oc;r3;?GkXb)e18qe1S{1)eYKpg>Ua~he&EshXModI#6b` zr~XLoNxHRYPm~O_UtZ`w$-5$H(#BmOaBR(0V)R^xy@!<lvjd1^vp|;~gf^uOylH4v zy*TgW`V8tg%ALj|p+6ET{#Bns@^7P8*;_G#x8J@Q`qj2NS6~u*Z`F_KI$egWA8iCi zwQoeTGCC4n`_!5+VM#QqCbxczW~KEoU$e4=@VT1RLEsmW=PPSdF9KjK2nd~|a)o!k zz}%)6MXLAos^LhLO8NcgZ&`$B<Xz~*j%6sC(&~|PERMJ}*qo1Y0PH|<zK$ds61?}W zhGhKt(3#q-1nf3gd+o?0CP(lg&5*>CNYkxe%~xh|N~ndWIk_?zb*bevB?&Wy)tGHz zd=&%}clBW8ua5Y&U4xI$fmG$9&?(5E$M90XxGjQ(a2#Ppr+7DP$8v6JQE^ajqcpvp zSkyur<F+Yb)bC%hbGOcb^-F8fmr?+yML!9LLI@_Lmx*vS%+`;pMQ_m5KCa#wpnuT{ zu-CZZ7h7P&2Q`d?IPse}5cROSPB$5VCVE>@51MbOHa8W3Bic;a49B-#k1GUVisn?! zFs(&{yH^^^pYW+w-c}6`4H~D_xMtB#FO(2=;$Otukmydbv&n#p(&v5+6iP|Rqf7$* zG~Q_%T0+>)v3~f05K*3k*0V}2SJrpP>bzmI9T!?pUCl?rVFVw^Dc0x&6MA_f?fK;6 z<si%qg=!<ycr6oxIa+pq?aIVbpr=I7NN9m48Whw}59tRz{8dMRM-!F9m3Ts`gZ3kM zssl8^gGLif`<kHIieeGbC@A)OPFpp=cfGY$2-r|hveMqPL@ET-@OG|DgI%^65`J%> z=coq&fqIZhl<S8w-qWG3l0;XD-tEt8nt+lL0uN>R9s7VZ3>jodzuQS=9a8~PuFq3c zbIeI})p2@0MPT<i27A8C7ezbsyT8vIqXsXfjpzN^VS#!0IooKlQME&!IR0B|=?M+1 zY9OI~3xPO2NzTle98rerx8E3pveE}x1%8tB2ii&08b`itI;xxJTc($MgwU|5VGvkT zM==`7x=4*ghM5ewCbh(uC`Fi*CKrvw7a^%7X?oohN1XMs@n%BHscWK;Z~-{2l5p}6 z-920+E~QSRKGUpH@Q<U7f7K_Dd}~z_s2oG}ZIKj#=CWv=gFRwB;hRCSx;N+b3?)`O zfiNYCM!LPy@C~%jaAX{?RyCVcg}wk?VXZ~?bj*r3G6{VRO2fz9_I8y9cO@H7W%wpm zwTW8p49-Cp)$O$fk8d9X&RtPbi@Wq|>pfdEX)A9t_l@0>o|GWz6OT5Cov2nmv3mgp zyQ|&^v3m<qExi5|ZZ*j#vY>EPY^p!Wn&XFY$&FGVr9{iAel5A)oHoazp}aqy<CCjM z%#6of*$eV>gog#Sr4v3RuR&xMKvr}!{9*u*Xv0nmAS=kHUJqbvgnK|0JwUu`Zj0|> zi<7Y#3p9g(?qd)To=f@@eAPoh6SVJRC{c%qKa33Rd{~2wL2>U_SVwJi)K)iGlPP6H zTWtOMz7A5KG{A}`<d*^s5Ut6z0@Nz@ksOociMIK39`Zxdg<j&E>kmTU^TKu@Z7?)g z=OWy90q9R7Jh*9-328hD`-Ld(FP5B8XBHcaXJiSd;LL4o*(gm*+jOVdJ>3fnM(J3E zMt?C7?g0}`lWao=Lw#dlZtygSkZT^$n-<DKwm~1nbp;Jatu{!K@>^^aiZ3zD;lmQz zB3iJ|V16iKV7NGT8|S6pSWN``M#ZExOzQs6fi4uSI5b1mM*i`J?`U)n5+WWPvRaK0 zwbES{+auOyp`_+9+g2NREAaj&tO<UCcaG9F;#^C8xNckvhB+u&%r8yTCe(^%=06Ky zHd?T3hQ!Eo(ec7UxkQwccwyh9ENo0Hf5bxjARVmy>wWNJgpEcU2yg2|V57*E#9F-w z8dhT{r@hejZycYKixlSc?w--&Tqo)&;@tP(WOZ?_IXFk=fOVKK9Lx=y{eNq_`q(&* z>&`nK$>XOe>O_6mRwV1gp=`=_WI0Z%IFcffQYulZr3wz?nmuywsFTP$YVN4WvK%|H z<JeA{1PPMA48#hMwo01-3EF%+X+G^HK>uigqCF)4v~gS)Xj(Kyi>hhZ-|x-N?(E&{ z@?_B@Zf<t>cK6M^nfEns-a~>6IO}wSs?m$Md#YDV%k(dXbB^5Ik8hfq2LflERX7^N zXVp}%jCd@Kiuw0Ba{G_4_%?up1MUY{zs%x8EF_HZYNxZ!fMGF6Ba7sRVQ54gi{G3M zDt(2I*~+3pD)fU7`*-_J%;sJb0#WyC3*zA`98sImhQN;*bWi@TWwQ|x(XHB82#gmJ zgGqT8-h<u@%*L`gg+fBhfdTvdz<^aGnw+VrVNM-~7$|Nh*Vs04NI&wQn@-v-ND#XM zI=PK)5PnKmY!%r`Y`84PirPxp{uRG=E)9|zv|)(*0LuPhcLXX2fC=JQ(AOb756t)2 z)2w@6yX~?b1imB0uVA=c)v@j@d%IZK#aiexDI7;DJA!r~!W4uow>8jiM|2LvQ}Lth z?C5}TG=jbn;#^MuEanvCDum=LY;0l>Wip(=r-&w3%TC}zFI#373z%jxR)maco!b*O z7);!nBru`{T09et$PW!BBnLs2ZnDIostkOtljxczK(^n?Nj6CIBUh^!v3`iHA`B9y zxOHslHa1}^XwCgit&s@eSUD0`2HGPfX+*@-g;hS-9=n1lpqDmUtqlTdS&bE!l;*(S zq8o;75A_6BFOa$phq$E;TTEeYM<v~E;ZnQI$XzC;R&?7&;GMRQ1U*(aAi3W}sDMG> z<~rt)4wKu2nLs^Q-YmDt>UC+OG0gcre-IGGTjgky+Cs=RxfQEi>wVd*+pq%y7bv~( z5#btXaheaNdD-N{fM(;RE&amm8sT)mW+&veERR+LuQn|<3h_I^w#N#wzXM>mhhvFB zW|=oICLEVNmbAK{Ie8QAg60?T_9hx=e7+cl3qlL%o_{8!djVDC)e|;V47!WCZ~fT( zM!cc^C7D%U`_0nQl9q9PmlQ<?z-iW86Y2q6xPzU*f!_u;Fv#>o_-48xbjI>TCg_Z2 zl1ZKx5Sd9FnC_rU9DJnq$+2uk(VD8nCA-HydtNqEXcL3KQMIdjw3hWZsv`4e5W`L= zswOf$mI>lnyjRI^ke-k+G0SryrI8`x(l1Gt-p1ZB773k4Pojjmw<R_Y6Md#>n6y5{ zRfxt|-yd3#4-!yo9=k0R%>eppklWEF)PN{3DDu`uIhQm<aWW|mCMBet@Hj2n{YT0c z1V5*wM;eFa$hH2C1(>mABV`79Qh&BrJ&1?KYe$E1^U9dCVY(iSv8QT??J!<59NOlO zb<TQGdL~ebS9)e4EkK!}vcla4nW;`uW@tx)%Hv;UY7?qE*{M#M-RTK%O>t&<2@hA_ zWAOtP-)He%7NJ{9Powf8X>y{vh<0K5Pu?hqdX=^4(t|wZ2uGAQt#IX4EYM4OyQHbd ztj0F?SiF`2{A$&o3No7QYZ;+e1Gh{4IYCTxR)3Jd@>yWONdmczMzfJFF$PhLNbnxK zOC{QC-)lkS_Ed3nldsAoXbJ)4c(dPM@lMsDz{U+)dn{3*Mi1su$fWaya&6QhI0PO& znt_PAY)h*$aAKuZ4!Va!dc-VuF&@^AE-<2+cv3bIPR_O@OOfCuR#YRgnz8WWcGph; z$}RH*IN6tg6AIPPKqa#nlLS-c5y846#FI>T1SQ=ai>oFHr~y+#BYr~qD>$=5bsPY2 z+QyfRy)_uxMRpR%Gp5rp46DGOdmp8vtF%OL1K3Nn^UYb<yH1dNPS@jHzzsQ_P)y-! z?1*>^U(WC{o1`2jcoY}F(zp??9kHI;vz=-ZkD6h3+JB?|L6xCf4I3*U0thuPh{Tlh zy1cB{?e%!QUZ2<R4KPs)le92Fi?`Mr_SSjpy$#+*?<VhN?-p;9_a<+%x5c~F+v;ue zwtG9g+q^e>Bi>H$cJGeaJDyBUW<K0jOnIZ;uBWn-9p0VZU2qodlyi4`Z^5}PZ?|_3 z&Skwl-o5zl_TCECcwfvS9K!P!;I$?`dS&fss%AO(&ajwZ@mFY@V$wi$oJEO+$KrNg zc!0G6i?b{)p{S?N+>Os$@Y#*eJ^1Xw=U(+PZ}=d8Hpk*o7IczRc@~o__V6cF)*fO( z5~+TlwO3ipvnZpeXQ~VNvO<pLHdWzqdv$S|#e&{Fah?|xiz&H!A+O?DJ{d%m<#QG* z8gdY|@i;+<<FJodgW0{r<>=s$m10Z<f251s@e$fsMrGwj(ev9No~OJWh<eE^&S#M+ zLyja0<_^7oeB`zXWL=%Bjn6%@a0Z!R{o27ovEFA6jv#S0j>;uuYb{{YEK;xb`$xwr z+NkOuo>KX8m2s%+*_pZ0!ijwCOuegEI4}p=QtvP7n~&vds&uiwhKKVDNJm?)>HClq zw%0$2M6-qZAP>qHDsvYK{ynRUg@dJHaj{xBTADpmE0t%FMHZ*33v>Ay;fcrc3-tjx zRm+!a@+(3xHit;iQdum|>^GGIrZR3S5Af#k{9?6Q%9jt!Eh=6(GLO{0tQ;#SQ~;w? zm~Xb;hl7e*ID=l9eWac(7LFH-)k2NuPap=S55Z8eaB`tAvpAPm0pNJd$%TslgU({% zRB28gcWO~hFQUU{3g|ICO^;8Xh4r<boh6bU0BQ#2N@Zj@9anj;gzl>ku#%q(j<Yo; z@<Z>BY!mFtje=dNc|LaKfN9AC?9N26J0HbvEsEU*AG?r9G<M}?j1eEZ$kwZ|tMAj; zm6Ha$Gd_0xdw@z$V|UKNu4iF)USk)hh+X*=@lrI{EdslFIfKfysmz*+B6eqe>`wdG z#i-WUoj2H(O4-Nmd<46d0J{ssu7&{Et@_vv00(xfz^?uQuv_!7TWiK{#m24*u{+y< z-QZZT%ih;A-Ux^WmPE$!<%jM<LS{1`s*MgCtMlI3#cJ*3>G4zf*$L$Rt6nBCqyEzd zRbfT`f7ZDjhFkY$PZwcq0;x%Qq&Y(LG_g>J%K^h!NW#(HwlW<1sDh}y68X1-k$-8W zW;|d-|J^Hl7!b`E1Ruc*5mN&)u(82Bfrm>J(nS*EfBVjh5f5$>Yo4$2GmPSL+wTn^ zc1nr?b5FyLaXt)=tb^wMkPL`e(Zx>Iev0BMJDM%Yz`^CxG3N@Mt9zPsi*QTGUgRi8 z7Dsje7<_ibMsk*Kdx;Rp0_Y#}ut7)Uh0hTd$~&}4BR6#_2LlqaRkV(@Ca5AvV~+*W z^)7%DYKX#={HzA&I;#hPD3PsUHv4>y=w#6U%oQMxA)6^m%_2h0zBcuFJcE7{*=Wju z@X4}?1qwKPEdEG-OLg4WORuD=`W#myqvvq+LN6^+=O@KchFO36yl&*QNUI;obNY1< zmhv{q2;ArO$hCig9xxDuXX$uhl~qSDX<1;vv(Td6z0!W9vDar)Uf+hckEhg54U2xe zhqrhGK3iU8=Mz3hbUuL|t#@bwohgFdK^Q7sDqPxWsT^l&^KjnqwL`2~`21rOgti7g zp(=QWdWyw)7Ehx%r9O;uWJsIdo<+SrIE}2)=a8@ckbY7X5*Aom=3L>Csue*{9`T2K z&IK0lV<84RP7+1?gZd%`@tauNz=Eq<Hl<RZ<=KXr!Vs-r;OKliDjc22osO}2^Ka5H zZF1LdpJZeo!tv1mrLhk`gPiF6XWn&=W&Mdsw3aZxPP(Gq(m)i9<A26MjhICEm?uGA z)=OX^9&rRe)_%F2E335*7>gtWDaPR#evQom3`VZc`CE4yf0<T)#$QT)+)f?l52NoH zeNMZG>$=3_!bU9|F$Y!OmA1?6{&;6ln`dhMA55Kp#%p^lbN=U-(_ZSn0LIG(My5zi zon3{y{^tDHd4ce3_5~TSybEWTAQt;rsYhCAt?3A))&r#@tJNRy(g7A6GMW*QLN;b! zDe#=^Tn$5J%OH^?a^VpA1bzp1mXL{clK~$odxeYYulbBCEE<LiZ+e+SWd|yBJ4C*g z)Np$)okMLvFEW9n!FvNonKV9eJDU@R#UVe^aFhD^Q9|@(j&RWxWULF#<p@@UO~V_d zzV)?7%8s{H*o=p84|jN^!5{qpupZWUEj$Wq?z8{X+1=Nk9YJc+o77hT?F?QL`6H?3 z-y4;dV2gv%?Jpu{K(K2wUPq%?64lWH!z-c`zaFzJt&;R9K~P~qTR-YL>-4W!Yp}RV zBJt%duKz^rX>KZEf0wfDJs5;e*Q#jKL!}UtEBIrbpOg5A#1LqvdPt4oeB)&JG|v5! zZ~(_x5^|<kXn1#m{{`uuyq$C$^g;rW@f);`zKuqFLT?gK^%@HiHbz*JLIj^r;_yEL zu-cu5XE#{T4r%3#h!t!b$E$$085IqhS<M&lv}nO(<cPa~P1unY?is{^AI)?0>3|g9 z#4`}jUqq+pP`ARJx?02e{oia2c><Xe+?-w3te6(H5QLsq3F&7MUxStGWG~lW;ig{) zo$QYK(g2dN)*gn)(A32N$0G_&7dxabn7br9mFa9)tKVdaBk~Se*tUB7ARZ}s9@W=K zJ6*j@Bi<65(}UmYO(zoU!?mgz(=4~WHyApmT~HX9`3P>(dI%v22*)@A_xkP1h?0Oo zWbdMdzT40$7<0=7Me(aXAZ-o60#lR0CCir45oSUpN{@`NTcjXtiiD>F%@0-vk$}v# zG8nu^yGsBvsC6riQ#+_jbK5oZ=R}IfC=J)WYz{s)MqR71&L;UbV0XBGl0Hebp>-b4 z2E7Gb$hR2HrDq#B@j&!V|Hu(Hh<m|;dnK!nn1Epf{zf9(Bxa2fSPZhzXJC*;4lXYP zL#&vC@!dg_Fupr!7RGlMO~d%k(mafBM=o!WuiT|u9qbb#gre&1#|UWRpIrcH4L&Vy z%@J=*EB$s%pf&n#GRnVR3=O0Fcgq}s?}zwm{uu979|gYEIutScZ^m({-fw7-G$!=S zoTwC~bq&n8?mJ(arnlg3xrRe-JphWhTmIVLzz;4RlQhh{LQkrxsZzOAo0^K41<-(y z6WxUaAsj-qC9+w&xXiTdXt~OFwA3vxEaPgqmF?0ji2g4zzAw>MBryAcEOPV<IYc|G z-OLe>IN_kwE&UM~@1;a$IYLN9B8dxY>4Y+29n}G>)~W*;33T-UUadoDx%dl5-yIfU zE)L!>#R5k(18x(~4B+B!Ki!FeJs=F-3du!Q7}QR{;ADQ^L~q?m;AknLh~X5O62Xgy z?R7~P-vUItUuSojx!eR&AYz09CRaY7B!l%@E@fc7cIc!~q_BseaL`yU8;TS65`H~n z#9Pk25z8P~&wE3jmXReUeS8NFVDwYoj1dr>{IoK4_&avm;e>fQLNGGW#(Ab4*`sxc z|8_rnH1u$B5+iYqB)v2fkPFFH-IqhukMVn~(@@kk%`zdTp2a22wM8^}j)$U@i;yDP zy6Ek$x$`0h!`s=JTHP5!X4F2I58;27iP`OC-fl}M=G=`83)_X#NF`QR=my3P3Q7fI z4THk%LTO;N;rGQ6cZ^sON5m39LZdjL73YwaN!Wq$i_@zbCiZHA$XN>`#voj+xH8Q> z#F=cL`VO8ngG-S=k|F+852IKau>@kspfftX$WM{(X_7>!M~WnJ8kKlWUJ_+wAX}ux z(W)`u5FM?!r$kF0;hvH%()_E4vn7&;$Q!**wO+da-vL4x8c0O!7G#K{!~lJq0vW=D zo~Qia8Zyn@va(wKBq0LsspY%qnB)C7!u;)dW~tA`miYg}0jw!!1iE-wTM+?b*x5c# zyI5Z$j)lAhmMhkw11!T0R)V8#O;D19eqElad2EHn)Le2*LQC9yjRWf>J~HM*9>tnY z13HqPs1N1IS0c}bVPCjOGW(!LcE;-b7RPTZdhPOp#1^aD4abm%1pKoFrg5&J(_Q`_ zk&bcjjV4>Nm?A^I5ps)U4R)ycMeinf<jr6h1HvkVVW{sVG7DmEWtfFG2wk?vTMec$ z<P0(+AWPAL{r4`w70)%A?Z2V}d=*W_c6RC0Wb^K;czomPC~sR}C*oshJ}G^y@hRGt zl_m8T2?%E-yklbrS_1$Hw4N%3%<W-RIHQ?fLgskdSah{^@?W^_)J{H$3y)erxg0Sa z7&ace%i45fD7u(G_mix<WYUiVsP|hyy~ANLNdT(l2xXh`9^Gq+2Ip%Vup|$ModV+Q zRf?n2i?z|&N^O+9a~Z=Yg~kuCA)2U*dHKHUYs?L>&E;*(Pg|WF%WN8kqv4w?Y?QpV z$=S()e%Ojtl8WK8Y!W`0VS0HP7JXM>JJ<LzO>;BSK*QZ>4V$QjtEXO*5&hcD&bIk1 ztCg000<Zko4YbVAki;yj!mmgW6enP#?Uf*CgLZ@2b&aDdD};3rcfj__bX=hW?vE1r z)*Eblbp<2{p>I+1xev{X=V9@hkMOd;BrnUlc$sZ4)sQsUOJluPKh4h80pWC#QYO=i zU&fLKN7}lwJnl0D$LDd$>?8_=8KcL?nyd&b!{<J00p{8W5;GFscwYB83$Xo(?7`V% zE%Q50NSohrL_+#k-v_pm&AxwPK?onUrclPqb=@1eQ2M79Y_6c_aj+R`?_^|w^*2U< zNmfZ;LWh3Q0_(S~qst6f6BUi@rpXZSp=A{$^#dYydA;*X1l7_zlSP#17&PE6!!wtM z^@q#DN*44NHvp@lFg_Pdu=csQAd#xgO|h(SUCdbf6oKYQ0y{)1DC<9?UdCfb)+zc5 zsrRyYk;NLy#(P-2m4&Rv{w*(jg9V+o)Yn-1I*YHe_zDY#snwhGe!<&5#KT{*_AS=F z&D*}t;=6olO3|7(vQg11M?K8q7cA(iqPkeDWwDpVAr|juk>&lpEN)@3odxr3N`5N| z#xCIxC7h1z8kIda;;JMIuVUsD^;J<8koH@0#ZE#%ui)qLvZ_L*EuGzv?b<jp_&8j` zw&r%_W^?;;@5(*iX8s?{ZNbq{ZZtQZJCK{sy(f1x=jCq8RdaXd-j>^*+mYLGU2f2? z$@?Soj^uz$h~HJlX`tI69cSRw3Sr>M)IPf9A>BkRB}>L|q<9K0ef$MCP-?Gb9{cW~ z2>tW~o)TGs<g<y8-S|{*MFGd;jSr<COFfnraRaK|6}+REZg5ft9zTL#!(Q_)eAQFu z>ZuD?Q|b%s+|U8xr?~bH9ENO0hI`7lX*cbud<`D{P-+TRX!^hp8BZl)P+ctUM1d2Z zVV#e!50(oBuR5h4MCTs;!k_Tfg2*r7r+>${;sc312ai3tb1o^KSC66?n;|^rk9Bqd z8zOm!;qlmZF01-V=w5U=x)aXc>C4!f^*ntVu_ZU7*k78+J;B=3D9|Oe@Z#b@o|0d1 zD9J?)W7sp?J^8Z$MmSAp;B=Z^k{BQ}xGD07-?r_;M}%8rVewM%4oCx@cJ+Q-yR`n0 zQWdqiRNlOhSJeV`f>mY~**ygJ9r%Uf5K`}C@%JnQn6Qwp<C9(?SnL!6CC|oM=q4PW z!mDoQo#udjIWab}tKKs;Rb0fbgu>L60vg&Bhn3<p>Z=w?3%jN+K<%igUDeV>nf@BR zck_BLoRJw82w|0~8sY!Td%IZ>f2tS7<m#F#6s8wTb6!DJcTMN31x49YQpO^DB<|&2 zj;f-~N_&q|>`<#&kOZnVEQlVpmc=lObu8Ai5Xa&#vqqMoosGEyt8QVjmBlEF{Vd)G zbf{ZVt9Q*8<|}ZYmZ__U7x7x}K6G)WAd#Y^`&>O;&+eVCc-W$IKane5lZar4alqV- i=5x5eXI;;RY#)fw<89*@A%^%QegAg03$%2pC;R{Z&1zHt diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc deleted file mode 100644 index d40efd36b0bc1a3cc776578e6eb68b457fb69b12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10785 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 ZFz66f$GDL)6Bkov>O%I%+K;vG{120M=0N}e diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_ihatexml.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/_ihatexml.py deleted file mode 100644 index 4c77717..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/_ihatexml.py +++ /dev/null @@ -1,288 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -import re -import warnings - -from .constants import DataLossWarning - -baseChar = """ -[#x0041-#x005A] | [#x0061-#x007A] | [#x00C0-#x00D6] | [#x00D8-#x00F6] | -[#x00F8-#x00FF] | [#x0100-#x0131] | [#x0134-#x013E] | [#x0141-#x0148] | -[#x014A-#x017E] | [#x0180-#x01C3] | [#x01CD-#x01F0] | [#x01F4-#x01F5] | -[#x01FA-#x0217] | [#x0250-#x02A8] | [#x02BB-#x02C1] | #x0386 | -[#x0388-#x038A] | #x038C | [#x038E-#x03A1] | [#x03A3-#x03CE] | -[#x03D0-#x03D6] | #x03DA | #x03DC | #x03DE | #x03E0 | [#x03E2-#x03F3] | -[#x0401-#x040C] | [#x040E-#x044F] | [#x0451-#x045C] | [#x045E-#x0481] | -[#x0490-#x04C4] | [#x04C7-#x04C8] | [#x04CB-#x04CC] | [#x04D0-#x04EB] | -[#x04EE-#x04F5] | [#x04F8-#x04F9] | [#x0531-#x0556] | #x0559 | -[#x0561-#x0586] | [#x05D0-#x05EA] | [#x05F0-#x05F2] | [#x0621-#x063A] | -[#x0641-#x064A] | [#x0671-#x06B7] | [#x06BA-#x06BE] | [#x06C0-#x06CE] | -[#x06D0-#x06D3] | #x06D5 | [#x06E5-#x06E6] | [#x0905-#x0939] | #x093D | -[#x0958-#x0961] | [#x0985-#x098C] | [#x098F-#x0990] | [#x0993-#x09A8] | -[#x09AA-#x09B0] | #x09B2 | [#x09B6-#x09B9] | [#x09DC-#x09DD] | -[#x09DF-#x09E1] | [#x09F0-#x09F1] | [#x0A05-#x0A0A] | [#x0A0F-#x0A10] | -[#x0A13-#x0A28] | [#x0A2A-#x0A30] | [#x0A32-#x0A33] | [#x0A35-#x0A36] | -[#x0A38-#x0A39] | [#x0A59-#x0A5C] | #x0A5E | [#x0A72-#x0A74] | -[#x0A85-#x0A8B] | #x0A8D | [#x0A8F-#x0A91] | [#x0A93-#x0AA8] | -[#x0AAA-#x0AB0] | [#x0AB2-#x0AB3] | [#x0AB5-#x0AB9] | #x0ABD | #x0AE0 | -[#x0B05-#x0B0C] | [#x0B0F-#x0B10] | [#x0B13-#x0B28] | [#x0B2A-#x0B30] | -[#x0B32-#x0B33] | [#x0B36-#x0B39] | #x0B3D | [#x0B5C-#x0B5D] | -[#x0B5F-#x0B61] | [#x0B85-#x0B8A] | [#x0B8E-#x0B90] | [#x0B92-#x0B95] | -[#x0B99-#x0B9A] | #x0B9C | [#x0B9E-#x0B9F] | [#x0BA3-#x0BA4] | -[#x0BA8-#x0BAA] | [#x0BAE-#x0BB5] | [#x0BB7-#x0BB9] | [#x0C05-#x0C0C] | -[#x0C0E-#x0C10] | [#x0C12-#x0C28] | [#x0C2A-#x0C33] | [#x0C35-#x0C39] | -[#x0C60-#x0C61] | [#x0C85-#x0C8C] | [#x0C8E-#x0C90] | [#x0C92-#x0CA8] | -[#x0CAA-#x0CB3] | [#x0CB5-#x0CB9] | #x0CDE | [#x0CE0-#x0CE1] | -[#x0D05-#x0D0C] | [#x0D0E-#x0D10] | [#x0D12-#x0D28] | [#x0D2A-#x0D39] | -[#x0D60-#x0D61] | [#x0E01-#x0E2E] | #x0E30 | [#x0E32-#x0E33] | -[#x0E40-#x0E45] | [#x0E81-#x0E82] | #x0E84 | [#x0E87-#x0E88] | #x0E8A | -#x0E8D | [#x0E94-#x0E97] | [#x0E99-#x0E9F] | [#x0EA1-#x0EA3] | #x0EA5 | -#x0EA7 | [#x0EAA-#x0EAB] | [#x0EAD-#x0EAE] | #x0EB0 | [#x0EB2-#x0EB3] | -#x0EBD | [#x0EC0-#x0EC4] | [#x0F40-#x0F47] | [#x0F49-#x0F69] | -[#x10A0-#x10C5] | [#x10D0-#x10F6] | #x1100 | [#x1102-#x1103] | -[#x1105-#x1107] | #x1109 | [#x110B-#x110C] | [#x110E-#x1112] | #x113C | -#x113E | #x1140 | #x114C | #x114E | #x1150 | [#x1154-#x1155] | #x1159 | -[#x115F-#x1161] | #x1163 | #x1165 | #x1167 | #x1169 | [#x116D-#x116E] | -[#x1172-#x1173] | #x1175 | #x119E | #x11A8 | #x11AB | [#x11AE-#x11AF] | -[#x11B7-#x11B8] | #x11BA | [#x11BC-#x11C2] | #x11EB | #x11F0 | #x11F9 | -[#x1E00-#x1E9B] | [#x1EA0-#x1EF9] | [#x1F00-#x1F15] | [#x1F18-#x1F1D] | -[#x1F20-#x1F45] | [#x1F48-#x1F4D] | [#x1F50-#x1F57] | #x1F59 | #x1F5B | -#x1F5D | [#x1F5F-#x1F7D] | [#x1F80-#x1FB4] | [#x1FB6-#x1FBC] | #x1FBE | -[#x1FC2-#x1FC4] | [#x1FC6-#x1FCC] | [#x1FD0-#x1FD3] | [#x1FD6-#x1FDB] | -[#x1FE0-#x1FEC] | [#x1FF2-#x1FF4] | [#x1FF6-#x1FFC] | #x2126 | -[#x212A-#x212B] | #x212E | [#x2180-#x2182] | [#x3041-#x3094] | -[#x30A1-#x30FA] | [#x3105-#x312C] | [#xAC00-#xD7A3]""" - -ideographic = """[#x4E00-#x9FA5] | #x3007 | [#x3021-#x3029]""" - -combiningCharacter = """ -[#x0300-#x0345] | [#x0360-#x0361] | [#x0483-#x0486] | [#x0591-#x05A1] | -[#x05A3-#x05B9] | [#x05BB-#x05BD] | #x05BF | [#x05C1-#x05C2] | #x05C4 | -[#x064B-#x0652] | #x0670 | [#x06D6-#x06DC] | [#x06DD-#x06DF] | -[#x06E0-#x06E4] | [#x06E7-#x06E8] | [#x06EA-#x06ED] | [#x0901-#x0903] | -#x093C | [#x093E-#x094C] | #x094D | [#x0951-#x0954] | [#x0962-#x0963] | -[#x0981-#x0983] | #x09BC | #x09BE | #x09BF | [#x09C0-#x09C4] | -[#x09C7-#x09C8] | [#x09CB-#x09CD] | #x09D7 | [#x09E2-#x09E3] | #x0A02 | -#x0A3C | #x0A3E | #x0A3F | [#x0A40-#x0A42] | [#x0A47-#x0A48] | -[#x0A4B-#x0A4D] | [#x0A70-#x0A71] | [#x0A81-#x0A83] | #x0ABC | -[#x0ABE-#x0AC5] | [#x0AC7-#x0AC9] | [#x0ACB-#x0ACD] | [#x0B01-#x0B03] | -#x0B3C | [#x0B3E-#x0B43] | [#x0B47-#x0B48] | [#x0B4B-#x0B4D] | -[#x0B56-#x0B57] | [#x0B82-#x0B83] | [#x0BBE-#x0BC2] | [#x0BC6-#x0BC8] | -[#x0BCA-#x0BCD] | #x0BD7 | [#x0C01-#x0C03] | [#x0C3E-#x0C44] | -[#x0C46-#x0C48] | [#x0C4A-#x0C4D] | [#x0C55-#x0C56] | [#x0C82-#x0C83] | -[#x0CBE-#x0CC4] | [#x0CC6-#x0CC8] | [#x0CCA-#x0CCD] | [#x0CD5-#x0CD6] | -[#x0D02-#x0D03] | [#x0D3E-#x0D43] | [#x0D46-#x0D48] | [#x0D4A-#x0D4D] | -#x0D57 | #x0E31 | [#x0E34-#x0E3A] | [#x0E47-#x0E4E] | #x0EB1 | -[#x0EB4-#x0EB9] | [#x0EBB-#x0EBC] | [#x0EC8-#x0ECD] | [#x0F18-#x0F19] | -#x0F35 | #x0F37 | #x0F39 | #x0F3E | #x0F3F | [#x0F71-#x0F84] | -[#x0F86-#x0F8B] | [#x0F90-#x0F95] | #x0F97 | [#x0F99-#x0FAD] | -[#x0FB1-#x0FB7] | #x0FB9 | [#x20D0-#x20DC] | #x20E1 | [#x302A-#x302F] | -#x3099 | #x309A""" - -digit = """ -[#x0030-#x0039] | [#x0660-#x0669] | [#x06F0-#x06F9] | [#x0966-#x096F] | -[#x09E6-#x09EF] | [#x0A66-#x0A6F] | [#x0AE6-#x0AEF] | [#x0B66-#x0B6F] | -[#x0BE7-#x0BEF] | [#x0C66-#x0C6F] | [#x0CE6-#x0CEF] | [#x0D66-#x0D6F] | -[#x0E50-#x0E59] | [#x0ED0-#x0ED9] | [#x0F20-#x0F29]""" - -extender = """ -#x00B7 | #x02D0 | #x02D1 | #x0387 | #x0640 | #x0E46 | #x0EC6 | #x3005 | -#[#x3031-#x3035] | [#x309D-#x309E] | [#x30FC-#x30FE]""" - -letter = " | ".join([baseChar, ideographic]) - -# Without the -name = " | ".join([letter, digit, ".", "-", "_", combiningCharacter, - extender]) -nameFirst = " | ".join([letter, "_"]) - -reChar = re.compile(r"#x([\d|A-F]{4,4})") -reCharRange = re.compile(r"\[#x([\d|A-F]{4,4})-#x([\d|A-F]{4,4})\]") - - -def charStringToList(chars): - charRanges = [item.strip() for item in chars.split(" | ")] - rv = [] - for item in charRanges: - foundMatch = False - for regexp in (reChar, reCharRange): - match = regexp.match(item) - if match is not None: - rv.append([hexToInt(item) for item in match.groups()]) - if len(rv[-1]) == 1: - rv[-1] = rv[-1] * 2 - foundMatch = True - break - if not foundMatch: - assert len(item) == 1 - - rv.append([ord(item)] * 2) - rv = normaliseCharList(rv) - return rv - - -def normaliseCharList(charList): - charList = sorted(charList) - for item in charList: - assert item[1] >= item[0] - rv = [] - i = 0 - while i < len(charList): - j = 1 - rv.append(charList[i]) - while i + j < len(charList) and charList[i + j][0] <= rv[-1][1] + 1: - rv[-1][1] = charList[i + j][1] - j += 1 - i += j - return rv - -# We don't really support characters above the BMP :( -max_unicode = int("FFFF", 16) - - -def missingRanges(charList): - rv = [] - if charList[0] != 0: - rv.append([0, charList[0][0] - 1]) - for i, item in enumerate(charList[:-1]): - rv.append([item[1] + 1, charList[i + 1][0] - 1]) - if charList[-1][1] != max_unicode: - rv.append([charList[-1][1] + 1, max_unicode]) - return rv - - -def listToRegexpStr(charList): - rv = [] - for item in charList: - if item[0] == item[1]: - rv.append(escapeRegexp(chr(item[0]))) - else: - rv.append(escapeRegexp(chr(item[0])) + "-" + - escapeRegexp(chr(item[1]))) - return "[%s]" % "".join(rv) - - -def hexToInt(hex_str): - return int(hex_str, 16) - - -def escapeRegexp(string): - specialCharacters = (".", "^", "$", "*", "+", "?", "{", "}", - "[", "]", "|", "(", ")", "-") - for char in specialCharacters: - string = string.replace(char, "\\" + char) - - return string - -# output from the above -nonXmlNameBMPRegexp = re.compile('[\x00-,/:-@\\[-\\^`\\{-\xb6\xb8-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u02cf\u02d2-\u02ff\u0346-\u035f\u0362-\u0385\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482\u0487-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u0590\u05a2\u05ba\u05be\u05c0\u05c3\u05c5-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u063f\u0653-\u065f\u066a-\u066f\u06b8-\u06b9\u06bf\u06cf\u06d4\u06e9\u06ee-\u06ef\u06fa-\u0900\u0904\u093a-\u093b\u094e-\u0950\u0955-\u0957\u0964-\u0965\u0970-\u0980\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09bb\u09bd\u09c5-\u09c6\u09c9-\u09ca\u09ce-\u09d6\u09d8-\u09db\u09de\u09e4-\u09e5\u09f2-\u0a01\u0a03-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a3b\u0a3d\u0a43-\u0a46\u0a49-\u0a4a\u0a4e-\u0a58\u0a5d\u0a5f-\u0a65\u0a75-\u0a80\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abb\u0ac6\u0aca\u0ace-\u0adf\u0ae1-\u0ae5\u0af0-\u0b00\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3b\u0b44-\u0b46\u0b49-\u0b4a\u0b4e-\u0b55\u0b58-\u0b5b\u0b5e\u0b62-\u0b65\u0b70-\u0b81\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0bbd\u0bc3-\u0bc5\u0bc9\u0bce-\u0bd6\u0bd8-\u0be6\u0bf0-\u0c00\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c3d\u0c45\u0c49\u0c4e-\u0c54\u0c57-\u0c5f\u0c62-\u0c65\u0c70-\u0c81\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cbd\u0cc5\u0cc9\u0cce-\u0cd4\u0cd7-\u0cdd\u0cdf\u0ce2-\u0ce5\u0cf0-\u0d01\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d3d\u0d44-\u0d45\u0d49\u0d4e-\u0d56\u0d58-\u0d5f\u0d62-\u0d65\u0d70-\u0e00\u0e2f\u0e3b-\u0e3f\u0e4f\u0e5a-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eba\u0ebe-\u0ebf\u0ec5\u0ec7\u0ece-\u0ecf\u0eda-\u0f17\u0f1a-\u0f1f\u0f2a-\u0f34\u0f36\u0f38\u0f3a-\u0f3d\u0f48\u0f6a-\u0f70\u0f85\u0f8c-\u0f8f\u0f96\u0f98\u0fae-\u0fb0\u0fb8\u0fba-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u20cf\u20dd-\u20e0\u20e2-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3004\u3006\u3008-\u3020\u3030\u3036-\u3040\u3095-\u3098\u309b-\u309c\u309f-\u30a0\u30fb\u30ff-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa - -nonXmlNameFirstBMPRegexp = re.compile('[\x00-@\\[-\\^`\\{-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u0385\u0387\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u0640\u064b-\u0670\u06b8-\u06b9\u06bf\u06cf\u06d4\u06d6-\u06e4\u06e7-\u0904\u093a-\u093c\u093e-\u0957\u0962-\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09db\u09de\u09e2-\u09ef\u09f2-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a58\u0a5d\u0a5f-\u0a71\u0a75-\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abc\u0abe-\u0adf\u0ae1-\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3c\u0b3e-\u0b5b\u0b5e\u0b62-\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c5f\u0c62-\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cdd\u0cdf\u0ce2-\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d5f\u0d62-\u0e00\u0e2f\u0e31\u0e34-\u0e3f\u0e46-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eb1\u0eb4-\u0ebc\u0ebe-\u0ebf\u0ec5-\u0f3f\u0f48\u0f6a-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3006\u3008-\u3020\u302a-\u3040\u3095-\u30a0\u30fb-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa - -# Simpler things -nonPubidCharRegexp = re.compile("[^\x20\x0D\x0Aa-zA-Z0-9\\-'()+,./:=?;!*#@$_%]") - - -class InfosetFilter(object): - replacementRegexp = re.compile(r"U[\dA-F]{5,5}") - - def __init__(self, - dropXmlnsLocalName=False, - dropXmlnsAttrNs=False, - preventDoubleDashComments=False, - preventDashAtCommentEnd=False, - replaceFormFeedCharacters=True, - preventSingleQuotePubid=False): - - self.dropXmlnsLocalName = dropXmlnsLocalName - self.dropXmlnsAttrNs = dropXmlnsAttrNs - - self.preventDoubleDashComments = preventDoubleDashComments - self.preventDashAtCommentEnd = preventDashAtCommentEnd - - self.replaceFormFeedCharacters = replaceFormFeedCharacters - - self.preventSingleQuotePubid = preventSingleQuotePubid - - self.replaceCache = {} - - def coerceAttribute(self, name, namespace=None): - if self.dropXmlnsLocalName and name.startswith("xmlns:"): - warnings.warn("Attributes cannot begin with xmlns", DataLossWarning) - return None - elif (self.dropXmlnsAttrNs and - namespace == "http://www.w3.org/2000/xmlns/"): - warnings.warn("Attributes cannot be in the xml namespace", DataLossWarning) - return None - else: - return self.toXmlName(name) - - def coerceElement(self, name): - return self.toXmlName(name) - - def coerceComment(self, data): - if self.preventDoubleDashComments: - while "--" in data: - warnings.warn("Comments cannot contain adjacent dashes", DataLossWarning) - data = data.replace("--", "- -") - if data.endswith("-"): - warnings.warn("Comments cannot end in a dash", DataLossWarning) - data += " " - return data - - def coerceCharacters(self, data): - if self.replaceFormFeedCharacters: - for _ in range(data.count("\x0C")): - warnings.warn("Text cannot contain U+000C", DataLossWarning) - data = data.replace("\x0C", " ") - # Other non-xml characters - return data - - def coercePubid(self, data): - dataOutput = data - for char in nonPubidCharRegexp.findall(data): - warnings.warn("Coercing non-XML pubid", DataLossWarning) - replacement = self.getReplacementCharacter(char) - dataOutput = dataOutput.replace(char, replacement) - if self.preventSingleQuotePubid and dataOutput.find("'") >= 0: - warnings.warn("Pubid cannot contain single quote", DataLossWarning) - dataOutput = dataOutput.replace("'", self.getReplacementCharacter("'")) - return dataOutput - - def toXmlName(self, name): - nameFirst = name[0] - nameRest = name[1:] - m = nonXmlNameFirstBMPRegexp.match(nameFirst) - if m: - warnings.warn("Coercing non-XML name", DataLossWarning) - nameFirstOutput = self.getReplacementCharacter(nameFirst) - else: - nameFirstOutput = nameFirst - - nameRestOutput = nameRest - replaceChars = set(nonXmlNameBMPRegexp.findall(nameRest)) - for char in replaceChars: - warnings.warn("Coercing non-XML name", DataLossWarning) - replacement = self.getReplacementCharacter(char) - nameRestOutput = nameRestOutput.replace(char, replacement) - return nameFirstOutput + nameRestOutput - - def getReplacementCharacter(self, char): - if char in self.replaceCache: - replacement = self.replaceCache[char] - else: - replacement = self.escapeChar(char) - return replacement - - def fromXmlName(self, name): - for item in set(self.replacementRegexp.findall(name)): - name = name.replace(item, self.unescapeChar(item)) - return name - - def escapeChar(self, char): - replacement = "U%05X" % ord(char) - self.replaceCache[char] = replacement - return replacement - - def unescapeChar(self, charcode): - return chr(int(charcode[1:], 16)) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py deleted file mode 100644 index a65e55f..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py +++ /dev/null @@ -1,923 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from pip._vendor.six import text_type, binary_type -from pip._vendor.six.moves import http_client, urllib - -import codecs -import re - -from pip._vendor import webencodings - -from .constants import EOF, spaceCharacters, asciiLetters, asciiUppercase -from .constants import _ReparseException -from . import _utils - -from io import StringIO - -try: - from io import BytesIO -except ImportError: - BytesIO = StringIO - -# Non-unicode versions of constants for use in the pre-parser -spaceCharactersBytes = frozenset([item.encode("ascii") for item in spaceCharacters]) -asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters]) -asciiUppercaseBytes = frozenset([item.encode("ascii") for item in asciiUppercase]) -spacesAngleBrackets = spaceCharactersBytes | frozenset([b">", b"<"]) - - -invalid_unicode_no_surrogate = "[\u0001-\u0008\u000B\u000E-\u001F\u007F-\u009F\uFDD0-\uFDEF\uFFFE\uFFFF\U0001FFFE\U0001FFFF\U0002FFFE\U0002FFFF\U0003FFFE\U0003FFFF\U0004FFFE\U0004FFFF\U0005FFFE\U0005FFFF\U0006FFFE\U0006FFFF\U0007FFFE\U0007FFFF\U0008FFFE\U0008FFFF\U0009FFFE\U0009FFFF\U000AFFFE\U000AFFFF\U000BFFFE\U000BFFFF\U000CFFFE\U000CFFFF\U000DFFFE\U000DFFFF\U000EFFFE\U000EFFFF\U000FFFFE\U000FFFFF\U0010FFFE\U0010FFFF]" # noqa - -if _utils.supports_lone_surrogates: - # Use one extra step of indirection and create surrogates with - # eval. Not using this indirection would introduce an illegal - # unicode literal on platforms not supporting such lone - # surrogates. - assert invalid_unicode_no_surrogate[-1] == "]" and invalid_unicode_no_surrogate.count("]") == 1 - invalid_unicode_re = re.compile(invalid_unicode_no_surrogate[:-1] + - eval('"\\uD800-\\uDFFF"') + # pylint:disable=eval-used - "]") -else: - invalid_unicode_re = re.compile(invalid_unicode_no_surrogate) - -non_bmp_invalid_codepoints = set([0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, - 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, - 0x6FFFE, 0x6FFFF, 0x7FFFE, 0x7FFFF, 0x8FFFE, - 0x8FFFF, 0x9FFFE, 0x9FFFF, 0xAFFFE, 0xAFFFF, - 0xBFFFE, 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, - 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, 0xFFFFF, - 0x10FFFE, 0x10FFFF]) - -ascii_punctuation_re = re.compile("[\u0009-\u000D\u0020-\u002F\u003A-\u0040\u005C\u005B-\u0060\u007B-\u007E]") - -# Cache for charsUntil() -charsUntilRegEx = {} - - -class BufferedStream(object): - """Buffering for streams that do not have buffering of their own - - The buffer is implemented as a list of chunks on the assumption that - joining many strings will be slow since it is O(n**2) - """ - - def __init__(self, stream): - self.stream = stream - self.buffer = [] - self.position = [-1, 0] # chunk number, offset - - def tell(self): - pos = 0 - for chunk in self.buffer[:self.position[0]]: - pos += len(chunk) - pos += self.position[1] - return pos - - def seek(self, pos): - assert pos <= self._bufferedBytes() - offset = pos - i = 0 - while len(self.buffer[i]) < offset: - offset -= len(self.buffer[i]) - i += 1 - self.position = [i, offset] - - def read(self, bytes): - if not self.buffer: - return self._readStream(bytes) - elif (self.position[0] == len(self.buffer) and - self.position[1] == len(self.buffer[-1])): - return self._readStream(bytes) - else: - return self._readFromBuffer(bytes) - - def _bufferedBytes(self): - return sum([len(item) for item in self.buffer]) - - def _readStream(self, bytes): - data = self.stream.read(bytes) - self.buffer.append(data) - self.position[0] += 1 - self.position[1] = len(data) - return data - - def _readFromBuffer(self, bytes): - remainingBytes = bytes - rv = [] - bufferIndex = self.position[0] - bufferOffset = self.position[1] - while bufferIndex < len(self.buffer) and remainingBytes != 0: - assert remainingBytes > 0 - bufferedData = self.buffer[bufferIndex] - - if remainingBytes <= len(bufferedData) - bufferOffset: - bytesToRead = remainingBytes - self.position = [bufferIndex, bufferOffset + bytesToRead] - else: - bytesToRead = len(bufferedData) - bufferOffset - self.position = [bufferIndex, len(bufferedData)] - bufferIndex += 1 - rv.append(bufferedData[bufferOffset:bufferOffset + bytesToRead]) - remainingBytes -= bytesToRead - - bufferOffset = 0 - - if remainingBytes: - rv.append(self._readStream(remainingBytes)) - - return b"".join(rv) - - -def HTMLInputStream(source, **kwargs): - # Work around Python bug #20007: read(0) closes the connection. - # http://bugs.python.org/issue20007 - if (isinstance(source, http_client.HTTPResponse) or - # Also check for addinfourl wrapping HTTPResponse - (isinstance(source, urllib.response.addbase) and - isinstance(source.fp, http_client.HTTPResponse))): - isUnicode = False - elif hasattr(source, "read"): - isUnicode = isinstance(source.read(0), text_type) - else: - isUnicode = isinstance(source, text_type) - - if isUnicode: - encodings = [x for x in kwargs if x.endswith("_encoding")] - if encodings: - raise TypeError("Cannot set an encoding with a unicode input, set %r" % encodings) - - return HTMLUnicodeInputStream(source, **kwargs) - else: - return HTMLBinaryInputStream(source, **kwargs) - - -class HTMLUnicodeInputStream(object): - """Provides a unicode stream of characters to the HTMLTokenizer. - - This class takes care of character encoding and removing or replacing - incorrect byte-sequences and also provides column and line tracking. - - """ - - _defaultChunkSize = 10240 - - def __init__(self, source): - """Initialises the HTMLInputStream. - - HTMLInputStream(source, [encoding]) -> Normalized stream from source - for use by html5lib. - - source can be either a file-object, local filename or a string. - - The optional encoding parameter must be a string that indicates - the encoding. If specified, that encoding will be used, - regardless of any BOM or later declaration (such as in a meta - element) - - """ - - if not _utils.supports_lone_surrogates: - # Such platforms will have already checked for such - # surrogate errors, so no need to do this checking. - self.reportCharacterErrors = None - elif len("\U0010FFFF") == 1: - self.reportCharacterErrors = self.characterErrorsUCS4 - else: - self.reportCharacterErrors = self.characterErrorsUCS2 - - # List of where new lines occur - self.newLines = [0] - - self.charEncoding = (lookupEncoding("utf-8"), "certain") - self.dataStream = self.openStream(source) - - self.reset() - - def reset(self): - self.chunk = "" - self.chunkSize = 0 - self.chunkOffset = 0 - self.errors = [] - - # number of (complete) lines in previous chunks - self.prevNumLines = 0 - # number of columns in the last line of the previous chunk - self.prevNumCols = 0 - - # Deal with CR LF and surrogates split over chunk boundaries - self._bufferedCharacter = None - - def openStream(self, source): - """Produces a file object from source. - - source can be either a file object, local filename or a string. - - """ - # Already a file object - if hasattr(source, 'read'): - stream = source - else: - stream = StringIO(source) - - return stream - - def _position(self, offset): - chunk = self.chunk - nLines = chunk.count('\n', 0, offset) - positionLine = self.prevNumLines + nLines - lastLinePos = chunk.rfind('\n', 0, offset) - if lastLinePos == -1: - positionColumn = self.prevNumCols + offset - else: - positionColumn = offset - (lastLinePos + 1) - return (positionLine, positionColumn) - - def position(self): - """Returns (line, col) of the current position in the stream.""" - line, col = self._position(self.chunkOffset) - return (line + 1, col) - - def char(self): - """ Read one character from the stream or queue if available. Return - EOF when EOF is reached. - """ - # Read a new chunk from the input stream if necessary - if self.chunkOffset >= self.chunkSize: - if not self.readChunk(): - return EOF - - chunkOffset = self.chunkOffset - char = self.chunk[chunkOffset] - self.chunkOffset = chunkOffset + 1 - - return char - - def readChunk(self, chunkSize=None): - if chunkSize is None: - chunkSize = self._defaultChunkSize - - self.prevNumLines, self.prevNumCols = self._position(self.chunkSize) - - self.chunk = "" - self.chunkSize = 0 - self.chunkOffset = 0 - - data = self.dataStream.read(chunkSize) - - # Deal with CR LF and surrogates broken across chunks - if self._bufferedCharacter: - data = self._bufferedCharacter + data - self._bufferedCharacter = None - elif not data: - # We have no more data, bye-bye stream - return False - - if len(data) > 1: - lastv = ord(data[-1]) - if lastv == 0x0D or 0xD800 <= lastv <= 0xDBFF: - self._bufferedCharacter = data[-1] - data = data[:-1] - - if self.reportCharacterErrors: - self.reportCharacterErrors(data) - - # Replace invalid characters - data = data.replace("\r\n", "\n") - data = data.replace("\r", "\n") - - self.chunk = data - self.chunkSize = len(data) - - return True - - def characterErrorsUCS4(self, data): - for _ in range(len(invalid_unicode_re.findall(data))): - self.errors.append("invalid-codepoint") - - def characterErrorsUCS2(self, data): - # Someone picked the wrong compile option - # You lose - skip = False - for match in invalid_unicode_re.finditer(data): - if skip: - continue - codepoint = ord(match.group()) - pos = match.start() - # Pretty sure there should be endianness issues here - if _utils.isSurrogatePair(data[pos:pos + 2]): - # We have a surrogate pair! - char_val = _utils.surrogatePairToCodepoint(data[pos:pos + 2]) - if char_val in non_bmp_invalid_codepoints: - self.errors.append("invalid-codepoint") - skip = True - elif (codepoint >= 0xD800 and codepoint <= 0xDFFF and - pos == len(data) - 1): - self.errors.append("invalid-codepoint") - else: - skip = False - self.errors.append("invalid-codepoint") - - def charsUntil(self, characters, opposite=False): - """ Returns a string of characters from the stream up to but not - including any character in 'characters' or EOF. 'characters' must be - a container that supports the 'in' method and iteration over its - characters. - """ - - # Use a cache of regexps to find the required characters - try: - chars = charsUntilRegEx[(characters, opposite)] - except KeyError: - if __debug__: - for c in characters: - assert(ord(c) < 128) - regex = "".join(["\\x%02x" % ord(c) for c in characters]) - if not opposite: - regex = "^%s" % regex - chars = charsUntilRegEx[(characters, opposite)] = re.compile("[%s]+" % regex) - - rv = [] - - while True: - # Find the longest matching prefix - m = chars.match(self.chunk, self.chunkOffset) - if m is None: - # If nothing matched, and it wasn't because we ran out of chunk, - # then stop - if self.chunkOffset != self.chunkSize: - break - else: - end = m.end() - # If not the whole chunk matched, return everything - # up to the part that didn't match - if end != self.chunkSize: - rv.append(self.chunk[self.chunkOffset:end]) - self.chunkOffset = end - break - # If the whole remainder of the chunk matched, - # use it all and read the next chunk - rv.append(self.chunk[self.chunkOffset:]) - if not self.readChunk(): - # Reached EOF - break - - r = "".join(rv) - return r - - def unget(self, char): - # Only one character is allowed to be ungotten at once - it must - # be consumed again before any further call to unget - if char is not None: - if self.chunkOffset == 0: - # unget is called quite rarely, so it's a good idea to do - # more work here if it saves a bit of work in the frequently - # called char and charsUntil. - # So, just prepend the ungotten character onto the current - # chunk: - self.chunk = char + self.chunk - self.chunkSize += 1 - else: - self.chunkOffset -= 1 - assert self.chunk[self.chunkOffset] == char - - -class HTMLBinaryInputStream(HTMLUnicodeInputStream): - """Provides a unicode stream of characters to the HTMLTokenizer. - - This class takes care of character encoding and removing or replacing - incorrect byte-sequences and also provides column and line tracking. - - """ - - def __init__(self, source, override_encoding=None, transport_encoding=None, - same_origin_parent_encoding=None, likely_encoding=None, - default_encoding="windows-1252", useChardet=True): - """Initialises the HTMLInputStream. - - HTMLInputStream(source, [encoding]) -> Normalized stream from source - for use by html5lib. - - source can be either a file-object, local filename or a string. - - The optional encoding parameter must be a string that indicates - the encoding. If specified, that encoding will be used, - regardless of any BOM or later declaration (such as in a meta - element) - - """ - # Raw Stream - for unicode objects this will encode to utf-8 and set - # self.charEncoding as appropriate - self.rawStream = self.openStream(source) - - HTMLUnicodeInputStream.__init__(self, self.rawStream) - - # Encoding Information - # Number of bytes to use when looking for a meta element with - # encoding information - self.numBytesMeta = 1024 - # Number of bytes to use when using detecting encoding using chardet - self.numBytesChardet = 100 - # Things from args - self.override_encoding = override_encoding - self.transport_encoding = transport_encoding - self.same_origin_parent_encoding = same_origin_parent_encoding - self.likely_encoding = likely_encoding - self.default_encoding = default_encoding - - # Determine encoding - self.charEncoding = self.determineEncoding(useChardet) - assert self.charEncoding[0] is not None - - # Call superclass - self.reset() - - def reset(self): - self.dataStream = self.charEncoding[0].codec_info.streamreader(self.rawStream, 'replace') - HTMLUnicodeInputStream.reset(self) - - def openStream(self, source): - """Produces a file object from source. - - source can be either a file object, local filename or a string. - - """ - # Already a file object - if hasattr(source, 'read'): - stream = source - else: - stream = BytesIO(source) - - try: - stream.seek(stream.tell()) - except: # pylint:disable=bare-except - stream = BufferedStream(stream) - - return stream - - def determineEncoding(self, chardet=True): - # BOMs take precedence over everything - # This will also read past the BOM if present - charEncoding = self.detectBOM(), "certain" - if charEncoding[0] is not None: - return charEncoding - - # If we've been overriden, we've been overriden - charEncoding = lookupEncoding(self.override_encoding), "certain" - if charEncoding[0] is not None: - return charEncoding - - # Now check the transport layer - charEncoding = lookupEncoding(self.transport_encoding), "certain" - if charEncoding[0] is not None: - return charEncoding - - # Look for meta elements with encoding information - charEncoding = self.detectEncodingMeta(), "tentative" - if charEncoding[0] is not None: - return charEncoding - - # Parent document encoding - charEncoding = lookupEncoding(self.same_origin_parent_encoding), "tentative" - if charEncoding[0] is not None and not charEncoding[0].name.startswith("utf-16"): - return charEncoding - - # "likely" encoding - charEncoding = lookupEncoding(self.likely_encoding), "tentative" - if charEncoding[0] is not None: - return charEncoding - - # Guess with chardet, if available - if chardet: - try: - from pip._vendor.chardet.universaldetector import UniversalDetector - except ImportError: - pass - else: - buffers = [] - detector = UniversalDetector() - while not detector.done: - buffer = self.rawStream.read(self.numBytesChardet) - assert isinstance(buffer, bytes) - if not buffer: - break - buffers.append(buffer) - detector.feed(buffer) - detector.close() - encoding = lookupEncoding(detector.result['encoding']) - self.rawStream.seek(0) - if encoding is not None: - return encoding, "tentative" - - # Try the default encoding - charEncoding = lookupEncoding(self.default_encoding), "tentative" - if charEncoding[0] is not None: - return charEncoding - - # Fallback to html5lib's default if even that hasn't worked - return lookupEncoding("windows-1252"), "tentative" - - def changeEncoding(self, newEncoding): - assert self.charEncoding[1] != "certain" - newEncoding = lookupEncoding(newEncoding) - if newEncoding is None: - return - if newEncoding.name in ("utf-16be", "utf-16le"): - newEncoding = lookupEncoding("utf-8") - assert newEncoding is not None - elif newEncoding == self.charEncoding[0]: - self.charEncoding = (self.charEncoding[0], "certain") - else: - self.rawStream.seek(0) - self.charEncoding = (newEncoding, "certain") - self.reset() - raise _ReparseException("Encoding changed from %s to %s" % (self.charEncoding[0], newEncoding)) - - def detectBOM(self): - """Attempts to detect at BOM at the start of the stream. If - an encoding can be determined from the BOM return the name of the - encoding otherwise return None""" - bomDict = { - codecs.BOM_UTF8: 'utf-8', - codecs.BOM_UTF16_LE: 'utf-16le', codecs.BOM_UTF16_BE: 'utf-16be', - codecs.BOM_UTF32_LE: 'utf-32le', codecs.BOM_UTF32_BE: 'utf-32be' - } - - # Go to beginning of file and read in 4 bytes - string = self.rawStream.read(4) - assert isinstance(string, bytes) - - # Try detecting the BOM using bytes from the string - encoding = bomDict.get(string[:3]) # UTF-8 - seek = 3 - if not encoding: - # Need to detect UTF-32 before UTF-16 - encoding = bomDict.get(string) # UTF-32 - seek = 4 - if not encoding: - encoding = bomDict.get(string[:2]) # UTF-16 - seek = 2 - - # Set the read position past the BOM if one was found, otherwise - # set it to the start of the stream - if encoding: - self.rawStream.seek(seek) - return lookupEncoding(encoding) - else: - self.rawStream.seek(0) - return None - - def detectEncodingMeta(self): - """Report the encoding declared by the meta element - """ - buffer = self.rawStream.read(self.numBytesMeta) - assert isinstance(buffer, bytes) - parser = EncodingParser(buffer) - self.rawStream.seek(0) - encoding = parser.getEncoding() - - if encoding is not None and encoding.name in ("utf-16be", "utf-16le"): - encoding = lookupEncoding("utf-8") - - return encoding - - -class EncodingBytes(bytes): - """String-like object with an associated position and various extra methods - If the position is ever greater than the string length then an exception is - raised""" - def __new__(self, value): - assert isinstance(value, bytes) - return bytes.__new__(self, value.lower()) - - def __init__(self, value): - # pylint:disable=unused-argument - self._position = -1 - - def __iter__(self): - return self - - def __next__(self): - p = self._position = self._position + 1 - if p >= len(self): - raise StopIteration - elif p < 0: - raise TypeError - return self[p:p + 1] - - def next(self): - # Py2 compat - return self.__next__() - - def previous(self): - p = self._position - if p >= len(self): - raise StopIteration - elif p < 0: - raise TypeError - self._position = p = p - 1 - return self[p:p + 1] - - def setPosition(self, position): - if self._position >= len(self): - raise StopIteration - self._position = position - - def getPosition(self): - if self._position >= len(self): - raise StopIteration - if self._position >= 0: - return self._position - else: - return None - - position = property(getPosition, setPosition) - - def getCurrentByte(self): - return self[self.position:self.position + 1] - - currentByte = property(getCurrentByte) - - def skip(self, chars=spaceCharactersBytes): - """Skip past a list of characters""" - p = self.position # use property for the error-checking - while p < len(self): - c = self[p:p + 1] - if c not in chars: - self._position = p - return c - p += 1 - self._position = p - return None - - def skipUntil(self, chars): - p = self.position - while p < len(self): - c = self[p:p + 1] - if c in chars: - self._position = p - return c - p += 1 - self._position = p - return None - - def matchBytes(self, bytes): - """Look for a sequence of bytes at the start of a string. If the bytes - are found return True and advance the position to the byte after the - match. Otherwise return False and leave the position alone""" - p = self.position - data = self[p:p + len(bytes)] - rv = data.startswith(bytes) - if rv: - self.position += len(bytes) - return rv - - def jumpTo(self, bytes): - """Look for the next sequence of bytes matching a given sequence. If - a match is found advance the position to the last byte of the match""" - newPosition = self[self.position:].find(bytes) - if newPosition > -1: - # XXX: This is ugly, but I can't see a nicer way to fix this. - if self._position == -1: - self._position = 0 - self._position += (newPosition + len(bytes) - 1) - return True - else: - raise StopIteration - - -class EncodingParser(object): - """Mini parser for detecting character encoding from meta elements""" - - def __init__(self, data): - """string - the data to work on for encoding detection""" - self.data = EncodingBytes(data) - self.encoding = None - - def getEncoding(self): - methodDispatch = ( - (b"<!--", self.handleComment), - (b"<meta", self.handleMeta), - (b"</", self.handlePossibleEndTag), - (b"<!", self.handleOther), - (b"<?", self.handleOther), - (b"<", self.handlePossibleStartTag)) - for _ in self.data: - keepParsing = True - for key, method in methodDispatch: - if self.data.matchBytes(key): - try: - keepParsing = method() - break - except StopIteration: - keepParsing = False - break - if not keepParsing: - break - - return self.encoding - - def handleComment(self): - """Skip over comments""" - return self.data.jumpTo(b"-->") - - def handleMeta(self): - if self.data.currentByte not in spaceCharactersBytes: - # if we have <meta not followed by a space so just keep going - return True - # We have a valid meta element we want to search for attributes - hasPragma = False - pendingEncoding = None - while True: - # Try to find the next attribute after the current position - attr = self.getAttribute() - if attr is None: - return True - else: - if attr[0] == b"http-equiv": - hasPragma = attr[1] == b"content-type" - if hasPragma and pendingEncoding is not None: - self.encoding = pendingEncoding - return False - elif attr[0] == b"charset": - tentativeEncoding = attr[1] - codec = lookupEncoding(tentativeEncoding) - if codec is not None: - self.encoding = codec - return False - elif attr[0] == b"content": - contentParser = ContentAttrParser(EncodingBytes(attr[1])) - tentativeEncoding = contentParser.parse() - if tentativeEncoding is not None: - codec = lookupEncoding(tentativeEncoding) - if codec is not None: - if hasPragma: - self.encoding = codec - return False - else: - pendingEncoding = codec - - def handlePossibleStartTag(self): - return self.handlePossibleTag(False) - - def handlePossibleEndTag(self): - next(self.data) - return self.handlePossibleTag(True) - - def handlePossibleTag(self, endTag): - data = self.data - if data.currentByte not in asciiLettersBytes: - # If the next byte is not an ascii letter either ignore this - # fragment (possible start tag case) or treat it according to - # handleOther - if endTag: - data.previous() - self.handleOther() - return True - - c = data.skipUntil(spacesAngleBrackets) - if c == b"<": - # return to the first step in the overall "two step" algorithm - # reprocessing the < byte - data.previous() - else: - # Read all attributes - attr = self.getAttribute() - while attr is not None: - attr = self.getAttribute() - return True - - def handleOther(self): - return self.data.jumpTo(b">") - - def getAttribute(self): - """Return a name,value pair for the next attribute in the stream, - if one is found, or None""" - data = self.data - # Step 1 (skip chars) - c = data.skip(spaceCharactersBytes | frozenset([b"/"])) - assert c is None or len(c) == 1 - # Step 2 - if c in (b">", None): - return None - # Step 3 - attrName = [] - attrValue = [] - # Step 4 attribute name - while True: - if c == b"=" and attrName: - break - elif c in spaceCharactersBytes: - # Step 6! - c = data.skip() - break - elif c in (b"/", b">"): - return b"".join(attrName), b"" - elif c in asciiUppercaseBytes: - attrName.append(c.lower()) - elif c is None: - return None - else: - attrName.append(c) - # Step 5 - c = next(data) - # Step 7 - if c != b"=": - data.previous() - return b"".join(attrName), b"" - # Step 8 - next(data) - # Step 9 - c = data.skip() - # Step 10 - if c in (b"'", b'"'): - # 10.1 - quoteChar = c - while True: - # 10.2 - c = next(data) - # 10.3 - if c == quoteChar: - next(data) - return b"".join(attrName), b"".join(attrValue) - # 10.4 - elif c in asciiUppercaseBytes: - attrValue.append(c.lower()) - # 10.5 - else: - attrValue.append(c) - elif c == b">": - return b"".join(attrName), b"" - elif c in asciiUppercaseBytes: - attrValue.append(c.lower()) - elif c is None: - return None - else: - attrValue.append(c) - # Step 11 - while True: - c = next(data) - if c in spacesAngleBrackets: - return b"".join(attrName), b"".join(attrValue) - elif c in asciiUppercaseBytes: - attrValue.append(c.lower()) - elif c is None: - return None - else: - attrValue.append(c) - - -class ContentAttrParser(object): - def __init__(self, data): - assert isinstance(data, bytes) - self.data = data - - def parse(self): - try: - # Check if the attr name is charset - # otherwise return - self.data.jumpTo(b"charset") - self.data.position += 1 - self.data.skip() - if not self.data.currentByte == b"=": - # If there is no = sign keep looking for attrs - return None - self.data.position += 1 - self.data.skip() - # Look for an encoding between matching quote marks - if self.data.currentByte in (b'"', b"'"): - quoteMark = self.data.currentByte - self.data.position += 1 - oldPosition = self.data.position - if self.data.jumpTo(quoteMark): - return self.data[oldPosition:self.data.position] - else: - return None - else: - # Unquoted value - oldPosition = self.data.position - try: - self.data.skipUntil(spaceCharactersBytes) - return self.data[oldPosition:self.data.position] - except StopIteration: - # Return the whole remaining value - return self.data[oldPosition:] - except StopIteration: - return None - - -def lookupEncoding(encoding): - """Return the python codec name corresponding to an encoding or None if the - string doesn't correspond to a valid encoding.""" - if isinstance(encoding, binary_type): - try: - encoding = encoding.decode("ascii") - except UnicodeDecodeError: - return None - - if encoding is not None: - try: - return webencodings.lookup(encoding) - except AttributeError: - return None - else: - return None diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py deleted file mode 100644 index 178f6e7..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py +++ /dev/null @@ -1,1721 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from pip._vendor.six import unichr as chr - -from collections import deque - -from .constants import spaceCharacters -from .constants import entities -from .constants import asciiLetters, asciiUpper2Lower -from .constants import digits, hexDigits, EOF -from .constants import tokenTypes, tagTokenTypes -from .constants import replacementCharacters - -from ._inputstream import HTMLInputStream - -from ._trie import Trie - -entitiesTrie = Trie(entities) - - -class HTMLTokenizer(object): - """ This class takes care of tokenizing HTML. - - * self.currentToken - Holds the token that is currently being processed. - - * self.state - Holds a reference to the method to be invoked... XXX - - * self.stream - Points to HTMLInputStream object. - """ - - def __init__(self, stream, parser=None, **kwargs): - - self.stream = HTMLInputStream(stream, **kwargs) - self.parser = parser - - # Setup the initial tokenizer state - self.escapeFlag = False - self.lastFourChars = [] - self.state = self.dataState - self.escape = False - - # The current token being created - self.currentToken = None - super(HTMLTokenizer, self).__init__() - - def __iter__(self): - """ This is where the magic happens. - - We do our usually processing through the states and when we have a token - to return we yield the token which pauses processing until the next token - is requested. - """ - self.tokenQueue = deque([]) - # Start processing. When EOF is reached self.state will return False - # instead of True and the loop will terminate. - while self.state(): - while self.stream.errors: - yield {"type": tokenTypes["ParseError"], "data": self.stream.errors.pop(0)} - while self.tokenQueue: - yield self.tokenQueue.popleft() - - def consumeNumberEntity(self, isHex): - """This function returns either U+FFFD or the character based on the - decimal or hexadecimal representation. It also discards ";" if present. - If not present self.tokenQueue.append({"type": tokenTypes["ParseError"]}) is invoked. - """ - - allowed = digits - radix = 10 - if isHex: - allowed = hexDigits - radix = 16 - - charStack = [] - - # Consume all the characters that are in range while making sure we - # don't hit an EOF. - c = self.stream.char() - while c in allowed and c is not EOF: - charStack.append(c) - c = self.stream.char() - - # Convert the set of characters consumed to an int. - charAsInt = int("".join(charStack), radix) - - # Certain characters get replaced with others - if charAsInt in replacementCharacters: - char = replacementCharacters[charAsInt] - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "illegal-codepoint-for-numeric-entity", - "datavars": {"charAsInt": charAsInt}}) - elif ((0xD800 <= charAsInt <= 0xDFFF) or - (charAsInt > 0x10FFFF)): - char = "\uFFFD" - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "illegal-codepoint-for-numeric-entity", - "datavars": {"charAsInt": charAsInt}}) - else: - # Should speed up this check somehow (e.g. move the set to a constant) - if ((0x0001 <= charAsInt <= 0x0008) or - (0x000E <= charAsInt <= 0x001F) or - (0x007F <= charAsInt <= 0x009F) or - (0xFDD0 <= charAsInt <= 0xFDEF) or - charAsInt in frozenset([0x000B, 0xFFFE, 0xFFFF, 0x1FFFE, - 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, - 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, - 0x5FFFF, 0x6FFFE, 0x6FFFF, 0x7FFFE, - 0x7FFFF, 0x8FFFE, 0x8FFFF, 0x9FFFE, - 0x9FFFF, 0xAFFFE, 0xAFFFF, 0xBFFFE, - 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, - 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, - 0xFFFFF, 0x10FFFE, 0x10FFFF])): - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": - "illegal-codepoint-for-numeric-entity", - "datavars": {"charAsInt": charAsInt}}) - try: - # Try/except needed as UCS-2 Python builds' unichar only works - # within the BMP. - char = chr(charAsInt) - except ValueError: - v = charAsInt - 0x10000 - char = chr(0xD800 | (v >> 10)) + chr(0xDC00 | (v & 0x3FF)) - - # Discard the ; if present. Otherwise, put it back on the queue and - # invoke parseError on parser. - if c != ";": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "numeric-entity-without-semicolon"}) - self.stream.unget(c) - - return char - - def consumeEntity(self, allowedChar=None, fromAttribute=False): - # Initialise to the default output for when no entity is matched - output = "&" - - charStack = [self.stream.char()] - if (charStack[0] in spaceCharacters or charStack[0] in (EOF, "<", "&") or - (allowedChar is not None and allowedChar == charStack[0])): - self.stream.unget(charStack[0]) - - elif charStack[0] == "#": - # Read the next character to see if it's hex or decimal - hex = False - charStack.append(self.stream.char()) - if charStack[-1] in ("x", "X"): - hex = True - charStack.append(self.stream.char()) - - # charStack[-1] should be the first digit - if (hex and charStack[-1] in hexDigits) \ - or (not hex and charStack[-1] in digits): - # At least one digit found, so consume the whole number - self.stream.unget(charStack[-1]) - output = self.consumeNumberEntity(hex) - else: - # No digits found - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "expected-numeric-entity"}) - self.stream.unget(charStack.pop()) - output = "&" + "".join(charStack) - - else: - # At this point in the process might have named entity. Entities - # are stored in the global variable "entities". - # - # Consume characters and compare to these to a substring of the - # entity names in the list until the substring no longer matches. - while (charStack[-1] is not EOF): - if not entitiesTrie.has_keys_with_prefix("".join(charStack)): - break - charStack.append(self.stream.char()) - - # At this point we have a string that starts with some characters - # that may match an entity - # Try to find the longest entity the string will match to take care - # of ¬i for instance. - try: - entityName = entitiesTrie.longest_prefix("".join(charStack[:-1])) - entityLength = len(entityName) - except KeyError: - entityName = None - - if entityName is not None: - if entityName[-1] != ";": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "named-entity-without-semicolon"}) - if (entityName[-1] != ";" and fromAttribute and - (charStack[entityLength] in asciiLetters or - charStack[entityLength] in digits or - charStack[entityLength] == "=")): - self.stream.unget(charStack.pop()) - output = "&" + "".join(charStack) - else: - output = entities[entityName] - self.stream.unget(charStack.pop()) - output += "".join(charStack[entityLength:]) - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-named-entity"}) - self.stream.unget(charStack.pop()) - output = "&" + "".join(charStack) - - if fromAttribute: - self.currentToken["data"][-1][1] += output - else: - if output in spaceCharacters: - tokenType = "SpaceCharacters" - else: - tokenType = "Characters" - self.tokenQueue.append({"type": tokenTypes[tokenType], "data": output}) - - def processEntityInAttribute(self, allowedChar): - """This method replaces the need for "entityInAttributeValueState". - """ - self.consumeEntity(allowedChar=allowedChar, fromAttribute=True) - - def emitCurrentToken(self): - """This method is a generic handler for emitting the tags. It also sets - the state to "data" because that's what's needed after a token has been - emitted. - """ - token = self.currentToken - # Add token to the queue to be yielded - if (token["type"] in tagTokenTypes): - token["name"] = token["name"].translate(asciiUpper2Lower) - if token["type"] == tokenTypes["EndTag"]: - if token["data"]: - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "attributes-in-end-tag"}) - if token["selfClosing"]: - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "self-closing-flag-on-end-tag"}) - self.tokenQueue.append(token) - self.state = self.dataState - - # Below are the various tokenizer states worked out. - def dataState(self): - data = self.stream.char() - if data == "&": - self.state = self.entityDataState - elif data == "<": - self.state = self.tagOpenState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\u0000"}) - elif data is EOF: - # Tokenization ends. - return False - elif data in spaceCharacters: - # Directly after emitting a token you switch back to the "data - # state". At that point spaceCharacters are important so they are - # emitted separately. - self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": - data + self.stream.charsUntil(spaceCharacters, True)}) - # No need to update lastFourChars here, since the first space will - # have already been appended to lastFourChars and will have broken - # any <!-- or --> sequences - else: - chars = self.stream.charsUntil(("&", "<", "\u0000")) - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": - data + chars}) - return True - - def entityDataState(self): - self.consumeEntity() - self.state = self.dataState - return True - - def rcdataState(self): - data = self.stream.char() - if data == "&": - self.state = self.characterReferenceInRcdata - elif data == "<": - self.state = self.rcdataLessThanSignState - elif data == EOF: - # Tokenization ends. - return False - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - elif data in spaceCharacters: - # Directly after emitting a token you switch back to the "data - # state". At that point spaceCharacters are important so they are - # emitted separately. - self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": - data + self.stream.charsUntil(spaceCharacters, True)}) - # No need to update lastFourChars here, since the first space will - # have already been appended to lastFourChars and will have broken - # any <!-- or --> sequences - else: - chars = self.stream.charsUntil(("&", "<", "\u0000")) - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": - data + chars}) - return True - - def characterReferenceInRcdata(self): - self.consumeEntity() - self.state = self.rcdataState - return True - - def rawtextState(self): - data = self.stream.char() - if data == "<": - self.state = self.rawtextLessThanSignState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - elif data == EOF: - # Tokenization ends. - return False - else: - chars = self.stream.charsUntil(("<", "\u0000")) - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": - data + chars}) - return True - - def scriptDataState(self): - data = self.stream.char() - if data == "<": - self.state = self.scriptDataLessThanSignState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - elif data == EOF: - # Tokenization ends. - return False - else: - chars = self.stream.charsUntil(("<", "\u0000")) - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": - data + chars}) - return True - - def plaintextState(self): - data = self.stream.char() - if data == EOF: - # Tokenization ends. - return False - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": - data + self.stream.charsUntil("\u0000")}) - return True - - def tagOpenState(self): - data = self.stream.char() - if data == "!": - self.state = self.markupDeclarationOpenState - elif data == "/": - self.state = self.closeTagOpenState - elif data in asciiLetters: - self.currentToken = {"type": tokenTypes["StartTag"], - "name": data, "data": [], - "selfClosing": False, - "selfClosingAcknowledged": False} - self.state = self.tagNameState - elif data == ">": - # XXX In theory it could be something besides a tag name. But - # do we really care? - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-tag-name-but-got-right-bracket"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<>"}) - self.state = self.dataState - elif data == "?": - # XXX In theory it could be something besides a tag name. But - # do we really care? - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-tag-name-but-got-question-mark"}) - self.stream.unget(data) - self.state = self.bogusCommentState - else: - # XXX - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-tag-name"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) - self.stream.unget(data) - self.state = self.dataState - return True - - def closeTagOpenState(self): - data = self.stream.char() - if data in asciiLetters: - self.currentToken = {"type": tokenTypes["EndTag"], "name": data, - "data": [], "selfClosing": False} - self.state = self.tagNameState - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-closing-tag-but-got-right-bracket"}) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-closing-tag-but-got-eof"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "</"}) - self.state = self.dataState - else: - # XXX data can be _'_... - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-closing-tag-but-got-char", - "datavars": {"data": data}}) - self.stream.unget(data) - self.state = self.bogusCommentState - return True - - def tagNameState(self): - data = self.stream.char() - if data in spaceCharacters: - self.state = self.beforeAttributeNameState - elif data == ">": - self.emitCurrentToken() - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-tag-name"}) - self.state = self.dataState - elif data == "/": - self.state = self.selfClosingStartTagState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["name"] += "\uFFFD" - else: - self.currentToken["name"] += data - # (Don't use charsUntil here, because tag names are - # very short and it's faster to not do anything fancy) - return True - - def rcdataLessThanSignState(self): - data = self.stream.char() - if data == "/": - self.temporaryBuffer = "" - self.state = self.rcdataEndTagOpenState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) - self.stream.unget(data) - self.state = self.rcdataState - return True - - def rcdataEndTagOpenState(self): - data = self.stream.char() - if data in asciiLetters: - self.temporaryBuffer += data - self.state = self.rcdataEndTagNameState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "</"}) - self.stream.unget(data) - self.state = self.rcdataState - return True - - def rcdataEndTagNameState(self): - appropriate = self.currentToken and self.currentToken["name"].lower() == self.temporaryBuffer.lower() - data = self.stream.char() - if data in spaceCharacters and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.state = self.beforeAttributeNameState - elif data == "/" and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.state = self.selfClosingStartTagState - elif data == ">" and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.emitCurrentToken() - self.state = self.dataState - elif data in asciiLetters: - self.temporaryBuffer += data - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "</" + self.temporaryBuffer}) - self.stream.unget(data) - self.state = self.rcdataState - return True - - def rawtextLessThanSignState(self): - data = self.stream.char() - if data == "/": - self.temporaryBuffer = "" - self.state = self.rawtextEndTagOpenState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) - self.stream.unget(data) - self.state = self.rawtextState - return True - - def rawtextEndTagOpenState(self): - data = self.stream.char() - if data in asciiLetters: - self.temporaryBuffer += data - self.state = self.rawtextEndTagNameState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "</"}) - self.stream.unget(data) - self.state = self.rawtextState - return True - - def rawtextEndTagNameState(self): - appropriate = self.currentToken and self.currentToken["name"].lower() == self.temporaryBuffer.lower() - data = self.stream.char() - if data in spaceCharacters and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.state = self.beforeAttributeNameState - elif data == "/" and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.state = self.selfClosingStartTagState - elif data == ">" and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.emitCurrentToken() - self.state = self.dataState - elif data in asciiLetters: - self.temporaryBuffer += data - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "</" + self.temporaryBuffer}) - self.stream.unget(data) - self.state = self.rawtextState - return True - - def scriptDataLessThanSignState(self): - data = self.stream.char() - if data == "/": - self.temporaryBuffer = "" - self.state = self.scriptDataEndTagOpenState - elif data == "!": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<!"}) - self.state = self.scriptDataEscapeStartState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) - self.stream.unget(data) - self.state = self.scriptDataState - return True - - def scriptDataEndTagOpenState(self): - data = self.stream.char() - if data in asciiLetters: - self.temporaryBuffer += data - self.state = self.scriptDataEndTagNameState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "</"}) - self.stream.unget(data) - self.state = self.scriptDataState - return True - - def scriptDataEndTagNameState(self): - appropriate = self.currentToken and self.currentToken["name"].lower() == self.temporaryBuffer.lower() - data = self.stream.char() - if data in spaceCharacters and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.state = self.beforeAttributeNameState - elif data == "/" and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.state = self.selfClosingStartTagState - elif data == ">" and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.emitCurrentToken() - self.state = self.dataState - elif data in asciiLetters: - self.temporaryBuffer += data - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "</" + self.temporaryBuffer}) - self.stream.unget(data) - self.state = self.scriptDataState - return True - - def scriptDataEscapeStartState(self): - data = self.stream.char() - if data == "-": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) - self.state = self.scriptDataEscapeStartDashState - else: - self.stream.unget(data) - self.state = self.scriptDataState - return True - - def scriptDataEscapeStartDashState(self): - data = self.stream.char() - if data == "-": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) - self.state = self.scriptDataEscapedDashDashState - else: - self.stream.unget(data) - self.state = self.scriptDataState - return True - - def scriptDataEscapedState(self): - data = self.stream.char() - if data == "-": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) - self.state = self.scriptDataEscapedDashState - elif data == "<": - self.state = self.scriptDataEscapedLessThanSignState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - elif data == EOF: - self.state = self.dataState - else: - chars = self.stream.charsUntil(("<", "-", "\u0000")) - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": - data + chars}) - return True - - def scriptDataEscapedDashState(self): - data = self.stream.char() - if data == "-": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) - self.state = self.scriptDataEscapedDashDashState - elif data == "<": - self.state = self.scriptDataEscapedLessThanSignState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - self.state = self.scriptDataEscapedState - elif data == EOF: - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - self.state = self.scriptDataEscapedState - return True - - def scriptDataEscapedDashDashState(self): - data = self.stream.char() - if data == "-": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) - elif data == "<": - self.state = self.scriptDataEscapedLessThanSignState - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) - self.state = self.scriptDataState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - self.state = self.scriptDataEscapedState - elif data == EOF: - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - self.state = self.scriptDataEscapedState - return True - - def scriptDataEscapedLessThanSignState(self): - data = self.stream.char() - if data == "/": - self.temporaryBuffer = "" - self.state = self.scriptDataEscapedEndTagOpenState - elif data in asciiLetters: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<" + data}) - self.temporaryBuffer = data - self.state = self.scriptDataDoubleEscapeStartState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) - self.stream.unget(data) - self.state = self.scriptDataEscapedState - return True - - def scriptDataEscapedEndTagOpenState(self): - data = self.stream.char() - if data in asciiLetters: - self.temporaryBuffer = data - self.state = self.scriptDataEscapedEndTagNameState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "</"}) - self.stream.unget(data) - self.state = self.scriptDataEscapedState - return True - - def scriptDataEscapedEndTagNameState(self): - appropriate = self.currentToken and self.currentToken["name"].lower() == self.temporaryBuffer.lower() - data = self.stream.char() - if data in spaceCharacters and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.state = self.beforeAttributeNameState - elif data == "/" and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.state = self.selfClosingStartTagState - elif data == ">" and appropriate: - self.currentToken = {"type": tokenTypes["EndTag"], - "name": self.temporaryBuffer, - "data": [], "selfClosing": False} - self.emitCurrentToken() - self.state = self.dataState - elif data in asciiLetters: - self.temporaryBuffer += data - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "</" + self.temporaryBuffer}) - self.stream.unget(data) - self.state = self.scriptDataEscapedState - return True - - def scriptDataDoubleEscapeStartState(self): - data = self.stream.char() - if data in (spaceCharacters | frozenset(("/", ">"))): - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - if self.temporaryBuffer.lower() == "script": - self.state = self.scriptDataDoubleEscapedState - else: - self.state = self.scriptDataEscapedState - elif data in asciiLetters: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - self.temporaryBuffer += data - else: - self.stream.unget(data) - self.state = self.scriptDataEscapedState - return True - - def scriptDataDoubleEscapedState(self): - data = self.stream.char() - if data == "-": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) - self.state = self.scriptDataDoubleEscapedDashState - elif data == "<": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) - self.state = self.scriptDataDoubleEscapedLessThanSignState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - elif data == EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-script-in-script"}) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - return True - - def scriptDataDoubleEscapedDashState(self): - data = self.stream.char() - if data == "-": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) - self.state = self.scriptDataDoubleEscapedDashDashState - elif data == "<": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) - self.state = self.scriptDataDoubleEscapedLessThanSignState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - self.state = self.scriptDataDoubleEscapedState - elif data == EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-script-in-script"}) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - self.state = self.scriptDataDoubleEscapedState - return True - - def scriptDataDoubleEscapedDashDashState(self): - data = self.stream.char() - if data == "-": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) - elif data == "<": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) - self.state = self.scriptDataDoubleEscapedLessThanSignState - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) - self.state = self.scriptDataState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": "\uFFFD"}) - self.state = self.scriptDataDoubleEscapedState - elif data == EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-script-in-script"}) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - self.state = self.scriptDataDoubleEscapedState - return True - - def scriptDataDoubleEscapedLessThanSignState(self): - data = self.stream.char() - if data == "/": - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "/"}) - self.temporaryBuffer = "" - self.state = self.scriptDataDoubleEscapeEndState - else: - self.stream.unget(data) - self.state = self.scriptDataDoubleEscapedState - return True - - def scriptDataDoubleEscapeEndState(self): - data = self.stream.char() - if data in (spaceCharacters | frozenset(("/", ">"))): - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - if self.temporaryBuffer.lower() == "script": - self.state = self.scriptDataEscapedState - else: - self.state = self.scriptDataDoubleEscapedState - elif data in asciiLetters: - self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) - self.temporaryBuffer += data - else: - self.stream.unget(data) - self.state = self.scriptDataDoubleEscapedState - return True - - def beforeAttributeNameState(self): - data = self.stream.char() - if data in spaceCharacters: - self.stream.charsUntil(spaceCharacters, True) - elif data in asciiLetters: - self.currentToken["data"].append([data, ""]) - self.state = self.attributeNameState - elif data == ">": - self.emitCurrentToken() - elif data == "/": - self.state = self.selfClosingStartTagState - elif data in ("'", '"', "=", "<"): - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "invalid-character-in-attribute-name"}) - self.currentToken["data"].append([data, ""]) - self.state = self.attributeNameState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"].append(["\uFFFD", ""]) - self.state = self.attributeNameState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-attribute-name-but-got-eof"}) - self.state = self.dataState - else: - self.currentToken["data"].append([data, ""]) - self.state = self.attributeNameState - return True - - def attributeNameState(self): - data = self.stream.char() - leavingThisState = True - emitToken = False - if data == "=": - self.state = self.beforeAttributeValueState - elif data in asciiLetters: - self.currentToken["data"][-1][0] += data +\ - self.stream.charsUntil(asciiLetters, True) - leavingThisState = False - elif data == ">": - # XXX If we emit here the attributes are converted to a dict - # without being checked and when the code below runs we error - # because data is a dict not a list - emitToken = True - elif data in spaceCharacters: - self.state = self.afterAttributeNameState - elif data == "/": - self.state = self.selfClosingStartTagState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"][-1][0] += "\uFFFD" - leavingThisState = False - elif data in ("'", '"', "<"): - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": - "invalid-character-in-attribute-name"}) - self.currentToken["data"][-1][0] += data - leavingThisState = False - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "eof-in-attribute-name"}) - self.state = self.dataState - else: - self.currentToken["data"][-1][0] += data - leavingThisState = False - - if leavingThisState: - # Attributes are not dropped at this stage. That happens when the - # start tag token is emitted so values can still be safely appended - # to attributes, but we do want to report the parse error in time. - self.currentToken["data"][-1][0] = ( - self.currentToken["data"][-1][0].translate(asciiUpper2Lower)) - for name, _ in self.currentToken["data"][:-1]: - if self.currentToken["data"][-1][0] == name: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "duplicate-attribute"}) - break - # XXX Fix for above XXX - if emitToken: - self.emitCurrentToken() - return True - - def afterAttributeNameState(self): - data = self.stream.char() - if data in spaceCharacters: - self.stream.charsUntil(spaceCharacters, True) - elif data == "=": - self.state = self.beforeAttributeValueState - elif data == ">": - self.emitCurrentToken() - elif data in asciiLetters: - self.currentToken["data"].append([data, ""]) - self.state = self.attributeNameState - elif data == "/": - self.state = self.selfClosingStartTagState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"].append(["\uFFFD", ""]) - self.state = self.attributeNameState - elif data in ("'", '"', "<"): - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "invalid-character-after-attribute-name"}) - self.currentToken["data"].append([data, ""]) - self.state = self.attributeNameState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-end-of-tag-but-got-eof"}) - self.state = self.dataState - else: - self.currentToken["data"].append([data, ""]) - self.state = self.attributeNameState - return True - - def beforeAttributeValueState(self): - data = self.stream.char() - if data in spaceCharacters: - self.stream.charsUntil(spaceCharacters, True) - elif data == "\"": - self.state = self.attributeValueDoubleQuotedState - elif data == "&": - self.state = self.attributeValueUnQuotedState - self.stream.unget(data) - elif data == "'": - self.state = self.attributeValueSingleQuotedState - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-attribute-value-but-got-right-bracket"}) - self.emitCurrentToken() - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"][-1][1] += "\uFFFD" - self.state = self.attributeValueUnQuotedState - elif data in ("=", "<", "`"): - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "equals-in-unquoted-attribute-value"}) - self.currentToken["data"][-1][1] += data - self.state = self.attributeValueUnQuotedState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-attribute-value-but-got-eof"}) - self.state = self.dataState - else: - self.currentToken["data"][-1][1] += data - self.state = self.attributeValueUnQuotedState - return True - - def attributeValueDoubleQuotedState(self): - data = self.stream.char() - if data == "\"": - self.state = self.afterAttributeValueState - elif data == "&": - self.processEntityInAttribute('"') - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"][-1][1] += "\uFFFD" - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-attribute-value-double-quote"}) - self.state = self.dataState - else: - self.currentToken["data"][-1][1] += data +\ - self.stream.charsUntil(("\"", "&", "\u0000")) - return True - - def attributeValueSingleQuotedState(self): - data = self.stream.char() - if data == "'": - self.state = self.afterAttributeValueState - elif data == "&": - self.processEntityInAttribute("'") - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"][-1][1] += "\uFFFD" - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-attribute-value-single-quote"}) - self.state = self.dataState - else: - self.currentToken["data"][-1][1] += data +\ - self.stream.charsUntil(("'", "&", "\u0000")) - return True - - def attributeValueUnQuotedState(self): - data = self.stream.char() - if data in spaceCharacters: - self.state = self.beforeAttributeNameState - elif data == "&": - self.processEntityInAttribute(">") - elif data == ">": - self.emitCurrentToken() - elif data in ('"', "'", "=", "<", "`"): - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-character-in-unquoted-attribute-value"}) - self.currentToken["data"][-1][1] += data - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"][-1][1] += "\uFFFD" - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-attribute-value-no-quotes"}) - self.state = self.dataState - else: - self.currentToken["data"][-1][1] += data + self.stream.charsUntil( - frozenset(("&", ">", '"', "'", "=", "<", "`", "\u0000")) | spaceCharacters) - return True - - def afterAttributeValueState(self): - data = self.stream.char() - if data in spaceCharacters: - self.state = self.beforeAttributeNameState - elif data == ">": - self.emitCurrentToken() - elif data == "/": - self.state = self.selfClosingStartTagState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-EOF-after-attribute-value"}) - self.stream.unget(data) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-character-after-attribute-value"}) - self.stream.unget(data) - self.state = self.beforeAttributeNameState - return True - - def selfClosingStartTagState(self): - data = self.stream.char() - if data == ">": - self.currentToken["selfClosing"] = True - self.emitCurrentToken() - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": - "unexpected-EOF-after-solidus-in-tag"}) - self.stream.unget(data) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-character-after-solidus-in-tag"}) - self.stream.unget(data) - self.state = self.beforeAttributeNameState - return True - - def bogusCommentState(self): - # Make a new comment token and give it as value all the characters - # until the first > or EOF (charsUntil checks for EOF automatically) - # and emit it. - data = self.stream.charsUntil(">") - data = data.replace("\u0000", "\uFFFD") - self.tokenQueue.append( - {"type": tokenTypes["Comment"], "data": data}) - - # Eat the character directly after the bogus comment which is either a - # ">" or an EOF. - self.stream.char() - self.state = self.dataState - return True - - def markupDeclarationOpenState(self): - charStack = [self.stream.char()] - if charStack[-1] == "-": - charStack.append(self.stream.char()) - if charStack[-1] == "-": - self.currentToken = {"type": tokenTypes["Comment"], "data": ""} - self.state = self.commentStartState - return True - elif charStack[-1] in ('d', 'D'): - matched = True - for expected in (('o', 'O'), ('c', 'C'), ('t', 'T'), - ('y', 'Y'), ('p', 'P'), ('e', 'E')): - charStack.append(self.stream.char()) - if charStack[-1] not in expected: - matched = False - break - if matched: - self.currentToken = {"type": tokenTypes["Doctype"], - "name": "", - "publicId": None, "systemId": None, - "correct": True} - self.state = self.doctypeState - return True - elif (charStack[-1] == "[" and - self.parser is not None and - self.parser.tree.openElements and - self.parser.tree.openElements[-1].namespace != self.parser.tree.defaultNamespace): - matched = True - for expected in ["C", "D", "A", "T", "A", "["]: - charStack.append(self.stream.char()) - if charStack[-1] != expected: - matched = False - break - if matched: - self.state = self.cdataSectionState - return True - - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-dashes-or-doctype"}) - - while charStack: - self.stream.unget(charStack.pop()) - self.state = self.bogusCommentState - return True - - def commentStartState(self): - data = self.stream.char() - if data == "-": - self.state = self.commentStartDashState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"] += "\uFFFD" - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "incorrect-comment"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-comment"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["data"] += data - self.state = self.commentState - return True - - def commentStartDashState(self): - data = self.stream.char() - if data == "-": - self.state = self.commentEndState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"] += "-\uFFFD" - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "incorrect-comment"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-comment"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["data"] += "-" + data - self.state = self.commentState - return True - - def commentState(self): - data = self.stream.char() - if data == "-": - self.state = self.commentEndDashState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"] += "\uFFFD" - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "eof-in-comment"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["data"] += data + \ - self.stream.charsUntil(("-", "\u0000")) - return True - - def commentEndDashState(self): - data = self.stream.char() - if data == "-": - self.state = self.commentEndState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"] += "-\uFFFD" - self.state = self.commentState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-comment-end-dash"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["data"] += "-" + data - self.state = self.commentState - return True - - def commentEndState(self): - data = self.stream.char() - if data == ">": - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"] += "--\uFFFD" - self.state = self.commentState - elif data == "!": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-bang-after-double-dash-in-comment"}) - self.state = self.commentEndBangState - elif data == "-": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-dash-after-double-dash-in-comment"}) - self.currentToken["data"] += data - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-comment-double-dash"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - # XXX - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-comment"}) - self.currentToken["data"] += "--" + data - self.state = self.commentState - return True - - def commentEndBangState(self): - data = self.stream.char() - if data == ">": - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data == "-": - self.currentToken["data"] += "--!" - self.state = self.commentEndDashState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["data"] += "--!\uFFFD" - self.state = self.commentState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-comment-end-bang-state"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["data"] += "--!" + data - self.state = self.commentState - return True - - def doctypeState(self): - data = self.stream.char() - if data in spaceCharacters: - self.state = self.beforeDoctypeNameState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-doctype-name-but-got-eof"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "need-space-after-doctype"}) - self.stream.unget(data) - self.state = self.beforeDoctypeNameState - return True - - def beforeDoctypeNameState(self): - data = self.stream.char() - if data in spaceCharacters: - pass - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-doctype-name-but-got-right-bracket"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["name"] = "\uFFFD" - self.state = self.doctypeNameState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-doctype-name-but-got-eof"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["name"] = data - self.state = self.doctypeNameState - return True - - def doctypeNameState(self): - data = self.stream.char() - if data in spaceCharacters: - self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) - self.state = self.afterDoctypeNameState - elif data == ">": - self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["name"] += "\uFFFD" - self.state = self.doctypeNameState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype-name"}) - self.currentToken["correct"] = False - self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["name"] += data - return True - - def afterDoctypeNameState(self): - data = self.stream.char() - if data in spaceCharacters: - pass - elif data == ">": - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.currentToken["correct"] = False - self.stream.unget(data) - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - if data in ("p", "P"): - matched = True - for expected in (("u", "U"), ("b", "B"), ("l", "L"), - ("i", "I"), ("c", "C")): - data = self.stream.char() - if data not in expected: - matched = False - break - if matched: - self.state = self.afterDoctypePublicKeywordState - return True - elif data in ("s", "S"): - matched = True - for expected in (("y", "Y"), ("s", "S"), ("t", "T"), - ("e", "E"), ("m", "M")): - data = self.stream.char() - if data not in expected: - matched = False - break - if matched: - self.state = self.afterDoctypeSystemKeywordState - return True - - # All the characters read before the current 'data' will be - # [a-zA-Z], so they're garbage in the bogus doctype and can be - # discarded; only the latest character might be '>' or EOF - # and needs to be ungetted - self.stream.unget(data) - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "expected-space-or-right-bracket-in-doctype", "datavars": - {"data": data}}) - self.currentToken["correct"] = False - self.state = self.bogusDoctypeState - - return True - - def afterDoctypePublicKeywordState(self): - data = self.stream.char() - if data in spaceCharacters: - self.state = self.beforeDoctypePublicIdentifierState - elif data in ("'", '"'): - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.stream.unget(data) - self.state = self.beforeDoctypePublicIdentifierState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.stream.unget(data) - self.state = self.beforeDoctypePublicIdentifierState - return True - - def beforeDoctypePublicIdentifierState(self): - data = self.stream.char() - if data in spaceCharacters: - pass - elif data == "\"": - self.currentToken["publicId"] = "" - self.state = self.doctypePublicIdentifierDoubleQuotedState - elif data == "'": - self.currentToken["publicId"] = "" - self.state = self.doctypePublicIdentifierSingleQuotedState - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-end-of-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.currentToken["correct"] = False - self.state = self.bogusDoctypeState - return True - - def doctypePublicIdentifierDoubleQuotedState(self): - data = self.stream.char() - if data == "\"": - self.state = self.afterDoctypePublicIdentifierState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["publicId"] += "\uFFFD" - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-end-of-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["publicId"] += data - return True - - def doctypePublicIdentifierSingleQuotedState(self): - data = self.stream.char() - if data == "'": - self.state = self.afterDoctypePublicIdentifierState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["publicId"] += "\uFFFD" - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-end-of-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["publicId"] += data - return True - - def afterDoctypePublicIdentifierState(self): - data = self.stream.char() - if data in spaceCharacters: - self.state = self.betweenDoctypePublicAndSystemIdentifiersState - elif data == ">": - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data == '"': - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.currentToken["systemId"] = "" - self.state = self.doctypeSystemIdentifierDoubleQuotedState - elif data == "'": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.currentToken["systemId"] = "" - self.state = self.doctypeSystemIdentifierSingleQuotedState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.currentToken["correct"] = False - self.state = self.bogusDoctypeState - return True - - def betweenDoctypePublicAndSystemIdentifiersState(self): - data = self.stream.char() - if data in spaceCharacters: - pass - elif data == ">": - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data == '"': - self.currentToken["systemId"] = "" - self.state = self.doctypeSystemIdentifierDoubleQuotedState - elif data == "'": - self.currentToken["systemId"] = "" - self.state = self.doctypeSystemIdentifierSingleQuotedState - elif data == EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.currentToken["correct"] = False - self.state = self.bogusDoctypeState - return True - - def afterDoctypeSystemKeywordState(self): - data = self.stream.char() - if data in spaceCharacters: - self.state = self.beforeDoctypeSystemIdentifierState - elif data in ("'", '"'): - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.stream.unget(data) - self.state = self.beforeDoctypeSystemIdentifierState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.stream.unget(data) - self.state = self.beforeDoctypeSystemIdentifierState - return True - - def beforeDoctypeSystemIdentifierState(self): - data = self.stream.char() - if data in spaceCharacters: - pass - elif data == "\"": - self.currentToken["systemId"] = "" - self.state = self.doctypeSystemIdentifierDoubleQuotedState - elif data == "'": - self.currentToken["systemId"] = "" - self.state = self.doctypeSystemIdentifierSingleQuotedState - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.currentToken["correct"] = False - self.state = self.bogusDoctypeState - return True - - def doctypeSystemIdentifierDoubleQuotedState(self): - data = self.stream.char() - if data == "\"": - self.state = self.afterDoctypeSystemIdentifierState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["systemId"] += "\uFFFD" - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-end-of-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["systemId"] += data - return True - - def doctypeSystemIdentifierSingleQuotedState(self): - data = self.stream.char() - if data == "'": - self.state = self.afterDoctypeSystemIdentifierState - elif data == "\u0000": - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - self.currentToken["systemId"] += "\uFFFD" - elif data == ">": - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-end-of-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.currentToken["systemId"] += data - return True - - def afterDoctypeSystemIdentifierState(self): - data = self.stream.char() - if data in spaceCharacters: - pass - elif data == ">": - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "eof-in-doctype"}) - self.currentToken["correct"] = False - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": - "unexpected-char-in-doctype"}) - self.state = self.bogusDoctypeState - return True - - def bogusDoctypeState(self): - data = self.stream.char() - if data == ">": - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - elif data is EOF: - # XXX EMIT - self.stream.unget(data) - self.tokenQueue.append(self.currentToken) - self.state = self.dataState - else: - pass - return True - - def cdataSectionState(self): - data = [] - while True: - data.append(self.stream.charsUntil("]")) - data.append(self.stream.charsUntil(">")) - char = self.stream.char() - if char == EOF: - break - else: - assert char == ">" - if data[-1][-2:] == "]]": - data[-1] = data[-1][:-2] - break - else: - data.append(char) - - data = "".join(data) # pylint:disable=redefined-variable-type - # Deal with null here rather than in the parser - nullCount = data.count("\u0000") - if nullCount > 0: - for _ in range(nullCount): - self.tokenQueue.append({"type": tokenTypes["ParseError"], - "data": "invalid-codepoint"}) - data = data.replace("\u0000", "\uFFFD") - if data: - self.tokenQueue.append({"type": tokenTypes["Characters"], - "data": data}) - self.state = self.dataState - return True diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py deleted file mode 100644 index a5ba4bf..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from .py import Trie as PyTrie - -Trie = PyTrie - -# pylint:disable=wrong-import-position -try: - from .datrie import Trie as DATrie -except ImportError: - pass -else: - Trie = DATrie -# pylint:enable=wrong-import-position diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index d28a4cd88bdae355ea8eb2bbb2ab6a62e90ae54d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 386 zcmYk0OHRWu5QfLjgOJiviC%zZ7A31nARz=&E5QaK9s;tlQfyQUKO)B|YHz?%xRST5 zdIeV4Suxgp_WzGPo~Pk32OnQ&N8}g*`~>koGA}NDw)Y+sC=wu1g(R-9jH(C$#WWJJ zOsW(CORHo%?wvjFWC)%?O=4jCAGx_k5Y{WG^aWT}B{Y73BH8)AP(<#qUbb3vmJu!+ zZLG^EU-Oo0<;I=jZ<;b9xMijm?aogM1#<DD;q11^T~5e*XFJ0PG1%8k6cBqj+-yu5 z4(Z({T(44E+kT&41?>hm{eKH%wD|@z2rmPE=cScR+3;q{RcmV@rdxihKiO&)%s$DQ vDXLAmvQo?hUzQ}aE(zg^TS88njmyrZrk!9HVdi$^F~J8ojxZXd5lZnN_%&hY diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc deleted file mode 100644 index b94fca3bfdaccee5bc0cc4f84081c33eaacfa64b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1565 zcmZ`(O>Y}F5FK(?((1#GVY_Kvq=wK#P#q%W5}*kTqe0ykMNwbuqU{0!v075m!d$IP zu98?-Un&<#ul)t~F@K5Ip7H~F>8Uf66Ua@v3v#*SaOS<4NB*?7)&hL~c(^704gmh5 zpVcSApRcgl7&{4)X~<d3avt+Mhyw=m4V>jV%xiIt!Ot-1hM?*vEpxztUccH{uKo%W z{tJ8uGLYc~$WYZ5K^)225%lVB&_DD7cPkm%LeEMivV2;Y(nT_Rmf5VBxQ*E)OAD!l z&PrtxZF|f$eoUs*Z1Oav?W<3C{bL{DKtaqT#9XpCknNW+Vje;>4rNW&FCebThK%rA zmrdEiZ{sC|5Jw2C<HBQ;srhG*hqg3HT6TwtRozr4)^<mQ>6W-^4^zGp91{s|o4t=e zC6ug!1;6B1aL!+0QcfbXTLu+hup{tznB*5x#SegHdck4JRveP^8n!KL_EYS}P{EVU zb5^lScm-F?gcbXfpN2>98Zav@TPCKo&$Dve<Bs?5JNDu=bM>iFqwIxgpof1R56XNx zm}b*^*#ynCzBkXlES{_J1Df<rJW~@{n8CQr^#h#^2ZG2B1ZAK<J#)=HtID*<r~4jQ z9o^P}Lks42C};f>b!Pi}x=68B`~7#uz0lR{Y^sc*9WEp@7oaOFe`u8+nGVjI4eStf zQwX1IAxxX5*WRv?ktKZsU*{2v_`LZp>U-rNIebkUKF6+tOSpmqc(Q%YD}ISt#0*BL zRZRV9B)KoZ@wYwhF&K)`3(O{dJTey`VxPoiM~K|^II)752+F!xX8I#sSwdtT)*^^I z9^!{={~z)(dZ|!9Cw0@Q5MqfyQBQ2aB>Naug+#tUBB=0+x8Zlbg9OobcXfv2QABdP zCE6|6Z)l4o`QaN<8K%8vlF3u$0<9)4`azw2V@zRgaAw(m8L#UC_t^59>mA}sH31f} zkl$vTY@5%wJl~s^?=hvb;)`<|2UHv?2$iNnMmsQ~g0RCLGZf<ns)k;X^h!0hZblS% zVdQslv-Q^kmSX<N2Y`7qiqv$G5R)WVLb#R?c_C+-#vLI}XNkUEX$T>U6m>~THH6&* zG`l!*YuB<(mDXrNM{e2CQCW(Z)ZfHr=?bQttv91a)bgi-Fks}-tehE)Z0H6slqW+B z+^w|GTBRjki?*K(Q$x3dYk%*rOkX_LUNP}5S1@=qUbfNRlH5KC!2{XmoNcgmwi)~j DtHfXm diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-38.pyc deleted file mode 100644 index a4df94461c19804b5ba600627b82f5a6f4c77595..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1998 zcmbVNOK%%D5GI$qtCcLvisck`pK6<;QHxlo04)#{agw4aQ0P!6JqRs`wMbj*>_a9g zCpK1>*q8o=p6sLl60bewFZ9$IN^)e!XaQ5;aCU~AZ(gKcEHBpxj6c6`@xOdR{>G2R z0W$I!rv3$pAcCeOqkWoreJ^8uMp5RaeirmY$FsDOMg0hPALLb#*C_dkh(Ls=M1-<- z!uo-zY?Ds(7A%quvn%nAF4D1)Jjq6dGBy&)VWN{Fx6N^$3<@E6ni#3#RClQLpQ}W| zS~c>u;pS*0-%>C%Kx>PG!N+5m`Zpkw^r;|yPf+2Vl0Fkm_^|p@ztAHQ!FMRCq6TY4 ztcki<KBfIgG{g!>s-h|Gz*-Zlq6O=cSb`YtssM}+JRtKC0)xV*F!eqVLr%!VE9n_M zC(p<q-%ObCN@m!Jr|%hG&=dNGmJBqFiC=nWLFu1UN)GNHG)ySGvr6fm!=94x2y9fH zjn&`137Z6EP?G(qWRJ+fuY!O(tarS=m8R{N@<_L{u{P};+15rS`JT3<Q?pD<V|`TH z8e}-vCe8;^q0hGZ98&qCQiZZC7Q%+lwlLGy-!GEf23*7@wgJ>3)1A=zTBf_!p9%-V zSZT|^uJw_(!C{<^<pojeVELaXU6YNvqh$2JA*Shr<K(;Il^i}qp_}|r=AuyDp~=#R zX|mJh;I-_6c~~|_M>gU-$rHmlwyRzRLTE_qv_>QNHM}Nm(&J@xcyqq<N?EW(I9*xL zMhPk1CojWoazT3+R5d|%;VHDN?jk|gr(^>-TjzXG<R*p?IR5}7+Etw%-<g5F(+;p7 z=L7jGz=i-YRCJrDk3iS)EK6lR#ivvJYtR+WVF%~v#~igjLv@Px01@;uQf$CC(EW2j zYFoX+{G5$anaSKp;fk)>aOQf@n02^#oPWFkeVJva`JXI9j!U{R$5v=ZeR2cR66br; zV0Ur;*#cN|7U!k1_Z}c#bQf$L7%b`;E$R8Y{JPXCtof|IHXJFro4mdjt=sa&0(RA5 z<88Serd=Dxn&Wx?DltPoL;VUMu0wwfGL+BDyWya3I(|!68flU5Np1eiiTmIH&bbpU z=fu^6w}fw9wSrxhshbkf0sL<ld|1E12Y0$dd!0Hy3wfML&TWnJtPtZAdAO?w<2apa z)Q4bBeTw9BBwr%AhXh+fVdfP^tq^*lF76WIm2+==6&UyIz;jcN*z{L(tJC*7OX$Mx z*o+mppzz8o>`aCKpzz1yUNW~;H9%rl;OX0(J$suPn$bPN0pE$Ww3V$VPciVD+_BN4 TX`nygE!Po{HLp(VUY-354WOxo diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc deleted file mode 100644 index bdd68c5600e639c2d02584122e5421f45fde9357..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2222 zcmb7F&2L*p5Z~SR;b+H5+%`%Z1jQf_dZ0L5T0n}TmO_zGl}l3&7HH*oH}Ol}hqJqG z6YKecbK##r%`sR0oV{}Di907|_StD1Dj}Zb*`3+hncd%f?2F~)27&LlZ|?BFLPGvT z=KALY^9cU>84y7PO-V+(G-F+sd0mg9jHP}SbOSf{(lD!aYcTgkkVaX(+o0qJB0^C+ zC!!`BQ?FYW(Q^{l-+)CDdv>+AuZwhKBu}zop^S}0@-op$k=xcNPx^(BJWY&Ly;R54 z){Q(h+?)+1FiZQ1mVLuhd0^g9v`4MKrxMvm<JUhAm`Cu}Pk~6%rGj*spn{!~t|vU< z!w5$fA&h~ji3r9})I|fvnrMlpSU#uSNUVrekkrKzT;Z0Az*wIFnSVG(%$~qs{|LkY zX6U4(ujvK(j!fy4>idQXZ%TiqB`pc}j9;xzkqd+mG!%iUm7sgTfQtkHcj0ayuQ>na zt~3brJs>6dr8S`jTp2oLKM_h!7;e0zyD_s3fHc>pm-nR#KpRA?^QEPymqaZC|M$+8 z$%b3QWVq?{(sXm2d|kYfg9j*dfBsVDqEK4{lcf*RWPghrz<O(V))}7J`u3sB<>^rE zEa8a|1)nf7Zeu(;oF{o=IPYwyMIR!$)45U~-+P><?PGbS+u2B)_P%Uuu$v!hOOy+0 z-Fm$=wLa?D`X0pod!-6x11@@|XG0BXBL%RP0`K?w0|_>)m&)8WD}GocxzTWKU(58s z`nc8Iydo=bUK`DiiB+MSKnPu@5ew-G4e5A!;VS<MJVwL?9(QACkH~TOoTxgmmsG9c zz|?y%SPxEm(|MEgevz9Vz|Z*|(9$lm==j#m?c3FbL_mlZTtf<wBgmbZ>zFA_kIFxF z{%^XjaVVjj^Yv?9n=`L&;eR@`J{GL=s6Im9m|-_?1_jPHt~tCy*RA{qx`1s-Hz2zm zy6OY8fB(vfbLS$u#QC8#aGH$s_pdo?&2D$KxVzx62C7&kE}VbBq=bfX9O-o!=`n*5 z4xrn{1sRcs3WiEO@-C=)2BZHoo3M#z0@Q<4V5K+peKPSULEf56r>v4dxspj(`X)r} zDcD!0gv4=sgAD?fDcJqJ3}4sgvI|N{83^_jnFJ@M>LaCJ2CiTDxI6ZCRSQn8@Gfzr zFt*my(%1&H0cG^7#0=D3)W9exX#d0|3KW|Vaji<!aH!-#a%x#xST;y(;PzUYsN1N& z7*{9z5ab#|fu+-6P1>OAtmR6`XD!+SSqT4e-9-Q^b^&=r{R(*j%)F4)il}f#%o*VE z5Jqo?GxW@(V2<;|&zsOwon*=;{tVf`A-gA-LpCUVKo&ai1y}{F_MXC(u|(BpNN(VQ z;5l&Opempk1)n4N0?8(lMKJ8zpr>6&;)pb_fP4sw8lfYAi|^36&6;cl=Hm^A$h&sM z(83$oo$_8LIkyeYvqFqgoI~3<8THa?MPZJsHj<B#e1hatBraSXoV`7!n_-!_hYZ`4 zMlPaJJ@Tqw<E~rVjhE2r!N`mhI91qh6uzkn`@CI+7oszJ9XdKWbuWw!tJm3O7BuJm io|ev-tv&ws3EuTxN3qd%b+sMrYZ_nJHQEG-n%+M{GT6ib diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/_base.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/_base.py deleted file mode 100644 index 6b71975..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/_base.py +++ /dev/null @@ -1,40 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -try: - from collections.abc import Mapping -except ImportError: # Python 2.7 - from collections import Mapping - - -class Trie(Mapping): - """Abstract base class for tries""" - - def keys(self, prefix=None): - # pylint:disable=arguments-differ - keys = super(Trie, self).keys() - - if prefix is None: - return set(keys) - - return {x for x in keys if x.startswith(prefix)} - - def has_keys_with_prefix(self, prefix): - for key in self.keys(): - if key.startswith(prefix): - return True - - return False - - def longest_prefix(self, prefix): - if prefix in self: - return prefix - - for i in range(1, len(prefix) + 1): - if prefix[:-i] in self: - return prefix[:-i] - - raise KeyError(prefix) - - def longest_prefix_item(self, prefix): - lprefix = self.longest_prefix(prefix) - return (lprefix, self[lprefix]) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/datrie.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/datrie.py deleted file mode 100644 index e2e5f86..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/datrie.py +++ /dev/null @@ -1,44 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from datrie import Trie as DATrie -from pip._vendor.six import text_type - -from ._base import Trie as ABCTrie - - -class Trie(ABCTrie): - def __init__(self, data): - chars = set() - for key in data.keys(): - if not isinstance(key, text_type): - raise TypeError("All keys must be strings") - for char in key: - chars.add(char) - - self._data = DATrie("".join(chars)) - for key, value in data.items(): - self._data[key] = value - - def __contains__(self, key): - return key in self._data - - def __len__(self): - return len(self._data) - - def __iter__(self): - raise NotImplementedError() - - def __getitem__(self, key): - return self._data[key] - - def keys(self, prefix=None): - return self._data.keys(prefix) - - def has_keys_with_prefix(self, prefix): - return self._data.has_keys_with_prefix(prefix) - - def longest_prefix(self, prefix): - return self._data.longest_prefix(prefix) - - def longest_prefix_item(self, prefix): - return self._data.longest_prefix_item(prefix) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/py.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/py.py deleted file mode 100644 index c178b21..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/py.py +++ /dev/null @@ -1,67 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals -from pip._vendor.six import text_type - -from bisect import bisect_left - -from ._base import Trie as ABCTrie - - -class Trie(ABCTrie): - def __init__(self, data): - if not all(isinstance(x, text_type) for x in data.keys()): - raise TypeError("All keys must be strings") - - self._data = data - self._keys = sorted(data.keys()) - self._cachestr = "" - self._cachepoints = (0, len(data)) - - def __contains__(self, key): - return key in self._data - - def __len__(self): - return len(self._data) - - def __iter__(self): - return iter(self._data) - - def __getitem__(self, key): - return self._data[key] - - def keys(self, prefix=None): - if prefix is None or prefix == "" or not self._keys: - return set(self._keys) - - if prefix.startswith(self._cachestr): - lo, hi = self._cachepoints - start = i = bisect_left(self._keys, prefix, lo, hi) - else: - start = i = bisect_left(self._keys, prefix) - - keys = set() - if start == len(self._keys): - return keys - - while self._keys[i].startswith(prefix): - keys.add(self._keys[i]) - i += 1 - - self._cachestr = prefix - self._cachepoints = (start, i) - - return keys - - def has_keys_with_prefix(self, prefix): - if prefix in self._data: - return True - - if prefix.startswith(self._cachestr): - lo, hi = self._cachepoints - i = bisect_left(self._keys, prefix, lo, hi) - else: - i = bisect_left(self._keys, prefix) - - if i == len(self._keys): - return False - - return self._keys[i].startswith(prefix) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/_utils.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/_utils.py deleted file mode 100644 index 0703afb..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/_utils.py +++ /dev/null @@ -1,124 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from types import ModuleType - -from pip._vendor.six import text_type - -try: - import xml.etree.cElementTree as default_etree -except ImportError: - import xml.etree.ElementTree as default_etree - - -__all__ = ["default_etree", "MethodDispatcher", "isSurrogatePair", - "surrogatePairToCodepoint", "moduleFactoryFactory", - "supports_lone_surrogates"] - - -# Platforms not supporting lone surrogates (\uD800-\uDFFF) should be -# caught by the below test. In general this would be any platform -# using UTF-16 as its encoding of unicode strings, such as -# Jython. This is because UTF-16 itself is based on the use of such -# surrogates, and there is no mechanism to further escape such -# escapes. -try: - _x = eval('"\\uD800"') # pylint:disable=eval-used - if not isinstance(_x, text_type): - # We need this with u"" because of http://bugs.jython.org/issue2039 - _x = eval('u"\\uD800"') # pylint:disable=eval-used - assert isinstance(_x, text_type) -except: # pylint:disable=bare-except - supports_lone_surrogates = False -else: - supports_lone_surrogates = True - - -class MethodDispatcher(dict): - """Dict with 2 special properties: - - On initiation, keys that are lists, sets or tuples are converted to - multiple keys so accessing any one of the items in the original - list-like object returns the matching value - - md = MethodDispatcher({("foo", "bar"):"baz"}) - md["foo"] == "baz" - - A default value which can be set through the default attribute. - """ - - def __init__(self, items=()): - # Using _dictEntries instead of directly assigning to self is about - # twice as fast. Please do careful performance testing before changing - # anything here. - _dictEntries = [] - for name, value in items: - if isinstance(name, (list, tuple, frozenset, set)): - for item in name: - _dictEntries.append((item, value)) - else: - _dictEntries.append((name, value)) - dict.__init__(self, _dictEntries) - assert len(self) == len(_dictEntries) - self.default = None - - def __getitem__(self, key): - return dict.get(self, key, self.default) - - -# Some utility functions to deal with weirdness around UCS2 vs UCS4 -# python builds - -def isSurrogatePair(data): - return (len(data) == 2 and - ord(data[0]) >= 0xD800 and ord(data[0]) <= 0xDBFF and - ord(data[1]) >= 0xDC00 and ord(data[1]) <= 0xDFFF) - - -def surrogatePairToCodepoint(data): - char_val = (0x10000 + (ord(data[0]) - 0xD800) * 0x400 + - (ord(data[1]) - 0xDC00)) - return char_val - -# Module Factory Factory (no, this isn't Java, I know) -# Here to stop this being duplicated all over the place. - - -def moduleFactoryFactory(factory): - moduleCache = {} - - def moduleFactory(baseModule, *args, **kwargs): - if isinstance(ModuleType.__name__, type("")): - name = "_%s_factory" % baseModule.__name__ - else: - name = b"_%s_factory" % baseModule.__name__ - - kwargs_tuple = tuple(kwargs.items()) - - try: - return moduleCache[name][args][kwargs_tuple] - except KeyError: - mod = ModuleType(name) - objs = factory(baseModule, *args, **kwargs) - mod.__dict__.update(objs) - if "name" not in moduleCache: - moduleCache[name] = {} - if "args" not in moduleCache[name]: - moduleCache[name][args] = {} - if "kwargs" not in moduleCache[name][args]: - moduleCache[name][args][kwargs_tuple] = {} - moduleCache[name][args][kwargs_tuple] = mod - return mod - - return moduleFactory - - -def memoize(func): - cache = {} - - def wrapped(*args, **kwargs): - key = (tuple(args), tuple(kwargs.items())) - if key not in cache: - cache[key] = func(*args, **kwargs) - return cache[key] - - return wrapped diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py deleted file mode 100644 index 1ff8041..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py +++ /dev/null @@ -1,2947 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -import string - -EOF = None - -E = { - "null-character": - "Null character in input stream, replaced with U+FFFD.", - "invalid-codepoint": - "Invalid codepoint in stream.", - "incorrectly-placed-solidus": - "Solidus (/) incorrectly placed in tag.", - "incorrect-cr-newline-entity": - "Incorrect CR newline entity, replaced with LF.", - "illegal-windows-1252-entity": - "Entity used with illegal number (windows-1252 reference).", - "cant-convert-numeric-entity": - "Numeric entity couldn't be converted to character " - "(codepoint U+%(charAsInt)08x).", - "illegal-codepoint-for-numeric-entity": - "Numeric entity represents an illegal codepoint: " - "U+%(charAsInt)08x.", - "numeric-entity-without-semicolon": - "Numeric entity didn't end with ';'.", - "expected-numeric-entity-but-got-eof": - "Numeric entity expected. Got end of file instead.", - "expected-numeric-entity": - "Numeric entity expected but none found.", - "named-entity-without-semicolon": - "Named entity didn't end with ';'.", - "expected-named-entity": - "Named entity expected. Got none.", - "attributes-in-end-tag": - "End tag contains unexpected attributes.", - 'self-closing-flag-on-end-tag': - "End tag contains unexpected self-closing flag.", - "expected-tag-name-but-got-right-bracket": - "Expected tag name. Got '>' instead.", - "expected-tag-name-but-got-question-mark": - "Expected tag name. Got '?' instead. (HTML doesn't " - "support processing instructions.)", - "expected-tag-name": - "Expected tag name. Got something else instead", - "expected-closing-tag-but-got-right-bracket": - "Expected closing tag. Got '>' instead. Ignoring '</>'.", - "expected-closing-tag-but-got-eof": - "Expected closing tag. Unexpected end of file.", - "expected-closing-tag-but-got-char": - "Expected closing tag. Unexpected character '%(data)s' found.", - "eof-in-tag-name": - "Unexpected end of file in the tag name.", - "expected-attribute-name-but-got-eof": - "Unexpected end of file. Expected attribute name instead.", - "eof-in-attribute-name": - "Unexpected end of file in attribute name.", - "invalid-character-in-attribute-name": - "Invalid character in attribute name", - "duplicate-attribute": - "Dropped duplicate attribute on tag.", - "expected-end-of-tag-name-but-got-eof": - "Unexpected end of file. Expected = or end of tag.", - "expected-attribute-value-but-got-eof": - "Unexpected end of file. Expected attribute value.", - "expected-attribute-value-but-got-right-bracket": - "Expected attribute value. Got '>' instead.", - 'equals-in-unquoted-attribute-value': - "Unexpected = in unquoted attribute", - 'unexpected-character-in-unquoted-attribute-value': - "Unexpected character in unquoted attribute", - "invalid-character-after-attribute-name": - "Unexpected character after attribute name.", - "unexpected-character-after-attribute-value": - "Unexpected character after attribute value.", - "eof-in-attribute-value-double-quote": - "Unexpected end of file in attribute value (\").", - "eof-in-attribute-value-single-quote": - "Unexpected end of file in attribute value (').", - "eof-in-attribute-value-no-quotes": - "Unexpected end of file in attribute value.", - "unexpected-EOF-after-solidus-in-tag": - "Unexpected end of file in tag. Expected >", - "unexpected-character-after-solidus-in-tag": - "Unexpected character after / in tag. Expected >", - "expected-dashes-or-doctype": - "Expected '--' or 'DOCTYPE'. Not found.", - "unexpected-bang-after-double-dash-in-comment": - "Unexpected ! after -- in comment", - "unexpected-space-after-double-dash-in-comment": - "Unexpected space after -- in comment", - "incorrect-comment": - "Incorrect comment.", - "eof-in-comment": - "Unexpected end of file in comment.", - "eof-in-comment-end-dash": - "Unexpected end of file in comment (-)", - "unexpected-dash-after-double-dash-in-comment": - "Unexpected '-' after '--' found in comment.", - "eof-in-comment-double-dash": - "Unexpected end of file in comment (--).", - "eof-in-comment-end-space-state": - "Unexpected end of file in comment.", - "eof-in-comment-end-bang-state": - "Unexpected end of file in comment.", - "unexpected-char-in-comment": - "Unexpected character in comment found.", - "need-space-after-doctype": - "No space after literal string 'DOCTYPE'.", - "expected-doctype-name-but-got-right-bracket": - "Unexpected > character. Expected DOCTYPE name.", - "expected-doctype-name-but-got-eof": - "Unexpected end of file. Expected DOCTYPE name.", - "eof-in-doctype-name": - "Unexpected end of file in DOCTYPE name.", - "eof-in-doctype": - "Unexpected end of file in DOCTYPE.", - "expected-space-or-right-bracket-in-doctype": - "Expected space or '>'. Got '%(data)s'", - "unexpected-end-of-doctype": - "Unexpected end of DOCTYPE.", - "unexpected-char-in-doctype": - "Unexpected character in DOCTYPE.", - "eof-in-innerhtml": - "XXX innerHTML EOF", - "unexpected-doctype": - "Unexpected DOCTYPE. Ignored.", - "non-html-root": - "html needs to be the first start tag.", - "expected-doctype-but-got-eof": - "Unexpected End of file. Expected DOCTYPE.", - "unknown-doctype": - "Erroneous DOCTYPE.", - "expected-doctype-but-got-chars": - "Unexpected non-space characters. Expected DOCTYPE.", - "expected-doctype-but-got-start-tag": - "Unexpected start tag (%(name)s). Expected DOCTYPE.", - "expected-doctype-but-got-end-tag": - "Unexpected end tag (%(name)s). Expected DOCTYPE.", - "end-tag-after-implied-root": - "Unexpected end tag (%(name)s) after the (implied) root element.", - "expected-named-closing-tag-but-got-eof": - "Unexpected end of file. Expected end tag (%(name)s).", - "two-heads-are-not-better-than-one": - "Unexpected start tag head in existing head. Ignored.", - "unexpected-end-tag": - "Unexpected end tag (%(name)s). Ignored.", - "unexpected-start-tag-out-of-my-head": - "Unexpected start tag (%(name)s) that can be in head. Moved.", - "unexpected-start-tag": - "Unexpected start tag (%(name)s).", - "missing-end-tag": - "Missing end tag (%(name)s).", - "missing-end-tags": - "Missing end tags (%(name)s).", - "unexpected-start-tag-implies-end-tag": - "Unexpected start tag (%(startName)s) " - "implies end tag (%(endName)s).", - "unexpected-start-tag-treated-as": - "Unexpected start tag (%(originalName)s). Treated as %(newName)s.", - "deprecated-tag": - "Unexpected start tag %(name)s. Don't use it!", - "unexpected-start-tag-ignored": - "Unexpected start tag %(name)s. Ignored.", - "expected-one-end-tag-but-got-another": - "Unexpected end tag (%(gotName)s). " - "Missing end tag (%(expectedName)s).", - "end-tag-too-early": - "End tag (%(name)s) seen too early. Expected other end tag.", - "end-tag-too-early-named": - "Unexpected end tag (%(gotName)s). Expected end tag (%(expectedName)s).", - "end-tag-too-early-ignored": - "End tag (%(name)s) seen too early. Ignored.", - "adoption-agency-1.1": - "End tag (%(name)s) violates step 1, " - "paragraph 1 of the adoption agency algorithm.", - "adoption-agency-1.2": - "End tag (%(name)s) violates step 1, " - "paragraph 2 of the adoption agency algorithm.", - "adoption-agency-1.3": - "End tag (%(name)s) violates step 1, " - "paragraph 3 of the adoption agency algorithm.", - "adoption-agency-4.4": - "End tag (%(name)s) violates step 4, " - "paragraph 4 of the adoption agency algorithm.", - "unexpected-end-tag-treated-as": - "Unexpected end tag (%(originalName)s). Treated as %(newName)s.", - "no-end-tag": - "This element (%(name)s) has no end tag.", - "unexpected-implied-end-tag-in-table": - "Unexpected implied end tag (%(name)s) in the table phase.", - "unexpected-implied-end-tag-in-table-body": - "Unexpected implied end tag (%(name)s) in the table body phase.", - "unexpected-char-implies-table-voodoo": - "Unexpected non-space characters in " - "table context caused voodoo mode.", - "unexpected-hidden-input-in-table": - "Unexpected input with type hidden in table context.", - "unexpected-form-in-table": - "Unexpected form in table context.", - "unexpected-start-tag-implies-table-voodoo": - "Unexpected start tag (%(name)s) in " - "table context caused voodoo mode.", - "unexpected-end-tag-implies-table-voodoo": - "Unexpected end tag (%(name)s) in " - "table context caused voodoo mode.", - "unexpected-cell-in-table-body": - "Unexpected table cell start tag (%(name)s) " - "in the table body phase.", - "unexpected-cell-end-tag": - "Got table cell end tag (%(name)s) " - "while required end tags are missing.", - "unexpected-end-tag-in-table-body": - "Unexpected end tag (%(name)s) in the table body phase. Ignored.", - "unexpected-implied-end-tag-in-table-row": - "Unexpected implied end tag (%(name)s) in the table row phase.", - "unexpected-end-tag-in-table-row": - "Unexpected end tag (%(name)s) in the table row phase. Ignored.", - "unexpected-select-in-select": - "Unexpected select start tag in the select phase " - "treated as select end tag.", - "unexpected-input-in-select": - "Unexpected input start tag in the select phase.", - "unexpected-start-tag-in-select": - "Unexpected start tag token (%(name)s in the select phase. " - "Ignored.", - "unexpected-end-tag-in-select": - "Unexpected end tag (%(name)s) in the select phase. Ignored.", - "unexpected-table-element-start-tag-in-select-in-table": - "Unexpected table element start tag (%(name)s) in the select in table phase.", - "unexpected-table-element-end-tag-in-select-in-table": - "Unexpected table element end tag (%(name)s) in the select in table phase.", - "unexpected-char-after-body": - "Unexpected non-space characters in the after body phase.", - "unexpected-start-tag-after-body": - "Unexpected start tag token (%(name)s)" - " in the after body phase.", - "unexpected-end-tag-after-body": - "Unexpected end tag token (%(name)s)" - " in the after body phase.", - "unexpected-char-in-frameset": - "Unexpected characters in the frameset phase. Characters ignored.", - "unexpected-start-tag-in-frameset": - "Unexpected start tag token (%(name)s)" - " in the frameset phase. Ignored.", - "unexpected-frameset-in-frameset-innerhtml": - "Unexpected end tag token (frameset) " - "in the frameset phase (innerHTML).", - "unexpected-end-tag-in-frameset": - "Unexpected end tag token (%(name)s)" - " in the frameset phase. Ignored.", - "unexpected-char-after-frameset": - "Unexpected non-space characters in the " - "after frameset phase. Ignored.", - "unexpected-start-tag-after-frameset": - "Unexpected start tag (%(name)s)" - " in the after frameset phase. Ignored.", - "unexpected-end-tag-after-frameset": - "Unexpected end tag (%(name)s)" - " in the after frameset phase. Ignored.", - "unexpected-end-tag-after-body-innerhtml": - "Unexpected end tag after body(innerHtml)", - "expected-eof-but-got-char": - "Unexpected non-space characters. Expected end of file.", - "expected-eof-but-got-start-tag": - "Unexpected start tag (%(name)s)" - ". Expected end of file.", - "expected-eof-but-got-end-tag": - "Unexpected end tag (%(name)s)" - ". Expected end of file.", - "eof-in-table": - "Unexpected end of file. Expected table content.", - "eof-in-select": - "Unexpected end of file. Expected select content.", - "eof-in-frameset": - "Unexpected end of file. Expected frameset content.", - "eof-in-script-in-script": - "Unexpected end of file. Expected script content.", - "eof-in-foreign-lands": - "Unexpected end of file. Expected foreign content", - "non-void-element-with-trailing-solidus": - "Trailing solidus not allowed on element %(name)s", - "unexpected-html-element-in-foreign-content": - "Element %(name)s not allowed in a non-html context", - "unexpected-end-tag-before-html": - "Unexpected end tag (%(name)s) before html.", - "unexpected-inhead-noscript-tag": - "Element %(name)s not allowed in a inhead-noscript context", - "eof-in-head-noscript": - "Unexpected end of file. Expected inhead-noscript content", - "char-in-head-noscript": - "Unexpected non-space character. Expected inhead-noscript content", - "XXX-undefined-error": - "Undefined error (this sucks and should be fixed)", -} - -namespaces = { - "html": "http://www.w3.org/1999/xhtml", - "mathml": "http://www.w3.org/1998/Math/MathML", - "svg": "http://www.w3.org/2000/svg", - "xlink": "http://www.w3.org/1999/xlink", - "xml": "http://www.w3.org/XML/1998/namespace", - "xmlns": "http://www.w3.org/2000/xmlns/" -} - -scopingElements = frozenset([ - (namespaces["html"], "applet"), - (namespaces["html"], "caption"), - (namespaces["html"], "html"), - (namespaces["html"], "marquee"), - (namespaces["html"], "object"), - (namespaces["html"], "table"), - (namespaces["html"], "td"), - (namespaces["html"], "th"), - (namespaces["mathml"], "mi"), - (namespaces["mathml"], "mo"), - (namespaces["mathml"], "mn"), - (namespaces["mathml"], "ms"), - (namespaces["mathml"], "mtext"), - (namespaces["mathml"], "annotation-xml"), - (namespaces["svg"], "foreignObject"), - (namespaces["svg"], "desc"), - (namespaces["svg"], "title"), -]) - -formattingElements = frozenset([ - (namespaces["html"], "a"), - (namespaces["html"], "b"), - (namespaces["html"], "big"), - (namespaces["html"], "code"), - (namespaces["html"], "em"), - (namespaces["html"], "font"), - (namespaces["html"], "i"), - (namespaces["html"], "nobr"), - (namespaces["html"], "s"), - (namespaces["html"], "small"), - (namespaces["html"], "strike"), - (namespaces["html"], "strong"), - (namespaces["html"], "tt"), - (namespaces["html"], "u") -]) - -specialElements = frozenset([ - (namespaces["html"], "address"), - (namespaces["html"], "applet"), - (namespaces["html"], "area"), - (namespaces["html"], "article"), - (namespaces["html"], "aside"), - (namespaces["html"], "base"), - (namespaces["html"], "basefont"), - (namespaces["html"], "bgsound"), - (namespaces["html"], "blockquote"), - (namespaces["html"], "body"), - (namespaces["html"], "br"), - (namespaces["html"], "button"), - (namespaces["html"], "caption"), - (namespaces["html"], "center"), - (namespaces["html"], "col"), - (namespaces["html"], "colgroup"), - (namespaces["html"], "command"), - (namespaces["html"], "dd"), - (namespaces["html"], "details"), - (namespaces["html"], "dir"), - (namespaces["html"], "div"), - (namespaces["html"], "dl"), - (namespaces["html"], "dt"), - (namespaces["html"], "embed"), - (namespaces["html"], "fieldset"), - (namespaces["html"], "figure"), - (namespaces["html"], "footer"), - (namespaces["html"], "form"), - (namespaces["html"], "frame"), - (namespaces["html"], "frameset"), - (namespaces["html"], "h1"), - (namespaces["html"], "h2"), - (namespaces["html"], "h3"), - (namespaces["html"], "h4"), - (namespaces["html"], "h5"), - (namespaces["html"], "h6"), - (namespaces["html"], "head"), - (namespaces["html"], "header"), - (namespaces["html"], "hr"), - (namespaces["html"], "html"), - (namespaces["html"], "iframe"), - # Note that image is commented out in the spec as "this isn't an - # element that can end up on the stack, so it doesn't matter," - (namespaces["html"], "image"), - (namespaces["html"], "img"), - (namespaces["html"], "input"), - (namespaces["html"], "isindex"), - (namespaces["html"], "li"), - (namespaces["html"], "link"), - (namespaces["html"], "listing"), - (namespaces["html"], "marquee"), - (namespaces["html"], "menu"), - (namespaces["html"], "meta"), - (namespaces["html"], "nav"), - (namespaces["html"], "noembed"), - (namespaces["html"], "noframes"), - (namespaces["html"], "noscript"), - (namespaces["html"], "object"), - (namespaces["html"], "ol"), - (namespaces["html"], "p"), - (namespaces["html"], "param"), - (namespaces["html"], "plaintext"), - (namespaces["html"], "pre"), - (namespaces["html"], "script"), - (namespaces["html"], "section"), - (namespaces["html"], "select"), - (namespaces["html"], "style"), - (namespaces["html"], "table"), - (namespaces["html"], "tbody"), - (namespaces["html"], "td"), - (namespaces["html"], "textarea"), - (namespaces["html"], "tfoot"), - (namespaces["html"], "th"), - (namespaces["html"], "thead"), - (namespaces["html"], "title"), - (namespaces["html"], "tr"), - (namespaces["html"], "ul"), - (namespaces["html"], "wbr"), - (namespaces["html"], "xmp"), - (namespaces["svg"], "foreignObject") -]) - -htmlIntegrationPointElements = frozenset([ - (namespaces["mathml"], "annotation-xml"), - (namespaces["svg"], "foreignObject"), - (namespaces["svg"], "desc"), - (namespaces["svg"], "title") -]) - -mathmlTextIntegrationPointElements = frozenset([ - (namespaces["mathml"], "mi"), - (namespaces["mathml"], "mo"), - (namespaces["mathml"], "mn"), - (namespaces["mathml"], "ms"), - (namespaces["mathml"], "mtext") -]) - -adjustSVGAttributes = { - "attributename": "attributeName", - "attributetype": "attributeType", - "basefrequency": "baseFrequency", - "baseprofile": "baseProfile", - "calcmode": "calcMode", - "clippathunits": "clipPathUnits", - "contentscripttype": "contentScriptType", - "contentstyletype": "contentStyleType", - "diffuseconstant": "diffuseConstant", - "edgemode": "edgeMode", - "externalresourcesrequired": "externalResourcesRequired", - "filterres": "filterRes", - "filterunits": "filterUnits", - "glyphref": "glyphRef", - "gradienttransform": "gradientTransform", - "gradientunits": "gradientUnits", - "kernelmatrix": "kernelMatrix", - "kernelunitlength": "kernelUnitLength", - "keypoints": "keyPoints", - "keysplines": "keySplines", - "keytimes": "keyTimes", - "lengthadjust": "lengthAdjust", - "limitingconeangle": "limitingConeAngle", - "markerheight": "markerHeight", - "markerunits": "markerUnits", - "markerwidth": "markerWidth", - "maskcontentunits": "maskContentUnits", - "maskunits": "maskUnits", - "numoctaves": "numOctaves", - "pathlength": "pathLength", - "patterncontentunits": "patternContentUnits", - "patterntransform": "patternTransform", - "patternunits": "patternUnits", - "pointsatx": "pointsAtX", - "pointsaty": "pointsAtY", - "pointsatz": "pointsAtZ", - "preservealpha": "preserveAlpha", - "preserveaspectratio": "preserveAspectRatio", - "primitiveunits": "primitiveUnits", - "refx": "refX", - "refy": "refY", - "repeatcount": "repeatCount", - "repeatdur": "repeatDur", - "requiredextensions": "requiredExtensions", - "requiredfeatures": "requiredFeatures", - "specularconstant": "specularConstant", - "specularexponent": "specularExponent", - "spreadmethod": "spreadMethod", - "startoffset": "startOffset", - "stddeviation": "stdDeviation", - "stitchtiles": "stitchTiles", - "surfacescale": "surfaceScale", - "systemlanguage": "systemLanguage", - "tablevalues": "tableValues", - "targetx": "targetX", - "targety": "targetY", - "textlength": "textLength", - "viewbox": "viewBox", - "viewtarget": "viewTarget", - "xchannelselector": "xChannelSelector", - "ychannelselector": "yChannelSelector", - "zoomandpan": "zoomAndPan" -} - -adjustMathMLAttributes = {"definitionurl": "definitionURL"} - -adjustForeignAttributes = { - "xlink:actuate": ("xlink", "actuate", namespaces["xlink"]), - "xlink:arcrole": ("xlink", "arcrole", namespaces["xlink"]), - "xlink:href": ("xlink", "href", namespaces["xlink"]), - "xlink:role": ("xlink", "role", namespaces["xlink"]), - "xlink:show": ("xlink", "show", namespaces["xlink"]), - "xlink:title": ("xlink", "title", namespaces["xlink"]), - "xlink:type": ("xlink", "type", namespaces["xlink"]), - "xml:base": ("xml", "base", namespaces["xml"]), - "xml:lang": ("xml", "lang", namespaces["xml"]), - "xml:space": ("xml", "space", namespaces["xml"]), - "xmlns": (None, "xmlns", namespaces["xmlns"]), - "xmlns:xlink": ("xmlns", "xlink", namespaces["xmlns"]) -} - -unadjustForeignAttributes = dict([((ns, local), qname) for qname, (prefix, local, ns) in - adjustForeignAttributes.items()]) - -spaceCharacters = frozenset([ - "\t", - "\n", - "\u000C", - " ", - "\r" -]) - -tableInsertModeElements = frozenset([ - "table", - "tbody", - "tfoot", - "thead", - "tr" -]) - -asciiLowercase = frozenset(string.ascii_lowercase) -asciiUppercase = frozenset(string.ascii_uppercase) -asciiLetters = frozenset(string.ascii_letters) -digits = frozenset(string.digits) -hexDigits = frozenset(string.hexdigits) - -asciiUpper2Lower = dict([(ord(c), ord(c.lower())) - for c in string.ascii_uppercase]) - -# Heading elements need to be ordered -headingElements = ( - "h1", - "h2", - "h3", - "h4", - "h5", - "h6" -) - -voidElements = frozenset([ - "base", - "command", - "event-source", - "link", - "meta", - "hr", - "br", - "img", - "embed", - "param", - "area", - "col", - "input", - "source", - "track" -]) - -cdataElements = frozenset(['title', 'textarea']) - -rcdataElements = frozenset([ - 'style', - 'script', - 'xmp', - 'iframe', - 'noembed', - 'noframes', - 'noscript' -]) - -booleanAttributes = { - "": frozenset(["irrelevant", "itemscope"]), - "style": frozenset(["scoped"]), - "img": frozenset(["ismap"]), - "audio": frozenset(["autoplay", "controls"]), - "video": frozenset(["autoplay", "controls"]), - "script": frozenset(["defer", "async"]), - "details": frozenset(["open"]), - "datagrid": frozenset(["multiple", "disabled"]), - "command": frozenset(["hidden", "disabled", "checked", "default"]), - "hr": frozenset(["noshade"]), - "menu": frozenset(["autosubmit"]), - "fieldset": frozenset(["disabled", "readonly"]), - "option": frozenset(["disabled", "readonly", "selected"]), - "optgroup": frozenset(["disabled", "readonly"]), - "button": frozenset(["disabled", "autofocus"]), - "input": frozenset(["disabled", "readonly", "required", "autofocus", "checked", "ismap"]), - "select": frozenset(["disabled", "readonly", "autofocus", "multiple"]), - "output": frozenset(["disabled", "readonly"]), - "iframe": frozenset(["seamless"]), -} - -# entitiesWindows1252 has to be _ordered_ and needs to have an index. It -# therefore can't be a frozenset. -entitiesWindows1252 = ( - 8364, # 0x80 0x20AC EURO SIGN - 65533, # 0x81 UNDEFINED - 8218, # 0x82 0x201A SINGLE LOW-9 QUOTATION MARK - 402, # 0x83 0x0192 LATIN SMALL LETTER F WITH HOOK - 8222, # 0x84 0x201E DOUBLE LOW-9 QUOTATION MARK - 8230, # 0x85 0x2026 HORIZONTAL ELLIPSIS - 8224, # 0x86 0x2020 DAGGER - 8225, # 0x87 0x2021 DOUBLE DAGGER - 710, # 0x88 0x02C6 MODIFIER LETTER CIRCUMFLEX ACCENT - 8240, # 0x89 0x2030 PER MILLE SIGN - 352, # 0x8A 0x0160 LATIN CAPITAL LETTER S WITH CARON - 8249, # 0x8B 0x2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK - 338, # 0x8C 0x0152 LATIN CAPITAL LIGATURE OE - 65533, # 0x8D UNDEFINED - 381, # 0x8E 0x017D LATIN CAPITAL LETTER Z WITH CARON - 65533, # 0x8F UNDEFINED - 65533, # 0x90 UNDEFINED - 8216, # 0x91 0x2018 LEFT SINGLE QUOTATION MARK - 8217, # 0x92 0x2019 RIGHT SINGLE QUOTATION MARK - 8220, # 0x93 0x201C LEFT DOUBLE QUOTATION MARK - 8221, # 0x94 0x201D RIGHT DOUBLE QUOTATION MARK - 8226, # 0x95 0x2022 BULLET - 8211, # 0x96 0x2013 EN DASH - 8212, # 0x97 0x2014 EM DASH - 732, # 0x98 0x02DC SMALL TILDE - 8482, # 0x99 0x2122 TRADE MARK SIGN - 353, # 0x9A 0x0161 LATIN SMALL LETTER S WITH CARON - 8250, # 0x9B 0x203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK - 339, # 0x9C 0x0153 LATIN SMALL LIGATURE OE - 65533, # 0x9D UNDEFINED - 382, # 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON - 376 # 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS -) - -xmlEntities = frozenset(['lt;', 'gt;', 'amp;', 'apos;', 'quot;']) - -entities = { - "AElig": "\xc6", - "AElig;": "\xc6", - "AMP": "&", - "AMP;": "&", - "Aacute": "\xc1", - "Aacute;": "\xc1", - "Abreve;": "\u0102", - "Acirc": "\xc2", - "Acirc;": "\xc2", - "Acy;": "\u0410", - "Afr;": "\U0001d504", - "Agrave": "\xc0", - "Agrave;": "\xc0", - "Alpha;": "\u0391", - "Amacr;": "\u0100", - "And;": "\u2a53", - "Aogon;": "\u0104", - "Aopf;": "\U0001d538", - "ApplyFunction;": "\u2061", - "Aring": "\xc5", - "Aring;": "\xc5", - "Ascr;": "\U0001d49c", - "Assign;": "\u2254", - "Atilde": "\xc3", - "Atilde;": "\xc3", - "Auml": "\xc4", - "Auml;": "\xc4", - "Backslash;": "\u2216", - "Barv;": "\u2ae7", - "Barwed;": "\u2306", - "Bcy;": "\u0411", - "Because;": "\u2235", - "Bernoullis;": "\u212c", - "Beta;": "\u0392", - "Bfr;": "\U0001d505", - "Bopf;": "\U0001d539", - "Breve;": "\u02d8", - "Bscr;": "\u212c", - "Bumpeq;": "\u224e", - "CHcy;": "\u0427", - "COPY": "\xa9", - "COPY;": "\xa9", - "Cacute;": "\u0106", - "Cap;": "\u22d2", - "CapitalDifferentialD;": "\u2145", - "Cayleys;": "\u212d", - "Ccaron;": "\u010c", - "Ccedil": "\xc7", - "Ccedil;": "\xc7", - "Ccirc;": "\u0108", - "Cconint;": "\u2230", - "Cdot;": "\u010a", - "Cedilla;": "\xb8", - "CenterDot;": "\xb7", - "Cfr;": "\u212d", - "Chi;": "\u03a7", - "CircleDot;": "\u2299", - "CircleMinus;": "\u2296", - "CirclePlus;": "\u2295", - "CircleTimes;": "\u2297", - "ClockwiseContourIntegral;": "\u2232", - "CloseCurlyDoubleQuote;": "\u201d", - "CloseCurlyQuote;": "\u2019", - "Colon;": "\u2237", - "Colone;": "\u2a74", - "Congruent;": "\u2261", - "Conint;": "\u222f", - "ContourIntegral;": "\u222e", - "Copf;": "\u2102", - "Coproduct;": "\u2210", - "CounterClockwiseContourIntegral;": "\u2233", - "Cross;": "\u2a2f", - "Cscr;": "\U0001d49e", - "Cup;": "\u22d3", - "CupCap;": "\u224d", - "DD;": "\u2145", - "DDotrahd;": "\u2911", - "DJcy;": "\u0402", - "DScy;": "\u0405", - "DZcy;": "\u040f", - "Dagger;": "\u2021", - "Darr;": "\u21a1", - "Dashv;": "\u2ae4", - "Dcaron;": "\u010e", - "Dcy;": "\u0414", - "Del;": "\u2207", - "Delta;": "\u0394", - "Dfr;": "\U0001d507", - "DiacriticalAcute;": "\xb4", - "DiacriticalDot;": "\u02d9", - "DiacriticalDoubleAcute;": "\u02dd", - "DiacriticalGrave;": "`", - "DiacriticalTilde;": "\u02dc", - "Diamond;": "\u22c4", - "DifferentialD;": "\u2146", - "Dopf;": "\U0001d53b", - "Dot;": "\xa8", - "DotDot;": "\u20dc", - "DotEqual;": "\u2250", - "DoubleContourIntegral;": "\u222f", - "DoubleDot;": "\xa8", - "DoubleDownArrow;": "\u21d3", - "DoubleLeftArrow;": "\u21d0", - "DoubleLeftRightArrow;": "\u21d4", - "DoubleLeftTee;": "\u2ae4", - "DoubleLongLeftArrow;": "\u27f8", - "DoubleLongLeftRightArrow;": "\u27fa", - "DoubleLongRightArrow;": "\u27f9", - "DoubleRightArrow;": "\u21d2", - "DoubleRightTee;": "\u22a8", - "DoubleUpArrow;": "\u21d1", - "DoubleUpDownArrow;": "\u21d5", - "DoubleVerticalBar;": "\u2225", - "DownArrow;": "\u2193", - "DownArrowBar;": "\u2913", - "DownArrowUpArrow;": "\u21f5", - "DownBreve;": "\u0311", - "DownLeftRightVector;": "\u2950", - "DownLeftTeeVector;": "\u295e", - "DownLeftVector;": "\u21bd", - "DownLeftVectorBar;": "\u2956", - "DownRightTeeVector;": "\u295f", - "DownRightVector;": "\u21c1", - "DownRightVectorBar;": "\u2957", - "DownTee;": "\u22a4", - "DownTeeArrow;": "\u21a7", - "Downarrow;": "\u21d3", - "Dscr;": "\U0001d49f", - "Dstrok;": "\u0110", - "ENG;": "\u014a", - "ETH": "\xd0", - "ETH;": "\xd0", - "Eacute": "\xc9", - "Eacute;": "\xc9", - "Ecaron;": "\u011a", - "Ecirc": "\xca", - "Ecirc;": "\xca", - "Ecy;": "\u042d", - "Edot;": "\u0116", - "Efr;": "\U0001d508", - "Egrave": "\xc8", - "Egrave;": "\xc8", - "Element;": "\u2208", - "Emacr;": "\u0112", - "EmptySmallSquare;": "\u25fb", - "EmptyVerySmallSquare;": "\u25ab", - "Eogon;": "\u0118", - "Eopf;": "\U0001d53c", - "Epsilon;": "\u0395", - "Equal;": "\u2a75", - "EqualTilde;": "\u2242", - "Equilibrium;": "\u21cc", - "Escr;": "\u2130", - "Esim;": "\u2a73", - "Eta;": "\u0397", - "Euml": "\xcb", - "Euml;": "\xcb", - "Exists;": "\u2203", - "ExponentialE;": "\u2147", - "Fcy;": "\u0424", - "Ffr;": "\U0001d509", - "FilledSmallSquare;": "\u25fc", - "FilledVerySmallSquare;": "\u25aa", - "Fopf;": "\U0001d53d", - "ForAll;": "\u2200", - "Fouriertrf;": "\u2131", - "Fscr;": "\u2131", - "GJcy;": "\u0403", - "GT": ">", - "GT;": ">", - "Gamma;": "\u0393", - "Gammad;": "\u03dc", - "Gbreve;": "\u011e", - "Gcedil;": "\u0122", - "Gcirc;": "\u011c", - "Gcy;": "\u0413", - "Gdot;": "\u0120", - "Gfr;": "\U0001d50a", - "Gg;": "\u22d9", - "Gopf;": "\U0001d53e", - "GreaterEqual;": "\u2265", - "GreaterEqualLess;": "\u22db", - "GreaterFullEqual;": "\u2267", - "GreaterGreater;": "\u2aa2", - "GreaterLess;": "\u2277", - "GreaterSlantEqual;": "\u2a7e", - "GreaterTilde;": "\u2273", - "Gscr;": "\U0001d4a2", - "Gt;": "\u226b", - "HARDcy;": "\u042a", - "Hacek;": "\u02c7", - "Hat;": "^", - "Hcirc;": "\u0124", - "Hfr;": "\u210c", - "HilbertSpace;": "\u210b", - "Hopf;": "\u210d", - "HorizontalLine;": "\u2500", - "Hscr;": "\u210b", - "Hstrok;": "\u0126", - "HumpDownHump;": "\u224e", - "HumpEqual;": "\u224f", - "IEcy;": "\u0415", - "IJlig;": "\u0132", - "IOcy;": "\u0401", - "Iacute": "\xcd", - "Iacute;": "\xcd", - "Icirc": "\xce", - "Icirc;": "\xce", - "Icy;": "\u0418", - "Idot;": "\u0130", - "Ifr;": "\u2111", - "Igrave": "\xcc", - "Igrave;": "\xcc", - "Im;": "\u2111", - "Imacr;": "\u012a", - "ImaginaryI;": "\u2148", - "Implies;": "\u21d2", - "Int;": "\u222c", - "Integral;": "\u222b", - "Intersection;": "\u22c2", - "InvisibleComma;": "\u2063", - "InvisibleTimes;": "\u2062", - "Iogon;": "\u012e", - "Iopf;": "\U0001d540", - "Iota;": "\u0399", - "Iscr;": "\u2110", - "Itilde;": "\u0128", - "Iukcy;": "\u0406", - "Iuml": "\xcf", - "Iuml;": "\xcf", - "Jcirc;": "\u0134", - "Jcy;": "\u0419", - "Jfr;": "\U0001d50d", - "Jopf;": "\U0001d541", - "Jscr;": "\U0001d4a5", - "Jsercy;": "\u0408", - "Jukcy;": "\u0404", - "KHcy;": "\u0425", - "KJcy;": "\u040c", - "Kappa;": "\u039a", - "Kcedil;": "\u0136", - "Kcy;": "\u041a", - "Kfr;": "\U0001d50e", - "Kopf;": "\U0001d542", - "Kscr;": "\U0001d4a6", - "LJcy;": "\u0409", - "LT": "<", - "LT;": "<", - "Lacute;": "\u0139", - "Lambda;": "\u039b", - "Lang;": "\u27ea", - "Laplacetrf;": "\u2112", - "Larr;": "\u219e", - "Lcaron;": "\u013d", - "Lcedil;": "\u013b", - "Lcy;": "\u041b", - "LeftAngleBracket;": "\u27e8", - "LeftArrow;": "\u2190", - "LeftArrowBar;": "\u21e4", - "LeftArrowRightArrow;": "\u21c6", - "LeftCeiling;": "\u2308", - "LeftDoubleBracket;": "\u27e6", - "LeftDownTeeVector;": "\u2961", - "LeftDownVector;": "\u21c3", - "LeftDownVectorBar;": "\u2959", - "LeftFloor;": "\u230a", - "LeftRightArrow;": "\u2194", - "LeftRightVector;": "\u294e", - "LeftTee;": "\u22a3", - "LeftTeeArrow;": "\u21a4", - "LeftTeeVector;": "\u295a", - "LeftTriangle;": "\u22b2", - "LeftTriangleBar;": "\u29cf", - "LeftTriangleEqual;": "\u22b4", - "LeftUpDownVector;": "\u2951", - "LeftUpTeeVector;": "\u2960", - "LeftUpVector;": "\u21bf", - "LeftUpVectorBar;": "\u2958", - "LeftVector;": "\u21bc", - "LeftVectorBar;": "\u2952", - "Leftarrow;": "\u21d0", - "Leftrightarrow;": "\u21d4", - "LessEqualGreater;": "\u22da", - "LessFullEqual;": "\u2266", - "LessGreater;": "\u2276", - "LessLess;": "\u2aa1", - "LessSlantEqual;": "\u2a7d", - "LessTilde;": "\u2272", - "Lfr;": "\U0001d50f", - "Ll;": "\u22d8", - "Lleftarrow;": "\u21da", - "Lmidot;": "\u013f", - "LongLeftArrow;": "\u27f5", - "LongLeftRightArrow;": "\u27f7", - "LongRightArrow;": "\u27f6", - "Longleftarrow;": "\u27f8", - "Longleftrightarrow;": "\u27fa", - "Longrightarrow;": "\u27f9", - "Lopf;": "\U0001d543", - "LowerLeftArrow;": "\u2199", - "LowerRightArrow;": "\u2198", - "Lscr;": "\u2112", - "Lsh;": "\u21b0", - "Lstrok;": "\u0141", - "Lt;": "\u226a", - "Map;": "\u2905", - "Mcy;": "\u041c", - "MediumSpace;": "\u205f", - "Mellintrf;": "\u2133", - "Mfr;": "\U0001d510", - "MinusPlus;": "\u2213", - "Mopf;": "\U0001d544", - "Mscr;": "\u2133", - "Mu;": "\u039c", - "NJcy;": "\u040a", - "Nacute;": "\u0143", - "Ncaron;": "\u0147", - "Ncedil;": "\u0145", - "Ncy;": "\u041d", - "NegativeMediumSpace;": "\u200b", - "NegativeThickSpace;": "\u200b", - "NegativeThinSpace;": "\u200b", - "NegativeVeryThinSpace;": "\u200b", - "NestedGreaterGreater;": "\u226b", - "NestedLessLess;": "\u226a", - "NewLine;": "\n", - "Nfr;": "\U0001d511", - "NoBreak;": "\u2060", - "NonBreakingSpace;": "\xa0", - "Nopf;": "\u2115", - "Not;": "\u2aec", - "NotCongruent;": "\u2262", - "NotCupCap;": "\u226d", - "NotDoubleVerticalBar;": "\u2226", - "NotElement;": "\u2209", - "NotEqual;": "\u2260", - "NotEqualTilde;": "\u2242\u0338", - "NotExists;": "\u2204", - "NotGreater;": "\u226f", - "NotGreaterEqual;": "\u2271", - "NotGreaterFullEqual;": "\u2267\u0338", - "NotGreaterGreater;": "\u226b\u0338", - "NotGreaterLess;": "\u2279", - "NotGreaterSlantEqual;": "\u2a7e\u0338", - "NotGreaterTilde;": "\u2275", - "NotHumpDownHump;": "\u224e\u0338", - "NotHumpEqual;": "\u224f\u0338", - "NotLeftTriangle;": "\u22ea", - "NotLeftTriangleBar;": "\u29cf\u0338", - "NotLeftTriangleEqual;": "\u22ec", - "NotLess;": "\u226e", - "NotLessEqual;": "\u2270", - "NotLessGreater;": "\u2278", - "NotLessLess;": "\u226a\u0338", - "NotLessSlantEqual;": "\u2a7d\u0338", - "NotLessTilde;": "\u2274", - "NotNestedGreaterGreater;": "\u2aa2\u0338", - "NotNestedLessLess;": "\u2aa1\u0338", - "NotPrecedes;": "\u2280", - "NotPrecedesEqual;": "\u2aaf\u0338", - "NotPrecedesSlantEqual;": "\u22e0", - "NotReverseElement;": "\u220c", - "NotRightTriangle;": "\u22eb", - "NotRightTriangleBar;": "\u29d0\u0338", - "NotRightTriangleEqual;": "\u22ed", - "NotSquareSubset;": "\u228f\u0338", - "NotSquareSubsetEqual;": "\u22e2", - "NotSquareSuperset;": "\u2290\u0338", - "NotSquareSupersetEqual;": "\u22e3", - "NotSubset;": "\u2282\u20d2", - "NotSubsetEqual;": "\u2288", - "NotSucceeds;": "\u2281", - "NotSucceedsEqual;": "\u2ab0\u0338", - "NotSucceedsSlantEqual;": "\u22e1", - "NotSucceedsTilde;": "\u227f\u0338", - "NotSuperset;": "\u2283\u20d2", - "NotSupersetEqual;": "\u2289", - "NotTilde;": "\u2241", - "NotTildeEqual;": "\u2244", - "NotTildeFullEqual;": "\u2247", - "NotTildeTilde;": "\u2249", - "NotVerticalBar;": "\u2224", - "Nscr;": "\U0001d4a9", - "Ntilde": "\xd1", - "Ntilde;": "\xd1", - "Nu;": "\u039d", - "OElig;": "\u0152", - "Oacute": "\xd3", - "Oacute;": "\xd3", - "Ocirc": "\xd4", - "Ocirc;": "\xd4", - "Ocy;": "\u041e", - "Odblac;": "\u0150", - "Ofr;": "\U0001d512", - "Ograve": "\xd2", - "Ograve;": "\xd2", - "Omacr;": "\u014c", - "Omega;": "\u03a9", - "Omicron;": "\u039f", - "Oopf;": "\U0001d546", - "OpenCurlyDoubleQuote;": "\u201c", - "OpenCurlyQuote;": "\u2018", - "Or;": "\u2a54", - "Oscr;": "\U0001d4aa", - "Oslash": "\xd8", - "Oslash;": "\xd8", - "Otilde": "\xd5", - "Otilde;": "\xd5", - "Otimes;": "\u2a37", - "Ouml": "\xd6", - "Ouml;": "\xd6", - "OverBar;": "\u203e", - "OverBrace;": "\u23de", - "OverBracket;": "\u23b4", - "OverParenthesis;": "\u23dc", - "PartialD;": "\u2202", - "Pcy;": "\u041f", - "Pfr;": "\U0001d513", - "Phi;": "\u03a6", - "Pi;": "\u03a0", - "PlusMinus;": "\xb1", - "Poincareplane;": "\u210c", - "Popf;": "\u2119", - "Pr;": "\u2abb", - "Precedes;": "\u227a", - "PrecedesEqual;": "\u2aaf", - "PrecedesSlantEqual;": "\u227c", - "PrecedesTilde;": "\u227e", - "Prime;": "\u2033", - "Product;": "\u220f", - "Proportion;": "\u2237", - "Proportional;": "\u221d", - "Pscr;": "\U0001d4ab", - "Psi;": "\u03a8", - "QUOT": "\"", - "QUOT;": "\"", - "Qfr;": "\U0001d514", - "Qopf;": "\u211a", - "Qscr;": "\U0001d4ac", - "RBarr;": "\u2910", - "REG": "\xae", - "REG;": "\xae", - "Racute;": "\u0154", - "Rang;": "\u27eb", - "Rarr;": "\u21a0", - "Rarrtl;": "\u2916", - "Rcaron;": "\u0158", - "Rcedil;": "\u0156", - "Rcy;": "\u0420", - "Re;": "\u211c", - "ReverseElement;": "\u220b", - "ReverseEquilibrium;": "\u21cb", - "ReverseUpEquilibrium;": "\u296f", - "Rfr;": "\u211c", - "Rho;": "\u03a1", - "RightAngleBracket;": "\u27e9", - "RightArrow;": "\u2192", - "RightArrowBar;": "\u21e5", - "RightArrowLeftArrow;": "\u21c4", - "RightCeiling;": "\u2309", - "RightDoubleBracket;": "\u27e7", - "RightDownTeeVector;": "\u295d", - "RightDownVector;": "\u21c2", - "RightDownVectorBar;": "\u2955", - "RightFloor;": "\u230b", - "RightTee;": "\u22a2", - "RightTeeArrow;": "\u21a6", - "RightTeeVector;": "\u295b", - "RightTriangle;": "\u22b3", - "RightTriangleBar;": "\u29d0", - "RightTriangleEqual;": "\u22b5", - "RightUpDownVector;": "\u294f", - "RightUpTeeVector;": "\u295c", - "RightUpVector;": "\u21be", - "RightUpVectorBar;": "\u2954", - "RightVector;": "\u21c0", - "RightVectorBar;": "\u2953", - "Rightarrow;": "\u21d2", - "Ropf;": "\u211d", - "RoundImplies;": "\u2970", - "Rrightarrow;": "\u21db", - "Rscr;": "\u211b", - "Rsh;": "\u21b1", - "RuleDelayed;": "\u29f4", - "SHCHcy;": "\u0429", - "SHcy;": "\u0428", - "SOFTcy;": "\u042c", - "Sacute;": "\u015a", - "Sc;": "\u2abc", - "Scaron;": "\u0160", - "Scedil;": "\u015e", - "Scirc;": "\u015c", - "Scy;": "\u0421", - "Sfr;": "\U0001d516", - "ShortDownArrow;": "\u2193", - "ShortLeftArrow;": "\u2190", - "ShortRightArrow;": "\u2192", - "ShortUpArrow;": "\u2191", - "Sigma;": "\u03a3", - "SmallCircle;": "\u2218", - "Sopf;": "\U0001d54a", - "Sqrt;": "\u221a", - "Square;": "\u25a1", - "SquareIntersection;": "\u2293", - "SquareSubset;": "\u228f", - "SquareSubsetEqual;": "\u2291", - "SquareSuperset;": "\u2290", - "SquareSupersetEqual;": "\u2292", - "SquareUnion;": "\u2294", - "Sscr;": "\U0001d4ae", - "Star;": "\u22c6", - "Sub;": "\u22d0", - "Subset;": "\u22d0", - "SubsetEqual;": "\u2286", - "Succeeds;": "\u227b", - "SucceedsEqual;": "\u2ab0", - "SucceedsSlantEqual;": "\u227d", - "SucceedsTilde;": "\u227f", - "SuchThat;": "\u220b", - "Sum;": "\u2211", - "Sup;": "\u22d1", - "Superset;": "\u2283", - "SupersetEqual;": "\u2287", - "Supset;": "\u22d1", - "THORN": "\xde", - "THORN;": "\xde", - "TRADE;": "\u2122", - "TSHcy;": "\u040b", - "TScy;": "\u0426", - "Tab;": "\t", - "Tau;": "\u03a4", - "Tcaron;": "\u0164", - "Tcedil;": "\u0162", - "Tcy;": "\u0422", - "Tfr;": "\U0001d517", - "Therefore;": "\u2234", - "Theta;": "\u0398", - "ThickSpace;": "\u205f\u200a", - "ThinSpace;": "\u2009", - "Tilde;": "\u223c", - "TildeEqual;": "\u2243", - "TildeFullEqual;": "\u2245", - "TildeTilde;": "\u2248", - "Topf;": "\U0001d54b", - "TripleDot;": "\u20db", - "Tscr;": "\U0001d4af", - "Tstrok;": "\u0166", - "Uacute": "\xda", - "Uacute;": "\xda", - "Uarr;": "\u219f", - "Uarrocir;": "\u2949", - "Ubrcy;": "\u040e", - "Ubreve;": "\u016c", - "Ucirc": "\xdb", - "Ucirc;": "\xdb", - "Ucy;": "\u0423", - "Udblac;": "\u0170", - "Ufr;": "\U0001d518", - "Ugrave": "\xd9", - "Ugrave;": "\xd9", - "Umacr;": "\u016a", - "UnderBar;": "_", - "UnderBrace;": "\u23df", - "UnderBracket;": "\u23b5", - "UnderParenthesis;": "\u23dd", - "Union;": "\u22c3", - "UnionPlus;": "\u228e", - "Uogon;": "\u0172", - "Uopf;": "\U0001d54c", - "UpArrow;": "\u2191", - "UpArrowBar;": "\u2912", - "UpArrowDownArrow;": "\u21c5", - "UpDownArrow;": "\u2195", - "UpEquilibrium;": "\u296e", - "UpTee;": "\u22a5", - "UpTeeArrow;": "\u21a5", - "Uparrow;": "\u21d1", - "Updownarrow;": "\u21d5", - "UpperLeftArrow;": "\u2196", - "UpperRightArrow;": "\u2197", - "Upsi;": "\u03d2", - "Upsilon;": "\u03a5", - "Uring;": "\u016e", - "Uscr;": "\U0001d4b0", - "Utilde;": "\u0168", - "Uuml": "\xdc", - "Uuml;": "\xdc", - "VDash;": "\u22ab", - "Vbar;": "\u2aeb", - "Vcy;": "\u0412", - "Vdash;": "\u22a9", - "Vdashl;": "\u2ae6", - "Vee;": "\u22c1", - "Verbar;": "\u2016", - "Vert;": "\u2016", - "VerticalBar;": "\u2223", - "VerticalLine;": "|", - "VerticalSeparator;": "\u2758", - "VerticalTilde;": "\u2240", - "VeryThinSpace;": "\u200a", - "Vfr;": "\U0001d519", - "Vopf;": "\U0001d54d", - "Vscr;": "\U0001d4b1", - "Vvdash;": "\u22aa", - "Wcirc;": "\u0174", - "Wedge;": "\u22c0", - "Wfr;": "\U0001d51a", - "Wopf;": "\U0001d54e", - "Wscr;": "\U0001d4b2", - "Xfr;": "\U0001d51b", - "Xi;": "\u039e", - "Xopf;": "\U0001d54f", - "Xscr;": "\U0001d4b3", - "YAcy;": "\u042f", - "YIcy;": "\u0407", - "YUcy;": "\u042e", - "Yacute": "\xdd", - "Yacute;": "\xdd", - "Ycirc;": "\u0176", - "Ycy;": "\u042b", - "Yfr;": "\U0001d51c", - "Yopf;": "\U0001d550", - "Yscr;": "\U0001d4b4", - "Yuml;": "\u0178", - "ZHcy;": "\u0416", - "Zacute;": "\u0179", - "Zcaron;": "\u017d", - "Zcy;": "\u0417", - "Zdot;": "\u017b", - "ZeroWidthSpace;": "\u200b", - "Zeta;": "\u0396", - "Zfr;": "\u2128", - "Zopf;": "\u2124", - "Zscr;": "\U0001d4b5", - "aacute": "\xe1", - "aacute;": "\xe1", - "abreve;": "\u0103", - "ac;": "\u223e", - "acE;": "\u223e\u0333", - "acd;": "\u223f", - "acirc": "\xe2", - "acirc;": "\xe2", - "acute": "\xb4", - "acute;": "\xb4", - "acy;": "\u0430", - "aelig": "\xe6", - "aelig;": "\xe6", - "af;": "\u2061", - "afr;": "\U0001d51e", - "agrave": "\xe0", - "agrave;": "\xe0", - "alefsym;": "\u2135", - "aleph;": "\u2135", - "alpha;": "\u03b1", - "amacr;": "\u0101", - "amalg;": "\u2a3f", - "amp": "&", - "amp;": "&", - "and;": "\u2227", - "andand;": "\u2a55", - "andd;": "\u2a5c", - "andslope;": "\u2a58", - "andv;": "\u2a5a", - "ang;": "\u2220", - "ange;": "\u29a4", - "angle;": "\u2220", - "angmsd;": "\u2221", - "angmsdaa;": "\u29a8", - "angmsdab;": "\u29a9", - "angmsdac;": "\u29aa", - "angmsdad;": "\u29ab", - "angmsdae;": "\u29ac", - "angmsdaf;": "\u29ad", - "angmsdag;": "\u29ae", - "angmsdah;": "\u29af", - "angrt;": "\u221f", - "angrtvb;": "\u22be", - "angrtvbd;": "\u299d", - "angsph;": "\u2222", - "angst;": "\xc5", - "angzarr;": "\u237c", - "aogon;": "\u0105", - "aopf;": "\U0001d552", - "ap;": "\u2248", - "apE;": "\u2a70", - "apacir;": "\u2a6f", - "ape;": "\u224a", - "apid;": "\u224b", - "apos;": "'", - "approx;": "\u2248", - "approxeq;": "\u224a", - "aring": "\xe5", - "aring;": "\xe5", - "ascr;": "\U0001d4b6", - "ast;": "*", - "asymp;": "\u2248", - "asympeq;": "\u224d", - "atilde": "\xe3", - "atilde;": "\xe3", - "auml": "\xe4", - "auml;": "\xe4", - "awconint;": "\u2233", - "awint;": "\u2a11", - "bNot;": "\u2aed", - "backcong;": "\u224c", - "backepsilon;": "\u03f6", - "backprime;": "\u2035", - "backsim;": "\u223d", - "backsimeq;": "\u22cd", - "barvee;": "\u22bd", - "barwed;": "\u2305", - "barwedge;": "\u2305", - "bbrk;": "\u23b5", - "bbrktbrk;": "\u23b6", - "bcong;": "\u224c", - "bcy;": "\u0431", - "bdquo;": "\u201e", - "becaus;": "\u2235", - "because;": "\u2235", - "bemptyv;": "\u29b0", - "bepsi;": "\u03f6", - "bernou;": "\u212c", - "beta;": "\u03b2", - "beth;": "\u2136", - "between;": "\u226c", - "bfr;": "\U0001d51f", - "bigcap;": "\u22c2", - "bigcirc;": "\u25ef", - "bigcup;": "\u22c3", - "bigodot;": "\u2a00", - "bigoplus;": "\u2a01", - "bigotimes;": "\u2a02", - "bigsqcup;": "\u2a06", - "bigstar;": "\u2605", - "bigtriangledown;": "\u25bd", - "bigtriangleup;": "\u25b3", - "biguplus;": "\u2a04", - "bigvee;": "\u22c1", - "bigwedge;": "\u22c0", - "bkarow;": "\u290d", - "blacklozenge;": "\u29eb", - "blacksquare;": "\u25aa", - "blacktriangle;": "\u25b4", - "blacktriangledown;": "\u25be", - "blacktriangleleft;": "\u25c2", - "blacktriangleright;": "\u25b8", - "blank;": "\u2423", - "blk12;": "\u2592", - "blk14;": "\u2591", - "blk34;": "\u2593", - "block;": "\u2588", - "bne;": "=\u20e5", - "bnequiv;": "\u2261\u20e5", - "bnot;": "\u2310", - "bopf;": "\U0001d553", - "bot;": "\u22a5", - "bottom;": "\u22a5", - "bowtie;": "\u22c8", - "boxDL;": "\u2557", - "boxDR;": "\u2554", - "boxDl;": "\u2556", - "boxDr;": "\u2553", - "boxH;": "\u2550", - "boxHD;": "\u2566", - "boxHU;": "\u2569", - "boxHd;": "\u2564", - "boxHu;": "\u2567", - "boxUL;": "\u255d", - "boxUR;": "\u255a", - "boxUl;": "\u255c", - "boxUr;": "\u2559", - "boxV;": "\u2551", - "boxVH;": "\u256c", - "boxVL;": "\u2563", - "boxVR;": "\u2560", - "boxVh;": "\u256b", - "boxVl;": "\u2562", - "boxVr;": "\u255f", - "boxbox;": "\u29c9", - "boxdL;": "\u2555", - "boxdR;": "\u2552", - "boxdl;": "\u2510", - "boxdr;": "\u250c", - "boxh;": "\u2500", - "boxhD;": "\u2565", - "boxhU;": "\u2568", - "boxhd;": "\u252c", - "boxhu;": "\u2534", - "boxminus;": "\u229f", - "boxplus;": "\u229e", - "boxtimes;": "\u22a0", - "boxuL;": "\u255b", - "boxuR;": "\u2558", - "boxul;": "\u2518", - "boxur;": "\u2514", - "boxv;": "\u2502", - "boxvH;": "\u256a", - "boxvL;": "\u2561", - "boxvR;": "\u255e", - "boxvh;": "\u253c", - "boxvl;": "\u2524", - "boxvr;": "\u251c", - "bprime;": "\u2035", - "breve;": "\u02d8", - "brvbar": "\xa6", - "brvbar;": "\xa6", - "bscr;": "\U0001d4b7", - "bsemi;": "\u204f", - "bsim;": "\u223d", - "bsime;": "\u22cd", - "bsol;": "\\", - "bsolb;": "\u29c5", - "bsolhsub;": "\u27c8", - "bull;": "\u2022", - "bullet;": "\u2022", - "bump;": "\u224e", - "bumpE;": "\u2aae", - "bumpe;": "\u224f", - "bumpeq;": "\u224f", - "cacute;": "\u0107", - "cap;": "\u2229", - "capand;": "\u2a44", - "capbrcup;": "\u2a49", - "capcap;": "\u2a4b", - "capcup;": "\u2a47", - "capdot;": "\u2a40", - "caps;": "\u2229\ufe00", - "caret;": "\u2041", - "caron;": "\u02c7", - "ccaps;": "\u2a4d", - "ccaron;": "\u010d", - "ccedil": "\xe7", - "ccedil;": "\xe7", - "ccirc;": "\u0109", - "ccups;": "\u2a4c", - "ccupssm;": "\u2a50", - "cdot;": "\u010b", - "cedil": "\xb8", - "cedil;": "\xb8", - "cemptyv;": "\u29b2", - "cent": "\xa2", - "cent;": "\xa2", - "centerdot;": "\xb7", - "cfr;": "\U0001d520", - "chcy;": "\u0447", - "check;": "\u2713", - "checkmark;": "\u2713", - "chi;": "\u03c7", - "cir;": "\u25cb", - "cirE;": "\u29c3", - "circ;": "\u02c6", - "circeq;": "\u2257", - "circlearrowleft;": "\u21ba", - "circlearrowright;": "\u21bb", - "circledR;": "\xae", - "circledS;": "\u24c8", - "circledast;": "\u229b", - "circledcirc;": "\u229a", - "circleddash;": "\u229d", - "cire;": "\u2257", - "cirfnint;": "\u2a10", - "cirmid;": "\u2aef", - "cirscir;": "\u29c2", - "clubs;": "\u2663", - "clubsuit;": "\u2663", - "colon;": ":", - "colone;": "\u2254", - "coloneq;": "\u2254", - "comma;": ",", - "commat;": "@", - "comp;": "\u2201", - "compfn;": "\u2218", - "complement;": "\u2201", - "complexes;": "\u2102", - "cong;": "\u2245", - "congdot;": "\u2a6d", - "conint;": "\u222e", - "copf;": "\U0001d554", - "coprod;": "\u2210", - "copy": "\xa9", - "copy;": "\xa9", - "copysr;": "\u2117", - "crarr;": "\u21b5", - "cross;": "\u2717", - "cscr;": "\U0001d4b8", - "csub;": "\u2acf", - "csube;": "\u2ad1", - "csup;": "\u2ad0", - "csupe;": "\u2ad2", - "ctdot;": "\u22ef", - "cudarrl;": "\u2938", - "cudarrr;": "\u2935", - "cuepr;": "\u22de", - "cuesc;": "\u22df", - "cularr;": "\u21b6", - "cularrp;": "\u293d", - "cup;": "\u222a", - "cupbrcap;": "\u2a48", - "cupcap;": "\u2a46", - "cupcup;": "\u2a4a", - "cupdot;": "\u228d", - "cupor;": "\u2a45", - "cups;": "\u222a\ufe00", - "curarr;": "\u21b7", - "curarrm;": "\u293c", - "curlyeqprec;": "\u22de", - "curlyeqsucc;": "\u22df", - "curlyvee;": "\u22ce", - "curlywedge;": "\u22cf", - "curren": "\xa4", - "curren;": "\xa4", - "curvearrowleft;": "\u21b6", - "curvearrowright;": "\u21b7", - "cuvee;": "\u22ce", - "cuwed;": "\u22cf", - "cwconint;": "\u2232", - "cwint;": "\u2231", - "cylcty;": "\u232d", - "dArr;": "\u21d3", - "dHar;": "\u2965", - "dagger;": "\u2020", - "daleth;": "\u2138", - "darr;": "\u2193", - "dash;": "\u2010", - "dashv;": "\u22a3", - "dbkarow;": "\u290f", - "dblac;": "\u02dd", - "dcaron;": "\u010f", - "dcy;": "\u0434", - "dd;": "\u2146", - "ddagger;": "\u2021", - "ddarr;": "\u21ca", - "ddotseq;": "\u2a77", - "deg": "\xb0", - "deg;": "\xb0", - "delta;": "\u03b4", - "demptyv;": "\u29b1", - "dfisht;": "\u297f", - "dfr;": "\U0001d521", - "dharl;": "\u21c3", - "dharr;": "\u21c2", - "diam;": "\u22c4", - "diamond;": "\u22c4", - "diamondsuit;": "\u2666", - "diams;": "\u2666", - "die;": "\xa8", - "digamma;": "\u03dd", - "disin;": "\u22f2", - "div;": "\xf7", - "divide": "\xf7", - "divide;": "\xf7", - "divideontimes;": "\u22c7", - "divonx;": "\u22c7", - "djcy;": "\u0452", - "dlcorn;": "\u231e", - "dlcrop;": "\u230d", - "dollar;": "$", - "dopf;": "\U0001d555", - "dot;": "\u02d9", - "doteq;": "\u2250", - "doteqdot;": "\u2251", - "dotminus;": "\u2238", - "dotplus;": "\u2214", - "dotsquare;": "\u22a1", - "doublebarwedge;": "\u2306", - "downarrow;": "\u2193", - "downdownarrows;": "\u21ca", - "downharpoonleft;": "\u21c3", - "downharpoonright;": "\u21c2", - "drbkarow;": "\u2910", - "drcorn;": "\u231f", - "drcrop;": "\u230c", - "dscr;": "\U0001d4b9", - "dscy;": "\u0455", - "dsol;": "\u29f6", - "dstrok;": "\u0111", - "dtdot;": "\u22f1", - "dtri;": "\u25bf", - "dtrif;": "\u25be", - "duarr;": "\u21f5", - "duhar;": "\u296f", - "dwangle;": "\u29a6", - "dzcy;": "\u045f", - "dzigrarr;": "\u27ff", - "eDDot;": "\u2a77", - "eDot;": "\u2251", - "eacute": "\xe9", - "eacute;": "\xe9", - "easter;": "\u2a6e", - "ecaron;": "\u011b", - "ecir;": "\u2256", - "ecirc": "\xea", - "ecirc;": "\xea", - "ecolon;": "\u2255", - "ecy;": "\u044d", - "edot;": "\u0117", - "ee;": "\u2147", - "efDot;": "\u2252", - "efr;": "\U0001d522", - "eg;": "\u2a9a", - "egrave": "\xe8", - "egrave;": "\xe8", - "egs;": "\u2a96", - "egsdot;": "\u2a98", - "el;": "\u2a99", - "elinters;": "\u23e7", - "ell;": "\u2113", - "els;": "\u2a95", - "elsdot;": "\u2a97", - "emacr;": "\u0113", - "empty;": "\u2205", - "emptyset;": "\u2205", - "emptyv;": "\u2205", - "emsp13;": "\u2004", - "emsp14;": "\u2005", - "emsp;": "\u2003", - "eng;": "\u014b", - "ensp;": "\u2002", - "eogon;": "\u0119", - "eopf;": "\U0001d556", - "epar;": "\u22d5", - "eparsl;": "\u29e3", - "eplus;": "\u2a71", - "epsi;": "\u03b5", - "epsilon;": "\u03b5", - "epsiv;": "\u03f5", - "eqcirc;": "\u2256", - "eqcolon;": "\u2255", - "eqsim;": "\u2242", - "eqslantgtr;": "\u2a96", - "eqslantless;": "\u2a95", - "equals;": "=", - "equest;": "\u225f", - "equiv;": "\u2261", - "equivDD;": "\u2a78", - "eqvparsl;": "\u29e5", - "erDot;": "\u2253", - "erarr;": "\u2971", - "escr;": "\u212f", - "esdot;": "\u2250", - "esim;": "\u2242", - "eta;": "\u03b7", - "eth": "\xf0", - "eth;": "\xf0", - "euml": "\xeb", - "euml;": "\xeb", - "euro;": "\u20ac", - "excl;": "!", - "exist;": "\u2203", - "expectation;": "\u2130", - "exponentiale;": "\u2147", - "fallingdotseq;": "\u2252", - "fcy;": "\u0444", - "female;": "\u2640", - "ffilig;": "\ufb03", - "fflig;": "\ufb00", - "ffllig;": "\ufb04", - "ffr;": "\U0001d523", - "filig;": "\ufb01", - "fjlig;": "fj", - "flat;": "\u266d", - "fllig;": "\ufb02", - "fltns;": "\u25b1", - "fnof;": "\u0192", - "fopf;": "\U0001d557", - "forall;": "\u2200", - "fork;": "\u22d4", - "forkv;": "\u2ad9", - "fpartint;": "\u2a0d", - "frac12": "\xbd", - "frac12;": "\xbd", - "frac13;": "\u2153", - "frac14": "\xbc", - "frac14;": "\xbc", - "frac15;": "\u2155", - "frac16;": "\u2159", - "frac18;": "\u215b", - "frac23;": "\u2154", - "frac25;": "\u2156", - "frac34": "\xbe", - "frac34;": "\xbe", - "frac35;": "\u2157", - "frac38;": "\u215c", - "frac45;": "\u2158", - "frac56;": "\u215a", - "frac58;": "\u215d", - "frac78;": "\u215e", - "frasl;": "\u2044", - "frown;": "\u2322", - "fscr;": "\U0001d4bb", - "gE;": "\u2267", - "gEl;": "\u2a8c", - "gacute;": "\u01f5", - "gamma;": "\u03b3", - "gammad;": "\u03dd", - "gap;": "\u2a86", - "gbreve;": "\u011f", - "gcirc;": "\u011d", - "gcy;": "\u0433", - "gdot;": "\u0121", - "ge;": "\u2265", - "gel;": "\u22db", - "geq;": "\u2265", - "geqq;": "\u2267", - "geqslant;": "\u2a7e", - "ges;": "\u2a7e", - "gescc;": "\u2aa9", - "gesdot;": "\u2a80", - "gesdoto;": "\u2a82", - "gesdotol;": "\u2a84", - "gesl;": "\u22db\ufe00", - "gesles;": "\u2a94", - "gfr;": "\U0001d524", - "gg;": "\u226b", - "ggg;": "\u22d9", - "gimel;": "\u2137", - "gjcy;": "\u0453", - "gl;": "\u2277", - "glE;": "\u2a92", - "gla;": "\u2aa5", - "glj;": "\u2aa4", - "gnE;": "\u2269", - "gnap;": "\u2a8a", - "gnapprox;": "\u2a8a", - "gne;": "\u2a88", - "gneq;": "\u2a88", - "gneqq;": "\u2269", - "gnsim;": "\u22e7", - "gopf;": "\U0001d558", - "grave;": "`", - "gscr;": "\u210a", - "gsim;": "\u2273", - "gsime;": "\u2a8e", - "gsiml;": "\u2a90", - "gt": ">", - "gt;": ">", - "gtcc;": "\u2aa7", - "gtcir;": "\u2a7a", - "gtdot;": "\u22d7", - "gtlPar;": "\u2995", - "gtquest;": "\u2a7c", - "gtrapprox;": "\u2a86", - "gtrarr;": "\u2978", - "gtrdot;": "\u22d7", - "gtreqless;": "\u22db", - "gtreqqless;": "\u2a8c", - "gtrless;": "\u2277", - "gtrsim;": "\u2273", - "gvertneqq;": "\u2269\ufe00", - "gvnE;": "\u2269\ufe00", - "hArr;": "\u21d4", - "hairsp;": "\u200a", - "half;": "\xbd", - "hamilt;": "\u210b", - "hardcy;": "\u044a", - "harr;": "\u2194", - "harrcir;": "\u2948", - "harrw;": "\u21ad", - "hbar;": "\u210f", - "hcirc;": "\u0125", - "hearts;": "\u2665", - "heartsuit;": "\u2665", - "hellip;": "\u2026", - "hercon;": "\u22b9", - "hfr;": "\U0001d525", - "hksearow;": "\u2925", - "hkswarow;": "\u2926", - "hoarr;": "\u21ff", - "homtht;": "\u223b", - "hookleftarrow;": "\u21a9", - "hookrightarrow;": "\u21aa", - "hopf;": "\U0001d559", - "horbar;": "\u2015", - "hscr;": "\U0001d4bd", - "hslash;": "\u210f", - "hstrok;": "\u0127", - "hybull;": "\u2043", - "hyphen;": "\u2010", - "iacute": "\xed", - "iacute;": "\xed", - "ic;": "\u2063", - "icirc": "\xee", - "icirc;": "\xee", - "icy;": "\u0438", - "iecy;": "\u0435", - "iexcl": "\xa1", - "iexcl;": "\xa1", - "iff;": "\u21d4", - "ifr;": "\U0001d526", - "igrave": "\xec", - "igrave;": "\xec", - "ii;": "\u2148", - "iiiint;": "\u2a0c", - "iiint;": "\u222d", - "iinfin;": "\u29dc", - "iiota;": "\u2129", - "ijlig;": "\u0133", - "imacr;": "\u012b", - "image;": "\u2111", - "imagline;": "\u2110", - "imagpart;": "\u2111", - "imath;": "\u0131", - "imof;": "\u22b7", - "imped;": "\u01b5", - "in;": "\u2208", - "incare;": "\u2105", - "infin;": "\u221e", - "infintie;": "\u29dd", - "inodot;": "\u0131", - "int;": "\u222b", - "intcal;": "\u22ba", - "integers;": "\u2124", - "intercal;": "\u22ba", - "intlarhk;": "\u2a17", - "intprod;": "\u2a3c", - "iocy;": "\u0451", - "iogon;": "\u012f", - "iopf;": "\U0001d55a", - "iota;": "\u03b9", - "iprod;": "\u2a3c", - "iquest": "\xbf", - "iquest;": "\xbf", - "iscr;": "\U0001d4be", - "isin;": "\u2208", - "isinE;": "\u22f9", - "isindot;": "\u22f5", - "isins;": "\u22f4", - "isinsv;": "\u22f3", - "isinv;": "\u2208", - "it;": "\u2062", - "itilde;": "\u0129", - "iukcy;": "\u0456", - "iuml": "\xef", - "iuml;": "\xef", - "jcirc;": "\u0135", - "jcy;": "\u0439", - "jfr;": "\U0001d527", - "jmath;": "\u0237", - "jopf;": "\U0001d55b", - "jscr;": "\U0001d4bf", - "jsercy;": "\u0458", - "jukcy;": "\u0454", - "kappa;": "\u03ba", - "kappav;": "\u03f0", - "kcedil;": "\u0137", - "kcy;": "\u043a", - "kfr;": "\U0001d528", - "kgreen;": "\u0138", - "khcy;": "\u0445", - "kjcy;": "\u045c", - "kopf;": "\U0001d55c", - "kscr;": "\U0001d4c0", - "lAarr;": "\u21da", - "lArr;": "\u21d0", - "lAtail;": "\u291b", - "lBarr;": "\u290e", - "lE;": "\u2266", - "lEg;": "\u2a8b", - "lHar;": "\u2962", - "lacute;": "\u013a", - "laemptyv;": "\u29b4", - "lagran;": "\u2112", - "lambda;": "\u03bb", - "lang;": "\u27e8", - "langd;": "\u2991", - "langle;": "\u27e8", - "lap;": "\u2a85", - "laquo": "\xab", - "laquo;": "\xab", - "larr;": "\u2190", - "larrb;": "\u21e4", - "larrbfs;": "\u291f", - "larrfs;": "\u291d", - "larrhk;": "\u21a9", - "larrlp;": "\u21ab", - "larrpl;": "\u2939", - "larrsim;": "\u2973", - "larrtl;": "\u21a2", - "lat;": "\u2aab", - "latail;": "\u2919", - "late;": "\u2aad", - "lates;": "\u2aad\ufe00", - "lbarr;": "\u290c", - "lbbrk;": "\u2772", - "lbrace;": "{", - "lbrack;": "[", - "lbrke;": "\u298b", - "lbrksld;": "\u298f", - "lbrkslu;": "\u298d", - "lcaron;": "\u013e", - "lcedil;": "\u013c", - "lceil;": "\u2308", - "lcub;": "{", - "lcy;": "\u043b", - "ldca;": "\u2936", - "ldquo;": "\u201c", - "ldquor;": "\u201e", - "ldrdhar;": "\u2967", - "ldrushar;": "\u294b", - "ldsh;": "\u21b2", - "le;": "\u2264", - "leftarrow;": "\u2190", - "leftarrowtail;": "\u21a2", - "leftharpoondown;": "\u21bd", - "leftharpoonup;": "\u21bc", - "leftleftarrows;": "\u21c7", - "leftrightarrow;": "\u2194", - "leftrightarrows;": "\u21c6", - "leftrightharpoons;": "\u21cb", - "leftrightsquigarrow;": "\u21ad", - "leftthreetimes;": "\u22cb", - "leg;": "\u22da", - "leq;": "\u2264", - "leqq;": "\u2266", - "leqslant;": "\u2a7d", - "les;": "\u2a7d", - "lescc;": "\u2aa8", - "lesdot;": "\u2a7f", - "lesdoto;": "\u2a81", - "lesdotor;": "\u2a83", - "lesg;": "\u22da\ufe00", - "lesges;": "\u2a93", - "lessapprox;": "\u2a85", - "lessdot;": "\u22d6", - "lesseqgtr;": "\u22da", - "lesseqqgtr;": "\u2a8b", - "lessgtr;": "\u2276", - "lesssim;": "\u2272", - "lfisht;": "\u297c", - "lfloor;": "\u230a", - "lfr;": "\U0001d529", - "lg;": "\u2276", - "lgE;": "\u2a91", - "lhard;": "\u21bd", - "lharu;": "\u21bc", - "lharul;": "\u296a", - "lhblk;": "\u2584", - "ljcy;": "\u0459", - "ll;": "\u226a", - "llarr;": "\u21c7", - "llcorner;": "\u231e", - "llhard;": "\u296b", - "lltri;": "\u25fa", - "lmidot;": "\u0140", - "lmoust;": "\u23b0", - "lmoustache;": "\u23b0", - "lnE;": "\u2268", - "lnap;": "\u2a89", - "lnapprox;": "\u2a89", - "lne;": "\u2a87", - "lneq;": "\u2a87", - "lneqq;": "\u2268", - "lnsim;": "\u22e6", - "loang;": "\u27ec", - "loarr;": "\u21fd", - "lobrk;": "\u27e6", - "longleftarrow;": "\u27f5", - "longleftrightarrow;": "\u27f7", - "longmapsto;": "\u27fc", - "longrightarrow;": "\u27f6", - "looparrowleft;": "\u21ab", - "looparrowright;": "\u21ac", - "lopar;": "\u2985", - "lopf;": "\U0001d55d", - "loplus;": "\u2a2d", - "lotimes;": "\u2a34", - "lowast;": "\u2217", - "lowbar;": "_", - "loz;": "\u25ca", - "lozenge;": "\u25ca", - "lozf;": "\u29eb", - "lpar;": "(", - "lparlt;": "\u2993", - "lrarr;": "\u21c6", - "lrcorner;": "\u231f", - "lrhar;": "\u21cb", - "lrhard;": "\u296d", - "lrm;": "\u200e", - "lrtri;": "\u22bf", - "lsaquo;": "\u2039", - "lscr;": "\U0001d4c1", - "lsh;": "\u21b0", - "lsim;": "\u2272", - "lsime;": "\u2a8d", - "lsimg;": "\u2a8f", - "lsqb;": "[", - "lsquo;": "\u2018", - "lsquor;": "\u201a", - "lstrok;": "\u0142", - "lt": "<", - "lt;": "<", - "ltcc;": "\u2aa6", - "ltcir;": "\u2a79", - "ltdot;": "\u22d6", - "lthree;": "\u22cb", - "ltimes;": "\u22c9", - "ltlarr;": "\u2976", - "ltquest;": "\u2a7b", - "ltrPar;": "\u2996", - "ltri;": "\u25c3", - "ltrie;": "\u22b4", - "ltrif;": "\u25c2", - "lurdshar;": "\u294a", - "luruhar;": "\u2966", - "lvertneqq;": "\u2268\ufe00", - "lvnE;": "\u2268\ufe00", - "mDDot;": "\u223a", - "macr": "\xaf", - "macr;": "\xaf", - "male;": "\u2642", - "malt;": "\u2720", - "maltese;": "\u2720", - "map;": "\u21a6", - "mapsto;": "\u21a6", - "mapstodown;": "\u21a7", - "mapstoleft;": "\u21a4", - "mapstoup;": "\u21a5", - "marker;": "\u25ae", - "mcomma;": "\u2a29", - "mcy;": "\u043c", - "mdash;": "\u2014", - "measuredangle;": "\u2221", - "mfr;": "\U0001d52a", - "mho;": "\u2127", - "micro": "\xb5", - "micro;": "\xb5", - "mid;": "\u2223", - "midast;": "*", - "midcir;": "\u2af0", - "middot": "\xb7", - "middot;": "\xb7", - "minus;": "\u2212", - "minusb;": "\u229f", - "minusd;": "\u2238", - "minusdu;": "\u2a2a", - "mlcp;": "\u2adb", - "mldr;": "\u2026", - "mnplus;": "\u2213", - "models;": "\u22a7", - "mopf;": "\U0001d55e", - "mp;": "\u2213", - "mscr;": "\U0001d4c2", - "mstpos;": "\u223e", - "mu;": "\u03bc", - "multimap;": "\u22b8", - "mumap;": "\u22b8", - "nGg;": "\u22d9\u0338", - "nGt;": "\u226b\u20d2", - "nGtv;": "\u226b\u0338", - "nLeftarrow;": "\u21cd", - "nLeftrightarrow;": "\u21ce", - "nLl;": "\u22d8\u0338", - "nLt;": "\u226a\u20d2", - "nLtv;": "\u226a\u0338", - "nRightarrow;": "\u21cf", - "nVDash;": "\u22af", - "nVdash;": "\u22ae", - "nabla;": "\u2207", - "nacute;": "\u0144", - "nang;": "\u2220\u20d2", - "nap;": "\u2249", - "napE;": "\u2a70\u0338", - "napid;": "\u224b\u0338", - "napos;": "\u0149", - "napprox;": "\u2249", - "natur;": "\u266e", - "natural;": "\u266e", - "naturals;": "\u2115", - "nbsp": "\xa0", - "nbsp;": "\xa0", - "nbump;": "\u224e\u0338", - "nbumpe;": "\u224f\u0338", - "ncap;": "\u2a43", - "ncaron;": "\u0148", - "ncedil;": "\u0146", - "ncong;": "\u2247", - "ncongdot;": "\u2a6d\u0338", - "ncup;": "\u2a42", - "ncy;": "\u043d", - "ndash;": "\u2013", - "ne;": "\u2260", - "neArr;": "\u21d7", - "nearhk;": "\u2924", - "nearr;": "\u2197", - "nearrow;": "\u2197", - "nedot;": "\u2250\u0338", - "nequiv;": "\u2262", - "nesear;": "\u2928", - "nesim;": "\u2242\u0338", - "nexist;": "\u2204", - "nexists;": "\u2204", - "nfr;": "\U0001d52b", - "ngE;": "\u2267\u0338", - "nge;": "\u2271", - "ngeq;": "\u2271", - "ngeqq;": "\u2267\u0338", - "ngeqslant;": "\u2a7e\u0338", - "nges;": "\u2a7e\u0338", - "ngsim;": "\u2275", - "ngt;": "\u226f", - "ngtr;": "\u226f", - "nhArr;": "\u21ce", - "nharr;": "\u21ae", - "nhpar;": "\u2af2", - "ni;": "\u220b", - "nis;": "\u22fc", - "nisd;": "\u22fa", - "niv;": "\u220b", - "njcy;": "\u045a", - "nlArr;": "\u21cd", - "nlE;": "\u2266\u0338", - "nlarr;": "\u219a", - "nldr;": "\u2025", - "nle;": "\u2270", - "nleftarrow;": "\u219a", - "nleftrightarrow;": "\u21ae", - "nleq;": "\u2270", - "nleqq;": "\u2266\u0338", - "nleqslant;": "\u2a7d\u0338", - "nles;": "\u2a7d\u0338", - "nless;": "\u226e", - "nlsim;": "\u2274", - "nlt;": "\u226e", - "nltri;": "\u22ea", - "nltrie;": "\u22ec", - "nmid;": "\u2224", - "nopf;": "\U0001d55f", - "not": "\xac", - "not;": "\xac", - "notin;": "\u2209", - "notinE;": "\u22f9\u0338", - "notindot;": "\u22f5\u0338", - "notinva;": "\u2209", - "notinvb;": "\u22f7", - "notinvc;": "\u22f6", - "notni;": "\u220c", - "notniva;": "\u220c", - "notnivb;": "\u22fe", - "notnivc;": "\u22fd", - "npar;": "\u2226", - "nparallel;": "\u2226", - "nparsl;": "\u2afd\u20e5", - "npart;": "\u2202\u0338", - "npolint;": "\u2a14", - "npr;": "\u2280", - "nprcue;": "\u22e0", - "npre;": "\u2aaf\u0338", - "nprec;": "\u2280", - "npreceq;": "\u2aaf\u0338", - "nrArr;": "\u21cf", - "nrarr;": "\u219b", - "nrarrc;": "\u2933\u0338", - "nrarrw;": "\u219d\u0338", - "nrightarrow;": "\u219b", - "nrtri;": "\u22eb", - "nrtrie;": "\u22ed", - "nsc;": "\u2281", - "nsccue;": "\u22e1", - "nsce;": "\u2ab0\u0338", - "nscr;": "\U0001d4c3", - "nshortmid;": "\u2224", - "nshortparallel;": "\u2226", - "nsim;": "\u2241", - "nsime;": "\u2244", - "nsimeq;": "\u2244", - "nsmid;": "\u2224", - "nspar;": "\u2226", - "nsqsube;": "\u22e2", - "nsqsupe;": "\u22e3", - "nsub;": "\u2284", - "nsubE;": "\u2ac5\u0338", - "nsube;": "\u2288", - "nsubset;": "\u2282\u20d2", - "nsubseteq;": "\u2288", - "nsubseteqq;": "\u2ac5\u0338", - "nsucc;": "\u2281", - "nsucceq;": "\u2ab0\u0338", - "nsup;": "\u2285", - "nsupE;": "\u2ac6\u0338", - "nsupe;": "\u2289", - "nsupset;": "\u2283\u20d2", - "nsupseteq;": "\u2289", - "nsupseteqq;": "\u2ac6\u0338", - "ntgl;": "\u2279", - "ntilde": "\xf1", - "ntilde;": "\xf1", - "ntlg;": "\u2278", - "ntriangleleft;": "\u22ea", - "ntrianglelefteq;": "\u22ec", - "ntriangleright;": "\u22eb", - "ntrianglerighteq;": "\u22ed", - "nu;": "\u03bd", - "num;": "#", - "numero;": "\u2116", - "numsp;": "\u2007", - "nvDash;": "\u22ad", - "nvHarr;": "\u2904", - "nvap;": "\u224d\u20d2", - "nvdash;": "\u22ac", - "nvge;": "\u2265\u20d2", - "nvgt;": ">\u20d2", - "nvinfin;": "\u29de", - "nvlArr;": "\u2902", - "nvle;": "\u2264\u20d2", - "nvlt;": "<\u20d2", - "nvltrie;": "\u22b4\u20d2", - "nvrArr;": "\u2903", - "nvrtrie;": "\u22b5\u20d2", - "nvsim;": "\u223c\u20d2", - "nwArr;": "\u21d6", - "nwarhk;": "\u2923", - "nwarr;": "\u2196", - "nwarrow;": "\u2196", - "nwnear;": "\u2927", - "oS;": "\u24c8", - "oacute": "\xf3", - "oacute;": "\xf3", - "oast;": "\u229b", - "ocir;": "\u229a", - "ocirc": "\xf4", - "ocirc;": "\xf4", - "ocy;": "\u043e", - "odash;": "\u229d", - "odblac;": "\u0151", - "odiv;": "\u2a38", - "odot;": "\u2299", - "odsold;": "\u29bc", - "oelig;": "\u0153", - "ofcir;": "\u29bf", - "ofr;": "\U0001d52c", - "ogon;": "\u02db", - "ograve": "\xf2", - "ograve;": "\xf2", - "ogt;": "\u29c1", - "ohbar;": "\u29b5", - "ohm;": "\u03a9", - "oint;": "\u222e", - "olarr;": "\u21ba", - "olcir;": "\u29be", - "olcross;": "\u29bb", - "oline;": "\u203e", - "olt;": "\u29c0", - "omacr;": "\u014d", - "omega;": "\u03c9", - "omicron;": "\u03bf", - "omid;": "\u29b6", - "ominus;": "\u2296", - "oopf;": "\U0001d560", - "opar;": "\u29b7", - "operp;": "\u29b9", - "oplus;": "\u2295", - "or;": "\u2228", - "orarr;": "\u21bb", - "ord;": "\u2a5d", - "order;": "\u2134", - "orderof;": "\u2134", - "ordf": "\xaa", - "ordf;": "\xaa", - "ordm": "\xba", - "ordm;": "\xba", - "origof;": "\u22b6", - "oror;": "\u2a56", - "orslope;": "\u2a57", - "orv;": "\u2a5b", - "oscr;": "\u2134", - "oslash": "\xf8", - "oslash;": "\xf8", - "osol;": "\u2298", - "otilde": "\xf5", - "otilde;": "\xf5", - "otimes;": "\u2297", - "otimesas;": "\u2a36", - "ouml": "\xf6", - "ouml;": "\xf6", - "ovbar;": "\u233d", - "par;": "\u2225", - "para": "\xb6", - "para;": "\xb6", - "parallel;": "\u2225", - "parsim;": "\u2af3", - "parsl;": "\u2afd", - "part;": "\u2202", - "pcy;": "\u043f", - "percnt;": "%", - "period;": ".", - "permil;": "\u2030", - "perp;": "\u22a5", - "pertenk;": "\u2031", - "pfr;": "\U0001d52d", - "phi;": "\u03c6", - "phiv;": "\u03d5", - "phmmat;": "\u2133", - "phone;": "\u260e", - "pi;": "\u03c0", - "pitchfork;": "\u22d4", - "piv;": "\u03d6", - "planck;": "\u210f", - "planckh;": "\u210e", - "plankv;": "\u210f", - "plus;": "+", - "plusacir;": "\u2a23", - "plusb;": "\u229e", - "pluscir;": "\u2a22", - "plusdo;": "\u2214", - "plusdu;": "\u2a25", - "pluse;": "\u2a72", - "plusmn": "\xb1", - "plusmn;": "\xb1", - "plussim;": "\u2a26", - "plustwo;": "\u2a27", - "pm;": "\xb1", - "pointint;": "\u2a15", - "popf;": "\U0001d561", - "pound": "\xa3", - "pound;": "\xa3", - "pr;": "\u227a", - "prE;": "\u2ab3", - "prap;": "\u2ab7", - "prcue;": "\u227c", - "pre;": "\u2aaf", - "prec;": "\u227a", - "precapprox;": "\u2ab7", - "preccurlyeq;": "\u227c", - "preceq;": "\u2aaf", - "precnapprox;": "\u2ab9", - "precneqq;": "\u2ab5", - "precnsim;": "\u22e8", - "precsim;": "\u227e", - "prime;": "\u2032", - "primes;": "\u2119", - "prnE;": "\u2ab5", - "prnap;": "\u2ab9", - "prnsim;": "\u22e8", - "prod;": "\u220f", - "profalar;": "\u232e", - "profline;": "\u2312", - "profsurf;": "\u2313", - "prop;": "\u221d", - "propto;": "\u221d", - "prsim;": "\u227e", - "prurel;": "\u22b0", - "pscr;": "\U0001d4c5", - "psi;": "\u03c8", - "puncsp;": "\u2008", - "qfr;": "\U0001d52e", - "qint;": "\u2a0c", - "qopf;": "\U0001d562", - "qprime;": "\u2057", - "qscr;": "\U0001d4c6", - "quaternions;": "\u210d", - "quatint;": "\u2a16", - "quest;": "?", - "questeq;": "\u225f", - "quot": "\"", - "quot;": "\"", - "rAarr;": "\u21db", - "rArr;": "\u21d2", - "rAtail;": "\u291c", - "rBarr;": "\u290f", - "rHar;": "\u2964", - "race;": "\u223d\u0331", - "racute;": "\u0155", - "radic;": "\u221a", - "raemptyv;": "\u29b3", - "rang;": "\u27e9", - "rangd;": "\u2992", - "range;": "\u29a5", - "rangle;": "\u27e9", - "raquo": "\xbb", - "raquo;": "\xbb", - "rarr;": "\u2192", - "rarrap;": "\u2975", - "rarrb;": "\u21e5", - "rarrbfs;": "\u2920", - "rarrc;": "\u2933", - "rarrfs;": "\u291e", - "rarrhk;": "\u21aa", - "rarrlp;": "\u21ac", - "rarrpl;": "\u2945", - "rarrsim;": "\u2974", - "rarrtl;": "\u21a3", - "rarrw;": "\u219d", - "ratail;": "\u291a", - "ratio;": "\u2236", - "rationals;": "\u211a", - "rbarr;": "\u290d", - "rbbrk;": "\u2773", - "rbrace;": "}", - "rbrack;": "]", - "rbrke;": "\u298c", - "rbrksld;": "\u298e", - "rbrkslu;": "\u2990", - "rcaron;": "\u0159", - "rcedil;": "\u0157", - "rceil;": "\u2309", - "rcub;": "}", - "rcy;": "\u0440", - "rdca;": "\u2937", - "rdldhar;": "\u2969", - "rdquo;": "\u201d", - "rdquor;": "\u201d", - "rdsh;": "\u21b3", - "real;": "\u211c", - "realine;": "\u211b", - "realpart;": "\u211c", - "reals;": "\u211d", - "rect;": "\u25ad", - "reg": "\xae", - "reg;": "\xae", - "rfisht;": "\u297d", - "rfloor;": "\u230b", - "rfr;": "\U0001d52f", - "rhard;": "\u21c1", - "rharu;": "\u21c0", - "rharul;": "\u296c", - "rho;": "\u03c1", - "rhov;": "\u03f1", - "rightarrow;": "\u2192", - "rightarrowtail;": "\u21a3", - "rightharpoondown;": "\u21c1", - "rightharpoonup;": "\u21c0", - "rightleftarrows;": "\u21c4", - "rightleftharpoons;": "\u21cc", - "rightrightarrows;": "\u21c9", - "rightsquigarrow;": "\u219d", - "rightthreetimes;": "\u22cc", - "ring;": "\u02da", - "risingdotseq;": "\u2253", - "rlarr;": "\u21c4", - "rlhar;": "\u21cc", - "rlm;": "\u200f", - "rmoust;": "\u23b1", - "rmoustache;": "\u23b1", - "rnmid;": "\u2aee", - "roang;": "\u27ed", - "roarr;": "\u21fe", - "robrk;": "\u27e7", - "ropar;": "\u2986", - "ropf;": "\U0001d563", - "roplus;": "\u2a2e", - "rotimes;": "\u2a35", - "rpar;": ")", - "rpargt;": "\u2994", - "rppolint;": "\u2a12", - "rrarr;": "\u21c9", - "rsaquo;": "\u203a", - "rscr;": "\U0001d4c7", - "rsh;": "\u21b1", - "rsqb;": "]", - "rsquo;": "\u2019", - "rsquor;": "\u2019", - "rthree;": "\u22cc", - "rtimes;": "\u22ca", - "rtri;": "\u25b9", - "rtrie;": "\u22b5", - "rtrif;": "\u25b8", - "rtriltri;": "\u29ce", - "ruluhar;": "\u2968", - "rx;": "\u211e", - "sacute;": "\u015b", - "sbquo;": "\u201a", - "sc;": "\u227b", - "scE;": "\u2ab4", - "scap;": "\u2ab8", - "scaron;": "\u0161", - "sccue;": "\u227d", - "sce;": "\u2ab0", - "scedil;": "\u015f", - "scirc;": "\u015d", - "scnE;": "\u2ab6", - "scnap;": "\u2aba", - "scnsim;": "\u22e9", - "scpolint;": "\u2a13", - "scsim;": "\u227f", - "scy;": "\u0441", - "sdot;": "\u22c5", - "sdotb;": "\u22a1", - "sdote;": "\u2a66", - "seArr;": "\u21d8", - "searhk;": "\u2925", - "searr;": "\u2198", - "searrow;": "\u2198", - "sect": "\xa7", - "sect;": "\xa7", - "semi;": ";", - "seswar;": "\u2929", - "setminus;": "\u2216", - "setmn;": "\u2216", - "sext;": "\u2736", - "sfr;": "\U0001d530", - "sfrown;": "\u2322", - "sharp;": "\u266f", - "shchcy;": "\u0449", - "shcy;": "\u0448", - "shortmid;": "\u2223", - "shortparallel;": "\u2225", - "shy": "\xad", - "shy;": "\xad", - "sigma;": "\u03c3", - "sigmaf;": "\u03c2", - "sigmav;": "\u03c2", - "sim;": "\u223c", - "simdot;": "\u2a6a", - "sime;": "\u2243", - "simeq;": "\u2243", - "simg;": "\u2a9e", - "simgE;": "\u2aa0", - "siml;": "\u2a9d", - "simlE;": "\u2a9f", - "simne;": "\u2246", - "simplus;": "\u2a24", - "simrarr;": "\u2972", - "slarr;": "\u2190", - "smallsetminus;": "\u2216", - "smashp;": "\u2a33", - "smeparsl;": "\u29e4", - "smid;": "\u2223", - "smile;": "\u2323", - "smt;": "\u2aaa", - "smte;": "\u2aac", - "smtes;": "\u2aac\ufe00", - "softcy;": "\u044c", - "sol;": "/", - "solb;": "\u29c4", - "solbar;": "\u233f", - "sopf;": "\U0001d564", - "spades;": "\u2660", - "spadesuit;": "\u2660", - "spar;": "\u2225", - "sqcap;": "\u2293", - "sqcaps;": "\u2293\ufe00", - "sqcup;": "\u2294", - "sqcups;": "\u2294\ufe00", - "sqsub;": "\u228f", - "sqsube;": "\u2291", - "sqsubset;": "\u228f", - "sqsubseteq;": "\u2291", - "sqsup;": "\u2290", - "sqsupe;": "\u2292", - "sqsupset;": "\u2290", - "sqsupseteq;": "\u2292", - "squ;": "\u25a1", - "square;": "\u25a1", - "squarf;": "\u25aa", - "squf;": "\u25aa", - "srarr;": "\u2192", - "sscr;": "\U0001d4c8", - "ssetmn;": "\u2216", - "ssmile;": "\u2323", - "sstarf;": "\u22c6", - "star;": "\u2606", - "starf;": "\u2605", - "straightepsilon;": "\u03f5", - "straightphi;": "\u03d5", - "strns;": "\xaf", - "sub;": "\u2282", - "subE;": "\u2ac5", - "subdot;": "\u2abd", - "sube;": "\u2286", - "subedot;": "\u2ac3", - "submult;": "\u2ac1", - "subnE;": "\u2acb", - "subne;": "\u228a", - "subplus;": "\u2abf", - "subrarr;": "\u2979", - "subset;": "\u2282", - "subseteq;": "\u2286", - "subseteqq;": "\u2ac5", - "subsetneq;": "\u228a", - "subsetneqq;": "\u2acb", - "subsim;": "\u2ac7", - "subsub;": "\u2ad5", - "subsup;": "\u2ad3", - "succ;": "\u227b", - "succapprox;": "\u2ab8", - "succcurlyeq;": "\u227d", - "succeq;": "\u2ab0", - "succnapprox;": "\u2aba", - "succneqq;": "\u2ab6", - "succnsim;": "\u22e9", - "succsim;": "\u227f", - "sum;": "\u2211", - "sung;": "\u266a", - "sup1": "\xb9", - "sup1;": "\xb9", - "sup2": "\xb2", - "sup2;": "\xb2", - "sup3": "\xb3", - "sup3;": "\xb3", - "sup;": "\u2283", - "supE;": "\u2ac6", - "supdot;": "\u2abe", - "supdsub;": "\u2ad8", - "supe;": "\u2287", - "supedot;": "\u2ac4", - "suphsol;": "\u27c9", - "suphsub;": "\u2ad7", - "suplarr;": "\u297b", - "supmult;": "\u2ac2", - "supnE;": "\u2acc", - "supne;": "\u228b", - "supplus;": "\u2ac0", - "supset;": "\u2283", - "supseteq;": "\u2287", - "supseteqq;": "\u2ac6", - "supsetneq;": "\u228b", - "supsetneqq;": "\u2acc", - "supsim;": "\u2ac8", - "supsub;": "\u2ad4", - "supsup;": "\u2ad6", - "swArr;": "\u21d9", - "swarhk;": "\u2926", - "swarr;": "\u2199", - "swarrow;": "\u2199", - "swnwar;": "\u292a", - "szlig": "\xdf", - "szlig;": "\xdf", - "target;": "\u2316", - "tau;": "\u03c4", - "tbrk;": "\u23b4", - "tcaron;": "\u0165", - "tcedil;": "\u0163", - "tcy;": "\u0442", - "tdot;": "\u20db", - "telrec;": "\u2315", - "tfr;": "\U0001d531", - "there4;": "\u2234", - "therefore;": "\u2234", - "theta;": "\u03b8", - "thetasym;": "\u03d1", - "thetav;": "\u03d1", - "thickapprox;": "\u2248", - "thicksim;": "\u223c", - "thinsp;": "\u2009", - "thkap;": "\u2248", - "thksim;": "\u223c", - "thorn": "\xfe", - "thorn;": "\xfe", - "tilde;": "\u02dc", - "times": "\xd7", - "times;": "\xd7", - "timesb;": "\u22a0", - "timesbar;": "\u2a31", - "timesd;": "\u2a30", - "tint;": "\u222d", - "toea;": "\u2928", - "top;": "\u22a4", - "topbot;": "\u2336", - "topcir;": "\u2af1", - "topf;": "\U0001d565", - "topfork;": "\u2ada", - "tosa;": "\u2929", - "tprime;": "\u2034", - "trade;": "\u2122", - "triangle;": "\u25b5", - "triangledown;": "\u25bf", - "triangleleft;": "\u25c3", - "trianglelefteq;": "\u22b4", - "triangleq;": "\u225c", - "triangleright;": "\u25b9", - "trianglerighteq;": "\u22b5", - "tridot;": "\u25ec", - "trie;": "\u225c", - "triminus;": "\u2a3a", - "triplus;": "\u2a39", - "trisb;": "\u29cd", - "tritime;": "\u2a3b", - "trpezium;": "\u23e2", - "tscr;": "\U0001d4c9", - "tscy;": "\u0446", - "tshcy;": "\u045b", - "tstrok;": "\u0167", - "twixt;": "\u226c", - "twoheadleftarrow;": "\u219e", - "twoheadrightarrow;": "\u21a0", - "uArr;": "\u21d1", - "uHar;": "\u2963", - "uacute": "\xfa", - "uacute;": "\xfa", - "uarr;": "\u2191", - "ubrcy;": "\u045e", - "ubreve;": "\u016d", - "ucirc": "\xfb", - "ucirc;": "\xfb", - "ucy;": "\u0443", - "udarr;": "\u21c5", - "udblac;": "\u0171", - "udhar;": "\u296e", - "ufisht;": "\u297e", - "ufr;": "\U0001d532", - "ugrave": "\xf9", - "ugrave;": "\xf9", - "uharl;": "\u21bf", - "uharr;": "\u21be", - "uhblk;": "\u2580", - "ulcorn;": "\u231c", - "ulcorner;": "\u231c", - "ulcrop;": "\u230f", - "ultri;": "\u25f8", - "umacr;": "\u016b", - "uml": "\xa8", - "uml;": "\xa8", - "uogon;": "\u0173", - "uopf;": "\U0001d566", - "uparrow;": "\u2191", - "updownarrow;": "\u2195", - "upharpoonleft;": "\u21bf", - "upharpoonright;": "\u21be", - "uplus;": "\u228e", - "upsi;": "\u03c5", - "upsih;": "\u03d2", - "upsilon;": "\u03c5", - "upuparrows;": "\u21c8", - "urcorn;": "\u231d", - "urcorner;": "\u231d", - "urcrop;": "\u230e", - "uring;": "\u016f", - "urtri;": "\u25f9", - "uscr;": "\U0001d4ca", - "utdot;": "\u22f0", - "utilde;": "\u0169", - "utri;": "\u25b5", - "utrif;": "\u25b4", - "uuarr;": "\u21c8", - "uuml": "\xfc", - "uuml;": "\xfc", - "uwangle;": "\u29a7", - "vArr;": "\u21d5", - "vBar;": "\u2ae8", - "vBarv;": "\u2ae9", - "vDash;": "\u22a8", - "vangrt;": "\u299c", - "varepsilon;": "\u03f5", - "varkappa;": "\u03f0", - "varnothing;": "\u2205", - "varphi;": "\u03d5", - "varpi;": "\u03d6", - "varpropto;": "\u221d", - "varr;": "\u2195", - "varrho;": "\u03f1", - "varsigma;": "\u03c2", - "varsubsetneq;": "\u228a\ufe00", - "varsubsetneqq;": "\u2acb\ufe00", - "varsupsetneq;": "\u228b\ufe00", - "varsupsetneqq;": "\u2acc\ufe00", - "vartheta;": "\u03d1", - "vartriangleleft;": "\u22b2", - "vartriangleright;": "\u22b3", - "vcy;": "\u0432", - "vdash;": "\u22a2", - "vee;": "\u2228", - "veebar;": "\u22bb", - "veeeq;": "\u225a", - "vellip;": "\u22ee", - "verbar;": "|", - "vert;": "|", - "vfr;": "\U0001d533", - "vltri;": "\u22b2", - "vnsub;": "\u2282\u20d2", - "vnsup;": "\u2283\u20d2", - "vopf;": "\U0001d567", - "vprop;": "\u221d", - "vrtri;": "\u22b3", - "vscr;": "\U0001d4cb", - "vsubnE;": "\u2acb\ufe00", - "vsubne;": "\u228a\ufe00", - "vsupnE;": "\u2acc\ufe00", - "vsupne;": "\u228b\ufe00", - "vzigzag;": "\u299a", - "wcirc;": "\u0175", - "wedbar;": "\u2a5f", - "wedge;": "\u2227", - "wedgeq;": "\u2259", - "weierp;": "\u2118", - "wfr;": "\U0001d534", - "wopf;": "\U0001d568", - "wp;": "\u2118", - "wr;": "\u2240", - "wreath;": "\u2240", - "wscr;": "\U0001d4cc", - "xcap;": "\u22c2", - "xcirc;": "\u25ef", - "xcup;": "\u22c3", - "xdtri;": "\u25bd", - "xfr;": "\U0001d535", - "xhArr;": "\u27fa", - "xharr;": "\u27f7", - "xi;": "\u03be", - "xlArr;": "\u27f8", - "xlarr;": "\u27f5", - "xmap;": "\u27fc", - "xnis;": "\u22fb", - "xodot;": "\u2a00", - "xopf;": "\U0001d569", - "xoplus;": "\u2a01", - "xotime;": "\u2a02", - "xrArr;": "\u27f9", - "xrarr;": "\u27f6", - "xscr;": "\U0001d4cd", - "xsqcup;": "\u2a06", - "xuplus;": "\u2a04", - "xutri;": "\u25b3", - "xvee;": "\u22c1", - "xwedge;": "\u22c0", - "yacute": "\xfd", - "yacute;": "\xfd", - "yacy;": "\u044f", - "ycirc;": "\u0177", - "ycy;": "\u044b", - "yen": "\xa5", - "yen;": "\xa5", - "yfr;": "\U0001d536", - "yicy;": "\u0457", - "yopf;": "\U0001d56a", - "yscr;": "\U0001d4ce", - "yucy;": "\u044e", - "yuml": "\xff", - "yuml;": "\xff", - "zacute;": "\u017a", - "zcaron;": "\u017e", - "zcy;": "\u0437", - "zdot;": "\u017c", - "zeetrf;": "\u2128", - "zeta;": "\u03b6", - "zfr;": "\U0001d537", - "zhcy;": "\u0436", - "zigrarr;": "\u21dd", - "zopf;": "\U0001d56b", - "zscr;": "\U0001d4cf", - "zwj;": "\u200d", - "zwnj;": "\u200c", -} - -replacementCharacters = { - 0x0: "\uFFFD", - 0x0d: "\u000D", - 0x80: "\u20AC", - 0x81: "\u0081", - 0x82: "\u201A", - 0x83: "\u0192", - 0x84: "\u201E", - 0x85: "\u2026", - 0x86: "\u2020", - 0x87: "\u2021", - 0x88: "\u02C6", - 0x89: "\u2030", - 0x8A: "\u0160", - 0x8B: "\u2039", - 0x8C: "\u0152", - 0x8D: "\u008D", - 0x8E: "\u017D", - 0x8F: "\u008F", - 0x90: "\u0090", - 0x91: "\u2018", - 0x92: "\u2019", - 0x93: "\u201C", - 0x94: "\u201D", - 0x95: "\u2022", - 0x96: "\u2013", - 0x97: "\u2014", - 0x98: "\u02DC", - 0x99: "\u2122", - 0x9A: "\u0161", - 0x9B: "\u203A", - 0x9C: "\u0153", - 0x9D: "\u009D", - 0x9E: "\u017E", - 0x9F: "\u0178", -} - -tokenTypes = { - "Doctype": 0, - "Characters": 1, - "SpaceCharacters": 2, - "StartTag": 3, - "EndTag": 4, - "EmptyTag": 5, - "Comment": 6, - "ParseError": 7 -} - -tagTokenTypes = frozenset([tokenTypes["StartTag"], tokenTypes["EndTag"], - tokenTypes["EmptyTag"]]) - - -prefixes = dict([(v, k) for k, v in namespaces.items()]) -prefixes["http://www.w3.org/1998/Math/MathML"] = "math" - - -class DataLossWarning(UserWarning): - """Raised when the current tree is unable to represent the input data""" - pass - - -class _ReparseException(Exception): - pass diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 679c992f9ad11b9b755c4909d731e51adb79665f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 161 zcmWIL<>g`kf=)}}co6*<L?8o3AjbiSi&=m~3PUi1CZpd<h9ZzKg81d8Uy@s(Uyxa# zo0(T!l9-dDTa{^%U!Iy_3K9h4__EZzl>8$7jFQ|O)11sC{j|)SlGLJN{rLFIyv&mL Yc)fzkTO2mI`6;D2sdgaqKLarX0B;N?)&Kwi diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-38.pyc deleted file mode 100644 index b551d55a93dd3ac29fd547e3f76c6e1c9dbd5f1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1283 zcmZux&2JPp6u0MNcXqRZ2wJH~J@`-wtyHon5J*u4Ds3eW0TpPa5tZW|d$T5<kJ#Rg zcC|UdrH7um!jXT;S5Ev1^itk)l9Ecb=DqRr$M5&PW}a_v4+)Gv?_K9_QbInUad~85 z+y`-wKuIF0AvG;&os>zPmMJANk*Ue*yv$)vWM+DGzwE<2m%Z1dEPf%fFN@bi7Ak)^ zc$Jm|Ie1FO!;gSR#%Z`Jrmi&$ueh$e*7{ILz0^*(P1sp9x@x83Mtfz2aUUt(p&^?J zr{KNy*h*!Ue5fm5;oil-IYdK#1aaSj+JNUbqI6eea&DzJ$SeV0vh}B5m0#F~33$5B zww=|&D|Vz-Y}VSi?7h`fa5FAAa8x&k!y$w5;9|?MxmYSDSR-oXI#DU+=fblJV5f>H z?dQs}gM<CHQ3nSMftdr?=5Uw&t|As3y$KiEx)T;}gPgQ*xe^N(?bS_KmwGmXxEs&> zs#ETJ=2~{5;99d()<>X!S$vD`tGe^6b22v5*7@Bt=Pjlx5Szp6eax+ZaO?ogsQ!L7 z@pU)pbazWP&I@C1t@YjZM9pvGVidkqjcn~??rU?~=;>sp4HV2xgz4sDs=Tg*LD-l; zx7)44fTPVJ!38k61QaRk2y}(h%LDiBgSc-%DN<5N%0$vK#m<8c%VY*M%tP<z$h!XS z!3FDDIrfD%7ET#eL*Cqfx&>oLL2CB`lqWCgTj-K^^db4<(J9@~*geTn&pz?#D{`9n z4A!83-sbO!@5$`11WxX}NKVt!Y?E!0O}a;p@4y>Q?U4=rjZkttk_0{74;hwioP^@3 z7uG)$hoSfh3xu;w3NN6yQ^?J@Z+qa5-3Ap3&hazg-1gDzVGk-9a#*ZgOdTX4bIQy@ z?%N~PgdBr+A;WeI`BIpL`chcCg~-=IeGTHSfg*H=j%W`g`R7V9qy=4HJxl8D1@}I1 zfFp>=c^GnDw{l@{KH~g%A<X$spL5w(;42bbB8`0&nK35ZbohrUXhvg{`{N;^&KB@F z0;<L0+Y}WZv)C*#C1I;-jZu|{|AdPPi5Z9(|3?>!y)#dLz<zg#^HnlRMrpD28SA!5 A8UO$Q diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc deleted file mode 100644 index 5ad8866108e8e26cbd244973c7321788e3edfa65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 831 zcmZuvJ8#rL5Z?9LK9l5>C{R;T;3Byy5=aO|AcZc?iN?*y=iMV4tsm^JgNUxXH2jqO zCAU=k1uACN$zdKN&Fo{w^L_KJKhEcS4DH+Nr|_IJ_MHw>i}7%d?p|V$Omf3&Uhq09 zqFNM!vky#0Qrs~qRJ;{MBI6~?lOI^kaxom1E7zLdE6{b<T0dk`-)N`XW;p5_UA0ny z(O%ioxQf1+T7-vlboT;-Vg;A1h$NTM9V>(sGR8HQiA-@#<P34MA-&KB+g0@KqtTxH zJ-VZDH+;hYr&+Rlewp(jb!~4el}AJDlv&#u*4#7u1ec%h7QXHlo$gL_<9un%$*q3X zeo<FvbQv6OR3lrvxbn3*GkUdH2M%trDxEs*z783HZnOtTh(VynZx2VNr;oV`<=+|Y z|Df#IhF$Y5Uox9wj;NAsfojfehIfJQ7--0ViX{M){10l#{UemX;vm!kZbsA%-$uW2 zXP=ZWy?=m?0`w3!Wv%`uun+K13$Q=oaJ-v*m%hwX;!9lshCP6~mA#?;0l??JG-Jk6 z8#||PM1fvt5@>8o8q;6vNT-ZvA`{_`Ah7Ye_r1l&mgKcGt)=QAZCBT-@}YFnG9Zj{ Pz8N{arMC%kJ`=wH=|Zqp diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc deleted file mode 100644 index 2420441a7ac4b27924949a81acbb20cb05b46f9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1837 zcmZt{O>Y}TbY}L`j+2;tlvGI3UO4!W=2QeFttusHDMAL+g3zjEvhj@LP4>$(V?(U< z0nrN=6!qLgas!D&Py7Ua0LQ&@>K~{O7kD%4G^XlU^Y+cW?>Fx~f3>*SM6iDPXqEo3 zfY4w1Fu!a#+=VSa0KgE#2}*H@QxcNY3N4HnVOC<NPUv8CA2FLbPZ4vtbL{?Tg)Va+ zqK@|xWKqYemZL+NCnLpaoEEuImCxdFEaN<@+M_J)<&4uLR$N4he2KLTuI$4|@}5>O zzX%-e!j=I5jzY{(NEi++?aosa+O;F0Q#(+(_u>TfPHsQQj(JbX;NV~<<thq#gGflO zZtr(@Ki_-My?^K6AW+d!5N9e620UUx-Va#b8>Ku`JqxT|E{*H#?825C02DgL=cGg> zz91NtfKiKKh@VW<uHcd4GKhlOk!CZPty_^e3S>SKJ$@@t13tq8m7nk|kO~CTH@JBQ znToTcn*Z_y5&=YV#oO)J!UeyC2cYsPjk8!$TKSg}@FKS4NxyPy`=SAizar6s&p%&o ztF+iI;$kb#q>7ScYZ8B$f5!(m^`+T#%rlmY?SV>@n@N1Q-8V^=+p$S9)d{Av1m7r5 zg%5i5mO5?7U&52+IvY1Gee3B*zg)U7wf{ZX@=u^JJjEqChB7?yr{oAtErpNCxmBVI zyob*4li#LxX)|&iO`XzV)(H`x!P&l!&g}~*N;rSQ+$lc883Vd^Le8-GbdJLZj=x!B z>cU+Uq?`-1hn{@%m^>y^Z|YAQr3bbf;^*ObI4*sobpd34*Iv~!rC0iWvV&M_3Pmt{ zrTN$*@Qllb;a}1?P+g$7;uTx2<xVu-)_ShZG_mDcOZLT_hY$n!{GtRXUoeX~wKRL@ zx%D-IX7rfPR<xEFzrI^#4qJOp3>~~0Zf1Rmes!klfB7-Gts0)YZ2bajDP!%~+jN(j z_m|ST;yuH|XF7Iv4c-bf*I4-jIK0xnz>ty6($+eMn+!o~yxR@^LU5`(t+Lf=!7Klv ziiCO;9aVM~rM$8=E%f57X7cybLY*42uCIHQ%_0?5-mK0ZO_~FxiY-1I#p6k<muCtZ zcS~#TkS?&*7n60xzgMPmKYl#}-j^LqEJ3x2wgzheKt`;?w{rJ021Yw%jzJe|*eG(T zjB6d=G|(G82U7=n&PkwkMCHJ6OJ!vhc~QAhQ9%E6nnD+P<v^1u9yU$W^z%{1Do@j) z&nw3a17kUSZxBhUL!>4|Itz%J+%<H@WD)ha388YvQ8MDDp=+=Rri30=tFYy_01&ou z6We43`|xXHpEPls*mwg@Hg4e+fG%FcE@=bqk`17_|M~!ZfGwcfAh7|M3%I^>K}&tx zBJ&+?GSTh0dK76tAuUZx)0~YGjkhQrj-q5n@hF9<OQ{(e#^bpt^nem36g}GXjF1{= xhy4XJ?z$aMEANlg2&#(;{eL0!#1?w?ROsrF-ln$lcWSrp=qEPgYK^q4{{S|J&ujny diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc deleted file mode 100644 index a7d0517d9e594e2bf6972a02621da19393d0fc01..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2595 zcmZuzOK%)S5bmDG?(ExfoJ|};G>SmUqQsVvf`UN^h!Yfqd~p(?QKIp9y6qkBJl5U4 zPP|%Qa75td3y7mFA*4wB0K^I9H*gwpKyb>HBL_rP&#t|JwA4LSUES4RJ+^A^H5yd{ z<Lh@%`|mXg`4gGxVFB|YOxcBn5k_N@P>&{tXC$U)Qrt6QE3rKrXp>oSDJgqpplw!) zouuMblB!qLd>QzfR|DEPtn=Ct^=h9GR$<jAgjIQYtFdo-4OUwvo%#!SjdaYs6|BoF z9w_cdNk0=RcUZI&$tX+nnL!$b8RLE&DK3Ioc4%Hv{IT-YZlAxPsDS3ydLa1=0~sT) zra{7GKM1+Z>pNM*ZpA#|slux*y??VCh#&-gGAAKom>%d09P%w#IPoYWp24VRvhq{1 zLDBjr70*J;pAgS}N-W})z#1nn-Hu{VI^6s$g4bNt<*v$lJawfKJV@M)Ot@T#Ovq~0 zg>h%Yjg-3)rA)d(x;vI#h0V)x?1~_g9QNI{wU4CaLV-JO;qA4xh2s9*(9}qa1?kC@ z=Ydf~(Gl4<4vi5#qLhq`5%En%0jn|m<|aT=93FNH)P+ifwG@a=S7rkd@+ECVLBC|n ze@+X&J%|MNlR$;tDBbi`uql_^M_mq15H8rAW(pLz<Ad(xpo<4jl&y5E+?Inrc&Pyv z<c{x0X{3BVKl92bAa^Xu<BhyjU=%ZO>ltK-?}u?9rSCr@e}BBFlKx^p>R*dese(AZ zHjHj$k9hYwZtCgp@RVg@v8$5!dK|4UZs<tL#TX*F(BBm;&^rrL>g;f4=&)6|ZDE2i z#8jM&3J^BT5T;y)sBDrws>l|FSdb&SOb*P4SNDt&<kdXcGe;&fdZhy@Zo`fVI~IH` z_}U|jk)9)0lsU4LwQm4re?ei_?wQg<8YH%sbhX6R5;c|>tTazl3GRJa+!Nn|o-!-X zlb#`dgqu#U1YeUmJwyJ4XVN-wl?hkS;@1(`s=!JQt0QY<Zx}^Bq4vYt5m_b=*B%%T zj6G}5-YXTD52!3nP;2@aH*j-fd>T3MZ)kKHJ8*B0r6q0G@5pWcen8W|08O=L92f#U z_X<D3-Qm=mL#<W&3M5~RwNBprPD>|m{!pBS82o(VA>e*1e1sIMftG)i&FZW%vLo6i z`xN|j34L>5iW}ga`VrYHkIIFQ0I4Z&pkBcK4q$I;>{kFg_-)Stqz+m*b!rAqwICA= z@%VqI4Ed?X=wO5o4Eed{Og4k>!0XOoLp6^mNRKt9zkt3|`qe*<Gs?z{g8Sc3GDp)G z9fQrzL#5Z!=Tp+>`Xz&%9!t@xan?<+r}yEdIgP{sna<v6+qC^>wEU8mV_r_#p0>fe z+FPv6=*XOScVyfrlx)v10#)nmN^W7*hZ^s!sz9i_!DjB<O8ROSsmgKP&n+ZH9e#be z#R3)N7XGruJZy+_xLdlFGPrYlxNsjDgv*N#0p$tX4`*&5-Qq-1^_JW>uRx{h$lQca zUcQ+n*io?AO!bo1DmI;y4RHydDlcatqRyTEU_Fk)J1lqPu2eh$3UH`M?Ru?ME}|fg zhFs_xKfG`+?WNhHbX;{&fd+x*%T7y_(UjvF30((jWEEN_R=70e0;^Bne7SLeFQQNh zEKUOd59n%{mx6vDs$XtHgH6D|e%6N?tVGloH8|9%h*R+K8X27O$BvS@tvj1Ii)ygh zh}U4r?VTVVaJ&xD5f^a(%<<Aj>M|^^!;~>Bgj#f#I<yMYp>0~HO_;Ov9Bmp%H-S12 z>kP~}qc}C;FM>?p())!J&sAw#@0_O>sS6ZxZL@7m7i{gW4!zqcV~4?9LGSr~lCeRI zblvy22SGfRlzpFNq3`Q1pe@K7;|3G*I0nIqk*C2bp)JMWU<S$(EDp8oW=#idrPIW> zHU??{9n%;1uSH<v7T8<z7WAZraX(s+(PJG+oyt1qc_qwrjFp@UBnB$Cwz4SIPfX#_ a$PiENykD620X8a$$mWbXxOoO<)%+K!OsgIM diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-38.pyc deleted file mode 100644 index 393e432a25f45e14b844e6bfef3225ae1589a9aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2724 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 ASO5S3 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc deleted file mode 100644 index bc594699771a67e3ec8e9d5ccc7da0999d3f5932..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16266 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc deleted file mode 100644 index 471d6403d179a081b043852789754cea9b180fff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1329 zcmZ8h&2HQ_5GE-~E6KawMe8OtkODe1hee(2DQ#K=K>~M^o(!Yg28D`1kVQI{P5p%A zI>};vauA@mJU|cbu`iJa;k75fLN4iyHm==hK}!5)hMaG{;r==p!~~u{zW+RX#|ild z7gry^$O9OrhDi`X6{%=SE0(g#OFfDhQ#|Fu6I}UKkOqMHB2c|5Ov5TlBUty&Vj2BK z(@65OH4)0_8i7^+F%gl7UlS3_;Bav2r30}h`mag4F4&BW2j_4m8GCM+@0mu;t<1`* zZM1cvD3421Hnkhg>#}Hs%v5Qm&Xw6Yrx-*X-^-0WXSiT)T^Ay^`BceD*4DV8Y4bvE zALKeOAkH|l@PEH)o_<r{kyoGp3a|yJBq<dnWrC)j<bnzB8I!&YPU&@WO4FX;!iV%j z5kUGq7d$Ez?7n!o-6)l}Mw;Zs0p!^op2(MlY;983Nvq{nV&zMlYng8)c`XuC=n{<b zB4H1FTzKJAAjgXbGsJ<Zn?GR^^n_Y+NYB_3%KRgF`sRc!nP8jb#9Mm8J7W65lA3P; z<C|nj4!xrQ5#fJFPH4RgJ^}bVSyCLrzl-P(5Mja61B->oaFb{&BK*2X>KkBv3)UE{ zZ!KThPwC3KWKRes&qsnlRn~SiChxd?)dHg#aJIkX&m6DwN@^cX!L$|#4QHQ-#8Jcd zG;#5za${cy5Tw^IGR!h;gDi7jbT!`9(nx(QFLf_IDv@<|Gv<yPsrFq6_3d1pZ<`}o z>vh=gZ=!F&>-|p?TeXw6Y;TpdvAI&W7UkXMg*>=}U^lX3S&K$b4s50FsB&+z-$`#K zmxAAJU+HVG-3W$BU?P;$5e?zTJ}}z<z*x-sG-ey!d&CyQRsY<+V6`)jkRnzJD8^Y< zHDa#tyPsvx=ehc5>1CN{3V@@1-7I8nq;*`C#_AAG)z@*tOgeT~rmqmgLiS-8ENciU zZm<sfU(cb0*mK+Hh~Ac*Q9+^K@Zz!^y#W~9yZ&tV;r4Wv{XBg<{mpr1zK1sx+xXLC zzl4CBxEtPBLN%_(LnOIBw{s07HCnWX6CUlDmKy)OI{jT#G^h<+?iI-hUHD;B)~;7H qRa+{lzeaE5*X@2K15{Zfdl%kY)$~3xG}r_iECf|Xpv$`V+2+3!noV8+ diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py deleted file mode 100644 index 5ba926e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py +++ /dev/null @@ -1,29 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from . import base - -from collections import OrderedDict - - -def _attr_key(attr): - """Return an appropriate key for an attribute for sorting - - Attributes have a namespace that can be either ``None`` or a string. We - can't compare the two because they're different types, so we convert - ``None`` to an empty string first. - - """ - return (attr[0][0] or ''), attr[0][1] - - -class Filter(base.Filter): - """Alphabetizes attributes for elements""" - def __iter__(self): - for token in base.Filter.__iter__(self): - if token["type"] in ("StartTag", "EmptyTag"): - attrs = OrderedDict() - for name, value in sorted(token["data"].items(), - key=_attr_key): - attrs[name] = value - token["data"] = attrs - yield token diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py deleted file mode 100644 index c7dbaed..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py +++ /dev/null @@ -1,12 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - - -class Filter(object): - def __init__(self, source): - self.source = source - - def __iter__(self): - return iter(self.source) - - def __getattr__(self, name): - return getattr(self.source, name) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py deleted file mode 100644 index aefb5c8..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py +++ /dev/null @@ -1,73 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from . import base - - -class Filter(base.Filter): - """Injects ``<meta charset=ENCODING>`` tag into head of document""" - def __init__(self, source, encoding): - """Creates a Filter - - :arg source: the source token stream - - :arg encoding: the encoding to set - - """ - base.Filter.__init__(self, source) - self.encoding = encoding - - def __iter__(self): - state = "pre_head" - meta_found = (self.encoding is None) - pending = [] - - for token in base.Filter.__iter__(self): - type = token["type"] - if type == "StartTag": - if token["name"].lower() == "head": - state = "in_head" - - elif type == "EmptyTag": - if token["name"].lower() == "meta": - # replace charset with actual encoding - has_http_equiv_content_type = False - for (namespace, name), value in token["data"].items(): - if namespace is not None: - continue - elif name.lower() == 'charset': - token["data"][(namespace, name)] = self.encoding - meta_found = True - break - elif name == 'http-equiv' and value.lower() == 'content-type': - has_http_equiv_content_type = True - else: - if has_http_equiv_content_type and (None, "content") in token["data"]: - token["data"][(None, "content")] = 'text/html; charset=%s' % self.encoding - meta_found = True - - elif token["name"].lower() == "head" and not meta_found: - # insert meta into empty head - yield {"type": "StartTag", "name": "head", - "data": token["data"]} - yield {"type": "EmptyTag", "name": "meta", - "data": {(None, "charset"): self.encoding}} - yield {"type": "EndTag", "name": "head"} - meta_found = True - continue - - elif type == "EndTag": - if token["name"].lower() == "head" and pending: - # insert meta into head (if necessary) and flush pending queue - yield pending.pop(0) - if not meta_found: - yield {"type": "EmptyTag", "name": "meta", - "data": {(None, "charset"): self.encoding}} - while pending: - yield pending.pop(0) - meta_found = True - state = "post_head" - - if state == "in_head": - pending.append(token) - else: - yield token diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py deleted file mode 100644 index fcc07ee..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py +++ /dev/null @@ -1,93 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from pip._vendor.six import text_type - -from . import base -from ..constants import namespaces, voidElements - -from ..constants import spaceCharacters -spaceCharacters = "".join(spaceCharacters) - - -class Filter(base.Filter): - """Lints the token stream for errors - - If it finds any errors, it'll raise an ``AssertionError``. - - """ - def __init__(self, source, require_matching_tags=True): - """Creates a Filter - - :arg source: the source token stream - - :arg require_matching_tags: whether or not to require matching tags - - """ - super(Filter, self).__init__(source) - self.require_matching_tags = require_matching_tags - - def __iter__(self): - open_elements = [] - for token in base.Filter.__iter__(self): - type = token["type"] - if type in ("StartTag", "EmptyTag"): - namespace = token["namespace"] - name = token["name"] - assert namespace is None or isinstance(namespace, text_type) - assert namespace != "" - assert isinstance(name, text_type) - assert name != "" - assert isinstance(token["data"], dict) - if (not namespace or namespace == namespaces["html"]) and name in voidElements: - assert type == "EmptyTag" - else: - assert type == "StartTag" - if type == "StartTag" and self.require_matching_tags: - open_elements.append((namespace, name)) - for (namespace, name), value in token["data"].items(): - assert namespace is None or isinstance(namespace, text_type) - assert namespace != "" - assert isinstance(name, text_type) - assert name != "" - assert isinstance(value, text_type) - - elif type == "EndTag": - namespace = token["namespace"] - name = token["name"] - assert namespace is None or isinstance(namespace, text_type) - assert namespace != "" - assert isinstance(name, text_type) - assert name != "" - if (not namespace or namespace == namespaces["html"]) and name in voidElements: - assert False, "Void element reported as EndTag token: %(tag)s" % {"tag": name} - elif self.require_matching_tags: - start = open_elements.pop() - assert start == (namespace, name) - - elif type == "Comment": - data = token["data"] - assert isinstance(data, text_type) - - elif type in ("Characters", "SpaceCharacters"): - data = token["data"] - assert isinstance(data, text_type) - assert data != "" - if type == "SpaceCharacters": - assert data.strip(spaceCharacters) == "" - - elif type == "Doctype": - name = token["name"] - assert name is None or isinstance(name, text_type) - assert token["publicId"] is None or isinstance(name, text_type) - assert token["systemId"] is None or isinstance(name, text_type) - - elif type == "Entity": - assert isinstance(token["name"], text_type) - - elif type == "SerializerError": - assert isinstance(token["data"], text_type) - - else: - assert False, "Unknown token type: %(type)s" % {"type": type} - - yield token diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py deleted file mode 100644 index 4a86501..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py +++ /dev/null @@ -1,207 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from . import base - - -class Filter(base.Filter): - """Removes optional tags from the token stream""" - def slider(self): - previous1 = previous2 = None - for token in self.source: - if previous1 is not None: - yield previous2, previous1, token - previous2 = previous1 - previous1 = token - if previous1 is not None: - yield previous2, previous1, None - - def __iter__(self): - for previous, token, next in self.slider(): - type = token["type"] - if type == "StartTag": - if (token["data"] or - not self.is_optional_start(token["name"], previous, next)): - yield token - elif type == "EndTag": - if not self.is_optional_end(token["name"], next): - yield token - else: - yield token - - def is_optional_start(self, tagname, previous, next): - type = next and next["type"] or None - if tagname in 'html': - # An html element's start tag may be omitted if the first thing - # inside the html element is not a space character or a comment. - return type not in ("Comment", "SpaceCharacters") - elif tagname == 'head': - # A head element's start tag may be omitted if the first thing - # inside the head element is an element. - # XXX: we also omit the start tag if the head element is empty - if type in ("StartTag", "EmptyTag"): - return True - elif type == "EndTag": - return next["name"] == "head" - elif tagname == 'body': - # A body element's start tag may be omitted if the first thing - # inside the body element is not a space character or a comment, - # except if the first thing inside the body element is a script - # or style element and the node immediately preceding the body - # element is a head element whose end tag has been omitted. - if type in ("Comment", "SpaceCharacters"): - return False - elif type == "StartTag": - # XXX: we do not look at the preceding event, so we never omit - # the body element's start tag if it's followed by a script or - # a style element. - return next["name"] not in ('script', 'style') - else: - return True - elif tagname == 'colgroup': - # A colgroup element's start tag may be omitted if the first thing - # inside the colgroup element is a col element, and if the element - # is not immediately preceded by another colgroup element whose - # end tag has been omitted. - if type in ("StartTag", "EmptyTag"): - # XXX: we do not look at the preceding event, so instead we never - # omit the colgroup element's end tag when it is immediately - # followed by another colgroup element. See is_optional_end. - return next["name"] == "col" - else: - return False - elif tagname == 'tbody': - # A tbody element's start tag may be omitted if the first thing - # inside the tbody element is a tr element, and if the element is - # not immediately preceded by a tbody, thead, or tfoot element - # whose end tag has been omitted. - if type == "StartTag": - # omit the thead and tfoot elements' end tag when they are - # immediately followed by a tbody element. See is_optional_end. - if previous and previous['type'] == 'EndTag' and \ - previous['name'] in ('tbody', 'thead', 'tfoot'): - return False - return next["name"] == 'tr' - else: - return False - return False - - def is_optional_end(self, tagname, next): - type = next and next["type"] or None - if tagname in ('html', 'head', 'body'): - # An html element's end tag may be omitted if the html element - # is not immediately followed by a space character or a comment. - return type not in ("Comment", "SpaceCharacters") - elif tagname in ('li', 'optgroup', 'tr'): - # A li element's end tag may be omitted if the li element is - # immediately followed by another li element or if there is - # no more content in the parent element. - # An optgroup element's end tag may be omitted if the optgroup - # element is immediately followed by another optgroup element, - # or if there is no more content in the parent element. - # A tr element's end tag may be omitted if the tr element is - # immediately followed by another tr element, or if there is - # no more content in the parent element. - if type == "StartTag": - return next["name"] == tagname - else: - return type == "EndTag" or type is None - elif tagname in ('dt', 'dd'): - # A dt element's end tag may be omitted if the dt element is - # immediately followed by another dt element or a dd element. - # A dd element's end tag may be omitted if the dd element is - # immediately followed by another dd element or a dt element, - # or if there is no more content in the parent element. - if type == "StartTag": - return next["name"] in ('dt', 'dd') - elif tagname == 'dd': - return type == "EndTag" or type is None - else: - return False - elif tagname == 'p': - # A p element's end tag may be omitted if the p element is - # immediately followed by an address, article, aside, - # blockquote, datagrid, dialog, dir, div, dl, fieldset, - # footer, form, h1, h2, h3, h4, h5, h6, header, hr, menu, - # nav, ol, p, pre, section, table, or ul, element, or if - # there is no more content in the parent element. - if type in ("StartTag", "EmptyTag"): - return next["name"] in ('address', 'article', 'aside', - 'blockquote', 'datagrid', 'dialog', - 'dir', 'div', 'dl', 'fieldset', 'footer', - 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', - 'header', 'hr', 'menu', 'nav', 'ol', - 'p', 'pre', 'section', 'table', 'ul') - else: - return type == "EndTag" or type is None - elif tagname == 'option': - # An option element's end tag may be omitted if the option - # element is immediately followed by another option element, - # or if it is immediately followed by an <code>optgroup</code> - # element, or if there is no more content in the parent - # element. - if type == "StartTag": - return next["name"] in ('option', 'optgroup') - else: - return type == "EndTag" or type is None - elif tagname in ('rt', 'rp'): - # An rt element's end tag may be omitted if the rt element is - # immediately followed by an rt or rp element, or if there is - # no more content in the parent element. - # An rp element's end tag may be omitted if the rp element is - # immediately followed by an rt or rp element, or if there is - # no more content in the parent element. - if type == "StartTag": - return next["name"] in ('rt', 'rp') - else: - return type == "EndTag" or type is None - elif tagname == 'colgroup': - # A colgroup element's end tag may be omitted if the colgroup - # element is not immediately followed by a space character or - # a comment. - if type in ("Comment", "SpaceCharacters"): - return False - elif type == "StartTag": - # XXX: we also look for an immediately following colgroup - # element. See is_optional_start. - return next["name"] != 'colgroup' - else: - return True - elif tagname in ('thead', 'tbody'): - # A thead element's end tag may be omitted if the thead element - # is immediately followed by a tbody or tfoot element. - # A tbody element's end tag may be omitted if the tbody element - # is immediately followed by a tbody or tfoot element, or if - # there is no more content in the parent element. - # A tfoot element's end tag may be omitted if the tfoot element - # is immediately followed by a tbody element, or if there is no - # more content in the parent element. - # XXX: we never omit the end tag when the following element is - # a tbody. See is_optional_start. - if type == "StartTag": - return next["name"] in ['tbody', 'tfoot'] - elif tagname == 'tbody': - return type == "EndTag" or type is None - else: - return False - elif tagname == 'tfoot': - # A tfoot element's end tag may be omitted if the tfoot element - # is immediately followed by a tbody element, or if there is no - # more content in the parent element. - # XXX: we never omit the end tag when the following element is - # a tbody. See is_optional_start. - if type == "StartTag": - return next["name"] == 'tbody' - else: - return type == "EndTag" or type is None - elif tagname in ('td', 'th'): - # A td element's end tag may be omitted if the td element is - # immediately followed by a td or th element, or if there is - # no more content in the parent element. - # A th element's end tag may be omitted if the th element is - # immediately followed by a td or th element, or if there is - # no more content in the parent element. - if type == "StartTag": - return next["name"] in ('td', 'th') - else: - return type == "EndTag" or type is None - return False diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py deleted file mode 100644 index af8e77b..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py +++ /dev/null @@ -1,896 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -import re -from xml.sax.saxutils import escape, unescape - -from pip._vendor.six.moves import urllib_parse as urlparse - -from . import base -from ..constants import namespaces, prefixes - -__all__ = ["Filter"] - - -allowed_elements = frozenset(( - (namespaces['html'], 'a'), - (namespaces['html'], 'abbr'), - (namespaces['html'], 'acronym'), - (namespaces['html'], 'address'), - (namespaces['html'], 'area'), - (namespaces['html'], 'article'), - (namespaces['html'], 'aside'), - (namespaces['html'], 'audio'), - (namespaces['html'], 'b'), - (namespaces['html'], 'big'), - (namespaces['html'], 'blockquote'), - (namespaces['html'], 'br'), - (namespaces['html'], 'button'), - (namespaces['html'], 'canvas'), - (namespaces['html'], 'caption'), - (namespaces['html'], 'center'), - (namespaces['html'], 'cite'), - (namespaces['html'], 'code'), - (namespaces['html'], 'col'), - (namespaces['html'], 'colgroup'), - (namespaces['html'], 'command'), - (namespaces['html'], 'datagrid'), - (namespaces['html'], 'datalist'), - (namespaces['html'], 'dd'), - (namespaces['html'], 'del'), - (namespaces['html'], 'details'), - (namespaces['html'], 'dfn'), - (namespaces['html'], 'dialog'), - (namespaces['html'], 'dir'), - (namespaces['html'], 'div'), - (namespaces['html'], 'dl'), - (namespaces['html'], 'dt'), - (namespaces['html'], 'em'), - (namespaces['html'], 'event-source'), - (namespaces['html'], 'fieldset'), - (namespaces['html'], 'figcaption'), - (namespaces['html'], 'figure'), - (namespaces['html'], 'footer'), - (namespaces['html'], 'font'), - (namespaces['html'], 'form'), - (namespaces['html'], 'header'), - (namespaces['html'], 'h1'), - (namespaces['html'], 'h2'), - (namespaces['html'], 'h3'), - (namespaces['html'], 'h4'), - (namespaces['html'], 'h5'), - (namespaces['html'], 'h6'), - (namespaces['html'], 'hr'), - (namespaces['html'], 'i'), - (namespaces['html'], 'img'), - (namespaces['html'], 'input'), - (namespaces['html'], 'ins'), - (namespaces['html'], 'keygen'), - (namespaces['html'], 'kbd'), - (namespaces['html'], 'label'), - (namespaces['html'], 'legend'), - (namespaces['html'], 'li'), - (namespaces['html'], 'm'), - (namespaces['html'], 'map'), - (namespaces['html'], 'menu'), - (namespaces['html'], 'meter'), - (namespaces['html'], 'multicol'), - (namespaces['html'], 'nav'), - (namespaces['html'], 'nextid'), - (namespaces['html'], 'ol'), - (namespaces['html'], 'output'), - (namespaces['html'], 'optgroup'), - (namespaces['html'], 'option'), - (namespaces['html'], 'p'), - (namespaces['html'], 'pre'), - (namespaces['html'], 'progress'), - (namespaces['html'], 'q'), - (namespaces['html'], 's'), - (namespaces['html'], 'samp'), - (namespaces['html'], 'section'), - (namespaces['html'], 'select'), - (namespaces['html'], 'small'), - (namespaces['html'], 'sound'), - (namespaces['html'], 'source'), - (namespaces['html'], 'spacer'), - (namespaces['html'], 'span'), - (namespaces['html'], 'strike'), - (namespaces['html'], 'strong'), - (namespaces['html'], 'sub'), - (namespaces['html'], 'sup'), - (namespaces['html'], 'table'), - (namespaces['html'], 'tbody'), - (namespaces['html'], 'td'), - (namespaces['html'], 'textarea'), - (namespaces['html'], 'time'), - (namespaces['html'], 'tfoot'), - (namespaces['html'], 'th'), - (namespaces['html'], 'thead'), - (namespaces['html'], 'tr'), - (namespaces['html'], 'tt'), - (namespaces['html'], 'u'), - (namespaces['html'], 'ul'), - (namespaces['html'], 'var'), - (namespaces['html'], 'video'), - (namespaces['mathml'], 'maction'), - (namespaces['mathml'], 'math'), - (namespaces['mathml'], 'merror'), - (namespaces['mathml'], 'mfrac'), - (namespaces['mathml'], 'mi'), - (namespaces['mathml'], 'mmultiscripts'), - (namespaces['mathml'], 'mn'), - (namespaces['mathml'], 'mo'), - (namespaces['mathml'], 'mover'), - (namespaces['mathml'], 'mpadded'), - (namespaces['mathml'], 'mphantom'), - (namespaces['mathml'], 'mprescripts'), - (namespaces['mathml'], 'mroot'), - (namespaces['mathml'], 'mrow'), - (namespaces['mathml'], 'mspace'), - (namespaces['mathml'], 'msqrt'), - (namespaces['mathml'], 'mstyle'), - (namespaces['mathml'], 'msub'), - (namespaces['mathml'], 'msubsup'), - (namespaces['mathml'], 'msup'), - (namespaces['mathml'], 'mtable'), - (namespaces['mathml'], 'mtd'), - (namespaces['mathml'], 'mtext'), - (namespaces['mathml'], 'mtr'), - (namespaces['mathml'], 'munder'), - (namespaces['mathml'], 'munderover'), - (namespaces['mathml'], 'none'), - (namespaces['svg'], 'a'), - (namespaces['svg'], 'animate'), - (namespaces['svg'], 'animateColor'), - (namespaces['svg'], 'animateMotion'), - (namespaces['svg'], 'animateTransform'), - (namespaces['svg'], 'clipPath'), - (namespaces['svg'], 'circle'), - (namespaces['svg'], 'defs'), - (namespaces['svg'], 'desc'), - (namespaces['svg'], 'ellipse'), - (namespaces['svg'], 'font-face'), - (namespaces['svg'], 'font-face-name'), - (namespaces['svg'], 'font-face-src'), - (namespaces['svg'], 'g'), - (namespaces['svg'], 'glyph'), - (namespaces['svg'], 'hkern'), - (namespaces['svg'], 'linearGradient'), - (namespaces['svg'], 'line'), - (namespaces['svg'], 'marker'), - (namespaces['svg'], 'metadata'), - (namespaces['svg'], 'missing-glyph'), - (namespaces['svg'], 'mpath'), - (namespaces['svg'], 'path'), - (namespaces['svg'], 'polygon'), - (namespaces['svg'], 'polyline'), - (namespaces['svg'], 'radialGradient'), - (namespaces['svg'], 'rect'), - (namespaces['svg'], 'set'), - (namespaces['svg'], 'stop'), - (namespaces['svg'], 'svg'), - (namespaces['svg'], 'switch'), - (namespaces['svg'], 'text'), - (namespaces['svg'], 'title'), - (namespaces['svg'], 'tspan'), - (namespaces['svg'], 'use'), -)) - -allowed_attributes = frozenset(( - # HTML attributes - (None, 'abbr'), - (None, 'accept'), - (None, 'accept-charset'), - (None, 'accesskey'), - (None, 'action'), - (None, 'align'), - (None, 'alt'), - (None, 'autocomplete'), - (None, 'autofocus'), - (None, 'axis'), - (None, 'background'), - (None, 'balance'), - (None, 'bgcolor'), - (None, 'bgproperties'), - (None, 'border'), - (None, 'bordercolor'), - (None, 'bordercolordark'), - (None, 'bordercolorlight'), - (None, 'bottompadding'), - (None, 'cellpadding'), - (None, 'cellspacing'), - (None, 'ch'), - (None, 'challenge'), - (None, 'char'), - (None, 'charoff'), - (None, 'choff'), - (None, 'charset'), - (None, 'checked'), - (None, 'cite'), - (None, 'class'), - (None, 'clear'), - (None, 'color'), - (None, 'cols'), - (None, 'colspan'), - (None, 'compact'), - (None, 'contenteditable'), - (None, 'controls'), - (None, 'coords'), - (None, 'data'), - (None, 'datafld'), - (None, 'datapagesize'), - (None, 'datasrc'), - (None, 'datetime'), - (None, 'default'), - (None, 'delay'), - (None, 'dir'), - (None, 'disabled'), - (None, 'draggable'), - (None, 'dynsrc'), - (None, 'enctype'), - (None, 'end'), - (None, 'face'), - (None, 'for'), - (None, 'form'), - (None, 'frame'), - (None, 'galleryimg'), - (None, 'gutter'), - (None, 'headers'), - (None, 'height'), - (None, 'hidefocus'), - (None, 'hidden'), - (None, 'high'), - (None, 'href'), - (None, 'hreflang'), - (None, 'hspace'), - (None, 'icon'), - (None, 'id'), - (None, 'inputmode'), - (None, 'ismap'), - (None, 'keytype'), - (None, 'label'), - (None, 'leftspacing'), - (None, 'lang'), - (None, 'list'), - (None, 'longdesc'), - (None, 'loop'), - (None, 'loopcount'), - (None, 'loopend'), - (None, 'loopstart'), - (None, 'low'), - (None, 'lowsrc'), - (None, 'max'), - (None, 'maxlength'), - (None, 'media'), - (None, 'method'), - (None, 'min'), - (None, 'multiple'), - (None, 'name'), - (None, 'nohref'), - (None, 'noshade'), - (None, 'nowrap'), - (None, 'open'), - (None, 'optimum'), - (None, 'pattern'), - (None, 'ping'), - (None, 'point-size'), - (None, 'poster'), - (None, 'pqg'), - (None, 'preload'), - (None, 'prompt'), - (None, 'radiogroup'), - (None, 'readonly'), - (None, 'rel'), - (None, 'repeat-max'), - (None, 'repeat-min'), - (None, 'replace'), - (None, 'required'), - (None, 'rev'), - (None, 'rightspacing'), - (None, 'rows'), - (None, 'rowspan'), - (None, 'rules'), - (None, 'scope'), - (None, 'selected'), - (None, 'shape'), - (None, 'size'), - (None, 'span'), - (None, 'src'), - (None, 'start'), - (None, 'step'), - (None, 'style'), - (None, 'summary'), - (None, 'suppress'), - (None, 'tabindex'), - (None, 'target'), - (None, 'template'), - (None, 'title'), - (None, 'toppadding'), - (None, 'type'), - (None, 'unselectable'), - (None, 'usemap'), - (None, 'urn'), - (None, 'valign'), - (None, 'value'), - (None, 'variable'), - (None, 'volume'), - (None, 'vspace'), - (None, 'vrml'), - (None, 'width'), - (None, 'wrap'), - (namespaces['xml'], 'lang'), - # MathML attributes - (None, 'actiontype'), - (None, 'align'), - (None, 'columnalign'), - (None, 'columnalign'), - (None, 'columnalign'), - (None, 'columnlines'), - (None, 'columnspacing'), - (None, 'columnspan'), - (None, 'depth'), - (None, 'display'), - (None, 'displaystyle'), - (None, 'equalcolumns'), - (None, 'equalrows'), - (None, 'fence'), - (None, 'fontstyle'), - (None, 'fontweight'), - (None, 'frame'), - (None, 'height'), - (None, 'linethickness'), - (None, 'lspace'), - (None, 'mathbackground'), - (None, 'mathcolor'), - (None, 'mathvariant'), - (None, 'mathvariant'), - (None, 'maxsize'), - (None, 'minsize'), - (None, 'other'), - (None, 'rowalign'), - (None, 'rowalign'), - (None, 'rowalign'), - (None, 'rowlines'), - (None, 'rowspacing'), - (None, 'rowspan'), - (None, 'rspace'), - (None, 'scriptlevel'), - (None, 'selection'), - (None, 'separator'), - (None, 'stretchy'), - (None, 'width'), - (None, 'width'), - (namespaces['xlink'], 'href'), - (namespaces['xlink'], 'show'), - (namespaces['xlink'], 'type'), - # SVG attributes - (None, 'accent-height'), - (None, 'accumulate'), - (None, 'additive'), - (None, 'alphabetic'), - (None, 'arabic-form'), - (None, 'ascent'), - (None, 'attributeName'), - (None, 'attributeType'), - (None, 'baseProfile'), - (None, 'bbox'), - (None, 'begin'), - (None, 'by'), - (None, 'calcMode'), - (None, 'cap-height'), - (None, 'class'), - (None, 'clip-path'), - (None, 'color'), - (None, 'color-rendering'), - (None, 'content'), - (None, 'cx'), - (None, 'cy'), - (None, 'd'), - (None, 'dx'), - (None, 'dy'), - (None, 'descent'), - (None, 'display'), - (None, 'dur'), - (None, 'end'), - (None, 'fill'), - (None, 'fill-opacity'), - (None, 'fill-rule'), - (None, 'font-family'), - (None, 'font-size'), - (None, 'font-stretch'), - (None, 'font-style'), - (None, 'font-variant'), - (None, 'font-weight'), - (None, 'from'), - (None, 'fx'), - (None, 'fy'), - (None, 'g1'), - (None, 'g2'), - (None, 'glyph-name'), - (None, 'gradientUnits'), - (None, 'hanging'), - (None, 'height'), - (None, 'horiz-adv-x'), - (None, 'horiz-origin-x'), - (None, 'id'), - (None, 'ideographic'), - (None, 'k'), - (None, 'keyPoints'), - (None, 'keySplines'), - (None, 'keyTimes'), - (None, 'lang'), - (None, 'marker-end'), - (None, 'marker-mid'), - (None, 'marker-start'), - (None, 'markerHeight'), - (None, 'markerUnits'), - (None, 'markerWidth'), - (None, 'mathematical'), - (None, 'max'), - (None, 'min'), - (None, 'name'), - (None, 'offset'), - (None, 'opacity'), - (None, 'orient'), - (None, 'origin'), - (None, 'overline-position'), - (None, 'overline-thickness'), - (None, 'panose-1'), - (None, 'path'), - (None, 'pathLength'), - (None, 'points'), - (None, 'preserveAspectRatio'), - (None, 'r'), - (None, 'refX'), - (None, 'refY'), - (None, 'repeatCount'), - (None, 'repeatDur'), - (None, 'requiredExtensions'), - (None, 'requiredFeatures'), - (None, 'restart'), - (None, 'rotate'), - (None, 'rx'), - (None, 'ry'), - (None, 'slope'), - (None, 'stemh'), - (None, 'stemv'), - (None, 'stop-color'), - (None, 'stop-opacity'), - (None, 'strikethrough-position'), - (None, 'strikethrough-thickness'), - (None, 'stroke'), - (None, 'stroke-dasharray'), - (None, 'stroke-dashoffset'), - (None, 'stroke-linecap'), - (None, 'stroke-linejoin'), - (None, 'stroke-miterlimit'), - (None, 'stroke-opacity'), - (None, 'stroke-width'), - (None, 'systemLanguage'), - (None, 'target'), - (None, 'text-anchor'), - (None, 'to'), - (None, 'transform'), - (None, 'type'), - (None, 'u1'), - (None, 'u2'), - (None, 'underline-position'), - (None, 'underline-thickness'), - (None, 'unicode'), - (None, 'unicode-range'), - (None, 'units-per-em'), - (None, 'values'), - (None, 'version'), - (None, 'viewBox'), - (None, 'visibility'), - (None, 'width'), - (None, 'widths'), - (None, 'x'), - (None, 'x-height'), - (None, 'x1'), - (None, 'x2'), - (namespaces['xlink'], 'actuate'), - (namespaces['xlink'], 'arcrole'), - (namespaces['xlink'], 'href'), - (namespaces['xlink'], 'role'), - (namespaces['xlink'], 'show'), - (namespaces['xlink'], 'title'), - (namespaces['xlink'], 'type'), - (namespaces['xml'], 'base'), - (namespaces['xml'], 'lang'), - (namespaces['xml'], 'space'), - (None, 'y'), - (None, 'y1'), - (None, 'y2'), - (None, 'zoomAndPan'), -)) - -attr_val_is_uri = frozenset(( - (None, 'href'), - (None, 'src'), - (None, 'cite'), - (None, 'action'), - (None, 'longdesc'), - (None, 'poster'), - (None, 'background'), - (None, 'datasrc'), - (None, 'dynsrc'), - (None, 'lowsrc'), - (None, 'ping'), - (namespaces['xlink'], 'href'), - (namespaces['xml'], 'base'), -)) - -svg_attr_val_allows_ref = frozenset(( - (None, 'clip-path'), - (None, 'color-profile'), - (None, 'cursor'), - (None, 'fill'), - (None, 'filter'), - (None, 'marker'), - (None, 'marker-start'), - (None, 'marker-mid'), - (None, 'marker-end'), - (None, 'mask'), - (None, 'stroke'), -)) - -svg_allow_local_href = frozenset(( - (None, 'altGlyph'), - (None, 'animate'), - (None, 'animateColor'), - (None, 'animateMotion'), - (None, 'animateTransform'), - (None, 'cursor'), - (None, 'feImage'), - (None, 'filter'), - (None, 'linearGradient'), - (None, 'pattern'), - (None, 'radialGradient'), - (None, 'textpath'), - (None, 'tref'), - (None, 'set'), - (None, 'use') -)) - -allowed_css_properties = frozenset(( - 'azimuth', - 'background-color', - 'border-bottom-color', - 'border-collapse', - 'border-color', - 'border-left-color', - 'border-right-color', - 'border-top-color', - 'clear', - 'color', - 'cursor', - 'direction', - 'display', - 'elevation', - 'float', - 'font', - 'font-family', - 'font-size', - 'font-style', - 'font-variant', - 'font-weight', - 'height', - 'letter-spacing', - 'line-height', - 'overflow', - 'pause', - 'pause-after', - 'pause-before', - 'pitch', - 'pitch-range', - 'richness', - 'speak', - 'speak-header', - 'speak-numeral', - 'speak-punctuation', - 'speech-rate', - 'stress', - 'text-align', - 'text-decoration', - 'text-indent', - 'unicode-bidi', - 'vertical-align', - 'voice-family', - 'volume', - 'white-space', - 'width', -)) - -allowed_css_keywords = frozenset(( - 'auto', - 'aqua', - 'black', - 'block', - 'blue', - 'bold', - 'both', - 'bottom', - 'brown', - 'center', - 'collapse', - 'dashed', - 'dotted', - 'fuchsia', - 'gray', - 'green', - '!important', - 'italic', - 'left', - 'lime', - 'maroon', - 'medium', - 'none', - 'navy', - 'normal', - 'nowrap', - 'olive', - 'pointer', - 'purple', - 'red', - 'right', - 'solid', - 'silver', - 'teal', - 'top', - 'transparent', - 'underline', - 'white', - 'yellow', -)) - -allowed_svg_properties = frozenset(( - 'fill', - 'fill-opacity', - 'fill-rule', - 'stroke', - 'stroke-width', - 'stroke-linecap', - 'stroke-linejoin', - 'stroke-opacity', -)) - -allowed_protocols = frozenset(( - 'ed2k', - 'ftp', - 'http', - 'https', - 'irc', - 'mailto', - 'news', - 'gopher', - 'nntp', - 'telnet', - 'webcal', - 'xmpp', - 'callto', - 'feed', - 'urn', - 'aim', - 'rsync', - 'tag', - 'ssh', - 'sftp', - 'rtsp', - 'afs', - 'data', -)) - -allowed_content_types = frozenset(( - 'image/png', - 'image/jpeg', - 'image/gif', - 'image/webp', - 'image/bmp', - 'text/plain', -)) - - -data_content_type = re.compile(r''' - ^ - # Match a content type <application>/<type> - (?P<content_type>[-a-zA-Z0-9.]+/[-a-zA-Z0-9.]+) - # Match any character set and encoding - (?:(?:;charset=(?:[-a-zA-Z0-9]+)(?:;(?:base64))?) - |(?:;(?:base64))?(?:;charset=(?:[-a-zA-Z0-9]+))?) - # Assume the rest is data - ,.* - $ - ''', - re.VERBOSE) - - -class Filter(base.Filter): - """Sanitizes token stream of XHTML+MathML+SVG and of inline style attributes""" - def __init__(self, - source, - allowed_elements=allowed_elements, - allowed_attributes=allowed_attributes, - allowed_css_properties=allowed_css_properties, - allowed_css_keywords=allowed_css_keywords, - allowed_svg_properties=allowed_svg_properties, - allowed_protocols=allowed_protocols, - allowed_content_types=allowed_content_types, - attr_val_is_uri=attr_val_is_uri, - svg_attr_val_allows_ref=svg_attr_val_allows_ref, - svg_allow_local_href=svg_allow_local_href): - """Creates a Filter - - :arg allowed_elements: set of elements to allow--everything else will - be escaped - - :arg allowed_attributes: set of attributes to allow in - elements--everything else will be stripped - - :arg allowed_css_properties: set of CSS properties to allow--everything - else will be stripped - - :arg allowed_css_keywords: set of CSS keywords to allow--everything - else will be stripped - - :arg allowed_svg_properties: set of SVG properties to allow--everything - else will be removed - - :arg allowed_protocols: set of allowed protocols for URIs - - :arg allowed_content_types: set of allowed content types for ``data`` URIs. - - :arg attr_val_is_uri: set of attributes that have URI values--values - that have a scheme not listed in ``allowed_protocols`` are removed - - :arg svg_attr_val_allows_ref: set of SVG attributes that can have - references - - :arg svg_allow_local_href: set of SVG elements that can have local - hrefs--these are removed - - """ - super(Filter, self).__init__(source) - self.allowed_elements = allowed_elements - self.allowed_attributes = allowed_attributes - self.allowed_css_properties = allowed_css_properties - self.allowed_css_keywords = allowed_css_keywords - self.allowed_svg_properties = allowed_svg_properties - self.allowed_protocols = allowed_protocols - self.allowed_content_types = allowed_content_types - self.attr_val_is_uri = attr_val_is_uri - self.svg_attr_val_allows_ref = svg_attr_val_allows_ref - self.svg_allow_local_href = svg_allow_local_href - - def __iter__(self): - for token in base.Filter.__iter__(self): - token = self.sanitize_token(token) - if token: - yield token - - # Sanitize the +html+, escaping all elements not in ALLOWED_ELEMENTS, and - # stripping out all attributes not in ALLOWED_ATTRIBUTES. Style attributes - # are parsed, and a restricted set, specified by ALLOWED_CSS_PROPERTIES and - # ALLOWED_CSS_KEYWORDS, are allowed through. attributes in ATTR_VAL_IS_URI - # are scanned, and only URI schemes specified in ALLOWED_PROTOCOLS are - # allowed. - # - # sanitize_html('<script> do_nasty_stuff() </script>') - # => <script> do_nasty_stuff() </script> - # sanitize_html('<a href="javascript: sucker();">Click here for $100</a>') - # => <a>Click here for $100</a> - def sanitize_token(self, token): - - # accommodate filters which use token_type differently - token_type = token["type"] - if token_type in ("StartTag", "EndTag", "EmptyTag"): - name = token["name"] - namespace = token["namespace"] - if ((namespace, name) in self.allowed_elements or - (namespace is None and - (namespaces["html"], name) in self.allowed_elements)): - return self.allowed_token(token) - else: - return self.disallowed_token(token) - elif token_type == "Comment": - pass - else: - return token - - def allowed_token(self, token): - if "data" in token: - attrs = token["data"] - attr_names = set(attrs.keys()) - - # Remove forbidden attributes - for to_remove in (attr_names - self.allowed_attributes): - del token["data"][to_remove] - attr_names.remove(to_remove) - - # Remove attributes with disallowed URL values - for attr in (attr_names & self.attr_val_is_uri): - assert attr in attrs - # I don't have a clue where this regexp comes from or why it matches those - # characters, nor why we call unescape. I just know it's always been here. - # Should you be worried by this comment in a sanitizer? Yes. On the other hand, all - # this will do is remove *more* than it otherwise would. - val_unescaped = re.sub("[`\x00-\x20\x7f-\xa0\\s]+", '', - unescape(attrs[attr])).lower() - # remove replacement characters from unescaped characters - val_unescaped = val_unescaped.replace("\ufffd", "") - try: - uri = urlparse.urlparse(val_unescaped) - except ValueError: - uri = None - del attrs[attr] - if uri and uri.scheme: - if uri.scheme not in self.allowed_protocols: - del attrs[attr] - if uri.scheme == 'data': - m = data_content_type.match(uri.path) - if not m: - del attrs[attr] - elif m.group('content_type') not in self.allowed_content_types: - del attrs[attr] - - for attr in self.svg_attr_val_allows_ref: - if attr in attrs: - attrs[attr] = re.sub(r'url\s*\(\s*[^#\s][^)]+?\)', - ' ', - unescape(attrs[attr])) - if (token["name"] in self.svg_allow_local_href and - (namespaces['xlink'], 'href') in attrs and re.search(r'^\s*[^#\s].*', - attrs[(namespaces['xlink'], 'href')])): - del attrs[(namespaces['xlink'], 'href')] - if (None, 'style') in attrs: - attrs[(None, 'style')] = self.sanitize_css(attrs[(None, 'style')]) - token["data"] = attrs - return token - - def disallowed_token(self, token): - token_type = token["type"] - if token_type == "EndTag": - token["data"] = "</%s>" % token["name"] - elif token["data"]: - assert token_type in ("StartTag", "EmptyTag") - attrs = [] - for (ns, name), v in token["data"].items(): - attrs.append(' %s="%s"' % (name if ns is None else "%s:%s" % (prefixes[ns], name), escape(v))) - token["data"] = "<%s%s>" % (token["name"], ''.join(attrs)) - else: - token["data"] = "<%s>" % token["name"] - if token.get("selfClosing"): - token["data"] = token["data"][:-1] + "/>" - - token["type"] = "Characters" - - del token["name"] - return token - - def sanitize_css(self, style): - # disallow urls - style = re.compile(r'url\s*\(\s*[^\s)]+?\s*\)\s*').sub(' ', style) - - # gauntlet - if not re.match(r"""^([:,;#%.\sa-zA-Z0-9!]|\w-\w|'[\s\w]+'|"[\s\w]+"|\([\d,\s]+\))*$""", style): - return '' - if not re.match(r"^\s*([-\w]+\s*:[^:;]*(;\s*|$))*$", style): - return '' - - clean = [] - for prop, value in re.findall(r"([-\w]+)\s*:\s*([^:;]*)", style): - if not value: - continue - if prop.lower() in self.allowed_css_properties: - clean.append(prop + ': ' + value + ';') - elif prop.split('-')[0].lower() in ['background', 'border', 'margin', - 'padding']: - for keyword in value.split(): - if keyword not in self.allowed_css_keywords and \ - not re.match(r"^(#[0-9a-fA-F]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)$", keyword): # noqa - break - else: - clean.append(prop + ': ' + value + ';') - elif prop.lower() in self.allowed_svg_properties: - clean.append(prop + ': ' + value + ';') - - return ' '.join(clean) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py deleted file mode 100644 index 0d12584..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py +++ /dev/null @@ -1,38 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -import re - -from . import base -from ..constants import rcdataElements, spaceCharacters -spaceCharacters = "".join(spaceCharacters) - -SPACES_REGEX = re.compile("[%s]+" % spaceCharacters) - - -class Filter(base.Filter): - """Collapses whitespace except in pre, textarea, and script elements""" - spacePreserveElements = frozenset(["pre", "textarea"] + list(rcdataElements)) - - def __iter__(self): - preserve = 0 - for token in base.Filter.__iter__(self): - type = token["type"] - if type == "StartTag" \ - and (preserve or token["name"] in self.spacePreserveElements): - preserve += 1 - - elif type == "EndTag" and preserve: - preserve -= 1 - - elif not preserve and type == "SpaceCharacters" and token["data"]: - # Test on token["data"] above to not introduce spaces where there were not - token["data"] = " " - - elif not preserve and type == "Characters": - token["data"] = collapse_spaces(token["data"]) - - yield token - - -def collapse_spaces(text): - return SPACES_REGEX.sub(' ', text) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py deleted file mode 100644 index ae41a13..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py +++ /dev/null @@ -1,2791 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals -from pip._vendor.six import with_metaclass, viewkeys - -import types -from collections import OrderedDict - -from . import _inputstream -from . import _tokenizer - -from . import treebuilders -from .treebuilders.base import Marker - -from . import _utils -from .constants import ( - spaceCharacters, asciiUpper2Lower, - specialElements, headingElements, cdataElements, rcdataElements, - tokenTypes, tagTokenTypes, - namespaces, - htmlIntegrationPointElements, mathmlTextIntegrationPointElements, - adjustForeignAttributes as adjustForeignAttributesMap, - adjustMathMLAttributes, adjustSVGAttributes, - E, - _ReparseException -) - - -def parse(doc, treebuilder="etree", namespaceHTMLElements=True, **kwargs): - """Parse an HTML document as a string or file-like object into a tree - - :arg doc: the document to parse as a string or file-like object - - :arg treebuilder: the treebuilder to use when parsing - - :arg namespaceHTMLElements: whether or not to namespace HTML elements - - :returns: parsed tree - - Example: - - >>> from html5lib.html5parser import parse - >>> parse('<html><body><p>This is a doc</p></body></html>') - <Element u'{http://www.w3.org/1999/xhtml}html' at 0x7feac4909db0> - - """ - tb = treebuilders.getTreeBuilder(treebuilder) - p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) - return p.parse(doc, **kwargs) - - -def parseFragment(doc, container="div", treebuilder="etree", namespaceHTMLElements=True, **kwargs): - """Parse an HTML fragment as a string or file-like object into a tree - - :arg doc: the fragment to parse as a string or file-like object - - :arg container: the container context to parse the fragment in - - :arg treebuilder: the treebuilder to use when parsing - - :arg namespaceHTMLElements: whether or not to namespace HTML elements - - :returns: parsed tree - - Example: - - >>> from html5lib.html5libparser import parseFragment - >>> parseFragment('<b>this is a fragment</b>') - <Element u'DOCUMENT_FRAGMENT' at 0x7feac484b090> - - """ - tb = treebuilders.getTreeBuilder(treebuilder) - p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) - return p.parseFragment(doc, container=container, **kwargs) - - -def method_decorator_metaclass(function): - class Decorated(type): - def __new__(meta, classname, bases, classDict): - for attributeName, attribute in classDict.items(): - if isinstance(attribute, types.FunctionType): - attribute = function(attribute) - - classDict[attributeName] = attribute - return type.__new__(meta, classname, bases, classDict) - return Decorated - - -class HTMLParser(object): - """HTML parser - - Generates a tree structure from a stream of (possibly malformed) HTML. - - """ - - def __init__(self, tree=None, strict=False, namespaceHTMLElements=True, debug=False): - """ - :arg tree: a treebuilder class controlling the type of tree that will be - returned. Built in treebuilders can be accessed through - html5lib.treebuilders.getTreeBuilder(treeType) - - :arg strict: raise an exception when a parse error is encountered - - :arg namespaceHTMLElements: whether or not to namespace HTML elements - - :arg debug: whether or not to enable debug mode which logs things - - Example: - - >>> from html5lib.html5parser import HTMLParser - >>> parser = HTMLParser() # generates parser with etree builder - >>> parser = HTMLParser('lxml', strict=True) # generates parser with lxml builder which is strict - - """ - - # Raise an exception on the first error encountered - self.strict = strict - - if tree is None: - tree = treebuilders.getTreeBuilder("etree") - self.tree = tree(namespaceHTMLElements) - self.errors = [] - - self.phases = dict([(name, cls(self, self.tree)) for name, cls in - getPhases(debug).items()]) - - def _parse(self, stream, innerHTML=False, container="div", scripting=False, **kwargs): - - self.innerHTMLMode = innerHTML - self.container = container - self.scripting = scripting - self.tokenizer = _tokenizer.HTMLTokenizer(stream, parser=self, **kwargs) - self.reset() - - try: - self.mainLoop() - except _ReparseException: - self.reset() - self.mainLoop() - - def reset(self): - self.tree.reset() - self.firstStartTag = False - self.errors = [] - self.log = [] # only used with debug mode - # "quirks" / "limited quirks" / "no quirks" - self.compatMode = "no quirks" - - if self.innerHTMLMode: - self.innerHTML = self.container.lower() - - if self.innerHTML in cdataElements: - self.tokenizer.state = self.tokenizer.rcdataState - elif self.innerHTML in rcdataElements: - self.tokenizer.state = self.tokenizer.rawtextState - elif self.innerHTML == 'plaintext': - self.tokenizer.state = self.tokenizer.plaintextState - else: - # state already is data state - # self.tokenizer.state = self.tokenizer.dataState - pass - self.phase = self.phases["beforeHtml"] - self.phase.insertHtmlElement() - self.resetInsertionMode() - else: - self.innerHTML = False # pylint:disable=redefined-variable-type - self.phase = self.phases["initial"] - - self.lastPhase = None - - self.beforeRCDataPhase = None - - self.framesetOK = True - - @property - def documentEncoding(self): - """Name of the character encoding that was used to decode the input stream, or - :obj:`None` if that is not determined yet - - """ - if not hasattr(self, 'tokenizer'): - return None - return self.tokenizer.stream.charEncoding[0].name - - def isHTMLIntegrationPoint(self, element): - if (element.name == "annotation-xml" and - element.namespace == namespaces["mathml"]): - return ("encoding" in element.attributes and - element.attributes["encoding"].translate( - asciiUpper2Lower) in - ("text/html", "application/xhtml+xml")) - else: - return (element.namespace, element.name) in htmlIntegrationPointElements - - def isMathMLTextIntegrationPoint(self, element): - return (element.namespace, element.name) in mathmlTextIntegrationPointElements - - def mainLoop(self): - CharactersToken = tokenTypes["Characters"] - SpaceCharactersToken = tokenTypes["SpaceCharacters"] - StartTagToken = tokenTypes["StartTag"] - EndTagToken = tokenTypes["EndTag"] - CommentToken = tokenTypes["Comment"] - DoctypeToken = tokenTypes["Doctype"] - ParseErrorToken = tokenTypes["ParseError"] - - for token in self.normalizedTokens(): - prev_token = None - new_token = token - while new_token is not None: - prev_token = new_token - currentNode = self.tree.openElements[-1] if self.tree.openElements else None - currentNodeNamespace = currentNode.namespace if currentNode else None - currentNodeName = currentNode.name if currentNode else None - - type = new_token["type"] - - if type == ParseErrorToken: - self.parseError(new_token["data"], new_token.get("datavars", {})) - new_token = None - else: - if (len(self.tree.openElements) == 0 or - currentNodeNamespace == self.tree.defaultNamespace or - (self.isMathMLTextIntegrationPoint(currentNode) and - ((type == StartTagToken and - token["name"] not in frozenset(["mglyph", "malignmark"])) or - type in (CharactersToken, SpaceCharactersToken))) or - (currentNodeNamespace == namespaces["mathml"] and - currentNodeName == "annotation-xml" and - type == StartTagToken and - token["name"] == "svg") or - (self.isHTMLIntegrationPoint(currentNode) and - type in (StartTagToken, CharactersToken, SpaceCharactersToken))): - phase = self.phase - else: - phase = self.phases["inForeignContent"] - - if type == CharactersToken: - new_token = phase.processCharacters(new_token) - elif type == SpaceCharactersToken: - new_token = phase.processSpaceCharacters(new_token) - elif type == StartTagToken: - new_token = phase.processStartTag(new_token) - elif type == EndTagToken: - new_token = phase.processEndTag(new_token) - elif type == CommentToken: - new_token = phase.processComment(new_token) - elif type == DoctypeToken: - new_token = phase.processDoctype(new_token) - - if (type == StartTagToken and prev_token["selfClosing"] and - not prev_token["selfClosingAcknowledged"]): - self.parseError("non-void-element-with-trailing-solidus", - {"name": prev_token["name"]}) - - # When the loop finishes it's EOF - reprocess = True - phases = [] - while reprocess: - phases.append(self.phase) - reprocess = self.phase.processEOF() - if reprocess: - assert self.phase not in phases - - def normalizedTokens(self): - for token in self.tokenizer: - yield self.normalizeToken(token) - - def parse(self, stream, *args, **kwargs): - """Parse a HTML document into a well-formed tree - - :arg stream: a file-like object or string containing the HTML to be parsed - - The optional encoding parameter must be a string that indicates - the encoding. If specified, that encoding will be used, - regardless of any BOM or later declaration (such as in a meta - element). - - :arg scripting: treat noscript elements as if JavaScript was turned on - - :returns: parsed tree - - Example: - - >>> from html5lib.html5parser import HTMLParser - >>> parser = HTMLParser() - >>> parser.parse('<html><body><p>This is a doc</p></body></html>') - <Element u'{http://www.w3.org/1999/xhtml}html' at 0x7feac4909db0> - - """ - self._parse(stream, False, None, *args, **kwargs) - return self.tree.getDocument() - - def parseFragment(self, stream, *args, **kwargs): - """Parse a HTML fragment into a well-formed tree fragment - - :arg container: name of the element we're setting the innerHTML - property if set to None, default to 'div' - - :arg stream: a file-like object or string containing the HTML to be parsed - - The optional encoding parameter must be a string that indicates - the encoding. If specified, that encoding will be used, - regardless of any BOM or later declaration (such as in a meta - element) - - :arg scripting: treat noscript elements as if JavaScript was turned on - - :returns: parsed tree - - Example: - - >>> from html5lib.html5libparser import HTMLParser - >>> parser = HTMLParser() - >>> parser.parseFragment('<b>this is a fragment</b>') - <Element u'DOCUMENT_FRAGMENT' at 0x7feac484b090> - - """ - self._parse(stream, True, *args, **kwargs) - return self.tree.getFragment() - - def parseError(self, errorcode="XXX-undefined-error", datavars=None): - # XXX The idea is to make errorcode mandatory. - if datavars is None: - datavars = {} - self.errors.append((self.tokenizer.stream.position(), errorcode, datavars)) - if self.strict: - raise ParseError(E[errorcode] % datavars) - - def normalizeToken(self, token): - # HTML5 specific normalizations to the token stream - if token["type"] == tokenTypes["StartTag"]: - raw = token["data"] - token["data"] = OrderedDict(raw) - if len(raw) > len(token["data"]): - # we had some duplicated attribute, fix so first wins - token["data"].update(raw[::-1]) - - return token - - def adjustMathMLAttributes(self, token): - adjust_attributes(token, adjustMathMLAttributes) - - def adjustSVGAttributes(self, token): - adjust_attributes(token, adjustSVGAttributes) - - def adjustForeignAttributes(self, token): - adjust_attributes(token, adjustForeignAttributesMap) - - def reparseTokenNormal(self, token): - # pylint:disable=unused-argument - self.parser.phase() - - def resetInsertionMode(self): - # The name of this method is mostly historical. (It's also used in the - # specification.) - last = False - newModes = { - "select": "inSelect", - "td": "inCell", - "th": "inCell", - "tr": "inRow", - "tbody": "inTableBody", - "thead": "inTableBody", - "tfoot": "inTableBody", - "caption": "inCaption", - "colgroup": "inColumnGroup", - "table": "inTable", - "head": "inBody", - "body": "inBody", - "frameset": "inFrameset", - "html": "beforeHead" - } - for node in self.tree.openElements[::-1]: - nodeName = node.name - new_phase = None - if node == self.tree.openElements[0]: - assert self.innerHTML - last = True - nodeName = self.innerHTML - # Check for conditions that should only happen in the innerHTML - # case - if nodeName in ("select", "colgroup", "head", "html"): - assert self.innerHTML - - if not last and node.namespace != self.tree.defaultNamespace: - continue - - if nodeName in newModes: - new_phase = self.phases[newModes[nodeName]] - break - elif last: - new_phase = self.phases["inBody"] - break - - self.phase = new_phase - - def parseRCDataRawtext(self, token, contentType): - # Generic RCDATA/RAWTEXT Parsing algorithm - assert contentType in ("RAWTEXT", "RCDATA") - - self.tree.insertElement(token) - - if contentType == "RAWTEXT": - self.tokenizer.state = self.tokenizer.rawtextState - else: - self.tokenizer.state = self.tokenizer.rcdataState - - self.originalPhase = self.phase - - self.phase = self.phases["text"] - - -@_utils.memoize -def getPhases(debug): - def log(function): - """Logger that records which phase processes each token""" - type_names = dict((value, key) for key, value in - tokenTypes.items()) - - def wrapped(self, *args, **kwargs): - if function.__name__.startswith("process") and len(args) > 0: - token = args[0] - try: - info = {"type": type_names[token['type']]} - except: - raise - if token['type'] in tagTokenTypes: - info["name"] = token['name'] - - self.parser.log.append((self.parser.tokenizer.state.__name__, - self.parser.phase.__class__.__name__, - self.__class__.__name__, - function.__name__, - info)) - return function(self, *args, **kwargs) - else: - return function(self, *args, **kwargs) - return wrapped - - def getMetaclass(use_metaclass, metaclass_func): - if use_metaclass: - return method_decorator_metaclass(metaclass_func) - else: - return type - - # pylint:disable=unused-argument - class Phase(with_metaclass(getMetaclass(debug, log))): - """Base class for helper object that implements each phase of processing - """ - - def __init__(self, parser, tree): - self.parser = parser - self.tree = tree - - def processEOF(self): - raise NotImplementedError - - def processComment(self, token): - # For most phases the following is correct. Where it's not it will be - # overridden. - self.tree.insertComment(token, self.tree.openElements[-1]) - - def processDoctype(self, token): - self.parser.parseError("unexpected-doctype") - - def processCharacters(self, token): - self.tree.insertText(token["data"]) - - def processSpaceCharacters(self, token): - self.tree.insertText(token["data"]) - - def processStartTag(self, token): - return self.startTagHandler[token["name"]](token) - - def startTagHtml(self, token): - if not self.parser.firstStartTag and token["name"] == "html": - self.parser.parseError("non-html-root") - # XXX Need a check here to see if the first start tag token emitted is - # this token... If it's not, invoke self.parser.parseError(). - for attr, value in token["data"].items(): - if attr not in self.tree.openElements[0].attributes: - self.tree.openElements[0].attributes[attr] = value - self.parser.firstStartTag = False - - def processEndTag(self, token): - return self.endTagHandler[token["name"]](token) - - class InitialPhase(Phase): - def processSpaceCharacters(self, token): - pass - - def processComment(self, token): - self.tree.insertComment(token, self.tree.document) - - def processDoctype(self, token): - name = token["name"] - publicId = token["publicId"] - systemId = token["systemId"] - correct = token["correct"] - - if (name != "html" or publicId is not None or - systemId is not None and systemId != "about:legacy-compat"): - self.parser.parseError("unknown-doctype") - - if publicId is None: - publicId = "" - - self.tree.insertDoctype(token) - - if publicId != "": - publicId = publicId.translate(asciiUpper2Lower) - - if (not correct or token["name"] != "html" or - publicId.startswith( - ("+//silmaril//dtd html pro v0r11 19970101//", - "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", - "-//as//dtd html 3.0 aswedit + extensions//", - "-//ietf//dtd html 2.0 level 1//", - "-//ietf//dtd html 2.0 level 2//", - "-//ietf//dtd html 2.0 strict level 1//", - "-//ietf//dtd html 2.0 strict level 2//", - "-//ietf//dtd html 2.0 strict//", - "-//ietf//dtd html 2.0//", - "-//ietf//dtd html 2.1e//", - "-//ietf//dtd html 3.0//", - "-//ietf//dtd html 3.2 final//", - "-//ietf//dtd html 3.2//", - "-//ietf//dtd html 3//", - "-//ietf//dtd html level 0//", - "-//ietf//dtd html level 1//", - "-//ietf//dtd html level 2//", - "-//ietf//dtd html level 3//", - "-//ietf//dtd html strict level 0//", - "-//ietf//dtd html strict level 1//", - "-//ietf//dtd html strict level 2//", - "-//ietf//dtd html strict level 3//", - "-//ietf//dtd html strict//", - "-//ietf//dtd html//", - "-//metrius//dtd metrius presentational//", - "-//microsoft//dtd internet explorer 2.0 html strict//", - "-//microsoft//dtd internet explorer 2.0 html//", - "-//microsoft//dtd internet explorer 2.0 tables//", - "-//microsoft//dtd internet explorer 3.0 html strict//", - "-//microsoft//dtd internet explorer 3.0 html//", - "-//microsoft//dtd internet explorer 3.0 tables//", - "-//netscape comm. corp.//dtd html//", - "-//netscape comm. corp.//dtd strict html//", - "-//o'reilly and associates//dtd html 2.0//", - "-//o'reilly and associates//dtd html extended 1.0//", - "-//o'reilly and associates//dtd html extended relaxed 1.0//", - "-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//", - "-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//", - "-//spyglass//dtd html 2.0 extended//", - "-//sq//dtd html 2.0 hotmetal + extensions//", - "-//sun microsystems corp.//dtd hotjava html//", - "-//sun microsystems corp.//dtd hotjava strict html//", - "-//w3c//dtd html 3 1995-03-24//", - "-//w3c//dtd html 3.2 draft//", - "-//w3c//dtd html 3.2 final//", - "-//w3c//dtd html 3.2//", - "-//w3c//dtd html 3.2s draft//", - "-//w3c//dtd html 4.0 frameset//", - "-//w3c//dtd html 4.0 transitional//", - "-//w3c//dtd html experimental 19960712//", - "-//w3c//dtd html experimental 970421//", - "-//w3c//dtd w3 html//", - "-//w3o//dtd w3 html 3.0//", - "-//webtechs//dtd mozilla html 2.0//", - "-//webtechs//dtd mozilla html//")) or - publicId in ("-//w3o//dtd w3 html strict 3.0//en//", - "-/w3c/dtd html 4.0 transitional/en", - "html") or - publicId.startswith( - ("-//w3c//dtd html 4.01 frameset//", - "-//w3c//dtd html 4.01 transitional//")) and - systemId is None or - systemId and systemId.lower() == "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"): - self.parser.compatMode = "quirks" - elif (publicId.startswith( - ("-//w3c//dtd xhtml 1.0 frameset//", - "-//w3c//dtd xhtml 1.0 transitional//")) or - publicId.startswith( - ("-//w3c//dtd html 4.01 frameset//", - "-//w3c//dtd html 4.01 transitional//")) and - systemId is not None): - self.parser.compatMode = "limited quirks" - - self.parser.phase = self.parser.phases["beforeHtml"] - - def anythingElse(self): - self.parser.compatMode = "quirks" - self.parser.phase = self.parser.phases["beforeHtml"] - - def processCharacters(self, token): - self.parser.parseError("expected-doctype-but-got-chars") - self.anythingElse() - return token - - def processStartTag(self, token): - self.parser.parseError("expected-doctype-but-got-start-tag", - {"name": token["name"]}) - self.anythingElse() - return token - - def processEndTag(self, token): - self.parser.parseError("expected-doctype-but-got-end-tag", - {"name": token["name"]}) - self.anythingElse() - return token - - def processEOF(self): - self.parser.parseError("expected-doctype-but-got-eof") - self.anythingElse() - return True - - class BeforeHtmlPhase(Phase): - # helper methods - def insertHtmlElement(self): - self.tree.insertRoot(impliedTagToken("html", "StartTag")) - self.parser.phase = self.parser.phases["beforeHead"] - - # other - def processEOF(self): - self.insertHtmlElement() - return True - - def processComment(self, token): - self.tree.insertComment(token, self.tree.document) - - def processSpaceCharacters(self, token): - pass - - def processCharacters(self, token): - self.insertHtmlElement() - return token - - def processStartTag(self, token): - if token["name"] == "html": - self.parser.firstStartTag = True - self.insertHtmlElement() - return token - - def processEndTag(self, token): - if token["name"] not in ("head", "body", "html", "br"): - self.parser.parseError("unexpected-end-tag-before-html", - {"name": token["name"]}) - else: - self.insertHtmlElement() - return token - - class BeforeHeadPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("head", self.startTagHead) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - (("head", "body", "html", "br"), self.endTagImplyHead) - ]) - self.endTagHandler.default = self.endTagOther - - def processEOF(self): - self.startTagHead(impliedTagToken("head", "StartTag")) - return True - - def processSpaceCharacters(self, token): - pass - - def processCharacters(self, token): - self.startTagHead(impliedTagToken("head", "StartTag")) - return token - - def startTagHtml(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def startTagHead(self, token): - self.tree.insertElement(token) - self.tree.headPointer = self.tree.openElements[-1] - self.parser.phase = self.parser.phases["inHead"] - - def startTagOther(self, token): - self.startTagHead(impliedTagToken("head", "StartTag")) - return token - - def endTagImplyHead(self, token): - self.startTagHead(impliedTagToken("head", "StartTag")) - return token - - def endTagOther(self, token): - self.parser.parseError("end-tag-after-implied-root", - {"name": token["name"]}) - - class InHeadPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("title", self.startTagTitle), - (("noframes", "style"), self.startTagNoFramesStyle), - ("noscript", self.startTagNoscript), - ("script", self.startTagScript), - (("base", "basefont", "bgsound", "command", "link"), - self.startTagBaseLinkCommand), - ("meta", self.startTagMeta), - ("head", self.startTagHead) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("head", self.endTagHead), - (("br", "html", "body"), self.endTagHtmlBodyBr) - ]) - self.endTagHandler.default = self.endTagOther - - # the real thing - def processEOF(self): - self.anythingElse() - return True - - def processCharacters(self, token): - self.anythingElse() - return token - - def startTagHtml(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def startTagHead(self, token): - self.parser.parseError("two-heads-are-not-better-than-one") - - def startTagBaseLinkCommand(self, token): - self.tree.insertElement(token) - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - - def startTagMeta(self, token): - self.tree.insertElement(token) - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - - attributes = token["data"] - if self.parser.tokenizer.stream.charEncoding[1] == "tentative": - if "charset" in attributes: - self.parser.tokenizer.stream.changeEncoding(attributes["charset"]) - elif ("content" in attributes and - "http-equiv" in attributes and - attributes["http-equiv"].lower() == "content-type"): - # Encoding it as UTF-8 here is a hack, as really we should pass - # the abstract Unicode string, and just use the - # ContentAttrParser on that, but using UTF-8 allows all chars - # to be encoded and as a ASCII-superset works. - data = _inputstream.EncodingBytes(attributes["content"].encode("utf-8")) - parser = _inputstream.ContentAttrParser(data) - codec = parser.parse() - self.parser.tokenizer.stream.changeEncoding(codec) - - def startTagTitle(self, token): - self.parser.parseRCDataRawtext(token, "RCDATA") - - def startTagNoFramesStyle(self, token): - # Need to decide whether to implement the scripting-disabled case - self.parser.parseRCDataRawtext(token, "RAWTEXT") - - def startTagNoscript(self, token): - if self.parser.scripting: - self.parser.parseRCDataRawtext(token, "RAWTEXT") - else: - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inHeadNoscript"] - - def startTagScript(self, token): - self.tree.insertElement(token) - self.parser.tokenizer.state = self.parser.tokenizer.scriptDataState - self.parser.originalPhase = self.parser.phase - self.parser.phase = self.parser.phases["text"] - - def startTagOther(self, token): - self.anythingElse() - return token - - def endTagHead(self, token): - node = self.parser.tree.openElements.pop() - assert node.name == "head", "Expected head got %s" % node.name - self.parser.phase = self.parser.phases["afterHead"] - - def endTagHtmlBodyBr(self, token): - self.anythingElse() - return token - - def endTagOther(self, token): - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - - def anythingElse(self): - self.endTagHead(impliedTagToken("head")) - - class InHeadNoscriptPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - (("basefont", "bgsound", "link", "meta", "noframes", "style"), self.startTagBaseLinkCommand), - (("head", "noscript"), self.startTagHeadNoscript), - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("noscript", self.endTagNoscript), - ("br", self.endTagBr), - ]) - self.endTagHandler.default = self.endTagOther - - def processEOF(self): - self.parser.parseError("eof-in-head-noscript") - self.anythingElse() - return True - - def processComment(self, token): - return self.parser.phases["inHead"].processComment(token) - - def processCharacters(self, token): - self.parser.parseError("char-in-head-noscript") - self.anythingElse() - return token - - def processSpaceCharacters(self, token): - return self.parser.phases["inHead"].processSpaceCharacters(token) - - def startTagHtml(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def startTagBaseLinkCommand(self, token): - return self.parser.phases["inHead"].processStartTag(token) - - def startTagHeadNoscript(self, token): - self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) - - def startTagOther(self, token): - self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) - self.anythingElse() - return token - - def endTagNoscript(self, token): - node = self.parser.tree.openElements.pop() - assert node.name == "noscript", "Expected noscript got %s" % node.name - self.parser.phase = self.parser.phases["inHead"] - - def endTagBr(self, token): - self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) - self.anythingElse() - return token - - def endTagOther(self, token): - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - - def anythingElse(self): - # Caller must raise parse error first! - self.endTagNoscript(impliedTagToken("noscript")) - - class AfterHeadPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("body", self.startTagBody), - ("frameset", self.startTagFrameset), - (("base", "basefont", "bgsound", "link", "meta", "noframes", "script", - "style", "title"), - self.startTagFromHead), - ("head", self.startTagHead) - ]) - self.startTagHandler.default = self.startTagOther - self.endTagHandler = _utils.MethodDispatcher([(("body", "html", "br"), - self.endTagHtmlBodyBr)]) - self.endTagHandler.default = self.endTagOther - - def processEOF(self): - self.anythingElse() - return True - - def processCharacters(self, token): - self.anythingElse() - return token - - def startTagHtml(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def startTagBody(self, token): - self.parser.framesetOK = False - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inBody"] - - def startTagFrameset(self, token): - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inFrameset"] - - def startTagFromHead(self, token): - self.parser.parseError("unexpected-start-tag-out-of-my-head", - {"name": token["name"]}) - self.tree.openElements.append(self.tree.headPointer) - self.parser.phases["inHead"].processStartTag(token) - for node in self.tree.openElements[::-1]: - if node.name == "head": - self.tree.openElements.remove(node) - break - - def startTagHead(self, token): - self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) - - def startTagOther(self, token): - self.anythingElse() - return token - - def endTagHtmlBodyBr(self, token): - self.anythingElse() - return token - - def endTagOther(self, token): - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - - def anythingElse(self): - self.tree.insertElement(impliedTagToken("body", "StartTag")) - self.parser.phase = self.parser.phases["inBody"] - self.parser.framesetOK = True - - class InBodyPhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#parsing-main-inbody - # the really-really-really-very crazy mode - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - # Set this to the default handler - self.processSpaceCharacters = self.processSpaceCharactersNonPre - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - (("base", "basefont", "bgsound", "command", "link", "meta", - "script", "style", "title"), - self.startTagProcessInHead), - ("body", self.startTagBody), - ("frameset", self.startTagFrameset), - (("address", "article", "aside", "blockquote", "center", "details", - "dir", "div", "dl", "fieldset", "figcaption", "figure", - "footer", "header", "hgroup", "main", "menu", "nav", "ol", "p", - "section", "summary", "ul"), - self.startTagCloseP), - (headingElements, self.startTagHeading), - (("pre", "listing"), self.startTagPreListing), - ("form", self.startTagForm), - (("li", "dd", "dt"), self.startTagListItem), - ("plaintext", self.startTagPlaintext), - ("a", self.startTagA), - (("b", "big", "code", "em", "font", "i", "s", "small", "strike", - "strong", "tt", "u"), self.startTagFormatting), - ("nobr", self.startTagNobr), - ("button", self.startTagButton), - (("applet", "marquee", "object"), self.startTagAppletMarqueeObject), - ("xmp", self.startTagXmp), - ("table", self.startTagTable), - (("area", "br", "embed", "img", "keygen", "wbr"), - self.startTagVoidFormatting), - (("param", "source", "track"), self.startTagParamSource), - ("input", self.startTagInput), - ("hr", self.startTagHr), - ("image", self.startTagImage), - ("isindex", self.startTagIsIndex), - ("textarea", self.startTagTextarea), - ("iframe", self.startTagIFrame), - ("noscript", self.startTagNoscript), - (("noembed", "noframes"), self.startTagRawtext), - ("select", self.startTagSelect), - (("rp", "rt"), self.startTagRpRt), - (("option", "optgroup"), self.startTagOpt), - (("math"), self.startTagMath), - (("svg"), self.startTagSvg), - (("caption", "col", "colgroup", "frame", "head", - "tbody", "td", "tfoot", "th", "thead", - "tr"), self.startTagMisplaced) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("body", self.endTagBody), - ("html", self.endTagHtml), - (("address", "article", "aside", "blockquote", "button", "center", - "details", "dialog", "dir", "div", "dl", "fieldset", "figcaption", "figure", - "footer", "header", "hgroup", "listing", "main", "menu", "nav", "ol", "pre", - "section", "summary", "ul"), self.endTagBlock), - ("form", self.endTagForm), - ("p", self.endTagP), - (("dd", "dt", "li"), self.endTagListItem), - (headingElements, self.endTagHeading), - (("a", "b", "big", "code", "em", "font", "i", "nobr", "s", "small", - "strike", "strong", "tt", "u"), self.endTagFormatting), - (("applet", "marquee", "object"), self.endTagAppletMarqueeObject), - ("br", self.endTagBr), - ]) - self.endTagHandler.default = self.endTagOther - - def isMatchingFormattingElement(self, node1, node2): - return (node1.name == node2.name and - node1.namespace == node2.namespace and - node1.attributes == node2.attributes) - - # helper - def addFormattingElement(self, token): - self.tree.insertElement(token) - element = self.tree.openElements[-1] - - matchingElements = [] - for node in self.tree.activeFormattingElements[::-1]: - if node is Marker: - break - elif self.isMatchingFormattingElement(node, element): - matchingElements.append(node) - - assert len(matchingElements) <= 3 - if len(matchingElements) == 3: - self.tree.activeFormattingElements.remove(matchingElements[-1]) - self.tree.activeFormattingElements.append(element) - - # the real deal - def processEOF(self): - allowed_elements = frozenset(("dd", "dt", "li", "p", "tbody", "td", - "tfoot", "th", "thead", "tr", "body", - "html")) - for node in self.tree.openElements[::-1]: - if node.name not in allowed_elements: - self.parser.parseError("expected-closing-tag-but-got-eof") - break - # Stop parsing - - def processSpaceCharactersDropNewline(self, token): - # Sometimes (start of <pre>, <listing>, and <textarea> blocks) we - # want to drop leading newlines - data = token["data"] - self.processSpaceCharacters = self.processSpaceCharactersNonPre - if (data.startswith("\n") and - self.tree.openElements[-1].name in ("pre", "listing", "textarea") and - not self.tree.openElements[-1].hasContent()): - data = data[1:] - if data: - self.tree.reconstructActiveFormattingElements() - self.tree.insertText(data) - - def processCharacters(self, token): - if token["data"] == "\u0000": - # The tokenizer should always emit null on its own - return - self.tree.reconstructActiveFormattingElements() - self.tree.insertText(token["data"]) - # This must be bad for performance - if (self.parser.framesetOK and - any([char not in spaceCharacters - for char in token["data"]])): - self.parser.framesetOK = False - - def processSpaceCharactersNonPre(self, token): - self.tree.reconstructActiveFormattingElements() - self.tree.insertText(token["data"]) - - def startTagProcessInHead(self, token): - return self.parser.phases["inHead"].processStartTag(token) - - def startTagBody(self, token): - self.parser.parseError("unexpected-start-tag", {"name": "body"}) - if (len(self.tree.openElements) == 1 or - self.tree.openElements[1].name != "body"): - assert self.parser.innerHTML - else: - self.parser.framesetOK = False - for attr, value in token["data"].items(): - if attr not in self.tree.openElements[1].attributes: - self.tree.openElements[1].attributes[attr] = value - - def startTagFrameset(self, token): - self.parser.parseError("unexpected-start-tag", {"name": "frameset"}) - if (len(self.tree.openElements) == 1 or self.tree.openElements[1].name != "body"): - assert self.parser.innerHTML - elif not self.parser.framesetOK: - pass - else: - if self.tree.openElements[1].parent: - self.tree.openElements[1].parent.removeChild(self.tree.openElements[1]) - while self.tree.openElements[-1].name != "html": - self.tree.openElements.pop() - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inFrameset"] - - def startTagCloseP(self, token): - if self.tree.elementInScope("p", variant="button"): - self.endTagP(impliedTagToken("p")) - self.tree.insertElement(token) - - def startTagPreListing(self, token): - if self.tree.elementInScope("p", variant="button"): - self.endTagP(impliedTagToken("p")) - self.tree.insertElement(token) - self.parser.framesetOK = False - self.processSpaceCharacters = self.processSpaceCharactersDropNewline - - def startTagForm(self, token): - if self.tree.formPointer: - self.parser.parseError("unexpected-start-tag", {"name": "form"}) - else: - if self.tree.elementInScope("p", variant="button"): - self.endTagP(impliedTagToken("p")) - self.tree.insertElement(token) - self.tree.formPointer = self.tree.openElements[-1] - - def startTagListItem(self, token): - self.parser.framesetOK = False - - stopNamesMap = {"li": ["li"], - "dt": ["dt", "dd"], - "dd": ["dt", "dd"]} - stopNames = stopNamesMap[token["name"]] - for node in reversed(self.tree.openElements): - if node.name in stopNames: - self.parser.phase.processEndTag( - impliedTagToken(node.name, "EndTag")) - break - if (node.nameTuple in specialElements and - node.name not in ("address", "div", "p")): - break - - if self.tree.elementInScope("p", variant="button"): - self.parser.phase.processEndTag( - impliedTagToken("p", "EndTag")) - - self.tree.insertElement(token) - - def startTagPlaintext(self, token): - if self.tree.elementInScope("p", variant="button"): - self.endTagP(impliedTagToken("p")) - self.tree.insertElement(token) - self.parser.tokenizer.state = self.parser.tokenizer.plaintextState - - def startTagHeading(self, token): - if self.tree.elementInScope("p", variant="button"): - self.endTagP(impliedTagToken("p")) - if self.tree.openElements[-1].name in headingElements: - self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) - self.tree.openElements.pop() - self.tree.insertElement(token) - - def startTagA(self, token): - afeAElement = self.tree.elementInActiveFormattingElements("a") - if afeAElement: - self.parser.parseError("unexpected-start-tag-implies-end-tag", - {"startName": "a", "endName": "a"}) - self.endTagFormatting(impliedTagToken("a")) - if afeAElement in self.tree.openElements: - self.tree.openElements.remove(afeAElement) - if afeAElement in self.tree.activeFormattingElements: - self.tree.activeFormattingElements.remove(afeAElement) - self.tree.reconstructActiveFormattingElements() - self.addFormattingElement(token) - - def startTagFormatting(self, token): - self.tree.reconstructActiveFormattingElements() - self.addFormattingElement(token) - - def startTagNobr(self, token): - self.tree.reconstructActiveFormattingElements() - if self.tree.elementInScope("nobr"): - self.parser.parseError("unexpected-start-tag-implies-end-tag", - {"startName": "nobr", "endName": "nobr"}) - self.processEndTag(impliedTagToken("nobr")) - # XXX Need tests that trigger the following - self.tree.reconstructActiveFormattingElements() - self.addFormattingElement(token) - - def startTagButton(self, token): - if self.tree.elementInScope("button"): - self.parser.parseError("unexpected-start-tag-implies-end-tag", - {"startName": "button", "endName": "button"}) - self.processEndTag(impliedTagToken("button")) - return token - else: - self.tree.reconstructActiveFormattingElements() - self.tree.insertElement(token) - self.parser.framesetOK = False - - def startTagAppletMarqueeObject(self, token): - self.tree.reconstructActiveFormattingElements() - self.tree.insertElement(token) - self.tree.activeFormattingElements.append(Marker) - self.parser.framesetOK = False - - def startTagXmp(self, token): - if self.tree.elementInScope("p", variant="button"): - self.endTagP(impliedTagToken("p")) - self.tree.reconstructActiveFormattingElements() - self.parser.framesetOK = False - self.parser.parseRCDataRawtext(token, "RAWTEXT") - - def startTagTable(self, token): - if self.parser.compatMode != "quirks": - if self.tree.elementInScope("p", variant="button"): - self.processEndTag(impliedTagToken("p")) - self.tree.insertElement(token) - self.parser.framesetOK = False - self.parser.phase = self.parser.phases["inTable"] - - def startTagVoidFormatting(self, token): - self.tree.reconstructActiveFormattingElements() - self.tree.insertElement(token) - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - self.parser.framesetOK = False - - def startTagInput(self, token): - framesetOK = self.parser.framesetOK - self.startTagVoidFormatting(token) - if ("type" in token["data"] and - token["data"]["type"].translate(asciiUpper2Lower) == "hidden"): - # input type=hidden doesn't change framesetOK - self.parser.framesetOK = framesetOK - - def startTagParamSource(self, token): - self.tree.insertElement(token) - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - - def startTagHr(self, token): - if self.tree.elementInScope("p", variant="button"): - self.endTagP(impliedTagToken("p")) - self.tree.insertElement(token) - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - self.parser.framesetOK = False - - def startTagImage(self, token): - # No really... - self.parser.parseError("unexpected-start-tag-treated-as", - {"originalName": "image", "newName": "img"}) - self.processStartTag(impliedTagToken("img", "StartTag", - attributes=token["data"], - selfClosing=token["selfClosing"])) - - def startTagIsIndex(self, token): - self.parser.parseError("deprecated-tag", {"name": "isindex"}) - if self.tree.formPointer: - return - form_attrs = {} - if "action" in token["data"]: - form_attrs["action"] = token["data"]["action"] - self.processStartTag(impliedTagToken("form", "StartTag", - attributes=form_attrs)) - self.processStartTag(impliedTagToken("hr", "StartTag")) - self.processStartTag(impliedTagToken("label", "StartTag")) - # XXX Localization ... - if "prompt" in token["data"]: - prompt = token["data"]["prompt"] - else: - prompt = "This is a searchable index. Enter search keywords: " - self.processCharacters( - {"type": tokenTypes["Characters"], "data": prompt}) - attributes = token["data"].copy() - if "action" in attributes: - del attributes["action"] - if "prompt" in attributes: - del attributes["prompt"] - attributes["name"] = "isindex" - self.processStartTag(impliedTagToken("input", "StartTag", - attributes=attributes, - selfClosing=token["selfClosing"])) - self.processEndTag(impliedTagToken("label")) - self.processStartTag(impliedTagToken("hr", "StartTag")) - self.processEndTag(impliedTagToken("form")) - - def startTagTextarea(self, token): - self.tree.insertElement(token) - self.parser.tokenizer.state = self.parser.tokenizer.rcdataState - self.processSpaceCharacters = self.processSpaceCharactersDropNewline - self.parser.framesetOK = False - - def startTagIFrame(self, token): - self.parser.framesetOK = False - self.startTagRawtext(token) - - def startTagNoscript(self, token): - if self.parser.scripting: - self.startTagRawtext(token) - else: - self.startTagOther(token) - - def startTagRawtext(self, token): - """iframe, noembed noframes, noscript(if scripting enabled)""" - self.parser.parseRCDataRawtext(token, "RAWTEXT") - - def startTagOpt(self, token): - if self.tree.openElements[-1].name == "option": - self.parser.phase.processEndTag(impliedTagToken("option")) - self.tree.reconstructActiveFormattingElements() - self.parser.tree.insertElement(token) - - def startTagSelect(self, token): - self.tree.reconstructActiveFormattingElements() - self.tree.insertElement(token) - self.parser.framesetOK = False - if self.parser.phase in (self.parser.phases["inTable"], - self.parser.phases["inCaption"], - self.parser.phases["inColumnGroup"], - self.parser.phases["inTableBody"], - self.parser.phases["inRow"], - self.parser.phases["inCell"]): - self.parser.phase = self.parser.phases["inSelectInTable"] - else: - self.parser.phase = self.parser.phases["inSelect"] - - def startTagRpRt(self, token): - if self.tree.elementInScope("ruby"): - self.tree.generateImpliedEndTags() - if self.tree.openElements[-1].name != "ruby": - self.parser.parseError() - self.tree.insertElement(token) - - def startTagMath(self, token): - self.tree.reconstructActiveFormattingElements() - self.parser.adjustMathMLAttributes(token) - self.parser.adjustForeignAttributes(token) - token["namespace"] = namespaces["mathml"] - self.tree.insertElement(token) - # Need to get the parse error right for the case where the token - # has a namespace not equal to the xmlns attribute - if token["selfClosing"]: - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - - def startTagSvg(self, token): - self.tree.reconstructActiveFormattingElements() - self.parser.adjustSVGAttributes(token) - self.parser.adjustForeignAttributes(token) - token["namespace"] = namespaces["svg"] - self.tree.insertElement(token) - # Need to get the parse error right for the case where the token - # has a namespace not equal to the xmlns attribute - if token["selfClosing"]: - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - - def startTagMisplaced(self, token): - """ Elements that should be children of other elements that have a - different insertion mode; here they are ignored - "caption", "col", "colgroup", "frame", "frameset", "head", - "option", "optgroup", "tbody", "td", "tfoot", "th", "thead", - "tr", "noscript" - """ - self.parser.parseError("unexpected-start-tag-ignored", {"name": token["name"]}) - - def startTagOther(self, token): - self.tree.reconstructActiveFormattingElements() - self.tree.insertElement(token) - - def endTagP(self, token): - if not self.tree.elementInScope("p", variant="button"): - self.startTagCloseP(impliedTagToken("p", "StartTag")) - self.parser.parseError("unexpected-end-tag", {"name": "p"}) - self.endTagP(impliedTagToken("p", "EndTag")) - else: - self.tree.generateImpliedEndTags("p") - if self.tree.openElements[-1].name != "p": - self.parser.parseError("unexpected-end-tag", {"name": "p"}) - node = self.tree.openElements.pop() - while node.name != "p": - node = self.tree.openElements.pop() - - def endTagBody(self, token): - if not self.tree.elementInScope("body"): - self.parser.parseError() - return - elif self.tree.openElements[-1].name != "body": - for node in self.tree.openElements[2:]: - if node.name not in frozenset(("dd", "dt", "li", "optgroup", - "option", "p", "rp", "rt", - "tbody", "td", "tfoot", - "th", "thead", "tr", "body", - "html")): - # Not sure this is the correct name for the parse error - self.parser.parseError( - "expected-one-end-tag-but-got-another", - {"gotName": "body", "expectedName": node.name}) - break - self.parser.phase = self.parser.phases["afterBody"] - - def endTagHtml(self, token): - # We repeat the test for the body end tag token being ignored here - if self.tree.elementInScope("body"): - self.endTagBody(impliedTagToken("body")) - return token - - def endTagBlock(self, token): - # Put us back in the right whitespace handling mode - if token["name"] == "pre": - self.processSpaceCharacters = self.processSpaceCharactersNonPre - inScope = self.tree.elementInScope(token["name"]) - if inScope: - self.tree.generateImpliedEndTags() - if self.tree.openElements[-1].name != token["name"]: - self.parser.parseError("end-tag-too-early", {"name": token["name"]}) - if inScope: - node = self.tree.openElements.pop() - while node.name != token["name"]: - node = self.tree.openElements.pop() - - def endTagForm(self, token): - node = self.tree.formPointer - self.tree.formPointer = None - if node is None or not self.tree.elementInScope(node): - self.parser.parseError("unexpected-end-tag", - {"name": "form"}) - else: - self.tree.generateImpliedEndTags() - if self.tree.openElements[-1] != node: - self.parser.parseError("end-tag-too-early-ignored", - {"name": "form"}) - self.tree.openElements.remove(node) - - def endTagListItem(self, token): - if token["name"] == "li": - variant = "list" - else: - variant = None - if not self.tree.elementInScope(token["name"], variant=variant): - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - else: - self.tree.generateImpliedEndTags(exclude=token["name"]) - if self.tree.openElements[-1].name != token["name"]: - self.parser.parseError( - "end-tag-too-early", - {"name": token["name"]}) - node = self.tree.openElements.pop() - while node.name != token["name"]: - node = self.tree.openElements.pop() - - def endTagHeading(self, token): - for item in headingElements: - if self.tree.elementInScope(item): - self.tree.generateImpliedEndTags() - break - if self.tree.openElements[-1].name != token["name"]: - self.parser.parseError("end-tag-too-early", {"name": token["name"]}) - - for item in headingElements: - if self.tree.elementInScope(item): - item = self.tree.openElements.pop() - while item.name not in headingElements: - item = self.tree.openElements.pop() - break - - def endTagFormatting(self, token): - """The much-feared adoption agency algorithm""" - # http://svn.whatwg.org/webapps/complete.html#adoptionAgency revision 7867 - # XXX Better parseError messages appreciated. - - # Step 1 - outerLoopCounter = 0 - - # Step 2 - while outerLoopCounter < 8: - - # Step 3 - outerLoopCounter += 1 - - # Step 4: - - # Let the formatting element be the last element in - # the list of active formatting elements that: - # - is between the end of the list and the last scope - # marker in the list, if any, or the start of the list - # otherwise, and - # - has the same tag name as the token. - formattingElement = self.tree.elementInActiveFormattingElements( - token["name"]) - if (not formattingElement or - (formattingElement in self.tree.openElements and - not self.tree.elementInScope(formattingElement.name))): - # If there is no such node, then abort these steps - # and instead act as described in the "any other - # end tag" entry below. - self.endTagOther(token) - return - - # Otherwise, if there is such a node, but that node is - # not in the stack of open elements, then this is a - # parse error; remove the element from the list, and - # abort these steps. - elif formattingElement not in self.tree.openElements: - self.parser.parseError("adoption-agency-1.2", {"name": token["name"]}) - self.tree.activeFormattingElements.remove(formattingElement) - return - - # Otherwise, if there is such a node, and that node is - # also in the stack of open elements, but the element - # is not in scope, then this is a parse error; ignore - # the token, and abort these steps. - elif not self.tree.elementInScope(formattingElement.name): - self.parser.parseError("adoption-agency-4.4", {"name": token["name"]}) - return - - # Otherwise, there is a formatting element and that - # element is in the stack and is in scope. If the - # element is not the current node, this is a parse - # error. In any case, proceed with the algorithm as - # written in the following steps. - else: - if formattingElement != self.tree.openElements[-1]: - self.parser.parseError("adoption-agency-1.3", {"name": token["name"]}) - - # Step 5: - - # Let the furthest block be the topmost node in the - # stack of open elements that is lower in the stack - # than the formatting element, and is an element in - # the special category. There might not be one. - afeIndex = self.tree.openElements.index(formattingElement) - furthestBlock = None - for element in self.tree.openElements[afeIndex:]: - if element.nameTuple in specialElements: - furthestBlock = element - break - - # Step 6: - - # If there is no furthest block, then the UA must - # first pop all the nodes from the bottom of the stack - # of open elements, from the current node up to and - # including the formatting element, then remove the - # formatting element from the list of active - # formatting elements, and finally abort these steps. - if furthestBlock is None: - element = self.tree.openElements.pop() - while element != formattingElement: - element = self.tree.openElements.pop() - self.tree.activeFormattingElements.remove(element) - return - - # Step 7 - commonAncestor = self.tree.openElements[afeIndex - 1] - - # Step 8: - # The bookmark is supposed to help us identify where to reinsert - # nodes in step 15. We have to ensure that we reinsert nodes after - # the node before the active formatting element. Note the bookmark - # can move in step 9.7 - bookmark = self.tree.activeFormattingElements.index(formattingElement) - - # Step 9 - lastNode = node = furthestBlock - innerLoopCounter = 0 - - index = self.tree.openElements.index(node) - while innerLoopCounter < 3: - innerLoopCounter += 1 - # Node is element before node in open elements - index -= 1 - node = self.tree.openElements[index] - if node not in self.tree.activeFormattingElements: - self.tree.openElements.remove(node) - continue - # Step 9.6 - if node == formattingElement: - break - # Step 9.7 - if lastNode == furthestBlock: - bookmark = self.tree.activeFormattingElements.index(node) + 1 - # Step 9.8 - clone = node.cloneNode() - # Replace node with clone - self.tree.activeFormattingElements[ - self.tree.activeFormattingElements.index(node)] = clone - self.tree.openElements[ - self.tree.openElements.index(node)] = clone - node = clone - # Step 9.9 - # Remove lastNode from its parents, if any - if lastNode.parent: - lastNode.parent.removeChild(lastNode) - node.appendChild(lastNode) - # Step 9.10 - lastNode = node - - # Step 10 - # Foster parent lastNode if commonAncestor is a - # table, tbody, tfoot, thead, or tr we need to foster - # parent the lastNode - if lastNode.parent: - lastNode.parent.removeChild(lastNode) - - if commonAncestor.name in frozenset(("table", "tbody", "tfoot", "thead", "tr")): - parent, insertBefore = self.tree.getTableMisnestedNodePosition() - parent.insertBefore(lastNode, insertBefore) - else: - commonAncestor.appendChild(lastNode) - - # Step 11 - clone = formattingElement.cloneNode() - - # Step 12 - furthestBlock.reparentChildren(clone) - - # Step 13 - furthestBlock.appendChild(clone) - - # Step 14 - self.tree.activeFormattingElements.remove(formattingElement) - self.tree.activeFormattingElements.insert(bookmark, clone) - - # Step 15 - self.tree.openElements.remove(formattingElement) - self.tree.openElements.insert( - self.tree.openElements.index(furthestBlock) + 1, clone) - - def endTagAppletMarqueeObject(self, token): - if self.tree.elementInScope(token["name"]): - self.tree.generateImpliedEndTags() - if self.tree.openElements[-1].name != token["name"]: - self.parser.parseError("end-tag-too-early", {"name": token["name"]}) - - if self.tree.elementInScope(token["name"]): - element = self.tree.openElements.pop() - while element.name != token["name"]: - element = self.tree.openElements.pop() - self.tree.clearActiveFormattingElements() - - def endTagBr(self, token): - self.parser.parseError("unexpected-end-tag-treated-as", - {"originalName": "br", "newName": "br element"}) - self.tree.reconstructActiveFormattingElements() - self.tree.insertElement(impliedTagToken("br", "StartTag")) - self.tree.openElements.pop() - - def endTagOther(self, token): - for node in self.tree.openElements[::-1]: - if node.name == token["name"]: - self.tree.generateImpliedEndTags(exclude=token["name"]) - if self.tree.openElements[-1].name != token["name"]: - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - while self.tree.openElements.pop() != node: - pass - break - else: - if node.nameTuple in specialElements: - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - break - - class TextPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - self.startTagHandler = _utils.MethodDispatcher([]) - self.startTagHandler.default = self.startTagOther - self.endTagHandler = _utils.MethodDispatcher([ - ("script", self.endTagScript)]) - self.endTagHandler.default = self.endTagOther - - def processCharacters(self, token): - self.tree.insertText(token["data"]) - - def processEOF(self): - self.parser.parseError("expected-named-closing-tag-but-got-eof", - {"name": self.tree.openElements[-1].name}) - self.tree.openElements.pop() - self.parser.phase = self.parser.originalPhase - return True - - def startTagOther(self, token): - assert False, "Tried to process start tag %s in RCDATA/RAWTEXT mode" % token['name'] - - def endTagScript(self, token): - node = self.tree.openElements.pop() - assert node.name == "script" - self.parser.phase = self.parser.originalPhase - # The rest of this method is all stuff that only happens if - # document.write works - - def endTagOther(self, token): - self.tree.openElements.pop() - self.parser.phase = self.parser.originalPhase - - class InTablePhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#in-table - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("caption", self.startTagCaption), - ("colgroup", self.startTagColgroup), - ("col", self.startTagCol), - (("tbody", "tfoot", "thead"), self.startTagRowGroup), - (("td", "th", "tr"), self.startTagImplyTbody), - ("table", self.startTagTable), - (("style", "script"), self.startTagStyleScript), - ("input", self.startTagInput), - ("form", self.startTagForm) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("table", self.endTagTable), - (("body", "caption", "col", "colgroup", "html", "tbody", "td", - "tfoot", "th", "thead", "tr"), self.endTagIgnore) - ]) - self.endTagHandler.default = self.endTagOther - - # helper methods - def clearStackToTableContext(self): - # "clear the stack back to a table context" - while self.tree.openElements[-1].name not in ("table", "html"): - # self.parser.parseError("unexpected-implied-end-tag-in-table", - # {"name": self.tree.openElements[-1].name}) - self.tree.openElements.pop() - # When the current node is <html> it's an innerHTML case - - # processing methods - def processEOF(self): - if self.tree.openElements[-1].name != "html": - self.parser.parseError("eof-in-table") - else: - assert self.parser.innerHTML - # Stop parsing - - def processSpaceCharacters(self, token): - originalPhase = self.parser.phase - self.parser.phase = self.parser.phases["inTableText"] - self.parser.phase.originalPhase = originalPhase - self.parser.phase.processSpaceCharacters(token) - - def processCharacters(self, token): - originalPhase = self.parser.phase - self.parser.phase = self.parser.phases["inTableText"] - self.parser.phase.originalPhase = originalPhase - self.parser.phase.processCharacters(token) - - def insertText(self, token): - # If we get here there must be at least one non-whitespace character - # Do the table magic! - self.tree.insertFromTable = True - self.parser.phases["inBody"].processCharacters(token) - self.tree.insertFromTable = False - - def startTagCaption(self, token): - self.clearStackToTableContext() - self.tree.activeFormattingElements.append(Marker) - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inCaption"] - - def startTagColgroup(self, token): - self.clearStackToTableContext() - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inColumnGroup"] - - def startTagCol(self, token): - self.startTagColgroup(impliedTagToken("colgroup", "StartTag")) - return token - - def startTagRowGroup(self, token): - self.clearStackToTableContext() - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inTableBody"] - - def startTagImplyTbody(self, token): - self.startTagRowGroup(impliedTagToken("tbody", "StartTag")) - return token - - def startTagTable(self, token): - self.parser.parseError("unexpected-start-tag-implies-end-tag", - {"startName": "table", "endName": "table"}) - self.parser.phase.processEndTag(impliedTagToken("table")) - if not self.parser.innerHTML: - return token - - def startTagStyleScript(self, token): - return self.parser.phases["inHead"].processStartTag(token) - - def startTagInput(self, token): - if ("type" in token["data"] and - token["data"]["type"].translate(asciiUpper2Lower) == "hidden"): - self.parser.parseError("unexpected-hidden-input-in-table") - self.tree.insertElement(token) - # XXX associate with form - self.tree.openElements.pop() - else: - self.startTagOther(token) - - def startTagForm(self, token): - self.parser.parseError("unexpected-form-in-table") - if self.tree.formPointer is None: - self.tree.insertElement(token) - self.tree.formPointer = self.tree.openElements[-1] - self.tree.openElements.pop() - - def startTagOther(self, token): - self.parser.parseError("unexpected-start-tag-implies-table-voodoo", {"name": token["name"]}) - # Do the table magic! - self.tree.insertFromTable = True - self.parser.phases["inBody"].processStartTag(token) - self.tree.insertFromTable = False - - def endTagTable(self, token): - if self.tree.elementInScope("table", variant="table"): - self.tree.generateImpliedEndTags() - if self.tree.openElements[-1].name != "table": - self.parser.parseError("end-tag-too-early-named", - {"gotName": "table", - "expectedName": self.tree.openElements[-1].name}) - while self.tree.openElements[-1].name != "table": - self.tree.openElements.pop() - self.tree.openElements.pop() - self.parser.resetInsertionMode() - else: - # innerHTML case - assert self.parser.innerHTML - self.parser.parseError() - - def endTagIgnore(self, token): - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - - def endTagOther(self, token): - self.parser.parseError("unexpected-end-tag-implies-table-voodoo", {"name": token["name"]}) - # Do the table magic! - self.tree.insertFromTable = True - self.parser.phases["inBody"].processEndTag(token) - self.tree.insertFromTable = False - - class InTableTextPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - self.originalPhase = None - self.characterTokens = [] - - def flushCharacters(self): - data = "".join([item["data"] for item in self.characterTokens]) - if any([item not in spaceCharacters for item in data]): - token = {"type": tokenTypes["Characters"], "data": data} - self.parser.phases["inTable"].insertText(token) - elif data: - self.tree.insertText(data) - self.characterTokens = [] - - def processComment(self, token): - self.flushCharacters() - self.parser.phase = self.originalPhase - return token - - def processEOF(self): - self.flushCharacters() - self.parser.phase = self.originalPhase - return True - - def processCharacters(self, token): - if token["data"] == "\u0000": - return - self.characterTokens.append(token) - - def processSpaceCharacters(self, token): - # pretty sure we should never reach here - self.characterTokens.append(token) - # assert False - - def processStartTag(self, token): - self.flushCharacters() - self.parser.phase = self.originalPhase - return token - - def processEndTag(self, token): - self.flushCharacters() - self.parser.phase = self.originalPhase - return token - - class InCaptionPhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#in-caption - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - (("caption", "col", "colgroup", "tbody", "td", "tfoot", "th", - "thead", "tr"), self.startTagTableElement) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("caption", self.endTagCaption), - ("table", self.endTagTable), - (("body", "col", "colgroup", "html", "tbody", "td", "tfoot", "th", - "thead", "tr"), self.endTagIgnore) - ]) - self.endTagHandler.default = self.endTagOther - - def ignoreEndTagCaption(self): - return not self.tree.elementInScope("caption", variant="table") - - def processEOF(self): - self.parser.phases["inBody"].processEOF() - - def processCharacters(self, token): - return self.parser.phases["inBody"].processCharacters(token) - - def startTagTableElement(self, token): - self.parser.parseError() - # XXX Have to duplicate logic here to find out if the tag is ignored - ignoreEndTag = self.ignoreEndTagCaption() - self.parser.phase.processEndTag(impliedTagToken("caption")) - if not ignoreEndTag: - return token - - def startTagOther(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def endTagCaption(self, token): - if not self.ignoreEndTagCaption(): - # AT this code is quite similar to endTagTable in "InTable" - self.tree.generateImpliedEndTags() - if self.tree.openElements[-1].name != "caption": - self.parser.parseError("expected-one-end-tag-but-got-another", - {"gotName": "caption", - "expectedName": self.tree.openElements[-1].name}) - while self.tree.openElements[-1].name != "caption": - self.tree.openElements.pop() - self.tree.openElements.pop() - self.tree.clearActiveFormattingElements() - self.parser.phase = self.parser.phases["inTable"] - else: - # innerHTML case - assert self.parser.innerHTML - self.parser.parseError() - - def endTagTable(self, token): - self.parser.parseError() - ignoreEndTag = self.ignoreEndTagCaption() - self.parser.phase.processEndTag(impliedTagToken("caption")) - if not ignoreEndTag: - return token - - def endTagIgnore(self, token): - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - - def endTagOther(self, token): - return self.parser.phases["inBody"].processEndTag(token) - - class InColumnGroupPhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#in-column - - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("col", self.startTagCol) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("colgroup", self.endTagColgroup), - ("col", self.endTagCol) - ]) - self.endTagHandler.default = self.endTagOther - - def ignoreEndTagColgroup(self): - return self.tree.openElements[-1].name == "html" - - def processEOF(self): - if self.tree.openElements[-1].name == "html": - assert self.parser.innerHTML - return - else: - ignoreEndTag = self.ignoreEndTagColgroup() - self.endTagColgroup(impliedTagToken("colgroup")) - if not ignoreEndTag: - return True - - def processCharacters(self, token): - ignoreEndTag = self.ignoreEndTagColgroup() - self.endTagColgroup(impliedTagToken("colgroup")) - if not ignoreEndTag: - return token - - def startTagCol(self, token): - self.tree.insertElement(token) - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - - def startTagOther(self, token): - ignoreEndTag = self.ignoreEndTagColgroup() - self.endTagColgroup(impliedTagToken("colgroup")) - if not ignoreEndTag: - return token - - def endTagColgroup(self, token): - if self.ignoreEndTagColgroup(): - # innerHTML case - assert self.parser.innerHTML - self.parser.parseError() - else: - self.tree.openElements.pop() - self.parser.phase = self.parser.phases["inTable"] - - def endTagCol(self, token): - self.parser.parseError("no-end-tag", {"name": "col"}) - - def endTagOther(self, token): - ignoreEndTag = self.ignoreEndTagColgroup() - self.endTagColgroup(impliedTagToken("colgroup")) - if not ignoreEndTag: - return token - - class InTableBodyPhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#in-table0 - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("tr", self.startTagTr), - (("td", "th"), self.startTagTableCell), - (("caption", "col", "colgroup", "tbody", "tfoot", "thead"), - self.startTagTableOther) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - (("tbody", "tfoot", "thead"), self.endTagTableRowGroup), - ("table", self.endTagTable), - (("body", "caption", "col", "colgroup", "html", "td", "th", - "tr"), self.endTagIgnore) - ]) - self.endTagHandler.default = self.endTagOther - - # helper methods - def clearStackToTableBodyContext(self): - while self.tree.openElements[-1].name not in ("tbody", "tfoot", - "thead", "html"): - # self.parser.parseError("unexpected-implied-end-tag-in-table", - # {"name": self.tree.openElements[-1].name}) - self.tree.openElements.pop() - if self.tree.openElements[-1].name == "html": - assert self.parser.innerHTML - - # the rest - def processEOF(self): - self.parser.phases["inTable"].processEOF() - - def processSpaceCharacters(self, token): - return self.parser.phases["inTable"].processSpaceCharacters(token) - - def processCharacters(self, token): - return self.parser.phases["inTable"].processCharacters(token) - - def startTagTr(self, token): - self.clearStackToTableBodyContext() - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inRow"] - - def startTagTableCell(self, token): - self.parser.parseError("unexpected-cell-in-table-body", - {"name": token["name"]}) - self.startTagTr(impliedTagToken("tr", "StartTag")) - return token - - def startTagTableOther(self, token): - # XXX AT Any ideas on how to share this with endTagTable? - if (self.tree.elementInScope("tbody", variant="table") or - self.tree.elementInScope("thead", variant="table") or - self.tree.elementInScope("tfoot", variant="table")): - self.clearStackToTableBodyContext() - self.endTagTableRowGroup( - impliedTagToken(self.tree.openElements[-1].name)) - return token - else: - # innerHTML case - assert self.parser.innerHTML - self.parser.parseError() - - def startTagOther(self, token): - return self.parser.phases["inTable"].processStartTag(token) - - def endTagTableRowGroup(self, token): - if self.tree.elementInScope(token["name"], variant="table"): - self.clearStackToTableBodyContext() - self.tree.openElements.pop() - self.parser.phase = self.parser.phases["inTable"] - else: - self.parser.parseError("unexpected-end-tag-in-table-body", - {"name": token["name"]}) - - def endTagTable(self, token): - if (self.tree.elementInScope("tbody", variant="table") or - self.tree.elementInScope("thead", variant="table") or - self.tree.elementInScope("tfoot", variant="table")): - self.clearStackToTableBodyContext() - self.endTagTableRowGroup( - impliedTagToken(self.tree.openElements[-1].name)) - return token - else: - # innerHTML case - assert self.parser.innerHTML - self.parser.parseError() - - def endTagIgnore(self, token): - self.parser.parseError("unexpected-end-tag-in-table-body", - {"name": token["name"]}) - - def endTagOther(self, token): - return self.parser.phases["inTable"].processEndTag(token) - - class InRowPhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#in-row - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - (("td", "th"), self.startTagTableCell), - (("caption", "col", "colgroup", "tbody", "tfoot", "thead", - "tr"), self.startTagTableOther) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("tr", self.endTagTr), - ("table", self.endTagTable), - (("tbody", "tfoot", "thead"), self.endTagTableRowGroup), - (("body", "caption", "col", "colgroup", "html", "td", "th"), - self.endTagIgnore) - ]) - self.endTagHandler.default = self.endTagOther - - # helper methods (XXX unify this with other table helper methods) - def clearStackToTableRowContext(self): - while self.tree.openElements[-1].name not in ("tr", "html"): - self.parser.parseError("unexpected-implied-end-tag-in-table-row", - {"name": self.tree.openElements[-1].name}) - self.tree.openElements.pop() - - def ignoreEndTagTr(self): - return not self.tree.elementInScope("tr", variant="table") - - # the rest - def processEOF(self): - self.parser.phases["inTable"].processEOF() - - def processSpaceCharacters(self, token): - return self.parser.phases["inTable"].processSpaceCharacters(token) - - def processCharacters(self, token): - return self.parser.phases["inTable"].processCharacters(token) - - def startTagTableCell(self, token): - self.clearStackToTableRowContext() - self.tree.insertElement(token) - self.parser.phase = self.parser.phases["inCell"] - self.tree.activeFormattingElements.append(Marker) - - def startTagTableOther(self, token): - ignoreEndTag = self.ignoreEndTagTr() - self.endTagTr(impliedTagToken("tr")) - # XXX how are we sure it's always ignored in the innerHTML case? - if not ignoreEndTag: - return token - - def startTagOther(self, token): - return self.parser.phases["inTable"].processStartTag(token) - - def endTagTr(self, token): - if not self.ignoreEndTagTr(): - self.clearStackToTableRowContext() - self.tree.openElements.pop() - self.parser.phase = self.parser.phases["inTableBody"] - else: - # innerHTML case - assert self.parser.innerHTML - self.parser.parseError() - - def endTagTable(self, token): - ignoreEndTag = self.ignoreEndTagTr() - self.endTagTr(impliedTagToken("tr")) - # Reprocess the current tag if the tr end tag was not ignored - # XXX how are we sure it's always ignored in the innerHTML case? - if not ignoreEndTag: - return token - - def endTagTableRowGroup(self, token): - if self.tree.elementInScope(token["name"], variant="table"): - self.endTagTr(impliedTagToken("tr")) - return token - else: - self.parser.parseError() - - def endTagIgnore(self, token): - self.parser.parseError("unexpected-end-tag-in-table-row", - {"name": token["name"]}) - - def endTagOther(self, token): - return self.parser.phases["inTable"].processEndTag(token) - - class InCellPhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#in-cell - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - (("caption", "col", "colgroup", "tbody", "td", "tfoot", "th", - "thead", "tr"), self.startTagTableOther) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - (("td", "th"), self.endTagTableCell), - (("body", "caption", "col", "colgroup", "html"), self.endTagIgnore), - (("table", "tbody", "tfoot", "thead", "tr"), self.endTagImply) - ]) - self.endTagHandler.default = self.endTagOther - - # helper - def closeCell(self): - if self.tree.elementInScope("td", variant="table"): - self.endTagTableCell(impliedTagToken("td")) - elif self.tree.elementInScope("th", variant="table"): - self.endTagTableCell(impliedTagToken("th")) - - # the rest - def processEOF(self): - self.parser.phases["inBody"].processEOF() - - def processCharacters(self, token): - return self.parser.phases["inBody"].processCharacters(token) - - def startTagTableOther(self, token): - if (self.tree.elementInScope("td", variant="table") or - self.tree.elementInScope("th", variant="table")): - self.closeCell() - return token - else: - # innerHTML case - assert self.parser.innerHTML - self.parser.parseError() - - def startTagOther(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def endTagTableCell(self, token): - if self.tree.elementInScope(token["name"], variant="table"): - self.tree.generateImpliedEndTags(token["name"]) - if self.tree.openElements[-1].name != token["name"]: - self.parser.parseError("unexpected-cell-end-tag", - {"name": token["name"]}) - while True: - node = self.tree.openElements.pop() - if node.name == token["name"]: - break - else: - self.tree.openElements.pop() - self.tree.clearActiveFormattingElements() - self.parser.phase = self.parser.phases["inRow"] - else: - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - - def endTagIgnore(self, token): - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - - def endTagImply(self, token): - if self.tree.elementInScope(token["name"], variant="table"): - self.closeCell() - return token - else: - # sometimes innerHTML case - self.parser.parseError() - - def endTagOther(self, token): - return self.parser.phases["inBody"].processEndTag(token) - - class InSelectPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("option", self.startTagOption), - ("optgroup", self.startTagOptgroup), - ("select", self.startTagSelect), - (("input", "keygen", "textarea"), self.startTagInput), - ("script", self.startTagScript) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("option", self.endTagOption), - ("optgroup", self.endTagOptgroup), - ("select", self.endTagSelect) - ]) - self.endTagHandler.default = self.endTagOther - - # http://www.whatwg.org/specs/web-apps/current-work/#in-select - def processEOF(self): - if self.tree.openElements[-1].name != "html": - self.parser.parseError("eof-in-select") - else: - assert self.parser.innerHTML - - def processCharacters(self, token): - if token["data"] == "\u0000": - return - self.tree.insertText(token["data"]) - - def startTagOption(self, token): - # We need to imply </option> if <option> is the current node. - if self.tree.openElements[-1].name == "option": - self.tree.openElements.pop() - self.tree.insertElement(token) - - def startTagOptgroup(self, token): - if self.tree.openElements[-1].name == "option": - self.tree.openElements.pop() - if self.tree.openElements[-1].name == "optgroup": - self.tree.openElements.pop() - self.tree.insertElement(token) - - def startTagSelect(self, token): - self.parser.parseError("unexpected-select-in-select") - self.endTagSelect(impliedTagToken("select")) - - def startTagInput(self, token): - self.parser.parseError("unexpected-input-in-select") - if self.tree.elementInScope("select", variant="select"): - self.endTagSelect(impliedTagToken("select")) - return token - else: - assert self.parser.innerHTML - - def startTagScript(self, token): - return self.parser.phases["inHead"].processStartTag(token) - - def startTagOther(self, token): - self.parser.parseError("unexpected-start-tag-in-select", - {"name": token["name"]}) - - def endTagOption(self, token): - if self.tree.openElements[-1].name == "option": - self.tree.openElements.pop() - else: - self.parser.parseError("unexpected-end-tag-in-select", - {"name": "option"}) - - def endTagOptgroup(self, token): - # </optgroup> implicitly closes <option> - if (self.tree.openElements[-1].name == "option" and - self.tree.openElements[-2].name == "optgroup"): - self.tree.openElements.pop() - # It also closes </optgroup> - if self.tree.openElements[-1].name == "optgroup": - self.tree.openElements.pop() - # But nothing else - else: - self.parser.parseError("unexpected-end-tag-in-select", - {"name": "optgroup"}) - - def endTagSelect(self, token): - if self.tree.elementInScope("select", variant="select"): - node = self.tree.openElements.pop() - while node.name != "select": - node = self.tree.openElements.pop() - self.parser.resetInsertionMode() - else: - # innerHTML case - assert self.parser.innerHTML - self.parser.parseError() - - def endTagOther(self, token): - self.parser.parseError("unexpected-end-tag-in-select", - {"name": token["name"]}) - - class InSelectInTablePhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - (("caption", "table", "tbody", "tfoot", "thead", "tr", "td", "th"), - self.startTagTable) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - (("caption", "table", "tbody", "tfoot", "thead", "tr", "td", "th"), - self.endTagTable) - ]) - self.endTagHandler.default = self.endTagOther - - def processEOF(self): - self.parser.phases["inSelect"].processEOF() - - def processCharacters(self, token): - return self.parser.phases["inSelect"].processCharacters(token) - - def startTagTable(self, token): - self.parser.parseError("unexpected-table-element-start-tag-in-select-in-table", {"name": token["name"]}) - self.endTagOther(impliedTagToken("select")) - return token - - def startTagOther(self, token): - return self.parser.phases["inSelect"].processStartTag(token) - - def endTagTable(self, token): - self.parser.parseError("unexpected-table-element-end-tag-in-select-in-table", {"name": token["name"]}) - if self.tree.elementInScope(token["name"], variant="table"): - self.endTagOther(impliedTagToken("select")) - return token - - def endTagOther(self, token): - return self.parser.phases["inSelect"].processEndTag(token) - - class InForeignContentPhase(Phase): - breakoutElements = frozenset(["b", "big", "blockquote", "body", "br", - "center", "code", "dd", "div", "dl", "dt", - "em", "embed", "h1", "h2", "h3", - "h4", "h5", "h6", "head", "hr", "i", "img", - "li", "listing", "menu", "meta", "nobr", - "ol", "p", "pre", "ruby", "s", "small", - "span", "strong", "strike", "sub", "sup", - "table", "tt", "u", "ul", "var"]) - - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - def adjustSVGTagNames(self, token): - replacements = {"altglyph": "altGlyph", - "altglyphdef": "altGlyphDef", - "altglyphitem": "altGlyphItem", - "animatecolor": "animateColor", - "animatemotion": "animateMotion", - "animatetransform": "animateTransform", - "clippath": "clipPath", - "feblend": "feBlend", - "fecolormatrix": "feColorMatrix", - "fecomponenttransfer": "feComponentTransfer", - "fecomposite": "feComposite", - "feconvolvematrix": "feConvolveMatrix", - "fediffuselighting": "feDiffuseLighting", - "fedisplacementmap": "feDisplacementMap", - "fedistantlight": "feDistantLight", - "feflood": "feFlood", - "fefunca": "feFuncA", - "fefuncb": "feFuncB", - "fefuncg": "feFuncG", - "fefuncr": "feFuncR", - "fegaussianblur": "feGaussianBlur", - "feimage": "feImage", - "femerge": "feMerge", - "femergenode": "feMergeNode", - "femorphology": "feMorphology", - "feoffset": "feOffset", - "fepointlight": "fePointLight", - "fespecularlighting": "feSpecularLighting", - "fespotlight": "feSpotLight", - "fetile": "feTile", - "feturbulence": "feTurbulence", - "foreignobject": "foreignObject", - "glyphref": "glyphRef", - "lineargradient": "linearGradient", - "radialgradient": "radialGradient", - "textpath": "textPath"} - - if token["name"] in replacements: - token["name"] = replacements[token["name"]] - - def processCharacters(self, token): - if token["data"] == "\u0000": - token["data"] = "\uFFFD" - elif (self.parser.framesetOK and - any(char not in spaceCharacters for char in token["data"])): - self.parser.framesetOK = False - Phase.processCharacters(self, token) - - def processStartTag(self, token): - currentNode = self.tree.openElements[-1] - if (token["name"] in self.breakoutElements or - (token["name"] == "font" and - set(token["data"].keys()) & set(["color", "face", "size"]))): - self.parser.parseError("unexpected-html-element-in-foreign-content", - {"name": token["name"]}) - while (self.tree.openElements[-1].namespace != - self.tree.defaultNamespace and - not self.parser.isHTMLIntegrationPoint(self.tree.openElements[-1]) and - not self.parser.isMathMLTextIntegrationPoint(self.tree.openElements[-1])): - self.tree.openElements.pop() - return token - - else: - if currentNode.namespace == namespaces["mathml"]: - self.parser.adjustMathMLAttributes(token) - elif currentNode.namespace == namespaces["svg"]: - self.adjustSVGTagNames(token) - self.parser.adjustSVGAttributes(token) - self.parser.adjustForeignAttributes(token) - token["namespace"] = currentNode.namespace - self.tree.insertElement(token) - if token["selfClosing"]: - self.tree.openElements.pop() - token["selfClosingAcknowledged"] = True - - def processEndTag(self, token): - nodeIndex = len(self.tree.openElements) - 1 - node = self.tree.openElements[-1] - if node.name.translate(asciiUpper2Lower) != token["name"]: - self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) - - while True: - if node.name.translate(asciiUpper2Lower) == token["name"]: - # XXX this isn't in the spec but it seems necessary - if self.parser.phase == self.parser.phases["inTableText"]: - self.parser.phase.flushCharacters() - self.parser.phase = self.parser.phase.originalPhase - while self.tree.openElements.pop() != node: - assert self.tree.openElements - new_token = None - break - nodeIndex -= 1 - - node = self.tree.openElements[nodeIndex] - if node.namespace != self.tree.defaultNamespace: - continue - else: - new_token = self.parser.phase.processEndTag(token) - break - return new_token - - class AfterBodyPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([("html", self.endTagHtml)]) - self.endTagHandler.default = self.endTagOther - - def processEOF(self): - # Stop parsing - pass - - def processComment(self, token): - # This is needed because data is to be appended to the <html> element - # here and not to whatever is currently open. - self.tree.insertComment(token, self.tree.openElements[0]) - - def processCharacters(self, token): - self.parser.parseError("unexpected-char-after-body") - self.parser.phase = self.parser.phases["inBody"] - return token - - def startTagHtml(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def startTagOther(self, token): - self.parser.parseError("unexpected-start-tag-after-body", - {"name": token["name"]}) - self.parser.phase = self.parser.phases["inBody"] - return token - - def endTagHtml(self, name): - if self.parser.innerHTML: - self.parser.parseError("unexpected-end-tag-after-body-innerhtml") - else: - self.parser.phase = self.parser.phases["afterAfterBody"] - - def endTagOther(self, token): - self.parser.parseError("unexpected-end-tag-after-body", - {"name": token["name"]}) - self.parser.phase = self.parser.phases["inBody"] - return token - - class InFramesetPhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#in-frameset - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("frameset", self.startTagFrameset), - ("frame", self.startTagFrame), - ("noframes", self.startTagNoframes) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("frameset", self.endTagFrameset) - ]) - self.endTagHandler.default = self.endTagOther - - def processEOF(self): - if self.tree.openElements[-1].name != "html": - self.parser.parseError("eof-in-frameset") - else: - assert self.parser.innerHTML - - def processCharacters(self, token): - self.parser.parseError("unexpected-char-in-frameset") - - def startTagFrameset(self, token): - self.tree.insertElement(token) - - def startTagFrame(self, token): - self.tree.insertElement(token) - self.tree.openElements.pop() - - def startTagNoframes(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def startTagOther(self, token): - self.parser.parseError("unexpected-start-tag-in-frameset", - {"name": token["name"]}) - - def endTagFrameset(self, token): - if self.tree.openElements[-1].name == "html": - # innerHTML case - self.parser.parseError("unexpected-frameset-in-frameset-innerhtml") - else: - self.tree.openElements.pop() - if (not self.parser.innerHTML and - self.tree.openElements[-1].name != "frameset"): - # If we're not in innerHTML mode and the current node is not a - # "frameset" element (anymore) then switch. - self.parser.phase = self.parser.phases["afterFrameset"] - - def endTagOther(self, token): - self.parser.parseError("unexpected-end-tag-in-frameset", - {"name": token["name"]}) - - class AfterFramesetPhase(Phase): - # http://www.whatwg.org/specs/web-apps/current-work/#after3 - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("noframes", self.startTagNoframes) - ]) - self.startTagHandler.default = self.startTagOther - - self.endTagHandler = _utils.MethodDispatcher([ - ("html", self.endTagHtml) - ]) - self.endTagHandler.default = self.endTagOther - - def processEOF(self): - # Stop parsing - pass - - def processCharacters(self, token): - self.parser.parseError("unexpected-char-after-frameset") - - def startTagNoframes(self, token): - return self.parser.phases["inHead"].processStartTag(token) - - def startTagOther(self, token): - self.parser.parseError("unexpected-start-tag-after-frameset", - {"name": token["name"]}) - - def endTagHtml(self, token): - self.parser.phase = self.parser.phases["afterAfterFrameset"] - - def endTagOther(self, token): - self.parser.parseError("unexpected-end-tag-after-frameset", - {"name": token["name"]}) - - class AfterAfterBodyPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml) - ]) - self.startTagHandler.default = self.startTagOther - - def processEOF(self): - pass - - def processComment(self, token): - self.tree.insertComment(token, self.tree.document) - - def processSpaceCharacters(self, token): - return self.parser.phases["inBody"].processSpaceCharacters(token) - - def processCharacters(self, token): - self.parser.parseError("expected-eof-but-got-char") - self.parser.phase = self.parser.phases["inBody"] - return token - - def startTagHtml(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def startTagOther(self, token): - self.parser.parseError("expected-eof-but-got-start-tag", - {"name": token["name"]}) - self.parser.phase = self.parser.phases["inBody"] - return token - - def processEndTag(self, token): - self.parser.parseError("expected-eof-but-got-end-tag", - {"name": token["name"]}) - self.parser.phase = self.parser.phases["inBody"] - return token - - class AfterAfterFramesetPhase(Phase): - def __init__(self, parser, tree): - Phase.__init__(self, parser, tree) - - self.startTagHandler = _utils.MethodDispatcher([ - ("html", self.startTagHtml), - ("noframes", self.startTagNoFrames) - ]) - self.startTagHandler.default = self.startTagOther - - def processEOF(self): - pass - - def processComment(self, token): - self.tree.insertComment(token, self.tree.document) - - def processSpaceCharacters(self, token): - return self.parser.phases["inBody"].processSpaceCharacters(token) - - def processCharacters(self, token): - self.parser.parseError("expected-eof-but-got-char") - - def startTagHtml(self, token): - return self.parser.phases["inBody"].processStartTag(token) - - def startTagNoFrames(self, token): - return self.parser.phases["inHead"].processStartTag(token) - - def startTagOther(self, token): - self.parser.parseError("expected-eof-but-got-start-tag", - {"name": token["name"]}) - - def processEndTag(self, token): - self.parser.parseError("expected-eof-but-got-end-tag", - {"name": token["name"]}) - # pylint:enable=unused-argument - - return { - "initial": InitialPhase, - "beforeHtml": BeforeHtmlPhase, - "beforeHead": BeforeHeadPhase, - "inHead": InHeadPhase, - "inHeadNoscript": InHeadNoscriptPhase, - "afterHead": AfterHeadPhase, - "inBody": InBodyPhase, - "text": TextPhase, - "inTable": InTablePhase, - "inTableText": InTableTextPhase, - "inCaption": InCaptionPhase, - "inColumnGroup": InColumnGroupPhase, - "inTableBody": InTableBodyPhase, - "inRow": InRowPhase, - "inCell": InCellPhase, - "inSelect": InSelectPhase, - "inSelectInTable": InSelectInTablePhase, - "inForeignContent": InForeignContentPhase, - "afterBody": AfterBodyPhase, - "inFrameset": InFramesetPhase, - "afterFrameset": AfterFramesetPhase, - "afterAfterBody": AfterAfterBodyPhase, - "afterAfterFrameset": AfterAfterFramesetPhase, - # XXX after after frameset - } - - -def adjust_attributes(token, replacements): - needs_adjustment = viewkeys(token['data']) & viewkeys(replacements) - if needs_adjustment: - token['data'] = OrderedDict((replacements.get(k, k), v) - for k, v in token['data'].items()) - - -def impliedTagToken(name, type="EndTag", attributes=None, - selfClosing=False): - if attributes is None: - attributes = {} - return {"type": tokenTypes[type], "name": name, "data": attributes, - "selfClosing": selfClosing} - - -class ParseError(Exception): - """Error in parsed document""" - pass diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/serializer.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/serializer.py deleted file mode 100644 index 53f4d44..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/serializer.py +++ /dev/null @@ -1,409 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals -from pip._vendor.six import text_type - -import re - -from codecs import register_error, xmlcharrefreplace_errors - -from .constants import voidElements, booleanAttributes, spaceCharacters -from .constants import rcdataElements, entities, xmlEntities -from . import treewalkers, _utils -from xml.sax.saxutils import escape - -_quoteAttributeSpecChars = "".join(spaceCharacters) + "\"'=<>`" -_quoteAttributeSpec = re.compile("[" + _quoteAttributeSpecChars + "]") -_quoteAttributeLegacy = re.compile("[" + _quoteAttributeSpecChars + - "\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n" - "\x0b\x0c\r\x0e\x0f\x10\x11\x12\x13\x14\x15" - "\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f" - "\x20\x2f\x60\xa0\u1680\u180e\u180f\u2000" - "\u2001\u2002\u2003\u2004\u2005\u2006\u2007" - "\u2008\u2009\u200a\u2028\u2029\u202f\u205f" - "\u3000]") - - -_encode_entity_map = {} -_is_ucs4 = len("\U0010FFFF") == 1 -for k, v in list(entities.items()): - # skip multi-character entities - if ((_is_ucs4 and len(v) > 1) or - (not _is_ucs4 and len(v) > 2)): - continue - if v != "&": - if len(v) == 2: - v = _utils.surrogatePairToCodepoint(v) - else: - v = ord(v) - if v not in _encode_entity_map or k.islower(): - # prefer < over < and similarly for &, >, etc. - _encode_entity_map[v] = k - - -def htmlentityreplace_errors(exc): - if isinstance(exc, (UnicodeEncodeError, UnicodeTranslateError)): - res = [] - codepoints = [] - skip = False - for i, c in enumerate(exc.object[exc.start:exc.end]): - if skip: - skip = False - continue - index = i + exc.start - if _utils.isSurrogatePair(exc.object[index:min([exc.end, index + 2])]): - codepoint = _utils.surrogatePairToCodepoint(exc.object[index:index + 2]) - skip = True - else: - codepoint = ord(c) - codepoints.append(codepoint) - for cp in codepoints: - e = _encode_entity_map.get(cp) - if e: - res.append("&") - res.append(e) - if not e.endswith(";"): - res.append(";") - else: - res.append("&#x%s;" % (hex(cp)[2:])) - return ("".join(res), exc.end) - else: - return xmlcharrefreplace_errors(exc) - - -register_error("htmlentityreplace", htmlentityreplace_errors) - - -def serialize(input, tree="etree", encoding=None, **serializer_opts): - """Serializes the input token stream using the specified treewalker - - :arg input: the token stream to serialize - - :arg tree: the treewalker to use - - :arg encoding: the encoding to use - - :arg serializer_opts: any options to pass to the - :py:class:`html5lib.serializer.HTMLSerializer` that gets created - - :returns: the tree serialized as a string - - Example: - - >>> from html5lib.html5parser import parse - >>> from html5lib.serializer import serialize - >>> token_stream = parse('<html><body><p>Hi!</p></body></html>') - >>> serialize(token_stream, omit_optional_tags=False) - '<html><head></head><body><p>Hi!</p></body></html>' - - """ - # XXX: Should we cache this? - walker = treewalkers.getTreeWalker(tree) - s = HTMLSerializer(**serializer_opts) - return s.render(walker(input), encoding) - - -class HTMLSerializer(object): - - # attribute quoting options - quote_attr_values = "legacy" # be secure by default - quote_char = '"' - use_best_quote_char = True - - # tag syntax options - omit_optional_tags = True - minimize_boolean_attributes = True - use_trailing_solidus = False - space_before_trailing_solidus = True - - # escaping options - escape_lt_in_attrs = False - escape_rcdata = False - resolve_entities = True - - # miscellaneous options - alphabetical_attributes = False - inject_meta_charset = True - strip_whitespace = False - sanitize = False - - options = ("quote_attr_values", "quote_char", "use_best_quote_char", - "omit_optional_tags", "minimize_boolean_attributes", - "use_trailing_solidus", "space_before_trailing_solidus", - "escape_lt_in_attrs", "escape_rcdata", "resolve_entities", - "alphabetical_attributes", "inject_meta_charset", - "strip_whitespace", "sanitize") - - def __init__(self, **kwargs): - """Initialize HTMLSerializer - - :arg inject_meta_charset: Whether or not to inject the meta charset. - - Defaults to ``True``. - - :arg quote_attr_values: Whether to quote attribute values that don't - require quoting per legacy browser behavior (``"legacy"``), when - required by the standard (``"spec"``), or always (``"always"``). - - Defaults to ``"legacy"``. - - :arg quote_char: Use given quote character for attribute quoting. - - Defaults to ``"`` which will use double quotes unless attribute - value contains a double quote, in which case single quotes are - used. - - :arg escape_lt_in_attrs: Whether or not to escape ``<`` in attribute - values. - - Defaults to ``False``. - - :arg escape_rcdata: Whether to escape characters that need to be - escaped within normal elements within rcdata elements such as - style. - - Defaults to ``False``. - - :arg resolve_entities: Whether to resolve named character entities that - appear in the source tree. The XML predefined entities < > - & " ' are unaffected by this setting. - - Defaults to ``True``. - - :arg strip_whitespace: Whether to remove semantically meaningless - whitespace. (This compresses all whitespace to a single space - except within ``pre``.) - - Defaults to ``False``. - - :arg minimize_boolean_attributes: Shortens boolean attributes to give - just the attribute value, for example:: - - <input disabled="disabled"> - - becomes:: - - <input disabled> - - Defaults to ``True``. - - :arg use_trailing_solidus: Includes a close-tag slash at the end of the - start tag of void elements (empty elements whose end tag is - forbidden). E.g. ``<hr/>``. - - Defaults to ``False``. - - :arg space_before_trailing_solidus: Places a space immediately before - the closing slash in a tag using a trailing solidus. E.g. - ``<hr />``. Requires ``use_trailing_solidus=True``. - - Defaults to ``True``. - - :arg sanitize: Strip all unsafe or unknown constructs from output. - See :py:class:`html5lib.filters.sanitizer.Filter`. - - Defaults to ``False``. - - :arg omit_optional_tags: Omit start/end tags that are optional. - - Defaults to ``True``. - - :arg alphabetical_attributes: Reorder attributes to be in alphabetical order. - - Defaults to ``False``. - - """ - unexpected_args = frozenset(kwargs) - frozenset(self.options) - if len(unexpected_args) > 0: - raise TypeError("__init__() got an unexpected keyword argument '%s'" % next(iter(unexpected_args))) - if 'quote_char' in kwargs: - self.use_best_quote_char = False - for attr in self.options: - setattr(self, attr, kwargs.get(attr, getattr(self, attr))) - self.errors = [] - self.strict = False - - def encode(self, string): - assert(isinstance(string, text_type)) - if self.encoding: - return string.encode(self.encoding, "htmlentityreplace") - else: - return string - - def encodeStrict(self, string): - assert(isinstance(string, text_type)) - if self.encoding: - return string.encode(self.encoding, "strict") - else: - return string - - def serialize(self, treewalker, encoding=None): - # pylint:disable=too-many-nested-blocks - self.encoding = encoding - in_cdata = False - self.errors = [] - - if encoding and self.inject_meta_charset: - from .filters.inject_meta_charset import Filter - treewalker = Filter(treewalker, encoding) - # Alphabetical attributes is here under the assumption that none of - # the later filters add or change order of attributes; it needs to be - # before the sanitizer so escaped elements come out correctly - if self.alphabetical_attributes: - from .filters.alphabeticalattributes import Filter - treewalker = Filter(treewalker) - # WhitespaceFilter should be used before OptionalTagFilter - # for maximum efficiently of this latter filter - if self.strip_whitespace: - from .filters.whitespace import Filter - treewalker = Filter(treewalker) - if self.sanitize: - from .filters.sanitizer import Filter - treewalker = Filter(treewalker) - if self.omit_optional_tags: - from .filters.optionaltags import Filter - treewalker = Filter(treewalker) - - for token in treewalker: - type = token["type"] - if type == "Doctype": - doctype = "<!DOCTYPE %s" % token["name"] - - if token["publicId"]: - doctype += ' PUBLIC "%s"' % token["publicId"] - elif token["systemId"]: - doctype += " SYSTEM" - if token["systemId"]: - if token["systemId"].find('"') >= 0: - if token["systemId"].find("'") >= 0: - self.serializeError("System identifer contains both single and double quote characters") - quote_char = "'" - else: - quote_char = '"' - doctype += " %s%s%s" % (quote_char, token["systemId"], quote_char) - - doctype += ">" - yield self.encodeStrict(doctype) - - elif type in ("Characters", "SpaceCharacters"): - if type == "SpaceCharacters" or in_cdata: - if in_cdata and token["data"].find("</") >= 0: - self.serializeError("Unexpected </ in CDATA") - yield self.encode(token["data"]) - else: - yield self.encode(escape(token["data"])) - - elif type in ("StartTag", "EmptyTag"): - name = token["name"] - yield self.encodeStrict("<%s" % name) - if name in rcdataElements and not self.escape_rcdata: - in_cdata = True - elif in_cdata: - self.serializeError("Unexpected child element of a CDATA element") - for (_, attr_name), attr_value in token["data"].items(): - # TODO: Add namespace support here - k = attr_name - v = attr_value - yield self.encodeStrict(' ') - - yield self.encodeStrict(k) - if not self.minimize_boolean_attributes or \ - (k not in booleanAttributes.get(name, tuple()) and - k not in booleanAttributes.get("", tuple())): - yield self.encodeStrict("=") - if self.quote_attr_values == "always" or len(v) == 0: - quote_attr = True - elif self.quote_attr_values == "spec": - quote_attr = _quoteAttributeSpec.search(v) is not None - elif self.quote_attr_values == "legacy": - quote_attr = _quoteAttributeLegacy.search(v) is not None - else: - raise ValueError("quote_attr_values must be one of: " - "'always', 'spec', or 'legacy'") - v = v.replace("&", "&") - if self.escape_lt_in_attrs: - v = v.replace("<", "<") - if quote_attr: - quote_char = self.quote_char - if self.use_best_quote_char: - if "'" in v and '"' not in v: - quote_char = '"' - elif '"' in v and "'" not in v: - quote_char = "'" - if quote_char == "'": - v = v.replace("'", "'") - else: - v = v.replace('"', """) - yield self.encodeStrict(quote_char) - yield self.encode(v) - yield self.encodeStrict(quote_char) - else: - yield self.encode(v) - if name in voidElements and self.use_trailing_solidus: - if self.space_before_trailing_solidus: - yield self.encodeStrict(" /") - else: - yield self.encodeStrict("/") - yield self.encode(">") - - elif type == "EndTag": - name = token["name"] - if name in rcdataElements: - in_cdata = False - elif in_cdata: - self.serializeError("Unexpected child element of a CDATA element") - yield self.encodeStrict("</%s>" % name) - - elif type == "Comment": - data = token["data"] - if data.find("--") >= 0: - self.serializeError("Comment contains --") - yield self.encodeStrict("<!--%s-->" % token["data"]) - - elif type == "Entity": - name = token["name"] - key = name + ";" - if key not in entities: - self.serializeError("Entity %s not recognized" % name) - if self.resolve_entities and key not in xmlEntities: - data = entities[key] - else: - data = "&%s;" % name - yield self.encodeStrict(data) - - else: - self.serializeError(token["data"]) - - def render(self, treewalker, encoding=None): - """Serializes the stream from the treewalker into a string - - :arg treewalker: the treewalker to serialize - - :arg encoding: the string encoding to use - - :returns: the serialized tree - - Example: - - >>> from html5lib import parse, getTreeWalker - >>> from html5lib.serializer import HTMLSerializer - >>> token_stream = parse('<html><body>Hi!</body></html>') - >>> walker = getTreeWalker('etree') - >>> serializer = HTMLSerializer(omit_optional_tags=False) - >>> serializer.render(walker(token_stream)) - '<html><head></head><body>Hi!</body></html>' - - """ - if encoding: - return b"".join(list(self.serialize(treewalker, encoding))) - else: - return "".join(list(self.serialize(treewalker))) - - def serializeError(self, data="XXX ERROR MESSAGE NEEDED"): - # XXX The idea is to make data mandatory. - self.errors.append(data) - if self.strict: - raise SerializeError - - -class SerializeError(Exception): - """Error in serialized tree""" - pass diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py deleted file mode 100644 index 7ef5959..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py +++ /dev/null @@ -1,30 +0,0 @@ -"""Tree adapters let you convert from one tree structure to another - -Example: - -.. code-block:: python - - from pip._vendor import html5lib - from pip._vendor.html5lib.treeadapters import genshi - - doc = '<html><body>Hi!</body></html>' - treebuilder = html5lib.getTreeBuilder('etree') - parser = html5lib.HTMLParser(tree=treebuilder) - tree = parser.parse(doc) - TreeWalker = html5lib.getTreeWalker('etree') - - genshi_tree = genshi.to_genshi(TreeWalker(tree)) - -""" -from __future__ import absolute_import, division, unicode_literals - -from . import sax - -__all__ = ["sax"] - -try: - from . import genshi # noqa -except ImportError: - pass -else: - __all__.append("genshi") diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index abf27a9ac46b73f53df3d1adea08b6a92b9bf0a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 900 zcmZuv-EPw`6n2s>&Ah(~_5kLp%|(-|Nl<kaLYg!LOh^<Ba)FiB-fGo}BgZN0-hj7& zE5zGyom;N<3S4oVbbk_#d~*K2@7O-)<K7-du)e)`N`JZt{jtWw6@c*)cKHPaLkVII zbET8HiJN(emvxekgP6xUax3!_AM~wDC+S}Iz~_T6NCF3)qx`Ug`1TU(GY8r4Gs<^A zA>RFtS@(wnsNe$%x6|JaLQ~B-Nm*JLu1g}hA!}8Uxyn~u8*-slMpVv;v1z5z)!bAX zOhwXMnFZGvpIoI`A^8a7C;}kk!<kg`<!D5TwOObfV?tV@LKG2Q@ti45L{=y$urQfC zl4AD1oai<f+3I&^+#oM`UM@sK&eWV7lm6J|PsTIF){|55Y#cY*IBwj1Tfy?oDj^xy z0Jx*S<i<Y3t2Q#|bDP%>Euu(u`8fG>`tI%f#yhZS#}7CggtdXZ1xC$p00(ShQ;40X za`~8XQ@#z{SGVQcOVSNzYeh!URvX;&HD?J!jBj9YQ0UbM>8w<;GMu*WRR>J0L@88W z_o`gjK2a&4>8UJlU=C2|)LxlhX}{I|wuJ72c^2-}T}t5=l-8Kii^>iGr5Z*UY0rud zh#ECuo0>`qVT-MIUN@aS(OT)+Pm2Qj{|o7Ti?ZVHo7iMU46`v5d1(MSycW;ZSH3v1 z&Sr0hrs<@eme@YX?Lfqoid+~<qhehL<4mzi@`=4t*#psea_H{5zUw+YXW#MNf3SoN AB>(^b diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-38.pyc deleted file mode 100644 index 8cf58327c4fcd06b471304fa8d38fa2cafc44330..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1506 zcmah}y>A;g6eoGS)9GZzj-47%n*c(A3<?^nLj$yiVKk5h)Ig)Oky@mO2EzGBNmt!h zNXn^QX>yis>CoLCy9Ma~(t&FyZ=JKak9YD%(4jo=;qmeD$M^B$eOIr02*$5pYz+T& z5c=CJZVm#AFJa2BK`_K{j1uhQg!m+}d<z>JiD_c{cH;O>v9@4c@hgezyGhlrCZ6vl zHNOUXl-aM5zrvh8YE{kw5w$G68XU+ho+&<zk~|YiyDU14WR#_PZI(u1#`rLf6c<4( zTSVL6_JV|K`>|3&wrp+p2alf(wAJnHX*%dWALvTw>60hj9w>WHJA)s->4w-`wH%No zGBboJpTW);E$|%ep*Q%&g9Vurh8t*M%`HZzj@X*xQv^1vfzB{S>4$SHzEYUcQ!>YA znAs!idxT32i#c%OEqGTNNTkdyHIUT?8j(%3psBIJYC)C7JXU+X#6G2G5WxvP!3$g2 z%9+y>Jhw;W5+9;jnG*4q)r-jLp#QVH=db^{r&6L_BE570>(-RK!D2<3Xdtuq_ErJg zRn;<1kZTPS<88>my7mJU3<$mdR)VcVZ#RyA?_}vA7pfUFmEgRoGSJ36m6ND2cwQ66 zb|A*hS3x}GV!Np(;0C_s+MJll;-E2H?HYTy#E#SwMsPI~soXX<08dmVn%U^`x)cZ` zOGi!BQO<!xUS|@BAOuoLz1q)%kl!#+7N|f2HGAh5FvM+O3Y>BKDiCTAjJ4ZMa&=_1 zY6@JG=KMS7m-}*YUutSh?=jAT^ES-BVccgR#%PXSeDWh%-~~}=jv0a;;AvHS%z#y! zD0RRFeE|-T5&4b0q)<~T42yf>1CZxNZDC<h;RTVcPc;qTJ!tzdh-dr{BtC+jcl&LX z<n27lA4aKEK^#9kjy}&`@yR1&Eavc#rz{igiAv%}adgl&9SB&Eo6@w)hHd3X+S`dE zslqJDckcnTq#zvZTpZt1*>LH$6K5g3(cP_UU$Fsx+UcguRIAd-l7y!U9%dGrPG~ou z9mG+%&$KI#q~ggw>$N=X1bGf|iK;nGf6Ag%m?x`k_zfgdR6s9s7p~FFA57Fhv>fe} z?14t}pOv;%Hsz^UF%Fv`v~8*+i|Ul(uCZ3Haxlnp4+L^4_OJ`z8m4$1Q)2YZLV6c2 zxdW>!8(AkFUWdI~P!WR3g-Z!>uy_DCy;fa&!{KNK4CTY2Fh5jb7$Hmv{o1m2VJ3K) pl1a48ut?67;5x$s@<#Zk&7#P`-AOVwi}|jhhBP2|$Qr(D{R={*cL@Lh diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-38.pyc deleted file mode 100644 index a74f5f8365c7e7395a53bab8ed0ead827a56d021..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1441 zcmah}OOGQp5VqaVbRH9iMJRh}2{>e=*_>8_(P+gmJ0o!*LJBLP)}qK0dnQfXkJ#>c zDY>v*_zxT=N5sG2z>n}1E_>Va9$3nqc?1cBTU{<!ef8{ezi7831nZ~I-XFj55&FX( zHkS*B&*4=J2ty1Dl;H$tBq5oTIM~XFa5FFQfOnWH{47X<EKEX-Qj|1!a1*W2bM)Qg zmrl}5T1lHXnKx_5ect8`-rPs?ede>^N0fA!H$wgJHAF&v$86CPRftOSahjEd)Fx!< zd8*PPH{B{vCk5kUk!mifP<?E=2U^SY1n_D&`Z6oUYhwKn^C4y5S4tljlBZ|+1IqNO z{6AE~iM7330Wi=TbO^6{j1gMk8?-_gX?#QK+8(_mOR{u8?kvc{SrLrp-G#0C_ocgV z8SbH_x9}L55&6Y@XTAfxGxO!o+G^b%(%vhw^ugYTv)4mF{T@0c>wV#`pwnOzfc+al z1^<Ssqgu})pnm&bR0HB0K!xB7GFV~A*;+?n{pWm#HPw!8u+}U51D@~PSGs*)X|y1< z&0Fx%wB2BB_<Eh|Uk|Ae@#x^&U6IasJSlR`a~)4<&IFh7300iMMILL(`2`g-kgc~U ziec?hd3Gz<i}jRm;&c&L3M54hxYt?%ggNI@$En_Ma~pHdW^<pw+Q}MaTzyq?6Fe^_ zmVsdjN196g4LvjAQC8|J%ejndY8pAsxGL#{8`rY31><1+qnrT-ETh9Im2?90sLa;L z;x+`qVUcCfhU4q)7x^qNE};Hm#(_fEVZUYC%EpB}Dho56Qu5REa-7k!O!G72!JKEx zY}cr-Yu#6CmGmGD8QNSrwf0DG>tZ-EEuOQ7Q#5(VuXCUjbPKN1k(7lrT|oZBt7(Gd zE}MQ}{Pia?!EH;8zfMqgY+$dhMK)@l!ZlRCAo&rT-X0HhRu0Ov+)Z=HPKe#>^wZ*k zPoG+0{f^HeR3Qgbor$L+JsH@+pp2HblLJLBpOja|*TopvHuzM}fS@qMUECodwvSs= z^3EmO*vI5A*9kFj?|jhT?OnhS(ji^k!txXF(BCrAczjyvO7iho+6yloOYAQ%dG9h4 zPi%15C8Wb;-DuN*L4!hat)%@e)Qy)P0B8JjDk`pIY|R^@m{2jaV`4j02dq1?K|Z!t b;eJ-IO7Lg!TS3ZVACVU65*HE=ape3BGMkwV diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py deleted file mode 100644 index 61d5fb6..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py +++ /dev/null @@ -1,54 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from genshi.core import QName, Attrs -from genshi.core import START, END, TEXT, COMMENT, DOCTYPE - - -def to_genshi(walker): - """Convert a tree to a genshi tree - - :arg walker: the treewalker to use to walk the tree to convert it - - :returns: generator of genshi nodes - - """ - text = [] - for token in walker: - type = token["type"] - if type in ("Characters", "SpaceCharacters"): - text.append(token["data"]) - elif text: - yield TEXT, "".join(text), (None, -1, -1) - text = [] - - if type in ("StartTag", "EmptyTag"): - if token["namespace"]: - name = "{%s}%s" % (token["namespace"], token["name"]) - else: - name = token["name"] - attrs = Attrs([(QName("{%s}%s" % attr if attr[0] is not None else attr[1]), value) - for attr, value in token["data"].items()]) - yield (START, (QName(name), attrs), (None, -1, -1)) - if type == "EmptyTag": - type = "EndTag" - - if type == "EndTag": - if token["namespace"]: - name = "{%s}%s" % (token["namespace"], token["name"]) - else: - name = token["name"] - - yield END, QName(name), (None, -1, -1) - - elif type == "Comment": - yield COMMENT, token["data"], (None, -1, -1) - - elif type == "Doctype": - yield DOCTYPE, (token["name"], token["publicId"], - token["systemId"]), (None, -1, -1) - - else: - pass # FIXME: What to do? - - if text: - yield TEXT, "".join(text), (None, -1, -1) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/sax.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/sax.py deleted file mode 100644 index f4ccea5..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/sax.py +++ /dev/null @@ -1,50 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from xml.sax.xmlreader import AttributesNSImpl - -from ..constants import adjustForeignAttributes, unadjustForeignAttributes - -prefix_mapping = {} -for prefix, localName, namespace in adjustForeignAttributes.values(): - if prefix is not None: - prefix_mapping[prefix] = namespace - - -def to_sax(walker, handler): - """Call SAX-like content handler based on treewalker walker - - :arg walker: the treewalker to use to walk the tree to convert it - - :arg handler: SAX handler to use - - """ - handler.startDocument() - for prefix, namespace in prefix_mapping.items(): - handler.startPrefixMapping(prefix, namespace) - - for token in walker: - type = token["type"] - if type == "Doctype": - continue - elif type in ("StartTag", "EmptyTag"): - attrs = AttributesNSImpl(token["data"], - unadjustForeignAttributes) - handler.startElementNS((token["namespace"], token["name"]), - token["name"], - attrs) - if type == "EmptyTag": - handler.endElementNS((token["namespace"], token["name"]), - token["name"]) - elif type == "EndTag": - handler.endElementNS((token["namespace"], token["name"]), - token["name"]) - elif type in ("Characters", "SpaceCharacters"): - handler.characters(token["data"]) - elif type == "Comment": - pass - else: - assert False, "Unknown token type" - - for prefix, namespace in prefix_mapping.items(): - handler.endPrefixMapping(prefix) - handler.endDocument() diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py deleted file mode 100644 index d44447e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py +++ /dev/null @@ -1,88 +0,0 @@ -"""A collection of modules for building different kinds of trees from HTML -documents. - -To create a treebuilder for a new type of tree, you need to do -implement several things: - -1. A set of classes for various types of elements: Document, Doctype, Comment, - Element. These must implement the interface of ``base.treebuilders.Node`` - (although comment nodes have a different signature for their constructor, - see ``treebuilders.etree.Comment``) Textual content may also be implemented - as another node type, or not, as your tree implementation requires. - -2. A treebuilder object (called ``TreeBuilder`` by convention) that inherits - from ``treebuilders.base.TreeBuilder``. This has 4 required attributes: - - * ``documentClass`` - the class to use for the bottommost node of a document - * ``elementClass`` - the class to use for HTML Elements - * ``commentClass`` - the class to use for comments - * ``doctypeClass`` - the class to use for doctypes - - It also has one required method: - - * ``getDocument`` - Returns the root node of the complete document tree - -3. If you wish to run the unit tests, you must also create a ``testSerializer`` - method on your treebuilder which accepts a node and returns a string - containing Node and its children serialized according to the format used in - the unittests - -""" - -from __future__ import absolute_import, division, unicode_literals - -from .._utils import default_etree - -treeBuilderCache = {} - - -def getTreeBuilder(treeType, implementation=None, **kwargs): - """Get a TreeBuilder class for various types of trees with built-in support - - :arg treeType: the name of the tree type required (case-insensitive). Supported - values are: - - * "dom" - A generic builder for DOM implementations, defaulting to a - xml.dom.minidom based implementation. - * "etree" - A generic builder for tree implementations exposing an - ElementTree-like interface, defaulting to xml.etree.cElementTree if - available and xml.etree.ElementTree if not. - * "lxml" - A etree-based builder for lxml.etree, handling limitations - of lxml's implementation. - - :arg implementation: (Currently applies to the "etree" and "dom" tree - types). A module implementing the tree type e.g. xml.etree.ElementTree - or xml.etree.cElementTree. - - :arg kwargs: Any additional options to pass to the TreeBuilder when - creating it. - - Example: - - >>> from html5lib.treebuilders import getTreeBuilder - >>> builder = getTreeBuilder('etree') - - """ - - treeType = treeType.lower() - if treeType not in treeBuilderCache: - if treeType == "dom": - from . import dom - # Come up with a sane default (pref. from the stdlib) - if implementation is None: - from xml.dom import minidom - implementation = minidom - # NEVER cache here, caching is done in the dom submodule - return dom.getDomModule(implementation, **kwargs).TreeBuilder - elif treeType == "lxml": - from . import etree_lxml - treeBuilderCache[treeType] = etree_lxml.TreeBuilder - elif treeType == "etree": - from . import etree - if implementation is None: - implementation = default_etree - # NEVER cache here, caching is done in the etree submodule - return etree.getETreeModule(implementation, **kwargs).TreeBuilder - else: - raise ValueError("""Unrecognised treebuilder "%s" """ % treeType) - return treeBuilderCache.get(treeType) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 3472de0a99a80e64e08ecda3e159b240a0ef7ec5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3285 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-38.pyc deleted file mode 100644 index 04d8c17e2873f77aa9269c9ba57133dab0f2fb68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11311 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 NYyaa`=9}}U{vQg3wyppG diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-38.pyc deleted file mode 100644 index cfbf5ff6034f310c19a4a6c7fab298cfdeb0d4f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9418 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-38.pyc deleted file mode 100644 index 923ab455b2302d02cc7c28b8e5ebc96e1d091eaa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11805 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 K$J)o*x&H^--gd?S diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-38.pyc deleted file mode 100644 index 9d93c02d38ad0a6675b7ef609abf14ccf203d62d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11773 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 A0RR91 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/base.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/base.py deleted file mode 100644 index 73973db..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/base.py +++ /dev/null @@ -1,417 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals -from pip._vendor.six import text_type - -from ..constants import scopingElements, tableInsertModeElements, namespaces - -# The scope markers are inserted when entering object elements, -# marquees, table cells, and table captions, and are used to prevent formatting -# from "leaking" into tables, object elements, and marquees. -Marker = None - -listElementsMap = { - None: (frozenset(scopingElements), False), - "button": (frozenset(scopingElements | set([(namespaces["html"], "button")])), False), - "list": (frozenset(scopingElements | set([(namespaces["html"], "ol"), - (namespaces["html"], "ul")])), False), - "table": (frozenset([(namespaces["html"], "html"), - (namespaces["html"], "table")]), False), - "select": (frozenset([(namespaces["html"], "optgroup"), - (namespaces["html"], "option")]), True) -} - - -class Node(object): - """Represents an item in the tree""" - def __init__(self, name): - """Creates a Node - - :arg name: The tag name associated with the node - - """ - # The tag name assocaited with the node - self.name = name - # The parent of the current node (or None for the document node) - self.parent = None - # The value of the current node (applies to text nodes and comments) - self.value = None - # A dict holding name -> value pairs for attributes of the node - self.attributes = {} - # A list of child nodes of the current node. This must include all - # elements but not necessarily other node types. - self.childNodes = [] - # A list of miscellaneous flags that can be set on the node. - self._flags = [] - - def __str__(self): - attributesStr = " ".join(["%s=\"%s\"" % (name, value) - for name, value in - self.attributes.items()]) - if attributesStr: - return "<%s %s>" % (self.name, attributesStr) - else: - return "<%s>" % (self.name) - - def __repr__(self): - return "<%s>" % (self.name) - - def appendChild(self, node): - """Insert node as a child of the current node - - :arg node: the node to insert - - """ - raise NotImplementedError - - def insertText(self, data, insertBefore=None): - """Insert data as text in the current node, positioned before the - start of node insertBefore or to the end of the node's text. - - :arg data: the data to insert - - :arg insertBefore: True if you want to insert the text before the node - and False if you want to insert it after the node - - """ - raise NotImplementedError - - def insertBefore(self, node, refNode): - """Insert node as a child of the current node, before refNode in the - list of child nodes. Raises ValueError if refNode is not a child of - the current node - - :arg node: the node to insert - - :arg refNode: the child node to insert the node before - - """ - raise NotImplementedError - - def removeChild(self, node): - """Remove node from the children of the current node - - :arg node: the child node to remove - - """ - raise NotImplementedError - - def reparentChildren(self, newParent): - """Move all the children of the current node to newParent. - This is needed so that trees that don't store text as nodes move the - text in the correct way - - :arg newParent: the node to move all this node's children to - - """ - # XXX - should this method be made more general? - for child in self.childNodes: - newParent.appendChild(child) - self.childNodes = [] - - def cloneNode(self): - """Return a shallow copy of the current node i.e. a node with the same - name and attributes but with no parent or child nodes - """ - raise NotImplementedError - - def hasContent(self): - """Return true if the node has children or text, false otherwise - """ - raise NotImplementedError - - -class ActiveFormattingElements(list): - def append(self, node): - equalCount = 0 - if node != Marker: - for element in self[::-1]: - if element == Marker: - break - if self.nodesEqual(element, node): - equalCount += 1 - if equalCount == 3: - self.remove(element) - break - list.append(self, node) - - def nodesEqual(self, node1, node2): - if not node1.nameTuple == node2.nameTuple: - return False - - if not node1.attributes == node2.attributes: - return False - - return True - - -class TreeBuilder(object): - """Base treebuilder implementation - - * documentClass - the class to use for the bottommost node of a document - * elementClass - the class to use for HTML Elements - * commentClass - the class to use for comments - * doctypeClass - the class to use for doctypes - - """ - # pylint:disable=not-callable - - # Document class - documentClass = None - - # The class to use for creating a node - elementClass = None - - # The class to use for creating comments - commentClass = None - - # The class to use for creating doctypes - doctypeClass = None - - # Fragment class - fragmentClass = None - - def __init__(self, namespaceHTMLElements): - """Create a TreeBuilder - - :arg namespaceHTMLElements: whether or not to namespace HTML elements - - """ - if namespaceHTMLElements: - self.defaultNamespace = "http://www.w3.org/1999/xhtml" - else: - self.defaultNamespace = None - self.reset() - - def reset(self): - self.openElements = [] - self.activeFormattingElements = ActiveFormattingElements() - - # XXX - rename these to headElement, formElement - self.headPointer = None - self.formPointer = None - - self.insertFromTable = False - - self.document = self.documentClass() - - def elementInScope(self, target, variant=None): - - # If we pass a node in we match that. if we pass a string - # match any node with that name - exactNode = hasattr(target, "nameTuple") - if not exactNode: - if isinstance(target, text_type): - target = (namespaces["html"], target) - assert isinstance(target, tuple) - - listElements, invert = listElementsMap[variant] - - for node in reversed(self.openElements): - if exactNode and node == target: - return True - elif not exactNode and node.nameTuple == target: - return True - elif (invert ^ (node.nameTuple in listElements)): - return False - - assert False # We should never reach this point - - def reconstructActiveFormattingElements(self): - # Within this algorithm the order of steps described in the - # specification is not quite the same as the order of steps in the - # code. It should still do the same though. - - # Step 1: stop the algorithm when there's nothing to do. - if not self.activeFormattingElements: - return - - # Step 2 and step 3: we start with the last element. So i is -1. - i = len(self.activeFormattingElements) - 1 - entry = self.activeFormattingElements[i] - if entry == Marker or entry in self.openElements: - return - - # Step 6 - while entry != Marker and entry not in self.openElements: - if i == 0: - # This will be reset to 0 below - i = -1 - break - i -= 1 - # Step 5: let entry be one earlier in the list. - entry = self.activeFormattingElements[i] - - while True: - # Step 7 - i += 1 - - # Step 8 - entry = self.activeFormattingElements[i] - clone = entry.cloneNode() # Mainly to get a new copy of the attributes - - # Step 9 - element = self.insertElement({"type": "StartTag", - "name": clone.name, - "namespace": clone.namespace, - "data": clone.attributes}) - - # Step 10 - self.activeFormattingElements[i] = element - - # Step 11 - if element == self.activeFormattingElements[-1]: - break - - def clearActiveFormattingElements(self): - entry = self.activeFormattingElements.pop() - while self.activeFormattingElements and entry != Marker: - entry = self.activeFormattingElements.pop() - - def elementInActiveFormattingElements(self, name): - """Check if an element exists between the end of the active - formatting elements and the last marker. If it does, return it, else - return false""" - - for item in self.activeFormattingElements[::-1]: - # Check for Marker first because if it's a Marker it doesn't have a - # name attribute. - if item == Marker: - break - elif item.name == name: - return item - return False - - def insertRoot(self, token): - element = self.createElement(token) - self.openElements.append(element) - self.document.appendChild(element) - - def insertDoctype(self, token): - name = token["name"] - publicId = token["publicId"] - systemId = token["systemId"] - - doctype = self.doctypeClass(name, publicId, systemId) - self.document.appendChild(doctype) - - def insertComment(self, token, parent=None): - if parent is None: - parent = self.openElements[-1] - parent.appendChild(self.commentClass(token["data"])) - - def createElement(self, token): - """Create an element but don't insert it anywhere""" - name = token["name"] - namespace = token.get("namespace", self.defaultNamespace) - element = self.elementClass(name, namespace) - element.attributes = token["data"] - return element - - def _getInsertFromTable(self): - return self._insertFromTable - - def _setInsertFromTable(self, value): - """Switch the function used to insert an element from the - normal one to the misnested table one and back again""" - self._insertFromTable = value - if value: - self.insertElement = self.insertElementTable - else: - self.insertElement = self.insertElementNormal - - insertFromTable = property(_getInsertFromTable, _setInsertFromTable) - - def insertElementNormal(self, token): - name = token["name"] - assert isinstance(name, text_type), "Element %s not unicode" % name - namespace = token.get("namespace", self.defaultNamespace) - element = self.elementClass(name, namespace) - element.attributes = token["data"] - self.openElements[-1].appendChild(element) - self.openElements.append(element) - return element - - def insertElementTable(self, token): - """Create an element and insert it into the tree""" - element = self.createElement(token) - if self.openElements[-1].name not in tableInsertModeElements: - return self.insertElementNormal(token) - else: - # We should be in the InTable mode. This means we want to do - # special magic element rearranging - parent, insertBefore = self.getTableMisnestedNodePosition() - if insertBefore is None: - parent.appendChild(element) - else: - parent.insertBefore(element, insertBefore) - self.openElements.append(element) - return element - - def insertText(self, data, parent=None): - """Insert text data.""" - if parent is None: - parent = self.openElements[-1] - - if (not self.insertFromTable or (self.insertFromTable and - self.openElements[-1].name - not in tableInsertModeElements)): - parent.insertText(data) - else: - # We should be in the InTable mode. This means we want to do - # special magic element rearranging - parent, insertBefore = self.getTableMisnestedNodePosition() - parent.insertText(data, insertBefore) - - def getTableMisnestedNodePosition(self): - """Get the foster parent element, and sibling to insert before - (or None) when inserting a misnested table node""" - # The foster parent element is the one which comes before the most - # recently opened table element - # XXX - this is really inelegant - lastTable = None - fosterParent = None - insertBefore = None - for elm in self.openElements[::-1]: - if elm.name == "table": - lastTable = elm - break - if lastTable: - # XXX - we should really check that this parent is actually a - # node here - if lastTable.parent: - fosterParent = lastTable.parent - insertBefore = lastTable - else: - fosterParent = self.openElements[ - self.openElements.index(lastTable) - 1] - else: - fosterParent = self.openElements[0] - return fosterParent, insertBefore - - def generateImpliedEndTags(self, exclude=None): - name = self.openElements[-1].name - # XXX td, th and tr are not actually needed - if (name in frozenset(("dd", "dt", "li", "option", "optgroup", "p", "rp", "rt")) and - name != exclude): - self.openElements.pop() - # XXX This is not entirely what the specification says. We should - # investigate it more closely. - self.generateImpliedEndTags(exclude) - - def getDocument(self): - """Return the final tree""" - return self.document - - def getFragment(self): - """Return the final fragment""" - # assert self.innerHTML - fragment = self.fragmentClass() - self.openElements[0].reparentChildren(fragment) - return fragment - - def testSerializer(self, node): - """Serialize the subtree of node in the format required by unit tests - - :arg node: the node from which to start serializing - - """ - raise NotImplementedError diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/dom.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/dom.py deleted file mode 100644 index d8b5300..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/dom.py +++ /dev/null @@ -1,239 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - - -try: - from collections.abc import MutableMapping -except ImportError: # Python 2.7 - from collections import MutableMapping -from xml.dom import minidom, Node -import weakref - -from . import base -from .. import constants -from ..constants import namespaces -from .._utils import moduleFactoryFactory - - -def getDomBuilder(DomImplementation): - Dom = DomImplementation - - class AttrList(MutableMapping): - def __init__(self, element): - self.element = element - - def __iter__(self): - return iter(self.element.attributes.keys()) - - def __setitem__(self, name, value): - if isinstance(name, tuple): - raise NotImplementedError - else: - attr = self.element.ownerDocument.createAttribute(name) - attr.value = value - self.element.attributes[name] = attr - - def __len__(self): - return len(self.element.attributes) - - def items(self): - return list(self.element.attributes.items()) - - def values(self): - return list(self.element.attributes.values()) - - def __getitem__(self, name): - if isinstance(name, tuple): - raise NotImplementedError - else: - return self.element.attributes[name].value - - def __delitem__(self, name): - if isinstance(name, tuple): - raise NotImplementedError - else: - del self.element.attributes[name] - - class NodeBuilder(base.Node): - def __init__(self, element): - base.Node.__init__(self, element.nodeName) - self.element = element - - namespace = property(lambda self: hasattr(self.element, "namespaceURI") and - self.element.namespaceURI or None) - - def appendChild(self, node): - node.parent = self - self.element.appendChild(node.element) - - def insertText(self, data, insertBefore=None): - text = self.element.ownerDocument.createTextNode(data) - if insertBefore: - self.element.insertBefore(text, insertBefore.element) - else: - self.element.appendChild(text) - - def insertBefore(self, node, refNode): - self.element.insertBefore(node.element, refNode.element) - node.parent = self - - def removeChild(self, node): - if node.element.parentNode == self.element: - self.element.removeChild(node.element) - node.parent = None - - def reparentChildren(self, newParent): - while self.element.hasChildNodes(): - child = self.element.firstChild - self.element.removeChild(child) - newParent.element.appendChild(child) - self.childNodes = [] - - def getAttributes(self): - return AttrList(self.element) - - def setAttributes(self, attributes): - if attributes: - for name, value in list(attributes.items()): - if isinstance(name, tuple): - if name[0] is not None: - qualifiedName = (name[0] + ":" + name[1]) - else: - qualifiedName = name[1] - self.element.setAttributeNS(name[2], qualifiedName, - value) - else: - self.element.setAttribute( - name, value) - attributes = property(getAttributes, setAttributes) - - def cloneNode(self): - return NodeBuilder(self.element.cloneNode(False)) - - def hasContent(self): - return self.element.hasChildNodes() - - def getNameTuple(self): - if self.namespace is None: - return namespaces["html"], self.name - else: - return self.namespace, self.name - - nameTuple = property(getNameTuple) - - class TreeBuilder(base.TreeBuilder): # pylint:disable=unused-variable - def documentClass(self): - self.dom = Dom.getDOMImplementation().createDocument(None, None, None) - return weakref.proxy(self) - - def insertDoctype(self, token): - name = token["name"] - publicId = token["publicId"] - systemId = token["systemId"] - - domimpl = Dom.getDOMImplementation() - doctype = domimpl.createDocumentType(name, publicId, systemId) - self.document.appendChild(NodeBuilder(doctype)) - if Dom == minidom: - doctype.ownerDocument = self.dom - - def elementClass(self, name, namespace=None): - if namespace is None and self.defaultNamespace is None: - node = self.dom.createElement(name) - else: - node = self.dom.createElementNS(namespace, name) - - return NodeBuilder(node) - - def commentClass(self, data): - return NodeBuilder(self.dom.createComment(data)) - - def fragmentClass(self): - return NodeBuilder(self.dom.createDocumentFragment()) - - def appendChild(self, node): - self.dom.appendChild(node.element) - - def testSerializer(self, element): - return testSerializer(element) - - def getDocument(self): - return self.dom - - def getFragment(self): - return base.TreeBuilder.getFragment(self).element - - def insertText(self, data, parent=None): - data = data - if parent != self: - base.TreeBuilder.insertText(self, data, parent) - else: - # HACK: allow text nodes as children of the document node - if hasattr(self.dom, '_child_node_types'): - # pylint:disable=protected-access - if Node.TEXT_NODE not in self.dom._child_node_types: - self.dom._child_node_types = list(self.dom._child_node_types) - self.dom._child_node_types.append(Node.TEXT_NODE) - self.dom.appendChild(self.dom.createTextNode(data)) - - implementation = DomImplementation - name = None - - def testSerializer(element): - element.normalize() - rv = [] - - def serializeElement(element, indent=0): - if element.nodeType == Node.DOCUMENT_TYPE_NODE: - if element.name: - if element.publicId or element.systemId: - publicId = element.publicId or "" - systemId = element.systemId or "" - rv.append("""|%s<!DOCTYPE %s "%s" "%s">""" % - (' ' * indent, element.name, publicId, systemId)) - else: - rv.append("|%s<!DOCTYPE %s>" % (' ' * indent, element.name)) - else: - rv.append("|%s<!DOCTYPE >" % (' ' * indent,)) - elif element.nodeType == Node.DOCUMENT_NODE: - rv.append("#document") - elif element.nodeType == Node.DOCUMENT_FRAGMENT_NODE: - rv.append("#document-fragment") - elif element.nodeType == Node.COMMENT_NODE: - rv.append("|%s<!-- %s -->" % (' ' * indent, element.nodeValue)) - elif element.nodeType == Node.TEXT_NODE: - rv.append("|%s\"%s\"" % (' ' * indent, element.nodeValue)) - else: - if (hasattr(element, "namespaceURI") and - element.namespaceURI is not None): - name = "%s %s" % (constants.prefixes[element.namespaceURI], - element.nodeName) - else: - name = element.nodeName - rv.append("|%s<%s>" % (' ' * indent, name)) - if element.hasAttributes(): - attributes = [] - for i in range(len(element.attributes)): - attr = element.attributes.item(i) - name = attr.nodeName - value = attr.value - ns = attr.namespaceURI - if ns: - name = "%s %s" % (constants.prefixes[ns], attr.localName) - else: - name = attr.nodeName - attributes.append((name, value)) - - for name, value in sorted(attributes): - rv.append('|%s%s="%s"' % (' ' * (indent + 2), name, value)) - indent += 2 - for child in element.childNodes: - serializeElement(child, indent) - serializeElement(element, 0) - - return "\n".join(rv) - - return locals() - - -# The actual means to get a module! -getDomModule = moduleFactoryFactory(getDomBuilder) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree.py deleted file mode 100644 index 0dedf44..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree.py +++ /dev/null @@ -1,340 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals -# pylint:disable=protected-access - -from pip._vendor.six import text_type - -import re - -from . import base -from .. import _ihatexml -from .. import constants -from ..constants import namespaces -from .._utils import moduleFactoryFactory - -tag_regexp = re.compile("{([^}]*)}(.*)") - - -def getETreeBuilder(ElementTreeImplementation, fullTree=False): - ElementTree = ElementTreeImplementation - ElementTreeCommentType = ElementTree.Comment("asd").tag - - class Element(base.Node): - def __init__(self, name, namespace=None): - self._name = name - self._namespace = namespace - self._element = ElementTree.Element(self._getETreeTag(name, - namespace)) - if namespace is None: - self.nameTuple = namespaces["html"], self._name - else: - self.nameTuple = self._namespace, self._name - self.parent = None - self._childNodes = [] - self._flags = [] - - def _getETreeTag(self, name, namespace): - if namespace is None: - etree_tag = name - else: - etree_tag = "{%s}%s" % (namespace, name) - return etree_tag - - def _setName(self, name): - self._name = name - self._element.tag = self._getETreeTag(self._name, self._namespace) - - def _getName(self): - return self._name - - name = property(_getName, _setName) - - def _setNamespace(self, namespace): - self._namespace = namespace - self._element.tag = self._getETreeTag(self._name, self._namespace) - - def _getNamespace(self): - return self._namespace - - namespace = property(_getNamespace, _setNamespace) - - def _getAttributes(self): - return self._element.attrib - - def _setAttributes(self, attributes): - # Delete existing attributes first - # XXX - there may be a better way to do this... - for key in list(self._element.attrib.keys()): - del self._element.attrib[key] - for key, value in attributes.items(): - if isinstance(key, tuple): - name = "{%s}%s" % (key[2], key[1]) - else: - name = key - self._element.set(name, value) - - attributes = property(_getAttributes, _setAttributes) - - def _getChildNodes(self): - return self._childNodes - - def _setChildNodes(self, value): - del self._element[:] - self._childNodes = [] - for element in value: - self.insertChild(element) - - childNodes = property(_getChildNodes, _setChildNodes) - - def hasContent(self): - """Return true if the node has children or text""" - return bool(self._element.text or len(self._element)) - - def appendChild(self, node): - self._childNodes.append(node) - self._element.append(node._element) - node.parent = self - - def insertBefore(self, node, refNode): - index = list(self._element).index(refNode._element) - self._element.insert(index, node._element) - node.parent = self - - def removeChild(self, node): - self._childNodes.remove(node) - self._element.remove(node._element) - node.parent = None - - def insertText(self, data, insertBefore=None): - if not(len(self._element)): - if not self._element.text: - self._element.text = "" - self._element.text += data - elif insertBefore is None: - # Insert the text as the tail of the last child element - if not self._element[-1].tail: - self._element[-1].tail = "" - self._element[-1].tail += data - else: - # Insert the text before the specified node - children = list(self._element) - index = children.index(insertBefore._element) - if index > 0: - if not self._element[index - 1].tail: - self._element[index - 1].tail = "" - self._element[index - 1].tail += data - else: - if not self._element.text: - self._element.text = "" - self._element.text += data - - def cloneNode(self): - element = type(self)(self.name, self.namespace) - for name, value in self.attributes.items(): - element.attributes[name] = value - return element - - def reparentChildren(self, newParent): - if newParent.childNodes: - newParent.childNodes[-1]._element.tail += self._element.text - else: - if not newParent._element.text: - newParent._element.text = "" - if self._element.text is not None: - newParent._element.text += self._element.text - self._element.text = "" - base.Node.reparentChildren(self, newParent) - - class Comment(Element): - def __init__(self, data): - # Use the superclass constructor to set all properties on the - # wrapper element - self._element = ElementTree.Comment(data) - self.parent = None - self._childNodes = [] - self._flags = [] - - def _getData(self): - return self._element.text - - def _setData(self, value): - self._element.text = value - - data = property(_getData, _setData) - - class DocumentType(Element): - def __init__(self, name, publicId, systemId): - Element.__init__(self, "<!DOCTYPE>") - self._element.text = name - self.publicId = publicId - self.systemId = systemId - - def _getPublicId(self): - return self._element.get("publicId", "") - - def _setPublicId(self, value): - if value is not None: - self._element.set("publicId", value) - - publicId = property(_getPublicId, _setPublicId) - - def _getSystemId(self): - return self._element.get("systemId", "") - - def _setSystemId(self, value): - if value is not None: - self._element.set("systemId", value) - - systemId = property(_getSystemId, _setSystemId) - - class Document(Element): - def __init__(self): - Element.__init__(self, "DOCUMENT_ROOT") - - class DocumentFragment(Element): - def __init__(self): - Element.__init__(self, "DOCUMENT_FRAGMENT") - - def testSerializer(element): - rv = [] - - def serializeElement(element, indent=0): - if not(hasattr(element, "tag")): - element = element.getroot() - if element.tag == "<!DOCTYPE>": - if element.get("publicId") or element.get("systemId"): - publicId = element.get("publicId") or "" - systemId = element.get("systemId") or "" - rv.append("""<!DOCTYPE %s "%s" "%s">""" % - (element.text, publicId, systemId)) - else: - rv.append("<!DOCTYPE %s>" % (element.text,)) - elif element.tag == "DOCUMENT_ROOT": - rv.append("#document") - if element.text is not None: - rv.append("|%s\"%s\"" % (' ' * (indent + 2), element.text)) - if element.tail is not None: - raise TypeError("Document node cannot have tail") - if hasattr(element, "attrib") and len(element.attrib): - raise TypeError("Document node cannot have attributes") - elif element.tag == ElementTreeCommentType: - rv.append("|%s<!-- %s -->" % (' ' * indent, element.text)) - else: - assert isinstance(element.tag, text_type), \ - "Expected unicode, got %s, %s" % (type(element.tag), element.tag) - nsmatch = tag_regexp.match(element.tag) - - if nsmatch is None: - name = element.tag - else: - ns, name = nsmatch.groups() - prefix = constants.prefixes[ns] - name = "%s %s" % (prefix, name) - rv.append("|%s<%s>" % (' ' * indent, name)) - - if hasattr(element, "attrib"): - attributes = [] - for name, value in element.attrib.items(): - nsmatch = tag_regexp.match(name) - if nsmatch is not None: - ns, name = nsmatch.groups() - prefix = constants.prefixes[ns] - attr_string = "%s %s" % (prefix, name) - else: - attr_string = name - attributes.append((attr_string, value)) - - for name, value in sorted(attributes): - rv.append('|%s%s="%s"' % (' ' * (indent + 2), name, value)) - if element.text: - rv.append("|%s\"%s\"" % (' ' * (indent + 2), element.text)) - indent += 2 - for child in element: - serializeElement(child, indent) - if element.tail: - rv.append("|%s\"%s\"" % (' ' * (indent - 2), element.tail)) - serializeElement(element, 0) - - return "\n".join(rv) - - def tostring(element): # pylint:disable=unused-variable - """Serialize an element and its child nodes to a string""" - rv = [] - filter = _ihatexml.InfosetFilter() - - def serializeElement(element): - if isinstance(element, ElementTree.ElementTree): - element = element.getroot() - - if element.tag == "<!DOCTYPE>": - if element.get("publicId") or element.get("systemId"): - publicId = element.get("publicId") or "" - systemId = element.get("systemId") or "" - rv.append("""<!DOCTYPE %s PUBLIC "%s" "%s">""" % - (element.text, publicId, systemId)) - else: - rv.append("<!DOCTYPE %s>" % (element.text,)) - elif element.tag == "DOCUMENT_ROOT": - if element.text is not None: - rv.append(element.text) - if element.tail is not None: - raise TypeError("Document node cannot have tail") - if hasattr(element, "attrib") and len(element.attrib): - raise TypeError("Document node cannot have attributes") - - for child in element: - serializeElement(child) - - elif element.tag == ElementTreeCommentType: - rv.append("<!--%s-->" % (element.text,)) - else: - # This is assumed to be an ordinary element - if not element.attrib: - rv.append("<%s>" % (filter.fromXmlName(element.tag),)) - else: - attr = " ".join(["%s=\"%s\"" % ( - filter.fromXmlName(name), value) - for name, value in element.attrib.items()]) - rv.append("<%s %s>" % (element.tag, attr)) - if element.text: - rv.append(element.text) - - for child in element: - serializeElement(child) - - rv.append("</%s>" % (element.tag,)) - - if element.tail: - rv.append(element.tail) - - serializeElement(element) - - return "".join(rv) - - class TreeBuilder(base.TreeBuilder): # pylint:disable=unused-variable - documentClass = Document - doctypeClass = DocumentType - elementClass = Element - commentClass = Comment - fragmentClass = DocumentFragment - implementation = ElementTreeImplementation - - def testSerializer(self, element): - return testSerializer(element) - - def getDocument(self): - if fullTree: - return self.document._element - else: - if self.defaultNamespace is not None: - return self.document._element.find( - "{%s}html" % self.defaultNamespace) - else: - return self.document._element.find("html") - - def getFragment(self): - return base.TreeBuilder.getFragment(self)._element - - return locals() - - -getETreeModule = moduleFactoryFactory(getETreeBuilder) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py deleted file mode 100644 index ca12a99..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py +++ /dev/null @@ -1,366 +0,0 @@ -"""Module for supporting the lxml.etree library. The idea here is to use as much -of the native library as possible, without using fragile hacks like custom element -names that break between releases. The downside of this is that we cannot represent -all possible trees; specifically the following are known to cause problems: - -Text or comments as siblings of the root element -Docypes with no name - -When any of these things occur, we emit a DataLossWarning -""" - -from __future__ import absolute_import, division, unicode_literals -# pylint:disable=protected-access - -import warnings -import re -import sys - -from . import base -from ..constants import DataLossWarning -from .. import constants -from . import etree as etree_builders -from .. import _ihatexml - -import lxml.etree as etree - - -fullTree = True -tag_regexp = re.compile("{([^}]*)}(.*)") - -comment_type = etree.Comment("asd").tag - - -class DocumentType(object): - def __init__(self, name, publicId, systemId): - self.name = name - self.publicId = publicId - self.systemId = systemId - - -class Document(object): - def __init__(self): - self._elementTree = None - self._childNodes = [] - - def appendChild(self, element): - self._elementTree.getroot().addnext(element._element) - - def _getChildNodes(self): - return self._childNodes - - childNodes = property(_getChildNodes) - - -def testSerializer(element): - rv = [] - infosetFilter = _ihatexml.InfosetFilter(preventDoubleDashComments=True) - - def serializeElement(element, indent=0): - if not hasattr(element, "tag"): - if hasattr(element, "getroot"): - # Full tree case - rv.append("#document") - if element.docinfo.internalDTD: - if not (element.docinfo.public_id or - element.docinfo.system_url): - dtd_str = "<!DOCTYPE %s>" % element.docinfo.root_name - else: - dtd_str = """<!DOCTYPE %s "%s" "%s">""" % ( - element.docinfo.root_name, - element.docinfo.public_id, - element.docinfo.system_url) - rv.append("|%s%s" % (' ' * (indent + 2), dtd_str)) - next_element = element.getroot() - while next_element.getprevious() is not None: - next_element = next_element.getprevious() - while next_element is not None: - serializeElement(next_element, indent + 2) - next_element = next_element.getnext() - elif isinstance(element, str) or isinstance(element, bytes): - # Text in a fragment - assert isinstance(element, str) or sys.version_info[0] == 2 - rv.append("|%s\"%s\"" % (' ' * indent, element)) - else: - # Fragment case - rv.append("#document-fragment") - for next_element in element: - serializeElement(next_element, indent + 2) - elif element.tag == comment_type: - rv.append("|%s<!-- %s -->" % (' ' * indent, element.text)) - if hasattr(element, "tail") and element.tail: - rv.append("|%s\"%s\"" % (' ' * indent, element.tail)) - else: - assert isinstance(element, etree._Element) - nsmatch = etree_builders.tag_regexp.match(element.tag) - if nsmatch is not None: - ns = nsmatch.group(1) - tag = nsmatch.group(2) - prefix = constants.prefixes[ns] - rv.append("|%s<%s %s>" % (' ' * indent, prefix, - infosetFilter.fromXmlName(tag))) - else: - rv.append("|%s<%s>" % (' ' * indent, - infosetFilter.fromXmlName(element.tag))) - - if hasattr(element, "attrib"): - attributes = [] - for name, value in element.attrib.items(): - nsmatch = tag_regexp.match(name) - if nsmatch is not None: - ns, name = nsmatch.groups() - name = infosetFilter.fromXmlName(name) - prefix = constants.prefixes[ns] - attr_string = "%s %s" % (prefix, name) - else: - attr_string = infosetFilter.fromXmlName(name) - attributes.append((attr_string, value)) - - for name, value in sorted(attributes): - rv.append('|%s%s="%s"' % (' ' * (indent + 2), name, value)) - - if element.text: - rv.append("|%s\"%s\"" % (' ' * (indent + 2), element.text)) - indent += 2 - for child in element: - serializeElement(child, indent) - if hasattr(element, "tail") and element.tail: - rv.append("|%s\"%s\"" % (' ' * (indent - 2), element.tail)) - serializeElement(element, 0) - - return "\n".join(rv) - - -def tostring(element): - """Serialize an element and its child nodes to a string""" - rv = [] - - def serializeElement(element): - if not hasattr(element, "tag"): - if element.docinfo.internalDTD: - if element.docinfo.doctype: - dtd_str = element.docinfo.doctype - else: - dtd_str = "<!DOCTYPE %s>" % element.docinfo.root_name - rv.append(dtd_str) - serializeElement(element.getroot()) - - elif element.tag == comment_type: - rv.append("<!--%s-->" % (element.text,)) - - else: - # This is assumed to be an ordinary element - if not element.attrib: - rv.append("<%s>" % (element.tag,)) - else: - attr = " ".join(["%s=\"%s\"" % (name, value) - for name, value in element.attrib.items()]) - rv.append("<%s %s>" % (element.tag, attr)) - if element.text: - rv.append(element.text) - - for child in element: - serializeElement(child) - - rv.append("</%s>" % (element.tag,)) - - if hasattr(element, "tail") and element.tail: - rv.append(element.tail) - - serializeElement(element) - - return "".join(rv) - - -class TreeBuilder(base.TreeBuilder): - documentClass = Document - doctypeClass = DocumentType - elementClass = None - commentClass = None - fragmentClass = Document - implementation = etree - - def __init__(self, namespaceHTMLElements, fullTree=False): - builder = etree_builders.getETreeModule(etree, fullTree=fullTree) - infosetFilter = self.infosetFilter = _ihatexml.InfosetFilter(preventDoubleDashComments=True) - self.namespaceHTMLElements = namespaceHTMLElements - - class Attributes(dict): - def __init__(self, element, value=None): - if value is None: - value = {} - self._element = element - dict.__init__(self, value) # pylint:disable=non-parent-init-called - for key, value in self.items(): - if isinstance(key, tuple): - name = "{%s}%s" % (key[2], infosetFilter.coerceAttribute(key[1])) - else: - name = infosetFilter.coerceAttribute(key) - self._element._element.attrib[name] = value - - def __setitem__(self, key, value): - dict.__setitem__(self, key, value) - if isinstance(key, tuple): - name = "{%s}%s" % (key[2], infosetFilter.coerceAttribute(key[1])) - else: - name = infosetFilter.coerceAttribute(key) - self._element._element.attrib[name] = value - - class Element(builder.Element): - def __init__(self, name, namespace): - name = infosetFilter.coerceElement(name) - builder.Element.__init__(self, name, namespace=namespace) - self._attributes = Attributes(self) - - def _setName(self, name): - self._name = infosetFilter.coerceElement(name) - self._element.tag = self._getETreeTag( - self._name, self._namespace) - - def _getName(self): - return infosetFilter.fromXmlName(self._name) - - name = property(_getName, _setName) - - def _getAttributes(self): - return self._attributes - - def _setAttributes(self, attributes): - self._attributes = Attributes(self, attributes) - - attributes = property(_getAttributes, _setAttributes) - - def insertText(self, data, insertBefore=None): - data = infosetFilter.coerceCharacters(data) - builder.Element.insertText(self, data, insertBefore) - - def appendChild(self, child): - builder.Element.appendChild(self, child) - - class Comment(builder.Comment): - def __init__(self, data): - data = infosetFilter.coerceComment(data) - builder.Comment.__init__(self, data) - - def _setData(self, data): - data = infosetFilter.coerceComment(data) - self._element.text = data - - def _getData(self): - return self._element.text - - data = property(_getData, _setData) - - self.elementClass = Element - self.commentClass = Comment - # self.fragmentClass = builder.DocumentFragment - base.TreeBuilder.__init__(self, namespaceHTMLElements) - - def reset(self): - base.TreeBuilder.reset(self) - self.insertComment = self.insertCommentInitial - self.initial_comments = [] - self.doctype = None - - def testSerializer(self, element): - return testSerializer(element) - - def getDocument(self): - if fullTree: - return self.document._elementTree - else: - return self.document._elementTree.getroot() - - def getFragment(self): - fragment = [] - element = self.openElements[0]._element - if element.text: - fragment.append(element.text) - fragment.extend(list(element)) - if element.tail: - fragment.append(element.tail) - return fragment - - def insertDoctype(self, token): - name = token["name"] - publicId = token["publicId"] - systemId = token["systemId"] - - if not name: - warnings.warn("lxml cannot represent empty doctype", DataLossWarning) - self.doctype = None - else: - coercedName = self.infosetFilter.coerceElement(name) - if coercedName != name: - warnings.warn("lxml cannot represent non-xml doctype", DataLossWarning) - - doctype = self.doctypeClass(coercedName, publicId, systemId) - self.doctype = doctype - - def insertCommentInitial(self, data, parent=None): - assert parent is None or parent is self.document - assert self.document._elementTree is None - self.initial_comments.append(data) - - def insertCommentMain(self, data, parent=None): - if (parent == self.document and - self.document._elementTree.getroot()[-1].tag == comment_type): - warnings.warn("lxml cannot represent adjacent comments beyond the root elements", DataLossWarning) - super(TreeBuilder, self).insertComment(data, parent) - - def insertRoot(self, token): - # Because of the way libxml2 works, it doesn't seem to be possible to - # alter information like the doctype after the tree has been parsed. - # Therefore we need to use the built-in parser to create our initial - # tree, after which we can add elements like normal - docStr = "" - if self.doctype: - assert self.doctype.name - docStr += "<!DOCTYPE %s" % self.doctype.name - if (self.doctype.publicId is not None or - self.doctype.systemId is not None): - docStr += (' PUBLIC "%s" ' % - (self.infosetFilter.coercePubid(self.doctype.publicId or ""))) - if self.doctype.systemId: - sysid = self.doctype.systemId - if sysid.find("'") >= 0 and sysid.find('"') >= 0: - warnings.warn("DOCTYPE system cannot contain single and double quotes", DataLossWarning) - sysid = sysid.replace("'", 'U00027') - if sysid.find("'") >= 0: - docStr += '"%s"' % sysid - else: - docStr += "'%s'" % sysid - else: - docStr += "''" - docStr += ">" - if self.doctype.name != token["name"]: - warnings.warn("lxml cannot represent doctype with a different name to the root element", DataLossWarning) - docStr += "<THIS_SHOULD_NEVER_APPEAR_PUBLICLY/>" - root = etree.fromstring(docStr) - - # Append the initial comments: - for comment_token in self.initial_comments: - comment = self.commentClass(comment_token["data"]) - root.addprevious(comment._element) - - # Create the root document and add the ElementTree to it - self.document = self.documentClass() - self.document._elementTree = root.getroottree() - - # Give the root element the right name - name = token["name"] - namespace = token.get("namespace", self.defaultNamespace) - if namespace is None: - etree_tag = name - else: - etree_tag = "{%s}%s" % (namespace, name) - root.tag = etree_tag - - # Add the root element to the internal child/open data structures - root_element = self.elementClass(name, namespace) - root_element._element = root - self.document._childNodes.append(root_element) - self.openElements.append(root_element) - - # Reset to the default insert comment function - self.insertComment = self.insertCommentMain diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py deleted file mode 100644 index 9bec207..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py +++ /dev/null @@ -1,154 +0,0 @@ -"""A collection of modules for iterating through different kinds of -tree, generating tokens identical to those produced by the tokenizer -module. - -To create a tree walker for a new type of tree, you need to do -implement a tree walker object (called TreeWalker by convention) that -implements a 'serialize' method taking a tree as sole argument and -returning an iterator generating tokens. -""" - -from __future__ import absolute_import, division, unicode_literals - -from .. import constants -from .._utils import default_etree - -__all__ = ["getTreeWalker", "pprint"] - -treeWalkerCache = {} - - -def getTreeWalker(treeType, implementation=None, **kwargs): - """Get a TreeWalker class for various types of tree with built-in support - - :arg str treeType: the name of the tree type required (case-insensitive). - Supported values are: - - * "dom": The xml.dom.minidom DOM implementation - * "etree": A generic walker for tree implementations exposing an - elementtree-like interface (known to work with ElementTree, - cElementTree and lxml.etree). - * "lxml": Optimized walker for lxml.etree - * "genshi": a Genshi stream - - :arg implementation: A module implementing the tree type e.g. - xml.etree.ElementTree or cElementTree (Currently applies to the "etree" - tree type only). - - :arg kwargs: keyword arguments passed to the etree walker--for other - walkers, this has no effect - - :returns: a TreeWalker class - - """ - - treeType = treeType.lower() - if treeType not in treeWalkerCache: - if treeType == "dom": - from . import dom - treeWalkerCache[treeType] = dom.TreeWalker - elif treeType == "genshi": - from . import genshi - treeWalkerCache[treeType] = genshi.TreeWalker - elif treeType == "lxml": - from . import etree_lxml - treeWalkerCache[treeType] = etree_lxml.TreeWalker - elif treeType == "etree": - from . import etree - if implementation is None: - implementation = default_etree - # XXX: NEVER cache here, caching is done in the etree submodule - return etree.getETreeModule(implementation, **kwargs).TreeWalker - return treeWalkerCache.get(treeType) - - -def concatenateCharacterTokens(tokens): - pendingCharacters = [] - for token in tokens: - type = token["type"] - if type in ("Characters", "SpaceCharacters"): - pendingCharacters.append(token["data"]) - else: - if pendingCharacters: - yield {"type": "Characters", "data": "".join(pendingCharacters)} - pendingCharacters = [] - yield token - if pendingCharacters: - yield {"type": "Characters", "data": "".join(pendingCharacters)} - - -def pprint(walker): - """Pretty printer for tree walkers - - Takes a TreeWalker instance and pretty prints the output of walking the tree. - - :arg walker: a TreeWalker instance - - """ - output = [] - indent = 0 - for token in concatenateCharacterTokens(walker): - type = token["type"] - if type in ("StartTag", "EmptyTag"): - # tag name - if token["namespace"] and token["namespace"] != constants.namespaces["html"]: - if token["namespace"] in constants.prefixes: - ns = constants.prefixes[token["namespace"]] - else: - ns = token["namespace"] - name = "%s %s" % (ns, token["name"]) - else: - name = token["name"] - output.append("%s<%s>" % (" " * indent, name)) - indent += 2 - # attributes (sorted for consistent ordering) - attrs = token["data"] - for (namespace, localname), value in sorted(attrs.items()): - if namespace: - if namespace in constants.prefixes: - ns = constants.prefixes[namespace] - else: - ns = namespace - name = "%s %s" % (ns, localname) - else: - name = localname - output.append("%s%s=\"%s\"" % (" " * indent, name, value)) - # self-closing - if type == "EmptyTag": - indent -= 2 - - elif type == "EndTag": - indent -= 2 - - elif type == "Comment": - output.append("%s<!-- %s -->" % (" " * indent, token["data"])) - - elif type == "Doctype": - if token["name"]: - if token["publicId"]: - output.append("""%s<!DOCTYPE %s "%s" "%s">""" % - (" " * indent, - token["name"], - token["publicId"], - token["systemId"] if token["systemId"] else "")) - elif token["systemId"]: - output.append("""%s<!DOCTYPE %s "" "%s">""" % - (" " * indent, - token["name"], - token["systemId"])) - else: - output.append("%s<!DOCTYPE %s>" % (" " * indent, - token["name"])) - else: - output.append("%s<!DOCTYPE >" % (" " * indent,)) - - elif type == "Characters": - output.append("%s\"%s\"" % (" " * indent, token["data"])) - - elif type == "SpaceCharacters": - assert False, "concatenateCharacterTokens should have got rid of all Space tokens" - - else: - raise ValueError("Unknown token type, %s" % type) - - return "\n".join(output) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index d644021b19f6f87f073934ba836aa88ea4a81a6f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3966 zcmZ`+&2JmW72nxiE|;rMJC0&0jx%+u+AJj5C=fJtU7@Zd2T2gys1>&*60j@IP+W1j zOV11?i&z3hlS?m!|9~FkV~Za1#}s?*$v}@i1!$As%#ajiqa<cHGw);Gy!Yn!hMzAi zL=HZG{`p(Y->f*!zw~7G<6-hEG}%DMoQA^)b5qiD8*a~Qcs;-26Nh=sPb<Bk5twl$ zt@gr3h;hKGhi;>mIE{!cuo?@#CXG23vAM6E#yp#6Rs1fn@QG7jjQ>a+=RR%aY06tF z$upX_X)kAkluO#q1x*weu}ZQ-syZSc9Cj#6+HEd)rf4_Gn1n#21m_#{kY`igyvs95 z69%@V6{l3?kk2KjeF5by&gj7@RyYXYOom)UcGs;a+RtfA@K|vgQ>~ev#A%lcV@^yn zenQo0pKC+yzNh&Bt5AteSRN(4e#(2=zKi1d!4Zx~Z^4`t%=^&%TdNqRwDRm&+nQ%} zm=&vYEfQ*ON-mN(g_$>LkK-WNE5_*$CtJjl$~=X^;&5QM&R8V48i>qrWn(|Wp>KF; zD|&?>J9V#IiVvV=pm-B!$b~9HmK-M%MwQEhENSJ8H&YXkRK9Yx3@K}{T&g%z5|ahS z+wmY(O|CstE*x@oe#|oH_eGMahb=8S`BX9R&^|?ze@9n1XU<D!gkMFvRdH4z_qwjQ z!(8U2$i9(BoWeWu6)Bv1PSywA2mLYV70@dqWM<({>5oAVK<|TI1w9y5K(9>ccR&w8 zKLfo6dUb?sE(nXdp?IOf5h;SBT0z>RaQ{M%{3o#LEGnFr1lc<m{{p6e#C4?4&q-Tp zEN${0$0ErG(&URy)Nwi`szVP3NvbxJjLJb@`#Op!K6ep7DwQyd`^d7pCP}lnXY)-b ztj<W2fPz08Bm${~l#(2}Byv7c$uX~Q8EsnQ6RRFv$8kEqrHTc=Yd6#6pU@jD@7=gd z_o4cEFWtgytCwU6e(CO`&*(IpaS8Kmsupr4#*n;kQz~iA-V<ZxMOjJt^L{REK28-; z%I$5@5}Rq#<rF!>MLTYBdaIk|Cz-xiC%Nd-6YaP?%dY*sF{7n5vrglT(Nv$t*f`@2 zn61}g^`pK@dbm(**6MSasb)yv#>h?rnV5cLhB`t#?#+bk;z_knESj9V&m!1t`1sc0 zd6=fgZq1$p*Y(1=ZtV<&M!xiv#{GVpAe;u+_#_%rvyJ~POl9dQJYXm$y}BnzGI^JF z`6;~0rkEjVA9)Lhj8z)njlHwEsj)Z*V2bG$78T_NGBlC20|?4;%7M+TNitgi!d7oy z4{J~9A<bT)0su*bu1IBIosH?dp87f>0G7xY)6}!FVuMP=5;z{#=gLZ&pKwtw=`&kI z-HBTrUOHA~q*KMN8>M0qaz<Ea@F^F8QhS=`GgEd-5A%Ap47ECa1<S>Y(Jce(L8JXO zjem2*Ds+DP$!*o^-|i=UeJd3Je{-082rD}u=ta|-z<ZX9+a1+QKS+~<+j_sTPj5Gy zxPq$L-0Gi-5DMQ$lQ+;gS3{z|^Z35rhs1Z6NlUwP^6@dKptaCs2i>6qM00kXFLy_7 z;WD!7jJ(2QZZ{Ac1vzuD=B)zVi1REgh<Lz!RyiXDc}ZCCSNEwytOheO9PCXF<^UV3 z4@+O?U)?REolY#`7B00cm!9--v1b;17OPlXgK6S2y1Fag)#K}CTn0#UxT*Ay@+7PK zWnjv+EHCL*T&WpF6+^PpItC^XVhy8m4K=ETdY++8CHBn|;XddRFCfPuzHw|wmR+A* zHZz}yAAxegqjOlOq3xi_15`5YQAS3tLdE)u>^d)8_}2IozV!>AdEMXz5!c~mf7KB~ z`>V(i>eZ^#^=4MUDgFS8mIg26D_LmAqY4X(3dYq{r|qsdqrgxw8wH4)&q7u!+$&BI zXsV7MA{qV6L6ki<2d=8B6xFlfrLpnL{V&`v+)+5HjiMqH|1LtkD|Ro<?xES)FT(Mz zwegOAQ5)|zKiRE_+MeC-**7@rLf3uail=(-53%>NWvne?jfkIKSX(k{zcZFEk98S4 zC)OLuOGaB{PYoUa!RYd;gV8^X<Xclo_`%Z9UojkKc9gm7?Y3_%%pOds|1|O|ugODl za+++-aJ)0iF|jSXVrW+_txd+~*JoWd7T+=SwW%!pKan-(de?A$!mhn=<x^E<?|nu7 zM4m0HkX<ietDUj;&+zUr?+iLTdkid9r+B@Z;%J_t8ZXB1EG?Yw$6a0EXWt?QelnC& zT@w2<N>Dja@$-S|50rkHXylo#QL`1pqS9+HKGAHq78-TT<->&!pWsTX{rIp9_j-MG zsz){bhLQU6m%fI)VP##?by@m)eHg6Ed+T!hTSA3~D|7vawRO2Je|ckF-Vi^=Vj1jZ zOslHy<URe!9WFrX2b-HvLpL|K%j$04(vVYz{lP(+v_59TRn4*cXlMWTkM}g2R%W{G zGL)xM@!rSG;Lh-!*Ez?0!=;OaZM*A4=eB_^ZNIVeJ=pnR`0M|VH&k}=LCR1rk2yWe z6%`57?njBB1{zU)^<S6a%IDeS@q@W}@NH;+k*FRSR1$&qNi=n<#IXf$C(pSQ?;CeX zJS#aXD|oT@WVv`B#a-w}+@27*D5IzPJ!r;)f**x6uz@ZEn-*n&|5xy{_#wz9wxyd% zQP;{Vu~I^cn|fSJbNr{#hLjca$h6RFKv?6i(0KV6O=jqv&<D6K0&F994Zq87NG_wT zkP!V<&>}Jq2wp^6b0cusc1{1{8;rkK{_B1hR;Kg+>DfF9zKgsSaBA*lZ_%xjhxNs> z+HA7C)ohkgv)LZtUlDIM1+d!@p6+y&G+AJM8Z-wgNu_-qKoqe7`z6h!Yq9mdKGV!O fr-v=Wd-mzKt#5=}M(0OYT-0kfbbT+{2$#MG;wwQg diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-38.pyc deleted file mode 100644 index 266ec0c4536372b4fd35217de66dd791e44a9eb1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6966 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-38.pyc deleted file mode 100644 index 7db17ff0bab972e1ab6477c9105e415fb6429111..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1695 zcmb7EPj3@P6rb5Y-nFqIn2;s}Dh`!eS0z3nQ3)YZ$DpWXjbf*?qgJc6XH3?a-8D1o zK%#IWJ@i{7$6Wd``XT02sV8nd_tL(%CUz2WVWjtF-k*K%H*epY?OLruVEz8>jqo>@ zkiStlzZ?)A1L^O8al)x231u{~n3dSfrl_-|leo-<v&|h@N<8LK@|19wmyQT832)@T zvssyYUDEL1Lmbku&9$hnGdamc7$@UQ<;LgnUaaFRH4Bq89%NjEGR}pHq;62-1fY0N z@mmo3kro3CbbeVNJO<L=0272!PMF0hw~h$25gP2y6cls0$9<4XybPc!rqWYFyoltk zPy>u}w($BTpcat+2iPGUk(`dKT}$1~?U4hr3seH~hEDg)?t@QxXziBNBk-z#^~%ti zS*!5%A2E4r<u$NeJ-&8A-q8*6>w~xUAw6C=v`;9U?9p{~1iXG|;Th=0(0WK-{W8^Y z0=qlaK#oO-bRFm>c+=yh6EbvX`96bue}d2QB^)b&@>YTJFR-o-X_vr$8@vdj<)lka zY0$XC{1mF++aC)BJwjN0qtn`c)((1M@8{?3Fz9Twm4^lo45%_r8YRN`<4Iq}gH3LH zy{~hTY;soawSVdrpRjssW4*T?cH6DqW+#~H95k~s=KC>{6TzzOAKFDK%wilF>)ceL zJXdiannxRFSL|!H@KWUKXG&}pRz(DQ91X<w)~0dyieP1#4I&wUg?S(1n&NJSs<sp9 z)=n%r2GFe9>O7lg_C83gHoH6`VoNje$=3SQnLqQ-^v2r`z7IMtf`(%pE#wf21M!WE zmjL{@of5SS_4~Ko%#(3*9FOnCsm>!Q?;XSsve#ngJ}L_e_e9Dw)!fMwd0)o;W)7YE zy69Zp<XN&d-ZxjF8hD2dkw>xAWeBam0!C<+E?RY3wW`#iby}gNsZ1?W`p>beV5w8z zK3JKL!`j7I7p4Oz1xK=&4jdEgoGwwAut8a67%QC@6+N}oA}G~OWO&snTY;0QL53$Y z&o4lwixH#;%NJqHojwJ{l~laRyD>Ck`ckdVQWqeK{6)3qK3|>#aJde1uTMcx8AnQ_ z#UJ@704%`snakJb@?R>z+$m^y#t%d6@h~)%FibK&k$A3#;j2j`rxtY!?|U2B9b}&) zo0or91LcDONf!s|ullxc7uo<{$1ogD@`-}@3V)5Vk>T5Dyf=wlgSIOk21BOLz*3N< hTVgO#I^GlWe^|u(SbF0>oZ^3k-K4RT7A<H}`+s>kq5A*; diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-38.pyc deleted file mode 100644 index 72b7915b71ddc2080c875fe533b1a1c1f35065a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3480 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 EKbLlcxBvhE diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-38.pyc deleted file mode 100644 index 718a1dd4fa5b171f99cd5112905f9c9e13541849..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6579 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-38.pyc deleted file mode 100644 index 0cce7800697e0c7b885b91ecacd4845a7da0aaab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1853 zcmZ`(&2Jnv6t_LI^R=^^&1RD}qI{?a#2%U;q)H%FRik7@L1bH+1<I&sv{_G*$<D{d z<4tMgIkguqRnHtyb423AAHW~tD-u%ghyw@Uy_pR}2xjDG`{(zbfA)LNpS4;Zf$y6S zR>Fo$$j>;r{FyMh1Fd)tf)h>?lG1>tEMTb-7!)y<m}w(uRAU3iR$!%eV5d&tq;BA* zUf@-0Cag7sX6gri+6r1}J7}j%!BW}@I<Vg0R<fLSgD#A1?j$Q|FX*MK!73#m67F*E z8R1^kJzjfi1Z%vxNBaIN;6(a{UK;Ngc`}z#7^kybNbT_WG%n&i)17%1PjViGNh~8V zPKrL&jZcT;H0n2WV{f$eV5E(~a7VWu?tT&uw{{16_qVnO+TOXhJ^J$gK%1k%!%^ST zPNf?T_p}A-*f(orduMC3rCkK;A-n&Pwzu!??hb~dR}>jiZSIeY=oP~W)Bb55^Fb1& zQ6>xRWk9BwjVDnt!Sh`H(BKZV;u?sE1eBA2amv{<5*XazCiEt6z+G6{8;L0TVw_AP zF~MCgK8#=k8agi?g5ad2iX4+2^3^*fQ{Z#ziVa0xQbiRzXMlU9p^VQ7B`4PvE9r^1 z&>GcRocv4cE+@c&4&iX71RC0s`83LkzNyV3N)EI$6VYj$&kNm%PT|<PQ7L>+#OuK5 z_q&@ioo&wI*^M|W<Ty!goW<|wkE5fT2v#iwGoFjhBbg>QlX!m<_jz0$x7a*{y^i9I z*%R%AAqF}OTX@_q2*OP2QHOS*SqAoJEB{>8#)baGK;6aHhTefz-I;{jRP>Qi8l_n_ zlp)EKiJz4Dh?Q1pE9;n+4oFtIF)2M|!~MMrYt7P^hH6UlDH9KruRPT}X3*#XyG2em z5aC2M7c*BjI9*52KPX39Qww_X(pIi=z>@i7_N`)^trO`?jcRPH6J<?}bF+$9OSP(a zeV28>&aLgvs~BcK0%r$2|EA1}tBG9I#g0btOSPjdeg#VpEzcSH%Fe*9Ib|=XXv2!H z%yU}d`+&D9{5`<ihyw?|TyS_nPp)UTL1(Gb`51Doqs-@|vV9xyWw|7~az*y!s$4s; zrxxtMGar0iQAWK-l~3kSn;33^=`5B(^sfpFI_)O;WSn5(X!q~((H@jMrcXAB1ZKQg zMbQHhI8i#2Pe$WIVOLYo5)!7`f~-Qg1F*Iyd5T3T@J)nFj=q)x9z|H-`9waMMFNvT zG*S2{Fv$cai&z4o?RhrM^2b@fE!Giy4M8&lH`<)W8P_Hs%dw`RHsts)u*Xu0c)tJ@ zIElCp+QIT9&rTyDBOYF?(y6AW0$+ftSZeVGPOpN%J&L;^NR{P~<M5l*hgp}kSr2>a z{oxoM>#};aM?1`;ZEVzEj2MCcPlqw%Z23}k)MY$`w-O2qS%#tZ!Z6MGJi)Oah9~nn z5@9Ib1Qr#kOGL50Ma6avMtExlzDN#r+5(Yb{|b6Mn9I2Uj{=`Ofwd@5Eod%Edy<Pq zP%#0jDAvKi_*C)w->}rNB?2D<?ZW+HipZi$j5<Y-$A3}Q&aL{Sw=n|?B;R8`y++?+ IKI<5N0SzCxYybcN diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/base.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/base.py deleted file mode 100644 index 80c474c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/base.py +++ /dev/null @@ -1,252 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from xml.dom import Node -from ..constants import namespaces, voidElements, spaceCharacters - -__all__ = ["DOCUMENT", "DOCTYPE", "TEXT", "ELEMENT", "COMMENT", "ENTITY", "UNKNOWN", - "TreeWalker", "NonRecursiveTreeWalker"] - -DOCUMENT = Node.DOCUMENT_NODE -DOCTYPE = Node.DOCUMENT_TYPE_NODE -TEXT = Node.TEXT_NODE -ELEMENT = Node.ELEMENT_NODE -COMMENT = Node.COMMENT_NODE -ENTITY = Node.ENTITY_NODE -UNKNOWN = "<#UNKNOWN#>" - -spaceCharacters = "".join(spaceCharacters) - - -class TreeWalker(object): - """Walks a tree yielding tokens - - Tokens are dicts that all have a ``type`` field specifying the type of the - token. - - """ - def __init__(self, tree): - """Creates a TreeWalker - - :arg tree: the tree to walk - - """ - self.tree = tree - - def __iter__(self): - raise NotImplementedError - - def error(self, msg): - """Generates an error token with the given message - - :arg msg: the error message - - :returns: SerializeError token - - """ - return {"type": "SerializeError", "data": msg} - - def emptyTag(self, namespace, name, attrs, hasChildren=False): - """Generates an EmptyTag token - - :arg namespace: the namespace of the token--can be ``None`` - - :arg name: the name of the element - - :arg attrs: the attributes of the element as a dict - - :arg hasChildren: whether or not to yield a SerializationError because - this tag shouldn't have children - - :returns: EmptyTag token - - """ - yield {"type": "EmptyTag", "name": name, - "namespace": namespace, - "data": attrs} - if hasChildren: - yield self.error("Void element has children") - - def startTag(self, namespace, name, attrs): - """Generates a StartTag token - - :arg namespace: the namespace of the token--can be ``None`` - - :arg name: the name of the element - - :arg attrs: the attributes of the element as a dict - - :returns: StartTag token - - """ - return {"type": "StartTag", - "name": name, - "namespace": namespace, - "data": attrs} - - def endTag(self, namespace, name): - """Generates an EndTag token - - :arg namespace: the namespace of the token--can be ``None`` - - :arg name: the name of the element - - :returns: EndTag token - - """ - return {"type": "EndTag", - "name": name, - "namespace": namespace} - - def text(self, data): - """Generates SpaceCharacters and Characters tokens - - Depending on what's in the data, this generates one or more - ``SpaceCharacters`` and ``Characters`` tokens. - - For example: - - >>> from html5lib.treewalkers.base import TreeWalker - >>> # Give it an empty tree just so it instantiates - >>> walker = TreeWalker([]) - >>> list(walker.text('')) - [] - >>> list(walker.text(' ')) - [{u'data': ' ', u'type': u'SpaceCharacters'}] - >>> list(walker.text(' abc ')) # doctest: +NORMALIZE_WHITESPACE - [{u'data': ' ', u'type': u'SpaceCharacters'}, - {u'data': u'abc', u'type': u'Characters'}, - {u'data': u' ', u'type': u'SpaceCharacters'}] - - :arg data: the text data - - :returns: one or more ``SpaceCharacters`` and ``Characters`` tokens - - """ - data = data - middle = data.lstrip(spaceCharacters) - left = data[:len(data) - len(middle)] - if left: - yield {"type": "SpaceCharacters", "data": left} - data = middle - middle = data.rstrip(spaceCharacters) - right = data[len(middle):] - if middle: - yield {"type": "Characters", "data": middle} - if right: - yield {"type": "SpaceCharacters", "data": right} - - def comment(self, data): - """Generates a Comment token - - :arg data: the comment - - :returns: Comment token - - """ - return {"type": "Comment", "data": data} - - def doctype(self, name, publicId=None, systemId=None): - """Generates a Doctype token - - :arg name: - - :arg publicId: - - :arg systemId: - - :returns: the Doctype token - - """ - return {"type": "Doctype", - "name": name, - "publicId": publicId, - "systemId": systemId} - - def entity(self, name): - """Generates an Entity token - - :arg name: the entity name - - :returns: an Entity token - - """ - return {"type": "Entity", "name": name} - - def unknown(self, nodeType): - """Handles unknown node types""" - return self.error("Unknown node type: " + nodeType) - - -class NonRecursiveTreeWalker(TreeWalker): - def getNodeDetails(self, node): - raise NotImplementedError - - def getFirstChild(self, node): - raise NotImplementedError - - def getNextSibling(self, node): - raise NotImplementedError - - def getParentNode(self, node): - raise NotImplementedError - - def __iter__(self): - currentNode = self.tree - while currentNode is not None: - details = self.getNodeDetails(currentNode) - type, details = details[0], details[1:] - hasChildren = False - - if type == DOCTYPE: - yield self.doctype(*details) - - elif type == TEXT: - for token in self.text(*details): - yield token - - elif type == ELEMENT: - namespace, name, attributes, hasChildren = details - if (not namespace or namespace == namespaces["html"]) and name in voidElements: - for token in self.emptyTag(namespace, name, attributes, - hasChildren): - yield token - hasChildren = False - else: - yield self.startTag(namespace, name, attributes) - - elif type == COMMENT: - yield self.comment(details[0]) - - elif type == ENTITY: - yield self.entity(details[0]) - - elif type == DOCUMENT: - hasChildren = True - - else: - yield self.unknown(details[0]) - - if hasChildren: - firstChild = self.getFirstChild(currentNode) - else: - firstChild = None - - if firstChild is not None: - currentNode = firstChild - else: - while currentNode is not None: - details = self.getNodeDetails(currentNode) - type, details = details[0], details[1:] - if type == ELEMENT: - namespace, name, attributes, hasChildren = details - if (namespace and namespace != namespaces["html"]) or name not in voidElements: - yield self.endTag(namespace, name) - if self.tree is currentNode: - currentNode = None - break - nextSibling = self.getNextSibling(currentNode) - if nextSibling is not None: - currentNode = nextSibling - break - else: - currentNode = self.getParentNode(currentNode) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/dom.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/dom.py deleted file mode 100644 index b0c89b0..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/dom.py +++ /dev/null @@ -1,43 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from xml.dom import Node - -from . import base - - -class TreeWalker(base.NonRecursiveTreeWalker): - def getNodeDetails(self, node): - if node.nodeType == Node.DOCUMENT_TYPE_NODE: - return base.DOCTYPE, node.name, node.publicId, node.systemId - - elif node.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE): - return base.TEXT, node.nodeValue - - elif node.nodeType == Node.ELEMENT_NODE: - attrs = {} - for attr in list(node.attributes.keys()): - attr = node.getAttributeNode(attr) - if attr.namespaceURI: - attrs[(attr.namespaceURI, attr.localName)] = attr.value - else: - attrs[(None, attr.name)] = attr.value - return (base.ELEMENT, node.namespaceURI, node.nodeName, - attrs, node.hasChildNodes()) - - elif node.nodeType == Node.COMMENT_NODE: - return base.COMMENT, node.nodeValue - - elif node.nodeType in (Node.DOCUMENT_NODE, Node.DOCUMENT_FRAGMENT_NODE): - return (base.DOCUMENT,) - - else: - return base.UNKNOWN, node.nodeType - - def getFirstChild(self, node): - return node.firstChild - - def getNextSibling(self, node): - return node.nextSibling - - def getParentNode(self, node): - return node.parentNode diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree.py deleted file mode 100644 index 95fc0c1..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree.py +++ /dev/null @@ -1,130 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from collections import OrderedDict -import re - -from pip._vendor.six import string_types - -from . import base -from .._utils import moduleFactoryFactory - -tag_regexp = re.compile("{([^}]*)}(.*)") - - -def getETreeBuilder(ElementTreeImplementation): - ElementTree = ElementTreeImplementation - ElementTreeCommentType = ElementTree.Comment("asd").tag - - class TreeWalker(base.NonRecursiveTreeWalker): # pylint:disable=unused-variable - """Given the particular ElementTree representation, this implementation, - to avoid using recursion, returns "nodes" as tuples with the following - content: - - 1. The current element - - 2. The index of the element relative to its parent - - 3. A stack of ancestor elements - - 4. A flag "text", "tail" or None to indicate if the current node is a - text node; either the text or tail of the current element (1) - """ - def getNodeDetails(self, node): - if isinstance(node, tuple): # It might be the root Element - elt, _, _, flag = node - if flag in ("text", "tail"): - return base.TEXT, getattr(elt, flag) - else: - node = elt - - if not(hasattr(node, "tag")): - node = node.getroot() - - if node.tag in ("DOCUMENT_ROOT", "DOCUMENT_FRAGMENT"): - return (base.DOCUMENT,) - - elif node.tag == "<!DOCTYPE>": - return (base.DOCTYPE, node.text, - node.get("publicId"), node.get("systemId")) - - elif node.tag == ElementTreeCommentType: - return base.COMMENT, node.text - - else: - assert isinstance(node.tag, string_types), type(node.tag) - # This is assumed to be an ordinary element - match = tag_regexp.match(node.tag) - if match: - namespace, tag = match.groups() - else: - namespace = None - tag = node.tag - attrs = OrderedDict() - for name, value in list(node.attrib.items()): - match = tag_regexp.match(name) - if match: - attrs[(match.group(1), match.group(2))] = value - else: - attrs[(None, name)] = value - return (base.ELEMENT, namespace, tag, - attrs, len(node) or node.text) - - def getFirstChild(self, node): - if isinstance(node, tuple): - element, key, parents, flag = node - else: - element, key, parents, flag = node, None, [], None - - if flag in ("text", "tail"): - return None - else: - if element.text: - return element, key, parents, "text" - elif len(element): - parents.append(element) - return element[0], 0, parents, None - else: - return None - - def getNextSibling(self, node): - if isinstance(node, tuple): - element, key, parents, flag = node - else: - return None - - if flag == "text": - if len(element): - parents.append(element) - return element[0], 0, parents, None - else: - return None - else: - if element.tail and flag != "tail": - return element, key, parents, "tail" - elif key < len(parents[-1]) - 1: - return parents[-1][key + 1], key + 1, parents, None - else: - return None - - def getParentNode(self, node): - if isinstance(node, tuple): - element, key, parents, flag = node - else: - return None - - if flag == "text": - if not parents: - return element - else: - return element, key, parents, None - else: - parent = parents.pop() - if not parents: - return parent - else: - assert list(parents[-1]).count(parent) == 1 - return parent, list(parents[-1]).index(parent), parents, None - - return locals() - -getETreeModule = moduleFactoryFactory(getETreeBuilder) diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py deleted file mode 100644 index e81ddf3..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py +++ /dev/null @@ -1,213 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals -from pip._vendor.six import text_type - -from lxml import etree -from ..treebuilders.etree import tag_regexp - -from . import base - -from .. import _ihatexml - - -def ensure_str(s): - if s is None: - return None - elif isinstance(s, text_type): - return s - else: - return s.decode("ascii", "strict") - - -class Root(object): - def __init__(self, et): - self.elementtree = et - self.children = [] - - try: - if et.docinfo.internalDTD: - self.children.append(Doctype(self, - ensure_str(et.docinfo.root_name), - ensure_str(et.docinfo.public_id), - ensure_str(et.docinfo.system_url))) - except AttributeError: - pass - - try: - node = et.getroot() - except AttributeError: - node = et - - while node.getprevious() is not None: - node = node.getprevious() - while node is not None: - self.children.append(node) - node = node.getnext() - - self.text = None - self.tail = None - - def __getitem__(self, key): - return self.children[key] - - def getnext(self): - return None - - def __len__(self): - return 1 - - -class Doctype(object): - def __init__(self, root_node, name, public_id, system_id): - self.root_node = root_node - self.name = name - self.public_id = public_id - self.system_id = system_id - - self.text = None - self.tail = None - - def getnext(self): - return self.root_node.children[1] - - -class FragmentRoot(Root): - def __init__(self, children): - self.children = [FragmentWrapper(self, child) for child in children] - self.text = self.tail = None - - def getnext(self): - return None - - -class FragmentWrapper(object): - def __init__(self, fragment_root, obj): - self.root_node = fragment_root - self.obj = obj - if hasattr(self.obj, 'text'): - self.text = ensure_str(self.obj.text) - else: - self.text = None - if hasattr(self.obj, 'tail'): - self.tail = ensure_str(self.obj.tail) - else: - self.tail = None - - def __getattr__(self, name): - return getattr(self.obj, name) - - def getnext(self): - siblings = self.root_node.children - idx = siblings.index(self) - if idx < len(siblings) - 1: - return siblings[idx + 1] - else: - return None - - def __getitem__(self, key): - return self.obj[key] - - def __bool__(self): - return bool(self.obj) - - def getparent(self): - return None - - def __str__(self): - return str(self.obj) - - def __unicode__(self): - return str(self.obj) - - def __len__(self): - return len(self.obj) - - -class TreeWalker(base.NonRecursiveTreeWalker): - def __init__(self, tree): - # pylint:disable=redefined-variable-type - if isinstance(tree, list): - self.fragmentChildren = set(tree) - tree = FragmentRoot(tree) - else: - self.fragmentChildren = set() - tree = Root(tree) - base.NonRecursiveTreeWalker.__init__(self, tree) - self.filter = _ihatexml.InfosetFilter() - - def getNodeDetails(self, node): - if isinstance(node, tuple): # Text node - node, key = node - assert key in ("text", "tail"), "Text nodes are text or tail, found %s" % key - return base.TEXT, ensure_str(getattr(node, key)) - - elif isinstance(node, Root): - return (base.DOCUMENT,) - - elif isinstance(node, Doctype): - return base.DOCTYPE, node.name, node.public_id, node.system_id - - elif isinstance(node, FragmentWrapper) and not hasattr(node, "tag"): - return base.TEXT, ensure_str(node.obj) - - elif node.tag == etree.Comment: - return base.COMMENT, ensure_str(node.text) - - elif node.tag == etree.Entity: - return base.ENTITY, ensure_str(node.text)[1:-1] # strip &; - - else: - # This is assumed to be an ordinary element - match = tag_regexp.match(ensure_str(node.tag)) - if match: - namespace, tag = match.groups() - else: - namespace = None - tag = ensure_str(node.tag) - attrs = {} - for name, value in list(node.attrib.items()): - name = ensure_str(name) - value = ensure_str(value) - match = tag_regexp.match(name) - if match: - attrs[(match.group(1), match.group(2))] = value - else: - attrs[(None, name)] = value - return (base.ELEMENT, namespace, self.filter.fromXmlName(tag), - attrs, len(node) > 0 or node.text) - - def getFirstChild(self, node): - assert not isinstance(node, tuple), "Text nodes have no children" - - assert len(node) or node.text, "Node has no children" - if node.text: - return (node, "text") - else: - return node[0] - - def getNextSibling(self, node): - if isinstance(node, tuple): # Text node - node, key = node - assert key in ("text", "tail"), "Text nodes are text or tail, found %s" % key - if key == "text": - # XXX: we cannot use a "bool(node) and node[0] or None" construct here - # because node[0] might evaluate to False if it has no child element - if len(node): - return node[0] - else: - return None - else: # tail - return node.getnext() - - return (node, "tail") if node.tail else node.getnext() - - def getParentNode(self, node): - if isinstance(node, tuple): # Text node - node, key = node - assert key in ("text", "tail"), "Text nodes are text or tail, found %s" % key - if key == "text": - return node - # else: fallback to "normal" processing - elif node in self.fragmentChildren: - return None - - return node.getparent() diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py b/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py deleted file mode 100644 index 7483be2..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py +++ /dev/null @@ -1,69 +0,0 @@ -from __future__ import absolute_import, division, unicode_literals - -from genshi.core import QName -from genshi.core import START, END, XML_NAMESPACE, DOCTYPE, TEXT -from genshi.core import START_NS, END_NS, START_CDATA, END_CDATA, PI, COMMENT - -from . import base - -from ..constants import voidElements, namespaces - - -class TreeWalker(base.TreeWalker): - def __iter__(self): - # Buffer the events so we can pass in the following one - previous = None - for event in self.tree: - if previous is not None: - for token in self.tokens(previous, event): - yield token - previous = event - - # Don't forget the final event! - if previous is not None: - for token in self.tokens(previous, None): - yield token - - def tokens(self, event, next): - kind, data, _ = event - if kind == START: - tag, attribs = data - name = tag.localname - namespace = tag.namespace - converted_attribs = {} - for k, v in attribs: - if isinstance(k, QName): - converted_attribs[(k.namespace, k.localname)] = v - else: - converted_attribs[(None, k)] = v - - if namespace == namespaces["html"] and name in voidElements: - for token in self.emptyTag(namespace, name, converted_attribs, - not next or next[0] != END or - next[1] != tag): - yield token - else: - yield self.startTag(namespace, name, converted_attribs) - - elif kind == END: - name = data.localname - namespace = data.namespace - if namespace != namespaces["html"] or name not in voidElements: - yield self.endTag(namespace, name) - - elif kind == COMMENT: - yield self.comment(data) - - elif kind == TEXT: - for token in self.text(data): - yield token - - elif kind == DOCTYPE: - yield self.doctype(*data) - - elif kind in (XML_NAMESPACE, DOCTYPE, START_NS, END_NS, - START_CDATA, END_CDATA, PI): - pass - - else: - yield self.unknown(kind) diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py b/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py deleted file mode 100644 index 847bf93..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -from .package_data import __version__ -from .core import * diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 1ea8b82db79fc30541708a940851578e4e07fb20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 218 zcmWIL<>g`kf=)}}cq<_N7{oyaOhAqU5En}Ti4=wu#vF!R#wbQc5SuB7DTE<~Iha9{ z<s~CfT9fe>cYJ(VYEf}!eqMY$kjtp$r^$SarywyoJ25>qJ|(dvu?S@1Etcf`qSTcP zMQlJ0nD}L-Uy@s(Uyxa#o0(T!l9-dDTa{^%U!Iy_3K9fkpwW3L`9=DfDS3(d@$s2? dnI-Y@dIgoYIBatBQ%ZAE?Le+523f$v2mt6#HJ<<g diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-38.pyc deleted file mode 100644 index 27cacf9acfe4b9d63e614f3071954b2d441634e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2872 zcmb`JPmdHu6u_(c|MbqzE(3xf;=o16gk26AAQ4<;iQzH_37E7Yoo1?b>9xCOc-<pm z?IDEWqKSTn*_(Uw1L*fKb>+l~vtIPQ>Y1I{KS-kXq+VCOs;*bB>i1sFoyA3;;q(2~ z<Kc@sV=t&N|Jc}A!;+6t2qt*KQXcTs2#nMW%+w03)DCRUgdxnt2^{@)16R6ZPgpxV zsC~hNEu7~}IMUhjM`qxo#uXlFJk%_prjDAL@KNKVW)U?F)GUZPYU+}7OCu{-LfxWh zpst~H%cxrxOJeys3yul%HftYy$#I!&TRAf8_JmZ9kkva%qWdyY&Y*hNZmoAdy9v;P zm-qqe4A6J>^~#H<&tCod)2rWh?sZ8$|CrcV!;-g9NEUFx0t4MZx1aOC6zHt5v1SPe z7gAI94Yc1?PF_IVExPpi^r5<i<p!2~1x0BH{*4JI3*5yqFO3~O;?H==^K;}?VU*Y| zOp+VMZMJK5poU-l*}9YEgMPmUg%mAG&a@sxnMmSnvvuLSOT!DhhGO92(6$8*zLc}k zgET6@poW>qY}Zs)E|U#qiKvKh+h~@2m%#}#aCx;z`>Xx9e=*MTB1)2r+wqm&Bl+NC zQtA?ZD>Ko9)mUWFDs6RlrT<vZPfN@-T!zORhQ%#oyRJ87r8=Ddb5DQ_O}vB#)`2z| zmPjm<Ab%?H7S*WtIF{Eeu%f2Z=6a*2FI#zGm_?}!L*<8I+7p9>>h&;uIEa#}NBdq` zpV`zkZP-JjbRszc;2FLTr0HVW_s{{YVae&sJ=(Z15Oq_dZmH(2tP3)g8J^5djXQK{ z*6BkBK;f$~`vog+!fcF)?eL)`tf5_6aJNLFPqTboIMf#QHI_9?GuQfSj7Ct;CL21! z9lE8p&hC9U^h#%J6?W;3a4ybD7oL_F?3Wpia0`d@RDXD1IAgbTc6e!@!Wnd*UG<gN zBGB8l3UpY&#REksETVY%7e0!wXtF^Eyr=Qj2d|dHK^7B<q39KP2vXU3KZy(FMEyR( z3baR>3}tQg;%v7D$4Jv8K};xnBhDhs6*^Vqs$M`8Q&7=_$^n@Vk^;jf-o~l*m;-dF zMtFa)u^}O>KtG3*=9f?~K8*yQV?1C>7sH_zMF{m*(roZL-#&l%h*$Q{-9hM2;>>W0 z#M>m^Cvg;er?KN*EIHBTaiI2pCU0FQ*nc4JceL^*@=8o^BLhAvtg&4&n4LvdFyRe# z;uF@$K$iH}7Pcl-6A4d{N*4)Dgslm6CxmLfCiDsQXhOYxgt~<{N9fN;Xl+7hZI93& zggy565n3w`66zl$RM}D9jbnHRz1FnC8LCmpSEw$`q3XxEPOMp1DtAIHoTZ_3Ov=Q& z0|*|VFs_o>dsJ(Yn4K^smKk$Z?)nsU`4tp<%$Yu~n;!SMKOyb4>=}pHn;h~Ud(-@Q zh`ozwaBgL@y!QciT*oqHkJ^XWqgY;}K@{t=tcRJvQ1#md$SC~^;zB}a7jH`(Ge`Yw zJ7z}dZr!B$Ccsns-x&Q;Mgon(Dw#aW5C!+voFQr-GDP|K1`TSVDA*Pkyf8*=%hVEc zX5kdbr7(VU(POitEV@+NuCnN6ncXX@8P5`bm0@6?t~wo1b>s)P?2+EGX$v*z3;scI z^lhE1n!b~7W%$>CuA-S8ogaV>3TWeioI1*TwXiAC&?a6)@HoXmIi*sDdCcGr{*3DP z2V6yMyQ!>h59Zvd^06kI{-eNU6w1J~?RI-<KTc#75wtdS=5w7_r8t}y^=gkCFoE}= jC$yR)-SIxDZuaYhqxR)2=4HIAjpoVb`DXisdBXe~-GW$X diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-38.pyc deleted file mode 100644 index b791f57a3d5bf651ccd05fbfaf4d94012092237d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 590 zcma)3%}T>S5Z=vCo2vEF7s$2Jnj#1lL@d=qF1fV5cquWvU|_SmY_^KUll9`G^p$e; zqOah|nUp{g1PA7CXJ+S{nMJpIK!DyaddpAHAL#6p1I{&YIRL>3qk_zLnu2zi`$p~@ z<}n|%%UY}r+GD|t^gCY^O8T^-CmC7|p^d*zfy)4dB`;({XJktg$Zm0&DaN<7@<n>j z#g>>hBz=z~Tj)sVdYH@7ra}zY`B**ihjV<adHKjCQzpupOruN{I<=?zxoXeVWHyas z4;x}<LQMzc|4<nhQV|#9h|Bok)`)fj2dFx8wU9Z65o*)p5bVEu96{8=J~#B0G6MT@ zlJy|INhaahXfzI);$<k64Occ7dC5bW7F-*yLv55*nG%4hmna(-TJVBP%h|0l%D^)% ze*+AfYCLv>?-=Z)?^j-?46l5IpVf;oh}>X!?;o7Z)YAr+g<>nguke!f1p^v5fg89# D!1i{) diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/core.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/core.cpython-38.pyc deleted file mode 100644 index 8d6bb1a673aa7d3aeae88ec889df87092112078a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9006 zcmbVSU2GiJb)LVSogFTJL{Yy{?6D-<T3eK4NtR_tR%}sZB$r+r79}fe-1TtpkQ{M2 zySy{2pY?8Qm`;)Yt7)4Sc_>IADC#`;sX&1?Ezp-DD2hH9?aMp_Mg3A11yaOCfvRZK z@0`24++9gd+@<Eu{XO^IbI<wCxo32Bc-YnO`?VK$mi}o{(>|p_@6STv6+H2IUDJdn z^oq8s&+ED-3}IG`d4u2Pyvc8C-r{#=K7+ni#a_+MXVEt^?+AN77g!sv$ZqQMLqX<7 zUKsl{;j9?)-C%frBp96^`<f<l!u?PaZm?tBoF7MdNaRt@2jeL3M0r?@pgh9m36w|0 z7|LT@-X(U3@ej56-D0Phz<ZC_C3fSzSL_jc@!lu)iT!x*7he(w@cxo`K|CfN|4^Sl zAUyE|YQ8KEibHrmCJu`y@qS!9C7#CH6KBN{Q9#cp#53Yq)EpE?#U$Q`#4&Lk@5ACn z@tin`9#4vw#3^waxu?We#Pi||a!(8MidHzc1s-YzJ#|76`NB{9EtIt)YIcNCBK>G7 zh)d;al=xw^l_Rbb`)@~+ll43@zj*A^_dodY4}SZ{f3^9}mWhfop1vQ^e+5rGh9uDD zb)n&ebUGc(Z>G7+7mKe>OIekT7rYC89C*R)a!^acYUC|erRP^F9(9=vqH<M)(UK>F zik}3+tI6s@C0LEU;zw5MluD7m8k9<@TPm$qMZH4#e5tfn_bcs|Y^fxw<x=S*O%7u* zoZLHeJXx(BuZ6YAFp3k*HrWWzR&NE%&r>BorJF${s`5Co=y<s*gJZQjG7Ac{CFX~t zTRPW#;q4F8-Y$e9R4jPeo9^!Z)^ZSe3uux-nb_f1u=TY%imO4C#GWq$FRCV9>?dKo z7=j~3>2&tBy+b)db)!gj^(~ibzVLF#E=M>0N+_nPBB)g%A&v8cEA~AR#^57(C_Efs z9Sg5i%Y0-wK{d<^W3L{6{*sBi`}>wmHD7qidj^+01!)d$CynXBl_$%A*SA9AE^pTh zBTu#RP%lh=o(=54av$&80M(R9BRW3=8B(YzJn;!6iMF99MpIkYH}#g@)P)W-I*MAe zQyU*mfN1Ob2WTY?DoPXM8s61tC92+vyz;Uy{c;jWT68@MX-A~kg-klsQ%rN^>gqxm zL8DTe>X&6|k)ovTHNR31SRM;TYLsiKese&a(lKB{dvvK>@#FX~ZGdrGAJH9t<UZ7u zX@{L(-)<*Rn`ntndrgcRW>ep%trI5b#eyY?DXCeNLeii#8<%BROX7kd_fXkZ<-ujS zr7$k3rf1PD=E-&WW#s$VPDemoW46<(o7x5p$tE$>D5g%W9^E0n0S0Zxo!}!q)#JhG za-~kkW1!KQ?I7}>Kbz1uFk^eRM(*mf@11z*#OdoTnhuz^>L=0zk-_OQr8*??xt^(r z>kmvto92xv4ikSNMV1^R#AVdCid$brr<pnI%B%ztUYUx&5L5<d9B1h-aa#!;my+e@ zX?h!pX5<O=o<Z(`L+&o&09q65bsfSgM}!{1IAbY$X&J%-w=>19pQ6v!|00>0lTYD= zGcMqj=3#!q3gi>0oeZvQr&?K@Na~=Lb`GQ3OPipj(V@)rt&I#At)1EPOOOJgw+vbz z6w0`$z4OvHjF#E55`DvHT2R1DGb2nW;JL&U)`pd2cqitjQooGItk~F<-7?ljnnrxB zsmIrZeFZ{|@tVl)!x=LT2mK`a*^vi|IZ%8bGuzQP=(-)cn>r~q>a%#9o>l$H1FN#{ z>T)+I4XtG5C!mqvu$rbCkJ@3(_Rp9t8|6_NSuy3m6IJ9#S7_vGP3Nv28_i71iN>2w zGqYk+E$EEV3f8`do;y~us5^$b@jlu+nZkLZ&i#n`_lP=57!l87#02jHd?@TH&PdX= zRBN2-;8Tx13zItpQY>EHdna0+pLn%u9J29$@3|J-1O2Vkcy$&}agK2g!a*=8Nefba zwsC$YlyTAv+r9Kw>u6gDV3E2ul;)g0>b*s#>DAeSyG>4>B$~!_5zm#>n8GtXml|)N ze4&_{#VfBjF12mRHbM4Lwv9&L2CyOQ&i7=vw46*P)yYb*n5f+X;kw(9r)fhpxqJx; zcF1|EZJeC)BR2A@;cYLfuLcrcKys%R#E&NJ$Wug%sgkzJGnBkQ$yrKXq=aVre{P3% zLA&8?wYOtz&)GOJOHks$XNtXBVY2Lnl}fOLb#Jq&|2ztInhVtCV7A7wvUIr5?_uvn z9-;<I1~pm8DTK(CmxJ<3sglUlr2z`4QZp2{m6^zOCrVA3RMNac4J?h!-Vo+o2xN)) zIfyT=B282oEZ)TAnrZ3dx~n_J1WcTb$1=&-QO-8T4GW-ycEdJc0P%1S!^PW1>Y6TU zsYJbz8gd#mAAoPNd^{!D5poBBBruJeKn7e+3}DA&2`)OUV+ui8F;e~Y4(AtwCHS(6 z_Yj|L_O~tewu>-VFcrTY^3Rs4Qu(#=2&Nw7$Zo|EcnnGCSK9VJkiUYiZP49~oykim zKd>hgmAof{Xxfi3zDZXt!q&YBECKBX^%>OJD@J@mp(o|#S+qO6+Z+(ZEpCx<*&;4A zjLFHyX(esTe%$MKF5juaduAm$C57il!aEH~?0^e%?4CZkbsxV*L6KmvV23*KWkUD> zIcamzQv~M<%FTZ$gGLpDRL@d%<yWyp<q{cV;LKj)&g-aqfIHn2SJrX^Ck^ia76jP3 z7iZ1ZMrhc*NjNk!)p)XJ#eg@UOp)A%O4z_%02ikjl)S0V;pU=tW59Qmhc3RYO3`BZ zcWBwPBn``!B=>zLl+0(>gq{Ytlc8eY4W_hdu)q3W@LS2upG|btD$KnaygL}Ugar63 znSPOJnF+i;Y7@4w*UgLCI~QPlts9vQo5xu+Mww6uL3W*dVYxQj%qWpSnp@Ww4Vb%G zVYN(MTf2)^GyWry>7~C%OR{9R*~I_s8UAtYW1hjqYPV<jxIM#9&<f`TI~`gvU?PvI zy&`wy;k%_4wO?8j9y-W;G0c0=F;Wb+kaII~7Wq`4V<b)Wi)<jmVe~3ElI}t5Pp5lI zH$&;K`hyO5n&Hd3a+im1;BH2a5u1wCTnZBTG)NR|1)L@nA$7{N67aAdq(*fm)x$L3 zJ8Dq<M-+5YC;*qI8-D<5F=;d0K*Isp?bR&+-~|5ix`EUJ$N>=X?Cz~YjSCRmk9NzF z-@y1X@u2g|Ak$TczwVbVvuUz)31KvK3;z3xCQqpQ1IZ9d??#rcMYt`IM0R9OSdf}` zJ9T?l4pkkW2HX_T&7#jAH}yVh-|dtj$={{h7ty5gfFtsx)krvVF(g8`pz!xf7UT~* zy-DiDP*3kX%gpYk23bGTvYHm0HADXET8a^t7+Hrz#V+SZd-7xJhD<4DbwyiCX<o6T zX)*_NNY^njzC!P1-u)S-eY9nXo!B#gwcGESnBabAxStJrpmbMXJHvd~*+cRDcF(^U zptxgz;-9u>{?-7+Z*}E-S8?mlairUFzEweSZYHeb)YHt@WDu-`pW)QQ|3s47mx2Wu z+zS5(&Jp#{K3)II)VTzKU-BbAb$$W&*cHl|m;5Mv7dRA#l>7%J|BVEY$ErfY&ey&| zh9zFUjS6@fo#2YRP95kf`T25Q{Tp<N&m&<u*FF6RNiO9508G8bz)o*C1^6@cgGepo z08$T*!gfvupwI{WB;`YRrtrkGZAk}$7>l@y$i29bLfV0ST4M1Hj&Sp6g6jyG!o;RJ zy^U*lJMD6g-jJ=I;L1Q(8@CDL0h}Fbno0h~upmS=WNmGBZMItnql>zKX&g;PNXFNV z`1{GIus6mMNEuz+L>34-PLwx!_P4d@q@^W0S6ulcU86s&%XxJFuWONUUF(@KM>9fV zy<|eo2&q4hIo(Io!026K=yThlRm77vzBV%TWO4E=OI~AWdbLJ=KRKqU{pPh-XD?q& zovAm9bJN%7UTaLg2Dn7Pgsvdu0Cb{Pect?Y?9IP-vc-7a_-f}qv+dRT;)Y*FXwFNj z9zkiF;=`$Qr+?$#iK%W_?B`oSV_?MK4An&s>+Ic1VNdFYF-JI~a*$>g?j%8+=IG^1 z>EB6h5zt21N+>UZEI<1z?9$1vP?2?uBv+Z49o@aFAW#r9qDu;MvAZr0Q|@I-c2h!H zAjc?~MuJNaUG!Nul`gVYc4M;~xlD)JPClL8zoC2E>Wo0Y@^GR_?;O^{F=*x(bdVix z_$c;$*BBw^oAV>aIQn~rXUHn3^ywnBPou~w>*6mX(>T%z2tofiLIoM;s9by)7hHAy z*WQLDhaOnagL6s`l%zMcm@d;wQ#oV+Dt#J@GBkFNhPR^H*rp2az$&I0KQ4!1V?;T6 zNww-#s?k!zDOSD9QLUcf3PhnrgzhRFxS=o%pIbV9RmJ?KDPFF^cxkpB_~Wfhx>%$m zC7(x@YBE?1Z$H#2v{e@u{E2ChW)OFo<KQcJ3+vuK0rfUy9lajS+h0d3S>g`P#pfHq zoDR|fSG<0Hs(_1*5w`YqaQixP8}=snhIck`Hg&lGYPkd#1fkKDqNO3I!aS!@__o7A zJ<b`7rrkDnr)3Q*l8+%N49OdmU!jDI6!TX~%8|ezLWYPoE}HmAAd{FbwlbkcHZ`l1 zd&sRxuA$)&@sE6a4f1G!Z**yNA-S$TPAOXt?m5@z43T+o@vvAP0TH@4;bWIZuC73w zs_`QwoB;g41>k2|HpIyW;Afj=GYcmNH~wapqD&OSK}}}S*ffMrZb{2&I&`CK<-jgt zAKkTXpbk+hMCqKC+ssj<D*g`M<lKDFG$iHW_R0-Jx;C0FK9xDhTTS}~t!1t4=bD`S z1ij$s#6N8J{sCftlqV{mfXXKr;kHNQ-~hp9C-%CA$kYBLyWxlt#NLdya@i{`48_5= znaPRK4Ht$BR{_MRbeN_5wpmijCmbB?SmVN5!Q`r6Q&Ia)M4az~6vtO#L(ebcYYu-? z0%BjCyK?#reN-w3F_3cU7~?!bvblN^pFTq&ba@=7u?2evKYd=p-O%J^B*j#}Cf`CP z)lbP8eqWYFY7LPThUIO_cL6lD7s42ybkZU9M)Yz~x#y{SITFEb4!!feT)sgg888n~ zt_!DyAs}{j6(8kDAjPSY#0RgKL#C06pZOJ@Hnpqu1bCqwAd5Z@q%HwNi9g?@4sT9Y zZy}_f_(?rZhY(?@z>d*Jra|Xuh<lgt1<J3TC8@rKRjEL*0qmu?|M-3Kj_9&$-#2vQ zzG2uuH4Fm}-Uxw=4c4QM5M_k18@C2VYvaBotSG}N?EWZtOSXsA;UAFcMUq~R2_klc zye5dewQjZ$G-+j)w3ZDqd<94V9|}m2joifE02)xfnU&W`VV3BI`ECM5;ebR|*zn)! z{%{km_RF|~BAlCrx*bM<777Ga1Ij=x><xHcoA5r?8W_#tinT^FBR{4Vk)sxPH*V8r z3>w1PGVrth4t<AI=!5Tsj7Br5evAd}US4@E>YVv{ICrn@$uM+(My&Y^$Dkc+j9z4E zfa{?wMIk>3XADuq)HD;<Dq(_eIBlyy@%0#os_Z@?cxwB#8loSmMScti(qV9(;1<#y z2rt|#XodU$b#k4ONp6)vT(2al%?pf`eeXBujH`1bJQU_6NQ9#d(@fDbya9#;k9imv z7#IAhIt#t%4>1(7du0-Y&W}uYS1|qzg`X`LFyTrtEC@yhX!c5ipaTno9k~z^n}x(~ z+7Jx;0l`4HVxJaEv?!qf0<uuRBoQ{TP<*?Y=?cZou29@;TJrnUBJh2IP#i*$;V(hC zqB?&08`uF0fc#C$%_5nTzlHQc6V*La`McEhE+zC~nvIG4HsyW~2?7XocJlWrp_{up zHaao+9ZLR?686Og&Wa|8>8y?-^Qg0;Nax^LNg7$uXXu|XH&d`?@GF><98sI2FrFl5 zOGO|J8Kh=>2Tp1C{~hp0KzW6_kflwt_~uv(D*<m7vD`q$2zHgiXt9c+iIg$*GVvu- zPEao2@r3Aq7bw1r5;4Y8_EG5zC0`TSCsOeG4As%6Blc01^ZPm#-=u^h7Rrq!r-0oZ z#ca|n<ucIDdw_G8iX%u;=bZYF3H1L~wD<xNII!)%JOxYO3XCAdwKAjroUCKw&%!(F Wo<o{*Z0D$3a6D(9v&%i;KK_3$^c+|K diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc deleted file mode 100644 index 6eff7718a333a6bd45777b03c0cc778d8b0da90e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21342 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 PpLd6L3AH2b=e_?En^l;- diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc deleted file mode 100644 index 7a64f77e0418e11119c618aeaf9e3be06ba259f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1770 zcmZuxTTdJ}6t+DVHVa5eX$z=GwWw4v5?KgUrC!KIZInuRpi+{)pj5*!_U?|D^$fNb z0-9AGww2m{kv#SX^~JA!;xF`tp5x&f)gycC<8!gU^Bw;(Ki?(L{`__!{W~V)A6(pQ z3>HtIn@t!5*(HJsR?=N60ula3cA1Do4F5pPhz|TiaYuCF9|`u7B(vEaN=Wyo;z%l< z@v<<MSAAY6D+f}Wbw0|3<l`EJYs0FR{c%~IB%o?WSy^&59_>qwyJe*YT#uFM!XmGf zk@?ty+Z(>}YE+M{1Y<30Esaz*vqh!Q+zuu0S9;W4TQfG(_Q5)rN<2u`dAr{7>#c<M zdcCB_Uk&lR${a&*G(8+k<6W&DXNJGw7w)@-^4paz28GH>f5FGAa3*exk>o$GmDOPF z3xDn;>2=QlL$Z?tBv%bECo|B0gl_(T!IFkd>4Xl*gb6wcEVZnmQ}~{eU-u_r6AHFS zTG;{7&l}o=%LGT1FB8F*$N|&O4_81Ipsd~boh_3|)UbDf4Vy>=U=s<7`io@B-ct&C zli+a0g3gpe?!xRdIOvN@DE}vY9I${)NkB*C5@FVv8c6e9mqWWiI^Fcprkht-r!Dv? zqK|N|b2H9|0Ayxwq3OL`QiW$)a``69ZFvG(m64E!YdfFRwBXwhLA;H*g#{#>n+oz! z^t#^J3xB-UmC7q21zy1vYEWJi>4Fh_dz*i?#T)bmM^u$XT|2HzX?ot<**UZ`Os2*m ziCt_eZKZIL$H4`qR4&fy8eF*f6hMNIX}cGBPhb;aQKW9RHBE8l;uc5OEi>3V)`gXh z7H&QtYYnV!UHnD#T?qT{_ZxOpZ`4J7zfb@}S>8V_zNwDo@M{$Mo<jMFN^cZGWgCEK z>%Lc?xP_}#+Sk>{hsOuOd<p~UbZ7|QUHFzLqaV{18Z-S7?Bw_^TsE9z_Z*&sNdvFM zBjDr@1bD=D&N#^YVH4&epDGu?iM*&C?x98phR>lJ@0|Metzto#1L!^wULFHI#*sZC zeSC0&9lZeZ61C3Xp1%z);!;QT2jL(iLSAQN6)Y|TFT(uR4Y5K)=sxf%Ot4A?ow5nD z^c~b^!``z=0QE)>LcL>yw)U2w9;fs*n}kq#VFNA#azOR7CW6Y{Q6VKN6v0c<U`;}W zgY>Aiy|RnZ4(j;`^+X6)j7}dul~(Fep@6h~z6U8x_jn&NZ}2s&cm*35Z(f^ee316q z>0Zy1RU<&Jo+Xh7*~R+>JgC;qw*R!0eX9`#jqg)3<3bFgF}E)E%uQWTSH^{?34AXG zL+fbzA;kBt=>>1L%?kA;xM<16x^yn+0I8N}$mW1zNH)zeUhHPlR8)DI>Lplv#`%M` jXF{DDk&p-)3FJE4qe_fR`3Q+(kjLRnhjl*b1fB3d-`mAt diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc deleted file mode 100644 index 8773f0d36ef93ec500ce99073d99cce331338406..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 172 zcmWIL<>g`kf=)}}cu^qz7{oyaj6jY95EpX*i4=w?h7`tN22G|aW+OcdKTXD4-0|^c zsYS(^`FZj2D;bKIfU3a6FFXB`+yecA%mUrayyB9?oE+V%OpE;T)C^OQAQ%I6=B4Bp q>1U?oCF&O>CTAz6r^crwmL%#GRNmsS$<0qG%}KQbx!^MpGXMZ?bt=RF diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-38.pyc deleted file mode 100644 index 3185e11d10793e129252d4044ce584fccda84fed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 174145 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�U9aBUg&*?VBR-z}X%r>CAk-S3vu2JiKZ#)A7? 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/codec.py b/lib/python3.8/site-packages/pip/_vendor/idna/codec.py deleted file mode 100644 index 98c65ea..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/idna/codec.py +++ /dev/null @@ -1,118 +0,0 @@ -from .core import encode, decode, alabel, ulabel, IDNAError -import codecs -import re - -_unicode_dots_re = re.compile(u'[\u002e\u3002\uff0e\uff61]') - -class Codec(codecs.Codec): - - def encode(self, data, errors='strict'): - - if errors != 'strict': - raise IDNAError("Unsupported error handling \"{0}\"".format(errors)) - - if not data: - return "", 0 - - return encode(data), len(data) - - def decode(self, data, errors='strict'): - - if errors != 'strict': - raise IDNAError("Unsupported error handling \"{0}\"".format(errors)) - - if not data: - return u"", 0 - - return decode(data), len(data) - -class IncrementalEncoder(codecs.BufferedIncrementalEncoder): - def _buffer_encode(self, data, errors, final): - if errors != 'strict': - raise IDNAError("Unsupported error handling \"{0}\"".format(errors)) - - if not data: - return ("", 0) - - labels = _unicode_dots_re.split(data) - trailing_dot = u'' - 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 = ".".join(result) + trailing_dot - size += len(trailing_dot) - return (result, size) - -class IncrementalDecoder(codecs.BufferedIncrementalDecoder): - def _buffer_decode(self, data, errors, final): - if errors != 'strict': - raise IDNAError("Unsupported error handling \"{0}\"".format(errors)) - - if not data: - return (u"", 0) - - # IDNA allows decoding to operate on Unicode strings, too. - if isinstance(data, unicode): - labels = _unicode_dots_re.split(data) - else: - # Must be ASCII string - data = str(data) - unicode(data, "ascii") - labels = data.split(".") - - trailing_dot = u'' - if labels: - if not labels[-1]: - trailing_dot = u'.' - del labels[-1] - elif not final: - # Keep potentially unfinished label until the next call - del labels[-1] - if labels: - trailing_dot = u'.' - - result = [] - size = 0 - for label in labels: - result.append(ulabel(label)) - if size: - size += 1 - size += len(label) - - result = u".".join(result) + trailing_dot - size += len(trailing_dot) - return (result, size) - - -class StreamWriter(Codec, codecs.StreamWriter): - pass - -class StreamReader(Codec, codecs.StreamReader): - pass - -def getregentry(): - return codecs.CodecInfo( - name='idna', - encode=Codec().encode, - decode=Codec().decode, - incrementalencoder=IncrementalEncoder, - incrementaldecoder=IncrementalDecoder, - streamwriter=StreamWriter, - streamreader=StreamReader, - ) diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/compat.py b/lib/python3.8/site-packages/pip/_vendor/idna/compat.py deleted file mode 100644 index 4d47f33..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/idna/compat.py +++ /dev/null @@ -1,12 +0,0 @@ -from .core import * -from .codec import * - -def ToASCII(label): - return encode(label) - -def ToUnicode(label): - return decode(label) - -def nameprep(s): - raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol") - diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/core.py b/lib/python3.8/site-packages/pip/_vendor/idna/core.py deleted file mode 100644 index 104624a..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/idna/core.py +++ /dev/null @@ -1,396 +0,0 @@ -from . import idnadata -import bisect -import unicodedata -import re -import sys -from .intranges import intranges_contain - -_virama_combining_class = 9 -_alabel_prefix = b'xn--' -_unicode_dots_re = re.compile(u'[\u002e\u3002\uff0e\uff61]') - -if sys.version_info[0] == 3: - unicode = str - unichr = chr - -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): - v = unicodedata.combining(unichr(cp)) - if v == 0: - if not unicodedata.name(unichr(cp)): - raise ValueError("Unknown character in unicodedata") - return v - -def _is_script(cp, script): - return intranges_contain(ord(cp), idnadata.scripts[script]) - -def _punycode(s): - return s.encode('punycode') - -def _unot(s): - return 'U+{0:04X}'.format(s) - - -def valid_label_length(label): - - if len(label) > 63: - return False - return True - - -def valid_string_length(label, trailing_dot): - - if len(label) > (254 if trailing_dot else 253): - return False - return True - - -def check_bidi(label, check_ltr=False): - - # 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 {0} at position {1}'.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 {0} must be directionality L, R or AL'.format(repr(label))) - - valid_ending = False - number_type = False - 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 {0} 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 {0} 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): - - if unicodedata.category(label[0])[0] == 'M': - raise IDNAError('Label begins with an illegal combining character') - return True - - -def check_hyphen_ok(label): - - 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): - - if unicodedata.normalize('NFC', label) != label: - raise IDNAError('Label must be in Normalization Form C') - - -def valid_contextj(label, pos): - - 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, pos, exception=False): - - 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 == u'\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 - - -def check_label(label): - - 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 {0} not allowed at position {1} in {2}'.format( - _unot(cp_value), pos+1, repr(label))) - except ValueError: - raise IDNAError('Unknown codepoint adjacent to joiner {0} at position {1} in {2}'.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 {0} not allowed at position {1} in {2}'.format(_unot(cp_value), pos+1, repr(label))) - else: - raise InvalidCodepoint('Codepoint {0} at position {1} of {2} not allowed'.format(_unot(cp_value), pos+1, repr(label))) - - check_bidi(label) - - -def alabel(label): - - try: - label = label.encode('ascii') - ulabel(label) - if not valid_label_length(label): - raise IDNAError('Label too long') - return label - except UnicodeEncodeError: - pass - - if not label: - raise IDNAError('No Input') - - label = unicode(label) - check_label(label) - label = _punycode(label) - label = _alabel_prefix + label - - if not valid_label_length(label): - raise IDNAError('Label too long') - - return label - - -def ulabel(label): - - if not isinstance(label, (bytes, bytearray)): - try: - label = label.encode('ascii') - except UnicodeEncodeError: - check_label(label) - return label - - label = label.lower() - if label.startswith(_alabel_prefix): - label = label[len(_alabel_prefix):] - else: - check_label(label) - return label.decode('ascii') - - label = label.decode('punycode') - check_label(label) - return label - - -def uts46_remap(domain, std3_rules=True, transitional=False): - """Re-map the characters in the string according to UTS46 processing.""" - from .uts46data import uts46data - output = u"" - try: - for pos, char in enumerate(domain): - code_point = ord(char) - uts46row = uts46data[code_point if code_point < 256 else - bisect.bisect_left(uts46data, (code_point, "Z")) - 1] - status = uts46row[1] - replacement = uts46row[2] if len(uts46row) == 3 else None - 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() - return unicodedata.normalize("NFC", output) - except IndexError: - raise InvalidCodepoint( - "Codepoint {0} not allowed at position {1} in {2}".format( - _unot(code_point), pos + 1, repr(domain))) - - -def encode(s, strict=False, uts46=False, std3_rules=False, transitional=False): - - if isinstance(s, (bytes, bytearray)): - s = s.decode("ascii") - 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, strict=False, uts46=False, std3_rules=False): - - if isinstance(s, (bytes, bytearray)): - s = s.decode("ascii") - 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(u'.') - 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(u'') - return u'.'.join(result) diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py b/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py deleted file mode 100644 index a80c959..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py +++ /dev/null @@ -1,1979 +0,0 @@ -# This file is automatically generated by tools/idna-data - -__version__ = "11.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, - 0x340000004db6, - 0x4e0000009ff0, - 0xf9000000fa6e, - 0xfa700000fada, - 0x200000002a6d7, - 0x2a7000002b735, - 0x2b7400002b81e, - 0x2b8200002cea2, - 0x2ceb00002ebe1, - 0x2f8000002fa1e, - ), - 'Hebrew': ( - 0x591000005c8, - 0x5d0000005eb, - 0x5ef000005f5, - 0xfb1d0000fb37, - 0xfb380000fb3d, - 0xfb3e0000fb3f, - 0xfb400000fb42, - 0xfb430000fb45, - 0xfb460000fb50, - ), - 'Hiragana': ( - 0x304100003097, - 0x309d000030a0, - 0x1b0010001b11f, - 0x1f2000001f201, - ), - 'Katakana': ( - 0x30a1000030fb, - 0x30fd00003100, - 0x31f000003200, - 0x32d0000032ff, - 0x330000003358, - 0xff660000ff70, - 0xff710000ff9e, - 0x1b0000001b001, - ), -} -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: 85, - 0x857: 85, - 0x858: 85, - 0x860: 68, - 0x861: 85, - 0x862: 68, - 0x863: 68, - 0x864: 68, - 0x865: 68, - 0x866: 85, - 0x867: 82, - 0x868: 68, - 0x869: 82, - 0x86a: 82, - 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, - 0x8b6: 68, - 0x8b7: 68, - 0x8b8: 68, - 0x8b9: 82, - 0x8ba: 68, - 0x8bb: 68, - 0x8bc: 68, - 0x8bd: 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, - 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, -} -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, - 0x8a0000008b5, - 0x8b6000008be, - 0x8d3000008e2, - 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, - 0xb5600000b58, - 0xb5f00000b64, - 0xb6600000b70, - 0xb7100000b72, - 0xb8200000b84, - 0xb8500000b8b, - 0xb8e00000b91, - 0xb9200000b96, - 0xb9900000b9b, - 0xb9c00000b9d, - 0xb9e00000ba0, - 0xba300000ba5, - 0xba800000bab, - 0xbae00000bba, - 0xbbe00000bc3, - 0xbc600000bc9, - 0xbca00000bce, - 0xbd000000bd1, - 0xbd700000bd8, - 0xbe600000bf0, - 0xc0000000c0d, - 0xc0e00000c11, - 0xc1200000c29, - 0xc2a00000c3a, - 0xc3d00000c45, - 0xc4600000c49, - 0xc4a00000c4e, - 0xc5500000c57, - 0xc5800000c5b, - 0xc6000000c64, - 0xc6600000c70, - 0xc8000000c84, - 0xc8500000c8d, - 0xc8e00000c91, - 0xc9200000ca9, - 0xcaa00000cb4, - 0xcb500000cba, - 0xcbc00000cc5, - 0xcc600000cc9, - 0xcca00000cce, - 0xcd500000cd7, - 0xcde00000cdf, - 0xce000000ce4, - 0xce600000cf0, - 0xcf100000cf3, - 0xd0000000d04, - 0xd0500000d0d, - 0xd0e00000d11, - 0xd1200000d45, - 0xd4600000d49, - 0xd4a00000d4f, - 0xd5400000d58, - 0xd5f00000d64, - 0xd6600000d70, - 0xd7a00000d80, - 0xd8200000d84, - 0xd8500000d97, - 0xd9a00000db2, - 0xdb300000dbc, - 0xdbd00000dbe, - 0xdc000000dc7, - 0xdca00000dcb, - 0xdcf00000dd5, - 0xdd600000dd7, - 0xdd800000de0, - 0xde600000df0, - 0xdf200000df4, - 0xe0100000e33, - 0xe3400000e3b, - 0xe4000000e4f, - 0xe5000000e5a, - 0xe8100000e83, - 0xe8400000e85, - 0xe8700000e89, - 0xe8a00000e8b, - 0xe8d00000e8e, - 0xe9400000e98, - 0xe9900000ea0, - 0xea100000ea4, - 0xea500000ea6, - 0xea700000ea8, - 0xeaa00000eac, - 0xead00000eb3, - 0xeb400000eba, - 0xebb00000ebe, - 0xec000000ec5, - 0xec600000ec7, - 0xec800000ece, - 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, - 0x17000000170d, - 0x170e00001715, - 0x172000001735, - 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, - 0x1b0000001b4c, - 0x1b5000001b5a, - 0x1b6b00001b74, - 0x1b8000001bf4, - 0x1c0000001c38, - 0x1c4000001c4a, - 0x1c4d00001c7e, - 0x1cd000001cd3, - 0x1cd400001cfa, - 0x1d0000001d2c, - 0x1d2f00001d30, - 0x1d3b00001d3c, - 0x1d4e00001d4f, - 0x1d6b00001d78, - 0x1d7900001d9b, - 0x1dc000001dfa, - 0x1dfb00001e00, - 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, - 0x2c3000002c5f, - 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, - 0x31a0000031bb, - 0x31f000003200, - 0x340000004db6, - 0x4e0000009ff0, - 0xa0000000a48d, - 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, - 0xa7f70000a7f8, - 0xa7fa0000a828, - 0xa8400000a874, - 0xa8800000a8c6, - 0xa8d00000a8da, - 0xa8e00000a8f8, - 0xa8fb0000a8fc, - 0xa8fd0000a92e, - 0xa9300000a954, - 0xa9800000a9c1, - 0xa9cf0000a9da, - 0xa9e00000a9ff, - 0xaa000000aa37, - 0xaa400000aa4e, - 0xaa500000aa5a, - 0xaa600000aa77, - 0xaa7a0000aac3, - 0xaadb0000aade, - 0xaae00000aaf0, - 0xaaf20000aaf7, - 0xab010000ab07, - 0xab090000ab0f, - 0xab110000ab17, - 0xab200000ab27, - 0xab280000ab2f, - 0xab300000ab5b, - 0xab600000ab66, - 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, - 0x1060000010737, - 0x1074000010756, - 0x1076000010768, - 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, - 0x10f0000010f1d, - 0x10f2700010f28, - 0x10f3000010f51, - 0x1100000011047, - 0x1106600011070, - 0x1107f000110bb, - 0x110d0000110e9, - 0x110f0000110fa, - 0x1110000011135, - 0x1113600011140, - 0x1114400011147, - 0x1115000011174, - 0x1117600011177, - 0x11180000111c5, - 0x111c9000111cd, - 0x111d0000111db, - 0x111dc000111dd, - 0x1120000011212, - 0x1121300011238, - 0x1123e0001123f, - 0x1128000011287, - 0x1128800011289, - 0x1128a0001128e, - 0x1128f0001129e, - 0x1129f000112a9, - 0x112b0000112eb, - 0x112f0000112fa, - 0x1130000011304, - 0x113050001130d, - 0x1130f00011311, - 0x1131300011329, - 0x1132a00011331, - 0x1133200011334, - 0x113350001133a, - 0x1133b00011345, - 0x1134700011349, - 0x1134b0001134e, - 0x1135000011351, - 0x1135700011358, - 0x1135d00011364, - 0x113660001136d, - 0x1137000011375, - 0x114000001144b, - 0x114500001145a, - 0x1145e0001145f, - 0x11480000114c6, - 0x114c7000114c8, - 0x114d0000114da, - 0x11580000115b6, - 0x115b8000115c1, - 0x115d8000115de, - 0x1160000011641, - 0x1164400011645, - 0x116500001165a, - 0x11680000116b8, - 0x116c0000116ca, - 0x117000001171b, - 0x1171d0001172c, - 0x117300001173a, - 0x118000001183b, - 0x118c0000118ea, - 0x118ff00011900, - 0x11a0000011a3f, - 0x11a4700011a48, - 0x11a5000011a84, - 0x11a8600011a9a, - 0x11a9d00011a9e, - 0x11ac000011af9, - 0x11c0000011c09, - 0x11c0a00011c37, - 0x11c3800011c41, - 0x11c5000011c5a, - 0x11c7200011c90, - 0x11c9200011ca8, - 0x11ca900011cb7, - 0x11d0000011d07, - 0x11d0800011d0a, - 0x11d0b00011d37, - 0x11d3a00011d3b, - 0x11d3c00011d3e, - 0x11d3f00011d48, - 0x11d5000011d5a, - 0x11d6000011d66, - 0x11d6700011d69, - 0x11d6a00011d8f, - 0x11d9000011d92, - 0x11d9300011d99, - 0x11da000011daa, - 0x11ee000011ef7, - 0x120000001239a, - 0x1248000012544, - 0x130000001342f, - 0x1440000014647, - 0x1680000016a39, - 0x16a4000016a5f, - 0x16a6000016a6a, - 0x16ad000016aee, - 0x16af000016af5, - 0x16b0000016b37, - 0x16b4000016b44, - 0x16b5000016b5a, - 0x16b6300016b78, - 0x16b7d00016b90, - 0x16e6000016e80, - 0x16f0000016f45, - 0x16f5000016f7f, - 0x16f8f00016fa0, - 0x16fe000016fe2, - 0x17000000187f2, - 0x1880000018af3, - 0x1b0000001b11f, - 0x1b1700001b2fc, - 0x1bc000001bc6b, - 0x1bc700001bc7d, - 0x1bc800001bc89, - 0x1bc900001bc9a, - 0x1bc9d0001bc9f, - 0x1da000001da37, - 0x1da3b0001da6d, - 0x1da750001da76, - 0x1da840001da85, - 0x1da9b0001daa0, - 0x1daa10001dab0, - 0x1e0000001e007, - 0x1e0080001e019, - 0x1e01b0001e022, - 0x1e0230001e025, - 0x1e0260001e02b, - 0x1e8000001e8c5, - 0x1e8d00001e8d7, - 0x1e9220001e94b, - 0x1e9500001e95a, - 0x200000002a6d7, - 0x2a7000002b735, - 0x2b7400002b81e, - 0x2b8200002cea2, - 0x2ceb00002ebe1, - ), - 'CONTEXTJ': ( - 0x200c0000200e, - ), - 'CONTEXTO': ( - 0xb7000000b8, - 0x37500000376, - 0x5f3000005f5, - 0x6600000066a, - 0x6f0000006fa, - 0x30fb000030fc, - ), -} diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py b/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py deleted file mode 100644 index fa8a735..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py +++ /dev/null @@ -1,53 +0,0 @@ -""" -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 - -def intranges_from_list(list_): - """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, end): - return (start << 32) | end - -def _decode_range(r): - return (r >> 32), (r & ((1 << 32) - 1)) - - -def intranges_contain(int_, ranges): - """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/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py b/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py deleted file mode 100644 index 257e898..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py +++ /dev/null @@ -1,2 +0,0 @@ -__version__ = '2.8' - diff --git a/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py b/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py deleted file mode 100644 index a68ed4c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py +++ /dev/null @@ -1,8205 +0,0 @@ -# This file is automatically generated by tools/idna-data -# vim: set fileencoding=utf-8 : - -"""IDNA Mapping Table from UTS46.""" - - -__version__ = "11.0.0" -def _seg_0(): - 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', u'a'), - (0x42, 'M', u'b'), - (0x43, 'M', u'c'), - (0x44, 'M', u'd'), - (0x45, 'M', u'e'), - (0x46, 'M', u'f'), - (0x47, 'M', u'g'), - (0x48, 'M', u'h'), - (0x49, 'M', u'i'), - (0x4A, 'M', u'j'), - (0x4B, 'M', u'k'), - (0x4C, 'M', u'l'), - (0x4D, 'M', u'm'), - (0x4E, 'M', u'n'), - (0x4F, 'M', u'o'), - (0x50, 'M', u'p'), - (0x51, 'M', u'q'), - (0x52, 'M', u'r'), - (0x53, 'M', u's'), - (0x54, 'M', u't'), - (0x55, 'M', u'u'), - (0x56, 'M', u'v'), - (0x57, 'M', u'w'), - (0x58, 'M', u'x'), - (0x59, 'M', u'y'), - (0x5A, 'M', u'z'), - (0x5B, '3'), - (0x5C, '3'), - (0x5D, '3'), - (0x5E, '3'), - (0x5F, '3'), - (0x60, '3'), - (0x61, 'V'), - (0x62, 'V'), - (0x63, 'V'), - ] - -def _seg_1(): - 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', u' '), - (0xA1, 'V'), - (0xA2, 'V'), - (0xA3, 'V'), - (0xA4, 'V'), - (0xA5, 'V'), - (0xA6, 'V'), - (0xA7, 'V'), - (0xA8, '3', u' ̈'), - (0xA9, 'V'), - (0xAA, 'M', u'a'), - (0xAB, 'V'), - (0xAC, 'V'), - (0xAD, 'I'), - (0xAE, 'V'), - (0xAF, '3', u' ̄'), - (0xB0, 'V'), - (0xB1, 'V'), - (0xB2, 'M', u'2'), - (0xB3, 'M', u'3'), - (0xB4, '3', u' ́'), - (0xB5, 'M', u'μ'), - (0xB6, 'V'), - (0xB7, 'V'), - (0xB8, '3', u' ̧'), - (0xB9, 'M', u'1'), - (0xBA, 'M', u'o'), - (0xBB, 'V'), - (0xBC, 'M', u'1⁄4'), - (0xBD, 'M', u'1⁄2'), - (0xBE, 'M', u'3⁄4'), - (0xBF, 'V'), - (0xC0, 'M', u'à'), - (0xC1, 'M', u'á'), - (0xC2, 'M', u'â'), - (0xC3, 'M', u'ã'), - (0xC4, 'M', u'ä'), - (0xC5, 'M', u'å'), - (0xC6, 'M', u'æ'), - (0xC7, 'M', u'ç'), - ] - -def _seg_2(): - return [ - (0xC8, 'M', u'è'), - (0xC9, 'M', u'é'), - (0xCA, 'M', u'ê'), - (0xCB, 'M', u'ë'), - (0xCC, 'M', u'ì'), - (0xCD, 'M', u'í'), - (0xCE, 'M', u'î'), - (0xCF, 'M', u'ï'), - (0xD0, 'M', u'ð'), - (0xD1, 'M', u'ñ'), - (0xD2, 'M', u'ò'), - (0xD3, 'M', u'ó'), - (0xD4, 'M', u'ô'), - (0xD5, 'M', u'õ'), - (0xD6, 'M', u'ö'), - (0xD7, 'V'), - (0xD8, 'M', u'ø'), - (0xD9, 'M', u'ù'), - (0xDA, 'M', u'ú'), - (0xDB, 'M', u'û'), - (0xDC, 'M', u'ü'), - (0xDD, 'M', u'ý'), - (0xDE, 'M', u'þ'), - (0xDF, 'D', u'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', u'ā'), - (0x101, 'V'), - (0x102, 'M', u'ă'), - (0x103, 'V'), - (0x104, 'M', u'ą'), - (0x105, 'V'), - (0x106, 'M', u'ć'), - (0x107, 'V'), - (0x108, 'M', u'ĉ'), - (0x109, 'V'), - (0x10A, 'M', u'ċ'), - (0x10B, 'V'), - (0x10C, 'M', u'č'), - (0x10D, 'V'), - (0x10E, 'M', u'ď'), - (0x10F, 'V'), - (0x110, 'M', u'đ'), - (0x111, 'V'), - (0x112, 'M', u'ē'), - (0x113, 'V'), - (0x114, 'M', u'ĕ'), - (0x115, 'V'), - (0x116, 'M', u'ė'), - (0x117, 'V'), - (0x118, 'M', u'ę'), - (0x119, 'V'), - (0x11A, 'M', u'ě'), - (0x11B, 'V'), - (0x11C, 'M', u'ĝ'), - (0x11D, 'V'), - (0x11E, 'M', u'ğ'), - (0x11F, 'V'), - (0x120, 'M', u'ġ'), - (0x121, 'V'), - (0x122, 'M', u'ģ'), - (0x123, 'V'), - (0x124, 'M', u'ĥ'), - (0x125, 'V'), - (0x126, 'M', u'ħ'), - (0x127, 'V'), - (0x128, 'M', u'ĩ'), - (0x129, 'V'), - (0x12A, 'M', u'ī'), - (0x12B, 'V'), - ] - -def _seg_3(): - return [ - (0x12C, 'M', u'ĭ'), - (0x12D, 'V'), - (0x12E, 'M', u'į'), - (0x12F, 'V'), - (0x130, 'M', u'i̇'), - (0x131, 'V'), - (0x132, 'M', u'ij'), - (0x134, 'M', u'ĵ'), - (0x135, 'V'), - (0x136, 'M', u'ķ'), - (0x137, 'V'), - (0x139, 'M', u'ĺ'), - (0x13A, 'V'), - (0x13B, 'M', u'ļ'), - (0x13C, 'V'), - (0x13D, 'M', u'ľ'), - (0x13E, 'V'), - (0x13F, 'M', u'l·'), - (0x141, 'M', u'ł'), - (0x142, 'V'), - (0x143, 'M', u'ń'), - (0x144, 'V'), - (0x145, 'M', u'ņ'), - (0x146, 'V'), - (0x147, 'M', u'ň'), - (0x148, 'V'), - (0x149, 'M', u'ʼn'), - (0x14A, 'M', u'ŋ'), - (0x14B, 'V'), - (0x14C, 'M', u'ō'), - (0x14D, 'V'), - (0x14E, 'M', u'ŏ'), - (0x14F, 'V'), - (0x150, 'M', u'ő'), - (0x151, 'V'), - (0x152, 'M', u'œ'), - (0x153, 'V'), - (0x154, 'M', u'ŕ'), - (0x155, 'V'), - (0x156, 'M', u'ŗ'), - (0x157, 'V'), - (0x158, 'M', u'ř'), - (0x159, 'V'), - (0x15A, 'M', u'ś'), - (0x15B, 'V'), - (0x15C, 'M', u'ŝ'), - (0x15D, 'V'), - (0x15E, 'M', u'ş'), - (0x15F, 'V'), - (0x160, 'M', u'š'), - (0x161, 'V'), - (0x162, 'M', u'ţ'), - (0x163, 'V'), - (0x164, 'M', u'ť'), - (0x165, 'V'), - (0x166, 'M', u'ŧ'), - (0x167, 'V'), - (0x168, 'M', u'ũ'), - (0x169, 'V'), - (0x16A, 'M', u'ū'), - (0x16B, 'V'), - (0x16C, 'M', u'ŭ'), - (0x16D, 'V'), - (0x16E, 'M', u'ů'), - (0x16F, 'V'), - (0x170, 'M', u'ű'), - (0x171, 'V'), - (0x172, 'M', u'ų'), - (0x173, 'V'), - (0x174, 'M', u'ŵ'), - (0x175, 'V'), - (0x176, 'M', u'ŷ'), - (0x177, 'V'), - (0x178, 'M', u'ÿ'), - (0x179, 'M', u'ź'), - (0x17A, 'V'), - (0x17B, 'M', u'ż'), - (0x17C, 'V'), - (0x17D, 'M', u'ž'), - (0x17E, 'V'), - (0x17F, 'M', u's'), - (0x180, 'V'), - (0x181, 'M', u'ɓ'), - (0x182, 'M', u'ƃ'), - (0x183, 'V'), - (0x184, 'M', u'ƅ'), - (0x185, 'V'), - (0x186, 'M', u'ɔ'), - (0x187, 'M', u'ƈ'), - (0x188, 'V'), - (0x189, 'M', u'ɖ'), - (0x18A, 'M', u'ɗ'), - (0x18B, 'M', u'ƌ'), - (0x18C, 'V'), - (0x18E, 'M', u'ǝ'), - (0x18F, 'M', u'ə'), - (0x190, 'M', u'ɛ'), - (0x191, 'M', u'ƒ'), - (0x192, 'V'), - (0x193, 'M', u'ɠ'), - ] - -def _seg_4(): - return [ - (0x194, 'M', u'ɣ'), - (0x195, 'V'), - (0x196, 'M', u'ɩ'), - (0x197, 'M', u'ɨ'), - (0x198, 'M', u'ƙ'), - (0x199, 'V'), - (0x19C, 'M', u'ɯ'), - (0x19D, 'M', u'ɲ'), - (0x19E, 'V'), - (0x19F, 'M', u'ɵ'), - (0x1A0, 'M', u'ơ'), - (0x1A1, 'V'), - (0x1A2, 'M', u'ƣ'), - (0x1A3, 'V'), - (0x1A4, 'M', u'ƥ'), - (0x1A5, 'V'), - (0x1A6, 'M', u'ʀ'), - (0x1A7, 'M', u'ƨ'), - (0x1A8, 'V'), - (0x1A9, 'M', u'ʃ'), - (0x1AA, 'V'), - (0x1AC, 'M', u'ƭ'), - (0x1AD, 'V'), - (0x1AE, 'M', u'ʈ'), - (0x1AF, 'M', u'ư'), - (0x1B0, 'V'), - (0x1B1, 'M', u'ʊ'), - (0x1B2, 'M', u'ʋ'), - (0x1B3, 'M', u'ƴ'), - (0x1B4, 'V'), - (0x1B5, 'M', u'ƶ'), - (0x1B6, 'V'), - (0x1B7, 'M', u'ʒ'), - (0x1B8, 'M', u'ƹ'), - (0x1B9, 'V'), - (0x1BC, 'M', u'ƽ'), - (0x1BD, 'V'), - (0x1C4, 'M', u'dž'), - (0x1C7, 'M', u'lj'), - (0x1CA, 'M', u'nj'), - (0x1CD, 'M', u'ǎ'), - (0x1CE, 'V'), - (0x1CF, 'M', u'ǐ'), - (0x1D0, 'V'), - (0x1D1, 'M', u'ǒ'), - (0x1D2, 'V'), - (0x1D3, 'M', u'ǔ'), - (0x1D4, 'V'), - (0x1D5, 'M', u'ǖ'), - (0x1D6, 'V'), - (0x1D7, 'M', u'ǘ'), - (0x1D8, 'V'), - (0x1D9, 'M', u'ǚ'), - (0x1DA, 'V'), - (0x1DB, 'M', u'ǜ'), - (0x1DC, 'V'), - (0x1DE, 'M', u'ǟ'), - (0x1DF, 'V'), - (0x1E0, 'M', u'ǡ'), - (0x1E1, 'V'), - (0x1E2, 'M', u'ǣ'), - (0x1E3, 'V'), - (0x1E4, 'M', u'ǥ'), - (0x1E5, 'V'), - (0x1E6, 'M', u'ǧ'), - (0x1E7, 'V'), - (0x1E8, 'M', u'ǩ'), - (0x1E9, 'V'), - (0x1EA, 'M', u'ǫ'), - (0x1EB, 'V'), - (0x1EC, 'M', u'ǭ'), - (0x1ED, 'V'), - (0x1EE, 'M', u'ǯ'), - (0x1EF, 'V'), - (0x1F1, 'M', u'dz'), - (0x1F4, 'M', u'ǵ'), - (0x1F5, 'V'), - (0x1F6, 'M', u'ƕ'), - (0x1F7, 'M', u'ƿ'), - (0x1F8, 'M', u'ǹ'), - (0x1F9, 'V'), - (0x1FA, 'M', u'ǻ'), - (0x1FB, 'V'), - (0x1FC, 'M', u'ǽ'), - (0x1FD, 'V'), - (0x1FE, 'M', u'ǿ'), - (0x1FF, 'V'), - (0x200, 'M', u'ȁ'), - (0x201, 'V'), - (0x202, 'M', u'ȃ'), - (0x203, 'V'), - (0x204, 'M', u'ȅ'), - (0x205, 'V'), - (0x206, 'M', u'ȇ'), - (0x207, 'V'), - (0x208, 'M', u'ȉ'), - (0x209, 'V'), - (0x20A, 'M', u'ȋ'), - (0x20B, 'V'), - (0x20C, 'M', u'ȍ'), - ] - -def _seg_5(): - return [ - (0x20D, 'V'), - (0x20E, 'M', u'ȏ'), - (0x20F, 'V'), - (0x210, 'M', u'ȑ'), - (0x211, 'V'), - (0x212, 'M', u'ȓ'), - (0x213, 'V'), - (0x214, 'M', u'ȕ'), - (0x215, 'V'), - (0x216, 'M', u'ȗ'), - (0x217, 'V'), - (0x218, 'M', u'ș'), - (0x219, 'V'), - (0x21A, 'M', u'ț'), - (0x21B, 'V'), - (0x21C, 'M', u'ȝ'), - (0x21D, 'V'), - (0x21E, 'M', u'ȟ'), - (0x21F, 'V'), - (0x220, 'M', u'ƞ'), - (0x221, 'V'), - (0x222, 'M', u'ȣ'), - (0x223, 'V'), - (0x224, 'M', u'ȥ'), - (0x225, 'V'), - (0x226, 'M', u'ȧ'), - (0x227, 'V'), - (0x228, 'M', u'ȩ'), - (0x229, 'V'), - (0x22A, 'M', u'ȫ'), - (0x22B, 'V'), - (0x22C, 'M', u'ȭ'), - (0x22D, 'V'), - (0x22E, 'M', u'ȯ'), - (0x22F, 'V'), - (0x230, 'M', u'ȱ'), - (0x231, 'V'), - (0x232, 'M', u'ȳ'), - (0x233, 'V'), - (0x23A, 'M', u'ⱥ'), - (0x23B, 'M', u'ȼ'), - (0x23C, 'V'), - (0x23D, 'M', u'ƚ'), - (0x23E, 'M', u'ⱦ'), - (0x23F, 'V'), - (0x241, 'M', u'ɂ'), - (0x242, 'V'), - (0x243, 'M', u'ƀ'), - (0x244, 'M', u'ʉ'), - (0x245, 'M', u'ʌ'), - (0x246, 'M', u'ɇ'), - (0x247, 'V'), - (0x248, 'M', u'ɉ'), - (0x249, 'V'), - (0x24A, 'M', u'ɋ'), - (0x24B, 'V'), - (0x24C, 'M', u'ɍ'), - (0x24D, 'V'), - (0x24E, 'M', u'ɏ'), - (0x24F, 'V'), - (0x2B0, 'M', u'h'), - (0x2B1, 'M', u'ɦ'), - (0x2B2, 'M', u'j'), - (0x2B3, 'M', u'r'), - (0x2B4, 'M', u'ɹ'), - (0x2B5, 'M', u'ɻ'), - (0x2B6, 'M', u'ʁ'), - (0x2B7, 'M', u'w'), - (0x2B8, 'M', u'y'), - (0x2B9, 'V'), - (0x2D8, '3', u' ̆'), - (0x2D9, '3', u' ̇'), - (0x2DA, '3', u' ̊'), - (0x2DB, '3', u' ̨'), - (0x2DC, '3', u' ̃'), - (0x2DD, '3', u' ̋'), - (0x2DE, 'V'), - (0x2E0, 'M', u'ɣ'), - (0x2E1, 'M', u'l'), - (0x2E2, 'M', u's'), - (0x2E3, 'M', u'x'), - (0x2E4, 'M', u'ʕ'), - (0x2E5, 'V'), - (0x340, 'M', u'̀'), - (0x341, 'M', u'́'), - (0x342, 'V'), - (0x343, 'M', u'̓'), - (0x344, 'M', u'̈́'), - (0x345, 'M', u'ι'), - (0x346, 'V'), - (0x34F, 'I'), - (0x350, 'V'), - (0x370, 'M', u'ͱ'), - (0x371, 'V'), - (0x372, 'M', u'ͳ'), - (0x373, 'V'), - (0x374, 'M', u'ʹ'), - (0x375, 'V'), - (0x376, 'M', u'ͷ'), - (0x377, 'V'), - ] - -def _seg_6(): - return [ - (0x378, 'X'), - (0x37A, '3', u' ι'), - (0x37B, 'V'), - (0x37E, '3', u';'), - (0x37F, 'M', u'ϳ'), - (0x380, 'X'), - (0x384, '3', u' ́'), - (0x385, '3', u' ̈́'), - (0x386, 'M', u'ά'), - (0x387, 'M', u'·'), - (0x388, 'M', u'έ'), - (0x389, 'M', u'ή'), - (0x38A, 'M', u'ί'), - (0x38B, 'X'), - (0x38C, 'M', u'ό'), - (0x38D, 'X'), - (0x38E, 'M', u'ύ'), - (0x38F, 'M', u'ώ'), - (0x390, 'V'), - (0x391, 'M', u'α'), - (0x392, 'M', u'β'), - (0x393, 'M', u'γ'), - (0x394, 'M', u'δ'), - (0x395, 'M', u'ε'), - (0x396, 'M', u'ζ'), - (0x397, 'M', u'η'), - (0x398, 'M', u'θ'), - (0x399, 'M', u'ι'), - (0x39A, 'M', u'κ'), - (0x39B, 'M', u'λ'), - (0x39C, 'M', u'μ'), - (0x39D, 'M', u'ν'), - (0x39E, 'M', u'ξ'), - (0x39F, 'M', u'ο'), - (0x3A0, 'M', u'π'), - (0x3A1, 'M', u'ρ'), - (0x3A2, 'X'), - (0x3A3, 'M', u'σ'), - (0x3A4, 'M', u'τ'), - (0x3A5, 'M', u'υ'), - (0x3A6, 'M', u'φ'), - (0x3A7, 'M', u'χ'), - (0x3A8, 'M', u'ψ'), - (0x3A9, 'M', u'ω'), - (0x3AA, 'M', u'ϊ'), - (0x3AB, 'M', u'ϋ'), - (0x3AC, 'V'), - (0x3C2, 'D', u'σ'), - (0x3C3, 'V'), - (0x3CF, 'M', u'ϗ'), - (0x3D0, 'M', u'β'), - (0x3D1, 'M', u'θ'), - (0x3D2, 'M', u'υ'), - (0x3D3, 'M', u'ύ'), - (0x3D4, 'M', u'ϋ'), - (0x3D5, 'M', u'φ'), - (0x3D6, 'M', u'π'), - (0x3D7, 'V'), - (0x3D8, 'M', u'ϙ'), - (0x3D9, 'V'), - (0x3DA, 'M', u'ϛ'), - (0x3DB, 'V'), - (0x3DC, 'M', u'ϝ'), - (0x3DD, 'V'), - (0x3DE, 'M', u'ϟ'), - (0x3DF, 'V'), - (0x3E0, 'M', u'ϡ'), - (0x3E1, 'V'), - (0x3E2, 'M', u'ϣ'), - (0x3E3, 'V'), - (0x3E4, 'M', u'ϥ'), - (0x3E5, 'V'), - (0x3E6, 'M', u'ϧ'), - (0x3E7, 'V'), - (0x3E8, 'M', u'ϩ'), - (0x3E9, 'V'), - (0x3EA, 'M', u'ϫ'), - (0x3EB, 'V'), - (0x3EC, 'M', u'ϭ'), - (0x3ED, 'V'), - (0x3EE, 'M', u'ϯ'), - (0x3EF, 'V'), - (0x3F0, 'M', u'κ'), - (0x3F1, 'M', u'ρ'), - (0x3F2, 'M', u'σ'), - (0x3F3, 'V'), - (0x3F4, 'M', u'θ'), - (0x3F5, 'M', u'ε'), - (0x3F6, 'V'), - (0x3F7, 'M', u'ϸ'), - (0x3F8, 'V'), - (0x3F9, 'M', u'σ'), - (0x3FA, 'M', u'ϻ'), - (0x3FB, 'V'), - (0x3FD, 'M', u'ͻ'), - (0x3FE, 'M', u'ͼ'), - (0x3FF, 'M', u'ͽ'), - (0x400, 'M', u'ѐ'), - (0x401, 'M', u'ё'), - (0x402, 'M', u'ђ'), - ] - -def _seg_7(): - return [ - (0x403, 'M', u'ѓ'), - (0x404, 'M', u'є'), - (0x405, 'M', u'ѕ'), - (0x406, 'M', u'і'), - (0x407, 'M', u'ї'), - (0x408, 'M', u'ј'), - (0x409, 'M', u'љ'), - (0x40A, 'M', u'њ'), - (0x40B, 'M', u'ћ'), - (0x40C, 'M', u'ќ'), - (0x40D, 'M', u'ѝ'), - (0x40E, 'M', u'ў'), - (0x40F, 'M', u'џ'), - (0x410, 'M', u'а'), - (0x411, 'M', u'б'), - (0x412, 'M', u'в'), - (0x413, 'M', u'г'), - (0x414, 'M', u'д'), - (0x415, 'M', u'е'), - (0x416, 'M', u'ж'), - (0x417, 'M', u'з'), - (0x418, 'M', u'и'), - (0x419, 'M', u'й'), - (0x41A, 'M', u'к'), - (0x41B, 'M', u'л'), - (0x41C, 'M', u'м'), - (0x41D, 'M', u'н'), - (0x41E, 'M', u'о'), - (0x41F, 'M', u'п'), - (0x420, 'M', u'р'), - (0x421, 'M', u'с'), - (0x422, 'M', u'т'), - (0x423, 'M', u'у'), - (0x424, 'M', u'ф'), - (0x425, 'M', u'х'), - (0x426, 'M', u'ц'), - (0x427, 'M', u'ч'), - (0x428, 'M', u'ш'), - (0x429, 'M', u'щ'), - (0x42A, 'M', u'ъ'), - (0x42B, 'M', u'ы'), - (0x42C, 'M', u'ь'), - (0x42D, 'M', u'э'), - (0x42E, 'M', u'ю'), - (0x42F, 'M', u'я'), - (0x430, 'V'), - (0x460, 'M', u'ѡ'), - (0x461, 'V'), - (0x462, 'M', u'ѣ'), - (0x463, 'V'), - (0x464, 'M', u'ѥ'), - (0x465, 'V'), - (0x466, 'M', u'ѧ'), - (0x467, 'V'), - (0x468, 'M', u'ѩ'), - (0x469, 'V'), - (0x46A, 'M', u'ѫ'), - (0x46B, 'V'), - (0x46C, 'M', u'ѭ'), - (0x46D, 'V'), - (0x46E, 'M', u'ѯ'), - (0x46F, 'V'), - (0x470, 'M', u'ѱ'), - (0x471, 'V'), - (0x472, 'M', u'ѳ'), - (0x473, 'V'), - (0x474, 'M', u'ѵ'), - (0x475, 'V'), - (0x476, 'M', u'ѷ'), - (0x477, 'V'), - (0x478, 'M', u'ѹ'), - (0x479, 'V'), - (0x47A, 'M', u'ѻ'), - (0x47B, 'V'), - (0x47C, 'M', u'ѽ'), - (0x47D, 'V'), - (0x47E, 'M', u'ѿ'), - (0x47F, 'V'), - (0x480, 'M', u'ҁ'), - (0x481, 'V'), - (0x48A, 'M', u'ҋ'), - (0x48B, 'V'), - (0x48C, 'M', u'ҍ'), - (0x48D, 'V'), - (0x48E, 'M', u'ҏ'), - (0x48F, 'V'), - (0x490, 'M', u'ґ'), - (0x491, 'V'), - (0x492, 'M', u'ғ'), - (0x493, 'V'), - (0x494, 'M', u'ҕ'), - (0x495, 'V'), - (0x496, 'M', u'җ'), - (0x497, 'V'), - (0x498, 'M', u'ҙ'), - (0x499, 'V'), - (0x49A, 'M', u'қ'), - (0x49B, 'V'), - (0x49C, 'M', u'ҝ'), - (0x49D, 'V'), - ] - -def _seg_8(): - return [ - (0x49E, 'M', u'ҟ'), - (0x49F, 'V'), - (0x4A0, 'M', u'ҡ'), - (0x4A1, 'V'), - (0x4A2, 'M', u'ң'), - (0x4A3, 'V'), - (0x4A4, 'M', u'ҥ'), - (0x4A5, 'V'), - (0x4A6, 'M', u'ҧ'), - (0x4A7, 'V'), - (0x4A8, 'M', u'ҩ'), - (0x4A9, 'V'), - (0x4AA, 'M', u'ҫ'), - (0x4AB, 'V'), - (0x4AC, 'M', u'ҭ'), - (0x4AD, 'V'), - (0x4AE, 'M', u'ү'), - (0x4AF, 'V'), - (0x4B0, 'M', u'ұ'), - (0x4B1, 'V'), - (0x4B2, 'M', u'ҳ'), - (0x4B3, 'V'), - (0x4B4, 'M', u'ҵ'), - (0x4B5, 'V'), - (0x4B6, 'M', u'ҷ'), - (0x4B7, 'V'), - (0x4B8, 'M', u'ҹ'), - (0x4B9, 'V'), - (0x4BA, 'M', u'һ'), - (0x4BB, 'V'), - (0x4BC, 'M', u'ҽ'), - (0x4BD, 'V'), - (0x4BE, 'M', u'ҿ'), - (0x4BF, 'V'), - (0x4C0, 'X'), - (0x4C1, 'M', u'ӂ'), - (0x4C2, 'V'), - (0x4C3, 'M', u'ӄ'), - (0x4C4, 'V'), - (0x4C5, 'M', u'ӆ'), - (0x4C6, 'V'), - (0x4C7, 'M', u'ӈ'), - (0x4C8, 'V'), - (0x4C9, 'M', u'ӊ'), - (0x4CA, 'V'), - (0x4CB, 'M', u'ӌ'), - (0x4CC, 'V'), - (0x4CD, 'M', u'ӎ'), - (0x4CE, 'V'), - (0x4D0, 'M', u'ӑ'), - (0x4D1, 'V'), - (0x4D2, 'M', u'ӓ'), - (0x4D3, 'V'), - (0x4D4, 'M', u'ӕ'), - (0x4D5, 'V'), - (0x4D6, 'M', u'ӗ'), - (0x4D7, 'V'), - (0x4D8, 'M', u'ә'), - (0x4D9, 'V'), - (0x4DA, 'M', u'ӛ'), - (0x4DB, 'V'), - (0x4DC, 'M', u'ӝ'), - (0x4DD, 'V'), - (0x4DE, 'M', u'ӟ'), - (0x4DF, 'V'), - (0x4E0, 'M', u'ӡ'), - (0x4E1, 'V'), - (0x4E2, 'M', u'ӣ'), - (0x4E3, 'V'), - (0x4E4, 'M', u'ӥ'), - (0x4E5, 'V'), - (0x4E6, 'M', u'ӧ'), - (0x4E7, 'V'), - (0x4E8, 'M', u'ө'), - (0x4E9, 'V'), - (0x4EA, 'M', u'ӫ'), - (0x4EB, 'V'), - (0x4EC, 'M', u'ӭ'), - (0x4ED, 'V'), - (0x4EE, 'M', u'ӯ'), - (0x4EF, 'V'), - (0x4F0, 'M', u'ӱ'), - (0x4F1, 'V'), - (0x4F2, 'M', u'ӳ'), - (0x4F3, 'V'), - (0x4F4, 'M', u'ӵ'), - (0x4F5, 'V'), - (0x4F6, 'M', u'ӷ'), - (0x4F7, 'V'), - (0x4F8, 'M', u'ӹ'), - (0x4F9, 'V'), - (0x4FA, 'M', u'ӻ'), - (0x4FB, 'V'), - (0x4FC, 'M', u'ӽ'), - (0x4FD, 'V'), - (0x4FE, 'M', u'ӿ'), - (0x4FF, 'V'), - (0x500, 'M', u'ԁ'), - (0x501, 'V'), - (0x502, 'M', u'ԃ'), - ] - -def _seg_9(): - return [ - (0x503, 'V'), - (0x504, 'M', u'ԅ'), - (0x505, 'V'), - (0x506, 'M', u'ԇ'), - (0x507, 'V'), - (0x508, 'M', u'ԉ'), - (0x509, 'V'), - (0x50A, 'M', u'ԋ'), - (0x50B, 'V'), - (0x50C, 'M', u'ԍ'), - (0x50D, 'V'), - (0x50E, 'M', u'ԏ'), - (0x50F, 'V'), - (0x510, 'M', u'ԑ'), - (0x511, 'V'), - (0x512, 'M', u'ԓ'), - (0x513, 'V'), - (0x514, 'M', u'ԕ'), - (0x515, 'V'), - (0x516, 'M', u'ԗ'), - (0x517, 'V'), - (0x518, 'M', u'ԙ'), - (0x519, 'V'), - (0x51A, 'M', u'ԛ'), - (0x51B, 'V'), - (0x51C, 'M', u'ԝ'), - (0x51D, 'V'), - (0x51E, 'M', u'ԟ'), - (0x51F, 'V'), - (0x520, 'M', u'ԡ'), - (0x521, 'V'), - (0x522, 'M', u'ԣ'), - (0x523, 'V'), - (0x524, 'M', u'ԥ'), - (0x525, 'V'), - (0x526, 'M', u'ԧ'), - (0x527, 'V'), - (0x528, 'M', u'ԩ'), - (0x529, 'V'), - (0x52A, 'M', u'ԫ'), - (0x52B, 'V'), - (0x52C, 'M', u'ԭ'), - (0x52D, 'V'), - (0x52E, 'M', u'ԯ'), - (0x52F, 'V'), - (0x530, 'X'), - (0x531, 'M', u'ա'), - (0x532, 'M', u'բ'), - (0x533, 'M', u'գ'), - (0x534, 'M', u'դ'), - (0x535, 'M', u'ե'), - (0x536, 'M', u'զ'), - (0x537, 'M', u'է'), - (0x538, 'M', u'ը'), - (0x539, 'M', u'թ'), - (0x53A, 'M', u'ժ'), - (0x53B, 'M', u'ի'), - (0x53C, 'M', u'լ'), - (0x53D, 'M', u'խ'), - (0x53E, 'M', u'ծ'), - (0x53F, 'M', u'կ'), - (0x540, 'M', u'հ'), - (0x541, 'M', u'ձ'), - (0x542, 'M', u'ղ'), - (0x543, 'M', u'ճ'), - (0x544, 'M', u'մ'), - (0x545, 'M', u'յ'), - (0x546, 'M', u'ն'), - (0x547, 'M', u'շ'), - (0x548, 'M', u'ո'), - (0x549, 'M', u'չ'), - (0x54A, 'M', u'պ'), - (0x54B, 'M', u'ջ'), - (0x54C, 'M', u'ռ'), - (0x54D, 'M', u'ս'), - (0x54E, 'M', u'վ'), - (0x54F, 'M', u'տ'), - (0x550, 'M', u'ր'), - (0x551, 'M', u'ց'), - (0x552, 'M', u'ւ'), - (0x553, 'M', u'փ'), - (0x554, 'M', u'ք'), - (0x555, 'M', u'օ'), - (0x556, 'M', u'ֆ'), - (0x557, 'X'), - (0x559, 'V'), - (0x587, 'M', u'եւ'), - (0x588, 'V'), - (0x58B, 'X'), - (0x58D, 'V'), - (0x590, 'X'), - (0x591, 'V'), - (0x5C8, 'X'), - (0x5D0, 'V'), - (0x5EB, 'X'), - (0x5EF, 'V'), - (0x5F5, 'X'), - (0x606, 'V'), - (0x61C, 'X'), - (0x61E, 'V'), - ] - -def _seg_10(): - return [ - (0x675, 'M', u'اٴ'), - (0x676, 'M', u'وٴ'), - (0x677, 'M', u'ۇٴ'), - (0x678, 'M', u'يٴ'), - (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'), - (0x8A0, 'V'), - (0x8B5, 'X'), - (0x8B6, 'V'), - (0x8BE, 'X'), - (0x8D3, 'V'), - (0x8E2, 'X'), - (0x8E3, 'V'), - (0x958, 'M', u'क़'), - (0x959, 'M', u'ख़'), - (0x95A, 'M', u'ग़'), - (0x95B, 'M', u'ज़'), - (0x95C, 'M', u'ड़'), - (0x95D, 'M', u'ढ़'), - (0x95E, 'M', u'फ़'), - (0x95F, 'M', u'य़'), - (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', u'ড়'), - (0x9DD, 'M', u'ঢ়'), - (0x9DE, 'X'), - (0x9DF, 'M', u'য়'), - (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', u'ਲ਼'), - (0xA34, 'X'), - (0xA35, 'V'), - (0xA36, 'M', u'ਸ਼'), - (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', u'ਖ਼'), - (0xA5A, 'M', u'ਗ਼'), - (0xA5B, 'M', u'ਜ਼'), - ] - -def _seg_11(): - return [ - (0xA5C, 'V'), - (0xA5D, 'X'), - (0xA5E, 'M', u'ਫ਼'), - (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'), - (0xB56, 'V'), - (0xB58, 'X'), - (0xB5C, 'M', u'ଡ଼'), - (0xB5D, 'M', u'ଢ଼'), - (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'), - ] - -def _seg_12(): - return [ - (0xC29, 'X'), - (0xC2A, 'V'), - (0xC3A, 'X'), - (0xC3D, 'V'), - (0xC45, 'X'), - (0xC46, 'V'), - (0xC49, 'X'), - (0xC4A, 'V'), - (0xC4E, 'X'), - (0xC55, 'V'), - (0xC57, 'X'), - (0xC58, 'V'), - (0xC5B, 'X'), - (0xC60, 'V'), - (0xC64, 'X'), - (0xC66, 'V'), - (0xC70, 'X'), - (0xC78, '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'), - (0xCDE, 'V'), - (0xCDF, 'X'), - (0xCE0, 'V'), - (0xCE4, 'X'), - (0xCE6, 'V'), - (0xCF0, 'X'), - (0xCF1, 'V'), - (0xCF3, 'X'), - (0xD00, 'V'), - (0xD04, 'X'), - (0xD05, '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'), - (0xD82, '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', u'ํา'), - (0xE34, 'V'), - (0xE3B, 'X'), - (0xE3F, 'V'), - (0xE5C, 'X'), - (0xE81, 'V'), - (0xE83, 'X'), - (0xE84, 'V'), - (0xE85, 'X'), - (0xE87, 'V'), - (0xE89, 'X'), - (0xE8A, 'V'), - (0xE8B, 'X'), - (0xE8D, 'V'), - (0xE8E, 'X'), - (0xE94, 'V'), - ] - -def _seg_13(): - return [ - (0xE98, 'X'), - (0xE99, 'V'), - (0xEA0, 'X'), - (0xEA1, 'V'), - (0xEA4, 'X'), - (0xEA5, 'V'), - (0xEA6, 'X'), - (0xEA7, 'V'), - (0xEA8, 'X'), - (0xEAA, 'V'), - (0xEAC, 'X'), - (0xEAD, 'V'), - (0xEB3, 'M', u'ໍາ'), - (0xEB4, 'V'), - (0xEBA, 'X'), - (0xEBB, 'V'), - (0xEBE, 'X'), - (0xEC0, 'V'), - (0xEC5, 'X'), - (0xEC6, 'V'), - (0xEC7, 'X'), - (0xEC8, 'V'), - (0xECE, 'X'), - (0xED0, 'V'), - (0xEDA, 'X'), - (0xEDC, 'M', u'ຫນ'), - (0xEDD, 'M', u'ຫມ'), - (0xEDE, 'V'), - (0xEE0, 'X'), - (0xF00, 'V'), - (0xF0C, 'M', u'་'), - (0xF0D, 'V'), - (0xF43, 'M', u'གྷ'), - (0xF44, 'V'), - (0xF48, 'X'), - (0xF49, 'V'), - (0xF4D, 'M', u'ཌྷ'), - (0xF4E, 'V'), - (0xF52, 'M', u'དྷ'), - (0xF53, 'V'), - (0xF57, 'M', u'བྷ'), - (0xF58, 'V'), - (0xF5C, 'M', u'ཛྷ'), - (0xF5D, 'V'), - (0xF69, 'M', u'ཀྵ'), - (0xF6A, 'V'), - (0xF6D, 'X'), - (0xF71, 'V'), - (0xF73, 'M', u'ཱི'), - (0xF74, 'V'), - (0xF75, 'M', u'ཱུ'), - (0xF76, 'M', u'ྲྀ'), - (0xF77, 'M', u'ྲཱྀ'), - (0xF78, 'M', u'ླྀ'), - (0xF79, 'M', u'ླཱྀ'), - (0xF7A, 'V'), - (0xF81, 'M', u'ཱྀ'), - (0xF82, 'V'), - (0xF93, 'M', u'ྒྷ'), - (0xF94, 'V'), - (0xF98, 'X'), - (0xF99, 'V'), - (0xF9D, 'M', u'ྜྷ'), - (0xF9E, 'V'), - (0xFA2, 'M', u'ྡྷ'), - (0xFA3, 'V'), - (0xFA7, 'M', u'ྦྷ'), - (0xFA8, 'V'), - (0xFAC, 'M', u'ྫྷ'), - (0xFAD, 'V'), - (0xFB9, 'M', u'ྐྵ'), - (0xFBA, 'V'), - (0xFBD, 'X'), - (0xFBE, 'V'), - (0xFCD, 'X'), - (0xFCE, 'V'), - (0xFDB, 'X'), - (0x1000, 'V'), - (0x10A0, 'X'), - (0x10C7, 'M', u'ⴧ'), - (0x10C8, 'X'), - (0x10CD, 'M', u'ⴭ'), - (0x10CE, 'X'), - (0x10D0, 'V'), - (0x10FC, 'M', u'ნ'), - (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'), - ] - -def _seg_14(): - return [ - (0x128E, 'X'), - (0x1290, 'V'), - (0x12B1, 'X'), - (0x12B2, 'V'), - (0x12B6, 'X'), - (0x12B8, 'V'), - (0x12BF, 'X'), - (0x12C0, 'V'), - (0x12C1, 'X'), - (0x12C2, 'V'), - (0x12C6, 'X'), - (0x12C8, 'V'), - (0x12D7, 'X'), - (0x12D8, 'V'), - (0x1311, 'X'), - (0x1312, 'V'), - (0x1316, 'X'), - (0x1318, 'V'), - (0x135B, 'X'), - (0x135D, 'V'), - (0x137D, 'X'), - (0x1380, 'V'), - (0x139A, 'X'), - (0x13A0, 'V'), - (0x13F6, 'X'), - (0x13F8, 'M', u'Ᏸ'), - (0x13F9, 'M', u'Ᏹ'), - (0x13FA, 'M', u'Ᏺ'), - (0x13FB, 'M', u'Ᏻ'), - (0x13FC, 'M', u'Ᏼ'), - (0x13FD, 'M', u'Ᏽ'), - (0x13FE, 'X'), - (0x1400, 'V'), - (0x1680, 'X'), - (0x1681, 'V'), - (0x169D, 'X'), - (0x16A0, 'V'), - (0x16F9, 'X'), - (0x1700, 'V'), - (0x170D, 'X'), - (0x170E, 'V'), - (0x1715, 'X'), - (0x1720, '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'), - (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'), - ] - -def _seg_15(): - return [ - (0x1A9A, 'X'), - (0x1AA0, 'V'), - (0x1AAE, 'X'), - (0x1AB0, 'V'), - (0x1ABF, 'X'), - (0x1B00, 'V'), - (0x1B4C, 'X'), - (0x1B50, 'V'), - (0x1B7D, 'X'), - (0x1B80, 'V'), - (0x1BF4, 'X'), - (0x1BFC, 'V'), - (0x1C38, 'X'), - (0x1C3B, 'V'), - (0x1C4A, 'X'), - (0x1C4D, 'V'), - (0x1C80, 'M', u'в'), - (0x1C81, 'M', u'д'), - (0x1C82, 'M', u'о'), - (0x1C83, 'M', u'с'), - (0x1C84, 'M', u'т'), - (0x1C86, 'M', u'ъ'), - (0x1C87, 'M', u'ѣ'), - (0x1C88, 'M', u'ꙋ'), - (0x1C89, 'X'), - (0x1CC0, 'V'), - (0x1CC8, 'X'), - (0x1CD0, 'V'), - (0x1CFA, 'X'), - (0x1D00, 'V'), - (0x1D2C, 'M', u'a'), - (0x1D2D, 'M', u'æ'), - (0x1D2E, 'M', u'b'), - (0x1D2F, 'V'), - (0x1D30, 'M', u'd'), - (0x1D31, 'M', u'e'), - (0x1D32, 'M', u'ǝ'), - (0x1D33, 'M', u'g'), - (0x1D34, 'M', u'h'), - (0x1D35, 'M', u'i'), - (0x1D36, 'M', u'j'), - (0x1D37, 'M', u'k'), - (0x1D38, 'M', u'l'), - (0x1D39, 'M', u'm'), - (0x1D3A, 'M', u'n'), - (0x1D3B, 'V'), - (0x1D3C, 'M', u'o'), - (0x1D3D, 'M', u'ȣ'), - (0x1D3E, 'M', u'p'), - (0x1D3F, 'M', u'r'), - (0x1D40, 'M', u't'), - (0x1D41, 'M', u'u'), - (0x1D42, 'M', u'w'), - (0x1D43, 'M', u'a'), - (0x1D44, 'M', u'ɐ'), - (0x1D45, 'M', u'ɑ'), - (0x1D46, 'M', u'ᴂ'), - (0x1D47, 'M', u'b'), - (0x1D48, 'M', u'd'), - (0x1D49, 'M', u'e'), - (0x1D4A, 'M', u'ə'), - (0x1D4B, 'M', u'ɛ'), - (0x1D4C, 'M', u'ɜ'), - (0x1D4D, 'M', u'g'), - (0x1D4E, 'V'), - (0x1D4F, 'M', u'k'), - (0x1D50, 'M', u'm'), - (0x1D51, 'M', u'ŋ'), - (0x1D52, 'M', u'o'), - (0x1D53, 'M', u'ɔ'), - (0x1D54, 'M', u'ᴖ'), - (0x1D55, 'M', u'ᴗ'), - (0x1D56, 'M', u'p'), - (0x1D57, 'M', u't'), - (0x1D58, 'M', u'u'), - (0x1D59, 'M', u'ᴝ'), - (0x1D5A, 'M', u'ɯ'), - (0x1D5B, 'M', u'v'), - (0x1D5C, 'M', u'ᴥ'), - (0x1D5D, 'M', u'β'), - (0x1D5E, 'M', u'γ'), - (0x1D5F, 'M', u'δ'), - (0x1D60, 'M', u'φ'), - (0x1D61, 'M', u'χ'), - (0x1D62, 'M', u'i'), - (0x1D63, 'M', u'r'), - (0x1D64, 'M', u'u'), - (0x1D65, 'M', u'v'), - (0x1D66, 'M', u'β'), - (0x1D67, 'M', u'γ'), - (0x1D68, 'M', u'ρ'), - (0x1D69, 'M', u'φ'), - (0x1D6A, 'M', u'χ'), - (0x1D6B, 'V'), - (0x1D78, 'M', u'н'), - (0x1D79, 'V'), - (0x1D9B, 'M', u'ɒ'), - (0x1D9C, 'M', u'c'), - (0x1D9D, 'M', u'ɕ'), - (0x1D9E, 'M', u'ð'), - ] - -def _seg_16(): - return [ - (0x1D9F, 'M', u'ɜ'), - (0x1DA0, 'M', u'f'), - (0x1DA1, 'M', u'ɟ'), - (0x1DA2, 'M', u'ɡ'), - (0x1DA3, 'M', u'ɥ'), - (0x1DA4, 'M', u'ɨ'), - (0x1DA5, 'M', u'ɩ'), - (0x1DA6, 'M', u'ɪ'), - (0x1DA7, 'M', u'ᵻ'), - (0x1DA8, 'M', u'ʝ'), - (0x1DA9, 'M', u'ɭ'), - (0x1DAA, 'M', u'ᶅ'), - (0x1DAB, 'M', u'ʟ'), - (0x1DAC, 'M', u'ɱ'), - (0x1DAD, 'M', u'ɰ'), - (0x1DAE, 'M', u'ɲ'), - (0x1DAF, 'M', u'ɳ'), - (0x1DB0, 'M', u'ɴ'), - (0x1DB1, 'M', u'ɵ'), - (0x1DB2, 'M', u'ɸ'), - (0x1DB3, 'M', u'ʂ'), - (0x1DB4, 'M', u'ʃ'), - (0x1DB5, 'M', u'ƫ'), - (0x1DB6, 'M', u'ʉ'), - (0x1DB7, 'M', u'ʊ'), - (0x1DB8, 'M', u'ᴜ'), - (0x1DB9, 'M', u'ʋ'), - (0x1DBA, 'M', u'ʌ'), - (0x1DBB, 'M', u'z'), - (0x1DBC, 'M', u'ʐ'), - (0x1DBD, 'M', u'ʑ'), - (0x1DBE, 'M', u'ʒ'), - (0x1DBF, 'M', u'θ'), - (0x1DC0, 'V'), - (0x1DFA, 'X'), - (0x1DFB, 'V'), - (0x1E00, 'M', u'ḁ'), - (0x1E01, 'V'), - (0x1E02, 'M', u'ḃ'), - (0x1E03, 'V'), - (0x1E04, 'M', u'ḅ'), - (0x1E05, 'V'), - (0x1E06, 'M', u'ḇ'), - (0x1E07, 'V'), - (0x1E08, 'M', u'ḉ'), - (0x1E09, 'V'), - (0x1E0A, 'M', u'ḋ'), - (0x1E0B, 'V'), - (0x1E0C, 'M', u'ḍ'), - (0x1E0D, 'V'), - (0x1E0E, 'M', u'ḏ'), - (0x1E0F, 'V'), - (0x1E10, 'M', u'ḑ'), - (0x1E11, 'V'), - (0x1E12, 'M', u'ḓ'), - (0x1E13, 'V'), - (0x1E14, 'M', u'ḕ'), - (0x1E15, 'V'), - (0x1E16, 'M', u'ḗ'), - (0x1E17, 'V'), - (0x1E18, 'M', u'ḙ'), - (0x1E19, 'V'), - (0x1E1A, 'M', u'ḛ'), - (0x1E1B, 'V'), - (0x1E1C, 'M', u'ḝ'), - (0x1E1D, 'V'), - (0x1E1E, 'M', u'ḟ'), - (0x1E1F, 'V'), - (0x1E20, 'M', u'ḡ'), - (0x1E21, 'V'), - (0x1E22, 'M', u'ḣ'), - (0x1E23, 'V'), - (0x1E24, 'M', u'ḥ'), - (0x1E25, 'V'), - (0x1E26, 'M', u'ḧ'), - (0x1E27, 'V'), - (0x1E28, 'M', u'ḩ'), - (0x1E29, 'V'), - (0x1E2A, 'M', u'ḫ'), - (0x1E2B, 'V'), - (0x1E2C, 'M', u'ḭ'), - (0x1E2D, 'V'), - (0x1E2E, 'M', u'ḯ'), - (0x1E2F, 'V'), - (0x1E30, 'M', u'ḱ'), - (0x1E31, 'V'), - (0x1E32, 'M', u'ḳ'), - (0x1E33, 'V'), - (0x1E34, 'M', u'ḵ'), - (0x1E35, 'V'), - (0x1E36, 'M', u'ḷ'), - (0x1E37, 'V'), - (0x1E38, 'M', u'ḹ'), - (0x1E39, 'V'), - (0x1E3A, 'M', u'ḻ'), - (0x1E3B, 'V'), - (0x1E3C, 'M', u'ḽ'), - (0x1E3D, 'V'), - (0x1E3E, 'M', u'ḿ'), - (0x1E3F, 'V'), - ] - -def _seg_17(): - return [ - (0x1E40, 'M', u'ṁ'), - (0x1E41, 'V'), - (0x1E42, 'M', u'ṃ'), - (0x1E43, 'V'), - (0x1E44, 'M', u'ṅ'), - (0x1E45, 'V'), - (0x1E46, 'M', u'ṇ'), - (0x1E47, 'V'), - (0x1E48, 'M', u'ṉ'), - (0x1E49, 'V'), - (0x1E4A, 'M', u'ṋ'), - (0x1E4B, 'V'), - (0x1E4C, 'M', u'ṍ'), - (0x1E4D, 'V'), - (0x1E4E, 'M', u'ṏ'), - (0x1E4F, 'V'), - (0x1E50, 'M', u'ṑ'), - (0x1E51, 'V'), - (0x1E52, 'M', u'ṓ'), - (0x1E53, 'V'), - (0x1E54, 'M', u'ṕ'), - (0x1E55, 'V'), - (0x1E56, 'M', u'ṗ'), - (0x1E57, 'V'), - (0x1E58, 'M', u'ṙ'), - (0x1E59, 'V'), - (0x1E5A, 'M', u'ṛ'), - (0x1E5B, 'V'), - (0x1E5C, 'M', u'ṝ'), - (0x1E5D, 'V'), - (0x1E5E, 'M', u'ṟ'), - (0x1E5F, 'V'), - (0x1E60, 'M', u'ṡ'), - (0x1E61, 'V'), - (0x1E62, 'M', u'ṣ'), - (0x1E63, 'V'), - (0x1E64, 'M', u'ṥ'), - (0x1E65, 'V'), - (0x1E66, 'M', u'ṧ'), - (0x1E67, 'V'), - (0x1E68, 'M', u'ṩ'), - (0x1E69, 'V'), - (0x1E6A, 'M', u'ṫ'), - (0x1E6B, 'V'), - (0x1E6C, 'M', u'ṭ'), - (0x1E6D, 'V'), - (0x1E6E, 'M', u'ṯ'), - (0x1E6F, 'V'), - (0x1E70, 'M', u'ṱ'), - (0x1E71, 'V'), - (0x1E72, 'M', u'ṳ'), - (0x1E73, 'V'), - (0x1E74, 'M', u'ṵ'), - (0x1E75, 'V'), - (0x1E76, 'M', u'ṷ'), - (0x1E77, 'V'), - (0x1E78, 'M', u'ṹ'), - (0x1E79, 'V'), - (0x1E7A, 'M', u'ṻ'), - (0x1E7B, 'V'), - (0x1E7C, 'M', u'ṽ'), - (0x1E7D, 'V'), - (0x1E7E, 'M', u'ṿ'), - (0x1E7F, 'V'), - (0x1E80, 'M', u'ẁ'), - (0x1E81, 'V'), - (0x1E82, 'M', u'ẃ'), - (0x1E83, 'V'), - (0x1E84, 'M', u'ẅ'), - (0x1E85, 'V'), - (0x1E86, 'M', u'ẇ'), - (0x1E87, 'V'), - (0x1E88, 'M', u'ẉ'), - (0x1E89, 'V'), - (0x1E8A, 'M', u'ẋ'), - (0x1E8B, 'V'), - (0x1E8C, 'M', u'ẍ'), - (0x1E8D, 'V'), - (0x1E8E, 'M', u'ẏ'), - (0x1E8F, 'V'), - (0x1E90, 'M', u'ẑ'), - (0x1E91, 'V'), - (0x1E92, 'M', u'ẓ'), - (0x1E93, 'V'), - (0x1E94, 'M', u'ẕ'), - (0x1E95, 'V'), - (0x1E9A, 'M', u'aʾ'), - (0x1E9B, 'M', u'ṡ'), - (0x1E9C, 'V'), - (0x1E9E, 'M', u'ss'), - (0x1E9F, 'V'), - (0x1EA0, 'M', u'ạ'), - (0x1EA1, 'V'), - (0x1EA2, 'M', u'ả'), - (0x1EA3, 'V'), - (0x1EA4, 'M', u'ấ'), - (0x1EA5, 'V'), - (0x1EA6, 'M', u'ầ'), - (0x1EA7, 'V'), - (0x1EA8, 'M', u'ẩ'), - ] - -def _seg_18(): - return [ - (0x1EA9, 'V'), - (0x1EAA, 'M', u'ẫ'), - (0x1EAB, 'V'), - (0x1EAC, 'M', u'ậ'), - (0x1EAD, 'V'), - (0x1EAE, 'M', u'ắ'), - (0x1EAF, 'V'), - (0x1EB0, 'M', u'ằ'), - (0x1EB1, 'V'), - (0x1EB2, 'M', u'ẳ'), - (0x1EB3, 'V'), - (0x1EB4, 'M', u'ẵ'), - (0x1EB5, 'V'), - (0x1EB6, 'M', u'ặ'), - (0x1EB7, 'V'), - (0x1EB8, 'M', u'ẹ'), - (0x1EB9, 'V'), - (0x1EBA, 'M', u'ẻ'), - (0x1EBB, 'V'), - (0x1EBC, 'M', u'ẽ'), - (0x1EBD, 'V'), - (0x1EBE, 'M', u'ế'), - (0x1EBF, 'V'), - (0x1EC0, 'M', u'ề'), - (0x1EC1, 'V'), - (0x1EC2, 'M', u'ể'), - (0x1EC3, 'V'), - (0x1EC4, 'M', u'ễ'), - (0x1EC5, 'V'), - (0x1EC6, 'M', u'ệ'), - (0x1EC7, 'V'), - (0x1EC8, 'M', u'ỉ'), - (0x1EC9, 'V'), - (0x1ECA, 'M', u'ị'), - (0x1ECB, 'V'), - (0x1ECC, 'M', u'ọ'), - (0x1ECD, 'V'), - (0x1ECE, 'M', u'ỏ'), - (0x1ECF, 'V'), - (0x1ED0, 'M', u'ố'), - (0x1ED1, 'V'), - (0x1ED2, 'M', u'ồ'), - (0x1ED3, 'V'), - (0x1ED4, 'M', u'ổ'), - (0x1ED5, 'V'), - (0x1ED6, 'M', u'ỗ'), - (0x1ED7, 'V'), - (0x1ED8, 'M', u'ộ'), - (0x1ED9, 'V'), - (0x1EDA, 'M', u'ớ'), - (0x1EDB, 'V'), - (0x1EDC, 'M', u'ờ'), - (0x1EDD, 'V'), - (0x1EDE, 'M', u'ở'), - (0x1EDF, 'V'), - (0x1EE0, 'M', u'ỡ'), - (0x1EE1, 'V'), - (0x1EE2, 'M', u'ợ'), - (0x1EE3, 'V'), - (0x1EE4, 'M', u'ụ'), - (0x1EE5, 'V'), - (0x1EE6, 'M', u'ủ'), - (0x1EE7, 'V'), - (0x1EE8, 'M', u'ứ'), - (0x1EE9, 'V'), - (0x1EEA, 'M', u'ừ'), - (0x1EEB, 'V'), - (0x1EEC, 'M', u'ử'), - (0x1EED, 'V'), - (0x1EEE, 'M', u'ữ'), - (0x1EEF, 'V'), - (0x1EF0, 'M', u'ự'), - (0x1EF1, 'V'), - (0x1EF2, 'M', u'ỳ'), - (0x1EF3, 'V'), - (0x1EF4, 'M', u'ỵ'), - (0x1EF5, 'V'), - (0x1EF6, 'M', u'ỷ'), - (0x1EF7, 'V'), - (0x1EF8, 'M', u'ỹ'), - (0x1EF9, 'V'), - (0x1EFA, 'M', u'ỻ'), - (0x1EFB, 'V'), - (0x1EFC, 'M', u'ỽ'), - (0x1EFD, 'V'), - (0x1EFE, 'M', u'ỿ'), - (0x1EFF, 'V'), - (0x1F08, 'M', u'ἀ'), - (0x1F09, 'M', u'ἁ'), - (0x1F0A, 'M', u'ἂ'), - (0x1F0B, 'M', u'ἃ'), - (0x1F0C, 'M', u'ἄ'), - (0x1F0D, 'M', u'ἅ'), - (0x1F0E, 'M', u'ἆ'), - (0x1F0F, 'M', u'ἇ'), - (0x1F10, 'V'), - (0x1F16, 'X'), - (0x1F18, 'M', u'ἐ'), - (0x1F19, 'M', u'ἑ'), - (0x1F1A, 'M', u'ἒ'), - ] - -def _seg_19(): - return [ - (0x1F1B, 'M', u'ἓ'), - (0x1F1C, 'M', u'ἔ'), - (0x1F1D, 'M', u'ἕ'), - (0x1F1E, 'X'), - (0x1F20, 'V'), - (0x1F28, 'M', u'ἠ'), - (0x1F29, 'M', u'ἡ'), - (0x1F2A, 'M', u'ἢ'), - (0x1F2B, 'M', u'ἣ'), - (0x1F2C, 'M', u'ἤ'), - (0x1F2D, 'M', u'ἥ'), - (0x1F2E, 'M', u'ἦ'), - (0x1F2F, 'M', u'ἧ'), - (0x1F30, 'V'), - (0x1F38, 'M', u'ἰ'), - (0x1F39, 'M', u'ἱ'), - (0x1F3A, 'M', u'ἲ'), - (0x1F3B, 'M', u'ἳ'), - (0x1F3C, 'M', u'ἴ'), - (0x1F3D, 'M', u'ἵ'), - (0x1F3E, 'M', u'ἶ'), - (0x1F3F, 'M', u'ἷ'), - (0x1F40, 'V'), - (0x1F46, 'X'), - (0x1F48, 'M', u'ὀ'), - (0x1F49, 'M', u'ὁ'), - (0x1F4A, 'M', u'ὂ'), - (0x1F4B, 'M', u'ὃ'), - (0x1F4C, 'M', u'ὄ'), - (0x1F4D, 'M', u'ὅ'), - (0x1F4E, 'X'), - (0x1F50, 'V'), - (0x1F58, 'X'), - (0x1F59, 'M', u'ὑ'), - (0x1F5A, 'X'), - (0x1F5B, 'M', u'ὓ'), - (0x1F5C, 'X'), - (0x1F5D, 'M', u'ὕ'), - (0x1F5E, 'X'), - (0x1F5F, 'M', u'ὗ'), - (0x1F60, 'V'), - (0x1F68, 'M', u'ὠ'), - (0x1F69, 'M', u'ὡ'), - (0x1F6A, 'M', u'ὢ'), - (0x1F6B, 'M', u'ὣ'), - (0x1F6C, 'M', u'ὤ'), - (0x1F6D, 'M', u'ὥ'), - (0x1F6E, 'M', u'ὦ'), - (0x1F6F, 'M', u'ὧ'), - (0x1F70, 'V'), - (0x1F71, 'M', u'ά'), - (0x1F72, 'V'), - (0x1F73, 'M', u'έ'), - (0x1F74, 'V'), - (0x1F75, 'M', u'ή'), - (0x1F76, 'V'), - (0x1F77, 'M', u'ί'), - (0x1F78, 'V'), - (0x1F79, 'M', u'ό'), - (0x1F7A, 'V'), - (0x1F7B, 'M', u'ύ'), - (0x1F7C, 'V'), - (0x1F7D, 'M', u'ώ'), - (0x1F7E, 'X'), - (0x1F80, 'M', u'ἀι'), - (0x1F81, 'M', u'ἁι'), - (0x1F82, 'M', u'ἂι'), - (0x1F83, 'M', u'ἃι'), - (0x1F84, 'M', u'ἄι'), - (0x1F85, 'M', u'ἅι'), - (0x1F86, 'M', u'ἆι'), - (0x1F87, 'M', u'ἇι'), - (0x1F88, 'M', u'ἀι'), - (0x1F89, 'M', u'ἁι'), - (0x1F8A, 'M', u'ἂι'), - (0x1F8B, 'M', u'ἃι'), - (0x1F8C, 'M', u'ἄι'), - (0x1F8D, 'M', u'ἅι'), - (0x1F8E, 'M', u'ἆι'), - (0x1F8F, 'M', u'ἇι'), - (0x1F90, 'M', u'ἠι'), - (0x1F91, 'M', u'ἡι'), - (0x1F92, 'M', u'ἢι'), - (0x1F93, 'M', u'ἣι'), - (0x1F94, 'M', u'ἤι'), - (0x1F95, 'M', u'ἥι'), - (0x1F96, 'M', u'ἦι'), - (0x1F97, 'M', u'ἧι'), - (0x1F98, 'M', u'ἠι'), - (0x1F99, 'M', u'ἡι'), - (0x1F9A, 'M', u'ἢι'), - (0x1F9B, 'M', u'ἣι'), - (0x1F9C, 'M', u'ἤι'), - (0x1F9D, 'M', u'ἥι'), - (0x1F9E, 'M', u'ἦι'), - (0x1F9F, 'M', u'ἧι'), - (0x1FA0, 'M', u'ὠι'), - (0x1FA1, 'M', u'ὡι'), - (0x1FA2, 'M', u'ὢι'), - (0x1FA3, 'M', u'ὣι'), - ] - -def _seg_20(): - return [ - (0x1FA4, 'M', u'ὤι'), - (0x1FA5, 'M', u'ὥι'), - (0x1FA6, 'M', u'ὦι'), - (0x1FA7, 'M', u'ὧι'), - (0x1FA8, 'M', u'ὠι'), - (0x1FA9, 'M', u'ὡι'), - (0x1FAA, 'M', u'ὢι'), - (0x1FAB, 'M', u'ὣι'), - (0x1FAC, 'M', u'ὤι'), - (0x1FAD, 'M', u'ὥι'), - (0x1FAE, 'M', u'ὦι'), - (0x1FAF, 'M', u'ὧι'), - (0x1FB0, 'V'), - (0x1FB2, 'M', u'ὰι'), - (0x1FB3, 'M', u'αι'), - (0x1FB4, 'M', u'άι'), - (0x1FB5, 'X'), - (0x1FB6, 'V'), - (0x1FB7, 'M', u'ᾶι'), - (0x1FB8, 'M', u'ᾰ'), - (0x1FB9, 'M', u'ᾱ'), - (0x1FBA, 'M', u'ὰ'), - (0x1FBB, 'M', u'ά'), - (0x1FBC, 'M', u'αι'), - (0x1FBD, '3', u' ̓'), - (0x1FBE, 'M', u'ι'), - (0x1FBF, '3', u' ̓'), - (0x1FC0, '3', u' ͂'), - (0x1FC1, '3', u' ̈͂'), - (0x1FC2, 'M', u'ὴι'), - (0x1FC3, 'M', u'ηι'), - (0x1FC4, 'M', u'ήι'), - (0x1FC5, 'X'), - (0x1FC6, 'V'), - (0x1FC7, 'M', u'ῆι'), - (0x1FC8, 'M', u'ὲ'), - (0x1FC9, 'M', u'έ'), - (0x1FCA, 'M', u'ὴ'), - (0x1FCB, 'M', u'ή'), - (0x1FCC, 'M', u'ηι'), - (0x1FCD, '3', u' ̓̀'), - (0x1FCE, '3', u' ̓́'), - (0x1FCF, '3', u' ̓͂'), - (0x1FD0, 'V'), - (0x1FD3, 'M', u'ΐ'), - (0x1FD4, 'X'), - (0x1FD6, 'V'), - (0x1FD8, 'M', u'ῐ'), - (0x1FD9, 'M', u'ῑ'), - (0x1FDA, 'M', u'ὶ'), - (0x1FDB, 'M', u'ί'), - (0x1FDC, 'X'), - (0x1FDD, '3', u' ̔̀'), - (0x1FDE, '3', u' ̔́'), - (0x1FDF, '3', u' ̔͂'), - (0x1FE0, 'V'), - (0x1FE3, 'M', u'ΰ'), - (0x1FE4, 'V'), - (0x1FE8, 'M', u'ῠ'), - (0x1FE9, 'M', u'ῡ'), - (0x1FEA, 'M', u'ὺ'), - (0x1FEB, 'M', u'ύ'), - (0x1FEC, 'M', u'ῥ'), - (0x1FED, '3', u' ̈̀'), - (0x1FEE, '3', u' ̈́'), - (0x1FEF, '3', u'`'), - (0x1FF0, 'X'), - (0x1FF2, 'M', u'ὼι'), - (0x1FF3, 'M', u'ωι'), - (0x1FF4, 'M', u'ώι'), - (0x1FF5, 'X'), - (0x1FF6, 'V'), - (0x1FF7, 'M', u'ῶι'), - (0x1FF8, 'M', u'ὸ'), - (0x1FF9, 'M', u'ό'), - (0x1FFA, 'M', u'ὼ'), - (0x1FFB, 'M', u'ώ'), - (0x1FFC, 'M', u'ωι'), - (0x1FFD, '3', u' ́'), - (0x1FFE, '3', u' ̔'), - (0x1FFF, 'X'), - (0x2000, '3', u' '), - (0x200B, 'I'), - (0x200C, 'D', u''), - (0x200E, 'X'), - (0x2010, 'V'), - (0x2011, 'M', u'‐'), - (0x2012, 'V'), - (0x2017, '3', u' ̳'), - (0x2018, 'V'), - (0x2024, 'X'), - (0x2027, 'V'), - (0x2028, 'X'), - (0x202F, '3', u' '), - (0x2030, 'V'), - (0x2033, 'M', u'′′'), - (0x2034, 'M', u'′′′'), - (0x2035, 'V'), - (0x2036, 'M', u'‵‵'), - (0x2037, 'M', u'‵‵‵'), - ] - -def _seg_21(): - return [ - (0x2038, 'V'), - (0x203C, '3', u'!!'), - (0x203D, 'V'), - (0x203E, '3', u' ̅'), - (0x203F, 'V'), - (0x2047, '3', u'??'), - (0x2048, '3', u'?!'), - (0x2049, '3', u'!?'), - (0x204A, 'V'), - (0x2057, 'M', u'′′′′'), - (0x2058, 'V'), - (0x205F, '3', u' '), - (0x2060, 'I'), - (0x2061, 'X'), - (0x2064, 'I'), - (0x2065, 'X'), - (0x2070, 'M', u'0'), - (0x2071, 'M', u'i'), - (0x2072, 'X'), - (0x2074, 'M', u'4'), - (0x2075, 'M', u'5'), - (0x2076, 'M', u'6'), - (0x2077, 'M', u'7'), - (0x2078, 'M', u'8'), - (0x2079, 'M', u'9'), - (0x207A, '3', u'+'), - (0x207B, 'M', u'−'), - (0x207C, '3', u'='), - (0x207D, '3', u'('), - (0x207E, '3', u')'), - (0x207F, 'M', u'n'), - (0x2080, 'M', u'0'), - (0x2081, 'M', u'1'), - (0x2082, 'M', u'2'), - (0x2083, 'M', u'3'), - (0x2084, 'M', u'4'), - (0x2085, 'M', u'5'), - (0x2086, 'M', u'6'), - (0x2087, 'M', u'7'), - (0x2088, 'M', u'8'), - (0x2089, 'M', u'9'), - (0x208A, '3', u'+'), - (0x208B, 'M', u'−'), - (0x208C, '3', u'='), - (0x208D, '3', u'('), - (0x208E, '3', u')'), - (0x208F, 'X'), - (0x2090, 'M', u'a'), - (0x2091, 'M', u'e'), - (0x2092, 'M', u'o'), - (0x2093, 'M', u'x'), - (0x2094, 'M', u'ə'), - (0x2095, 'M', u'h'), - (0x2096, 'M', u'k'), - (0x2097, 'M', u'l'), - (0x2098, 'M', u'm'), - (0x2099, 'M', u'n'), - (0x209A, 'M', u'p'), - (0x209B, 'M', u's'), - (0x209C, 'M', u't'), - (0x209D, 'X'), - (0x20A0, 'V'), - (0x20A8, 'M', u'rs'), - (0x20A9, 'V'), - (0x20C0, 'X'), - (0x20D0, 'V'), - (0x20F1, 'X'), - (0x2100, '3', u'a/c'), - (0x2101, '3', u'a/s'), - (0x2102, 'M', u'c'), - (0x2103, 'M', u'°c'), - (0x2104, 'V'), - (0x2105, '3', u'c/o'), - (0x2106, '3', u'c/u'), - (0x2107, 'M', u'ɛ'), - (0x2108, 'V'), - (0x2109, 'M', u'°f'), - (0x210A, 'M', u'g'), - (0x210B, 'M', u'h'), - (0x210F, 'M', u'ħ'), - (0x2110, 'M', u'i'), - (0x2112, 'M', u'l'), - (0x2114, 'V'), - (0x2115, 'M', u'n'), - (0x2116, 'M', u'no'), - (0x2117, 'V'), - (0x2119, 'M', u'p'), - (0x211A, 'M', u'q'), - (0x211B, 'M', u'r'), - (0x211E, 'V'), - (0x2120, 'M', u'sm'), - (0x2121, 'M', u'tel'), - (0x2122, 'M', u'tm'), - (0x2123, 'V'), - (0x2124, 'M', u'z'), - (0x2125, 'V'), - (0x2126, 'M', u'ω'), - (0x2127, 'V'), - (0x2128, 'M', u'z'), - (0x2129, 'V'), - ] - -def _seg_22(): - return [ - (0x212A, 'M', u'k'), - (0x212B, 'M', u'å'), - (0x212C, 'M', u'b'), - (0x212D, 'M', u'c'), - (0x212E, 'V'), - (0x212F, 'M', u'e'), - (0x2131, 'M', u'f'), - (0x2132, 'X'), - (0x2133, 'M', u'm'), - (0x2134, 'M', u'o'), - (0x2135, 'M', u'א'), - (0x2136, 'M', u'ב'), - (0x2137, 'M', u'ג'), - (0x2138, 'M', u'ד'), - (0x2139, 'M', u'i'), - (0x213A, 'V'), - (0x213B, 'M', u'fax'), - (0x213C, 'M', u'π'), - (0x213D, 'M', u'γ'), - (0x213F, 'M', u'π'), - (0x2140, 'M', u'∑'), - (0x2141, 'V'), - (0x2145, 'M', u'd'), - (0x2147, 'M', u'e'), - (0x2148, 'M', u'i'), - (0x2149, 'M', u'j'), - (0x214A, 'V'), - (0x2150, 'M', u'1⁄7'), - (0x2151, 'M', u'1⁄9'), - (0x2152, 'M', u'1⁄10'), - (0x2153, 'M', u'1⁄3'), - (0x2154, 'M', u'2⁄3'), - (0x2155, 'M', u'1⁄5'), - (0x2156, 'M', u'2⁄5'), - (0x2157, 'M', u'3⁄5'), - (0x2158, 'M', u'4⁄5'), - (0x2159, 'M', u'1⁄6'), - (0x215A, 'M', u'5⁄6'), - (0x215B, 'M', u'1⁄8'), - (0x215C, 'M', u'3⁄8'), - (0x215D, 'M', u'5⁄8'), - (0x215E, 'M', u'7⁄8'), - (0x215F, 'M', u'1⁄'), - (0x2160, 'M', u'i'), - (0x2161, 'M', u'ii'), - (0x2162, 'M', u'iii'), - (0x2163, 'M', u'iv'), - (0x2164, 'M', u'v'), - (0x2165, 'M', u'vi'), - (0x2166, 'M', u'vii'), - (0x2167, 'M', u'viii'), - (0x2168, 'M', u'ix'), - (0x2169, 'M', u'x'), - (0x216A, 'M', u'xi'), - (0x216B, 'M', u'xii'), - (0x216C, 'M', u'l'), - (0x216D, 'M', u'c'), - (0x216E, 'M', u'd'), - (0x216F, 'M', u'm'), - (0x2170, 'M', u'i'), - (0x2171, 'M', u'ii'), - (0x2172, 'M', u'iii'), - (0x2173, 'M', u'iv'), - (0x2174, 'M', u'v'), - (0x2175, 'M', u'vi'), - (0x2176, 'M', u'vii'), - (0x2177, 'M', u'viii'), - (0x2178, 'M', u'ix'), - (0x2179, 'M', u'x'), - (0x217A, 'M', u'xi'), - (0x217B, 'M', u'xii'), - (0x217C, 'M', u'l'), - (0x217D, 'M', u'c'), - (0x217E, 'M', u'd'), - (0x217F, 'M', u'm'), - (0x2180, 'V'), - (0x2183, 'X'), - (0x2184, 'V'), - (0x2189, 'M', u'0⁄3'), - (0x218A, 'V'), - (0x218C, 'X'), - (0x2190, 'V'), - (0x222C, 'M', u'∫∫'), - (0x222D, 'M', u'∫∫∫'), - (0x222E, 'V'), - (0x222F, 'M', u'∮∮'), - (0x2230, 'M', u'∮∮∮'), - (0x2231, 'V'), - (0x2260, '3'), - (0x2261, 'V'), - (0x226E, '3'), - (0x2270, 'V'), - (0x2329, 'M', u'〈'), - (0x232A, 'M', u'〉'), - (0x232B, 'V'), - (0x2427, 'X'), - (0x2440, 'V'), - (0x244B, 'X'), - (0x2460, 'M', u'1'), - (0x2461, 'M', u'2'), - ] - -def _seg_23(): - return [ - (0x2462, 'M', u'3'), - (0x2463, 'M', u'4'), - (0x2464, 'M', u'5'), - (0x2465, 'M', u'6'), - (0x2466, 'M', u'7'), - (0x2467, 'M', u'8'), - (0x2468, 'M', u'9'), - (0x2469, 'M', u'10'), - (0x246A, 'M', u'11'), - (0x246B, 'M', u'12'), - (0x246C, 'M', u'13'), - (0x246D, 'M', u'14'), - (0x246E, 'M', u'15'), - (0x246F, 'M', u'16'), - (0x2470, 'M', u'17'), - (0x2471, 'M', u'18'), - (0x2472, 'M', u'19'), - (0x2473, 'M', u'20'), - (0x2474, '3', u'(1)'), - (0x2475, '3', u'(2)'), - (0x2476, '3', u'(3)'), - (0x2477, '3', u'(4)'), - (0x2478, '3', u'(5)'), - (0x2479, '3', u'(6)'), - (0x247A, '3', u'(7)'), - (0x247B, '3', u'(8)'), - (0x247C, '3', u'(9)'), - (0x247D, '3', u'(10)'), - (0x247E, '3', u'(11)'), - (0x247F, '3', u'(12)'), - (0x2480, '3', u'(13)'), - (0x2481, '3', u'(14)'), - (0x2482, '3', u'(15)'), - (0x2483, '3', u'(16)'), - (0x2484, '3', u'(17)'), - (0x2485, '3', u'(18)'), - (0x2486, '3', u'(19)'), - (0x2487, '3', u'(20)'), - (0x2488, 'X'), - (0x249C, '3', u'(a)'), - (0x249D, '3', u'(b)'), - (0x249E, '3', u'(c)'), - (0x249F, '3', u'(d)'), - (0x24A0, '3', u'(e)'), - (0x24A1, '3', u'(f)'), - (0x24A2, '3', u'(g)'), - (0x24A3, '3', u'(h)'), - (0x24A4, '3', u'(i)'), - (0x24A5, '3', u'(j)'), - (0x24A6, '3', u'(k)'), - (0x24A7, '3', u'(l)'), - (0x24A8, '3', u'(m)'), - (0x24A9, '3', u'(n)'), - (0x24AA, '3', u'(o)'), - (0x24AB, '3', u'(p)'), - (0x24AC, '3', u'(q)'), - (0x24AD, '3', u'(r)'), - (0x24AE, '3', u'(s)'), - (0x24AF, '3', u'(t)'), - (0x24B0, '3', u'(u)'), - (0x24B1, '3', u'(v)'), - (0x24B2, '3', u'(w)'), - (0x24B3, '3', u'(x)'), - (0x24B4, '3', u'(y)'), - (0x24B5, '3', u'(z)'), - (0x24B6, 'M', u'a'), - (0x24B7, 'M', u'b'), - (0x24B8, 'M', u'c'), - (0x24B9, 'M', u'd'), - (0x24BA, 'M', u'e'), - (0x24BB, 'M', u'f'), - (0x24BC, 'M', u'g'), - (0x24BD, 'M', u'h'), - (0x24BE, 'M', u'i'), - (0x24BF, 'M', u'j'), - (0x24C0, 'M', u'k'), - (0x24C1, 'M', u'l'), - (0x24C2, 'M', u'm'), - (0x24C3, 'M', u'n'), - (0x24C4, 'M', u'o'), - (0x24C5, 'M', u'p'), - (0x24C6, 'M', u'q'), - (0x24C7, 'M', u'r'), - (0x24C8, 'M', u's'), - (0x24C9, 'M', u't'), - (0x24CA, 'M', u'u'), - (0x24CB, 'M', u'v'), - (0x24CC, 'M', u'w'), - (0x24CD, 'M', u'x'), - (0x24CE, 'M', u'y'), - (0x24CF, 'M', u'z'), - (0x24D0, 'M', u'a'), - (0x24D1, 'M', u'b'), - (0x24D2, 'M', u'c'), - (0x24D3, 'M', u'd'), - (0x24D4, 'M', u'e'), - (0x24D5, 'M', u'f'), - (0x24D6, 'M', u'g'), - (0x24D7, 'M', u'h'), - (0x24D8, 'M', u'i'), - ] - -def _seg_24(): - return [ - (0x24D9, 'M', u'j'), - (0x24DA, 'M', u'k'), - (0x24DB, 'M', u'l'), - (0x24DC, 'M', u'm'), - (0x24DD, 'M', u'n'), - (0x24DE, 'M', u'o'), - (0x24DF, 'M', u'p'), - (0x24E0, 'M', u'q'), - (0x24E1, 'M', u'r'), - (0x24E2, 'M', u's'), - (0x24E3, 'M', u't'), - (0x24E4, 'M', u'u'), - (0x24E5, 'M', u'v'), - (0x24E6, 'M', u'w'), - (0x24E7, 'M', u'x'), - (0x24E8, 'M', u'y'), - (0x24E9, 'M', u'z'), - (0x24EA, 'M', u'0'), - (0x24EB, 'V'), - (0x2A0C, 'M', u'∫∫∫∫'), - (0x2A0D, 'V'), - (0x2A74, '3', u'::='), - (0x2A75, '3', u'=='), - (0x2A76, '3', u'==='), - (0x2A77, 'V'), - (0x2ADC, 'M', u'⫝̸'), - (0x2ADD, 'V'), - (0x2B74, 'X'), - (0x2B76, 'V'), - (0x2B96, 'X'), - (0x2B98, 'V'), - (0x2BC9, 'X'), - (0x2BCA, 'V'), - (0x2BFF, 'X'), - (0x2C00, 'M', u'ⰰ'), - (0x2C01, 'M', u'ⰱ'), - (0x2C02, 'M', u'ⰲ'), - (0x2C03, 'M', u'ⰳ'), - (0x2C04, 'M', u'ⰴ'), - (0x2C05, 'M', u'ⰵ'), - (0x2C06, 'M', u'ⰶ'), - (0x2C07, 'M', u'ⰷ'), - (0x2C08, 'M', u'ⰸ'), - (0x2C09, 'M', u'ⰹ'), - (0x2C0A, 'M', u'ⰺ'), - (0x2C0B, 'M', u'ⰻ'), - (0x2C0C, 'M', u'ⰼ'), - (0x2C0D, 'M', u'ⰽ'), - (0x2C0E, 'M', u'ⰾ'), - (0x2C0F, 'M', u'ⰿ'), - (0x2C10, 'M', u'ⱀ'), - (0x2C11, 'M', u'ⱁ'), - (0x2C12, 'M', u'ⱂ'), - (0x2C13, 'M', u'ⱃ'), - (0x2C14, 'M', u'ⱄ'), - (0x2C15, 'M', u'ⱅ'), - (0x2C16, 'M', u'ⱆ'), - (0x2C17, 'M', u'ⱇ'), - (0x2C18, 'M', u'ⱈ'), - (0x2C19, 'M', u'ⱉ'), - (0x2C1A, 'M', u'ⱊ'), - (0x2C1B, 'M', u'ⱋ'), - (0x2C1C, 'M', u'ⱌ'), - (0x2C1D, 'M', u'ⱍ'), - (0x2C1E, 'M', u'ⱎ'), - (0x2C1F, 'M', u'ⱏ'), - (0x2C20, 'M', u'ⱐ'), - (0x2C21, 'M', u'ⱑ'), - (0x2C22, 'M', u'ⱒ'), - (0x2C23, 'M', u'ⱓ'), - (0x2C24, 'M', u'ⱔ'), - (0x2C25, 'M', u'ⱕ'), - (0x2C26, 'M', u'ⱖ'), - (0x2C27, 'M', u'ⱗ'), - (0x2C28, 'M', u'ⱘ'), - (0x2C29, 'M', u'ⱙ'), - (0x2C2A, 'M', u'ⱚ'), - (0x2C2B, 'M', u'ⱛ'), - (0x2C2C, 'M', u'ⱜ'), - (0x2C2D, 'M', u'ⱝ'), - (0x2C2E, 'M', u'ⱞ'), - (0x2C2F, 'X'), - (0x2C30, 'V'), - (0x2C5F, 'X'), - (0x2C60, 'M', u'ⱡ'), - (0x2C61, 'V'), - (0x2C62, 'M', u'ɫ'), - (0x2C63, 'M', u'ᵽ'), - (0x2C64, 'M', u'ɽ'), - (0x2C65, 'V'), - (0x2C67, 'M', u'ⱨ'), - (0x2C68, 'V'), - (0x2C69, 'M', u'ⱪ'), - (0x2C6A, 'V'), - (0x2C6B, 'M', u'ⱬ'), - (0x2C6C, 'V'), - (0x2C6D, 'M', u'ɑ'), - (0x2C6E, 'M', u'ɱ'), - (0x2C6F, 'M', u'ɐ'), - (0x2C70, 'M', u'ɒ'), - ] - -def _seg_25(): - return [ - (0x2C71, 'V'), - (0x2C72, 'M', u'ⱳ'), - (0x2C73, 'V'), - (0x2C75, 'M', u'ⱶ'), - (0x2C76, 'V'), - (0x2C7C, 'M', u'j'), - (0x2C7D, 'M', u'v'), - (0x2C7E, 'M', u'ȿ'), - (0x2C7F, 'M', u'ɀ'), - (0x2C80, 'M', u'ⲁ'), - (0x2C81, 'V'), - (0x2C82, 'M', u'ⲃ'), - (0x2C83, 'V'), - (0x2C84, 'M', u'ⲅ'), - (0x2C85, 'V'), - (0x2C86, 'M', u'ⲇ'), - (0x2C87, 'V'), - (0x2C88, 'M', u'ⲉ'), - (0x2C89, 'V'), - (0x2C8A, 'M', u'ⲋ'), - (0x2C8B, 'V'), - (0x2C8C, 'M', u'ⲍ'), - (0x2C8D, 'V'), - (0x2C8E, 'M', u'ⲏ'), - (0x2C8F, 'V'), - (0x2C90, 'M', u'ⲑ'), - (0x2C91, 'V'), - (0x2C92, 'M', u'ⲓ'), - (0x2C93, 'V'), - (0x2C94, 'M', u'ⲕ'), - (0x2C95, 'V'), - (0x2C96, 'M', u'ⲗ'), - (0x2C97, 'V'), - (0x2C98, 'M', u'ⲙ'), - (0x2C99, 'V'), - (0x2C9A, 'M', u'ⲛ'), - (0x2C9B, 'V'), - (0x2C9C, 'M', u'ⲝ'), - (0x2C9D, 'V'), - (0x2C9E, 'M', u'ⲟ'), - (0x2C9F, 'V'), - (0x2CA0, 'M', u'ⲡ'), - (0x2CA1, 'V'), - (0x2CA2, 'M', u'ⲣ'), - (0x2CA3, 'V'), - (0x2CA4, 'M', u'ⲥ'), - (0x2CA5, 'V'), - (0x2CA6, 'M', u'ⲧ'), - (0x2CA7, 'V'), - (0x2CA8, 'M', u'ⲩ'), - (0x2CA9, 'V'), - (0x2CAA, 'M', u'ⲫ'), - (0x2CAB, 'V'), - (0x2CAC, 'M', u'ⲭ'), - (0x2CAD, 'V'), - (0x2CAE, 'M', u'ⲯ'), - (0x2CAF, 'V'), - (0x2CB0, 'M', u'ⲱ'), - (0x2CB1, 'V'), - (0x2CB2, 'M', u'ⲳ'), - (0x2CB3, 'V'), - (0x2CB4, 'M', u'ⲵ'), - (0x2CB5, 'V'), - (0x2CB6, 'M', u'ⲷ'), - (0x2CB7, 'V'), - (0x2CB8, 'M', u'ⲹ'), - (0x2CB9, 'V'), - (0x2CBA, 'M', u'ⲻ'), - (0x2CBB, 'V'), - (0x2CBC, 'M', u'ⲽ'), - (0x2CBD, 'V'), - (0x2CBE, 'M', u'ⲿ'), - (0x2CBF, 'V'), - (0x2CC0, 'M', u'ⳁ'), - (0x2CC1, 'V'), - (0x2CC2, 'M', u'ⳃ'), - (0x2CC3, 'V'), - (0x2CC4, 'M', u'ⳅ'), - (0x2CC5, 'V'), - (0x2CC6, 'M', u'ⳇ'), - (0x2CC7, 'V'), - (0x2CC8, 'M', u'ⳉ'), - (0x2CC9, 'V'), - (0x2CCA, 'M', u'ⳋ'), - (0x2CCB, 'V'), - (0x2CCC, 'M', u'ⳍ'), - (0x2CCD, 'V'), - (0x2CCE, 'M', u'ⳏ'), - (0x2CCF, 'V'), - (0x2CD0, 'M', u'ⳑ'), - (0x2CD1, 'V'), - (0x2CD2, 'M', u'ⳓ'), - (0x2CD3, 'V'), - (0x2CD4, 'M', u'ⳕ'), - (0x2CD5, 'V'), - (0x2CD6, 'M', u'ⳗ'), - (0x2CD7, 'V'), - (0x2CD8, 'M', u'ⳙ'), - (0x2CD9, 'V'), - (0x2CDA, 'M', u'ⳛ'), - ] - -def _seg_26(): - return [ - (0x2CDB, 'V'), - (0x2CDC, 'M', u'ⳝ'), - (0x2CDD, 'V'), - (0x2CDE, 'M', u'ⳟ'), - (0x2CDF, 'V'), - (0x2CE0, 'M', u'ⳡ'), - (0x2CE1, 'V'), - (0x2CE2, 'M', u'ⳣ'), - (0x2CE3, 'V'), - (0x2CEB, 'M', u'ⳬ'), - (0x2CEC, 'V'), - (0x2CED, 'M', u'ⳮ'), - (0x2CEE, 'V'), - (0x2CF2, 'M', u'ⳳ'), - (0x2CF3, 'V'), - (0x2CF4, 'X'), - (0x2CF9, 'V'), - (0x2D26, 'X'), - (0x2D27, 'V'), - (0x2D28, 'X'), - (0x2D2D, 'V'), - (0x2D2E, 'X'), - (0x2D30, 'V'), - (0x2D68, 'X'), - (0x2D6F, 'M', u'ⵡ'), - (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'), - (0x2E4F, 'X'), - (0x2E80, 'V'), - (0x2E9A, 'X'), - (0x2E9B, 'V'), - (0x2E9F, 'M', u'母'), - (0x2EA0, 'V'), - (0x2EF3, 'M', u'龟'), - (0x2EF4, 'X'), - (0x2F00, 'M', u'一'), - (0x2F01, 'M', u'丨'), - (0x2F02, 'M', u'丶'), - (0x2F03, 'M', u'丿'), - (0x2F04, 'M', u'乙'), - (0x2F05, 'M', u'亅'), - (0x2F06, 'M', u'二'), - (0x2F07, 'M', u'亠'), - (0x2F08, 'M', u'人'), - (0x2F09, 'M', u'儿'), - (0x2F0A, 'M', u'入'), - (0x2F0B, 'M', u'八'), - (0x2F0C, 'M', u'冂'), - (0x2F0D, 'M', u'冖'), - (0x2F0E, 'M', u'冫'), - (0x2F0F, 'M', u'几'), - (0x2F10, 'M', u'凵'), - (0x2F11, 'M', u'刀'), - (0x2F12, 'M', u'力'), - (0x2F13, 'M', u'勹'), - (0x2F14, 'M', u'匕'), - (0x2F15, 'M', u'匚'), - (0x2F16, 'M', u'匸'), - (0x2F17, 'M', u'十'), - (0x2F18, 'M', u'卜'), - (0x2F19, 'M', u'卩'), - (0x2F1A, 'M', u'厂'), - (0x2F1B, 'M', u'厶'), - (0x2F1C, 'M', u'又'), - (0x2F1D, 'M', u'口'), - (0x2F1E, 'M', u'囗'), - (0x2F1F, 'M', u'土'), - (0x2F20, 'M', u'士'), - (0x2F21, 'M', u'夂'), - (0x2F22, 'M', u'夊'), - (0x2F23, 'M', u'夕'), - (0x2F24, 'M', u'大'), - (0x2F25, 'M', u'女'), - (0x2F26, 'M', u'子'), - (0x2F27, 'M', u'宀'), - (0x2F28, 'M', u'寸'), - (0x2F29, 'M', u'小'), - (0x2F2A, 'M', u'尢'), - (0x2F2B, 'M', u'尸'), - (0x2F2C, 'M', u'屮'), - (0x2F2D, 'M', u'山'), - ] - -def _seg_27(): - return [ - (0x2F2E, 'M', u'巛'), - (0x2F2F, 'M', u'工'), - (0x2F30, 'M', u'己'), - (0x2F31, 'M', u'巾'), - (0x2F32, 'M', u'干'), - (0x2F33, 'M', u'幺'), - (0x2F34, 'M', u'广'), - (0x2F35, 'M', u'廴'), - (0x2F36, 'M', u'廾'), - (0x2F37, 'M', u'弋'), - (0x2F38, 'M', u'弓'), - (0x2F39, 'M', u'彐'), - (0x2F3A, 'M', u'彡'), - (0x2F3B, 'M', u'彳'), - (0x2F3C, 'M', u'心'), - (0x2F3D, 'M', u'戈'), - (0x2F3E, 'M', u'戶'), - (0x2F3F, 'M', u'手'), - (0x2F40, 'M', u'支'), - (0x2F41, 'M', u'攴'), - (0x2F42, 'M', u'文'), - (0x2F43, 'M', u'斗'), - (0x2F44, 'M', u'斤'), - (0x2F45, 'M', u'方'), - (0x2F46, 'M', u'无'), - (0x2F47, 'M', u'日'), - (0x2F48, 'M', u'曰'), - (0x2F49, 'M', u'月'), - (0x2F4A, 'M', u'木'), - (0x2F4B, 'M', u'欠'), - (0x2F4C, 'M', u'止'), - (0x2F4D, 'M', u'歹'), - (0x2F4E, 'M', u'殳'), - (0x2F4F, 'M', u'毋'), - (0x2F50, 'M', u'比'), - (0x2F51, 'M', u'毛'), - (0x2F52, 'M', u'氏'), - (0x2F53, 'M', u'气'), - (0x2F54, 'M', u'水'), - (0x2F55, 'M', u'火'), - (0x2F56, 'M', u'爪'), - (0x2F57, 'M', u'父'), - (0x2F58, 'M', u'爻'), - (0x2F59, 'M', u'爿'), - (0x2F5A, 'M', u'片'), - (0x2F5B, 'M', u'牙'), - (0x2F5C, 'M', u'牛'), - (0x2F5D, 'M', u'犬'), - (0x2F5E, 'M', u'玄'), - (0x2F5F, 'M', u'玉'), - (0x2F60, 'M', u'瓜'), - (0x2F61, 'M', u'瓦'), - (0x2F62, 'M', u'甘'), - (0x2F63, 'M', u'生'), - (0x2F64, 'M', u'用'), - (0x2F65, 'M', u'田'), - (0x2F66, 'M', u'疋'), - (0x2F67, 'M', u'疒'), - (0x2F68, 'M', u'癶'), - (0x2F69, 'M', u'白'), - (0x2F6A, 'M', u'皮'), - (0x2F6B, 'M', u'皿'), - (0x2F6C, 'M', u'目'), - (0x2F6D, 'M', u'矛'), - (0x2F6E, 'M', u'矢'), - (0x2F6F, 'M', u'石'), - (0x2F70, 'M', u'示'), - (0x2F71, 'M', u'禸'), - (0x2F72, 'M', u'禾'), - (0x2F73, 'M', u'穴'), - (0x2F74, 'M', u'立'), - (0x2F75, 'M', u'竹'), - (0x2F76, 'M', u'米'), - (0x2F77, 'M', u'糸'), - (0x2F78, 'M', u'缶'), - (0x2F79, 'M', u'网'), - (0x2F7A, 'M', u'羊'), - (0x2F7B, 'M', u'羽'), - (0x2F7C, 'M', u'老'), - (0x2F7D, 'M', u'而'), - (0x2F7E, 'M', u'耒'), - (0x2F7F, 'M', u'耳'), - (0x2F80, 'M', u'聿'), - (0x2F81, 'M', u'肉'), - (0x2F82, 'M', u'臣'), - (0x2F83, 'M', u'自'), - (0x2F84, 'M', u'至'), - (0x2F85, 'M', u'臼'), - (0x2F86, 'M', u'舌'), - (0x2F87, 'M', u'舛'), - (0x2F88, 'M', u'舟'), - (0x2F89, 'M', u'艮'), - (0x2F8A, 'M', u'色'), - (0x2F8B, 'M', u'艸'), - (0x2F8C, 'M', u'虍'), - (0x2F8D, 'M', u'虫'), - (0x2F8E, 'M', u'血'), - (0x2F8F, 'M', u'行'), - (0x2F90, 'M', u'衣'), - (0x2F91, 'M', u'襾'), - ] - -def _seg_28(): - return [ - (0x2F92, 'M', u'見'), - (0x2F93, 'M', u'角'), - (0x2F94, 'M', u'言'), - (0x2F95, 'M', u'谷'), - (0x2F96, 'M', u'豆'), - (0x2F97, 'M', u'豕'), - (0x2F98, 'M', u'豸'), - (0x2F99, 'M', u'貝'), - (0x2F9A, 'M', u'赤'), - (0x2F9B, 'M', u'走'), - (0x2F9C, 'M', u'足'), - (0x2F9D, 'M', u'身'), - (0x2F9E, 'M', u'車'), - (0x2F9F, 'M', u'辛'), - (0x2FA0, 'M', u'辰'), - (0x2FA1, 'M', u'辵'), - (0x2FA2, 'M', u'邑'), - (0x2FA3, 'M', u'酉'), - (0x2FA4, 'M', u'釆'), - (0x2FA5, 'M', u'里'), - (0x2FA6, 'M', u'金'), - (0x2FA7, 'M', u'長'), - (0x2FA8, 'M', u'門'), - (0x2FA9, 'M', u'阜'), - (0x2FAA, 'M', u'隶'), - (0x2FAB, 'M', u'隹'), - (0x2FAC, 'M', u'雨'), - (0x2FAD, 'M', u'靑'), - (0x2FAE, 'M', u'非'), - (0x2FAF, 'M', u'面'), - (0x2FB0, 'M', u'革'), - (0x2FB1, 'M', u'韋'), - (0x2FB2, 'M', u'韭'), - (0x2FB3, 'M', u'音'), - (0x2FB4, 'M', u'頁'), - (0x2FB5, 'M', u'風'), - (0x2FB6, 'M', u'飛'), - (0x2FB7, 'M', u'食'), - (0x2FB8, 'M', u'首'), - (0x2FB9, 'M', u'香'), - (0x2FBA, 'M', u'馬'), - (0x2FBB, 'M', u'骨'), - (0x2FBC, 'M', u'高'), - (0x2FBD, 'M', u'髟'), - (0x2FBE, 'M', u'鬥'), - (0x2FBF, 'M', u'鬯'), - (0x2FC0, 'M', u'鬲'), - (0x2FC1, 'M', u'鬼'), - (0x2FC2, 'M', u'魚'), - (0x2FC3, 'M', u'鳥'), - (0x2FC4, 'M', u'鹵'), - (0x2FC5, 'M', u'鹿'), - (0x2FC6, 'M', u'麥'), - (0x2FC7, 'M', u'麻'), - (0x2FC8, 'M', u'黃'), - (0x2FC9, 'M', u'黍'), - (0x2FCA, 'M', u'黑'), - (0x2FCB, 'M', u'黹'), - (0x2FCC, 'M', u'黽'), - (0x2FCD, 'M', u'鼎'), - (0x2FCE, 'M', u'鼓'), - (0x2FCF, 'M', u'鼠'), - (0x2FD0, 'M', u'鼻'), - (0x2FD1, 'M', u'齊'), - (0x2FD2, 'M', u'齒'), - (0x2FD3, 'M', u'龍'), - (0x2FD4, 'M', u'龜'), - (0x2FD5, 'M', u'龠'), - (0x2FD6, 'X'), - (0x3000, '3', u' '), - (0x3001, 'V'), - (0x3002, 'M', u'.'), - (0x3003, 'V'), - (0x3036, 'M', u'〒'), - (0x3037, 'V'), - (0x3038, 'M', u'十'), - (0x3039, 'M', u'卄'), - (0x303A, 'M', u'卅'), - (0x303B, 'V'), - (0x3040, 'X'), - (0x3041, 'V'), - (0x3097, 'X'), - (0x3099, 'V'), - (0x309B, '3', u' ゙'), - (0x309C, '3', u' ゚'), - (0x309D, 'V'), - (0x309F, 'M', u'より'), - (0x30A0, 'V'), - (0x30FF, 'M', u'コト'), - (0x3100, 'X'), - (0x3105, 'V'), - (0x3130, 'X'), - (0x3131, 'M', u'ᄀ'), - (0x3132, 'M', u'ᄁ'), - (0x3133, 'M', u'ᆪ'), - (0x3134, 'M', u'ᄂ'), - (0x3135, 'M', u'ᆬ'), - (0x3136, 'M', u'ᆭ'), - (0x3137, 'M', u'ᄃ'), - (0x3138, 'M', u'ᄄ'), - ] - -def _seg_29(): - return [ - (0x3139, 'M', u'ᄅ'), - (0x313A, 'M', u'ᆰ'), - (0x313B, 'M', u'ᆱ'), - (0x313C, 'M', u'ᆲ'), - (0x313D, 'M', u'ᆳ'), - (0x313E, 'M', u'ᆴ'), - (0x313F, 'M', u'ᆵ'), - (0x3140, 'M', u'ᄚ'), - (0x3141, 'M', u'ᄆ'), - (0x3142, 'M', u'ᄇ'), - (0x3143, 'M', u'ᄈ'), - (0x3144, 'M', u'ᄡ'), - (0x3145, 'M', u'ᄉ'), - (0x3146, 'M', u'ᄊ'), - (0x3147, 'M', u'ᄋ'), - (0x3148, 'M', u'ᄌ'), - (0x3149, 'M', u'ᄍ'), - (0x314A, 'M', u'ᄎ'), - (0x314B, 'M', u'ᄏ'), - (0x314C, 'M', u'ᄐ'), - (0x314D, 'M', u'ᄑ'), - (0x314E, 'M', u'ᄒ'), - (0x314F, 'M', u'ᅡ'), - (0x3150, 'M', u'ᅢ'), - (0x3151, 'M', u'ᅣ'), - (0x3152, 'M', u'ᅤ'), - (0x3153, 'M', u'ᅥ'), - (0x3154, 'M', u'ᅦ'), - (0x3155, 'M', u'ᅧ'), - (0x3156, 'M', u'ᅨ'), - (0x3157, 'M', u'ᅩ'), - (0x3158, 'M', u'ᅪ'), - (0x3159, 'M', u'ᅫ'), - (0x315A, 'M', u'ᅬ'), - (0x315B, 'M', u'ᅭ'), - (0x315C, 'M', u'ᅮ'), - (0x315D, 'M', u'ᅯ'), - (0x315E, 'M', u'ᅰ'), - (0x315F, 'M', u'ᅱ'), - (0x3160, 'M', u'ᅲ'), - (0x3161, 'M', u'ᅳ'), - (0x3162, 'M', u'ᅴ'), - (0x3163, 'M', u'ᅵ'), - (0x3164, 'X'), - (0x3165, 'M', u'ᄔ'), - (0x3166, 'M', u'ᄕ'), - (0x3167, 'M', u'ᇇ'), - (0x3168, 'M', u'ᇈ'), - (0x3169, 'M', u'ᇌ'), - (0x316A, 'M', u'ᇎ'), - (0x316B, 'M', u'ᇓ'), - (0x316C, 'M', u'ᇗ'), - (0x316D, 'M', u'ᇙ'), - (0x316E, 'M', u'ᄜ'), - (0x316F, 'M', u'ᇝ'), - (0x3170, 'M', u'ᇟ'), - (0x3171, 'M', u'ᄝ'), - (0x3172, 'M', u'ᄞ'), - (0x3173, 'M', u'ᄠ'), - (0x3174, 'M', u'ᄢ'), - (0x3175, 'M', u'ᄣ'), - (0x3176, 'M', u'ᄧ'), - (0x3177, 'M', u'ᄩ'), - (0x3178, 'M', u'ᄫ'), - (0x3179, 'M', u'ᄬ'), - (0x317A, 'M', u'ᄭ'), - (0x317B, 'M', u'ᄮ'), - (0x317C, 'M', u'ᄯ'), - (0x317D, 'M', u'ᄲ'), - (0x317E, 'M', u'ᄶ'), - (0x317F, 'M', u'ᅀ'), - (0x3180, 'M', u'ᅇ'), - (0x3181, 'M', u'ᅌ'), - (0x3182, 'M', u'ᇱ'), - (0x3183, 'M', u'ᇲ'), - (0x3184, 'M', u'ᅗ'), - (0x3185, 'M', u'ᅘ'), - (0x3186, 'M', u'ᅙ'), - (0x3187, 'M', u'ᆄ'), - (0x3188, 'M', u'ᆅ'), - (0x3189, 'M', u'ᆈ'), - (0x318A, 'M', u'ᆑ'), - (0x318B, 'M', u'ᆒ'), - (0x318C, 'M', u'ᆔ'), - (0x318D, 'M', u'ᆞ'), - (0x318E, 'M', u'ᆡ'), - (0x318F, 'X'), - (0x3190, 'V'), - (0x3192, 'M', u'一'), - (0x3193, 'M', u'二'), - (0x3194, 'M', u'三'), - (0x3195, 'M', u'四'), - (0x3196, 'M', u'上'), - (0x3197, 'M', u'中'), - (0x3198, 'M', u'下'), - (0x3199, 'M', u'甲'), - (0x319A, 'M', u'乙'), - (0x319B, 'M', u'丙'), - (0x319C, 'M', u'丁'), - (0x319D, 'M', u'天'), - ] - -def _seg_30(): - return [ - (0x319E, 'M', u'地'), - (0x319F, 'M', u'人'), - (0x31A0, 'V'), - (0x31BB, 'X'), - (0x31C0, 'V'), - (0x31E4, 'X'), - (0x31F0, 'V'), - (0x3200, '3', u'(ᄀ)'), - (0x3201, '3', u'(ᄂ)'), - (0x3202, '3', u'(ᄃ)'), - (0x3203, '3', u'(ᄅ)'), - (0x3204, '3', u'(ᄆ)'), - (0x3205, '3', u'(ᄇ)'), - (0x3206, '3', u'(ᄉ)'), - (0x3207, '3', u'(ᄋ)'), - (0x3208, '3', u'(ᄌ)'), - (0x3209, '3', u'(ᄎ)'), - (0x320A, '3', u'(ᄏ)'), - (0x320B, '3', u'(ᄐ)'), - (0x320C, '3', u'(ᄑ)'), - (0x320D, '3', u'(ᄒ)'), - (0x320E, '3', u'(가)'), - (0x320F, '3', u'(나)'), - (0x3210, '3', u'(다)'), - (0x3211, '3', u'(라)'), - (0x3212, '3', u'(마)'), - (0x3213, '3', u'(바)'), - (0x3214, '3', u'(사)'), - (0x3215, '3', u'(아)'), - (0x3216, '3', u'(자)'), - (0x3217, '3', u'(차)'), - (0x3218, '3', u'(카)'), - (0x3219, '3', u'(타)'), - (0x321A, '3', u'(파)'), - (0x321B, '3', u'(하)'), - (0x321C, '3', u'(주)'), - (0x321D, '3', u'(오전)'), - (0x321E, '3', u'(오후)'), - (0x321F, 'X'), - (0x3220, '3', u'(一)'), - (0x3221, '3', u'(二)'), - (0x3222, '3', u'(三)'), - (0x3223, '3', u'(四)'), - (0x3224, '3', u'(五)'), - (0x3225, '3', u'(六)'), - (0x3226, '3', u'(七)'), - (0x3227, '3', u'(八)'), - (0x3228, '3', u'(九)'), - (0x3229, '3', u'(十)'), - (0x322A, '3', u'(月)'), - (0x322B, '3', u'(火)'), - (0x322C, '3', u'(水)'), - (0x322D, '3', u'(木)'), - (0x322E, '3', u'(金)'), - (0x322F, '3', u'(土)'), - (0x3230, '3', u'(日)'), - (0x3231, '3', u'(株)'), - (0x3232, '3', u'(有)'), - (0x3233, '3', u'(社)'), - (0x3234, '3', u'(名)'), - (0x3235, '3', u'(特)'), - (0x3236, '3', u'(財)'), - (0x3237, '3', u'(祝)'), - (0x3238, '3', u'(労)'), - (0x3239, '3', u'(代)'), - (0x323A, '3', u'(呼)'), - (0x323B, '3', u'(学)'), - (0x323C, '3', u'(監)'), - (0x323D, '3', u'(企)'), - (0x323E, '3', u'(資)'), - (0x323F, '3', u'(協)'), - (0x3240, '3', u'(祭)'), - (0x3241, '3', u'(休)'), - (0x3242, '3', u'(自)'), - (0x3243, '3', u'(至)'), - (0x3244, 'M', u'問'), - (0x3245, 'M', u'幼'), - (0x3246, 'M', u'文'), - (0x3247, 'M', u'箏'), - (0x3248, 'V'), - (0x3250, 'M', u'pte'), - (0x3251, 'M', u'21'), - (0x3252, 'M', u'22'), - (0x3253, 'M', u'23'), - (0x3254, 'M', u'24'), - (0x3255, 'M', u'25'), - (0x3256, 'M', u'26'), - (0x3257, 'M', u'27'), - (0x3258, 'M', u'28'), - (0x3259, 'M', u'29'), - (0x325A, 'M', u'30'), - (0x325B, 'M', u'31'), - (0x325C, 'M', u'32'), - (0x325D, 'M', u'33'), - (0x325E, 'M', u'34'), - (0x325F, 'M', u'35'), - (0x3260, 'M', u'ᄀ'), - (0x3261, 'M', u'ᄂ'), - (0x3262, 'M', u'ᄃ'), - (0x3263, 'M', u'ᄅ'), - ] - -def _seg_31(): - return [ - (0x3264, 'M', u'ᄆ'), - (0x3265, 'M', u'ᄇ'), - (0x3266, 'M', u'ᄉ'), - (0x3267, 'M', u'ᄋ'), - (0x3268, 'M', u'ᄌ'), - (0x3269, 'M', u'ᄎ'), - (0x326A, 'M', u'ᄏ'), - (0x326B, 'M', u'ᄐ'), - (0x326C, 'M', u'ᄑ'), - (0x326D, 'M', u'ᄒ'), - (0x326E, 'M', u'가'), - (0x326F, 'M', u'나'), - (0x3270, 'M', u'다'), - (0x3271, 'M', u'라'), - (0x3272, 'M', u'마'), - (0x3273, 'M', u'바'), - (0x3274, 'M', u'사'), - (0x3275, 'M', u'아'), - (0x3276, 'M', u'자'), - (0x3277, 'M', u'차'), - (0x3278, 'M', u'카'), - (0x3279, 'M', u'타'), - (0x327A, 'M', u'파'), - (0x327B, 'M', u'하'), - (0x327C, 'M', u'참고'), - (0x327D, 'M', u'주의'), - (0x327E, 'M', u'우'), - (0x327F, 'V'), - (0x3280, 'M', u'一'), - (0x3281, 'M', u'二'), - (0x3282, 'M', u'三'), - (0x3283, 'M', u'四'), - (0x3284, 'M', u'五'), - (0x3285, 'M', u'六'), - (0x3286, 'M', u'七'), - (0x3287, 'M', u'八'), - (0x3288, 'M', u'九'), - (0x3289, 'M', u'十'), - (0x328A, 'M', u'月'), - (0x328B, 'M', u'火'), - (0x328C, 'M', u'水'), - (0x328D, 'M', u'木'), - (0x328E, 'M', u'金'), - (0x328F, 'M', u'土'), - (0x3290, 'M', u'日'), - (0x3291, 'M', u'株'), - (0x3292, 'M', u'有'), - (0x3293, 'M', u'社'), - (0x3294, 'M', u'名'), - (0x3295, 'M', u'特'), - (0x3296, 'M', u'財'), - (0x3297, 'M', u'祝'), - (0x3298, 'M', u'労'), - (0x3299, 'M', u'秘'), - (0x329A, 'M', u'男'), - (0x329B, 'M', u'女'), - (0x329C, 'M', u'適'), - (0x329D, 'M', u'優'), - (0x329E, 'M', u'印'), - (0x329F, 'M', u'注'), - (0x32A0, 'M', u'項'), - (0x32A1, 'M', u'休'), - (0x32A2, 'M', u'写'), - (0x32A3, 'M', u'正'), - (0x32A4, 'M', u'上'), - (0x32A5, 'M', u'中'), - (0x32A6, 'M', u'下'), - (0x32A7, 'M', u'左'), - (0x32A8, 'M', u'右'), - (0x32A9, 'M', u'医'), - (0x32AA, 'M', u'宗'), - (0x32AB, 'M', u'学'), - (0x32AC, 'M', u'監'), - (0x32AD, 'M', u'企'), - (0x32AE, 'M', u'資'), - (0x32AF, 'M', u'協'), - (0x32B0, 'M', u'夜'), - (0x32B1, 'M', u'36'), - (0x32B2, 'M', u'37'), - (0x32B3, 'M', u'38'), - (0x32B4, 'M', u'39'), - (0x32B5, 'M', u'40'), - (0x32B6, 'M', u'41'), - (0x32B7, 'M', u'42'), - (0x32B8, 'M', u'43'), - (0x32B9, 'M', u'44'), - (0x32BA, 'M', u'45'), - (0x32BB, 'M', u'46'), - (0x32BC, 'M', u'47'), - (0x32BD, 'M', u'48'), - (0x32BE, 'M', u'49'), - (0x32BF, 'M', u'50'), - (0x32C0, 'M', u'1月'), - (0x32C1, 'M', u'2月'), - (0x32C2, 'M', u'3月'), - (0x32C3, 'M', u'4月'), - (0x32C4, 'M', u'5月'), - (0x32C5, 'M', u'6月'), - (0x32C6, 'M', u'7月'), - (0x32C7, 'M', u'8月'), - ] - -def _seg_32(): - return [ - (0x32C8, 'M', u'9月'), - (0x32C9, 'M', u'10月'), - (0x32CA, 'M', u'11月'), - (0x32CB, 'M', u'12月'), - (0x32CC, 'M', u'hg'), - (0x32CD, 'M', u'erg'), - (0x32CE, 'M', u'ev'), - (0x32CF, 'M', u'ltd'), - (0x32D0, 'M', u'ア'), - (0x32D1, 'M', u'イ'), - (0x32D2, 'M', u'ウ'), - (0x32D3, 'M', u'エ'), - (0x32D4, 'M', u'オ'), - (0x32D5, 'M', u'カ'), - (0x32D6, 'M', u'キ'), - (0x32D7, 'M', u'ク'), - (0x32D8, 'M', u'ケ'), - (0x32D9, 'M', u'コ'), - (0x32DA, 'M', u'サ'), - (0x32DB, 'M', u'シ'), - (0x32DC, 'M', u'ス'), - (0x32DD, 'M', u'セ'), - (0x32DE, 'M', u'ソ'), - (0x32DF, 'M', u'タ'), - (0x32E0, 'M', u'チ'), - (0x32E1, 'M', u'ツ'), - (0x32E2, 'M', u'テ'), - (0x32E3, 'M', u'ト'), - (0x32E4, 'M', u'ナ'), - (0x32E5, 'M', u'ニ'), - (0x32E6, 'M', u'ヌ'), - (0x32E7, 'M', u'ネ'), - (0x32E8, 'M', u'ノ'), - (0x32E9, 'M', u'ハ'), - (0x32EA, 'M', u'ヒ'), - (0x32EB, 'M', u'フ'), - (0x32EC, 'M', u'ヘ'), - (0x32ED, 'M', u'ホ'), - (0x32EE, 'M', u'マ'), - (0x32EF, 'M', u'ミ'), - (0x32F0, 'M', u'ム'), - (0x32F1, 'M', u'メ'), - (0x32F2, 'M', u'モ'), - (0x32F3, 'M', u'ヤ'), - (0x32F4, 'M', u'ユ'), - (0x32F5, 'M', u'ヨ'), - (0x32F6, 'M', u'ラ'), - (0x32F7, 'M', u'リ'), - (0x32F8, 'M', u'ル'), - (0x32F9, 'M', u'レ'), - (0x32FA, 'M', u'ロ'), - (0x32FB, 'M', u'ワ'), - (0x32FC, 'M', u'ヰ'), - (0x32FD, 'M', u'ヱ'), - (0x32FE, 'M', u'ヲ'), - (0x32FF, 'X'), - (0x3300, 'M', u'アパート'), - (0x3301, 'M', u'アルファ'), - (0x3302, 'M', u'アンペア'), - (0x3303, 'M', u'アール'), - (0x3304, 'M', u'イニング'), - (0x3305, 'M', u'インチ'), - (0x3306, 'M', u'ウォン'), - (0x3307, 'M', u'エスクード'), - (0x3308, 'M', u'エーカー'), - (0x3309, 'M', u'オンス'), - (0x330A, 'M', u'オーム'), - (0x330B, 'M', u'カイリ'), - (0x330C, 'M', u'カラット'), - (0x330D, 'M', u'カロリー'), - (0x330E, 'M', u'ガロン'), - (0x330F, 'M', u'ガンマ'), - (0x3310, 'M', u'ギガ'), - (0x3311, 'M', u'ギニー'), - (0x3312, 'M', u'キュリー'), - (0x3313, 'M', u'ギルダー'), - (0x3314, 'M', u'キロ'), - (0x3315, 'M', u'キログラム'), - (0x3316, 'M', u'キロメートル'), - (0x3317, 'M', u'キロワット'), - (0x3318, 'M', u'グラム'), - (0x3319, 'M', u'グラムトン'), - (0x331A, 'M', u'クルゼイロ'), - (0x331B, 'M', u'クローネ'), - (0x331C, 'M', u'ケース'), - (0x331D, 'M', u'コルナ'), - (0x331E, 'M', u'コーポ'), - (0x331F, 'M', u'サイクル'), - (0x3320, 'M', u'サンチーム'), - (0x3321, 'M', u'シリング'), - (0x3322, 'M', u'センチ'), - (0x3323, 'M', u'セント'), - (0x3324, 'M', u'ダース'), - (0x3325, 'M', u'デシ'), - (0x3326, 'M', u'ドル'), - (0x3327, 'M', u'トン'), - (0x3328, 'M', u'ナノ'), - (0x3329, 'M', u'ノット'), - (0x332A, 'M', u'ハイツ'), - (0x332B, 'M', u'パーセント'), - ] - -def _seg_33(): - return [ - (0x332C, 'M', u'パーツ'), - (0x332D, 'M', u'バーレル'), - (0x332E, 'M', u'ピアストル'), - (0x332F, 'M', u'ピクル'), - (0x3330, 'M', u'ピコ'), - (0x3331, 'M', u'ビル'), - (0x3332, 'M', u'ファラッド'), - (0x3333, 'M', u'フィート'), - (0x3334, 'M', u'ブッシェル'), - (0x3335, 'M', u'フラン'), - (0x3336, 'M', u'ヘクタール'), - (0x3337, 'M', u'ペソ'), - (0x3338, 'M', u'ペニヒ'), - (0x3339, 'M', u'ヘルツ'), - (0x333A, 'M', u'ペンス'), - (0x333B, 'M', u'ページ'), - (0x333C, 'M', u'ベータ'), - (0x333D, 'M', u'ポイント'), - (0x333E, 'M', u'ボルト'), - (0x333F, 'M', u'ホン'), - (0x3340, 'M', u'ポンド'), - (0x3341, 'M', u'ホール'), - (0x3342, 'M', u'ホーン'), - (0x3343, 'M', u'マイクロ'), - (0x3344, 'M', u'マイル'), - (0x3345, 'M', u'マッハ'), - (0x3346, 'M', u'マルク'), - (0x3347, 'M', u'マンション'), - (0x3348, 'M', u'ミクロン'), - (0x3349, 'M', u'ミリ'), - (0x334A, 'M', u'ミリバール'), - (0x334B, 'M', u'メガ'), - (0x334C, 'M', u'メガトン'), - (0x334D, 'M', u'メートル'), - (0x334E, 'M', u'ヤード'), - (0x334F, 'M', u'ヤール'), - (0x3350, 'M', u'ユアン'), - (0x3351, 'M', u'リットル'), - (0x3352, 'M', u'リラ'), - (0x3353, 'M', u'ルピー'), - (0x3354, 'M', u'ルーブル'), - (0x3355, 'M', u'レム'), - (0x3356, 'M', u'レントゲン'), - (0x3357, 'M', u'ワット'), - (0x3358, 'M', u'0点'), - (0x3359, 'M', u'1点'), - (0x335A, 'M', u'2点'), - (0x335B, 'M', u'3点'), - (0x335C, 'M', u'4点'), - (0x335D, 'M', u'5点'), - (0x335E, 'M', u'6点'), - (0x335F, 'M', u'7点'), - (0x3360, 'M', u'8点'), - (0x3361, 'M', u'9点'), - (0x3362, 'M', u'10点'), - (0x3363, 'M', u'11点'), - (0x3364, 'M', u'12点'), - (0x3365, 'M', u'13点'), - (0x3366, 'M', u'14点'), - (0x3367, 'M', u'15点'), - (0x3368, 'M', u'16点'), - (0x3369, 'M', u'17点'), - (0x336A, 'M', u'18点'), - (0x336B, 'M', u'19点'), - (0x336C, 'M', u'20点'), - (0x336D, 'M', u'21点'), - (0x336E, 'M', u'22点'), - (0x336F, 'M', u'23点'), - (0x3370, 'M', u'24点'), - (0x3371, 'M', u'hpa'), - (0x3372, 'M', u'da'), - (0x3373, 'M', u'au'), - (0x3374, 'M', u'bar'), - (0x3375, 'M', u'ov'), - (0x3376, 'M', u'pc'), - (0x3377, 'M', u'dm'), - (0x3378, 'M', u'dm2'), - (0x3379, 'M', u'dm3'), - (0x337A, 'M', u'iu'), - (0x337B, 'M', u'平成'), - (0x337C, 'M', u'昭和'), - (0x337D, 'M', u'大正'), - (0x337E, 'M', u'明治'), - (0x337F, 'M', u'株式会社'), - (0x3380, 'M', u'pa'), - (0x3381, 'M', u'na'), - (0x3382, 'M', u'μa'), - (0x3383, 'M', u'ma'), - (0x3384, 'M', u'ka'), - (0x3385, 'M', u'kb'), - (0x3386, 'M', u'mb'), - (0x3387, 'M', u'gb'), - (0x3388, 'M', u'cal'), - (0x3389, 'M', u'kcal'), - (0x338A, 'M', u'pf'), - (0x338B, 'M', u'nf'), - (0x338C, 'M', u'μf'), - (0x338D, 'M', u'μg'), - (0x338E, 'M', u'mg'), - (0x338F, 'M', u'kg'), - ] - -def _seg_34(): - return [ - (0x3390, 'M', u'hz'), - (0x3391, 'M', u'khz'), - (0x3392, 'M', u'mhz'), - (0x3393, 'M', u'ghz'), - (0x3394, 'M', u'thz'), - (0x3395, 'M', u'μl'), - (0x3396, 'M', u'ml'), - (0x3397, 'M', u'dl'), - (0x3398, 'M', u'kl'), - (0x3399, 'M', u'fm'), - (0x339A, 'M', u'nm'), - (0x339B, 'M', u'μm'), - (0x339C, 'M', u'mm'), - (0x339D, 'M', u'cm'), - (0x339E, 'M', u'km'), - (0x339F, 'M', u'mm2'), - (0x33A0, 'M', u'cm2'), - (0x33A1, 'M', u'm2'), - (0x33A2, 'M', u'km2'), - (0x33A3, 'M', u'mm3'), - (0x33A4, 'M', u'cm3'), - (0x33A5, 'M', u'm3'), - (0x33A6, 'M', u'km3'), - (0x33A7, 'M', u'm∕s'), - (0x33A8, 'M', u'm∕s2'), - (0x33A9, 'M', u'pa'), - (0x33AA, 'M', u'kpa'), - (0x33AB, 'M', u'mpa'), - (0x33AC, 'M', u'gpa'), - (0x33AD, 'M', u'rad'), - (0x33AE, 'M', u'rad∕s'), - (0x33AF, 'M', u'rad∕s2'), - (0x33B0, 'M', u'ps'), - (0x33B1, 'M', u'ns'), - (0x33B2, 'M', u'μs'), - (0x33B3, 'M', u'ms'), - (0x33B4, 'M', u'pv'), - (0x33B5, 'M', u'nv'), - (0x33B6, 'M', u'μv'), - (0x33B7, 'M', u'mv'), - (0x33B8, 'M', u'kv'), - (0x33B9, 'M', u'mv'), - (0x33BA, 'M', u'pw'), - (0x33BB, 'M', u'nw'), - (0x33BC, 'M', u'μw'), - (0x33BD, 'M', u'mw'), - (0x33BE, 'M', u'kw'), - (0x33BF, 'M', u'mw'), - (0x33C0, 'M', u'kω'), - (0x33C1, 'M', u'mω'), - (0x33C2, 'X'), - (0x33C3, 'M', u'bq'), - (0x33C4, 'M', u'cc'), - (0x33C5, 'M', u'cd'), - (0x33C6, 'M', u'c∕kg'), - (0x33C7, 'X'), - (0x33C8, 'M', u'db'), - (0x33C9, 'M', u'gy'), - (0x33CA, 'M', u'ha'), - (0x33CB, 'M', u'hp'), - (0x33CC, 'M', u'in'), - (0x33CD, 'M', u'kk'), - (0x33CE, 'M', u'km'), - (0x33CF, 'M', u'kt'), - (0x33D0, 'M', u'lm'), - (0x33D1, 'M', u'ln'), - (0x33D2, 'M', u'log'), - (0x33D3, 'M', u'lx'), - (0x33D4, 'M', u'mb'), - (0x33D5, 'M', u'mil'), - (0x33D6, 'M', u'mol'), - (0x33D7, 'M', u'ph'), - (0x33D8, 'X'), - (0x33D9, 'M', u'ppm'), - (0x33DA, 'M', u'pr'), - (0x33DB, 'M', u'sr'), - (0x33DC, 'M', u'sv'), - (0x33DD, 'M', u'wb'), - (0x33DE, 'M', u'v∕m'), - (0x33DF, 'M', u'a∕m'), - (0x33E0, 'M', u'1日'), - (0x33E1, 'M', u'2日'), - (0x33E2, 'M', u'3日'), - (0x33E3, 'M', u'4日'), - (0x33E4, 'M', u'5日'), - (0x33E5, 'M', u'6日'), - (0x33E6, 'M', u'7日'), - (0x33E7, 'M', u'8日'), - (0x33E8, 'M', u'9日'), - (0x33E9, 'M', u'10日'), - (0x33EA, 'M', u'11日'), - (0x33EB, 'M', u'12日'), - (0x33EC, 'M', u'13日'), - (0x33ED, 'M', u'14日'), - (0x33EE, 'M', u'15日'), - (0x33EF, 'M', u'16日'), - (0x33F0, 'M', u'17日'), - (0x33F1, 'M', u'18日'), - (0x33F2, 'M', u'19日'), - (0x33F3, 'M', u'20日'), - ] - -def _seg_35(): - return [ - (0x33F4, 'M', u'21日'), - (0x33F5, 'M', u'22日'), - (0x33F6, 'M', u'23日'), - (0x33F7, 'M', u'24日'), - (0x33F8, 'M', u'25日'), - (0x33F9, 'M', u'26日'), - (0x33FA, 'M', u'27日'), - (0x33FB, 'M', u'28日'), - (0x33FC, 'M', u'29日'), - (0x33FD, 'M', u'30日'), - (0x33FE, 'M', u'31日'), - (0x33FF, 'M', u'gal'), - (0x3400, 'V'), - (0x4DB6, 'X'), - (0x4DC0, 'V'), - (0x9FF0, 'X'), - (0xA000, 'V'), - (0xA48D, 'X'), - (0xA490, 'V'), - (0xA4C7, 'X'), - (0xA4D0, 'V'), - (0xA62C, 'X'), - (0xA640, 'M', u'ꙁ'), - (0xA641, 'V'), - (0xA642, 'M', u'ꙃ'), - (0xA643, 'V'), - (0xA644, 'M', u'ꙅ'), - (0xA645, 'V'), - (0xA646, 'M', u'ꙇ'), - (0xA647, 'V'), - (0xA648, 'M', u'ꙉ'), - (0xA649, 'V'), - (0xA64A, 'M', u'ꙋ'), - (0xA64B, 'V'), - (0xA64C, 'M', u'ꙍ'), - (0xA64D, 'V'), - (0xA64E, 'M', u'ꙏ'), - (0xA64F, 'V'), - (0xA650, 'M', u'ꙑ'), - (0xA651, 'V'), - (0xA652, 'M', u'ꙓ'), - (0xA653, 'V'), - (0xA654, 'M', u'ꙕ'), - (0xA655, 'V'), - (0xA656, 'M', u'ꙗ'), - (0xA657, 'V'), - (0xA658, 'M', u'ꙙ'), - (0xA659, 'V'), - (0xA65A, 'M', u'ꙛ'), - (0xA65B, 'V'), - (0xA65C, 'M', u'ꙝ'), - (0xA65D, 'V'), - (0xA65E, 'M', u'ꙟ'), - (0xA65F, 'V'), - (0xA660, 'M', u'ꙡ'), - (0xA661, 'V'), - (0xA662, 'M', u'ꙣ'), - (0xA663, 'V'), - (0xA664, 'M', u'ꙥ'), - (0xA665, 'V'), - (0xA666, 'M', u'ꙧ'), - (0xA667, 'V'), - (0xA668, 'M', u'ꙩ'), - (0xA669, 'V'), - (0xA66A, 'M', u'ꙫ'), - (0xA66B, 'V'), - (0xA66C, 'M', u'ꙭ'), - (0xA66D, 'V'), - (0xA680, 'M', u'ꚁ'), - (0xA681, 'V'), - (0xA682, 'M', u'ꚃ'), - (0xA683, 'V'), - (0xA684, 'M', u'ꚅ'), - (0xA685, 'V'), - (0xA686, 'M', u'ꚇ'), - (0xA687, 'V'), - (0xA688, 'M', u'ꚉ'), - (0xA689, 'V'), - (0xA68A, 'M', u'ꚋ'), - (0xA68B, 'V'), - (0xA68C, 'M', u'ꚍ'), - (0xA68D, 'V'), - (0xA68E, 'M', u'ꚏ'), - (0xA68F, 'V'), - (0xA690, 'M', u'ꚑ'), - (0xA691, 'V'), - (0xA692, 'M', u'ꚓ'), - (0xA693, 'V'), - (0xA694, 'M', u'ꚕ'), - (0xA695, 'V'), - (0xA696, 'M', u'ꚗ'), - (0xA697, 'V'), - (0xA698, 'M', u'ꚙ'), - (0xA699, 'V'), - (0xA69A, 'M', u'ꚛ'), - (0xA69B, 'V'), - (0xA69C, 'M', u'ъ'), - (0xA69D, 'M', u'ь'), - (0xA69E, 'V'), - (0xA6F8, 'X'), - ] - -def _seg_36(): - return [ - (0xA700, 'V'), - (0xA722, 'M', u'ꜣ'), - (0xA723, 'V'), - (0xA724, 'M', u'ꜥ'), - (0xA725, 'V'), - (0xA726, 'M', u'ꜧ'), - (0xA727, 'V'), - (0xA728, 'M', u'ꜩ'), - (0xA729, 'V'), - (0xA72A, 'M', u'ꜫ'), - (0xA72B, 'V'), - (0xA72C, 'M', u'ꜭ'), - (0xA72D, 'V'), - (0xA72E, 'M', u'ꜯ'), - (0xA72F, 'V'), - (0xA732, 'M', u'ꜳ'), - (0xA733, 'V'), - (0xA734, 'M', u'ꜵ'), - (0xA735, 'V'), - (0xA736, 'M', u'ꜷ'), - (0xA737, 'V'), - (0xA738, 'M', u'ꜹ'), - (0xA739, 'V'), - (0xA73A, 'M', u'ꜻ'), - (0xA73B, 'V'), - (0xA73C, 'M', u'ꜽ'), - (0xA73D, 'V'), - (0xA73E, 'M', u'ꜿ'), - (0xA73F, 'V'), - (0xA740, 'M', u'ꝁ'), - (0xA741, 'V'), - (0xA742, 'M', u'ꝃ'), - (0xA743, 'V'), - (0xA744, 'M', u'ꝅ'), - (0xA745, 'V'), - (0xA746, 'M', u'ꝇ'), - (0xA747, 'V'), - (0xA748, 'M', u'ꝉ'), - (0xA749, 'V'), - (0xA74A, 'M', u'ꝋ'), - (0xA74B, 'V'), - (0xA74C, 'M', u'ꝍ'), - (0xA74D, 'V'), - (0xA74E, 'M', u'ꝏ'), - (0xA74F, 'V'), - (0xA750, 'M', u'ꝑ'), - (0xA751, 'V'), - (0xA752, 'M', u'ꝓ'), - (0xA753, 'V'), - (0xA754, 'M', u'ꝕ'), - (0xA755, 'V'), - (0xA756, 'M', u'ꝗ'), - (0xA757, 'V'), - (0xA758, 'M', u'ꝙ'), - (0xA759, 'V'), - (0xA75A, 'M', u'ꝛ'), - (0xA75B, 'V'), - (0xA75C, 'M', u'ꝝ'), - (0xA75D, 'V'), - (0xA75E, 'M', u'ꝟ'), - (0xA75F, 'V'), - (0xA760, 'M', u'ꝡ'), - (0xA761, 'V'), - (0xA762, 'M', u'ꝣ'), - (0xA763, 'V'), - (0xA764, 'M', u'ꝥ'), - (0xA765, 'V'), - (0xA766, 'M', u'ꝧ'), - (0xA767, 'V'), - (0xA768, 'M', u'ꝩ'), - (0xA769, 'V'), - (0xA76A, 'M', u'ꝫ'), - (0xA76B, 'V'), - (0xA76C, 'M', u'ꝭ'), - (0xA76D, 'V'), - (0xA76E, 'M', u'ꝯ'), - (0xA76F, 'V'), - (0xA770, 'M', u'ꝯ'), - (0xA771, 'V'), - (0xA779, 'M', u'ꝺ'), - (0xA77A, 'V'), - (0xA77B, 'M', u'ꝼ'), - (0xA77C, 'V'), - (0xA77D, 'M', u'ᵹ'), - (0xA77E, 'M', u'ꝿ'), - (0xA77F, 'V'), - (0xA780, 'M', u'ꞁ'), - (0xA781, 'V'), - (0xA782, 'M', u'ꞃ'), - (0xA783, 'V'), - (0xA784, 'M', u'ꞅ'), - (0xA785, 'V'), - (0xA786, 'M', u'ꞇ'), - (0xA787, 'V'), - (0xA78B, 'M', u'ꞌ'), - (0xA78C, 'V'), - (0xA78D, 'M', u'ɥ'), - (0xA78E, 'V'), - (0xA790, 'M', u'ꞑ'), - (0xA791, 'V'), - ] - -def _seg_37(): - return [ - (0xA792, 'M', u'ꞓ'), - (0xA793, 'V'), - (0xA796, 'M', u'ꞗ'), - (0xA797, 'V'), - (0xA798, 'M', u'ꞙ'), - (0xA799, 'V'), - (0xA79A, 'M', u'ꞛ'), - (0xA79B, 'V'), - (0xA79C, 'M', u'ꞝ'), - (0xA79D, 'V'), - (0xA79E, 'M', u'ꞟ'), - (0xA79F, 'V'), - (0xA7A0, 'M', u'ꞡ'), - (0xA7A1, 'V'), - (0xA7A2, 'M', u'ꞣ'), - (0xA7A3, 'V'), - (0xA7A4, 'M', u'ꞥ'), - (0xA7A5, 'V'), - (0xA7A6, 'M', u'ꞧ'), - (0xA7A7, 'V'), - (0xA7A8, 'M', u'ꞩ'), - (0xA7A9, 'V'), - (0xA7AA, 'M', u'ɦ'), - (0xA7AB, 'M', u'ɜ'), - (0xA7AC, 'M', u'ɡ'), - (0xA7AD, 'M', u'ɬ'), - (0xA7AE, 'M', u'ɪ'), - (0xA7AF, 'V'), - (0xA7B0, 'M', u'ʞ'), - (0xA7B1, 'M', u'ʇ'), - (0xA7B2, 'M', u'ʝ'), - (0xA7B3, 'M', u'ꭓ'), - (0xA7B4, 'M', u'ꞵ'), - (0xA7B5, 'V'), - (0xA7B6, 'M', u'ꞷ'), - (0xA7B7, 'V'), - (0xA7B8, 'X'), - (0xA7B9, 'V'), - (0xA7BA, 'X'), - (0xA7F7, 'V'), - (0xA7F8, 'M', u'ħ'), - (0xA7F9, 'M', u'œ'), - (0xA7FA, 'V'), - (0xA82C, 'X'), - (0xA830, 'V'), - (0xA83A, 'X'), - (0xA840, 'V'), - (0xA878, 'X'), - (0xA880, 'V'), - (0xA8C6, 'X'), - (0xA8CE, 'V'), - (0xA8DA, 'X'), - (0xA8E0, 'V'), - (0xA954, 'X'), - (0xA95F, 'V'), - (0xA97D, 'X'), - (0xA980, 'V'), - (0xA9CE, 'X'), - (0xA9CF, 'V'), - (0xA9DA, 'X'), - (0xA9DE, 'V'), - (0xA9FF, 'X'), - (0xAA00, 'V'), - (0xAA37, 'X'), - (0xAA40, 'V'), - (0xAA4E, 'X'), - (0xAA50, 'V'), - (0xAA5A, 'X'), - (0xAA5C, 'V'), - (0xAAC3, 'X'), - (0xAADB, 'V'), - (0xAAF7, 'X'), - (0xAB01, 'V'), - (0xAB07, 'X'), - (0xAB09, 'V'), - (0xAB0F, 'X'), - (0xAB11, 'V'), - (0xAB17, 'X'), - (0xAB20, 'V'), - (0xAB27, 'X'), - (0xAB28, 'V'), - (0xAB2F, 'X'), - (0xAB30, 'V'), - (0xAB5C, 'M', u'ꜧ'), - (0xAB5D, 'M', u'ꬷ'), - (0xAB5E, 'M', u'ɫ'), - (0xAB5F, 'M', u'ꭒ'), - (0xAB60, 'V'), - (0xAB66, 'X'), - (0xAB70, 'M', u'Ꭰ'), - (0xAB71, 'M', u'Ꭱ'), - (0xAB72, 'M', u'Ꭲ'), - (0xAB73, 'M', u'Ꭳ'), - (0xAB74, 'M', u'Ꭴ'), - (0xAB75, 'M', u'Ꭵ'), - (0xAB76, 'M', u'Ꭶ'), - (0xAB77, 'M', u'Ꭷ'), - (0xAB78, 'M', u'Ꭸ'), - (0xAB79, 'M', u'Ꭹ'), - (0xAB7A, 'M', u'Ꭺ'), - ] - -def _seg_38(): - return [ - (0xAB7B, 'M', u'Ꭻ'), - (0xAB7C, 'M', u'Ꭼ'), - (0xAB7D, 'M', u'Ꭽ'), - (0xAB7E, 'M', u'Ꭾ'), - (0xAB7F, 'M', u'Ꭿ'), - (0xAB80, 'M', u'Ꮀ'), - (0xAB81, 'M', u'Ꮁ'), - (0xAB82, 'M', u'Ꮂ'), - (0xAB83, 'M', u'Ꮃ'), - (0xAB84, 'M', u'Ꮄ'), - (0xAB85, 'M', u'Ꮅ'), - (0xAB86, 'M', u'Ꮆ'), - (0xAB87, 'M', u'Ꮇ'), - (0xAB88, 'M', u'Ꮈ'), - (0xAB89, 'M', u'Ꮉ'), - (0xAB8A, 'M', u'Ꮊ'), - (0xAB8B, 'M', u'Ꮋ'), - (0xAB8C, 'M', u'Ꮌ'), - (0xAB8D, 'M', u'Ꮍ'), - (0xAB8E, 'M', u'Ꮎ'), - (0xAB8F, 'M', u'Ꮏ'), - (0xAB90, 'M', u'Ꮐ'), - (0xAB91, 'M', u'Ꮑ'), - (0xAB92, 'M', u'Ꮒ'), - (0xAB93, 'M', u'Ꮓ'), - (0xAB94, 'M', u'Ꮔ'), - (0xAB95, 'M', u'Ꮕ'), - (0xAB96, 'M', u'Ꮖ'), - (0xAB97, 'M', u'Ꮗ'), - (0xAB98, 'M', u'Ꮘ'), - (0xAB99, 'M', u'Ꮙ'), - (0xAB9A, 'M', u'Ꮚ'), - (0xAB9B, 'M', u'Ꮛ'), - (0xAB9C, 'M', u'Ꮜ'), - (0xAB9D, 'M', u'Ꮝ'), - (0xAB9E, 'M', u'Ꮞ'), - (0xAB9F, 'M', u'Ꮟ'), - (0xABA0, 'M', u'Ꮠ'), - (0xABA1, 'M', u'Ꮡ'), - (0xABA2, 'M', u'Ꮢ'), - (0xABA3, 'M', u'Ꮣ'), - (0xABA4, 'M', u'Ꮤ'), - (0xABA5, 'M', u'Ꮥ'), - (0xABA6, 'M', u'Ꮦ'), - (0xABA7, 'M', u'Ꮧ'), - (0xABA8, 'M', u'Ꮨ'), - (0xABA9, 'M', u'Ꮩ'), - (0xABAA, 'M', u'Ꮪ'), - (0xABAB, 'M', u'Ꮫ'), - (0xABAC, 'M', u'Ꮬ'), - (0xABAD, 'M', u'Ꮭ'), - (0xABAE, 'M', u'Ꮮ'), - (0xABAF, 'M', u'Ꮯ'), - (0xABB0, 'M', u'Ꮰ'), - (0xABB1, 'M', u'Ꮱ'), - (0xABB2, 'M', u'Ꮲ'), - (0xABB3, 'M', u'Ꮳ'), - (0xABB4, 'M', u'Ꮴ'), - (0xABB5, 'M', u'Ꮵ'), - (0xABB6, 'M', u'Ꮶ'), - (0xABB7, 'M', u'Ꮷ'), - (0xABB8, 'M', u'Ꮸ'), - (0xABB9, 'M', u'Ꮹ'), - (0xABBA, 'M', u'Ꮺ'), - (0xABBB, 'M', u'Ꮻ'), - (0xABBC, 'M', u'Ꮼ'), - (0xABBD, 'M', u'Ꮽ'), - (0xABBE, 'M', u'Ꮾ'), - (0xABBF, 'M', u'Ꮿ'), - (0xABC0, 'V'), - (0xABEE, 'X'), - (0xABF0, 'V'), - (0xABFA, 'X'), - (0xAC00, 'V'), - (0xD7A4, 'X'), - (0xD7B0, 'V'), - (0xD7C7, 'X'), - (0xD7CB, 'V'), - (0xD7FC, 'X'), - (0xF900, 'M', u'豈'), - (0xF901, 'M', u'更'), - (0xF902, 'M', u'車'), - (0xF903, 'M', u'賈'), - (0xF904, 'M', u'滑'), - (0xF905, 'M', u'串'), - (0xF906, 'M', u'句'), - (0xF907, 'M', u'龜'), - (0xF909, 'M', u'契'), - (0xF90A, 'M', u'金'), - (0xF90B, 'M', u'喇'), - (0xF90C, 'M', u'奈'), - (0xF90D, 'M', u'懶'), - (0xF90E, 'M', u'癩'), - (0xF90F, 'M', u'羅'), - (0xF910, 'M', u'蘿'), - (0xF911, 'M', u'螺'), - (0xF912, 'M', u'裸'), - (0xF913, 'M', u'邏'), - (0xF914, 'M', u'樂'), - (0xF915, 'M', u'洛'), - ] - -def _seg_39(): - return [ - (0xF916, 'M', u'烙'), - (0xF917, 'M', u'珞'), - (0xF918, 'M', u'落'), - (0xF919, 'M', u'酪'), - (0xF91A, 'M', u'駱'), - (0xF91B, 'M', u'亂'), - (0xF91C, 'M', u'卵'), - (0xF91D, 'M', u'欄'), - (0xF91E, 'M', u'爛'), - (0xF91F, 'M', u'蘭'), - (0xF920, 'M', u'鸞'), - (0xF921, 'M', u'嵐'), - (0xF922, 'M', u'濫'), - (0xF923, 'M', u'藍'), - (0xF924, 'M', u'襤'), - (0xF925, 'M', u'拉'), - (0xF926, 'M', u'臘'), - (0xF927, 'M', u'蠟'), - (0xF928, 'M', u'廊'), - (0xF929, 'M', u'朗'), - (0xF92A, 'M', u'浪'), - (0xF92B, 'M', u'狼'), - (0xF92C, 'M', u'郎'), - (0xF92D, 'M', u'來'), - (0xF92E, 'M', u'冷'), - (0xF92F, 'M', u'勞'), - (0xF930, 'M', u'擄'), - (0xF931, 'M', u'櫓'), - (0xF932, 'M', u'爐'), - (0xF933, 'M', u'盧'), - (0xF934, 'M', u'老'), - (0xF935, 'M', u'蘆'), - (0xF936, 'M', u'虜'), - (0xF937, 'M', u'路'), - (0xF938, 'M', u'露'), - (0xF939, 'M', u'魯'), - (0xF93A, 'M', u'鷺'), - (0xF93B, 'M', u'碌'), - (0xF93C, 'M', u'祿'), - (0xF93D, 'M', u'綠'), - (0xF93E, 'M', u'菉'), - (0xF93F, 'M', u'錄'), - (0xF940, 'M', u'鹿'), - (0xF941, 'M', u'論'), - (0xF942, 'M', u'壟'), - (0xF943, 'M', u'弄'), - (0xF944, 'M', u'籠'), - (0xF945, 'M', u'聾'), - (0xF946, 'M', u'牢'), - (0xF947, 'M', u'磊'), - (0xF948, 'M', u'賂'), - (0xF949, 'M', u'雷'), - (0xF94A, 'M', u'壘'), - (0xF94B, 'M', u'屢'), - (0xF94C, 'M', u'樓'), - (0xF94D, 'M', u'淚'), - (0xF94E, 'M', u'漏'), - (0xF94F, 'M', u'累'), - (0xF950, 'M', u'縷'), - (0xF951, 'M', u'陋'), - (0xF952, 'M', u'勒'), - (0xF953, 'M', u'肋'), - (0xF954, 'M', u'凜'), - (0xF955, 'M', u'凌'), - (0xF956, 'M', u'稜'), - (0xF957, 'M', u'綾'), - (0xF958, 'M', u'菱'), - (0xF959, 'M', u'陵'), - (0xF95A, 'M', u'讀'), - (0xF95B, 'M', u'拏'), - (0xF95C, 'M', u'樂'), - (0xF95D, 'M', u'諾'), - (0xF95E, 'M', u'丹'), - (0xF95F, 'M', u'寧'), - (0xF960, 'M', u'怒'), - (0xF961, 'M', u'率'), - (0xF962, 'M', u'異'), - (0xF963, 'M', u'北'), - (0xF964, 'M', u'磻'), - (0xF965, 'M', u'便'), - (0xF966, 'M', u'復'), - (0xF967, 'M', u'不'), - (0xF968, 'M', u'泌'), - (0xF969, 'M', u'數'), - (0xF96A, 'M', u'索'), - (0xF96B, 'M', u'參'), - (0xF96C, 'M', u'塞'), - (0xF96D, 'M', u'省'), - (0xF96E, 'M', u'葉'), - (0xF96F, 'M', u'說'), - (0xF970, 'M', u'殺'), - (0xF971, 'M', u'辰'), - (0xF972, 'M', u'沈'), - (0xF973, 'M', u'拾'), - (0xF974, 'M', u'若'), - (0xF975, 'M', u'掠'), - (0xF976, 'M', u'略'), - (0xF977, 'M', u'亮'), - (0xF978, 'M', u'兩'), - (0xF979, 'M', u'凉'), - ] - -def _seg_40(): - return [ - (0xF97A, 'M', u'梁'), - (0xF97B, 'M', u'糧'), - (0xF97C, 'M', u'良'), - (0xF97D, 'M', u'諒'), - (0xF97E, 'M', u'量'), - (0xF97F, 'M', u'勵'), - (0xF980, 'M', u'呂'), - (0xF981, 'M', u'女'), - (0xF982, 'M', u'廬'), - (0xF983, 'M', u'旅'), - (0xF984, 'M', u'濾'), - (0xF985, 'M', u'礪'), - (0xF986, 'M', u'閭'), - (0xF987, 'M', u'驪'), - (0xF988, 'M', u'麗'), - (0xF989, 'M', u'黎'), - (0xF98A, 'M', u'力'), - (0xF98B, 'M', u'曆'), - (0xF98C, 'M', u'歷'), - (0xF98D, 'M', u'轢'), - (0xF98E, 'M', u'年'), - (0xF98F, 'M', u'憐'), - (0xF990, 'M', u'戀'), - (0xF991, 'M', u'撚'), - (0xF992, 'M', u'漣'), - (0xF993, 'M', u'煉'), - (0xF994, 'M', u'璉'), - (0xF995, 'M', u'秊'), - (0xF996, 'M', u'練'), - (0xF997, 'M', u'聯'), - (0xF998, 'M', u'輦'), - (0xF999, 'M', u'蓮'), - (0xF99A, 'M', u'連'), - (0xF99B, 'M', u'鍊'), - (0xF99C, 'M', u'列'), - (0xF99D, 'M', u'劣'), - (0xF99E, 'M', u'咽'), - (0xF99F, 'M', u'烈'), - (0xF9A0, 'M', u'裂'), - (0xF9A1, 'M', u'說'), - (0xF9A2, 'M', u'廉'), - (0xF9A3, 'M', u'念'), - (0xF9A4, 'M', u'捻'), - (0xF9A5, 'M', u'殮'), - (0xF9A6, 'M', u'簾'), - (0xF9A7, 'M', u'獵'), - (0xF9A8, 'M', u'令'), - (0xF9A9, 'M', u'囹'), - (0xF9AA, 'M', u'寧'), - (0xF9AB, 'M', u'嶺'), - (0xF9AC, 'M', u'怜'), - (0xF9AD, 'M', u'玲'), - (0xF9AE, 'M', u'瑩'), - (0xF9AF, 'M', u'羚'), - (0xF9B0, 'M', u'聆'), - (0xF9B1, 'M', u'鈴'), - (0xF9B2, 'M', u'零'), - (0xF9B3, 'M', u'靈'), - (0xF9B4, 'M', u'領'), - (0xF9B5, 'M', u'例'), - (0xF9B6, 'M', u'禮'), - (0xF9B7, 'M', u'醴'), - (0xF9B8, 'M', u'隸'), - (0xF9B9, 'M', u'惡'), - (0xF9BA, 'M', u'了'), - (0xF9BB, 'M', u'僚'), - (0xF9BC, 'M', u'寮'), - (0xF9BD, 'M', u'尿'), - (0xF9BE, 'M', u'料'), - (0xF9BF, 'M', u'樂'), - (0xF9C0, 'M', u'燎'), - (0xF9C1, 'M', u'療'), - (0xF9C2, 'M', u'蓼'), - (0xF9C3, 'M', u'遼'), - (0xF9C4, 'M', u'龍'), - (0xF9C5, 'M', u'暈'), - (0xF9C6, 'M', u'阮'), - (0xF9C7, 'M', u'劉'), - (0xF9C8, 'M', u'杻'), - (0xF9C9, 'M', u'柳'), - (0xF9CA, 'M', u'流'), - (0xF9CB, 'M', u'溜'), - (0xF9CC, 'M', u'琉'), - (0xF9CD, 'M', u'留'), - (0xF9CE, 'M', u'硫'), - (0xF9CF, 'M', u'紐'), - (0xF9D0, 'M', u'類'), - (0xF9D1, 'M', u'六'), - (0xF9D2, 'M', u'戮'), - (0xF9D3, 'M', u'陸'), - (0xF9D4, 'M', u'倫'), - (0xF9D5, 'M', u'崙'), - (0xF9D6, 'M', u'淪'), - (0xF9D7, 'M', u'輪'), - (0xF9D8, 'M', u'律'), - (0xF9D9, 'M', u'慄'), - (0xF9DA, 'M', u'栗'), - (0xF9DB, 'M', u'率'), - (0xF9DC, 'M', u'隆'), - (0xF9DD, 'M', u'利'), - ] - -def _seg_41(): - return [ - (0xF9DE, 'M', u'吏'), - (0xF9DF, 'M', u'履'), - (0xF9E0, 'M', u'易'), - (0xF9E1, 'M', u'李'), - (0xF9E2, 'M', u'梨'), - (0xF9E3, 'M', u'泥'), - (0xF9E4, 'M', u'理'), - (0xF9E5, 'M', u'痢'), - (0xF9E6, 'M', u'罹'), - (0xF9E7, 'M', u'裏'), - (0xF9E8, 'M', u'裡'), - (0xF9E9, 'M', u'里'), - (0xF9EA, 'M', u'離'), - (0xF9EB, 'M', u'匿'), - (0xF9EC, 'M', u'溺'), - (0xF9ED, 'M', u'吝'), - (0xF9EE, 'M', u'燐'), - (0xF9EF, 'M', u'璘'), - (0xF9F0, 'M', u'藺'), - (0xF9F1, 'M', u'隣'), - (0xF9F2, 'M', u'鱗'), - (0xF9F3, 'M', u'麟'), - (0xF9F4, 'M', u'林'), - (0xF9F5, 'M', u'淋'), - (0xF9F6, 'M', u'臨'), - (0xF9F7, 'M', u'立'), - (0xF9F8, 'M', u'笠'), - (0xF9F9, 'M', u'粒'), - (0xF9FA, 'M', u'狀'), - (0xF9FB, 'M', u'炙'), - (0xF9FC, 'M', u'識'), - (0xF9FD, 'M', u'什'), - (0xF9FE, 'M', u'茶'), - (0xF9FF, 'M', u'刺'), - (0xFA00, 'M', u'切'), - (0xFA01, 'M', u'度'), - (0xFA02, 'M', u'拓'), - (0xFA03, 'M', u'糖'), - (0xFA04, 'M', u'宅'), - (0xFA05, 'M', u'洞'), - (0xFA06, 'M', u'暴'), - (0xFA07, 'M', u'輻'), - (0xFA08, 'M', u'行'), - (0xFA09, 'M', u'降'), - (0xFA0A, 'M', u'見'), - (0xFA0B, 'M', u'廓'), - (0xFA0C, 'M', u'兀'), - (0xFA0D, 'M', u'嗀'), - (0xFA0E, 'V'), - (0xFA10, 'M', u'塚'), - (0xFA11, 'V'), - (0xFA12, 'M', u'晴'), - (0xFA13, 'V'), - (0xFA15, 'M', u'凞'), - (0xFA16, 'M', u'猪'), - (0xFA17, 'M', u'益'), - (0xFA18, 'M', u'礼'), - (0xFA19, 'M', u'神'), - (0xFA1A, 'M', u'祥'), - (0xFA1B, 'M', u'福'), - (0xFA1C, 'M', u'靖'), - (0xFA1D, 'M', u'精'), - (0xFA1E, 'M', u'羽'), - (0xFA1F, 'V'), - (0xFA20, 'M', u'蘒'), - (0xFA21, 'V'), - (0xFA22, 'M', u'諸'), - (0xFA23, 'V'), - (0xFA25, 'M', u'逸'), - (0xFA26, 'M', u'都'), - (0xFA27, 'V'), - (0xFA2A, 'M', u'飯'), - (0xFA2B, 'M', u'飼'), - (0xFA2C, 'M', u'館'), - (0xFA2D, 'M', u'鶴'), - (0xFA2E, 'M', u'郞'), - (0xFA2F, 'M', u'隷'), - (0xFA30, 'M', u'侮'), - (0xFA31, 'M', u'僧'), - (0xFA32, 'M', u'免'), - (0xFA33, 'M', u'勉'), - (0xFA34, 'M', u'勤'), - (0xFA35, 'M', u'卑'), - (0xFA36, 'M', u'喝'), - (0xFA37, 'M', u'嘆'), - (0xFA38, 'M', u'器'), - (0xFA39, 'M', u'塀'), - (0xFA3A, 'M', u'墨'), - (0xFA3B, 'M', u'層'), - (0xFA3C, 'M', u'屮'), - (0xFA3D, 'M', u'悔'), - (0xFA3E, 'M', u'慨'), - (0xFA3F, 'M', u'憎'), - (0xFA40, 'M', u'懲'), - (0xFA41, 'M', u'敏'), - (0xFA42, 'M', u'既'), - (0xFA43, 'M', u'暑'), - (0xFA44, 'M', u'梅'), - (0xFA45, 'M', u'海'), - (0xFA46, 'M', u'渚'), - ] - -def _seg_42(): - return [ - (0xFA47, 'M', u'漢'), - (0xFA48, 'M', u'煮'), - (0xFA49, 'M', u'爫'), - (0xFA4A, 'M', u'琢'), - (0xFA4B, 'M', u'碑'), - (0xFA4C, 'M', u'社'), - (0xFA4D, 'M', u'祉'), - (0xFA4E, 'M', u'祈'), - (0xFA4F, 'M', u'祐'), - (0xFA50, 'M', u'祖'), - (0xFA51, 'M', u'祝'), - (0xFA52, 'M', u'禍'), - (0xFA53, 'M', u'禎'), - (0xFA54, 'M', u'穀'), - (0xFA55, 'M', u'突'), - (0xFA56, 'M', u'節'), - (0xFA57, 'M', u'練'), - (0xFA58, 'M', u'縉'), - (0xFA59, 'M', u'繁'), - (0xFA5A, 'M', u'署'), - (0xFA5B, 'M', u'者'), - (0xFA5C, 'M', u'臭'), - (0xFA5D, 'M', u'艹'), - (0xFA5F, 'M', u'著'), - (0xFA60, 'M', u'褐'), - (0xFA61, 'M', u'視'), - (0xFA62, 'M', u'謁'), - (0xFA63, 'M', u'謹'), - (0xFA64, 'M', u'賓'), - (0xFA65, 'M', u'贈'), - (0xFA66, 'M', u'辶'), - (0xFA67, 'M', u'逸'), - (0xFA68, 'M', u'難'), - (0xFA69, 'M', u'響'), - (0xFA6A, 'M', u'頻'), - (0xFA6B, 'M', u'恵'), - (0xFA6C, 'M', u'𤋮'), - (0xFA6D, 'M', u'舘'), - (0xFA6E, 'X'), - (0xFA70, 'M', u'並'), - (0xFA71, 'M', u'况'), - (0xFA72, 'M', u'全'), - (0xFA73, 'M', u'侀'), - (0xFA74, 'M', u'充'), - (0xFA75, 'M', u'冀'), - (0xFA76, 'M', u'勇'), - (0xFA77, 'M', u'勺'), - (0xFA78, 'M', u'喝'), - (0xFA79, 'M', u'啕'), - (0xFA7A, 'M', u'喙'), - (0xFA7B, 'M', u'嗢'), - (0xFA7C, 'M', u'塚'), - (0xFA7D, 'M', u'墳'), - (0xFA7E, 'M', u'奄'), - (0xFA7F, 'M', u'奔'), - (0xFA80, 'M', u'婢'), - (0xFA81, 'M', u'嬨'), - (0xFA82, 'M', u'廒'), - (0xFA83, 'M', u'廙'), - (0xFA84, 'M', u'彩'), - (0xFA85, 'M', u'徭'), - (0xFA86, 'M', u'惘'), - (0xFA87, 'M', u'慎'), - (0xFA88, 'M', u'愈'), - (0xFA89, 'M', u'憎'), - (0xFA8A, 'M', u'慠'), - (0xFA8B, 'M', u'懲'), - (0xFA8C, 'M', u'戴'), - (0xFA8D, 'M', u'揄'), - (0xFA8E, 'M', u'搜'), - (0xFA8F, 'M', u'摒'), - (0xFA90, 'M', u'敖'), - (0xFA91, 'M', u'晴'), - (0xFA92, 'M', u'朗'), - (0xFA93, 'M', u'望'), - (0xFA94, 'M', u'杖'), - (0xFA95, 'M', u'歹'), - (0xFA96, 'M', u'殺'), - (0xFA97, 'M', u'流'), - (0xFA98, 'M', u'滛'), - (0xFA99, 'M', u'滋'), - (0xFA9A, 'M', u'漢'), - (0xFA9B, 'M', u'瀞'), - (0xFA9C, 'M', u'煮'), - (0xFA9D, 'M', u'瞧'), - (0xFA9E, 'M', u'爵'), - (0xFA9F, 'M', u'犯'), - (0xFAA0, 'M', u'猪'), - (0xFAA1, 'M', u'瑱'), - (0xFAA2, 'M', u'甆'), - (0xFAA3, 'M', u'画'), - (0xFAA4, 'M', u'瘝'), - (0xFAA5, 'M', u'瘟'), - (0xFAA6, 'M', u'益'), - (0xFAA7, 'M', u'盛'), - (0xFAA8, 'M', u'直'), - (0xFAA9, 'M', u'睊'), - (0xFAAA, 'M', u'着'), - (0xFAAB, 'M', u'磌'), - (0xFAAC, 'M', u'窱'), - ] - -def _seg_43(): - return [ - (0xFAAD, 'M', u'節'), - (0xFAAE, 'M', u'类'), - (0xFAAF, 'M', u'絛'), - (0xFAB0, 'M', u'練'), - (0xFAB1, 'M', u'缾'), - (0xFAB2, 'M', u'者'), - (0xFAB3, 'M', u'荒'), - (0xFAB4, 'M', u'華'), - (0xFAB5, 'M', u'蝹'), - (0xFAB6, 'M', u'襁'), - (0xFAB7, 'M', u'覆'), - (0xFAB8, 'M', u'視'), - (0xFAB9, 'M', u'調'), - (0xFABA, 'M', u'諸'), - (0xFABB, 'M', u'請'), - (0xFABC, 'M', u'謁'), - (0xFABD, 'M', u'諾'), - (0xFABE, 'M', u'諭'), - (0xFABF, 'M', u'謹'), - (0xFAC0, 'M', u'變'), - (0xFAC1, 'M', u'贈'), - (0xFAC2, 'M', u'輸'), - (0xFAC3, 'M', u'遲'), - (0xFAC4, 'M', u'醙'), - (0xFAC5, 'M', u'鉶'), - (0xFAC6, 'M', u'陼'), - (0xFAC7, 'M', u'難'), - (0xFAC8, 'M', u'靖'), - (0xFAC9, 'M', u'韛'), - (0xFACA, 'M', u'響'), - (0xFACB, 'M', u'頋'), - (0xFACC, 'M', u'頻'), - (0xFACD, 'M', u'鬒'), - (0xFACE, 'M', u'龜'), - (0xFACF, 'M', u'𢡊'), - (0xFAD0, 'M', u'𢡄'), - (0xFAD1, 'M', u'𣏕'), - (0xFAD2, 'M', u'㮝'), - (0xFAD3, 'M', u'䀘'), - (0xFAD4, 'M', u'䀹'), - (0xFAD5, 'M', u'𥉉'), - (0xFAD6, 'M', u'𥳐'), - (0xFAD7, 'M', u'𧻓'), - (0xFAD8, 'M', u'齃'), - (0xFAD9, 'M', u'龎'), - (0xFADA, 'X'), - (0xFB00, 'M', u'ff'), - (0xFB01, 'M', u'fi'), - (0xFB02, 'M', u'fl'), - (0xFB03, 'M', u'ffi'), - (0xFB04, 'M', u'ffl'), - (0xFB05, 'M', u'st'), - (0xFB07, 'X'), - (0xFB13, 'M', u'մն'), - (0xFB14, 'M', u'մե'), - (0xFB15, 'M', u'մի'), - (0xFB16, 'M', u'վն'), - (0xFB17, 'M', u'մխ'), - (0xFB18, 'X'), - (0xFB1D, 'M', u'יִ'), - (0xFB1E, 'V'), - (0xFB1F, 'M', u'ײַ'), - (0xFB20, 'M', u'ע'), - (0xFB21, 'M', u'א'), - (0xFB22, 'M', u'ד'), - (0xFB23, 'M', u'ה'), - (0xFB24, 'M', u'כ'), - (0xFB25, 'M', u'ל'), - (0xFB26, 'M', u'ם'), - (0xFB27, 'M', u'ר'), - (0xFB28, 'M', u'ת'), - (0xFB29, '3', u'+'), - (0xFB2A, 'M', u'שׁ'), - (0xFB2B, 'M', u'שׂ'), - (0xFB2C, 'M', u'שּׁ'), - (0xFB2D, 'M', u'שּׂ'), - (0xFB2E, 'M', u'אַ'), - (0xFB2F, 'M', u'אָ'), - (0xFB30, 'M', u'אּ'), - (0xFB31, 'M', u'בּ'), - (0xFB32, 'M', u'גּ'), - (0xFB33, 'M', u'דּ'), - (0xFB34, 'M', u'הּ'), - (0xFB35, 'M', u'וּ'), - (0xFB36, 'M', u'זּ'), - (0xFB37, 'X'), - (0xFB38, 'M', u'טּ'), - (0xFB39, 'M', u'יּ'), - (0xFB3A, 'M', u'ךּ'), - (0xFB3B, 'M', u'כּ'), - (0xFB3C, 'M', u'לּ'), - (0xFB3D, 'X'), - (0xFB3E, 'M', u'מּ'), - (0xFB3F, 'X'), - (0xFB40, 'M', u'נּ'), - (0xFB41, 'M', u'סּ'), - (0xFB42, 'X'), - (0xFB43, 'M', u'ףּ'), - (0xFB44, 'M', u'פּ'), - (0xFB45, 'X'), - ] - -def _seg_44(): - return [ - (0xFB46, 'M', u'צּ'), - (0xFB47, 'M', u'קּ'), - (0xFB48, 'M', u'רּ'), - (0xFB49, 'M', u'שּ'), - (0xFB4A, 'M', u'תּ'), - (0xFB4B, 'M', u'וֹ'), - (0xFB4C, 'M', u'בֿ'), - (0xFB4D, 'M', u'כֿ'), - (0xFB4E, 'M', u'פֿ'), - (0xFB4F, 'M', u'אל'), - (0xFB50, 'M', u'ٱ'), - (0xFB52, 'M', u'ٻ'), - (0xFB56, 'M', u'پ'), - (0xFB5A, 'M', u'ڀ'), - (0xFB5E, 'M', u'ٺ'), - (0xFB62, 'M', u'ٿ'), - (0xFB66, 'M', u'ٹ'), - (0xFB6A, 'M', u'ڤ'), - (0xFB6E, 'M', u'ڦ'), - (0xFB72, 'M', u'ڄ'), - (0xFB76, 'M', u'ڃ'), - (0xFB7A, 'M', u'چ'), - (0xFB7E, 'M', u'ڇ'), - (0xFB82, 'M', u'ڍ'), - (0xFB84, 'M', u'ڌ'), - (0xFB86, 'M', u'ڎ'), - (0xFB88, 'M', u'ڈ'), - (0xFB8A, 'M', u'ژ'), - (0xFB8C, 'M', u'ڑ'), - (0xFB8E, 'M', u'ک'), - (0xFB92, 'M', u'گ'), - (0xFB96, 'M', u'ڳ'), - (0xFB9A, 'M', u'ڱ'), - (0xFB9E, 'M', u'ں'), - (0xFBA0, 'M', u'ڻ'), - (0xFBA4, 'M', u'ۀ'), - (0xFBA6, 'M', u'ہ'), - (0xFBAA, 'M', u'ھ'), - (0xFBAE, 'M', u'ے'), - (0xFBB0, 'M', u'ۓ'), - (0xFBB2, 'V'), - (0xFBC2, 'X'), - (0xFBD3, 'M', u'ڭ'), - (0xFBD7, 'M', u'ۇ'), - (0xFBD9, 'M', u'ۆ'), - (0xFBDB, 'M', u'ۈ'), - (0xFBDD, 'M', u'ۇٴ'), - (0xFBDE, 'M', u'ۋ'), - (0xFBE0, 'M', u'ۅ'), - (0xFBE2, 'M', u'ۉ'), - (0xFBE4, 'M', u'ې'), - (0xFBE8, 'M', u'ى'), - (0xFBEA, 'M', u'ئا'), - (0xFBEC, 'M', u'ئە'), - (0xFBEE, 'M', u'ئو'), - (0xFBF0, 'M', u'ئۇ'), - (0xFBF2, 'M', u'ئۆ'), - (0xFBF4, 'M', u'ئۈ'), - (0xFBF6, 'M', u'ئې'), - (0xFBF9, 'M', u'ئى'), - (0xFBFC, 'M', u'ی'), - (0xFC00, 'M', u'ئج'), - (0xFC01, 'M', u'ئح'), - (0xFC02, 'M', u'ئم'), - (0xFC03, 'M', u'ئى'), - (0xFC04, 'M', u'ئي'), - (0xFC05, 'M', u'بج'), - (0xFC06, 'M', u'بح'), - (0xFC07, 'M', u'بخ'), - (0xFC08, 'M', u'بم'), - (0xFC09, 'M', u'بى'), - (0xFC0A, 'M', u'بي'), - (0xFC0B, 'M', u'تج'), - (0xFC0C, 'M', u'تح'), - (0xFC0D, 'M', u'تخ'), - (0xFC0E, 'M', u'تم'), - (0xFC0F, 'M', u'تى'), - (0xFC10, 'M', u'تي'), - (0xFC11, 'M', u'ثج'), - (0xFC12, 'M', u'ثم'), - (0xFC13, 'M', u'ثى'), - (0xFC14, 'M', u'ثي'), - (0xFC15, 'M', u'جح'), - (0xFC16, 'M', u'جم'), - (0xFC17, 'M', u'حج'), - (0xFC18, 'M', u'حم'), - (0xFC19, 'M', u'خج'), - (0xFC1A, 'M', u'خح'), - (0xFC1B, 'M', u'خم'), - (0xFC1C, 'M', u'سج'), - (0xFC1D, 'M', u'سح'), - (0xFC1E, 'M', u'سخ'), - (0xFC1F, 'M', u'سم'), - (0xFC20, 'M', u'صح'), - (0xFC21, 'M', u'صم'), - (0xFC22, 'M', u'ضج'), - (0xFC23, 'M', u'ضح'), - (0xFC24, 'M', u'ضخ'), - (0xFC25, 'M', u'ضم'), - (0xFC26, 'M', u'طح'), - ] - -def _seg_45(): - return [ - (0xFC27, 'M', u'طم'), - (0xFC28, 'M', u'ظم'), - (0xFC29, 'M', u'عج'), - (0xFC2A, 'M', u'عم'), - (0xFC2B, 'M', u'غج'), - (0xFC2C, 'M', u'غم'), - (0xFC2D, 'M', u'فج'), - (0xFC2E, 'M', u'فح'), - (0xFC2F, 'M', u'فخ'), - (0xFC30, 'M', u'فم'), - (0xFC31, 'M', u'فى'), - (0xFC32, 'M', u'في'), - (0xFC33, 'M', u'قح'), - (0xFC34, 'M', u'قم'), - (0xFC35, 'M', u'قى'), - (0xFC36, 'M', u'قي'), - (0xFC37, 'M', u'كا'), - (0xFC38, 'M', u'كج'), - (0xFC39, 'M', u'كح'), - (0xFC3A, 'M', u'كخ'), - (0xFC3B, 'M', u'كل'), - (0xFC3C, 'M', u'كم'), - (0xFC3D, 'M', u'كى'), - (0xFC3E, 'M', u'كي'), - (0xFC3F, 'M', u'لج'), - (0xFC40, 'M', u'لح'), - (0xFC41, 'M', u'لخ'), - (0xFC42, 'M', u'لم'), - (0xFC43, 'M', u'لى'), - (0xFC44, 'M', u'لي'), - (0xFC45, 'M', u'مج'), - (0xFC46, 'M', u'مح'), - (0xFC47, 'M', u'مخ'), - (0xFC48, 'M', u'مم'), - (0xFC49, 'M', u'مى'), - (0xFC4A, 'M', u'مي'), - (0xFC4B, 'M', u'نج'), - (0xFC4C, 'M', u'نح'), - (0xFC4D, 'M', u'نخ'), - (0xFC4E, 'M', u'نم'), - (0xFC4F, 'M', u'نى'), - (0xFC50, 'M', u'ني'), - (0xFC51, 'M', u'هج'), - (0xFC52, 'M', u'هم'), - (0xFC53, 'M', u'هى'), - (0xFC54, 'M', u'هي'), - (0xFC55, 'M', u'يج'), - (0xFC56, 'M', u'يح'), - (0xFC57, 'M', u'يخ'), - (0xFC58, 'M', u'يم'), - (0xFC59, 'M', u'يى'), - (0xFC5A, 'M', u'يي'), - (0xFC5B, 'M', u'ذٰ'), - (0xFC5C, 'M', u'رٰ'), - (0xFC5D, 'M', u'ىٰ'), - (0xFC5E, '3', u' ٌّ'), - (0xFC5F, '3', u' ٍّ'), - (0xFC60, '3', u' َّ'), - (0xFC61, '3', u' ُّ'), - (0xFC62, '3', u' ِّ'), - (0xFC63, '3', u' ّٰ'), - (0xFC64, 'M', u'ئر'), - (0xFC65, 'M', u'ئز'), - (0xFC66, 'M', u'ئم'), - (0xFC67, 'M', u'ئن'), - (0xFC68, 'M', u'ئى'), - (0xFC69, 'M', u'ئي'), - (0xFC6A, 'M', u'بر'), - (0xFC6B, 'M', u'بز'), - (0xFC6C, 'M', u'بم'), - (0xFC6D, 'M', u'بن'), - (0xFC6E, 'M', u'بى'), - (0xFC6F, 'M', u'بي'), - (0xFC70, 'M', u'تر'), - (0xFC71, 'M', u'تز'), - (0xFC72, 'M', u'تم'), - (0xFC73, 'M', u'تن'), - (0xFC74, 'M', u'تى'), - (0xFC75, 'M', u'تي'), - (0xFC76, 'M', u'ثر'), - (0xFC77, 'M', u'ثز'), - (0xFC78, 'M', u'ثم'), - (0xFC79, 'M', u'ثن'), - (0xFC7A, 'M', u'ثى'), - (0xFC7B, 'M', u'ثي'), - (0xFC7C, 'M', u'فى'), - (0xFC7D, 'M', u'في'), - (0xFC7E, 'M', u'قى'), - (0xFC7F, 'M', u'قي'), - (0xFC80, 'M', u'كا'), - (0xFC81, 'M', u'كل'), - (0xFC82, 'M', u'كم'), - (0xFC83, 'M', u'كى'), - (0xFC84, 'M', u'كي'), - (0xFC85, 'M', u'لم'), - (0xFC86, 'M', u'لى'), - (0xFC87, 'M', u'لي'), - (0xFC88, 'M', u'ما'), - (0xFC89, 'M', u'مم'), - (0xFC8A, 'M', u'نر'), - ] - -def _seg_46(): - return [ - (0xFC8B, 'M', u'نز'), - (0xFC8C, 'M', u'نم'), - (0xFC8D, 'M', u'نن'), - (0xFC8E, 'M', u'نى'), - (0xFC8F, 'M', u'ني'), - (0xFC90, 'M', u'ىٰ'), - (0xFC91, 'M', u'ير'), - (0xFC92, 'M', u'يز'), - (0xFC93, 'M', u'يم'), - (0xFC94, 'M', u'ين'), - (0xFC95, 'M', u'يى'), - (0xFC96, 'M', u'يي'), - (0xFC97, 'M', u'ئج'), - (0xFC98, 'M', u'ئح'), - (0xFC99, 'M', u'ئخ'), - (0xFC9A, 'M', u'ئم'), - (0xFC9B, 'M', u'ئه'), - (0xFC9C, 'M', u'بج'), - (0xFC9D, 'M', u'بح'), - (0xFC9E, 'M', u'بخ'), - (0xFC9F, 'M', u'بم'), - (0xFCA0, 'M', u'به'), - (0xFCA1, 'M', u'تج'), - (0xFCA2, 'M', u'تح'), - (0xFCA3, 'M', u'تخ'), - (0xFCA4, 'M', u'تم'), - (0xFCA5, 'M', u'ته'), - (0xFCA6, 'M', u'ثم'), - (0xFCA7, 'M', u'جح'), - (0xFCA8, 'M', u'جم'), - (0xFCA9, 'M', u'حج'), - (0xFCAA, 'M', u'حم'), - (0xFCAB, 'M', u'خج'), - (0xFCAC, 'M', u'خم'), - (0xFCAD, 'M', u'سج'), - (0xFCAE, 'M', u'سح'), - (0xFCAF, 'M', u'سخ'), - (0xFCB0, 'M', u'سم'), - (0xFCB1, 'M', u'صح'), - (0xFCB2, 'M', u'صخ'), - (0xFCB3, 'M', u'صم'), - (0xFCB4, 'M', u'ضج'), - (0xFCB5, 'M', u'ضح'), - (0xFCB6, 'M', u'ضخ'), - (0xFCB7, 'M', u'ضم'), - (0xFCB8, 'M', u'طح'), - (0xFCB9, 'M', u'ظم'), - (0xFCBA, 'M', u'عج'), - (0xFCBB, 'M', u'عم'), - (0xFCBC, 'M', u'غج'), - (0xFCBD, 'M', u'غم'), - (0xFCBE, 'M', u'فج'), - (0xFCBF, 'M', u'فح'), - (0xFCC0, 'M', u'فخ'), - (0xFCC1, 'M', u'فم'), - (0xFCC2, 'M', u'قح'), - (0xFCC3, 'M', u'قم'), - (0xFCC4, 'M', u'كج'), - (0xFCC5, 'M', u'كح'), - (0xFCC6, 'M', u'كخ'), - (0xFCC7, 'M', u'كل'), - (0xFCC8, 'M', u'كم'), - (0xFCC9, 'M', u'لج'), - (0xFCCA, 'M', u'لح'), - (0xFCCB, 'M', u'لخ'), - (0xFCCC, 'M', u'لم'), - (0xFCCD, 'M', u'له'), - (0xFCCE, 'M', u'مج'), - (0xFCCF, 'M', u'مح'), - (0xFCD0, 'M', u'مخ'), - (0xFCD1, 'M', u'مم'), - (0xFCD2, 'M', u'نج'), - (0xFCD3, 'M', u'نح'), - (0xFCD4, 'M', u'نخ'), - (0xFCD5, 'M', u'نم'), - (0xFCD6, 'M', u'نه'), - (0xFCD7, 'M', u'هج'), - (0xFCD8, 'M', u'هم'), - (0xFCD9, 'M', u'هٰ'), - (0xFCDA, 'M', u'يج'), - (0xFCDB, 'M', u'يح'), - (0xFCDC, 'M', u'يخ'), - (0xFCDD, 'M', u'يم'), - (0xFCDE, 'M', u'يه'), - (0xFCDF, 'M', u'ئم'), - (0xFCE0, 'M', u'ئه'), - (0xFCE1, 'M', u'بم'), - (0xFCE2, 'M', u'به'), - (0xFCE3, 'M', u'تم'), - (0xFCE4, 'M', u'ته'), - (0xFCE5, 'M', u'ثم'), - (0xFCE6, 'M', u'ثه'), - (0xFCE7, 'M', u'سم'), - (0xFCE8, 'M', u'سه'), - (0xFCE9, 'M', u'شم'), - (0xFCEA, 'M', u'شه'), - (0xFCEB, 'M', u'كل'), - (0xFCEC, 'M', u'كم'), - (0xFCED, 'M', u'لم'), - (0xFCEE, 'M', u'نم'), - ] - -def _seg_47(): - return [ - (0xFCEF, 'M', u'نه'), - (0xFCF0, 'M', u'يم'), - (0xFCF1, 'M', u'يه'), - (0xFCF2, 'M', u'ـَّ'), - (0xFCF3, 'M', u'ـُّ'), - (0xFCF4, 'M', u'ـِّ'), - (0xFCF5, 'M', u'طى'), - (0xFCF6, 'M', u'طي'), - (0xFCF7, 'M', u'عى'), - (0xFCF8, 'M', u'عي'), - (0xFCF9, 'M', u'غى'), - (0xFCFA, 'M', u'غي'), - (0xFCFB, 'M', u'سى'), - (0xFCFC, 'M', u'سي'), - (0xFCFD, 'M', u'شى'), - (0xFCFE, 'M', u'شي'), - (0xFCFF, 'M', u'حى'), - (0xFD00, 'M', u'حي'), - (0xFD01, 'M', u'جى'), - (0xFD02, 'M', u'جي'), - (0xFD03, 'M', u'خى'), - (0xFD04, 'M', u'خي'), - (0xFD05, 'M', u'صى'), - (0xFD06, 'M', u'صي'), - (0xFD07, 'M', u'ضى'), - (0xFD08, 'M', u'ضي'), - (0xFD09, 'M', u'شج'), - (0xFD0A, 'M', u'شح'), - (0xFD0B, 'M', u'شخ'), - (0xFD0C, 'M', u'شم'), - (0xFD0D, 'M', u'شر'), - (0xFD0E, 'M', u'سر'), - (0xFD0F, 'M', u'صر'), - (0xFD10, 'M', u'ضر'), - (0xFD11, 'M', u'طى'), - (0xFD12, 'M', u'طي'), - (0xFD13, 'M', u'عى'), - (0xFD14, 'M', u'عي'), - (0xFD15, 'M', u'غى'), - (0xFD16, 'M', u'غي'), - (0xFD17, 'M', u'سى'), - (0xFD18, 'M', u'سي'), - (0xFD19, 'M', u'شى'), - (0xFD1A, 'M', u'شي'), - (0xFD1B, 'M', u'حى'), - (0xFD1C, 'M', u'حي'), - (0xFD1D, 'M', u'جى'), - (0xFD1E, 'M', u'جي'), - (0xFD1F, 'M', u'خى'), - (0xFD20, 'M', u'خي'), - (0xFD21, 'M', u'صى'), - (0xFD22, 'M', u'صي'), - (0xFD23, 'M', u'ضى'), - (0xFD24, 'M', u'ضي'), - (0xFD25, 'M', u'شج'), - (0xFD26, 'M', u'شح'), - (0xFD27, 'M', u'شخ'), - (0xFD28, 'M', u'شم'), - (0xFD29, 'M', u'شر'), - (0xFD2A, 'M', u'سر'), - (0xFD2B, 'M', u'صر'), - (0xFD2C, 'M', u'ضر'), - (0xFD2D, 'M', u'شج'), - (0xFD2E, 'M', u'شح'), - (0xFD2F, 'M', u'شخ'), - (0xFD30, 'M', u'شم'), - (0xFD31, 'M', u'سه'), - (0xFD32, 'M', u'شه'), - (0xFD33, 'M', u'طم'), - (0xFD34, 'M', u'سج'), - (0xFD35, 'M', u'سح'), - (0xFD36, 'M', u'سخ'), - (0xFD37, 'M', u'شج'), - (0xFD38, 'M', u'شح'), - (0xFD39, 'M', u'شخ'), - (0xFD3A, 'M', u'طم'), - (0xFD3B, 'M', u'ظم'), - (0xFD3C, 'M', u'اً'), - (0xFD3E, 'V'), - (0xFD40, 'X'), - (0xFD50, 'M', u'تجم'), - (0xFD51, 'M', u'تحج'), - (0xFD53, 'M', u'تحم'), - (0xFD54, 'M', u'تخم'), - (0xFD55, 'M', u'تمج'), - (0xFD56, 'M', u'تمح'), - (0xFD57, 'M', u'تمخ'), - (0xFD58, 'M', u'جمح'), - (0xFD5A, 'M', u'حمي'), - (0xFD5B, 'M', u'حمى'), - (0xFD5C, 'M', u'سحج'), - (0xFD5D, 'M', u'سجح'), - (0xFD5E, 'M', u'سجى'), - (0xFD5F, 'M', u'سمح'), - (0xFD61, 'M', u'سمج'), - (0xFD62, 'M', u'سمم'), - (0xFD64, 'M', u'صحح'), - (0xFD66, 'M', u'صمم'), - (0xFD67, 'M', u'شحم'), - (0xFD69, 'M', u'شجي'), - ] - -def _seg_48(): - return [ - (0xFD6A, 'M', u'شمخ'), - (0xFD6C, 'M', u'شمم'), - (0xFD6E, 'M', u'ضحى'), - (0xFD6F, 'M', u'ضخم'), - (0xFD71, 'M', u'طمح'), - (0xFD73, 'M', u'طمم'), - (0xFD74, 'M', u'طمي'), - (0xFD75, 'M', u'عجم'), - (0xFD76, 'M', u'عمم'), - (0xFD78, 'M', u'عمى'), - (0xFD79, 'M', u'غمم'), - (0xFD7A, 'M', u'غمي'), - (0xFD7B, 'M', u'غمى'), - (0xFD7C, 'M', u'فخم'), - (0xFD7E, 'M', u'قمح'), - (0xFD7F, 'M', u'قمم'), - (0xFD80, 'M', u'لحم'), - (0xFD81, 'M', u'لحي'), - (0xFD82, 'M', u'لحى'), - (0xFD83, 'M', u'لجج'), - (0xFD85, 'M', u'لخم'), - (0xFD87, 'M', u'لمح'), - (0xFD89, 'M', u'محج'), - (0xFD8A, 'M', u'محم'), - (0xFD8B, 'M', u'محي'), - (0xFD8C, 'M', u'مجح'), - (0xFD8D, 'M', u'مجم'), - (0xFD8E, 'M', u'مخج'), - (0xFD8F, 'M', u'مخم'), - (0xFD90, 'X'), - (0xFD92, 'M', u'مجخ'), - (0xFD93, 'M', u'همج'), - (0xFD94, 'M', u'همم'), - (0xFD95, 'M', u'نحم'), - (0xFD96, 'M', u'نحى'), - (0xFD97, 'M', u'نجم'), - (0xFD99, 'M', u'نجى'), - (0xFD9A, 'M', u'نمي'), - (0xFD9B, 'M', u'نمى'), - (0xFD9C, 'M', u'يمم'), - (0xFD9E, 'M', u'بخي'), - (0xFD9F, 'M', u'تجي'), - (0xFDA0, 'M', u'تجى'), - (0xFDA1, 'M', u'تخي'), - (0xFDA2, 'M', u'تخى'), - (0xFDA3, 'M', u'تمي'), - (0xFDA4, 'M', u'تمى'), - (0xFDA5, 'M', u'جمي'), - (0xFDA6, 'M', u'جحى'), - (0xFDA7, 'M', u'جمى'), - (0xFDA8, 'M', u'سخى'), - (0xFDA9, 'M', u'صحي'), - (0xFDAA, 'M', u'شحي'), - (0xFDAB, 'M', u'ضحي'), - (0xFDAC, 'M', u'لجي'), - (0xFDAD, 'M', u'لمي'), - (0xFDAE, 'M', u'يحي'), - (0xFDAF, 'M', u'يجي'), - (0xFDB0, 'M', u'يمي'), - (0xFDB1, 'M', u'ممي'), - (0xFDB2, 'M', u'قمي'), - (0xFDB3, 'M', u'نحي'), - (0xFDB4, 'M', u'قمح'), - (0xFDB5, 'M', u'لحم'), - (0xFDB6, 'M', u'عمي'), - (0xFDB7, 'M', u'كمي'), - (0xFDB8, 'M', u'نجح'), - (0xFDB9, 'M', u'مخي'), - (0xFDBA, 'M', u'لجم'), - (0xFDBB, 'M', u'كمم'), - (0xFDBC, 'M', u'لجم'), - (0xFDBD, 'M', u'نجح'), - (0xFDBE, 'M', u'جحي'), - (0xFDBF, 'M', u'حجي'), - (0xFDC0, 'M', u'مجي'), - (0xFDC1, 'M', u'فمي'), - (0xFDC2, 'M', u'بحي'), - (0xFDC3, 'M', u'كمم'), - (0xFDC4, 'M', u'عجم'), - (0xFDC5, 'M', u'صمم'), - (0xFDC6, 'M', u'سخي'), - (0xFDC7, 'M', u'نجي'), - (0xFDC8, 'X'), - (0xFDF0, 'M', u'صلے'), - (0xFDF1, 'M', u'قلے'), - (0xFDF2, 'M', u'الله'), - (0xFDF3, 'M', u'اكبر'), - (0xFDF4, 'M', u'محمد'), - (0xFDF5, 'M', u'صلعم'), - (0xFDF6, 'M', u'رسول'), - (0xFDF7, 'M', u'عليه'), - (0xFDF8, 'M', u'وسلم'), - (0xFDF9, 'M', u'صلى'), - (0xFDFA, '3', u'صلى الله عليه وسلم'), - (0xFDFB, '3', u'جل جلاله'), - (0xFDFC, 'M', u'ریال'), - (0xFDFD, 'V'), - (0xFDFE, 'X'), - (0xFE00, 'I'), - (0xFE10, '3', u','), - ] - -def _seg_49(): - return [ - (0xFE11, 'M', u'、'), - (0xFE12, 'X'), - (0xFE13, '3', u':'), - (0xFE14, '3', u';'), - (0xFE15, '3', u'!'), - (0xFE16, '3', u'?'), - (0xFE17, 'M', u'〖'), - (0xFE18, 'M', u'〗'), - (0xFE19, 'X'), - (0xFE20, 'V'), - (0xFE30, 'X'), - (0xFE31, 'M', u'—'), - (0xFE32, 'M', u'–'), - (0xFE33, '3', u'_'), - (0xFE35, '3', u'('), - (0xFE36, '3', u')'), - (0xFE37, '3', u'{'), - (0xFE38, '3', u'}'), - (0xFE39, 'M', u'〔'), - (0xFE3A, 'M', u'〕'), - (0xFE3B, 'M', u'【'), - (0xFE3C, 'M', u'】'), - (0xFE3D, 'M', u'《'), - (0xFE3E, 'M', u'》'), - (0xFE3F, 'M', u'〈'), - (0xFE40, 'M', u'〉'), - (0xFE41, 'M', u'「'), - (0xFE42, 'M', u'」'), - (0xFE43, 'M', u'『'), - (0xFE44, 'M', u'』'), - (0xFE45, 'V'), - (0xFE47, '3', u'['), - (0xFE48, '3', u']'), - (0xFE49, '3', u' ̅'), - (0xFE4D, '3', u'_'), - (0xFE50, '3', u','), - (0xFE51, 'M', u'、'), - (0xFE52, 'X'), - (0xFE54, '3', u';'), - (0xFE55, '3', u':'), - (0xFE56, '3', u'?'), - (0xFE57, '3', u'!'), - (0xFE58, 'M', u'—'), - (0xFE59, '3', u'('), - (0xFE5A, '3', u')'), - (0xFE5B, '3', u'{'), - (0xFE5C, '3', u'}'), - (0xFE5D, 'M', u'〔'), - (0xFE5E, 'M', u'〕'), - (0xFE5F, '3', u'#'), - (0xFE60, '3', u'&'), - (0xFE61, '3', u'*'), - (0xFE62, '3', u'+'), - (0xFE63, 'M', u'-'), - (0xFE64, '3', u'<'), - (0xFE65, '3', u'>'), - (0xFE66, '3', u'='), - (0xFE67, 'X'), - (0xFE68, '3', u'\\'), - (0xFE69, '3', u'$'), - (0xFE6A, '3', u'%'), - (0xFE6B, '3', u'@'), - (0xFE6C, 'X'), - (0xFE70, '3', u' ً'), - (0xFE71, 'M', u'ـً'), - (0xFE72, '3', u' ٌ'), - (0xFE73, 'V'), - (0xFE74, '3', u' ٍ'), - (0xFE75, 'X'), - (0xFE76, '3', u' َ'), - (0xFE77, 'M', u'ـَ'), - (0xFE78, '3', u' ُ'), - (0xFE79, 'M', u'ـُ'), - (0xFE7A, '3', u' ِ'), - (0xFE7B, 'M', u'ـِ'), - (0xFE7C, '3', u' ّ'), - (0xFE7D, 'M', u'ـّ'), - (0xFE7E, '3', u' ْ'), - (0xFE7F, 'M', u'ـْ'), - (0xFE80, 'M', u'ء'), - (0xFE81, 'M', u'آ'), - (0xFE83, 'M', u'أ'), - (0xFE85, 'M', u'ؤ'), - (0xFE87, 'M', u'إ'), - (0xFE89, 'M', u'ئ'), - (0xFE8D, 'M', u'ا'), - (0xFE8F, 'M', u'ب'), - (0xFE93, 'M', u'ة'), - (0xFE95, 'M', u'ت'), - (0xFE99, 'M', u'ث'), - (0xFE9D, 'M', u'ج'), - (0xFEA1, 'M', u'ح'), - (0xFEA5, 'M', u'خ'), - (0xFEA9, 'M', u'د'), - (0xFEAB, 'M', u'ذ'), - (0xFEAD, 'M', u'ر'), - (0xFEAF, 'M', u'ز'), - (0xFEB1, 'M', u'س'), - (0xFEB5, 'M', u'ش'), - (0xFEB9, 'M', u'ص'), - ] - -def _seg_50(): - return [ - (0xFEBD, 'M', u'ض'), - (0xFEC1, 'M', u'ط'), - (0xFEC5, 'M', u'ظ'), - (0xFEC9, 'M', u'ع'), - (0xFECD, 'M', u'غ'), - (0xFED1, 'M', u'ف'), - (0xFED5, 'M', u'ق'), - (0xFED9, 'M', u'ك'), - (0xFEDD, 'M', u'ل'), - (0xFEE1, 'M', u'م'), - (0xFEE5, 'M', u'ن'), - (0xFEE9, 'M', u'ه'), - (0xFEED, 'M', u'و'), - (0xFEEF, 'M', u'ى'), - (0xFEF1, 'M', u'ي'), - (0xFEF5, 'M', u'لآ'), - (0xFEF7, 'M', u'لأ'), - (0xFEF9, 'M', u'لإ'), - (0xFEFB, 'M', u'لا'), - (0xFEFD, 'X'), - (0xFEFF, 'I'), - (0xFF00, 'X'), - (0xFF01, '3', u'!'), - (0xFF02, '3', u'"'), - (0xFF03, '3', u'#'), - (0xFF04, '3', u'$'), - (0xFF05, '3', u'%'), - (0xFF06, '3', u'&'), - (0xFF07, '3', u'\''), - (0xFF08, '3', u'('), - (0xFF09, '3', u')'), - (0xFF0A, '3', u'*'), - (0xFF0B, '3', u'+'), - (0xFF0C, '3', u','), - (0xFF0D, 'M', u'-'), - (0xFF0E, 'M', u'.'), - (0xFF0F, '3', u'/'), - (0xFF10, 'M', u'0'), - (0xFF11, 'M', u'1'), - (0xFF12, 'M', u'2'), - (0xFF13, 'M', u'3'), - (0xFF14, 'M', u'4'), - (0xFF15, 'M', u'5'), - (0xFF16, 'M', u'6'), - (0xFF17, 'M', u'7'), - (0xFF18, 'M', u'8'), - (0xFF19, 'M', u'9'), - (0xFF1A, '3', u':'), - (0xFF1B, '3', u';'), - (0xFF1C, '3', u'<'), - (0xFF1D, '3', u'='), - (0xFF1E, '3', u'>'), - (0xFF1F, '3', u'?'), - (0xFF20, '3', u'@'), - (0xFF21, 'M', u'a'), - (0xFF22, 'M', u'b'), - (0xFF23, 'M', u'c'), - (0xFF24, 'M', u'd'), - (0xFF25, 'M', u'e'), - (0xFF26, 'M', u'f'), - (0xFF27, 'M', u'g'), - (0xFF28, 'M', u'h'), - (0xFF29, 'M', u'i'), - (0xFF2A, 'M', u'j'), - (0xFF2B, 'M', u'k'), - (0xFF2C, 'M', u'l'), - (0xFF2D, 'M', u'm'), - (0xFF2E, 'M', u'n'), - (0xFF2F, 'M', u'o'), - (0xFF30, 'M', u'p'), - (0xFF31, 'M', u'q'), - (0xFF32, 'M', u'r'), - (0xFF33, 'M', u's'), - (0xFF34, 'M', u't'), - (0xFF35, 'M', u'u'), - (0xFF36, 'M', u'v'), - (0xFF37, 'M', u'w'), - (0xFF38, 'M', u'x'), - (0xFF39, 'M', u'y'), - (0xFF3A, 'M', u'z'), - (0xFF3B, '3', u'['), - (0xFF3C, '3', u'\\'), - (0xFF3D, '3', u']'), - (0xFF3E, '3', u'^'), - (0xFF3F, '3', u'_'), - (0xFF40, '3', u'`'), - (0xFF41, 'M', u'a'), - (0xFF42, 'M', u'b'), - (0xFF43, 'M', u'c'), - (0xFF44, 'M', u'd'), - (0xFF45, 'M', u'e'), - (0xFF46, 'M', u'f'), - (0xFF47, 'M', u'g'), - (0xFF48, 'M', u'h'), - (0xFF49, 'M', u'i'), - (0xFF4A, 'M', u'j'), - (0xFF4B, 'M', u'k'), - (0xFF4C, 'M', u'l'), - (0xFF4D, 'M', u'm'), - (0xFF4E, 'M', u'n'), - ] - -def _seg_51(): - return [ - (0xFF4F, 'M', u'o'), - (0xFF50, 'M', u'p'), - (0xFF51, 'M', u'q'), - (0xFF52, 'M', u'r'), - (0xFF53, 'M', u's'), - (0xFF54, 'M', u't'), - (0xFF55, 'M', u'u'), - (0xFF56, 'M', u'v'), - (0xFF57, 'M', u'w'), - (0xFF58, 'M', u'x'), - (0xFF59, 'M', u'y'), - (0xFF5A, 'M', u'z'), - (0xFF5B, '3', u'{'), - (0xFF5C, '3', u'|'), - (0xFF5D, '3', u'}'), - (0xFF5E, '3', u'~'), - (0xFF5F, 'M', u'⦅'), - (0xFF60, 'M', u'⦆'), - (0xFF61, 'M', u'.'), - (0xFF62, 'M', u'「'), - (0xFF63, 'M', u'」'), - (0xFF64, 'M', u'、'), - (0xFF65, 'M', u'・'), - (0xFF66, 'M', u'ヲ'), - (0xFF67, 'M', u'ァ'), - (0xFF68, 'M', u'ィ'), - (0xFF69, 'M', u'ゥ'), - (0xFF6A, 'M', u'ェ'), - (0xFF6B, 'M', u'ォ'), - (0xFF6C, 'M', u'ャ'), - (0xFF6D, 'M', u'ュ'), - (0xFF6E, 'M', u'ョ'), - (0xFF6F, 'M', u'ッ'), - (0xFF70, 'M', u'ー'), - (0xFF71, 'M', u'ア'), - (0xFF72, 'M', u'イ'), - (0xFF73, 'M', u'ウ'), - (0xFF74, 'M', u'エ'), - (0xFF75, 'M', u'オ'), - (0xFF76, 'M', u'カ'), - (0xFF77, 'M', u'キ'), - (0xFF78, 'M', u'ク'), - (0xFF79, 'M', u'ケ'), - (0xFF7A, 'M', u'コ'), - (0xFF7B, 'M', u'サ'), - (0xFF7C, 'M', u'シ'), - (0xFF7D, 'M', u'ス'), - (0xFF7E, 'M', u'セ'), - (0xFF7F, 'M', u'ソ'), - (0xFF80, 'M', u'タ'), - (0xFF81, 'M', u'チ'), - (0xFF82, 'M', u'ツ'), - (0xFF83, 'M', u'テ'), - (0xFF84, 'M', u'ト'), - (0xFF85, 'M', u'ナ'), - (0xFF86, 'M', u'ニ'), - (0xFF87, 'M', u'ヌ'), - (0xFF88, 'M', u'ネ'), - (0xFF89, 'M', u'ノ'), - (0xFF8A, 'M', u'ハ'), - (0xFF8B, 'M', u'ヒ'), - (0xFF8C, 'M', u'フ'), - (0xFF8D, 'M', u'ヘ'), - (0xFF8E, 'M', u'ホ'), - (0xFF8F, 'M', u'マ'), - (0xFF90, 'M', u'ミ'), - (0xFF91, 'M', u'ム'), - (0xFF92, 'M', u'メ'), - (0xFF93, 'M', u'モ'), - (0xFF94, 'M', u'ヤ'), - (0xFF95, 'M', u'ユ'), - (0xFF96, 'M', u'ヨ'), - (0xFF97, 'M', u'ラ'), - (0xFF98, 'M', u'リ'), - (0xFF99, 'M', u'ル'), - (0xFF9A, 'M', u'レ'), - (0xFF9B, 'M', u'ロ'), - (0xFF9C, 'M', u'ワ'), - (0xFF9D, 'M', u'ン'), - (0xFF9E, 'M', u'゙'), - (0xFF9F, 'M', u'゚'), - (0xFFA0, 'X'), - (0xFFA1, 'M', u'ᄀ'), - (0xFFA2, 'M', u'ᄁ'), - (0xFFA3, 'M', u'ᆪ'), - (0xFFA4, 'M', u'ᄂ'), - (0xFFA5, 'M', u'ᆬ'), - (0xFFA6, 'M', u'ᆭ'), - (0xFFA7, 'M', u'ᄃ'), - (0xFFA8, 'M', u'ᄄ'), - (0xFFA9, 'M', u'ᄅ'), - (0xFFAA, 'M', u'ᆰ'), - (0xFFAB, 'M', u'ᆱ'), - (0xFFAC, 'M', u'ᆲ'), - (0xFFAD, 'M', u'ᆳ'), - (0xFFAE, 'M', u'ᆴ'), - (0xFFAF, 'M', u'ᆵ'), - (0xFFB0, 'M', u'ᄚ'), - (0xFFB1, 'M', u'ᄆ'), - (0xFFB2, 'M', u'ᄇ'), - ] - -def _seg_52(): - return [ - (0xFFB3, 'M', u'ᄈ'), - (0xFFB4, 'M', u'ᄡ'), - (0xFFB5, 'M', u'ᄉ'), - (0xFFB6, 'M', u'ᄊ'), - (0xFFB7, 'M', u'ᄋ'), - (0xFFB8, 'M', u'ᄌ'), - (0xFFB9, 'M', u'ᄍ'), - (0xFFBA, 'M', u'ᄎ'), - (0xFFBB, 'M', u'ᄏ'), - (0xFFBC, 'M', u'ᄐ'), - (0xFFBD, 'M', u'ᄑ'), - (0xFFBE, 'M', u'ᄒ'), - (0xFFBF, 'X'), - (0xFFC2, 'M', u'ᅡ'), - (0xFFC3, 'M', u'ᅢ'), - (0xFFC4, 'M', u'ᅣ'), - (0xFFC5, 'M', u'ᅤ'), - (0xFFC6, 'M', u'ᅥ'), - (0xFFC7, 'M', u'ᅦ'), - (0xFFC8, 'X'), - (0xFFCA, 'M', u'ᅧ'), - (0xFFCB, 'M', u'ᅨ'), - (0xFFCC, 'M', u'ᅩ'), - (0xFFCD, 'M', u'ᅪ'), - (0xFFCE, 'M', u'ᅫ'), - (0xFFCF, 'M', u'ᅬ'), - (0xFFD0, 'X'), - (0xFFD2, 'M', u'ᅭ'), - (0xFFD3, 'M', u'ᅮ'), - (0xFFD4, 'M', u'ᅯ'), - (0xFFD5, 'M', u'ᅰ'), - (0xFFD6, 'M', u'ᅱ'), - (0xFFD7, 'M', u'ᅲ'), - (0xFFD8, 'X'), - (0xFFDA, 'M', u'ᅳ'), - (0xFFDB, 'M', u'ᅴ'), - (0xFFDC, 'M', u'ᅵ'), - (0xFFDD, 'X'), - (0xFFE0, 'M', u'¢'), - (0xFFE1, 'M', u'£'), - (0xFFE2, 'M', u'¬'), - (0xFFE3, '3', u' ̄'), - (0xFFE4, 'M', u'¦'), - (0xFFE5, 'M', u'¥'), - (0xFFE6, 'M', u'₩'), - (0xFFE7, 'X'), - (0xFFE8, 'M', u'│'), - (0xFFE9, 'M', u'←'), - (0xFFEA, 'M', u'↑'), - (0xFFEB, 'M', u'→'), - (0xFFEC, 'M', u'↓'), - (0xFFED, 'M', u'■'), - (0xFFEE, 'M', u'○'), - (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'), - (0x1019C, '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', u'𐐨'), - (0x10401, 'M', u'𐐩'), - ] - -def _seg_53(): - return [ - (0x10402, 'M', u'𐐪'), - (0x10403, 'M', u'𐐫'), - (0x10404, 'M', u'𐐬'), - (0x10405, 'M', u'𐐭'), - (0x10406, 'M', u'𐐮'), - (0x10407, 'M', u'𐐯'), - (0x10408, 'M', u'𐐰'), - (0x10409, 'M', u'𐐱'), - (0x1040A, 'M', u'𐐲'), - (0x1040B, 'M', u'𐐳'), - (0x1040C, 'M', u'𐐴'), - (0x1040D, 'M', u'𐐵'), - (0x1040E, 'M', u'𐐶'), - (0x1040F, 'M', u'𐐷'), - (0x10410, 'M', u'𐐸'), - (0x10411, 'M', u'𐐹'), - (0x10412, 'M', u'𐐺'), - (0x10413, 'M', u'𐐻'), - (0x10414, 'M', u'𐐼'), - (0x10415, 'M', u'𐐽'), - (0x10416, 'M', u'𐐾'), - (0x10417, 'M', u'𐐿'), - (0x10418, 'M', u'𐑀'), - (0x10419, 'M', u'𐑁'), - (0x1041A, 'M', u'𐑂'), - (0x1041B, 'M', u'𐑃'), - (0x1041C, 'M', u'𐑄'), - (0x1041D, 'M', u'𐑅'), - (0x1041E, 'M', u'𐑆'), - (0x1041F, 'M', u'𐑇'), - (0x10420, 'M', u'𐑈'), - (0x10421, 'M', u'𐑉'), - (0x10422, 'M', u'𐑊'), - (0x10423, 'M', u'𐑋'), - (0x10424, 'M', u'𐑌'), - (0x10425, 'M', u'𐑍'), - (0x10426, 'M', u'𐑎'), - (0x10427, 'M', u'𐑏'), - (0x10428, 'V'), - (0x1049E, 'X'), - (0x104A0, 'V'), - (0x104AA, 'X'), - (0x104B0, 'M', u'𐓘'), - (0x104B1, 'M', u'𐓙'), - (0x104B2, 'M', u'𐓚'), - (0x104B3, 'M', u'𐓛'), - (0x104B4, 'M', u'𐓜'), - (0x104B5, 'M', u'𐓝'), - (0x104B6, 'M', u'𐓞'), - (0x104B7, 'M', u'𐓟'), - (0x104B8, 'M', u'𐓠'), - (0x104B9, 'M', u'𐓡'), - (0x104BA, 'M', u'𐓢'), - (0x104BB, 'M', u'𐓣'), - (0x104BC, 'M', u'𐓤'), - (0x104BD, 'M', u'𐓥'), - (0x104BE, 'M', u'𐓦'), - (0x104BF, 'M', u'𐓧'), - (0x104C0, 'M', u'𐓨'), - (0x104C1, 'M', u'𐓩'), - (0x104C2, 'M', u'𐓪'), - (0x104C3, 'M', u'𐓫'), - (0x104C4, 'M', u'𐓬'), - (0x104C5, 'M', u'𐓭'), - (0x104C6, 'M', u'𐓮'), - (0x104C7, 'M', u'𐓯'), - (0x104C8, 'M', u'𐓰'), - (0x104C9, 'M', u'𐓱'), - (0x104CA, 'M', u'𐓲'), - (0x104CB, 'M', u'𐓳'), - (0x104CC, 'M', u'𐓴'), - (0x104CD, 'M', u'𐓵'), - (0x104CE, 'M', u'𐓶'), - (0x104CF, 'M', u'𐓷'), - (0x104D0, 'M', u'𐓸'), - (0x104D1, 'M', u'𐓹'), - (0x104D2, 'M', u'𐓺'), - (0x104D3, 'M', u'𐓻'), - (0x104D4, 'X'), - (0x104D8, 'V'), - (0x104FC, 'X'), - (0x10500, 'V'), - (0x10528, 'X'), - (0x10530, 'V'), - (0x10564, 'X'), - (0x1056F, 'V'), - (0x10570, 'X'), - (0x10600, 'V'), - (0x10737, 'X'), - (0x10740, 'V'), - (0x10756, 'X'), - (0x10760, 'V'), - (0x10768, 'X'), - (0x10800, 'V'), - (0x10806, 'X'), - (0x10808, 'V'), - (0x10809, 'X'), - (0x1080A, 'V'), - (0x10836, 'X'), - (0x10837, 'V'), - ] - -def _seg_54(): - return [ - (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'), - (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', u'𐳀'), - (0x10C81, 'M', u'𐳁'), - (0x10C82, 'M', u'𐳂'), - (0x10C83, 'M', u'𐳃'), - (0x10C84, 'M', u'𐳄'), - (0x10C85, 'M', u'𐳅'), - (0x10C86, 'M', u'𐳆'), - (0x10C87, 'M', u'𐳇'), - (0x10C88, 'M', u'𐳈'), - (0x10C89, 'M', u'𐳉'), - (0x10C8A, 'M', u'𐳊'), - (0x10C8B, 'M', u'𐳋'), - (0x10C8C, 'M', u'𐳌'), - (0x10C8D, 'M', u'𐳍'), - (0x10C8E, 'M', u'𐳎'), - (0x10C8F, 'M', u'𐳏'), - (0x10C90, 'M', u'𐳐'), - (0x10C91, 'M', u'𐳑'), - (0x10C92, 'M', u'𐳒'), - (0x10C93, 'M', u'𐳓'), - (0x10C94, 'M', u'𐳔'), - (0x10C95, 'M', u'𐳕'), - (0x10C96, 'M', u'𐳖'), - (0x10C97, 'M', u'𐳗'), - (0x10C98, 'M', u'𐳘'), - (0x10C99, 'M', u'𐳙'), - (0x10C9A, 'M', u'𐳚'), - (0x10C9B, 'M', u'𐳛'), - (0x10C9C, 'M', u'𐳜'), - (0x10C9D, 'M', u'𐳝'), - (0x10C9E, 'M', u'𐳞'), - (0x10C9F, 'M', u'𐳟'), - (0x10CA0, 'M', u'𐳠'), - (0x10CA1, 'M', u'𐳡'), - (0x10CA2, 'M', u'𐳢'), - (0x10CA3, 'M', u'𐳣'), - (0x10CA4, 'M', u'𐳤'), - (0x10CA5, 'M', u'𐳥'), - (0x10CA6, 'M', u'𐳦'), - (0x10CA7, 'M', u'𐳧'), - (0x10CA8, 'M', u'𐳨'), - ] - -def _seg_55(): - return [ - (0x10CA9, 'M', u'𐳩'), - (0x10CAA, 'M', u'𐳪'), - (0x10CAB, 'M', u'𐳫'), - (0x10CAC, 'M', u'𐳬'), - (0x10CAD, 'M', u'𐳭'), - (0x10CAE, 'M', u'𐳮'), - (0x10CAF, 'M', u'𐳯'), - (0x10CB0, 'M', u'𐳰'), - (0x10CB1, 'M', u'𐳱'), - (0x10CB2, 'M', u'𐳲'), - (0x10CB3, 'X'), - (0x10CC0, 'V'), - (0x10CF3, 'X'), - (0x10CFA, 'V'), - (0x10D28, 'X'), - (0x10D30, 'V'), - (0x10D3A, 'X'), - (0x10E60, 'V'), - (0x10E7F, 'X'), - (0x10F00, 'V'), - (0x10F28, 'X'), - (0x10F30, 'V'), - (0x10F5A, 'X'), - (0x11000, 'V'), - (0x1104E, 'X'), - (0x11052, 'V'), - (0x11070, 'X'), - (0x1107F, 'V'), - (0x110BD, 'X'), - (0x110BE, 'V'), - (0x110C2, 'X'), - (0x110D0, 'V'), - (0x110E9, 'X'), - (0x110F0, 'V'), - (0x110FA, 'X'), - (0x11100, 'V'), - (0x11135, 'X'), - (0x11136, 'V'), - (0x11147, 'X'), - (0x11150, 'V'), - (0x11177, 'X'), - (0x11180, 'V'), - (0x111CE, 'X'), - (0x111D0, 'V'), - (0x111E0, 'X'), - (0x111E1, 'V'), - (0x111F5, 'X'), - (0x11200, 'V'), - (0x11212, 'X'), - (0x11213, 'V'), - (0x1123F, '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'), - (0x1145A, 'X'), - (0x1145B, 'V'), - (0x1145C, 'X'), - (0x1145D, 'V'), - ] - -def _seg_56(): - return [ - (0x1145F, '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'), - (0x116B8, 'X'), - (0x116C0, 'V'), - (0x116CA, 'X'), - (0x11700, 'V'), - (0x1171B, 'X'), - (0x1171D, 'V'), - (0x1172C, 'X'), - (0x11730, 'V'), - (0x11740, 'X'), - (0x11800, 'V'), - (0x1183C, 'X'), - (0x118A0, 'M', u'𑣀'), - (0x118A1, 'M', u'𑣁'), - (0x118A2, 'M', u'𑣂'), - (0x118A3, 'M', u'𑣃'), - (0x118A4, 'M', u'𑣄'), - (0x118A5, 'M', u'𑣅'), - (0x118A6, 'M', u'𑣆'), - (0x118A7, 'M', u'𑣇'), - (0x118A8, 'M', u'𑣈'), - (0x118A9, 'M', u'𑣉'), - (0x118AA, 'M', u'𑣊'), - (0x118AB, 'M', u'𑣋'), - (0x118AC, 'M', u'𑣌'), - (0x118AD, 'M', u'𑣍'), - (0x118AE, 'M', u'𑣎'), - (0x118AF, 'M', u'𑣏'), - (0x118B0, 'M', u'𑣐'), - (0x118B1, 'M', u'𑣑'), - (0x118B2, 'M', u'𑣒'), - (0x118B3, 'M', u'𑣓'), - (0x118B4, 'M', u'𑣔'), - (0x118B5, 'M', u'𑣕'), - (0x118B6, 'M', u'𑣖'), - (0x118B7, 'M', u'𑣗'), - (0x118B8, 'M', u'𑣘'), - (0x118B9, 'M', u'𑣙'), - (0x118BA, 'M', u'𑣚'), - (0x118BB, 'M', u'𑣛'), - (0x118BC, 'M', u'𑣜'), - (0x118BD, 'M', u'𑣝'), - (0x118BE, 'M', u'𑣞'), - (0x118BF, 'M', u'𑣟'), - (0x118C0, 'V'), - (0x118F3, 'X'), - (0x118FF, 'V'), - (0x11900, 'X'), - (0x11A00, 'V'), - (0x11A48, 'X'), - (0x11A50, 'V'), - (0x11A84, 'X'), - (0x11A86, 'V'), - (0x11AA3, 'X'), - (0x11AC0, 'V'), - (0x11AF9, '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'), - ] - -def _seg_57(): - return [ - (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'), - (0x12000, 'V'), - (0x1239A, 'X'), - (0x12400, 'V'), - (0x1246F, 'X'), - (0x12470, 'V'), - (0x12475, 'X'), - (0x12480, 'V'), - (0x12544, 'X'), - (0x13000, 'V'), - (0x1342F, 'X'), - (0x14400, 'V'), - (0x14647, 'X'), - (0x16800, 'V'), - (0x16A39, 'X'), - (0x16A40, 'V'), - (0x16A5F, 'X'), - (0x16A60, 'V'), - (0x16A6A, 'X'), - (0x16A6E, 'V'), - (0x16A70, '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'), - (0x16E60, 'V'), - (0x16E9B, 'X'), - (0x16F00, 'V'), - (0x16F45, 'X'), - (0x16F50, 'V'), - (0x16F7F, 'X'), - (0x16F8F, 'V'), - (0x16FA0, 'X'), - (0x16FE0, 'V'), - (0x16FE2, 'X'), - (0x17000, 'V'), - (0x187F2, 'X'), - (0x18800, 'V'), - (0x18AF3, 'X'), - (0x1B000, 'V'), - (0x1B11F, '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'), - (0x1D000, 'V'), - (0x1D0F6, 'X'), - (0x1D100, 'V'), - (0x1D127, 'X'), - (0x1D129, 'V'), - (0x1D15E, 'M', u'𝅗𝅥'), - (0x1D15F, 'M', u'𝅘𝅥'), - (0x1D160, 'M', u'𝅘𝅥𝅮'), - (0x1D161, 'M', u'𝅘𝅥𝅯'), - (0x1D162, 'M', u'𝅘𝅥𝅰'), - (0x1D163, 'M', u'𝅘𝅥𝅱'), - (0x1D164, 'M', u'𝅘𝅥𝅲'), - (0x1D165, 'V'), - (0x1D173, 'X'), - (0x1D17B, 'V'), - (0x1D1BB, 'M', u'𝆹𝅥'), - (0x1D1BC, 'M', u'𝆺𝅥'), - (0x1D1BD, 'M', u'𝆹𝅥𝅮'), - (0x1D1BE, 'M', u'𝆺𝅥𝅮'), - (0x1D1BF, 'M', u'𝆹𝅥𝅯'), - (0x1D1C0, 'M', u'𝆺𝅥𝅯'), - (0x1D1C1, 'V'), - (0x1D1E9, 'X'), - (0x1D200, 'V'), - ] - -def _seg_58(): - return [ - (0x1D246, 'X'), - (0x1D2E0, 'V'), - (0x1D2F4, 'X'), - (0x1D300, 'V'), - (0x1D357, 'X'), - (0x1D360, 'V'), - (0x1D379, 'X'), - (0x1D400, 'M', u'a'), - (0x1D401, 'M', u'b'), - (0x1D402, 'M', u'c'), - (0x1D403, 'M', u'd'), - (0x1D404, 'M', u'e'), - (0x1D405, 'M', u'f'), - (0x1D406, 'M', u'g'), - (0x1D407, 'M', u'h'), - (0x1D408, 'M', u'i'), - (0x1D409, 'M', u'j'), - (0x1D40A, 'M', u'k'), - (0x1D40B, 'M', u'l'), - (0x1D40C, 'M', u'm'), - (0x1D40D, 'M', u'n'), - (0x1D40E, 'M', u'o'), - (0x1D40F, 'M', u'p'), - (0x1D410, 'M', u'q'), - (0x1D411, 'M', u'r'), - (0x1D412, 'M', u's'), - (0x1D413, 'M', u't'), - (0x1D414, 'M', u'u'), - (0x1D415, 'M', u'v'), - (0x1D416, 'M', u'w'), - (0x1D417, 'M', u'x'), - (0x1D418, 'M', u'y'), - (0x1D419, 'M', u'z'), - (0x1D41A, 'M', u'a'), - (0x1D41B, 'M', u'b'), - (0x1D41C, 'M', u'c'), - (0x1D41D, 'M', u'd'), - (0x1D41E, 'M', u'e'), - (0x1D41F, 'M', u'f'), - (0x1D420, 'M', u'g'), - (0x1D421, 'M', u'h'), - (0x1D422, 'M', u'i'), - (0x1D423, 'M', u'j'), - (0x1D424, 'M', u'k'), - (0x1D425, 'M', u'l'), - (0x1D426, 'M', u'm'), - (0x1D427, 'M', u'n'), - (0x1D428, 'M', u'o'), - (0x1D429, 'M', u'p'), - (0x1D42A, 'M', u'q'), - (0x1D42B, 'M', u'r'), - (0x1D42C, 'M', u's'), - (0x1D42D, 'M', u't'), - (0x1D42E, 'M', u'u'), - (0x1D42F, 'M', u'v'), - (0x1D430, 'M', u'w'), - (0x1D431, 'M', u'x'), - (0x1D432, 'M', u'y'), - (0x1D433, 'M', u'z'), - (0x1D434, 'M', u'a'), - (0x1D435, 'M', u'b'), - (0x1D436, 'M', u'c'), - (0x1D437, 'M', u'd'), - (0x1D438, 'M', u'e'), - (0x1D439, 'M', u'f'), - (0x1D43A, 'M', u'g'), - (0x1D43B, 'M', u'h'), - (0x1D43C, 'M', u'i'), - (0x1D43D, 'M', u'j'), - (0x1D43E, 'M', u'k'), - (0x1D43F, 'M', u'l'), - (0x1D440, 'M', u'm'), - (0x1D441, 'M', u'n'), - (0x1D442, 'M', u'o'), - (0x1D443, 'M', u'p'), - (0x1D444, 'M', u'q'), - (0x1D445, 'M', u'r'), - (0x1D446, 'M', u's'), - (0x1D447, 'M', u't'), - (0x1D448, 'M', u'u'), - (0x1D449, 'M', u'v'), - (0x1D44A, 'M', u'w'), - (0x1D44B, 'M', u'x'), - (0x1D44C, 'M', u'y'), - (0x1D44D, 'M', u'z'), - (0x1D44E, 'M', u'a'), - (0x1D44F, 'M', u'b'), - (0x1D450, 'M', u'c'), - (0x1D451, 'M', u'd'), - (0x1D452, 'M', u'e'), - (0x1D453, 'M', u'f'), - (0x1D454, 'M', u'g'), - (0x1D455, 'X'), - (0x1D456, 'M', u'i'), - (0x1D457, 'M', u'j'), - (0x1D458, 'M', u'k'), - (0x1D459, 'M', u'l'), - (0x1D45A, 'M', u'm'), - (0x1D45B, 'M', u'n'), - (0x1D45C, 'M', u'o'), - ] - -def _seg_59(): - return [ - (0x1D45D, 'M', u'p'), - (0x1D45E, 'M', u'q'), - (0x1D45F, 'M', u'r'), - (0x1D460, 'M', u's'), - (0x1D461, 'M', u't'), - (0x1D462, 'M', u'u'), - (0x1D463, 'M', u'v'), - (0x1D464, 'M', u'w'), - (0x1D465, 'M', u'x'), - (0x1D466, 'M', u'y'), - (0x1D467, 'M', u'z'), - (0x1D468, 'M', u'a'), - (0x1D469, 'M', u'b'), - (0x1D46A, 'M', u'c'), - (0x1D46B, 'M', u'd'), - (0x1D46C, 'M', u'e'), - (0x1D46D, 'M', u'f'), - (0x1D46E, 'M', u'g'), - (0x1D46F, 'M', u'h'), - (0x1D470, 'M', u'i'), - (0x1D471, 'M', u'j'), - (0x1D472, 'M', u'k'), - (0x1D473, 'M', u'l'), - (0x1D474, 'M', u'm'), - (0x1D475, 'M', u'n'), - (0x1D476, 'M', u'o'), - (0x1D477, 'M', u'p'), - (0x1D478, 'M', u'q'), - (0x1D479, 'M', u'r'), - (0x1D47A, 'M', u's'), - (0x1D47B, 'M', u't'), - (0x1D47C, 'M', u'u'), - (0x1D47D, 'M', u'v'), - (0x1D47E, 'M', u'w'), - (0x1D47F, 'M', u'x'), - (0x1D480, 'M', u'y'), - (0x1D481, 'M', u'z'), - (0x1D482, 'M', u'a'), - (0x1D483, 'M', u'b'), - (0x1D484, 'M', u'c'), - (0x1D485, 'M', u'd'), - (0x1D486, 'M', u'e'), - (0x1D487, 'M', u'f'), - (0x1D488, 'M', u'g'), - (0x1D489, 'M', u'h'), - (0x1D48A, 'M', u'i'), - (0x1D48B, 'M', u'j'), - (0x1D48C, 'M', u'k'), - (0x1D48D, 'M', u'l'), - (0x1D48E, 'M', u'm'), - (0x1D48F, 'M', u'n'), - (0x1D490, 'M', u'o'), - (0x1D491, 'M', u'p'), - (0x1D492, 'M', u'q'), - (0x1D493, 'M', u'r'), - (0x1D494, 'M', u's'), - (0x1D495, 'M', u't'), - (0x1D496, 'M', u'u'), - (0x1D497, 'M', u'v'), - (0x1D498, 'M', u'w'), - (0x1D499, 'M', u'x'), - (0x1D49A, 'M', u'y'), - (0x1D49B, 'M', u'z'), - (0x1D49C, 'M', u'a'), - (0x1D49D, 'X'), - (0x1D49E, 'M', u'c'), - (0x1D49F, 'M', u'd'), - (0x1D4A0, 'X'), - (0x1D4A2, 'M', u'g'), - (0x1D4A3, 'X'), - (0x1D4A5, 'M', u'j'), - (0x1D4A6, 'M', u'k'), - (0x1D4A7, 'X'), - (0x1D4A9, 'M', u'n'), - (0x1D4AA, 'M', u'o'), - (0x1D4AB, 'M', u'p'), - (0x1D4AC, 'M', u'q'), - (0x1D4AD, 'X'), - (0x1D4AE, 'M', u's'), - (0x1D4AF, 'M', u't'), - (0x1D4B0, 'M', u'u'), - (0x1D4B1, 'M', u'v'), - (0x1D4B2, 'M', u'w'), - (0x1D4B3, 'M', u'x'), - (0x1D4B4, 'M', u'y'), - (0x1D4B5, 'M', u'z'), - (0x1D4B6, 'M', u'a'), - (0x1D4B7, 'M', u'b'), - (0x1D4B8, 'M', u'c'), - (0x1D4B9, 'M', u'd'), - (0x1D4BA, 'X'), - (0x1D4BB, 'M', u'f'), - (0x1D4BC, 'X'), - (0x1D4BD, 'M', u'h'), - (0x1D4BE, 'M', u'i'), - (0x1D4BF, 'M', u'j'), - (0x1D4C0, 'M', u'k'), - (0x1D4C1, 'M', u'l'), - (0x1D4C2, 'M', u'm'), - (0x1D4C3, 'M', u'n'), - ] - -def _seg_60(): - return [ - (0x1D4C4, 'X'), - (0x1D4C5, 'M', u'p'), - (0x1D4C6, 'M', u'q'), - (0x1D4C7, 'M', u'r'), - (0x1D4C8, 'M', u's'), - (0x1D4C9, 'M', u't'), - (0x1D4CA, 'M', u'u'), - (0x1D4CB, 'M', u'v'), - (0x1D4CC, 'M', u'w'), - (0x1D4CD, 'M', u'x'), - (0x1D4CE, 'M', u'y'), - (0x1D4CF, 'M', u'z'), - (0x1D4D0, 'M', u'a'), - (0x1D4D1, 'M', u'b'), - (0x1D4D2, 'M', u'c'), - (0x1D4D3, 'M', u'd'), - (0x1D4D4, 'M', u'e'), - (0x1D4D5, 'M', u'f'), - (0x1D4D6, 'M', u'g'), - (0x1D4D7, 'M', u'h'), - (0x1D4D8, 'M', u'i'), - (0x1D4D9, 'M', u'j'), - (0x1D4DA, 'M', u'k'), - (0x1D4DB, 'M', u'l'), - (0x1D4DC, 'M', u'm'), - (0x1D4DD, 'M', u'n'), - (0x1D4DE, 'M', u'o'), - (0x1D4DF, 'M', u'p'), - (0x1D4E0, 'M', u'q'), - (0x1D4E1, 'M', u'r'), - (0x1D4E2, 'M', u's'), - (0x1D4E3, 'M', u't'), - (0x1D4E4, 'M', u'u'), - (0x1D4E5, 'M', u'v'), - (0x1D4E6, 'M', u'w'), - (0x1D4E7, 'M', u'x'), - (0x1D4E8, 'M', u'y'), - (0x1D4E9, 'M', u'z'), - (0x1D4EA, 'M', u'a'), - (0x1D4EB, 'M', u'b'), - (0x1D4EC, 'M', u'c'), - (0x1D4ED, 'M', u'd'), - (0x1D4EE, 'M', u'e'), - (0x1D4EF, 'M', u'f'), - (0x1D4F0, 'M', u'g'), - (0x1D4F1, 'M', u'h'), - (0x1D4F2, 'M', u'i'), - (0x1D4F3, 'M', u'j'), - (0x1D4F4, 'M', u'k'), - (0x1D4F5, 'M', u'l'), - (0x1D4F6, 'M', u'm'), - (0x1D4F7, 'M', u'n'), - (0x1D4F8, 'M', u'o'), - (0x1D4F9, 'M', u'p'), - (0x1D4FA, 'M', u'q'), - (0x1D4FB, 'M', u'r'), - (0x1D4FC, 'M', u's'), - (0x1D4FD, 'M', u't'), - (0x1D4FE, 'M', u'u'), - (0x1D4FF, 'M', u'v'), - (0x1D500, 'M', u'w'), - (0x1D501, 'M', u'x'), - (0x1D502, 'M', u'y'), - (0x1D503, 'M', u'z'), - (0x1D504, 'M', u'a'), - (0x1D505, 'M', u'b'), - (0x1D506, 'X'), - (0x1D507, 'M', u'd'), - (0x1D508, 'M', u'e'), - (0x1D509, 'M', u'f'), - (0x1D50A, 'M', u'g'), - (0x1D50B, 'X'), - (0x1D50D, 'M', u'j'), - (0x1D50E, 'M', u'k'), - (0x1D50F, 'M', u'l'), - (0x1D510, 'M', u'm'), - (0x1D511, 'M', u'n'), - (0x1D512, 'M', u'o'), - (0x1D513, 'M', u'p'), - (0x1D514, 'M', u'q'), - (0x1D515, 'X'), - (0x1D516, 'M', u's'), - (0x1D517, 'M', u't'), - (0x1D518, 'M', u'u'), - (0x1D519, 'M', u'v'), - (0x1D51A, 'M', u'w'), - (0x1D51B, 'M', u'x'), - (0x1D51C, 'M', u'y'), - (0x1D51D, 'X'), - (0x1D51E, 'M', u'a'), - (0x1D51F, 'M', u'b'), - (0x1D520, 'M', u'c'), - (0x1D521, 'M', u'd'), - (0x1D522, 'M', u'e'), - (0x1D523, 'M', u'f'), - (0x1D524, 'M', u'g'), - (0x1D525, 'M', u'h'), - (0x1D526, 'M', u'i'), - (0x1D527, 'M', u'j'), - (0x1D528, 'M', u'k'), - ] - -def _seg_61(): - return [ - (0x1D529, 'M', u'l'), - (0x1D52A, 'M', u'm'), - (0x1D52B, 'M', u'n'), - (0x1D52C, 'M', u'o'), - (0x1D52D, 'M', u'p'), - (0x1D52E, 'M', u'q'), - (0x1D52F, 'M', u'r'), - (0x1D530, 'M', u's'), - (0x1D531, 'M', u't'), - (0x1D532, 'M', u'u'), - (0x1D533, 'M', u'v'), - (0x1D534, 'M', u'w'), - (0x1D535, 'M', u'x'), - (0x1D536, 'M', u'y'), - (0x1D537, 'M', u'z'), - (0x1D538, 'M', u'a'), - (0x1D539, 'M', u'b'), - (0x1D53A, 'X'), - (0x1D53B, 'M', u'd'), - (0x1D53C, 'M', u'e'), - (0x1D53D, 'M', u'f'), - (0x1D53E, 'M', u'g'), - (0x1D53F, 'X'), - (0x1D540, 'M', u'i'), - (0x1D541, 'M', u'j'), - (0x1D542, 'M', u'k'), - (0x1D543, 'M', u'l'), - (0x1D544, 'M', u'm'), - (0x1D545, 'X'), - (0x1D546, 'M', u'o'), - (0x1D547, 'X'), - (0x1D54A, 'M', u's'), - (0x1D54B, 'M', u't'), - (0x1D54C, 'M', u'u'), - (0x1D54D, 'M', u'v'), - (0x1D54E, 'M', u'w'), - (0x1D54F, 'M', u'x'), - (0x1D550, 'M', u'y'), - (0x1D551, 'X'), - (0x1D552, 'M', u'a'), - (0x1D553, 'M', u'b'), - (0x1D554, 'M', u'c'), - (0x1D555, 'M', u'd'), - (0x1D556, 'M', u'e'), - (0x1D557, 'M', u'f'), - (0x1D558, 'M', u'g'), - (0x1D559, 'M', u'h'), - (0x1D55A, 'M', u'i'), - (0x1D55B, 'M', u'j'), - (0x1D55C, 'M', u'k'), - (0x1D55D, 'M', u'l'), - (0x1D55E, 'M', u'm'), - (0x1D55F, 'M', u'n'), - (0x1D560, 'M', u'o'), - (0x1D561, 'M', u'p'), - (0x1D562, 'M', u'q'), - (0x1D563, 'M', u'r'), - (0x1D564, 'M', u's'), - (0x1D565, 'M', u't'), - (0x1D566, 'M', u'u'), - (0x1D567, 'M', u'v'), - (0x1D568, 'M', u'w'), - (0x1D569, 'M', u'x'), - (0x1D56A, 'M', u'y'), - (0x1D56B, 'M', u'z'), - (0x1D56C, 'M', u'a'), - (0x1D56D, 'M', u'b'), - (0x1D56E, 'M', u'c'), - (0x1D56F, 'M', u'd'), - (0x1D570, 'M', u'e'), - (0x1D571, 'M', u'f'), - (0x1D572, 'M', u'g'), - (0x1D573, 'M', u'h'), - (0x1D574, 'M', u'i'), - (0x1D575, 'M', u'j'), - (0x1D576, 'M', u'k'), - (0x1D577, 'M', u'l'), - (0x1D578, 'M', u'm'), - (0x1D579, 'M', u'n'), - (0x1D57A, 'M', u'o'), - (0x1D57B, 'M', u'p'), - (0x1D57C, 'M', u'q'), - (0x1D57D, 'M', u'r'), - (0x1D57E, 'M', u's'), - (0x1D57F, 'M', u't'), - (0x1D580, 'M', u'u'), - (0x1D581, 'M', u'v'), - (0x1D582, 'M', u'w'), - (0x1D583, 'M', u'x'), - (0x1D584, 'M', u'y'), - (0x1D585, 'M', u'z'), - (0x1D586, 'M', u'a'), - (0x1D587, 'M', u'b'), - (0x1D588, 'M', u'c'), - (0x1D589, 'M', u'd'), - (0x1D58A, 'M', u'e'), - (0x1D58B, 'M', u'f'), - (0x1D58C, 'M', u'g'), - (0x1D58D, 'M', u'h'), - (0x1D58E, 'M', u'i'), - ] - -def _seg_62(): - return [ - (0x1D58F, 'M', u'j'), - (0x1D590, 'M', u'k'), - (0x1D591, 'M', u'l'), - (0x1D592, 'M', u'm'), - (0x1D593, 'M', u'n'), - (0x1D594, 'M', u'o'), - (0x1D595, 'M', u'p'), - (0x1D596, 'M', u'q'), - (0x1D597, 'M', u'r'), - (0x1D598, 'M', u's'), - (0x1D599, 'M', u't'), - (0x1D59A, 'M', u'u'), - (0x1D59B, 'M', u'v'), - (0x1D59C, 'M', u'w'), - (0x1D59D, 'M', u'x'), - (0x1D59E, 'M', u'y'), - (0x1D59F, 'M', u'z'), - (0x1D5A0, 'M', u'a'), - (0x1D5A1, 'M', u'b'), - (0x1D5A2, 'M', u'c'), - (0x1D5A3, 'M', u'd'), - (0x1D5A4, 'M', u'e'), - (0x1D5A5, 'M', u'f'), - (0x1D5A6, 'M', u'g'), - (0x1D5A7, 'M', u'h'), - (0x1D5A8, 'M', u'i'), - (0x1D5A9, 'M', u'j'), - (0x1D5AA, 'M', u'k'), - (0x1D5AB, 'M', u'l'), - (0x1D5AC, 'M', u'm'), - (0x1D5AD, 'M', u'n'), - (0x1D5AE, 'M', u'o'), - (0x1D5AF, 'M', u'p'), - (0x1D5B0, 'M', u'q'), - (0x1D5B1, 'M', u'r'), - (0x1D5B2, 'M', u's'), - (0x1D5B3, 'M', u't'), - (0x1D5B4, 'M', u'u'), - (0x1D5B5, 'M', u'v'), - (0x1D5B6, 'M', u'w'), - (0x1D5B7, 'M', u'x'), - (0x1D5B8, 'M', u'y'), - (0x1D5B9, 'M', u'z'), - (0x1D5BA, 'M', u'a'), - (0x1D5BB, 'M', u'b'), - (0x1D5BC, 'M', u'c'), - (0x1D5BD, 'M', u'd'), - (0x1D5BE, 'M', u'e'), - (0x1D5BF, 'M', u'f'), - (0x1D5C0, 'M', u'g'), - (0x1D5C1, 'M', u'h'), - (0x1D5C2, 'M', u'i'), - (0x1D5C3, 'M', u'j'), - (0x1D5C4, 'M', u'k'), - (0x1D5C5, 'M', u'l'), - (0x1D5C6, 'M', u'm'), - (0x1D5C7, 'M', u'n'), - (0x1D5C8, 'M', u'o'), - (0x1D5C9, 'M', u'p'), - (0x1D5CA, 'M', u'q'), - (0x1D5CB, 'M', u'r'), - (0x1D5CC, 'M', u's'), - (0x1D5CD, 'M', u't'), - (0x1D5CE, 'M', u'u'), - (0x1D5CF, 'M', u'v'), - (0x1D5D0, 'M', u'w'), - (0x1D5D1, 'M', u'x'), - (0x1D5D2, 'M', u'y'), - (0x1D5D3, 'M', u'z'), - (0x1D5D4, 'M', u'a'), - (0x1D5D5, 'M', u'b'), - (0x1D5D6, 'M', u'c'), - (0x1D5D7, 'M', u'd'), - (0x1D5D8, 'M', u'e'), - (0x1D5D9, 'M', u'f'), - (0x1D5DA, 'M', u'g'), - (0x1D5DB, 'M', u'h'), - (0x1D5DC, 'M', u'i'), - (0x1D5DD, 'M', u'j'), - (0x1D5DE, 'M', u'k'), - (0x1D5DF, 'M', u'l'), - (0x1D5E0, 'M', u'm'), - (0x1D5E1, 'M', u'n'), - (0x1D5E2, 'M', u'o'), - (0x1D5E3, 'M', u'p'), - (0x1D5E4, 'M', u'q'), - (0x1D5E5, 'M', u'r'), - (0x1D5E6, 'M', u's'), - (0x1D5E7, 'M', u't'), - (0x1D5E8, 'M', u'u'), - (0x1D5E9, 'M', u'v'), - (0x1D5EA, 'M', u'w'), - (0x1D5EB, 'M', u'x'), - (0x1D5EC, 'M', u'y'), - (0x1D5ED, 'M', u'z'), - (0x1D5EE, 'M', u'a'), - (0x1D5EF, 'M', u'b'), - (0x1D5F0, 'M', u'c'), - (0x1D5F1, 'M', u'd'), - (0x1D5F2, 'M', u'e'), - ] - -def _seg_63(): - return [ - (0x1D5F3, 'M', u'f'), - (0x1D5F4, 'M', u'g'), - (0x1D5F5, 'M', u'h'), - (0x1D5F6, 'M', u'i'), - (0x1D5F7, 'M', u'j'), - (0x1D5F8, 'M', u'k'), - (0x1D5F9, 'M', u'l'), - (0x1D5FA, 'M', u'm'), - (0x1D5FB, 'M', u'n'), - (0x1D5FC, 'M', u'o'), - (0x1D5FD, 'M', u'p'), - (0x1D5FE, 'M', u'q'), - (0x1D5FF, 'M', u'r'), - (0x1D600, 'M', u's'), - (0x1D601, 'M', u't'), - (0x1D602, 'M', u'u'), - (0x1D603, 'M', u'v'), - (0x1D604, 'M', u'w'), - (0x1D605, 'M', u'x'), - (0x1D606, 'M', u'y'), - (0x1D607, 'M', u'z'), - (0x1D608, 'M', u'a'), - (0x1D609, 'M', u'b'), - (0x1D60A, 'M', u'c'), - (0x1D60B, 'M', u'd'), - (0x1D60C, 'M', u'e'), - (0x1D60D, 'M', u'f'), - (0x1D60E, 'M', u'g'), - (0x1D60F, 'M', u'h'), - (0x1D610, 'M', u'i'), - (0x1D611, 'M', u'j'), - (0x1D612, 'M', u'k'), - (0x1D613, 'M', u'l'), - (0x1D614, 'M', u'm'), - (0x1D615, 'M', u'n'), - (0x1D616, 'M', u'o'), - (0x1D617, 'M', u'p'), - (0x1D618, 'M', u'q'), - (0x1D619, 'M', u'r'), - (0x1D61A, 'M', u's'), - (0x1D61B, 'M', u't'), - (0x1D61C, 'M', u'u'), - (0x1D61D, 'M', u'v'), - (0x1D61E, 'M', u'w'), - (0x1D61F, 'M', u'x'), - (0x1D620, 'M', u'y'), - (0x1D621, 'M', u'z'), - (0x1D622, 'M', u'a'), - (0x1D623, 'M', u'b'), - (0x1D624, 'M', u'c'), - (0x1D625, 'M', u'd'), - (0x1D626, 'M', u'e'), - (0x1D627, 'M', u'f'), - (0x1D628, 'M', u'g'), - (0x1D629, 'M', u'h'), - (0x1D62A, 'M', u'i'), - (0x1D62B, 'M', u'j'), - (0x1D62C, 'M', u'k'), - (0x1D62D, 'M', u'l'), - (0x1D62E, 'M', u'm'), - (0x1D62F, 'M', u'n'), - (0x1D630, 'M', u'o'), - (0x1D631, 'M', u'p'), - (0x1D632, 'M', u'q'), - (0x1D633, 'M', u'r'), - (0x1D634, 'M', u's'), - (0x1D635, 'M', u't'), - (0x1D636, 'M', u'u'), - (0x1D637, 'M', u'v'), - (0x1D638, 'M', u'w'), - (0x1D639, 'M', u'x'), - (0x1D63A, 'M', u'y'), - (0x1D63B, 'M', u'z'), - (0x1D63C, 'M', u'a'), - (0x1D63D, 'M', u'b'), - (0x1D63E, 'M', u'c'), - (0x1D63F, 'M', u'd'), - (0x1D640, 'M', u'e'), - (0x1D641, 'M', u'f'), - (0x1D642, 'M', u'g'), - (0x1D643, 'M', u'h'), - (0x1D644, 'M', u'i'), - (0x1D645, 'M', u'j'), - (0x1D646, 'M', u'k'), - (0x1D647, 'M', u'l'), - (0x1D648, 'M', u'm'), - (0x1D649, 'M', u'n'), - (0x1D64A, 'M', u'o'), - (0x1D64B, 'M', u'p'), - (0x1D64C, 'M', u'q'), - (0x1D64D, 'M', u'r'), - (0x1D64E, 'M', u's'), - (0x1D64F, 'M', u't'), - (0x1D650, 'M', u'u'), - (0x1D651, 'M', u'v'), - (0x1D652, 'M', u'w'), - (0x1D653, 'M', u'x'), - (0x1D654, 'M', u'y'), - (0x1D655, 'M', u'z'), - (0x1D656, 'M', u'a'), - ] - -def _seg_64(): - return [ - (0x1D657, 'M', u'b'), - (0x1D658, 'M', u'c'), - (0x1D659, 'M', u'd'), - (0x1D65A, 'M', u'e'), - (0x1D65B, 'M', u'f'), - (0x1D65C, 'M', u'g'), - (0x1D65D, 'M', u'h'), - (0x1D65E, 'M', u'i'), - (0x1D65F, 'M', u'j'), - (0x1D660, 'M', u'k'), - (0x1D661, 'M', u'l'), - (0x1D662, 'M', u'm'), - (0x1D663, 'M', u'n'), - (0x1D664, 'M', u'o'), - (0x1D665, 'M', u'p'), - (0x1D666, 'M', u'q'), - (0x1D667, 'M', u'r'), - (0x1D668, 'M', u's'), - (0x1D669, 'M', u't'), - (0x1D66A, 'M', u'u'), - (0x1D66B, 'M', u'v'), - (0x1D66C, 'M', u'w'), - (0x1D66D, 'M', u'x'), - (0x1D66E, 'M', u'y'), - (0x1D66F, 'M', u'z'), - (0x1D670, 'M', u'a'), - (0x1D671, 'M', u'b'), - (0x1D672, 'M', u'c'), - (0x1D673, 'M', u'd'), - (0x1D674, 'M', u'e'), - (0x1D675, 'M', u'f'), - (0x1D676, 'M', u'g'), - (0x1D677, 'M', u'h'), - (0x1D678, 'M', u'i'), - (0x1D679, 'M', u'j'), - (0x1D67A, 'M', u'k'), - (0x1D67B, 'M', u'l'), - (0x1D67C, 'M', u'm'), - (0x1D67D, 'M', u'n'), - (0x1D67E, 'M', u'o'), - (0x1D67F, 'M', u'p'), - (0x1D680, 'M', u'q'), - (0x1D681, 'M', u'r'), - (0x1D682, 'M', u's'), - (0x1D683, 'M', u't'), - (0x1D684, 'M', u'u'), - (0x1D685, 'M', u'v'), - (0x1D686, 'M', u'w'), - (0x1D687, 'M', u'x'), - (0x1D688, 'M', u'y'), - (0x1D689, 'M', u'z'), - (0x1D68A, 'M', u'a'), - (0x1D68B, 'M', u'b'), - (0x1D68C, 'M', u'c'), - (0x1D68D, 'M', u'd'), - (0x1D68E, 'M', u'e'), - (0x1D68F, 'M', u'f'), - (0x1D690, 'M', u'g'), - (0x1D691, 'M', u'h'), - (0x1D692, 'M', u'i'), - (0x1D693, 'M', u'j'), - (0x1D694, 'M', u'k'), - (0x1D695, 'M', u'l'), - (0x1D696, 'M', u'm'), - (0x1D697, 'M', u'n'), - (0x1D698, 'M', u'o'), - (0x1D699, 'M', u'p'), - (0x1D69A, 'M', u'q'), - (0x1D69B, 'M', u'r'), - (0x1D69C, 'M', u's'), - (0x1D69D, 'M', u't'), - (0x1D69E, 'M', u'u'), - (0x1D69F, 'M', u'v'), - (0x1D6A0, 'M', u'w'), - (0x1D6A1, 'M', u'x'), - (0x1D6A2, 'M', u'y'), - (0x1D6A3, 'M', u'z'), - (0x1D6A4, 'M', u'ı'), - (0x1D6A5, 'M', u'ȷ'), - (0x1D6A6, 'X'), - (0x1D6A8, 'M', u'α'), - (0x1D6A9, 'M', u'β'), - (0x1D6AA, 'M', u'γ'), - (0x1D6AB, 'M', u'δ'), - (0x1D6AC, 'M', u'ε'), - (0x1D6AD, 'M', u'ζ'), - (0x1D6AE, 'M', u'η'), - (0x1D6AF, 'M', u'θ'), - (0x1D6B0, 'M', u'ι'), - (0x1D6B1, 'M', u'κ'), - (0x1D6B2, 'M', u'λ'), - (0x1D6B3, 'M', u'μ'), - (0x1D6B4, 'M', u'ν'), - (0x1D6B5, 'M', u'ξ'), - (0x1D6B6, 'M', u'ο'), - (0x1D6B7, 'M', u'π'), - (0x1D6B8, 'M', u'ρ'), - (0x1D6B9, 'M', u'θ'), - (0x1D6BA, 'M', u'σ'), - (0x1D6BB, 'M', u'τ'), - ] - -def _seg_65(): - return [ - (0x1D6BC, 'M', u'υ'), - (0x1D6BD, 'M', u'φ'), - (0x1D6BE, 'M', u'χ'), - (0x1D6BF, 'M', u'ψ'), - (0x1D6C0, 'M', u'ω'), - (0x1D6C1, 'M', u'∇'), - (0x1D6C2, 'M', u'α'), - (0x1D6C3, 'M', u'β'), - (0x1D6C4, 'M', u'γ'), - (0x1D6C5, 'M', u'δ'), - (0x1D6C6, 'M', u'ε'), - (0x1D6C7, 'M', u'ζ'), - (0x1D6C8, 'M', u'η'), - (0x1D6C9, 'M', u'θ'), - (0x1D6CA, 'M', u'ι'), - (0x1D6CB, 'M', u'κ'), - (0x1D6CC, 'M', u'λ'), - (0x1D6CD, 'M', u'μ'), - (0x1D6CE, 'M', u'ν'), - (0x1D6CF, 'M', u'ξ'), - (0x1D6D0, 'M', u'ο'), - (0x1D6D1, 'M', u'π'), - (0x1D6D2, 'M', u'ρ'), - (0x1D6D3, 'M', u'σ'), - (0x1D6D5, 'M', u'τ'), - (0x1D6D6, 'M', u'υ'), - (0x1D6D7, 'M', u'φ'), - (0x1D6D8, 'M', u'χ'), - (0x1D6D9, 'M', u'ψ'), - (0x1D6DA, 'M', u'ω'), - (0x1D6DB, 'M', u'∂'), - (0x1D6DC, 'M', u'ε'), - (0x1D6DD, 'M', u'θ'), - (0x1D6DE, 'M', u'κ'), - (0x1D6DF, 'M', u'φ'), - (0x1D6E0, 'M', u'ρ'), - (0x1D6E1, 'M', u'π'), - (0x1D6E2, 'M', u'α'), - (0x1D6E3, 'M', u'β'), - (0x1D6E4, 'M', u'γ'), - (0x1D6E5, 'M', u'δ'), - (0x1D6E6, 'M', u'ε'), - (0x1D6E7, 'M', u'ζ'), - (0x1D6E8, 'M', u'η'), - (0x1D6E9, 'M', u'θ'), - (0x1D6EA, 'M', u'ι'), - (0x1D6EB, 'M', u'κ'), - (0x1D6EC, 'M', u'λ'), - (0x1D6ED, 'M', u'μ'), - (0x1D6EE, 'M', u'ν'), - (0x1D6EF, 'M', u'ξ'), - (0x1D6F0, 'M', u'ο'), - (0x1D6F1, 'M', u'π'), - (0x1D6F2, 'M', u'ρ'), - (0x1D6F3, 'M', u'θ'), - (0x1D6F4, 'M', u'σ'), - (0x1D6F5, 'M', u'τ'), - (0x1D6F6, 'M', u'υ'), - (0x1D6F7, 'M', u'φ'), - (0x1D6F8, 'M', u'χ'), - (0x1D6F9, 'M', u'ψ'), - (0x1D6FA, 'M', u'ω'), - (0x1D6FB, 'M', u'∇'), - (0x1D6FC, 'M', u'α'), - (0x1D6FD, 'M', u'β'), - (0x1D6FE, 'M', u'γ'), - (0x1D6FF, 'M', u'δ'), - (0x1D700, 'M', u'ε'), - (0x1D701, 'M', u'ζ'), - (0x1D702, 'M', u'η'), - (0x1D703, 'M', u'θ'), - (0x1D704, 'M', u'ι'), - (0x1D705, 'M', u'κ'), - (0x1D706, 'M', u'λ'), - (0x1D707, 'M', u'μ'), - (0x1D708, 'M', u'ν'), - (0x1D709, 'M', u'ξ'), - (0x1D70A, 'M', u'ο'), - (0x1D70B, 'M', u'π'), - (0x1D70C, 'M', u'ρ'), - (0x1D70D, 'M', u'σ'), - (0x1D70F, 'M', u'τ'), - (0x1D710, 'M', u'υ'), - (0x1D711, 'M', u'φ'), - (0x1D712, 'M', u'χ'), - (0x1D713, 'M', u'ψ'), - (0x1D714, 'M', u'ω'), - (0x1D715, 'M', u'∂'), - (0x1D716, 'M', u'ε'), - (0x1D717, 'M', u'θ'), - (0x1D718, 'M', u'κ'), - (0x1D719, 'M', u'φ'), - (0x1D71A, 'M', u'ρ'), - (0x1D71B, 'M', u'π'), - (0x1D71C, 'M', u'α'), - (0x1D71D, 'M', u'β'), - (0x1D71E, 'M', u'γ'), - (0x1D71F, 'M', u'δ'), - (0x1D720, 'M', u'ε'), - (0x1D721, 'M', u'ζ'), - ] - -def _seg_66(): - return [ - (0x1D722, 'M', u'η'), - (0x1D723, 'M', u'θ'), - (0x1D724, 'M', u'ι'), - (0x1D725, 'M', u'κ'), - (0x1D726, 'M', u'λ'), - (0x1D727, 'M', u'μ'), - (0x1D728, 'M', u'ν'), - (0x1D729, 'M', u'ξ'), - (0x1D72A, 'M', u'ο'), - (0x1D72B, 'M', u'π'), - (0x1D72C, 'M', u'ρ'), - (0x1D72D, 'M', u'θ'), - (0x1D72E, 'M', u'σ'), - (0x1D72F, 'M', u'τ'), - (0x1D730, 'M', u'υ'), - (0x1D731, 'M', u'φ'), - (0x1D732, 'M', u'χ'), - (0x1D733, 'M', u'ψ'), - (0x1D734, 'M', u'ω'), - (0x1D735, 'M', u'∇'), - (0x1D736, 'M', u'α'), - (0x1D737, 'M', u'β'), - (0x1D738, 'M', u'γ'), - (0x1D739, 'M', u'δ'), - (0x1D73A, 'M', u'ε'), - (0x1D73B, 'M', u'ζ'), - (0x1D73C, 'M', u'η'), - (0x1D73D, 'M', u'θ'), - (0x1D73E, 'M', u'ι'), - (0x1D73F, 'M', u'κ'), - (0x1D740, 'M', u'λ'), - (0x1D741, 'M', u'μ'), - (0x1D742, 'M', u'ν'), - (0x1D743, 'M', u'ξ'), - (0x1D744, 'M', u'ο'), - (0x1D745, 'M', u'π'), - (0x1D746, 'M', u'ρ'), - (0x1D747, 'M', u'σ'), - (0x1D749, 'M', u'τ'), - (0x1D74A, 'M', u'υ'), - (0x1D74B, 'M', u'φ'), - (0x1D74C, 'M', u'χ'), - (0x1D74D, 'M', u'ψ'), - (0x1D74E, 'M', u'ω'), - (0x1D74F, 'M', u'∂'), - (0x1D750, 'M', u'ε'), - (0x1D751, 'M', u'θ'), - (0x1D752, 'M', u'κ'), - (0x1D753, 'M', u'φ'), - (0x1D754, 'M', u'ρ'), - (0x1D755, 'M', u'π'), - (0x1D756, 'M', u'α'), - (0x1D757, 'M', u'β'), - (0x1D758, 'M', u'γ'), - (0x1D759, 'M', u'δ'), - (0x1D75A, 'M', u'ε'), - (0x1D75B, 'M', u'ζ'), - (0x1D75C, 'M', u'η'), - (0x1D75D, 'M', u'θ'), - (0x1D75E, 'M', u'ι'), - (0x1D75F, 'M', u'κ'), - (0x1D760, 'M', u'λ'), - (0x1D761, 'M', u'μ'), - (0x1D762, 'M', u'ν'), - (0x1D763, 'M', u'ξ'), - (0x1D764, 'M', u'ο'), - (0x1D765, 'M', u'π'), - (0x1D766, 'M', u'ρ'), - (0x1D767, 'M', u'θ'), - (0x1D768, 'M', u'σ'), - (0x1D769, 'M', u'τ'), - (0x1D76A, 'M', u'υ'), - (0x1D76B, 'M', u'φ'), - (0x1D76C, 'M', u'χ'), - (0x1D76D, 'M', u'ψ'), - (0x1D76E, 'M', u'ω'), - (0x1D76F, 'M', u'∇'), - (0x1D770, 'M', u'α'), - (0x1D771, 'M', u'β'), - (0x1D772, 'M', u'γ'), - (0x1D773, 'M', u'δ'), - (0x1D774, 'M', u'ε'), - (0x1D775, 'M', u'ζ'), - (0x1D776, 'M', u'η'), - (0x1D777, 'M', u'θ'), - (0x1D778, 'M', u'ι'), - (0x1D779, 'M', u'κ'), - (0x1D77A, 'M', u'λ'), - (0x1D77B, 'M', u'μ'), - (0x1D77C, 'M', u'ν'), - (0x1D77D, 'M', u'ξ'), - (0x1D77E, 'M', u'ο'), - (0x1D77F, 'M', u'π'), - (0x1D780, 'M', u'ρ'), - (0x1D781, 'M', u'σ'), - (0x1D783, 'M', u'τ'), - (0x1D784, 'M', u'υ'), - (0x1D785, 'M', u'φ'), - (0x1D786, 'M', u'χ'), - (0x1D787, 'M', u'ψ'), - ] - -def _seg_67(): - return [ - (0x1D788, 'M', u'ω'), - (0x1D789, 'M', u'∂'), - (0x1D78A, 'M', u'ε'), - (0x1D78B, 'M', u'θ'), - (0x1D78C, 'M', u'κ'), - (0x1D78D, 'M', u'φ'), - (0x1D78E, 'M', u'ρ'), - (0x1D78F, 'M', u'π'), - (0x1D790, 'M', u'α'), - (0x1D791, 'M', u'β'), - (0x1D792, 'M', u'γ'), - (0x1D793, 'M', u'δ'), - (0x1D794, 'M', u'ε'), - (0x1D795, 'M', u'ζ'), - (0x1D796, 'M', u'η'), - (0x1D797, 'M', u'θ'), - (0x1D798, 'M', u'ι'), - (0x1D799, 'M', u'κ'), - (0x1D79A, 'M', u'λ'), - (0x1D79B, 'M', u'μ'), - (0x1D79C, 'M', u'ν'), - (0x1D79D, 'M', u'ξ'), - (0x1D79E, 'M', u'ο'), - (0x1D79F, 'M', u'π'), - (0x1D7A0, 'M', u'ρ'), - (0x1D7A1, 'M', u'θ'), - (0x1D7A2, 'M', u'σ'), - (0x1D7A3, 'M', u'τ'), - (0x1D7A4, 'M', u'υ'), - (0x1D7A5, 'M', u'φ'), - (0x1D7A6, 'M', u'χ'), - (0x1D7A7, 'M', u'ψ'), - (0x1D7A8, 'M', u'ω'), - (0x1D7A9, 'M', u'∇'), - (0x1D7AA, 'M', u'α'), - (0x1D7AB, 'M', u'β'), - (0x1D7AC, 'M', u'γ'), - (0x1D7AD, 'M', u'δ'), - (0x1D7AE, 'M', u'ε'), - (0x1D7AF, 'M', u'ζ'), - (0x1D7B0, 'M', u'η'), - (0x1D7B1, 'M', u'θ'), - (0x1D7B2, 'M', u'ι'), - (0x1D7B3, 'M', u'κ'), - (0x1D7B4, 'M', u'λ'), - (0x1D7B5, 'M', u'μ'), - (0x1D7B6, 'M', u'ν'), - (0x1D7B7, 'M', u'ξ'), - (0x1D7B8, 'M', u'ο'), - (0x1D7B9, 'M', u'π'), - (0x1D7BA, 'M', u'ρ'), - (0x1D7BB, 'M', u'σ'), - (0x1D7BD, 'M', u'τ'), - (0x1D7BE, 'M', u'υ'), - (0x1D7BF, 'M', u'φ'), - (0x1D7C0, 'M', u'χ'), - (0x1D7C1, 'M', u'ψ'), - (0x1D7C2, 'M', u'ω'), - (0x1D7C3, 'M', u'∂'), - (0x1D7C4, 'M', u'ε'), - (0x1D7C5, 'M', u'θ'), - (0x1D7C6, 'M', u'κ'), - (0x1D7C7, 'M', u'φ'), - (0x1D7C8, 'M', u'ρ'), - (0x1D7C9, 'M', u'π'), - (0x1D7CA, 'M', u'ϝ'), - (0x1D7CC, 'X'), - (0x1D7CE, 'M', u'0'), - (0x1D7CF, 'M', u'1'), - (0x1D7D0, 'M', u'2'), - (0x1D7D1, 'M', u'3'), - (0x1D7D2, 'M', u'4'), - (0x1D7D3, 'M', u'5'), - (0x1D7D4, 'M', u'6'), - (0x1D7D5, 'M', u'7'), - (0x1D7D6, 'M', u'8'), - (0x1D7D7, 'M', u'9'), - (0x1D7D8, 'M', u'0'), - (0x1D7D9, 'M', u'1'), - (0x1D7DA, 'M', u'2'), - (0x1D7DB, 'M', u'3'), - (0x1D7DC, 'M', u'4'), - (0x1D7DD, 'M', u'5'), - (0x1D7DE, 'M', u'6'), - (0x1D7DF, 'M', u'7'), - (0x1D7E0, 'M', u'8'), - (0x1D7E1, 'M', u'9'), - (0x1D7E2, 'M', u'0'), - (0x1D7E3, 'M', u'1'), - (0x1D7E4, 'M', u'2'), - (0x1D7E5, 'M', u'3'), - (0x1D7E6, 'M', u'4'), - (0x1D7E7, 'M', u'5'), - (0x1D7E8, 'M', u'6'), - (0x1D7E9, 'M', u'7'), - (0x1D7EA, 'M', u'8'), - (0x1D7EB, 'M', u'9'), - (0x1D7EC, 'M', u'0'), - (0x1D7ED, 'M', u'1'), - (0x1D7EE, 'M', u'2'), - ] - -def _seg_68(): - return [ - (0x1D7EF, 'M', u'3'), - (0x1D7F0, 'M', u'4'), - (0x1D7F1, 'M', u'5'), - (0x1D7F2, 'M', u'6'), - (0x1D7F3, 'M', u'7'), - (0x1D7F4, 'M', u'8'), - (0x1D7F5, 'M', u'9'), - (0x1D7F6, 'M', u'0'), - (0x1D7F7, 'M', u'1'), - (0x1D7F8, 'M', u'2'), - (0x1D7F9, 'M', u'3'), - (0x1D7FA, 'M', u'4'), - (0x1D7FB, 'M', u'5'), - (0x1D7FC, 'M', u'6'), - (0x1D7FD, 'M', u'7'), - (0x1D7FE, 'M', u'8'), - (0x1D7FF, 'M', u'9'), - (0x1D800, 'V'), - (0x1DA8C, 'X'), - (0x1DA9B, 'V'), - (0x1DAA0, 'X'), - (0x1DAA1, 'V'), - (0x1DAB0, 'X'), - (0x1E000, 'V'), - (0x1E007, 'X'), - (0x1E008, 'V'), - (0x1E019, 'X'), - (0x1E01B, 'V'), - (0x1E022, 'X'), - (0x1E023, 'V'), - (0x1E025, 'X'), - (0x1E026, 'V'), - (0x1E02B, 'X'), - (0x1E800, 'V'), - (0x1E8C5, 'X'), - (0x1E8C7, 'V'), - (0x1E8D7, 'X'), - (0x1E900, 'M', u'𞤢'), - (0x1E901, 'M', u'𞤣'), - (0x1E902, 'M', u'𞤤'), - (0x1E903, 'M', u'𞤥'), - (0x1E904, 'M', u'𞤦'), - (0x1E905, 'M', u'𞤧'), - (0x1E906, 'M', u'𞤨'), - (0x1E907, 'M', u'𞤩'), - (0x1E908, 'M', u'𞤪'), - (0x1E909, 'M', u'𞤫'), - (0x1E90A, 'M', u'𞤬'), - (0x1E90B, 'M', u'𞤭'), - (0x1E90C, 'M', u'𞤮'), - (0x1E90D, 'M', u'𞤯'), - (0x1E90E, 'M', u'𞤰'), - (0x1E90F, 'M', u'𞤱'), - (0x1E910, 'M', u'𞤲'), - (0x1E911, 'M', u'𞤳'), - (0x1E912, 'M', u'𞤴'), - (0x1E913, 'M', u'𞤵'), - (0x1E914, 'M', u'𞤶'), - (0x1E915, 'M', u'𞤷'), - (0x1E916, 'M', u'𞤸'), - (0x1E917, 'M', u'𞤹'), - (0x1E918, 'M', u'𞤺'), - (0x1E919, 'M', u'𞤻'), - (0x1E91A, 'M', u'𞤼'), - (0x1E91B, 'M', u'𞤽'), - (0x1E91C, 'M', u'𞤾'), - (0x1E91D, 'M', u'𞤿'), - (0x1E91E, 'M', u'𞥀'), - (0x1E91F, 'M', u'𞥁'), - (0x1E920, 'M', u'𞥂'), - (0x1E921, 'M', u'𞥃'), - (0x1E922, 'V'), - (0x1E94B, 'X'), - (0x1E950, 'V'), - (0x1E95A, 'X'), - (0x1E95E, 'V'), - (0x1E960, 'X'), - (0x1EC71, 'V'), - (0x1ECB5, 'X'), - (0x1EE00, 'M', u'ا'), - (0x1EE01, 'M', u'ب'), - (0x1EE02, 'M', u'ج'), - (0x1EE03, 'M', u'د'), - (0x1EE04, 'X'), - (0x1EE05, 'M', u'و'), - (0x1EE06, 'M', u'ز'), - (0x1EE07, 'M', u'ح'), - (0x1EE08, 'M', u'ط'), - (0x1EE09, 'M', u'ي'), - (0x1EE0A, 'M', u'ك'), - (0x1EE0B, 'M', u'ل'), - (0x1EE0C, 'M', u'م'), - (0x1EE0D, 'M', u'ن'), - (0x1EE0E, 'M', u'س'), - (0x1EE0F, 'M', u'ع'), - (0x1EE10, 'M', u'ف'), - (0x1EE11, 'M', u'ص'), - (0x1EE12, 'M', u'ق'), - (0x1EE13, 'M', u'ر'), - (0x1EE14, 'M', u'ش'), - ] - -def _seg_69(): - return [ - (0x1EE15, 'M', u'ت'), - (0x1EE16, 'M', u'ث'), - (0x1EE17, 'M', u'خ'), - (0x1EE18, 'M', u'ذ'), - (0x1EE19, 'M', u'ض'), - (0x1EE1A, 'M', u'ظ'), - (0x1EE1B, 'M', u'غ'), - (0x1EE1C, 'M', u'ٮ'), - (0x1EE1D, 'M', u'ں'), - (0x1EE1E, 'M', u'ڡ'), - (0x1EE1F, 'M', u'ٯ'), - (0x1EE20, 'X'), - (0x1EE21, 'M', u'ب'), - (0x1EE22, 'M', u'ج'), - (0x1EE23, 'X'), - (0x1EE24, 'M', u'ه'), - (0x1EE25, 'X'), - (0x1EE27, 'M', u'ح'), - (0x1EE28, 'X'), - (0x1EE29, 'M', u'ي'), - (0x1EE2A, 'M', u'ك'), - (0x1EE2B, 'M', u'ل'), - (0x1EE2C, 'M', u'م'), - (0x1EE2D, 'M', u'ن'), - (0x1EE2E, 'M', u'س'), - (0x1EE2F, 'M', u'ع'), - (0x1EE30, 'M', u'ف'), - (0x1EE31, 'M', u'ص'), - (0x1EE32, 'M', u'ق'), - (0x1EE33, 'X'), - (0x1EE34, 'M', u'ش'), - (0x1EE35, 'M', u'ت'), - (0x1EE36, 'M', u'ث'), - (0x1EE37, 'M', u'خ'), - (0x1EE38, 'X'), - (0x1EE39, 'M', u'ض'), - (0x1EE3A, 'X'), - (0x1EE3B, 'M', u'غ'), - (0x1EE3C, 'X'), - (0x1EE42, 'M', u'ج'), - (0x1EE43, 'X'), - (0x1EE47, 'M', u'ح'), - (0x1EE48, 'X'), - (0x1EE49, 'M', u'ي'), - (0x1EE4A, 'X'), - (0x1EE4B, 'M', u'ل'), - (0x1EE4C, 'X'), - (0x1EE4D, 'M', u'ن'), - (0x1EE4E, 'M', u'س'), - (0x1EE4F, 'M', u'ع'), - (0x1EE50, 'X'), - (0x1EE51, 'M', u'ص'), - (0x1EE52, 'M', u'ق'), - (0x1EE53, 'X'), - (0x1EE54, 'M', u'ش'), - (0x1EE55, 'X'), - (0x1EE57, 'M', u'خ'), - (0x1EE58, 'X'), - (0x1EE59, 'M', u'ض'), - (0x1EE5A, 'X'), - (0x1EE5B, 'M', u'غ'), - (0x1EE5C, 'X'), - (0x1EE5D, 'M', u'ں'), - (0x1EE5E, 'X'), - (0x1EE5F, 'M', u'ٯ'), - (0x1EE60, 'X'), - (0x1EE61, 'M', u'ب'), - (0x1EE62, 'M', u'ج'), - (0x1EE63, 'X'), - (0x1EE64, 'M', u'ه'), - (0x1EE65, 'X'), - (0x1EE67, 'M', u'ح'), - (0x1EE68, 'M', u'ط'), - (0x1EE69, 'M', u'ي'), - (0x1EE6A, 'M', u'ك'), - (0x1EE6B, 'X'), - (0x1EE6C, 'M', u'م'), - (0x1EE6D, 'M', u'ن'), - (0x1EE6E, 'M', u'س'), - (0x1EE6F, 'M', u'ع'), - (0x1EE70, 'M', u'ف'), - (0x1EE71, 'M', u'ص'), - (0x1EE72, 'M', u'ق'), - (0x1EE73, 'X'), - (0x1EE74, 'M', u'ش'), - (0x1EE75, 'M', u'ت'), - (0x1EE76, 'M', u'ث'), - (0x1EE77, 'M', u'خ'), - (0x1EE78, 'X'), - (0x1EE79, 'M', u'ض'), - (0x1EE7A, 'M', u'ظ'), - (0x1EE7B, 'M', u'غ'), - (0x1EE7C, 'M', u'ٮ'), - (0x1EE7D, 'X'), - (0x1EE7E, 'M', u'ڡ'), - (0x1EE7F, 'X'), - (0x1EE80, 'M', u'ا'), - (0x1EE81, 'M', u'ب'), - (0x1EE82, 'M', u'ج'), - (0x1EE83, 'M', u'د'), - ] - -def _seg_70(): - return [ - (0x1EE84, 'M', u'ه'), - (0x1EE85, 'M', u'و'), - (0x1EE86, 'M', u'ز'), - (0x1EE87, 'M', u'ح'), - (0x1EE88, 'M', u'ط'), - (0x1EE89, 'M', u'ي'), - (0x1EE8A, 'X'), - (0x1EE8B, 'M', u'ل'), - (0x1EE8C, 'M', u'م'), - (0x1EE8D, 'M', u'ن'), - (0x1EE8E, 'M', u'س'), - (0x1EE8F, 'M', u'ع'), - (0x1EE90, 'M', u'ف'), - (0x1EE91, 'M', u'ص'), - (0x1EE92, 'M', u'ق'), - (0x1EE93, 'M', u'ر'), - (0x1EE94, 'M', u'ش'), - (0x1EE95, 'M', u'ت'), - (0x1EE96, 'M', u'ث'), - (0x1EE97, 'M', u'خ'), - (0x1EE98, 'M', u'ذ'), - (0x1EE99, 'M', u'ض'), - (0x1EE9A, 'M', u'ظ'), - (0x1EE9B, 'M', u'غ'), - (0x1EE9C, 'X'), - (0x1EEA1, 'M', u'ب'), - (0x1EEA2, 'M', u'ج'), - (0x1EEA3, 'M', u'د'), - (0x1EEA4, 'X'), - (0x1EEA5, 'M', u'و'), - (0x1EEA6, 'M', u'ز'), - (0x1EEA7, 'M', u'ح'), - (0x1EEA8, 'M', u'ط'), - (0x1EEA9, 'M', u'ي'), - (0x1EEAA, 'X'), - (0x1EEAB, 'M', u'ل'), - (0x1EEAC, 'M', u'م'), - (0x1EEAD, 'M', u'ن'), - (0x1EEAE, 'M', u'س'), - (0x1EEAF, 'M', u'ع'), - (0x1EEB0, 'M', u'ف'), - (0x1EEB1, 'M', u'ص'), - (0x1EEB2, 'M', u'ق'), - (0x1EEB3, 'M', u'ر'), - (0x1EEB4, 'M', u'ش'), - (0x1EEB5, 'M', u'ت'), - (0x1EEB6, 'M', u'ث'), - (0x1EEB7, 'M', u'خ'), - (0x1EEB8, 'M', u'ذ'), - (0x1EEB9, 'M', u'ض'), - (0x1EEBA, 'M', u'ظ'), - (0x1EEBB, 'M', u'غ'), - (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', u'0,'), - (0x1F102, '3', u'1,'), - (0x1F103, '3', u'2,'), - (0x1F104, '3', u'3,'), - (0x1F105, '3', u'4,'), - (0x1F106, '3', u'5,'), - (0x1F107, '3', u'6,'), - (0x1F108, '3', u'7,'), - (0x1F109, '3', u'8,'), - (0x1F10A, '3', u'9,'), - (0x1F10B, 'V'), - (0x1F10D, 'X'), - (0x1F110, '3', u'(a)'), - (0x1F111, '3', u'(b)'), - (0x1F112, '3', u'(c)'), - (0x1F113, '3', u'(d)'), - (0x1F114, '3', u'(e)'), - (0x1F115, '3', u'(f)'), - (0x1F116, '3', u'(g)'), - (0x1F117, '3', u'(h)'), - (0x1F118, '3', u'(i)'), - (0x1F119, '3', u'(j)'), - (0x1F11A, '3', u'(k)'), - (0x1F11B, '3', u'(l)'), - (0x1F11C, '3', u'(m)'), - (0x1F11D, '3', u'(n)'), - (0x1F11E, '3', u'(o)'), - (0x1F11F, '3', u'(p)'), - (0x1F120, '3', u'(q)'), - (0x1F121, '3', u'(r)'), - (0x1F122, '3', u'(s)'), - (0x1F123, '3', u'(t)'), - (0x1F124, '3', u'(u)'), - ] - -def _seg_71(): - return [ - (0x1F125, '3', u'(v)'), - (0x1F126, '3', u'(w)'), - (0x1F127, '3', u'(x)'), - (0x1F128, '3', u'(y)'), - (0x1F129, '3', u'(z)'), - (0x1F12A, 'M', u'〔s〕'), - (0x1F12B, 'M', u'c'), - (0x1F12C, 'M', u'r'), - (0x1F12D, 'M', u'cd'), - (0x1F12E, 'M', u'wz'), - (0x1F12F, 'V'), - (0x1F130, 'M', u'a'), - (0x1F131, 'M', u'b'), - (0x1F132, 'M', u'c'), - (0x1F133, 'M', u'd'), - (0x1F134, 'M', u'e'), - (0x1F135, 'M', u'f'), - (0x1F136, 'M', u'g'), - (0x1F137, 'M', u'h'), - (0x1F138, 'M', u'i'), - (0x1F139, 'M', u'j'), - (0x1F13A, 'M', u'k'), - (0x1F13B, 'M', u'l'), - (0x1F13C, 'M', u'm'), - (0x1F13D, 'M', u'n'), - (0x1F13E, 'M', u'o'), - (0x1F13F, 'M', u'p'), - (0x1F140, 'M', u'q'), - (0x1F141, 'M', u'r'), - (0x1F142, 'M', u's'), - (0x1F143, 'M', u't'), - (0x1F144, 'M', u'u'), - (0x1F145, 'M', u'v'), - (0x1F146, 'M', u'w'), - (0x1F147, 'M', u'x'), - (0x1F148, 'M', u'y'), - (0x1F149, 'M', u'z'), - (0x1F14A, 'M', u'hv'), - (0x1F14B, 'M', u'mv'), - (0x1F14C, 'M', u'sd'), - (0x1F14D, 'M', u'ss'), - (0x1F14E, 'M', u'ppv'), - (0x1F14F, 'M', u'wc'), - (0x1F150, 'V'), - (0x1F16A, 'M', u'mc'), - (0x1F16B, 'M', u'md'), - (0x1F16C, 'X'), - (0x1F170, 'V'), - (0x1F190, 'M', u'dj'), - (0x1F191, 'V'), - (0x1F1AD, 'X'), - (0x1F1E6, 'V'), - (0x1F200, 'M', u'ほか'), - (0x1F201, 'M', u'ココ'), - (0x1F202, 'M', u'サ'), - (0x1F203, 'X'), - (0x1F210, 'M', u'手'), - (0x1F211, 'M', u'字'), - (0x1F212, 'M', u'双'), - (0x1F213, 'M', u'デ'), - (0x1F214, 'M', u'二'), - (0x1F215, 'M', u'多'), - (0x1F216, 'M', u'解'), - (0x1F217, 'M', u'天'), - (0x1F218, 'M', u'交'), - (0x1F219, 'M', u'映'), - (0x1F21A, 'M', u'無'), - (0x1F21B, 'M', u'料'), - (0x1F21C, 'M', u'前'), - (0x1F21D, 'M', u'後'), - (0x1F21E, 'M', u'再'), - (0x1F21F, 'M', u'新'), - (0x1F220, 'M', u'初'), - (0x1F221, 'M', u'終'), - (0x1F222, 'M', u'生'), - (0x1F223, 'M', u'販'), - (0x1F224, 'M', u'声'), - (0x1F225, 'M', u'吹'), - (0x1F226, 'M', u'演'), - (0x1F227, 'M', u'投'), - (0x1F228, 'M', u'捕'), - (0x1F229, 'M', u'一'), - (0x1F22A, 'M', u'三'), - (0x1F22B, 'M', u'遊'), - (0x1F22C, 'M', u'左'), - (0x1F22D, 'M', u'中'), - (0x1F22E, 'M', u'右'), - (0x1F22F, 'M', u'指'), - (0x1F230, 'M', u'走'), - (0x1F231, 'M', u'打'), - (0x1F232, 'M', u'禁'), - (0x1F233, 'M', u'空'), - (0x1F234, 'M', u'合'), - (0x1F235, 'M', u'満'), - (0x1F236, 'M', u'有'), - (0x1F237, 'M', u'月'), - (0x1F238, 'M', u'申'), - (0x1F239, 'M', u'割'), - (0x1F23A, 'M', u'営'), - (0x1F23B, 'M', u'配'), - ] - -def _seg_72(): - return [ - (0x1F23C, 'X'), - (0x1F240, 'M', u'〔本〕'), - (0x1F241, 'M', u'〔三〕'), - (0x1F242, 'M', u'〔二〕'), - (0x1F243, 'M', u'〔安〕'), - (0x1F244, 'M', u'〔点〕'), - (0x1F245, 'M', u'〔打〕'), - (0x1F246, 'M', u'〔盗〕'), - (0x1F247, 'M', u'〔勝〕'), - (0x1F248, 'M', u'〔敗〕'), - (0x1F249, 'X'), - (0x1F250, 'M', u'得'), - (0x1F251, 'M', u'可'), - (0x1F252, 'X'), - (0x1F260, 'V'), - (0x1F266, 'X'), - (0x1F300, 'V'), - (0x1F6D5, 'X'), - (0x1F6E0, 'V'), - (0x1F6ED, 'X'), - (0x1F6F0, 'V'), - (0x1F6FA, 'X'), - (0x1F700, 'V'), - (0x1F774, 'X'), - (0x1F780, 'V'), - (0x1F7D9, 'X'), - (0x1F800, 'V'), - (0x1F80C, 'X'), - (0x1F810, 'V'), - (0x1F848, 'X'), - (0x1F850, 'V'), - (0x1F85A, 'X'), - (0x1F860, 'V'), - (0x1F888, 'X'), - (0x1F890, 'V'), - (0x1F8AE, 'X'), - (0x1F900, 'V'), - (0x1F90C, 'X'), - (0x1F910, 'V'), - (0x1F93F, 'X'), - (0x1F940, 'V'), - (0x1F971, 'X'), - (0x1F973, 'V'), - (0x1F977, 'X'), - (0x1F97A, 'V'), - (0x1F97B, 'X'), - (0x1F97C, 'V'), - (0x1F9A3, 'X'), - (0x1F9B0, 'V'), - (0x1F9BA, 'X'), - (0x1F9C0, 'V'), - (0x1F9C3, 'X'), - (0x1F9D0, 'V'), - (0x1FA00, 'X'), - (0x1FA60, 'V'), - (0x1FA6E, 'X'), - (0x20000, 'V'), - (0x2A6D7, 'X'), - (0x2A700, 'V'), - (0x2B735, 'X'), - (0x2B740, 'V'), - (0x2B81E, 'X'), - (0x2B820, 'V'), - (0x2CEA2, 'X'), - (0x2CEB0, 'V'), - (0x2EBE1, 'X'), - (0x2F800, 'M', u'丽'), - (0x2F801, 'M', u'丸'), - (0x2F802, 'M', u'乁'), - (0x2F803, 'M', u'𠄢'), - (0x2F804, 'M', u'你'), - (0x2F805, 'M', u'侮'), - (0x2F806, 'M', u'侻'), - (0x2F807, 'M', u'倂'), - (0x2F808, 'M', u'偺'), - (0x2F809, 'M', u'備'), - (0x2F80A, 'M', u'僧'), - (0x2F80B, 'M', u'像'), - (0x2F80C, 'M', u'㒞'), - (0x2F80D, 'M', u'𠘺'), - (0x2F80E, 'M', u'免'), - (0x2F80F, 'M', u'兔'), - (0x2F810, 'M', u'兤'), - (0x2F811, 'M', u'具'), - (0x2F812, 'M', u'𠔜'), - (0x2F813, 'M', u'㒹'), - (0x2F814, 'M', u'內'), - (0x2F815, 'M', u'再'), - (0x2F816, 'M', u'𠕋'), - (0x2F817, 'M', u'冗'), - (0x2F818, 'M', u'冤'), - (0x2F819, 'M', u'仌'), - (0x2F81A, 'M', u'冬'), - (0x2F81B, 'M', u'况'), - (0x2F81C, 'M', u'𩇟'), - (0x2F81D, 'M', u'凵'), - (0x2F81E, 'M', u'刃'), - (0x2F81F, 'M', u'㓟'), - (0x2F820, 'M', u'刻'), - (0x2F821, 'M', u'剆'), - ] - -def _seg_73(): - return [ - (0x2F822, 'M', u'割'), - (0x2F823, 'M', u'剷'), - (0x2F824, 'M', u'㔕'), - (0x2F825, 'M', u'勇'), - (0x2F826, 'M', u'勉'), - (0x2F827, 'M', u'勤'), - (0x2F828, 'M', u'勺'), - (0x2F829, 'M', u'包'), - (0x2F82A, 'M', u'匆'), - (0x2F82B, 'M', u'北'), - (0x2F82C, 'M', u'卉'), - (0x2F82D, 'M', u'卑'), - (0x2F82E, 'M', u'博'), - (0x2F82F, 'M', u'即'), - (0x2F830, 'M', u'卽'), - (0x2F831, 'M', u'卿'), - (0x2F834, 'M', u'𠨬'), - (0x2F835, 'M', u'灰'), - (0x2F836, 'M', u'及'), - (0x2F837, 'M', u'叟'), - (0x2F838, 'M', u'𠭣'), - (0x2F839, 'M', u'叫'), - (0x2F83A, 'M', u'叱'), - (0x2F83B, 'M', u'吆'), - (0x2F83C, 'M', u'咞'), - (0x2F83D, 'M', u'吸'), - (0x2F83E, 'M', u'呈'), - (0x2F83F, 'M', u'周'), - (0x2F840, 'M', u'咢'), - (0x2F841, 'M', u'哶'), - (0x2F842, 'M', u'唐'), - (0x2F843, 'M', u'啓'), - (0x2F844, 'M', u'啣'), - (0x2F845, 'M', u'善'), - (0x2F847, 'M', u'喙'), - (0x2F848, 'M', u'喫'), - (0x2F849, 'M', u'喳'), - (0x2F84A, 'M', u'嗂'), - (0x2F84B, 'M', u'圖'), - (0x2F84C, 'M', u'嘆'), - (0x2F84D, 'M', u'圗'), - (0x2F84E, 'M', u'噑'), - (0x2F84F, 'M', u'噴'), - (0x2F850, 'M', u'切'), - (0x2F851, 'M', u'壮'), - (0x2F852, 'M', u'城'), - (0x2F853, 'M', u'埴'), - (0x2F854, 'M', u'堍'), - (0x2F855, 'M', u'型'), - (0x2F856, 'M', u'堲'), - (0x2F857, 'M', u'報'), - (0x2F858, 'M', u'墬'), - (0x2F859, 'M', u'𡓤'), - (0x2F85A, 'M', u'売'), - (0x2F85B, 'M', u'壷'), - (0x2F85C, 'M', u'夆'), - (0x2F85D, 'M', u'多'), - (0x2F85E, 'M', u'夢'), - (0x2F85F, 'M', u'奢'), - (0x2F860, 'M', u'𡚨'), - (0x2F861, 'M', u'𡛪'), - (0x2F862, 'M', u'姬'), - (0x2F863, 'M', u'娛'), - (0x2F864, 'M', u'娧'), - (0x2F865, 'M', u'姘'), - (0x2F866, 'M', u'婦'), - (0x2F867, 'M', u'㛮'), - (0x2F868, 'X'), - (0x2F869, 'M', u'嬈'), - (0x2F86A, 'M', u'嬾'), - (0x2F86C, 'M', u'𡧈'), - (0x2F86D, 'M', u'寃'), - (0x2F86E, 'M', u'寘'), - (0x2F86F, 'M', u'寧'), - (0x2F870, 'M', u'寳'), - (0x2F871, 'M', u'𡬘'), - (0x2F872, 'M', u'寿'), - (0x2F873, 'M', u'将'), - (0x2F874, 'X'), - (0x2F875, 'M', u'尢'), - (0x2F876, 'M', u'㞁'), - (0x2F877, 'M', u'屠'), - (0x2F878, 'M', u'屮'), - (0x2F879, 'M', u'峀'), - (0x2F87A, 'M', u'岍'), - (0x2F87B, 'M', u'𡷤'), - (0x2F87C, 'M', u'嵃'), - (0x2F87D, 'M', u'𡷦'), - (0x2F87E, 'M', u'嵮'), - (0x2F87F, 'M', u'嵫'), - (0x2F880, 'M', u'嵼'), - (0x2F881, 'M', u'巡'), - (0x2F882, 'M', u'巢'), - (0x2F883, 'M', u'㠯'), - (0x2F884, 'M', u'巽'), - (0x2F885, 'M', u'帨'), - (0x2F886, 'M', u'帽'), - (0x2F887, 'M', u'幩'), - (0x2F888, 'M', u'㡢'), - (0x2F889, 'M', u'𢆃'), - ] - -def _seg_74(): - return [ - (0x2F88A, 'M', u'㡼'), - (0x2F88B, 'M', u'庰'), - (0x2F88C, 'M', u'庳'), - (0x2F88D, 'M', u'庶'), - (0x2F88E, 'M', u'廊'), - (0x2F88F, 'M', u'𪎒'), - (0x2F890, 'M', u'廾'), - (0x2F891, 'M', u'𢌱'), - (0x2F893, 'M', u'舁'), - (0x2F894, 'M', u'弢'), - (0x2F896, 'M', u'㣇'), - (0x2F897, 'M', u'𣊸'), - (0x2F898, 'M', u'𦇚'), - (0x2F899, 'M', u'形'), - (0x2F89A, 'M', u'彫'), - (0x2F89B, 'M', u'㣣'), - (0x2F89C, 'M', u'徚'), - (0x2F89D, 'M', u'忍'), - (0x2F89E, 'M', u'志'), - (0x2F89F, 'M', u'忹'), - (0x2F8A0, 'M', u'悁'), - (0x2F8A1, 'M', u'㤺'), - (0x2F8A2, 'M', u'㤜'), - (0x2F8A3, 'M', u'悔'), - (0x2F8A4, 'M', u'𢛔'), - (0x2F8A5, 'M', u'惇'), - (0x2F8A6, 'M', u'慈'), - (0x2F8A7, 'M', u'慌'), - (0x2F8A8, 'M', u'慎'), - (0x2F8A9, 'M', u'慌'), - (0x2F8AA, 'M', u'慺'), - (0x2F8AB, 'M', u'憎'), - (0x2F8AC, 'M', u'憲'), - (0x2F8AD, 'M', u'憤'), - (0x2F8AE, 'M', u'憯'), - (0x2F8AF, 'M', u'懞'), - (0x2F8B0, 'M', u'懲'), - (0x2F8B1, 'M', u'懶'), - (0x2F8B2, 'M', u'成'), - (0x2F8B3, 'M', u'戛'), - (0x2F8B4, 'M', u'扝'), - (0x2F8B5, 'M', u'抱'), - (0x2F8B6, 'M', u'拔'), - (0x2F8B7, 'M', u'捐'), - (0x2F8B8, 'M', u'𢬌'), - (0x2F8B9, 'M', u'挽'), - (0x2F8BA, 'M', u'拼'), - (0x2F8BB, 'M', u'捨'), - (0x2F8BC, 'M', u'掃'), - (0x2F8BD, 'M', u'揤'), - (0x2F8BE, 'M', u'𢯱'), - (0x2F8BF, 'M', u'搢'), - (0x2F8C0, 'M', u'揅'), - (0x2F8C1, 'M', u'掩'), - (0x2F8C2, 'M', u'㨮'), - (0x2F8C3, 'M', u'摩'), - (0x2F8C4, 'M', u'摾'), - (0x2F8C5, 'M', u'撝'), - (0x2F8C6, 'M', u'摷'), - (0x2F8C7, 'M', u'㩬'), - (0x2F8C8, 'M', u'敏'), - (0x2F8C9, 'M', u'敬'), - (0x2F8CA, 'M', u'𣀊'), - (0x2F8CB, 'M', u'旣'), - (0x2F8CC, 'M', u'書'), - (0x2F8CD, 'M', u'晉'), - (0x2F8CE, 'M', u'㬙'), - (0x2F8CF, 'M', u'暑'), - (0x2F8D0, 'M', u'㬈'), - (0x2F8D1, 'M', u'㫤'), - (0x2F8D2, 'M', u'冒'), - (0x2F8D3, 'M', u'冕'), - (0x2F8D4, 'M', u'最'), - (0x2F8D5, 'M', u'暜'), - (0x2F8D6, 'M', u'肭'), - (0x2F8D7, 'M', u'䏙'), - (0x2F8D8, 'M', u'朗'), - (0x2F8D9, 'M', u'望'), - (0x2F8DA, 'M', u'朡'), - (0x2F8DB, 'M', u'杞'), - (0x2F8DC, 'M', u'杓'), - (0x2F8DD, 'M', u'𣏃'), - (0x2F8DE, 'M', u'㭉'), - (0x2F8DF, 'M', u'柺'), - (0x2F8E0, 'M', u'枅'), - (0x2F8E1, 'M', u'桒'), - (0x2F8E2, 'M', u'梅'), - (0x2F8E3, 'M', u'𣑭'), - (0x2F8E4, 'M', u'梎'), - (0x2F8E5, 'M', u'栟'), - (0x2F8E6, 'M', u'椔'), - (0x2F8E7, 'M', u'㮝'), - (0x2F8E8, 'M', u'楂'), - (0x2F8E9, 'M', u'榣'), - (0x2F8EA, 'M', u'槪'), - (0x2F8EB, 'M', u'檨'), - (0x2F8EC, 'M', u'𣚣'), - (0x2F8ED, 'M', u'櫛'), - (0x2F8EE, 'M', u'㰘'), - (0x2F8EF, 'M', u'次'), - ] - -def _seg_75(): - return [ - (0x2F8F0, 'M', u'𣢧'), - (0x2F8F1, 'M', u'歔'), - (0x2F8F2, 'M', u'㱎'), - (0x2F8F3, 'M', u'歲'), - (0x2F8F4, 'M', u'殟'), - (0x2F8F5, 'M', u'殺'), - (0x2F8F6, 'M', u'殻'), - (0x2F8F7, 'M', u'𣪍'), - (0x2F8F8, 'M', u'𡴋'), - (0x2F8F9, 'M', u'𣫺'), - (0x2F8FA, 'M', u'汎'), - (0x2F8FB, 'M', u'𣲼'), - (0x2F8FC, 'M', u'沿'), - (0x2F8FD, 'M', u'泍'), - (0x2F8FE, 'M', u'汧'), - (0x2F8FF, 'M', u'洖'), - (0x2F900, 'M', u'派'), - (0x2F901, 'M', u'海'), - (0x2F902, 'M', u'流'), - (0x2F903, 'M', u'浩'), - (0x2F904, 'M', u'浸'), - (0x2F905, 'M', u'涅'), - (0x2F906, 'M', u'𣴞'), - (0x2F907, 'M', u'洴'), - (0x2F908, 'M', u'港'), - (0x2F909, 'M', u'湮'), - (0x2F90A, 'M', u'㴳'), - (0x2F90B, 'M', u'滋'), - (0x2F90C, 'M', u'滇'), - (0x2F90D, 'M', u'𣻑'), - (0x2F90E, 'M', u'淹'), - (0x2F90F, 'M', u'潮'), - (0x2F910, 'M', u'𣽞'), - (0x2F911, 'M', u'𣾎'), - (0x2F912, 'M', u'濆'), - (0x2F913, 'M', u'瀹'), - (0x2F914, 'M', u'瀞'), - (0x2F915, 'M', u'瀛'), - (0x2F916, 'M', u'㶖'), - (0x2F917, 'M', u'灊'), - (0x2F918, 'M', u'災'), - (0x2F919, 'M', u'灷'), - (0x2F91A, 'M', u'炭'), - (0x2F91B, 'M', u'𠔥'), - (0x2F91C, 'M', u'煅'), - (0x2F91D, 'M', u'𤉣'), - (0x2F91E, 'M', u'熜'), - (0x2F91F, 'X'), - (0x2F920, 'M', u'爨'), - (0x2F921, 'M', u'爵'), - (0x2F922, 'M', u'牐'), - (0x2F923, 'M', u'𤘈'), - (0x2F924, 'M', u'犀'), - (0x2F925, 'M', u'犕'), - (0x2F926, 'M', u'𤜵'), - (0x2F927, 'M', u'𤠔'), - (0x2F928, 'M', u'獺'), - (0x2F929, 'M', u'王'), - (0x2F92A, 'M', u'㺬'), - (0x2F92B, 'M', u'玥'), - (0x2F92C, 'M', u'㺸'), - (0x2F92E, 'M', u'瑇'), - (0x2F92F, 'M', u'瑜'), - (0x2F930, 'M', u'瑱'), - (0x2F931, 'M', u'璅'), - (0x2F932, 'M', u'瓊'), - (0x2F933, 'M', u'㼛'), - (0x2F934, 'M', u'甤'), - (0x2F935, 'M', u'𤰶'), - (0x2F936, 'M', u'甾'), - (0x2F937, 'M', u'𤲒'), - (0x2F938, 'M', u'異'), - (0x2F939, 'M', u'𢆟'), - (0x2F93A, 'M', u'瘐'), - (0x2F93B, 'M', u'𤾡'), - (0x2F93C, 'M', u'𤾸'), - (0x2F93D, 'M', u'𥁄'), - (0x2F93E, 'M', u'㿼'), - (0x2F93F, 'M', u'䀈'), - (0x2F940, 'M', u'直'), - (0x2F941, 'M', u'𥃳'), - (0x2F942, 'M', u'𥃲'), - (0x2F943, 'M', u'𥄙'), - (0x2F944, 'M', u'𥄳'), - (0x2F945, 'M', u'眞'), - (0x2F946, 'M', u'真'), - (0x2F948, 'M', u'睊'), - (0x2F949, 'M', u'䀹'), - (0x2F94A, 'M', u'瞋'), - (0x2F94B, 'M', u'䁆'), - (0x2F94C, 'M', u'䂖'), - (0x2F94D, 'M', u'𥐝'), - (0x2F94E, 'M', u'硎'), - (0x2F94F, 'M', u'碌'), - (0x2F950, 'M', u'磌'), - (0x2F951, 'M', u'䃣'), - (0x2F952, 'M', u'𥘦'), - (0x2F953, 'M', u'祖'), - (0x2F954, 'M', u'𥚚'), - (0x2F955, 'M', u'𥛅'), - ] - -def _seg_76(): - return [ - (0x2F956, 'M', u'福'), - (0x2F957, 'M', u'秫'), - (0x2F958, 'M', u'䄯'), - (0x2F959, 'M', u'穀'), - (0x2F95A, 'M', u'穊'), - (0x2F95B, 'M', u'穏'), - (0x2F95C, 'M', u'𥥼'), - (0x2F95D, 'M', u'𥪧'), - (0x2F95F, 'X'), - (0x2F960, 'M', u'䈂'), - (0x2F961, 'M', u'𥮫'), - (0x2F962, 'M', u'篆'), - (0x2F963, 'M', u'築'), - (0x2F964, 'M', u'䈧'), - (0x2F965, 'M', u'𥲀'), - (0x2F966, 'M', u'糒'), - (0x2F967, 'M', u'䊠'), - (0x2F968, 'M', u'糨'), - (0x2F969, 'M', u'糣'), - (0x2F96A, 'M', u'紀'), - (0x2F96B, 'M', u'𥾆'), - (0x2F96C, 'M', u'絣'), - (0x2F96D, 'M', u'䌁'), - (0x2F96E, 'M', u'緇'), - (0x2F96F, 'M', u'縂'), - (0x2F970, 'M', u'繅'), - (0x2F971, 'M', u'䌴'), - (0x2F972, 'M', u'𦈨'), - (0x2F973, 'M', u'𦉇'), - (0x2F974, 'M', u'䍙'), - (0x2F975, 'M', u'𦋙'), - (0x2F976, 'M', u'罺'), - (0x2F977, 'M', u'𦌾'), - (0x2F978, 'M', u'羕'), - (0x2F979, 'M', u'翺'), - (0x2F97A, 'M', u'者'), - (0x2F97B, 'M', u'𦓚'), - (0x2F97C, 'M', u'𦔣'), - (0x2F97D, 'M', u'聠'), - (0x2F97E, 'M', u'𦖨'), - (0x2F97F, 'M', u'聰'), - (0x2F980, 'M', u'𣍟'), - (0x2F981, 'M', u'䏕'), - (0x2F982, 'M', u'育'), - (0x2F983, 'M', u'脃'), - (0x2F984, 'M', u'䐋'), - (0x2F985, 'M', u'脾'), - (0x2F986, 'M', u'媵'), - (0x2F987, 'M', u'𦞧'), - (0x2F988, 'M', u'𦞵'), - (0x2F989, 'M', u'𣎓'), - (0x2F98A, 'M', u'𣎜'), - (0x2F98B, 'M', u'舁'), - (0x2F98C, 'M', u'舄'), - (0x2F98D, 'M', u'辞'), - (0x2F98E, 'M', u'䑫'), - (0x2F98F, 'M', u'芑'), - (0x2F990, 'M', u'芋'), - (0x2F991, 'M', u'芝'), - (0x2F992, 'M', u'劳'), - (0x2F993, 'M', u'花'), - (0x2F994, 'M', u'芳'), - (0x2F995, 'M', u'芽'), - (0x2F996, 'M', u'苦'), - (0x2F997, 'M', u'𦬼'), - (0x2F998, 'M', u'若'), - (0x2F999, 'M', u'茝'), - (0x2F99A, 'M', u'荣'), - (0x2F99B, 'M', u'莭'), - (0x2F99C, 'M', u'茣'), - (0x2F99D, 'M', u'莽'), - (0x2F99E, 'M', u'菧'), - (0x2F99F, 'M', u'著'), - (0x2F9A0, 'M', u'荓'), - (0x2F9A1, 'M', u'菊'), - (0x2F9A2, 'M', u'菌'), - (0x2F9A3, 'M', u'菜'), - (0x2F9A4, 'M', u'𦰶'), - (0x2F9A5, 'M', u'𦵫'), - (0x2F9A6, 'M', u'𦳕'), - (0x2F9A7, 'M', u'䔫'), - (0x2F9A8, 'M', u'蓱'), - (0x2F9A9, 'M', u'蓳'), - (0x2F9AA, 'M', u'蔖'), - (0x2F9AB, 'M', u'𧏊'), - (0x2F9AC, 'M', u'蕤'), - (0x2F9AD, 'M', u'𦼬'), - (0x2F9AE, 'M', u'䕝'), - (0x2F9AF, 'M', u'䕡'), - (0x2F9B0, 'M', u'𦾱'), - (0x2F9B1, 'M', u'𧃒'), - (0x2F9B2, 'M', u'䕫'), - (0x2F9B3, 'M', u'虐'), - (0x2F9B4, 'M', u'虜'), - (0x2F9B5, 'M', u'虧'), - (0x2F9B6, 'M', u'虩'), - (0x2F9B7, 'M', u'蚩'), - (0x2F9B8, 'M', u'蚈'), - (0x2F9B9, 'M', u'蜎'), - (0x2F9BA, 'M', u'蛢'), - ] - -def _seg_77(): - return [ - (0x2F9BB, 'M', u'蝹'), - (0x2F9BC, 'M', u'蜨'), - (0x2F9BD, 'M', u'蝫'), - (0x2F9BE, 'M', u'螆'), - (0x2F9BF, 'X'), - (0x2F9C0, 'M', u'蟡'), - (0x2F9C1, 'M', u'蠁'), - (0x2F9C2, 'M', u'䗹'), - (0x2F9C3, 'M', u'衠'), - (0x2F9C4, 'M', u'衣'), - (0x2F9C5, 'M', u'𧙧'), - (0x2F9C6, 'M', u'裗'), - (0x2F9C7, 'M', u'裞'), - (0x2F9C8, 'M', u'䘵'), - (0x2F9C9, 'M', u'裺'), - (0x2F9CA, 'M', u'㒻'), - (0x2F9CB, 'M', u'𧢮'), - (0x2F9CC, 'M', u'𧥦'), - (0x2F9CD, 'M', u'䚾'), - (0x2F9CE, 'M', u'䛇'), - (0x2F9CF, 'M', u'誠'), - (0x2F9D0, 'M', u'諭'), - (0x2F9D1, 'M', u'變'), - (0x2F9D2, 'M', u'豕'), - (0x2F9D3, 'M', u'𧲨'), - (0x2F9D4, 'M', u'貫'), - (0x2F9D5, 'M', u'賁'), - (0x2F9D6, 'M', u'贛'), - (0x2F9D7, 'M', u'起'), - (0x2F9D8, 'M', u'𧼯'), - (0x2F9D9, 'M', u'𠠄'), - (0x2F9DA, 'M', u'跋'), - (0x2F9DB, 'M', u'趼'), - (0x2F9DC, 'M', u'跰'), - (0x2F9DD, 'M', u'𠣞'), - (0x2F9DE, 'M', u'軔'), - (0x2F9DF, 'M', u'輸'), - (0x2F9E0, 'M', u'𨗒'), - (0x2F9E1, 'M', u'𨗭'), - (0x2F9E2, 'M', u'邔'), - (0x2F9E3, 'M', u'郱'), - (0x2F9E4, 'M', u'鄑'), - (0x2F9E5, 'M', u'𨜮'), - (0x2F9E6, 'M', u'鄛'), - (0x2F9E7, 'M', u'鈸'), - (0x2F9E8, 'M', u'鋗'), - (0x2F9E9, 'M', u'鋘'), - (0x2F9EA, 'M', u'鉼'), - (0x2F9EB, 'M', u'鏹'), - (0x2F9EC, 'M', u'鐕'), - (0x2F9ED, 'M', u'𨯺'), - (0x2F9EE, 'M', u'開'), - (0x2F9EF, 'M', u'䦕'), - (0x2F9F0, 'M', u'閷'), - (0x2F9F1, 'M', u'𨵷'), - (0x2F9F2, 'M', u'䧦'), - (0x2F9F3, 'M', u'雃'), - (0x2F9F4, 'M', u'嶲'), - (0x2F9F5, 'M', u'霣'), - (0x2F9F6, 'M', u'𩅅'), - (0x2F9F7, 'M', u'𩈚'), - (0x2F9F8, 'M', u'䩮'), - (0x2F9F9, 'M', u'䩶'), - (0x2F9FA, 'M', u'韠'), - (0x2F9FB, 'M', u'𩐊'), - (0x2F9FC, 'M', u'䪲'), - (0x2F9FD, 'M', u'𩒖'), - (0x2F9FE, 'M', u'頋'), - (0x2FA00, 'M', u'頩'), - (0x2FA01, 'M', u'𩖶'), - (0x2FA02, 'M', u'飢'), - (0x2FA03, 'M', u'䬳'), - (0x2FA04, 'M', u'餩'), - (0x2FA05, 'M', u'馧'), - (0x2FA06, 'M', u'駂'), - (0x2FA07, 'M', u'駾'), - (0x2FA08, 'M', u'䯎'), - (0x2FA09, 'M', u'𩬰'), - (0x2FA0A, 'M', u'鬒'), - (0x2FA0B, 'M', u'鱀'), - (0x2FA0C, 'M', u'鳽'), - (0x2FA0D, 'M', u'䳎'), - (0x2FA0E, 'M', u'䳭'), - (0x2FA0F, 'M', u'鵧'), - (0x2FA10, 'M', u'𪃎'), - (0x2FA11, 'M', u'䳸'), - (0x2FA12, 'M', u'𪄅'), - (0x2FA13, 'M', u'𪈎'), - (0x2FA14, 'M', u'𪊑'), - (0x2FA15, 'M', u'麻'), - (0x2FA16, 'M', u'䵖'), - (0x2FA17, 'M', u'黹'), - (0x2FA18, 'M', u'黾'), - (0x2FA19, 'M', u'鼅'), - (0x2FA1A, 'M', u'鼏'), - (0x2FA1B, 'M', u'鼖'), - (0x2FA1C, 'M', u'鼻'), - (0x2FA1D, 'M', u'𪘀'), - (0x2FA1E, 'X'), - (0xE0100, 'I'), - ] - -def _seg_78(): - return [ - (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() -) diff --git a/lib/python3.8/site-packages/pip/_vendor/ipaddress.py b/lib/python3.8/site-packages/pip/_vendor/ipaddress.py deleted file mode 100644 index f2d0766..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/ipaddress.py +++ /dev/null @@ -1,2419 +0,0 @@ -# Copyright 2007 Google Inc. -# Licensed to PSF under a Contributor Agreement. - -"""A fast, lightweight IPv4/IPv6 manipulation library in Python. - -This library is used to create/poke/manipulate IPv4 and IPv6 addresses -and networks. - -""" - -from __future__ import unicode_literals - - -import itertools -import struct - -__version__ = '1.0.22' - -# Compatibility functions -_compat_int_types = (int,) -try: - _compat_int_types = (int, long) -except NameError: - pass -try: - _compat_str = unicode -except NameError: - _compat_str = str - assert bytes != str -if b'\0'[0] == 0: # Python 3 semantics - def _compat_bytes_to_byte_vals(byt): - return byt -else: - def _compat_bytes_to_byte_vals(byt): - return [struct.unpack(b'!B', b)[0] for b in byt] -try: - _compat_int_from_byte_vals = int.from_bytes -except AttributeError: - def _compat_int_from_byte_vals(bytvals, endianess): - assert endianess == 'big' - res = 0 - for bv in bytvals: - assert isinstance(bv, _compat_int_types) - res = (res << 8) + bv - return res - - -def _compat_to_bytes(intval, length, endianess): - assert isinstance(intval, _compat_int_types) - assert endianess == 'big' - if length == 4: - if intval < 0 or intval >= 2 ** 32: - raise struct.error("integer out of range for 'I' format code") - return struct.pack(b'!I', intval) - elif length == 16: - if intval < 0 or intval >= 2 ** 128: - raise struct.error("integer out of range for 'QQ' format code") - return struct.pack(b'!QQ', intval >> 64, intval & 0xffffffffffffffff) - else: - raise NotImplementedError() - - -if hasattr(int, 'bit_length'): - # Not int.bit_length , since that won't work in 2.7 where long exists - def _compat_bit_length(i): - return i.bit_length() -else: - def _compat_bit_length(i): - for res in itertools.count(): - if i >> res == 0: - return res - - -def _compat_range(start, end, step=1): - assert step > 0 - i = start - while i < end: - yield i - i += step - - -class _TotalOrderingMixin(object): - __slots__ = () - - # Helper that derives the other comparison operations from - # __lt__ and __eq__ - # We avoid functools.total_ordering because it doesn't handle - # NotImplemented correctly yet (http://bugs.python.org/issue10042) - def __eq__(self, other): - raise NotImplementedError - - def __ne__(self, other): - equal = self.__eq__(other) - if equal is NotImplemented: - return NotImplemented - return not equal - - def __lt__(self, other): - raise NotImplementedError - - def __le__(self, other): - less = self.__lt__(other) - if less is NotImplemented or not less: - return self.__eq__(other) - return less - - def __gt__(self, other): - less = self.__lt__(other) - if less is NotImplemented: - return NotImplemented - equal = self.__eq__(other) - if equal is NotImplemented: - return NotImplemented - return not (less or equal) - - def __ge__(self, other): - less = self.__lt__(other) - if less is NotImplemented: - return NotImplemented - return not less - - -IPV4LENGTH = 32 -IPV6LENGTH = 128 - - -class AddressValueError(ValueError): - """A Value Error related to the address.""" - - -class NetmaskValueError(ValueError): - """A Value Error related to the netmask.""" - - -def ip_address(address): - """Take an IP string/int and return an object of the correct type. - - Args: - address: A string or integer, the IP address. Either IPv4 or - IPv6 addresses may be supplied; integers less than 2**32 will - be considered to be IPv4 by default. - - Returns: - An IPv4Address or IPv6Address object. - - Raises: - ValueError: if the *address* passed isn't either a v4 or a v6 - address - - """ - try: - return IPv4Address(address) - except (AddressValueError, NetmaskValueError): - pass - - try: - return IPv6Address(address) - except (AddressValueError, NetmaskValueError): - pass - - if isinstance(address, bytes): - raise AddressValueError( - '%r does not appear to be an IPv4 or IPv6 address. ' - 'Did you pass in a bytes (str in Python 2) instead of' - ' a unicode object?' % address) - - raise ValueError('%r does not appear to be an IPv4 or IPv6 address' % - address) - - -def ip_network(address, strict=True): - """Take an IP string/int and return an object of the correct type. - - Args: - address: A string or integer, the IP network. Either IPv4 or - IPv6 networks may be supplied; integers less than 2**32 will - be considered to be IPv4 by default. - - Returns: - An IPv4Network or IPv6Network object. - - Raises: - ValueError: if the string passed isn't either a v4 or a v6 - address. Or if the network has host bits set. - - """ - try: - return IPv4Network(address, strict) - except (AddressValueError, NetmaskValueError): - pass - - try: - return IPv6Network(address, strict) - except (AddressValueError, NetmaskValueError): - pass - - if isinstance(address, bytes): - raise AddressValueError( - '%r does not appear to be an IPv4 or IPv6 network. ' - 'Did you pass in a bytes (str in Python 2) instead of' - ' a unicode object?' % address) - - raise ValueError('%r does not appear to be an IPv4 or IPv6 network' % - address) - - -def ip_interface(address): - """Take an IP string/int and return an object of the correct type. - - Args: - address: A string or integer, the IP address. Either IPv4 or - IPv6 addresses may be supplied; integers less than 2**32 will - be considered to be IPv4 by default. - - Returns: - An IPv4Interface or IPv6Interface object. - - Raises: - ValueError: if the string passed isn't either a v4 or a v6 - address. - - Notes: - The IPv?Interface classes describe an Address on a particular - Network, so they're basically a combination of both the Address - and Network classes. - - """ - try: - return IPv4Interface(address) - except (AddressValueError, NetmaskValueError): - pass - - try: - return IPv6Interface(address) - except (AddressValueError, NetmaskValueError): - pass - - raise ValueError('%r does not appear to be an IPv4 or IPv6 interface' % - address) - - -def v4_int_to_packed(address): - """Represent an address as 4 packed bytes in network (big-endian) order. - - Args: - address: An integer representation of an IPv4 IP address. - - Returns: - The integer address packed as 4 bytes in network (big-endian) order. - - Raises: - ValueError: If the integer is negative or too large to be an - IPv4 IP address. - - """ - try: - return _compat_to_bytes(address, 4, 'big') - except (struct.error, OverflowError): - raise ValueError("Address negative or too large for IPv4") - - -def v6_int_to_packed(address): - """Represent an address as 16 packed bytes in network (big-endian) order. - - Args: - address: An integer representation of an IPv6 IP address. - - Returns: - The integer address packed as 16 bytes in network (big-endian) order. - - """ - try: - return _compat_to_bytes(address, 16, 'big') - except (struct.error, OverflowError): - raise ValueError("Address negative or too large for IPv6") - - -def _split_optional_netmask(address): - """Helper to split the netmask and raise AddressValueError if needed""" - addr = _compat_str(address).split('/') - if len(addr) > 2: - raise AddressValueError("Only one '/' permitted in %r" % address) - return addr - - -def _find_address_range(addresses): - """Find a sequence of sorted deduplicated IPv#Address. - - Args: - addresses: a list of IPv#Address objects. - - Yields: - A tuple containing the first and last IP addresses in the sequence. - - """ - it = iter(addresses) - first = last = next(it) - for ip in it: - if ip._ip != last._ip + 1: - yield first, last - first = ip - last = ip - yield first, last - - -def _count_righthand_zero_bits(number, bits): - """Count the number of zero bits on the right hand side. - - Args: - number: an integer. - bits: maximum number of bits to count. - - Returns: - The number of zero bits on the right hand side of the number. - - """ - if number == 0: - return bits - return min(bits, _compat_bit_length(~number & (number - 1))) - - -def summarize_address_range(first, last): - """Summarize a network range given the first and last IP addresses. - - Example: - >>> list(summarize_address_range(IPv4Address('192.0.2.0'), - ... IPv4Address('192.0.2.130'))) - ... #doctest: +NORMALIZE_WHITESPACE - [IPv4Network('192.0.2.0/25'), IPv4Network('192.0.2.128/31'), - IPv4Network('192.0.2.130/32')] - - Args: - first: the first IPv4Address or IPv6Address in the range. - last: the last IPv4Address or IPv6Address in the range. - - Returns: - An iterator of the summarized IPv(4|6) network objects. - - Raise: - TypeError: - If the first and last objects are not IP addresses. - If the first and last objects are not the same version. - ValueError: - If the last object is not greater than the first. - If the version of the first address is not 4 or 6. - - """ - if (not (isinstance(first, _BaseAddress) and - isinstance(last, _BaseAddress))): - raise TypeError('first and last must be IP addresses, not networks') - if first.version != last.version: - raise TypeError("%s and %s are not of the same version" % ( - first, last)) - if first > last: - raise ValueError('last IP address must be greater than first') - - if first.version == 4: - ip = IPv4Network - elif first.version == 6: - ip = IPv6Network - else: - raise ValueError('unknown IP version') - - ip_bits = first._max_prefixlen - first_int = first._ip - last_int = last._ip - while first_int <= last_int: - nbits = min(_count_righthand_zero_bits(first_int, ip_bits), - _compat_bit_length(last_int - first_int + 1) - 1) - net = ip((first_int, ip_bits - nbits)) - yield net - first_int += 1 << nbits - if first_int - 1 == ip._ALL_ONES: - break - - -def _collapse_addresses_internal(addresses): - """Loops through the addresses, collapsing concurrent netblocks. - - Example: - - ip1 = IPv4Network('192.0.2.0/26') - ip2 = IPv4Network('192.0.2.64/26') - ip3 = IPv4Network('192.0.2.128/26') - ip4 = IPv4Network('192.0.2.192/26') - - _collapse_addresses_internal([ip1, ip2, ip3, ip4]) -> - [IPv4Network('192.0.2.0/24')] - - This shouldn't be called directly; it is called via - collapse_addresses([]). - - Args: - addresses: A list of IPv4Network's or IPv6Network's - - Returns: - A list of IPv4Network's or IPv6Network's depending on what we were - passed. - - """ - # First merge - to_merge = list(addresses) - subnets = {} - while to_merge: - net = to_merge.pop() - supernet = net.supernet() - existing = subnets.get(supernet) - if existing is None: - subnets[supernet] = net - elif existing != net: - # Merge consecutive subnets - del subnets[supernet] - to_merge.append(supernet) - # Then iterate over resulting networks, skipping subsumed subnets - last = None - for net in sorted(subnets.values()): - if last is not None: - # Since they are sorted, - # last.network_address <= net.network_address is a given. - if last.broadcast_address >= net.broadcast_address: - continue - yield net - last = net - - -def collapse_addresses(addresses): - """Collapse a list of IP objects. - - Example: - collapse_addresses([IPv4Network('192.0.2.0/25'), - IPv4Network('192.0.2.128/25')]) -> - [IPv4Network('192.0.2.0/24')] - - Args: - addresses: An iterator of IPv4Network or IPv6Network objects. - - Returns: - An iterator of the collapsed IPv(4|6)Network objects. - - Raises: - TypeError: If passed a list of mixed version objects. - - """ - addrs = [] - ips = [] - nets = [] - - # split IP addresses and networks - for ip in addresses: - if isinstance(ip, _BaseAddress): - if ips and ips[-1]._version != ip._version: - raise TypeError("%s and %s are not of the same version" % ( - ip, ips[-1])) - ips.append(ip) - elif ip._prefixlen == ip._max_prefixlen: - if ips and ips[-1]._version != ip._version: - raise TypeError("%s and %s are not of the same version" % ( - ip, ips[-1])) - try: - ips.append(ip.ip) - except AttributeError: - ips.append(ip.network_address) - else: - if nets and nets[-1]._version != ip._version: - raise TypeError("%s and %s are not of the same version" % ( - ip, nets[-1])) - nets.append(ip) - - # sort and dedup - ips = sorted(set(ips)) - - # find consecutive address ranges in the sorted sequence and summarize them - if ips: - for first, last in _find_address_range(ips): - addrs.extend(summarize_address_range(first, last)) - - return _collapse_addresses_internal(addrs + nets) - - -def get_mixed_type_key(obj): - """Return a key suitable for sorting between networks and addresses. - - Address and Network objects are not sortable by default; they're - fundamentally different so the expression - - IPv4Address('192.0.2.0') <= IPv4Network('192.0.2.0/24') - - doesn't make any sense. There are some times however, where you may wish - to have ipaddress sort these for you anyway. If you need to do this, you - can use this function as the key= argument to sorted(). - - Args: - obj: either a Network or Address object. - Returns: - appropriate key. - - """ - if isinstance(obj, _BaseNetwork): - return obj._get_networks_key() - elif isinstance(obj, _BaseAddress): - return obj._get_address_key() - return NotImplemented - - -class _IPAddressBase(_TotalOrderingMixin): - - """The mother class.""" - - __slots__ = () - - @property - def exploded(self): - """Return the longhand version of the IP address as a string.""" - return self._explode_shorthand_ip_string() - - @property - def compressed(self): - """Return the shorthand version of the IP address as a string.""" - return _compat_str(self) - - @property - def reverse_pointer(self): - """The name of the reverse DNS pointer for the IP address, e.g.: - >>> ipaddress.ip_address("127.0.0.1").reverse_pointer - '1.0.0.127.in-addr.arpa' - >>> ipaddress.ip_address("2001:db8::1").reverse_pointer - '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa' - - """ - return self._reverse_pointer() - - @property - def version(self): - msg = '%200s has no version specified' % (type(self),) - raise NotImplementedError(msg) - - def _check_int_address(self, address): - if address < 0: - msg = "%d (< 0) is not permitted as an IPv%d address" - raise AddressValueError(msg % (address, self._version)) - if address > self._ALL_ONES: - msg = "%d (>= 2**%d) is not permitted as an IPv%d address" - raise AddressValueError(msg % (address, self._max_prefixlen, - self._version)) - - def _check_packed_address(self, address, expected_len): - address_len = len(address) - if address_len != expected_len: - msg = ( - '%r (len %d != %d) is not permitted as an IPv%d address. ' - 'Did you pass in a bytes (str in Python 2) instead of' - ' a unicode object?') - raise AddressValueError(msg % (address, address_len, - expected_len, self._version)) - - @classmethod - def _ip_int_from_prefix(cls, prefixlen): - """Turn the prefix length into a bitwise netmask - - Args: - prefixlen: An integer, the prefix length. - - Returns: - An integer. - - """ - return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen) - - @classmethod - def _prefix_from_ip_int(cls, ip_int): - """Return prefix length from the bitwise netmask. - - Args: - ip_int: An integer, the netmask in expanded bitwise format - - Returns: - An integer, the prefix length. - - Raises: - ValueError: If the input intermingles zeroes & ones - """ - trailing_zeroes = _count_righthand_zero_bits(ip_int, - cls._max_prefixlen) - prefixlen = cls._max_prefixlen - trailing_zeroes - leading_ones = ip_int >> trailing_zeroes - all_ones = (1 << prefixlen) - 1 - if leading_ones != all_ones: - byteslen = cls._max_prefixlen // 8 - details = _compat_to_bytes(ip_int, byteslen, 'big') - msg = 'Netmask pattern %r mixes zeroes & ones' - raise ValueError(msg % details) - return prefixlen - - @classmethod - def _report_invalid_netmask(cls, netmask_str): - msg = '%r is not a valid netmask' % netmask_str - raise NetmaskValueError(msg) - - @classmethod - def _prefix_from_prefix_string(cls, prefixlen_str): - """Return prefix length from a numeric string - - Args: - prefixlen_str: The string to be converted - - Returns: - An integer, the prefix length. - - Raises: - NetmaskValueError: If the input is not a valid netmask - """ - # int allows a leading +/- as well as surrounding whitespace, - # so we ensure that isn't the case - if not _BaseV4._DECIMAL_DIGITS.issuperset(prefixlen_str): - cls._report_invalid_netmask(prefixlen_str) - try: - prefixlen = int(prefixlen_str) - except ValueError: - cls._report_invalid_netmask(prefixlen_str) - if not (0 <= prefixlen <= cls._max_prefixlen): - cls._report_invalid_netmask(prefixlen_str) - return prefixlen - - @classmethod - def _prefix_from_ip_string(cls, ip_str): - """Turn a netmask/hostmask string into a prefix length - - Args: - ip_str: The netmask/hostmask to be converted - - Returns: - An integer, the prefix length. - - Raises: - NetmaskValueError: If the input is not a valid netmask/hostmask - """ - # Parse the netmask/hostmask like an IP address. - try: - ip_int = cls._ip_int_from_string(ip_str) - except AddressValueError: - cls._report_invalid_netmask(ip_str) - - # Try matching a netmask (this would be /1*0*/ as a bitwise regexp). - # Note that the two ambiguous cases (all-ones and all-zeroes) are - # treated as netmasks. - try: - return cls._prefix_from_ip_int(ip_int) - except ValueError: - pass - - # Invert the bits, and try matching a /0+1+/ hostmask instead. - ip_int ^= cls._ALL_ONES - try: - return cls._prefix_from_ip_int(ip_int) - except ValueError: - cls._report_invalid_netmask(ip_str) - - def __reduce__(self): - return self.__class__, (_compat_str(self),) - - -class _BaseAddress(_IPAddressBase): - - """A generic IP object. - - This IP class contains the version independent methods which are - used by single IP addresses. - """ - - __slots__ = () - - def __int__(self): - return self._ip - - def __eq__(self, other): - try: - return (self._ip == other._ip and - self._version == other._version) - except AttributeError: - return NotImplemented - - def __lt__(self, other): - if not isinstance(other, _IPAddressBase): - return NotImplemented - if not isinstance(other, _BaseAddress): - raise TypeError('%s and %s are not of the same type' % ( - self, other)) - if self._version != other._version: - raise TypeError('%s and %s are not of the same version' % ( - self, other)) - if self._ip != other._ip: - return self._ip < other._ip - return False - - # Shorthand for Integer addition and subtraction. This is not - # meant to ever support addition/subtraction of addresses. - def __add__(self, other): - if not isinstance(other, _compat_int_types): - return NotImplemented - return self.__class__(int(self) + other) - - def __sub__(self, other): - if not isinstance(other, _compat_int_types): - return NotImplemented - return self.__class__(int(self) - other) - - def __repr__(self): - return '%s(%r)' % (self.__class__.__name__, _compat_str(self)) - - def __str__(self): - return _compat_str(self._string_from_ip_int(self._ip)) - - def __hash__(self): - return hash(hex(int(self._ip))) - - def _get_address_key(self): - return (self._version, self) - - def __reduce__(self): - return self.__class__, (self._ip,) - - -class _BaseNetwork(_IPAddressBase): - - """A generic IP network object. - - This IP class contains the version independent methods which are - used by networks. - - """ - def __init__(self, address): - self._cache = {} - - def __repr__(self): - return '%s(%r)' % (self.__class__.__name__, _compat_str(self)) - - def __str__(self): - return '%s/%d' % (self.network_address, self.prefixlen) - - def hosts(self): - """Generate Iterator over usable hosts in a network. - - This is like __iter__ except it doesn't return the network - or broadcast addresses. - - """ - network = int(self.network_address) - broadcast = int(self.broadcast_address) - for x in _compat_range(network + 1, broadcast): - yield self._address_class(x) - - def __iter__(self): - network = int(self.network_address) - broadcast = int(self.broadcast_address) - for x in _compat_range(network, broadcast + 1): - yield self._address_class(x) - - def __getitem__(self, n): - network = int(self.network_address) - broadcast = int(self.broadcast_address) - if n >= 0: - if network + n > broadcast: - raise IndexError('address out of range') - return self._address_class(network + n) - else: - n += 1 - if broadcast + n < network: - raise IndexError('address out of range') - return self._address_class(broadcast + n) - - def __lt__(self, other): - if not isinstance(other, _IPAddressBase): - return NotImplemented - if not isinstance(other, _BaseNetwork): - raise TypeError('%s and %s are not of the same type' % ( - self, other)) - if self._version != other._version: - raise TypeError('%s and %s are not of the same version' % ( - self, other)) - if self.network_address != other.network_address: - return self.network_address < other.network_address - if self.netmask != other.netmask: - return self.netmask < other.netmask - return False - - def __eq__(self, other): - try: - return (self._version == other._version and - self.network_address == other.network_address and - int(self.netmask) == int(other.netmask)) - except AttributeError: - return NotImplemented - - def __hash__(self): - return hash(int(self.network_address) ^ int(self.netmask)) - - def __contains__(self, other): - # always false if one is v4 and the other is v6. - if self._version != other._version: - return False - # dealing with another network. - if isinstance(other, _BaseNetwork): - return False - # dealing with another address - else: - # address - return (int(self.network_address) <= int(other._ip) <= - int(self.broadcast_address)) - - def overlaps(self, other): - """Tell if self is partly contained in other.""" - return self.network_address in other or ( - self.broadcast_address in other or ( - other.network_address in self or ( - other.broadcast_address in self))) - - @property - def broadcast_address(self): - x = self._cache.get('broadcast_address') - if x is None: - x = self._address_class(int(self.network_address) | - int(self.hostmask)) - self._cache['broadcast_address'] = x - return x - - @property - def hostmask(self): - x = self._cache.get('hostmask') - if x is None: - x = self._address_class(int(self.netmask) ^ self._ALL_ONES) - self._cache['hostmask'] = x - return x - - @property - def with_prefixlen(self): - return '%s/%d' % (self.network_address, self._prefixlen) - - @property - def with_netmask(self): - return '%s/%s' % (self.network_address, self.netmask) - - @property - def with_hostmask(self): - return '%s/%s' % (self.network_address, self.hostmask) - - @property - def num_addresses(self): - """Number of hosts in the current subnet.""" - return int(self.broadcast_address) - int(self.network_address) + 1 - - @property - def _address_class(self): - # Returning bare address objects (rather than interfaces) allows for - # more consistent behaviour across the network address, broadcast - # address and individual host addresses. - msg = '%200s has no associated address class' % (type(self),) - raise NotImplementedError(msg) - - @property - def prefixlen(self): - return self._prefixlen - - def address_exclude(self, other): - """Remove an address from a larger block. - - For example: - - addr1 = ip_network('192.0.2.0/28') - addr2 = ip_network('192.0.2.1/32') - list(addr1.address_exclude(addr2)) = - [IPv4Network('192.0.2.0/32'), IPv4Network('192.0.2.2/31'), - IPv4Network('192.0.2.4/30'), IPv4Network('192.0.2.8/29')] - - or IPv6: - - addr1 = ip_network('2001:db8::1/32') - addr2 = ip_network('2001:db8::1/128') - list(addr1.address_exclude(addr2)) = - [ip_network('2001:db8::1/128'), - ip_network('2001:db8::2/127'), - ip_network('2001:db8::4/126'), - ip_network('2001:db8::8/125'), - ... - ip_network('2001:db8:8000::/33')] - - Args: - other: An IPv4Network or IPv6Network object of the same type. - - Returns: - An iterator of the IPv(4|6)Network objects which is self - minus other. - - Raises: - TypeError: If self and other are of differing address - versions, or if other is not a network object. - ValueError: If other is not completely contained by self. - - """ - if not self._version == other._version: - raise TypeError("%s and %s are not of the same version" % ( - self, other)) - - if not isinstance(other, _BaseNetwork): - raise TypeError("%s is not a network object" % other) - - if not other.subnet_of(self): - raise ValueError('%s not contained in %s' % (other, self)) - if other == self: - return - - # Make sure we're comparing the network of other. - other = other.__class__('%s/%s' % (other.network_address, - other.prefixlen)) - - s1, s2 = self.subnets() - while s1 != other and s2 != other: - if other.subnet_of(s1): - yield s2 - s1, s2 = s1.subnets() - elif other.subnet_of(s2): - yield s1 - s1, s2 = s2.subnets() - else: - # If we got here, there's a bug somewhere. - raise AssertionError('Error performing exclusion: ' - 's1: %s s2: %s other: %s' % - (s1, s2, other)) - if s1 == other: - yield s2 - elif s2 == other: - yield s1 - else: - # If we got here, there's a bug somewhere. - raise AssertionError('Error performing exclusion: ' - 's1: %s s2: %s other: %s' % - (s1, s2, other)) - - def compare_networks(self, other): - """Compare two IP objects. - - This is only concerned about the comparison of the integer - representation of the network addresses. This means that the - host bits aren't considered at all in this method. If you want - to compare host bits, you can easily enough do a - 'HostA._ip < HostB._ip' - - Args: - other: An IP object. - - Returns: - If the IP versions of self and other are the same, returns: - - -1 if self < other: - eg: IPv4Network('192.0.2.0/25') < IPv4Network('192.0.2.128/25') - IPv6Network('2001:db8::1000/124') < - IPv6Network('2001:db8::2000/124') - 0 if self == other - eg: IPv4Network('192.0.2.0/24') == IPv4Network('192.0.2.0/24') - IPv6Network('2001:db8::1000/124') == - IPv6Network('2001:db8::1000/124') - 1 if self > other - eg: IPv4Network('192.0.2.128/25') > IPv4Network('192.0.2.0/25') - IPv6Network('2001:db8::2000/124') > - IPv6Network('2001:db8::1000/124') - - Raises: - TypeError if the IP versions are different. - - """ - # does this need to raise a ValueError? - if self._version != other._version: - raise TypeError('%s and %s are not of the same type' % ( - self, other)) - # self._version == other._version below here: - if self.network_address < other.network_address: - return -1 - if self.network_address > other.network_address: - return 1 - # self.network_address == other.network_address below here: - if self.netmask < other.netmask: - return -1 - if self.netmask > other.netmask: - return 1 - return 0 - - def _get_networks_key(self): - """Network-only key function. - - Returns an object that identifies this address' network and - netmask. This function is a suitable "key" argument for sorted() - and list.sort(). - - """ - return (self._version, self.network_address, self.netmask) - - def subnets(self, prefixlen_diff=1, new_prefix=None): - """The subnets which join to make the current subnet. - - In the case that self contains only one IP - (self._prefixlen == 32 for IPv4 or self._prefixlen == 128 - for IPv6), yield an iterator with just ourself. - - Args: - prefixlen_diff: An integer, the amount the prefix length - should be increased by. This should not be set if - new_prefix is also set. - new_prefix: The desired new prefix length. This must be a - larger number (smaller prefix) than the existing prefix. - This should not be set if prefixlen_diff is also set. - - Returns: - An iterator of IPv(4|6) objects. - - Raises: - ValueError: The prefixlen_diff is too small or too large. - OR - prefixlen_diff and new_prefix are both set or new_prefix - is a smaller number than the current prefix (smaller - number means a larger network) - - """ - if self._prefixlen == self._max_prefixlen: - yield self - return - - if new_prefix is not None: - if new_prefix < self._prefixlen: - raise ValueError('new prefix must be longer') - if prefixlen_diff != 1: - raise ValueError('cannot set prefixlen_diff and new_prefix') - prefixlen_diff = new_prefix - self._prefixlen - - if prefixlen_diff < 0: - raise ValueError('prefix length diff must be > 0') - new_prefixlen = self._prefixlen + prefixlen_diff - - if new_prefixlen > self._max_prefixlen: - raise ValueError( - 'prefix length diff %d is invalid for netblock %s' % ( - new_prefixlen, self)) - - start = int(self.network_address) - end = int(self.broadcast_address) + 1 - step = (int(self.hostmask) + 1) >> prefixlen_diff - for new_addr in _compat_range(start, end, step): - current = self.__class__((new_addr, new_prefixlen)) - yield current - - def supernet(self, prefixlen_diff=1, new_prefix=None): - """The supernet containing the current network. - - Args: - prefixlen_diff: An integer, the amount the prefix length of - the network should be decreased by. For example, given a - /24 network and a prefixlen_diff of 3, a supernet with a - /21 netmask is returned. - - Returns: - An IPv4 network object. - - Raises: - ValueError: If self.prefixlen - prefixlen_diff < 0. I.e., you have - a negative prefix length. - OR - If prefixlen_diff and new_prefix are both set or new_prefix is a - larger number than the current prefix (larger number means a - smaller network) - - """ - if self._prefixlen == 0: - return self - - if new_prefix is not None: - if new_prefix > self._prefixlen: - raise ValueError('new prefix must be shorter') - if prefixlen_diff != 1: - raise ValueError('cannot set prefixlen_diff and new_prefix') - prefixlen_diff = self._prefixlen - new_prefix - - new_prefixlen = self.prefixlen - prefixlen_diff - if new_prefixlen < 0: - raise ValueError( - 'current prefixlen is %d, cannot have a prefixlen_diff of %d' % - (self.prefixlen, prefixlen_diff)) - return self.__class__(( - int(self.network_address) & (int(self.netmask) << prefixlen_diff), - new_prefixlen)) - - @property - def is_multicast(self): - """Test if the address is reserved for multicast use. - - Returns: - A boolean, True if the address is a multicast address. - See RFC 2373 2.7 for details. - - """ - return (self.network_address.is_multicast and - self.broadcast_address.is_multicast) - - @staticmethod - def _is_subnet_of(a, b): - try: - # Always false if one is v4 and the other is v6. - if a._version != b._version: - raise TypeError("%s and %s are not of the same version" (a, b)) - return (b.network_address <= a.network_address and - b.broadcast_address >= a.broadcast_address) - except AttributeError: - raise TypeError("Unable to test subnet containment " - "between %s and %s" % (a, b)) - - def subnet_of(self, other): - """Return True if this network is a subnet of other.""" - return self._is_subnet_of(self, other) - - def supernet_of(self, other): - """Return True if this network is a supernet of other.""" - return self._is_subnet_of(other, self) - - @property - def is_reserved(self): - """Test if the address is otherwise IETF reserved. - - Returns: - A boolean, True if the address is within one of the - reserved IPv6 Network ranges. - - """ - return (self.network_address.is_reserved and - self.broadcast_address.is_reserved) - - @property - def is_link_local(self): - """Test if the address is reserved for link-local. - - Returns: - A boolean, True if the address is reserved per RFC 4291. - - """ - return (self.network_address.is_link_local and - self.broadcast_address.is_link_local) - - @property - def is_private(self): - """Test if this address is allocated for private networks. - - Returns: - A boolean, True if the address is reserved per - iana-ipv4-special-registry or iana-ipv6-special-registry. - - """ - return (self.network_address.is_private and - self.broadcast_address.is_private) - - @property - def is_global(self): - """Test if this address is allocated for public networks. - - Returns: - A boolean, True if the address is not reserved per - iana-ipv4-special-registry or iana-ipv6-special-registry. - - """ - return not self.is_private - - @property - def is_unspecified(self): - """Test if the address is unspecified. - - Returns: - A boolean, True if this is the unspecified address as defined in - RFC 2373 2.5.2. - - """ - return (self.network_address.is_unspecified and - self.broadcast_address.is_unspecified) - - @property - def is_loopback(self): - """Test if the address is a loopback address. - - Returns: - A boolean, True if the address is a loopback address as defined in - RFC 2373 2.5.3. - - """ - return (self.network_address.is_loopback and - self.broadcast_address.is_loopback) - - -class _BaseV4(object): - - """Base IPv4 object. - - The following methods are used by IPv4 objects in both single IP - addresses and networks. - - """ - - __slots__ = () - _version = 4 - # Equivalent to 255.255.255.255 or 32 bits of 1's. - _ALL_ONES = (2 ** IPV4LENGTH) - 1 - _DECIMAL_DIGITS = frozenset('0123456789') - - # the valid octets for host and netmasks. only useful for IPv4. - _valid_mask_octets = frozenset([255, 254, 252, 248, 240, 224, 192, 128, 0]) - - _max_prefixlen = IPV4LENGTH - # There are only a handful of valid v4 netmasks, so we cache them all - # when constructed (see _make_netmask()). - _netmask_cache = {} - - def _explode_shorthand_ip_string(self): - return _compat_str(self) - - @classmethod - def _make_netmask(cls, arg): - """Make a (netmask, prefix_len) tuple from the given argument. - - Argument can be: - - an integer (the prefix length) - - a string representing the prefix length (e.g. "24") - - a string representing the prefix netmask (e.g. "255.255.255.0") - """ - if arg not in cls._netmask_cache: - if isinstance(arg, _compat_int_types): - prefixlen = arg - else: - try: - # Check for a netmask in prefix length form - prefixlen = cls._prefix_from_prefix_string(arg) - except NetmaskValueError: - # Check for a netmask or hostmask in dotted-quad form. - # This may raise NetmaskValueError. - prefixlen = cls._prefix_from_ip_string(arg) - netmask = IPv4Address(cls._ip_int_from_prefix(prefixlen)) - cls._netmask_cache[arg] = netmask, prefixlen - return cls._netmask_cache[arg] - - @classmethod - def _ip_int_from_string(cls, ip_str): - """Turn the given IP string into an integer for comparison. - - Args: - ip_str: A string, the IP ip_str. - - Returns: - The IP ip_str as an integer. - - Raises: - AddressValueError: if ip_str isn't a valid IPv4 Address. - - """ - if not ip_str: - raise AddressValueError('Address cannot be empty') - - octets = ip_str.split('.') - if len(octets) != 4: - raise AddressValueError("Expected 4 octets in %r" % ip_str) - - try: - return _compat_int_from_byte_vals( - map(cls._parse_octet, octets), 'big') - except ValueError as exc: - raise AddressValueError("%s in %r" % (exc, ip_str)) - - @classmethod - def _parse_octet(cls, octet_str): - """Convert a decimal octet into an integer. - - Args: - octet_str: A string, the number to parse. - - Returns: - The octet as an integer. - - Raises: - ValueError: if the octet isn't strictly a decimal from [0..255]. - - """ - if not octet_str: - raise ValueError("Empty octet not permitted") - # Whitelist the characters, since int() allows a lot of bizarre stuff. - if not cls._DECIMAL_DIGITS.issuperset(octet_str): - msg = "Only decimal digits permitted in %r" - raise ValueError(msg % octet_str) - # We do the length check second, since the invalid character error - # is likely to be more informative for the user - if len(octet_str) > 3: - msg = "At most 3 characters permitted in %r" - raise ValueError(msg % octet_str) - # Convert to integer (we know digits are legal) - octet_int = int(octet_str, 10) - # Any octets that look like they *might* be written in octal, - # and which don't look exactly the same in both octal and - # decimal are rejected as ambiguous - if octet_int > 7 and octet_str[0] == '0': - msg = "Ambiguous (octal/decimal) value in %r not permitted" - raise ValueError(msg % octet_str) - if octet_int > 255: - raise ValueError("Octet %d (> 255) not permitted" % octet_int) - return octet_int - - @classmethod - def _string_from_ip_int(cls, ip_int): - """Turns a 32-bit integer into dotted decimal notation. - - Args: - ip_int: An integer, the IP address. - - Returns: - The IP address as a string in dotted decimal notation. - - """ - return '.'.join(_compat_str(struct.unpack(b'!B', b)[0] - if isinstance(b, bytes) - else b) - for b in _compat_to_bytes(ip_int, 4, 'big')) - - def _is_hostmask(self, ip_str): - """Test if the IP string is a hostmask (rather than a netmask). - - Args: - ip_str: A string, the potential hostmask. - - Returns: - A boolean, True if the IP string is a hostmask. - - """ - bits = ip_str.split('.') - try: - parts = [x for x in map(int, bits) if x in self._valid_mask_octets] - except ValueError: - return False - if len(parts) != len(bits): - return False - if parts[0] < parts[-1]: - return True - return False - - def _reverse_pointer(self): - """Return the reverse DNS pointer name for the IPv4 address. - - This implements the method described in RFC1035 3.5. - - """ - reverse_octets = _compat_str(self).split('.')[::-1] - return '.'.join(reverse_octets) + '.in-addr.arpa' - - @property - def max_prefixlen(self): - return self._max_prefixlen - - @property - def version(self): - return self._version - - -class IPv4Address(_BaseV4, _BaseAddress): - - """Represent and manipulate single IPv4 Addresses.""" - - __slots__ = ('_ip', '__weakref__') - - def __init__(self, address): - - """ - Args: - address: A string or integer representing the IP - - Additionally, an integer can be passed, so - IPv4Address('192.0.2.1') == IPv4Address(3221225985). - or, more generally - IPv4Address(int(IPv4Address('192.0.2.1'))) == - IPv4Address('192.0.2.1') - - Raises: - AddressValueError: If ipaddress isn't a valid IPv4 address. - - """ - # Efficient constructor from integer. - if isinstance(address, _compat_int_types): - self._check_int_address(address) - self._ip = address - return - - # Constructing from a packed address - if isinstance(address, bytes): - self._check_packed_address(address, 4) - bvs = _compat_bytes_to_byte_vals(address) - self._ip = _compat_int_from_byte_vals(bvs, 'big') - return - - # Assume input argument to be string or any object representation - # which converts into a formatted IP string. - addr_str = _compat_str(address) - if '/' in addr_str: - raise AddressValueError("Unexpected '/' in %r" % address) - self._ip = self._ip_int_from_string(addr_str) - - @property - def packed(self): - """The binary representation of this address.""" - return v4_int_to_packed(self._ip) - - @property - def is_reserved(self): - """Test if the address is otherwise IETF reserved. - - Returns: - A boolean, True if the address is within the - reserved IPv4 Network range. - - """ - return self in self._constants._reserved_network - - @property - def is_private(self): - """Test if this address is allocated for private networks. - - Returns: - A boolean, True if the address is reserved per - iana-ipv4-special-registry. - - """ - return any(self in net for net in self._constants._private_networks) - - @property - def is_global(self): - return ( - self not in self._constants._public_network and - not self.is_private) - - @property - def is_multicast(self): - """Test if the address is reserved for multicast use. - - Returns: - A boolean, True if the address is multicast. - See RFC 3171 for details. - - """ - return self in self._constants._multicast_network - - @property - def is_unspecified(self): - """Test if the address is unspecified. - - Returns: - A boolean, True if this is the unspecified address as defined in - RFC 5735 3. - - """ - return self == self._constants._unspecified_address - - @property - def is_loopback(self): - """Test if the address is a loopback address. - - Returns: - A boolean, True if the address is a loopback per RFC 3330. - - """ - return self in self._constants._loopback_network - - @property - def is_link_local(self): - """Test if the address is reserved for link-local. - - Returns: - A boolean, True if the address is link-local per RFC 3927. - - """ - return self in self._constants._linklocal_network - - -class IPv4Interface(IPv4Address): - - def __init__(self, address): - if isinstance(address, (bytes, _compat_int_types)): - IPv4Address.__init__(self, address) - self.network = IPv4Network(self._ip) - self._prefixlen = self._max_prefixlen - return - - if isinstance(address, tuple): - IPv4Address.__init__(self, address[0]) - if len(address) > 1: - self._prefixlen = int(address[1]) - else: - self._prefixlen = self._max_prefixlen - - self.network = IPv4Network(address, strict=False) - self.netmask = self.network.netmask - self.hostmask = self.network.hostmask - return - - addr = _split_optional_netmask(address) - IPv4Address.__init__(self, addr[0]) - - self.network = IPv4Network(address, strict=False) - self._prefixlen = self.network._prefixlen - - self.netmask = self.network.netmask - self.hostmask = self.network.hostmask - - def __str__(self): - return '%s/%d' % (self._string_from_ip_int(self._ip), - self.network.prefixlen) - - def __eq__(self, other): - address_equal = IPv4Address.__eq__(self, other) - if not address_equal or address_equal is NotImplemented: - return address_equal - try: - return self.network == other.network - except AttributeError: - # An interface with an associated network is NOT the - # same as an unassociated address. That's why the hash - # takes the extra info into account. - return False - - def __lt__(self, other): - address_less = IPv4Address.__lt__(self, other) - if address_less is NotImplemented: - return NotImplemented - try: - return (self.network < other.network or - self.network == other.network and address_less) - except AttributeError: - # We *do* allow addresses and interfaces to be sorted. The - # unassociated address is considered less than all interfaces. - return False - - def __hash__(self): - return self._ip ^ self._prefixlen ^ int(self.network.network_address) - - __reduce__ = _IPAddressBase.__reduce__ - - @property - def ip(self): - return IPv4Address(self._ip) - - @property - def with_prefixlen(self): - return '%s/%s' % (self._string_from_ip_int(self._ip), - self._prefixlen) - - @property - def with_netmask(self): - return '%s/%s' % (self._string_from_ip_int(self._ip), - self.netmask) - - @property - def with_hostmask(self): - return '%s/%s' % (self._string_from_ip_int(self._ip), - self.hostmask) - - -class IPv4Network(_BaseV4, _BaseNetwork): - - """This class represents and manipulates 32-bit IPv4 network + addresses.. - - Attributes: [examples for IPv4Network('192.0.2.0/27')] - .network_address: IPv4Address('192.0.2.0') - .hostmask: IPv4Address('0.0.0.31') - .broadcast_address: IPv4Address('192.0.2.32') - .netmask: IPv4Address('255.255.255.224') - .prefixlen: 27 - - """ - # Class to use when creating address objects - _address_class = IPv4Address - - def __init__(self, address, strict=True): - - """Instantiate a new IPv4 network object. - - Args: - address: A string or integer representing the IP [& network]. - '192.0.2.0/24' - '192.0.2.0/255.255.255.0' - '192.0.0.2/0.0.0.255' - are all functionally the same in IPv4. Similarly, - '192.0.2.1' - '192.0.2.1/255.255.255.255' - '192.0.2.1/32' - are also functionally equivalent. That is to say, failing to - provide a subnetmask will create an object with a mask of /32. - - If the mask (portion after the / in the argument) is given in - dotted quad form, it is treated as a netmask if it starts with a - non-zero field (e.g. /255.0.0.0 == /8) and as a hostmask if it - starts with a zero field (e.g. 0.255.255.255 == /8), with the - single exception of an all-zero mask which is treated as a - netmask == /0. If no mask is given, a default of /32 is used. - - Additionally, an integer can be passed, so - IPv4Network('192.0.2.1') == IPv4Network(3221225985) - or, more generally - IPv4Interface(int(IPv4Interface('192.0.2.1'))) == - IPv4Interface('192.0.2.1') - - Raises: - AddressValueError: If ipaddress isn't a valid IPv4 address. - NetmaskValueError: If the netmask isn't valid for - an IPv4 address. - ValueError: If strict is True and a network address is not - supplied. - - """ - _BaseNetwork.__init__(self, address) - - # Constructing from a packed address or integer - if isinstance(address, (_compat_int_types, bytes)): - self.network_address = IPv4Address(address) - self.netmask, self._prefixlen = self._make_netmask( - self._max_prefixlen) - # fixme: address/network test here. - return - - if isinstance(address, tuple): - if len(address) > 1: - arg = address[1] - else: - # We weren't given an address[1] - arg = self._max_prefixlen - self.network_address = IPv4Address(address[0]) - self.netmask, self._prefixlen = self._make_netmask(arg) - packed = int(self.network_address) - if packed & int(self.netmask) != packed: - if strict: - raise ValueError('%s has host bits set' % self) - else: - self.network_address = IPv4Address(packed & - int(self.netmask)) - return - - # Assume input argument to be string or any object representation - # which converts into a formatted IP prefix string. - addr = _split_optional_netmask(address) - self.network_address = IPv4Address(self._ip_int_from_string(addr[0])) - - if len(addr) == 2: - arg = addr[1] - else: - arg = self._max_prefixlen - self.netmask, self._prefixlen = self._make_netmask(arg) - - if strict: - if (IPv4Address(int(self.network_address) & int(self.netmask)) != - self.network_address): - raise ValueError('%s has host bits set' % self) - self.network_address = IPv4Address(int(self.network_address) & - int(self.netmask)) - - if self._prefixlen == (self._max_prefixlen - 1): - self.hosts = self.__iter__ - - @property - def is_global(self): - """Test if this address is allocated for public networks. - - Returns: - A boolean, True if the address is not reserved per - iana-ipv4-special-registry. - - """ - return (not (self.network_address in IPv4Network('100.64.0.0/10') and - self.broadcast_address in IPv4Network('100.64.0.0/10')) and - not self.is_private) - - -class _IPv4Constants(object): - - _linklocal_network = IPv4Network('169.254.0.0/16') - - _loopback_network = IPv4Network('127.0.0.0/8') - - _multicast_network = IPv4Network('224.0.0.0/4') - - _public_network = IPv4Network('100.64.0.0/10') - - _private_networks = [ - IPv4Network('0.0.0.0/8'), - IPv4Network('10.0.0.0/8'), - IPv4Network('127.0.0.0/8'), - IPv4Network('169.254.0.0/16'), - IPv4Network('172.16.0.0/12'), - IPv4Network('192.0.0.0/29'), - IPv4Network('192.0.0.170/31'), - IPv4Network('192.0.2.0/24'), - IPv4Network('192.168.0.0/16'), - IPv4Network('198.18.0.0/15'), - IPv4Network('198.51.100.0/24'), - IPv4Network('203.0.113.0/24'), - IPv4Network('240.0.0.0/4'), - IPv4Network('255.255.255.255/32'), - ] - - _reserved_network = IPv4Network('240.0.0.0/4') - - _unspecified_address = IPv4Address('0.0.0.0') - - -IPv4Address._constants = _IPv4Constants - - -class _BaseV6(object): - - """Base IPv6 object. - - The following methods are used by IPv6 objects in both single IP - addresses and networks. - - """ - - __slots__ = () - _version = 6 - _ALL_ONES = (2 ** IPV6LENGTH) - 1 - _HEXTET_COUNT = 8 - _HEX_DIGITS = frozenset('0123456789ABCDEFabcdef') - _max_prefixlen = IPV6LENGTH - - # There are only a bunch of valid v6 netmasks, so we cache them all - # when constructed (see _make_netmask()). - _netmask_cache = {} - - @classmethod - def _make_netmask(cls, arg): - """Make a (netmask, prefix_len) tuple from the given argument. - - Argument can be: - - an integer (the prefix length) - - a string representing the prefix length (e.g. "24") - - a string representing the prefix netmask (e.g. "255.255.255.0") - """ - if arg not in cls._netmask_cache: - if isinstance(arg, _compat_int_types): - prefixlen = arg - else: - prefixlen = cls._prefix_from_prefix_string(arg) - netmask = IPv6Address(cls._ip_int_from_prefix(prefixlen)) - cls._netmask_cache[arg] = netmask, prefixlen - return cls._netmask_cache[arg] - - @classmethod - def _ip_int_from_string(cls, ip_str): - """Turn an IPv6 ip_str into an integer. - - Args: - ip_str: A string, the IPv6 ip_str. - - Returns: - An int, the IPv6 address - - Raises: - AddressValueError: if ip_str isn't a valid IPv6 Address. - - """ - if not ip_str: - raise AddressValueError('Address cannot be empty') - - parts = ip_str.split(':') - - # An IPv6 address needs at least 2 colons (3 parts). - _min_parts = 3 - if len(parts) < _min_parts: - msg = "At least %d parts expected in %r" % (_min_parts, ip_str) - raise AddressValueError(msg) - - # If the address has an IPv4-style suffix, convert it to hexadecimal. - if '.' in parts[-1]: - try: - ipv4_int = IPv4Address(parts.pop())._ip - except AddressValueError as exc: - raise AddressValueError("%s in %r" % (exc, ip_str)) - parts.append('%x' % ((ipv4_int >> 16) & 0xFFFF)) - parts.append('%x' % (ipv4_int & 0xFFFF)) - - # An IPv6 address can't have more than 8 colons (9 parts). - # The extra colon comes from using the "::" notation for a single - # leading or trailing zero part. - _max_parts = cls._HEXTET_COUNT + 1 - if len(parts) > _max_parts: - msg = "At most %d colons permitted in %r" % ( - _max_parts - 1, ip_str) - raise AddressValueError(msg) - - # Disregarding the endpoints, find '::' with nothing in between. - # This indicates that a run of zeroes has been skipped. - skip_index = None - for i in _compat_range(1, len(parts) - 1): - if not parts[i]: - if skip_index is not None: - # Can't have more than one '::' - msg = "At most one '::' permitted in %r" % ip_str - raise AddressValueError(msg) - skip_index = i - - # parts_hi is the number of parts to copy from above/before the '::' - # parts_lo is the number of parts to copy from below/after the '::' - if skip_index is not None: - # If we found a '::', then check if it also covers the endpoints. - parts_hi = skip_index - parts_lo = len(parts) - skip_index - 1 - if not parts[0]: - parts_hi -= 1 - if parts_hi: - msg = "Leading ':' only permitted as part of '::' in %r" - raise AddressValueError(msg % ip_str) # ^: requires ^:: - if not parts[-1]: - parts_lo -= 1 - if parts_lo: - msg = "Trailing ':' only permitted as part of '::' in %r" - raise AddressValueError(msg % ip_str) # :$ requires ::$ - parts_skipped = cls._HEXTET_COUNT - (parts_hi + parts_lo) - if parts_skipped < 1: - msg = "Expected at most %d other parts with '::' in %r" - raise AddressValueError(msg % (cls._HEXTET_COUNT - 1, ip_str)) - else: - # Otherwise, allocate the entire address to parts_hi. The - # endpoints could still be empty, but _parse_hextet() will check - # for that. - if len(parts) != cls._HEXTET_COUNT: - msg = "Exactly %d parts expected without '::' in %r" - raise AddressValueError(msg % (cls._HEXTET_COUNT, ip_str)) - if not parts[0]: - msg = "Leading ':' only permitted as part of '::' in %r" - raise AddressValueError(msg % ip_str) # ^: requires ^:: - if not parts[-1]: - msg = "Trailing ':' only permitted as part of '::' in %r" - raise AddressValueError(msg % ip_str) # :$ requires ::$ - parts_hi = len(parts) - parts_lo = 0 - parts_skipped = 0 - - try: - # Now, parse the hextets into a 128-bit integer. - ip_int = 0 - for i in range(parts_hi): - ip_int <<= 16 - ip_int |= cls._parse_hextet(parts[i]) - ip_int <<= 16 * parts_skipped - for i in range(-parts_lo, 0): - ip_int <<= 16 - ip_int |= cls._parse_hextet(parts[i]) - return ip_int - except ValueError as exc: - raise AddressValueError("%s in %r" % (exc, ip_str)) - - @classmethod - def _parse_hextet(cls, hextet_str): - """Convert an IPv6 hextet string into an integer. - - Args: - hextet_str: A string, the number to parse. - - Returns: - The hextet as an integer. - - Raises: - ValueError: if the input isn't strictly a hex number from - [0..FFFF]. - - """ - # Whitelist the characters, since int() allows a lot of bizarre stuff. - if not cls._HEX_DIGITS.issuperset(hextet_str): - raise ValueError("Only hex digits permitted in %r" % hextet_str) - # We do the length check second, since the invalid character error - # is likely to be more informative for the user - if len(hextet_str) > 4: - msg = "At most 4 characters permitted in %r" - raise ValueError(msg % hextet_str) - # Length check means we can skip checking the integer value - return int(hextet_str, 16) - - @classmethod - def _compress_hextets(cls, hextets): - """Compresses a list of hextets. - - Compresses a list of strings, replacing the longest continuous - sequence of "0" in the list with "" and adding empty strings at - the beginning or at the end of the string such that subsequently - calling ":".join(hextets) will produce the compressed version of - the IPv6 address. - - Args: - hextets: A list of strings, the hextets to compress. - - Returns: - A list of strings. - - """ - best_doublecolon_start = -1 - best_doublecolon_len = 0 - doublecolon_start = -1 - doublecolon_len = 0 - for index, hextet in enumerate(hextets): - if hextet == '0': - doublecolon_len += 1 - if doublecolon_start == -1: - # Start of a sequence of zeros. - doublecolon_start = index - if doublecolon_len > best_doublecolon_len: - # This is the longest sequence of zeros so far. - best_doublecolon_len = doublecolon_len - best_doublecolon_start = doublecolon_start - else: - doublecolon_len = 0 - doublecolon_start = -1 - - if best_doublecolon_len > 1: - best_doublecolon_end = (best_doublecolon_start + - best_doublecolon_len) - # For zeros at the end of the address. - if best_doublecolon_end == len(hextets): - hextets += [''] - hextets[best_doublecolon_start:best_doublecolon_end] = [''] - # For zeros at the beginning of the address. - if best_doublecolon_start == 0: - hextets = [''] + hextets - - return hextets - - @classmethod - def _string_from_ip_int(cls, ip_int=None): - """Turns a 128-bit integer into hexadecimal notation. - - Args: - ip_int: An integer, the IP address. - - Returns: - A string, the hexadecimal representation of the address. - - Raises: - ValueError: The address is bigger than 128 bits of all ones. - - """ - if ip_int is None: - ip_int = int(cls._ip) - - if ip_int > cls._ALL_ONES: - raise ValueError('IPv6 address is too large') - - hex_str = '%032x' % ip_int - hextets = ['%x' % int(hex_str[x:x + 4], 16) for x in range(0, 32, 4)] - - hextets = cls._compress_hextets(hextets) - return ':'.join(hextets) - - def _explode_shorthand_ip_string(self): - """Expand a shortened IPv6 address. - - Args: - ip_str: A string, the IPv6 address. - - Returns: - A string, the expanded IPv6 address. - - """ - if isinstance(self, IPv6Network): - ip_str = _compat_str(self.network_address) - elif isinstance(self, IPv6Interface): - ip_str = _compat_str(self.ip) - else: - ip_str = _compat_str(self) - - ip_int = self._ip_int_from_string(ip_str) - hex_str = '%032x' % ip_int - parts = [hex_str[x:x + 4] for x in range(0, 32, 4)] - if isinstance(self, (_BaseNetwork, IPv6Interface)): - return '%s/%d' % (':'.join(parts), self._prefixlen) - return ':'.join(parts) - - def _reverse_pointer(self): - """Return the reverse DNS pointer name for the IPv6 address. - - This implements the method described in RFC3596 2.5. - - """ - reverse_chars = self.exploded[::-1].replace(':', '') - return '.'.join(reverse_chars) + '.ip6.arpa' - - @property - def max_prefixlen(self): - return self._max_prefixlen - - @property - def version(self): - return self._version - - -class IPv6Address(_BaseV6, _BaseAddress): - - """Represent and manipulate single IPv6 Addresses.""" - - __slots__ = ('_ip', '__weakref__') - - def __init__(self, address): - """Instantiate a new IPv6 address object. - - Args: - address: A string or integer representing the IP - - Additionally, an integer can be passed, so - IPv6Address('2001:db8::') == - IPv6Address(42540766411282592856903984951653826560) - or, more generally - IPv6Address(int(IPv6Address('2001:db8::'))) == - IPv6Address('2001:db8::') - - Raises: - AddressValueError: If address isn't a valid IPv6 address. - - """ - # Efficient constructor from integer. - if isinstance(address, _compat_int_types): - self._check_int_address(address) - self._ip = address - return - - # Constructing from a packed address - if isinstance(address, bytes): - self._check_packed_address(address, 16) - bvs = _compat_bytes_to_byte_vals(address) - self._ip = _compat_int_from_byte_vals(bvs, 'big') - return - - # Assume input argument to be string or any object representation - # which converts into a formatted IP string. - addr_str = _compat_str(address) - if '/' in addr_str: - raise AddressValueError("Unexpected '/' in %r" % address) - self._ip = self._ip_int_from_string(addr_str) - - @property - def packed(self): - """The binary representation of this address.""" - return v6_int_to_packed(self._ip) - - @property - def is_multicast(self): - """Test if the address is reserved for multicast use. - - Returns: - A boolean, True if the address is a multicast address. - See RFC 2373 2.7 for details. - - """ - return self in self._constants._multicast_network - - @property - def is_reserved(self): - """Test if the address is otherwise IETF reserved. - - Returns: - A boolean, True if the address is within one of the - reserved IPv6 Network ranges. - - """ - return any(self in x for x in self._constants._reserved_networks) - - @property - def is_link_local(self): - """Test if the address is reserved for link-local. - - Returns: - A boolean, True if the address is reserved per RFC 4291. - - """ - return self in self._constants._linklocal_network - - @property - def is_site_local(self): - """Test if the address is reserved for site-local. - - Note that the site-local address space has been deprecated by RFC 3879. - Use is_private to test if this address is in the space of unique local - addresses as defined by RFC 4193. - - Returns: - A boolean, True if the address is reserved per RFC 3513 2.5.6. - - """ - return self in self._constants._sitelocal_network - - @property - def is_private(self): - """Test if this address is allocated for private networks. - - Returns: - A boolean, True if the address is reserved per - iana-ipv6-special-registry. - - """ - return any(self in net for net in self._constants._private_networks) - - @property - def is_global(self): - """Test if this address is allocated for public networks. - - Returns: - A boolean, true if the address is not reserved per - iana-ipv6-special-registry. - - """ - return not self.is_private - - @property - def is_unspecified(self): - """Test if the address is unspecified. - - Returns: - A boolean, True if this is the unspecified address as defined in - RFC 2373 2.5.2. - - """ - return self._ip == 0 - - @property - def is_loopback(self): - """Test if the address is a loopback address. - - Returns: - A boolean, True if the address is a loopback address as defined in - RFC 2373 2.5.3. - - """ - return self._ip == 1 - - @property - def ipv4_mapped(self): - """Return the IPv4 mapped address. - - Returns: - If the IPv6 address is a v4 mapped address, return the - IPv4 mapped address. Return None otherwise. - - """ - if (self._ip >> 32) != 0xFFFF: - return None - return IPv4Address(self._ip & 0xFFFFFFFF) - - @property - def teredo(self): - """Tuple of embedded teredo IPs. - - Returns: - Tuple of the (server, client) IPs or None if the address - doesn't appear to be a teredo address (doesn't start with - 2001::/32) - - """ - if (self._ip >> 96) != 0x20010000: - return None - return (IPv4Address((self._ip >> 64) & 0xFFFFFFFF), - IPv4Address(~self._ip & 0xFFFFFFFF)) - - @property - def sixtofour(self): - """Return the IPv4 6to4 embedded address. - - Returns: - The IPv4 6to4-embedded address if present or None if the - address doesn't appear to contain a 6to4 embedded address. - - """ - if (self._ip >> 112) != 0x2002: - return None - return IPv4Address((self._ip >> 80) & 0xFFFFFFFF) - - -class IPv6Interface(IPv6Address): - - def __init__(self, address): - if isinstance(address, (bytes, _compat_int_types)): - IPv6Address.__init__(self, address) - self.network = IPv6Network(self._ip) - self._prefixlen = self._max_prefixlen - return - if isinstance(address, tuple): - IPv6Address.__init__(self, address[0]) - if len(address) > 1: - self._prefixlen = int(address[1]) - else: - self._prefixlen = self._max_prefixlen - self.network = IPv6Network(address, strict=False) - self.netmask = self.network.netmask - self.hostmask = self.network.hostmask - return - - addr = _split_optional_netmask(address) - IPv6Address.__init__(self, addr[0]) - self.network = IPv6Network(address, strict=False) - self.netmask = self.network.netmask - self._prefixlen = self.network._prefixlen - self.hostmask = self.network.hostmask - - def __str__(self): - return '%s/%d' % (self._string_from_ip_int(self._ip), - self.network.prefixlen) - - def __eq__(self, other): - address_equal = IPv6Address.__eq__(self, other) - if not address_equal or address_equal is NotImplemented: - return address_equal - try: - return self.network == other.network - except AttributeError: - # An interface with an associated network is NOT the - # same as an unassociated address. That's why the hash - # takes the extra info into account. - return False - - def __lt__(self, other): - address_less = IPv6Address.__lt__(self, other) - if address_less is NotImplemented: - return NotImplemented - try: - return (self.network < other.network or - self.network == other.network and address_less) - except AttributeError: - # We *do* allow addresses and interfaces to be sorted. The - # unassociated address is considered less than all interfaces. - return False - - def __hash__(self): - return self._ip ^ self._prefixlen ^ int(self.network.network_address) - - __reduce__ = _IPAddressBase.__reduce__ - - @property - def ip(self): - return IPv6Address(self._ip) - - @property - def with_prefixlen(self): - return '%s/%s' % (self._string_from_ip_int(self._ip), - self._prefixlen) - - @property - def with_netmask(self): - return '%s/%s' % (self._string_from_ip_int(self._ip), - self.netmask) - - @property - def with_hostmask(self): - return '%s/%s' % (self._string_from_ip_int(self._ip), - self.hostmask) - - @property - def is_unspecified(self): - return self._ip == 0 and self.network.is_unspecified - - @property - def is_loopback(self): - return self._ip == 1 and self.network.is_loopback - - -class IPv6Network(_BaseV6, _BaseNetwork): - - """This class represents and manipulates 128-bit IPv6 networks. - - Attributes: [examples for IPv6('2001:db8::1000/124')] - .network_address: IPv6Address('2001:db8::1000') - .hostmask: IPv6Address('::f') - .broadcast_address: IPv6Address('2001:db8::100f') - .netmask: IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff:ffff:fff0') - .prefixlen: 124 - - """ - - # Class to use when creating address objects - _address_class = IPv6Address - - def __init__(self, address, strict=True): - """Instantiate a new IPv6 Network object. - - Args: - address: A string or integer representing the IPv6 network or the - IP and prefix/netmask. - '2001:db8::/128' - '2001:db8:0000:0000:0000:0000:0000:0000/128' - '2001:db8::' - are all functionally the same in IPv6. That is to say, - failing to provide a subnetmask will create an object with - a mask of /128. - - Additionally, an integer can be passed, so - IPv6Network('2001:db8::') == - IPv6Network(42540766411282592856903984951653826560) - or, more generally - IPv6Network(int(IPv6Network('2001:db8::'))) == - IPv6Network('2001:db8::') - - strict: A boolean. If true, ensure that we have been passed - A true network address, eg, 2001:db8::1000/124 and not an - IP address on a network, eg, 2001:db8::1/124. - - Raises: - AddressValueError: If address isn't a valid IPv6 address. - NetmaskValueError: If the netmask isn't valid for - an IPv6 address. - ValueError: If strict was True and a network address was not - supplied. - - """ - _BaseNetwork.__init__(self, address) - - # Efficient constructor from integer or packed address - if isinstance(address, (bytes, _compat_int_types)): - self.network_address = IPv6Address(address) - self.netmask, self._prefixlen = self._make_netmask( - self._max_prefixlen) - return - - if isinstance(address, tuple): - if len(address) > 1: - arg = address[1] - else: - arg = self._max_prefixlen - self.netmask, self._prefixlen = self._make_netmask(arg) - self.network_address = IPv6Address(address[0]) - packed = int(self.network_address) - if packed & int(self.netmask) != packed: - if strict: - raise ValueError('%s has host bits set' % self) - else: - self.network_address = IPv6Address(packed & - int(self.netmask)) - return - - # Assume input argument to be string or any object representation - # which converts into a formatted IP prefix string. - addr = _split_optional_netmask(address) - - self.network_address = IPv6Address(self._ip_int_from_string(addr[0])) - - if len(addr) == 2: - arg = addr[1] - else: - arg = self._max_prefixlen - self.netmask, self._prefixlen = self._make_netmask(arg) - - if strict: - if (IPv6Address(int(self.network_address) & int(self.netmask)) != - self.network_address): - raise ValueError('%s has host bits set' % self) - self.network_address = IPv6Address(int(self.network_address) & - int(self.netmask)) - - if self._prefixlen == (self._max_prefixlen - 1): - self.hosts = self.__iter__ - - def hosts(self): - """Generate Iterator over usable hosts in a network. - - This is like __iter__ except it doesn't return the - Subnet-Router anycast address. - - """ - network = int(self.network_address) - broadcast = int(self.broadcast_address) - for x in _compat_range(network + 1, broadcast + 1): - yield self._address_class(x) - - @property - def is_site_local(self): - """Test if the address is reserved for site-local. - - Note that the site-local address space has been deprecated by RFC 3879. - Use is_private to test if this address is in the space of unique local - addresses as defined by RFC 4193. - - Returns: - A boolean, True if the address is reserved per RFC 3513 2.5.6. - - """ - return (self.network_address.is_site_local and - self.broadcast_address.is_site_local) - - -class _IPv6Constants(object): - - _linklocal_network = IPv6Network('fe80::/10') - - _multicast_network = IPv6Network('ff00::/8') - - _private_networks = [ - IPv6Network('::1/128'), - IPv6Network('::/128'), - IPv6Network('::ffff:0:0/96'), - IPv6Network('100::/64'), - IPv6Network('2001::/23'), - IPv6Network('2001:2::/48'), - IPv6Network('2001:db8::/32'), - IPv6Network('2001:10::/28'), - IPv6Network('fc00::/7'), - IPv6Network('fe80::/10'), - ] - - _reserved_networks = [ - IPv6Network('::/8'), IPv6Network('100::/8'), - IPv6Network('200::/7'), IPv6Network('400::/6'), - IPv6Network('800::/5'), IPv6Network('1000::/4'), - IPv6Network('4000::/3'), IPv6Network('6000::/3'), - IPv6Network('8000::/3'), IPv6Network('A000::/3'), - IPv6Network('C000::/3'), IPv6Network('E000::/4'), - IPv6Network('F000::/5'), IPv6Network('F800::/6'), - IPv6Network('FE00::/9'), - ] - - _sitelocal_network = IPv6Network('fec0::/10') - - -IPv6Address._constants = _IPv6Constants diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/__init__.py b/lib/python3.8/site-packages/pip/_vendor/lockfile/__init__.py deleted file mode 100644 index a6f44a5..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/lockfile/__init__.py +++ /dev/null @@ -1,347 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -lockfile.py - Platform-independent advisory file locks. - -Requires Python 2.5 unless you apply 2.4.diff -Locking is done on a per-thread basis instead of a per-process basis. - -Usage: - ->>> lock = LockFile('somefile') ->>> try: -... lock.acquire() -... except AlreadyLocked: -... print 'somefile', 'is locked already.' -... except LockFailed: -... print 'somefile', 'can\\'t be locked.' -... else: -... print 'got lock' -got lock ->>> print lock.is_locked() -True ->>> lock.release() - ->>> lock = LockFile('somefile') ->>> print lock.is_locked() -False ->>> with lock: -... print lock.is_locked() -True ->>> print lock.is_locked() -False - ->>> lock = LockFile('somefile') ->>> # It is okay to lock twice from the same thread... ->>> with lock: -... lock.acquire() -... ->>> # Though no counter is kept, so you can't unlock multiple times... ->>> print lock.is_locked() -False - -Exceptions: - - Error - base class for other exceptions - LockError - base class for all locking exceptions - AlreadyLocked - Another thread or process already holds the lock - LockFailed - Lock failed for some other reason - UnlockError - base class for all unlocking exceptions - AlreadyUnlocked - File was not locked. - NotMyLock - File was locked but not by the current thread/process -""" - -from __future__ import absolute_import - -import functools -import os -import socket -import threading -import warnings - -# Work with PEP8 and non-PEP8 versions of threading module. -if not hasattr(threading, "current_thread"): - threading.current_thread = threading.currentThread -if not hasattr(threading.Thread, "get_name"): - threading.Thread.get_name = threading.Thread.getName - -__all__ = ['Error', 'LockError', 'LockTimeout', 'AlreadyLocked', - 'LockFailed', 'UnlockError', 'NotLocked', 'NotMyLock', - 'LinkFileLock', 'MkdirFileLock', 'SQLiteFileLock', - 'LockBase', 'locked'] - - -class Error(Exception): - """ - Base class for other exceptions. - - >>> try: - ... raise Error - ... except Exception: - ... pass - """ - pass - - -class LockError(Error): - """ - Base class for error arising from attempts to acquire the lock. - - >>> try: - ... raise LockError - ... except Error: - ... pass - """ - pass - - -class LockTimeout(LockError): - """Raised when lock creation fails within a user-defined period of time. - - >>> try: - ... raise LockTimeout - ... except LockError: - ... pass - """ - pass - - -class AlreadyLocked(LockError): - """Some other thread/process is locking the file. - - >>> try: - ... raise AlreadyLocked - ... except LockError: - ... pass - """ - pass - - -class LockFailed(LockError): - """Lock file creation failed for some other reason. - - >>> try: - ... raise LockFailed - ... except LockError: - ... pass - """ - pass - - -class UnlockError(Error): - """ - Base class for errors arising from attempts to release the lock. - - >>> try: - ... raise UnlockError - ... except Error: - ... pass - """ - pass - - -class NotLocked(UnlockError): - """Raised when an attempt is made to unlock an unlocked file. - - >>> try: - ... raise NotLocked - ... except UnlockError: - ... pass - """ - pass - - -class NotMyLock(UnlockError): - """Raised when an attempt is made to unlock a file someone else locked. - - >>> try: - ... raise NotMyLock - ... except UnlockError: - ... pass - """ - pass - - -class _SharedBase(object): - def __init__(self, path): - self.path = path - - def acquire(self, timeout=None): - """ - Acquire the lock. - - * If timeout is omitted (or None), wait forever trying to lock the - file. - - * If timeout > 0, try to acquire the lock for that many seconds. If - the lock period expires and the file is still locked, raise - LockTimeout. - - * If timeout <= 0, raise AlreadyLocked immediately if the file is - already locked. - """ - raise NotImplemented("implement in subclass") - - def release(self): - """ - Release the lock. - - If the file is not locked, raise NotLocked. - """ - raise NotImplemented("implement in subclass") - - def __enter__(self): - """ - Context manager support. - """ - self.acquire() - return self - - def __exit__(self, *_exc): - """ - Context manager support. - """ - self.release() - - def __repr__(self): - return "<%s: %r>" % (self.__class__.__name__, self.path) - - -class LockBase(_SharedBase): - """Base class for platform-specific lock classes.""" - def __init__(self, path, threaded=True, timeout=None): - """ - >>> lock = LockBase('somefile') - >>> lock = LockBase('somefile', threaded=False) - """ - super(LockBase, self).__init__(path) - self.lock_file = os.path.abspath(path) + ".lock" - self.hostname = socket.gethostname() - self.pid = os.getpid() - if threaded: - t = threading.current_thread() - # Thread objects in Python 2.4 and earlier do not have ident - # attrs. Worm around that. - ident = getattr(t, "ident", hash(t)) - self.tname = "-%x" % (ident & 0xffffffff) - else: - self.tname = "" - dirname = os.path.dirname(self.lock_file) - - # unique name is mostly about the current process, but must - # also contain the path -- otherwise, two adjacent locked - # files conflict (one file gets locked, creating lock-file and - # unique file, the other one gets locked, creating lock-file - # and overwriting the already existing lock-file, then one - # gets unlocked, deleting both lock-file and unique file, - # finally the last lock errors out upon releasing. - self.unique_name = os.path.join(dirname, - "%s%s.%s%s" % (self.hostname, - self.tname, - self.pid, - hash(self.path))) - self.timeout = timeout - - def is_locked(self): - """ - Tell whether or not the file is locked. - """ - raise NotImplemented("implement in subclass") - - def i_am_locking(self): - """ - Return True if this object is locking the file. - """ - raise NotImplemented("implement in subclass") - - def break_lock(self): - """ - Remove a lock. Useful if a locking thread failed to unlock. - """ - raise NotImplemented("implement in subclass") - - def __repr__(self): - return "<%s: %r -- %r>" % (self.__class__.__name__, self.unique_name, - self.path) - - -def _fl_helper(cls, mod, *args, **kwds): - warnings.warn("Import from %s module instead of lockfile package" % mod, - DeprecationWarning, stacklevel=2) - # This is a bit funky, but it's only for awhile. The way the unit tests - # are constructed this function winds up as an unbound method, so it - # actually takes three args, not two. We want to toss out self. - if not isinstance(args[0], str): - # We are testing, avoid the first arg - args = args[1:] - if len(args) == 1 and not kwds: - kwds["threaded"] = True - return cls(*args, **kwds) - - -def LinkFileLock(*args, **kwds): - """Factory function provided for backwards compatibility. - - Do not use in new code. Instead, import LinkLockFile from the - lockfile.linklockfile module. - """ - from . import linklockfile - return _fl_helper(linklockfile.LinkLockFile, "lockfile.linklockfile", - *args, **kwds) - - -def MkdirFileLock(*args, **kwds): - """Factory function provided for backwards compatibility. - - Do not use in new code. Instead, import MkdirLockFile from the - lockfile.mkdirlockfile module. - """ - from . import mkdirlockfile - return _fl_helper(mkdirlockfile.MkdirLockFile, "lockfile.mkdirlockfile", - *args, **kwds) - - -def SQLiteFileLock(*args, **kwds): - """Factory function provided for backwards compatibility. - - Do not use in new code. Instead, import SQLiteLockFile from the - lockfile.mkdirlockfile module. - """ - from . import sqlitelockfile - return _fl_helper(sqlitelockfile.SQLiteLockFile, "lockfile.sqlitelockfile", - *args, **kwds) - - -def locked(path, timeout=None): - """Decorator which enables locks for decorated function. - - Arguments: - - path: path for lockfile. - - timeout (optional): Timeout for acquiring lock. - - Usage: - @locked('/var/run/myname', timeout=0) - def myname(...): - ... - """ - def decor(func): - @functools.wraps(func) - def wrapper(*args, **kwargs): - lock = FileLock(path, timeout=timeout) - lock.acquire() - try: - return func(*args, **kwargs) - finally: - lock.release() - return wrapper - return decor - - -if hasattr(os, "link"): - from . import linklockfile as _llf - LockFile = _llf.LinkLockFile -else: - from . import mkdirlockfile as _mlf - LockFile = _mlf.MkdirLockFile - -FileLock = LockFile diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index a2e73a529038ef6e30661b5bb1f8fc53c8bc56ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9765 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 E1N8@IMF0Q* diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/linklockfile.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/linklockfile.cpython-38.pyc deleted file mode 100644 index c992ec288bbfbf6dc1c49a5675e36a46414a0e34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2273 zcma)7&5smC6tAl8>F(*B9Tu1%A8J~Jg-(D?h>99n5I=|s4koJ+Iwqaosaoin?&;a8 z8gVDfMYwq5WTJ`5%#p-@z<;H#df6*S58!*%v#?7bv66cIUe)`m_kLCV-Qr?MVEppY z;q(XK{zhT%a6z~VQ+)%36HW_K(u7jvS-}!!zfR(Chr5MaHj+l^C0^+#ei<Y|*-V;c zn1qyEC%nPEhlG2g@xVzII9nsJzXM)LOwEC8T~)<ci!?7smDJrGiW{B@ZdAR&wM+>U zBKKvM7lNB+x6&xi*{`=yFbhb(%}Y^@wORbMkRs!DNAMoT**hE%uEJCw0}&*loWNNq zoMRDB@{lHOoo~|MJ`Wy}#N$mK!q?{uyanIDo}g`7H}c`Y<_4)v{y;9udOe|3q^l^4 zHefj#t9*DT%5+ucy=Ww>k&t>Tsy3nmjL%+-FN9$PV|8^kD$v2@Xs_3^XH-=RbaW>E zpL*vaeHYI!_~kFNLW$b0+hcIt-GRLgV15QuMNsfbN0V*Rr<^`uQ#K=%d{2faU80>q zC_kVeQ=(nYQ0EAFK!2vU$&lS5+fcnhQ+~cphc4_j?o;hey&1XB<~x1(Is;esw_)WH ztV1M!8lWGT%^9<ieuYTkAbdn+XCBL+E}+hg_FMOzZRpE@$v<xc_SSY|KB*&ZGw}Wd zd@k1d6!$UWKf28uuy&x%ci7fT+<PH|^}#wvh#CUtpCFIusKtXBVEi`O?BBA{Hv1Se zZgvg3w>~+%VPS~<?Lm>Xh)yesfZf6JPL}5wjP7N*#=avCdYj{1in_ZSl?01P=d_A) z6=gM0?Uvv>cpvZl{u_?JuEd9o3t$<Vh4C=o9E)_AmBKW7MFls)|LW!!QdUwnz{L1^ zj(isx!zyK5M3-qIqEbYU@o%nK3*#!CX%i@&4y}$iwqJ>GFzzS=@HCNas6vQQ?1F(P zHsm2(3&fD8Hil=7)MFwe*!cI_iY`YhqkMEeAA<j)I6uihtnP`s@8hDK>5pJs$rVfq zGg`suyTXOhmhtC>ItUKcMIeMS+M#XQVTWiymuTRkyu{ixa6G3&Td?Xf_i5m|)P3f$ zQ_iHb_wHPnJM3Y9b_eqK0$AkZ%eGCXWJc6c4cG^CusK@Z)J~sGEv9Ewy{A2k{rRqT zratI45GixsqQ)Y{=}wmF_6{pOZ|&qny@KZz{9Lp?))DTmZ$+huo2HqowBC~*<RniZ z=>RdF_$gOf$pg6JBRP)b2$08AzJ+}BoV){^@uesPJe!w5P%R+DR<8|}Y|)o0G*^9n zh1y`Q;T}%$<~uXG22s1QYjdl!JOvsy9eEnL=sCe;<hwwwz*P42p_3!~8ua|suTS7C z7}qVTmNkWzIFN`tqbN=BdIR70I33_mg>@w!IQDJamy@(5JPP~r7?M|{Yg&1lm9`Ub zd9Q(%vj0dZVCxxUOHU`q_UFGx`}Ie78~p68p**gMMHbW(|E6n1o&lA(@p8i0<htFj z$~9bv2WViEy^fjUn@*s~lQ;I|_(Cg&&NWSt+Lt6vO_-)-#m9vJzLln%<E+3p1|&aC zdDTl(c@i^NMuLr$*bEsXiS`rQYb+H`3p%)(Ubq|tffF<&uEs44xG~ma2_YonK^{h8 pVNN8bZ=bXJ23V-$n`B=j>)};FP4G#5hE=@S3JqE;paF~A{{Z=R7y1AI diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/mkdirlockfile.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/mkdirlockfile.cpython-38.pyc deleted file mode 100644 index e35fd763745d7d96211aebbee974e2fb7a72ddeb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2641 zcmb7FNskjp6t3#c?e;PThGAF^ttbPr0y7DMEK-=TM@ZmAnu!7}MJ<o3hiSVPPgNNh z%X7(a$vu~FvXA_P{DJ%ePIZcu6W1JbfV@|2GmGGmYSpV({i^$I-+T3At>zIJzkYop zT&xoEH*O9N3pUqb3I>D`MiY|KfTl)ZP~01d8JK#t0!y!UVC&Th9A+{rDWz`UrsbfV zdV!Z#f=XHqs%b5#QSu#OHgld6=0xtE8Pu7vMw+G9pougMHP_w{c`}eu7^nT5OXafo zNi5<#YrUp;#8K}3ywkhc7LoFhyW5VFh^cZbm$;p>4|Z^)DoEGkG|C53)ovs_YBMc~ zSO+y8942h8!xXoHL?ob$1O}tvX@gnJeon#HW6WVC;B4ly@^b>-daMF#iB(w*R+rV; z9IRz#f>*~??Lm*lT$>424nIQ9-vrj**zr4Hjf}I$e%psbQAg%{XL-HV!SK%p@+FwJ zV2Uq*NHV4)GNL16WKJwfq|r6U)`)a%2JgEL%o0p@(_A1EV?@HT4zM{Co<AL{tE+y3 zhFtRxnfJ*Bk*5(_ccJ-z4qx=;76vwA*Y36x5$%6GEG>!UC9x!0O^@4Py>i1a&SDvc z%E*PX`fa(TtZp7>s*EOus9m{RxsX{qjg(z1W<O@CGRWfXK@_5(X(>xY$tJJspU(8F zk}PullJG^4{CjIfru~(E+`klOLbj9S(lGuie;RFF#g}@9Poj+Fd<E5`_LUS<Hrp-t zcQ}*?K|KNqu^XmG9coeQjrDf8a43SyGw(VE9-R(!+=Z!gSO*l309w5=ua0PjnIpSY z(lMQoU1KV_3@hzf{4!*jemQ&Z^6SjlHM6<|Si%YOEZKwoupy@im{3Z7BH3>ikxtL! z|4@RDEREd>Vb*D~YmKaKS(dwA&)|Pavs)QgL4R#R`HM$T*lRP(UKRF?46xzV)RsSG zo!M}@vOxCeFBGhpV~Dot9=>P*BEbTX9Ak(<yEyrXY_}c~c^ow{ch4A~n1EHNZM%iE zS#EJG?Z+>E$MMIvudzFEME>ynw08Zc?O2zJ%>8y}djRE9KzK9f{*oBZF9|;ue!D1e zEsEIi#HQ{IK76EWErO%Uc)HP?=cnNB%0jd#Gi^WPHQd`e^}K<6>HD=ioabDbVn--9 zde#BpZsy94IL~tB+`04c-r9PBKPP$?3n}<Ke8|g4&;w<QB#QdnLEg&yQKsxpl0$vi z{3IUIHn@PkP}^alkIIDqYwQ-}G=5x~x_lNk;tCK#k5iX6sB5^?G3urPe4SQl)u<Z| zod=m^SZ`b#K>F4(s^+}Wpu>}gp*sC%2SYy_$YUGSNc{nr5gC&S5sMP=2>COnxjzTk zF^aA;q2h{k7<8JM6ws)%k5~ZS1xXosooll-Y!tc5ayiS>+2Re>T*NN=8w2U16j~%y zx~Iyq2n!j<R;XjH6UINrt&Td@mvRPK5@$VS^At*0=kX;iVvXJ4U_^P8L~w=NfY$=+ zo9KAfbrg?AYI^p=k;1+pNtcc>3Qz-U<Rxu2t-?kW7KS3O_zIH4*6@q)?jB5`y9OPe zI-IF@?tj>V1^BwiRX#5%<i-R`EVP7w4kADt>NskUj@)|;Qq?$Yr#j|vJ>5sk5X2ax z>f7O&Bi0=_ddNU@=H1nG7d8h&#BahyhRqMcb({Qr23jB)+xi4H6>~%<27+e$47^7; z>DGb}Djaf;`cf2a0(FR~zXa;|9Fk=qO+$k~S$K6E3BK|+;O^>aXA$uNkwgFo4Z28& zi-&#PKiV|bTTMu^hc_Dj7H%{z4AYzq66C94xIJhmQ%NZdS>6dleU<P}K>_~^iB8I8 z<gOywhlS>__IU+J6{fy?psuM`^Uk}jYr2+}HRn+8=0FZO=;au6jwQ^`A;GrBeIy?N nQAA(Dx+4{(gwF1FEd9gxS)tr-3eQ%tL+FBOK<m+u;amR!bare8 diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/pidlockfile.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/pidlockfile.cpython-38.pyc deleted file mode 100644 index e537eb5741ebdf8b8e781a33885792b40b4abca7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4845 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/sqlitelockfile.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/sqlitelockfile.cpython-38.pyc deleted file mode 100644 index e6a39395d9dc9b8e64f8b3e0ac897f86b27e927a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3700 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/symlinklockfile.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/lockfile/__pycache__/symlinklockfile.cpython-38.pyc deleted file mode 100644 index 4206b195310c64f8bd682a604787d3d5f8cd48bd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2162 zcmZ`)%W@nw6qVHK$Bf61I3|e`6Piatri$2At^z_81Oo|d!mzL@NN>8@qjub$evBne zQl6S@h&Sxm!Xh=Z%$6Nhd;s6jTUP!B7KD4%J+X0YO-Z_X^wrV1M|ZxToox~*KYwyD zyaU$XI5=523^t&u2ha#2Xi72~P>ME7S-?zh1(vV`PkCkscIE_5<_2!&1zy$&8kBrP zge{yyBAnQMW(7^bHc8t(0*|Ck%lT+q73o07VUqO=sXIp$7wpn|P;`4=Mk+2FokHUv z7RLPc00-p^wp&RS7Xw|+ev!&J5@sb9UG#mjSTNXts_sD(lYj~W*eT#%5M0=YG~nWb zaD)q%Ej-aUB!MHEVg`Cww8Sj*o|qH!&^Lqy_!rCh&4VmW@*cwYI!WW<`)K)5w;L<v z>%x!x9hmk9D#;)Ds@i;Oy}i2C=_0Swg0=(oE2!!gG@6X*h>YlnjjRc$M6*3>%tvI; zo=`!T$%uruAb^2&BwnoTNc2&9VVLBJ4#Scas^tAh@0Paer-?3S26?hSh{HU};x;e2 ziqjq0G9T$(Bo3%`b;aciA{SxhpZjY%>#y~b{_P}JI!e>q!{ko!B;NfHCru3>$GIrv zS_&7(yROx@oQ_xf2NDG~3ssprvjsN1a*DXsDef+Veba(B^Pn19{sLnJLF+YSYeaJ- zgFL00j_HIvW%bHB^t8w2IuJ)chWX)=W@8KXR^%~Cejxc{PPEf&%0DT=--wLe36bI< zNP2U6#`DVah=I4~wbx&?Cm8r@Tq4itPc)y?O@Y4aF?=yo<M<tVevRZzK)@(@NcPu% zG~V~uP1u}{M2Qb?*5dV_M2SX?pk})JgG9zYGU)FV(!ZgGOE;9CC_kzcZkA$kguFib z?N=;+eBN%!3otG@#!$|n>DIB3b2w_C!w_Rsy5DWym$Hy$D+!}4#05B9y0FbiLL%!R zoHUO6ZA;GMym9V9utReI>cfacUc|j_jT#5)CN#uZq#j+M9%pok&M}WU))LHc#{cy= zr~IYEd~105v=C}PU8HAP&_*p79oz*2B1R@eUC|J2;Gfm;xCHYS%&%&0;#ALTd+fk2 z7b9WVw>raxiqO2!HJQU})eLeGix2$mf%b8A`@o0y;+2g=8J=PxZ9q`bw2T%$+=_2! zkYhHGmtp1wt!O*VlZ?|C652<wMVZ7~u|((S>s-`(&*uW;s>vQ5qbjWl-GpO1ZEnz1 zZ`(=KD@gJ!MEZX~@=cig48fR(M~BO&1M=$L=fm*f`;#z=>yW?j!2u*_?H*)%`8I5V zG=;*f$a@DZq^k5V{TP^dp)+A3(;H9~vQ2=kg_pyX*Pxyd^Z976gM*W3<<(=fl|U-2 z_E}gZetj0gvbhbn=oyXNgFRKQ!?0dG4fA+on{9R45V0mEZcNOOxSL^^6=IO0-3r6~ zL6p`jZWxN98-^yI$`u6SV}l`-MvCvDbsS)0;fs_FXi#km3C2g*beivau4j4NthHzG z+?|0QNH|xb7OLC70ai)OpG&2Cqjr-hFh`h=&pNU6KCNzX7ay;}y)EWZkFD_k0H;0a Ay#N3J diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/linklockfile.py b/lib/python3.8/site-packages/pip/_vendor/lockfile/linklockfile.py deleted file mode 100644 index 2ca9be0..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/lockfile/linklockfile.py +++ /dev/null @@ -1,73 +0,0 @@ -from __future__ import absolute_import - -import time -import os - -from . import (LockBase, LockFailed, NotLocked, NotMyLock, LockTimeout, - AlreadyLocked) - - -class LinkLockFile(LockBase): - """Lock access to a file using atomic property of link(2). - - >>> lock = LinkLockFile('somefile') - >>> lock = LinkLockFile('somefile', threaded=False) - """ - - def acquire(self, timeout=None): - try: - open(self.unique_name, "wb").close() - except IOError: - raise LockFailed("failed to create %s" % self.unique_name) - - timeout = timeout if timeout is not None else self.timeout - end_time = time.time() - if timeout is not None and timeout > 0: - end_time += timeout - - while True: - # Try and create a hard link to it. - try: - os.link(self.unique_name, self.lock_file) - except OSError: - # Link creation failed. Maybe we've double-locked? - nlinks = os.stat(self.unique_name).st_nlink - if nlinks == 2: - # The original link plus the one I created == 2. We're - # good to go. - return - else: - # Otherwise the lock creation failed. - if timeout is not None and time.time() > end_time: - os.unlink(self.unique_name) - if timeout > 0: - raise LockTimeout("Timeout waiting to acquire" - " lock for %s" % - self.path) - else: - raise AlreadyLocked("%s is already locked" % - self.path) - time.sleep(timeout is not None and timeout / 10 or 0.1) - else: - # Link creation succeeded. We're good to go. - return - - def release(self): - if not self.is_locked(): - raise NotLocked("%s is not locked" % self.path) - elif not os.path.exists(self.unique_name): - raise NotMyLock("%s is locked, but not by me" % self.path) - os.unlink(self.unique_name) - os.unlink(self.lock_file) - - def is_locked(self): - return os.path.exists(self.lock_file) - - def i_am_locking(self): - return (self.is_locked() and - os.path.exists(self.unique_name) and - os.stat(self.unique_name).st_nlink == 2) - - def break_lock(self): - if os.path.exists(self.lock_file): - os.unlink(self.lock_file) diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/mkdirlockfile.py b/lib/python3.8/site-packages/pip/_vendor/lockfile/mkdirlockfile.py deleted file mode 100644 index 05a8c96..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/lockfile/mkdirlockfile.py +++ /dev/null @@ -1,84 +0,0 @@ -from __future__ import absolute_import, division - -import time -import os -import sys -import errno - -from . import (LockBase, LockFailed, NotLocked, NotMyLock, LockTimeout, - AlreadyLocked) - - -class MkdirLockFile(LockBase): - """Lock file by creating a directory.""" - def __init__(self, path, threaded=True, timeout=None): - """ - >>> lock = MkdirLockFile('somefile') - >>> lock = MkdirLockFile('somefile', threaded=False) - """ - LockBase.__init__(self, path, threaded, timeout) - # Lock file itself is a directory. Place the unique file name into - # it. - self.unique_name = os.path.join(self.lock_file, - "%s.%s%s" % (self.hostname, - self.tname, - self.pid)) - - def acquire(self, timeout=None): - timeout = timeout if timeout is not None else self.timeout - end_time = time.time() - if timeout is not None and timeout > 0: - end_time += timeout - - if timeout is None: - wait = 0.1 - else: - wait = max(0, timeout / 10) - - while True: - try: - os.mkdir(self.lock_file) - except OSError: - err = sys.exc_info()[1] - if err.errno == errno.EEXIST: - # Already locked. - if os.path.exists(self.unique_name): - # Already locked by me. - return - if timeout is not None and time.time() > end_time: - if timeout > 0: - raise LockTimeout("Timeout waiting to acquire" - " lock for %s" % - self.path) - else: - # Someone else has the lock. - raise AlreadyLocked("%s is already locked" % - self.path) - time.sleep(wait) - else: - # Couldn't create the lock for some other reason - raise LockFailed("failed to create %s" % self.lock_file) - else: - open(self.unique_name, "wb").close() - return - - def release(self): - if not self.is_locked(): - raise NotLocked("%s is not locked" % self.path) - elif not os.path.exists(self.unique_name): - raise NotMyLock("%s is locked, but not by me" % self.path) - os.unlink(self.unique_name) - os.rmdir(self.lock_file) - - def is_locked(self): - return os.path.exists(self.lock_file) - - def i_am_locking(self): - return (self.is_locked() and - os.path.exists(self.unique_name)) - - def break_lock(self): - if os.path.exists(self.lock_file): - for name in os.listdir(self.lock_file): - os.unlink(os.path.join(self.lock_file, name)) - os.rmdir(self.lock_file) diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/pidlockfile.py b/lib/python3.8/site-packages/pip/_vendor/lockfile/pidlockfile.py deleted file mode 100644 index 069e85b..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/lockfile/pidlockfile.py +++ /dev/null @@ -1,190 +0,0 @@ -# -*- coding: utf-8 -*- - -# pidlockfile.py -# -# Copyright © 2008–2009 Ben Finney <ben+python@benfinney.id.au> -# -# This is free software: you may copy, modify, and/or distribute this work -# under the terms of the Python Software Foundation License, version 2 or -# later as published by the Python Software Foundation. -# No warranty expressed or implied. See the file LICENSE.PSF-2 for details. - -""" Lockfile behaviour implemented via Unix PID files. - """ - -from __future__ import absolute_import - -import errno -import os -import time - -from . import (LockBase, AlreadyLocked, LockFailed, NotLocked, NotMyLock, - LockTimeout) - - -class PIDLockFile(LockBase): - """ Lockfile implemented as a Unix PID file. - - The lock file is a normal file named by the attribute `path`. - A lock's PID file contains a single line of text, containing - the process ID (PID) of the process that acquired the lock. - - >>> lock = PIDLockFile('somefile') - >>> lock = PIDLockFile('somefile') - """ - - def __init__(self, path, threaded=False, timeout=None): - # pid lockfiles don't support threaded operation, so always force - # False as the threaded arg. - LockBase.__init__(self, path, False, timeout) - self.unique_name = self.path - - def read_pid(self): - """ Get the PID from the lock file. - """ - return read_pid_from_pidfile(self.path) - - def is_locked(self): - """ Test if the lock is currently held. - - The lock is held if the PID file for this lock exists. - - """ - return os.path.exists(self.path) - - def i_am_locking(self): - """ Test if the lock is held by the current process. - - Returns ``True`` if the current process ID matches the - number stored in the PID file. - """ - return self.is_locked() and os.getpid() == self.read_pid() - - def acquire(self, timeout=None): - """ Acquire the lock. - - Creates the PID file for this lock, or raises an error if - the lock could not be acquired. - """ - - timeout = timeout if timeout is not None else self.timeout - end_time = time.time() - if timeout is not None and timeout > 0: - end_time += timeout - - while True: - try: - write_pid_to_pidfile(self.path) - except OSError as exc: - if exc.errno == errno.EEXIST: - # The lock creation failed. Maybe sleep a bit. - if time.time() > end_time: - if timeout is not None and timeout > 0: - raise LockTimeout("Timeout waiting to acquire" - " lock for %s" % - self.path) - else: - raise AlreadyLocked("%s is already locked" % - self.path) - time.sleep(timeout is not None and timeout / 10 or 0.1) - else: - raise LockFailed("failed to create %s" % self.path) - else: - return - - def release(self): - """ Release the lock. - - Removes the PID file to release the lock, or raises an - error if the current process does not hold the lock. - - """ - if not self.is_locked(): - raise NotLocked("%s is not locked" % self.path) - if not self.i_am_locking(): - raise NotMyLock("%s is locked, but not by me" % self.path) - remove_existing_pidfile(self.path) - - def break_lock(self): - """ Break an existing lock. - - Removes the PID file if it already exists, otherwise does - nothing. - - """ - remove_existing_pidfile(self.path) - - -def read_pid_from_pidfile(pidfile_path): - """ Read the PID recorded in the named PID file. - - Read and return the numeric PID recorded as text in the named - PID file. If the PID file cannot be read, or if the content is - not a valid PID, return ``None``. - - """ - pid = None - try: - pidfile = open(pidfile_path, 'r') - except IOError: - pass - else: - # According to the FHS 2.3 section on PID files in /var/run: - # - # The file must consist of the process identifier in - # ASCII-encoded decimal, followed by a newline character. - # - # Programs that read PID files should be somewhat flexible - # in what they accept; i.e., they should ignore extra - # whitespace, leading zeroes, absence of the trailing - # newline, or additional lines in the PID file. - - line = pidfile.readline().strip() - try: - pid = int(line) - except ValueError: - pass - pidfile.close() - - return pid - - -def write_pid_to_pidfile(pidfile_path): - """ Write the PID in the named PID file. - - Get the numeric process ID (“PID”) of the current process - and write it to the named file as a line of text. - - """ - open_flags = (os.O_CREAT | os.O_EXCL | os.O_WRONLY) - open_mode = 0o644 - pidfile_fd = os.open(pidfile_path, open_flags, open_mode) - pidfile = os.fdopen(pidfile_fd, 'w') - - # According to the FHS 2.3 section on PID files in /var/run: - # - # The file must consist of the process identifier in - # ASCII-encoded decimal, followed by a newline character. For - # example, if crond was process number 25, /var/run/crond.pid - # would contain three characters: two, five, and newline. - - pid = os.getpid() - pidfile.write("%s\n" % pid) - pidfile.close() - - -def remove_existing_pidfile(pidfile_path): - """ Remove the named PID file if it exists. - - Removing a PID file that doesn't already exist puts us in the - desired state, so we ignore the condition if the file does not - exist. - - """ - try: - os.remove(pidfile_path) - except OSError as exc: - if exc.errno == errno.ENOENT: - pass - else: - raise diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/sqlitelockfile.py b/lib/python3.8/site-packages/pip/_vendor/lockfile/sqlitelockfile.py deleted file mode 100644 index f997e24..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/lockfile/sqlitelockfile.py +++ /dev/null @@ -1,156 +0,0 @@ -from __future__ import absolute_import, division - -import time -import os - -try: - unicode -except NameError: - unicode = str - -from . import LockBase, NotLocked, NotMyLock, LockTimeout, AlreadyLocked - - -class SQLiteLockFile(LockBase): - "Demonstrate SQL-based locking." - - testdb = None - - def __init__(self, path, threaded=True, timeout=None): - """ - >>> lock = SQLiteLockFile('somefile') - >>> lock = SQLiteLockFile('somefile', threaded=False) - """ - LockBase.__init__(self, path, threaded, timeout) - self.lock_file = unicode(self.lock_file) - self.unique_name = unicode(self.unique_name) - - if SQLiteLockFile.testdb is None: - import tempfile - _fd, testdb = tempfile.mkstemp() - os.close(_fd) - os.unlink(testdb) - del _fd, tempfile - SQLiteLockFile.testdb = testdb - - import sqlite3 - self.connection = sqlite3.connect(SQLiteLockFile.testdb) - - c = self.connection.cursor() - try: - c.execute("create table locks" - "(" - " lock_file varchar(32)," - " unique_name varchar(32)" - ")") - except sqlite3.OperationalError: - pass - else: - self.connection.commit() - import atexit - atexit.register(os.unlink, SQLiteLockFile.testdb) - - def acquire(self, timeout=None): - timeout = timeout if timeout is not None else self.timeout - end_time = time.time() - if timeout is not None and timeout > 0: - end_time += timeout - - if timeout is None: - wait = 0.1 - elif timeout <= 0: - wait = 0 - else: - wait = timeout / 10 - - cursor = self.connection.cursor() - - while True: - if not self.is_locked(): - # Not locked. Try to lock it. - cursor.execute("insert into locks" - " (lock_file, unique_name)" - " values" - " (?, ?)", - (self.lock_file, self.unique_name)) - self.connection.commit() - - # Check to see if we are the only lock holder. - cursor.execute("select * from locks" - " where unique_name = ?", - (self.unique_name,)) - rows = cursor.fetchall() - if len(rows) > 1: - # Nope. Someone else got there. Remove our lock. - cursor.execute("delete from locks" - " where unique_name = ?", - (self.unique_name,)) - self.connection.commit() - else: - # Yup. We're done, so go home. - return - else: - # Check to see if we are the only lock holder. - cursor.execute("select * from locks" - " where unique_name = ?", - (self.unique_name,)) - rows = cursor.fetchall() - if len(rows) == 1: - # We're the locker, so go home. - return - - # Maybe we should wait a bit longer. - if timeout is not None and time.time() > end_time: - if timeout > 0: - # No more waiting. - raise LockTimeout("Timeout waiting to acquire" - " lock for %s" % - self.path) - else: - # Someone else has the lock and we are impatient.. - raise AlreadyLocked("%s is already locked" % self.path) - - # Well, okay. We'll give it a bit longer. - time.sleep(wait) - - def release(self): - if not self.is_locked(): - raise NotLocked("%s is not locked" % self.path) - if not self.i_am_locking(): - raise NotMyLock("%s is locked, but not by me (by %s)" % - (self.unique_name, self._who_is_locking())) - cursor = self.connection.cursor() - cursor.execute("delete from locks" - " where unique_name = ?", - (self.unique_name,)) - self.connection.commit() - - def _who_is_locking(self): - cursor = self.connection.cursor() - cursor.execute("select unique_name from locks" - " where lock_file = ?", - (self.lock_file,)) - return cursor.fetchone()[0] - - def is_locked(self): - cursor = self.connection.cursor() - cursor.execute("select * from locks" - " where lock_file = ?", - (self.lock_file,)) - rows = cursor.fetchall() - return not not rows - - def i_am_locking(self): - cursor = self.connection.cursor() - cursor.execute("select * from locks" - " where lock_file = ?" - " and unique_name = ?", - (self.lock_file, self.unique_name)) - return not not cursor.fetchall() - - def break_lock(self): - cursor = self.connection.cursor() - cursor.execute("delete from locks" - " where lock_file = ?", - (self.lock_file,)) - self.connection.commit() diff --git a/lib/python3.8/site-packages/pip/_vendor/lockfile/symlinklockfile.py b/lib/python3.8/site-packages/pip/_vendor/lockfile/symlinklockfile.py deleted file mode 100644 index 23b41f5..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/lockfile/symlinklockfile.py +++ /dev/null @@ -1,70 +0,0 @@ -from __future__ import absolute_import - -import os -import time - -from . import (LockBase, NotLocked, NotMyLock, LockTimeout, - AlreadyLocked) - - -class SymlinkLockFile(LockBase): - """Lock access to a file using symlink(2).""" - - def __init__(self, path, threaded=True, timeout=None): - # super(SymlinkLockFile).__init(...) - LockBase.__init__(self, path, threaded, timeout) - # split it back! - self.unique_name = os.path.split(self.unique_name)[1] - - def acquire(self, timeout=None): - # Hopefully unnecessary for symlink. - # try: - # open(self.unique_name, "wb").close() - # except IOError: - # raise LockFailed("failed to create %s" % self.unique_name) - timeout = timeout if timeout is not None else self.timeout - end_time = time.time() - if timeout is not None and timeout > 0: - end_time += timeout - - while True: - # Try and create a symbolic link to it. - try: - os.symlink(self.unique_name, self.lock_file) - except OSError: - # Link creation failed. Maybe we've double-locked? - if self.i_am_locking(): - # Linked to out unique name. Proceed. - return - else: - # Otherwise the lock creation failed. - if timeout is not None and time.time() > end_time: - if timeout > 0: - raise LockTimeout("Timeout waiting to acquire" - " lock for %s" % - self.path) - else: - raise AlreadyLocked("%s is already locked" % - self.path) - time.sleep(timeout / 10 if timeout is not None else 0.1) - else: - # Link creation succeeded. We're good to go. - return - - def release(self): - if not self.is_locked(): - raise NotLocked("%s is not locked" % self.path) - elif not self.i_am_locking(): - raise NotMyLock("%s is locked, but not by me" % self.path) - os.unlink(self.lock_file) - - def is_locked(self): - return os.path.islink(self.lock_file) - - def i_am_locking(self): - return (os.path.islink(self.lock_file) - and os.readlink(self.lock_file) == self.unique_name) - - def break_lock(self): - if os.path.islink(self.lock_file): # exists && link - os.unlink(self.lock_file) diff --git a/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py b/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py deleted file mode 100644 index b326507..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py +++ /dev/null @@ -1,65 +0,0 @@ -# coding: utf-8 -from pip._vendor.msgpack._version import version -from pip._vendor.msgpack.exceptions import * - -from collections import namedtuple - - -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) - - -import os -if os.environ.get('MSGPACK_PUREPYTHON'): - from pip._vendor.msgpack.fallback import Packer, unpackb, Unpacker -else: - try: - from pip._vendor.msgpack._cmsgpack import Packer, unpackb, Unpacker - except ImportError: - from pip._vendor.msgpack.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/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 92733e018d30ece11973acc2dd4b81af569133d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1990 zcmb7ETW=dh6rR~#uh(lk*Ai8wl;tLBq&gG{Q7S-ChzhC*QIqtt53JWa<J8Sw%*;3! z%LR!<s*q5BgY(!w!w;BOp86Mf;+$DKBq%&E)}A?YW<2M7=X__jn@yj<`0dl>=tq~3 zKXGw(c(C{qKKTa-Mi@;=Mng(bw^C~hXFIhsCv+&eOPIqd$Ancl%*;Kqj_j}kC#tC% zy4-zQop{VUp`rt}T3XBe(9h~&J!^ywO7c6S%f{Y3Z+}Sg>ki>_yS|uEg1?LY{g~v| zBf@-EKPKTkYp^EF3v7<f!@S5B!zEr1m-&2ni7$k&vFaviExZCuq(yagj|<r^a!~09 zApAVeI8(zx$`d?tcG%N}3_#%|q>O|XqoMtr^eD5Kee8wKbK;P&0xld~T{}=)hXX!( zf2st64+NJyS2ExSDp0T)^z$H-JA*jcZ6`Ai=m_=7be0c5QDjUNJ+kDI0<TB(R|*zO z*<g7WEEZarJ*E!)b(e};%-N;#PHs`6pd{veMY&^gWKF7LxNB^k*bt|?K3Yf$#)E7q zRnWzN)M$ytDn7Mz4;7b!LJY5d0Wn%ScmBhlZ+`Si%hP^e_H(J?JmK1gOLPsvuL)5I zT`^Z^|3RD%XC^rua3K()u0~PL_oJv~YdcA$cF=)#Fo>5_*P<v%V=1HPCHd>~Rh11^ z2mQef<19^YjQY2Veg5QQG@38k<2ftD>NKsZQPj`-DvH{JL(v3xNP9U4f>57&=39Yz zG(Rm<dlrqWJy3xVQKbDS$_h42QEx=iPs2E!?m+OYNTSHxt(((e6P~7ETLv$sSVZj- z3WSW!B^^|#LycurGg(E<>*3P(n|C+9`ubk9v3-AS<MGzFKdeJ;+zns}7rHvkkuP2C zZ5xG)#Dc441FuCN_u!M)Kq%4!ro5offE^P$wkOt@oX`_&WeN<iMvwde2HqYN-KRWJ zL8s^han6E$(N{nT;A#<cq!K*NI=(r*$$4<w)a7=kjH?s$3K0|o1^p!3<`6_Ju0RC3 zVlL7S#tp4O3+<M-X?J%&7CTbAxCMmxCu1gA7(ad{S;Y0Jz*T}|oDIZ|-D2=AfMW2{ z7l;*b0zx`^_@4*`S3{8p#yblPPyYwNmSymnpg?~Uyo<L`oQI(+cz^dg>_}58SG)uI zIT#4x6b51+lL<K?&nyM4+M{CtWT5<Rpp=z|8qF%!6Ge7fqIL=4e%zN_1|1-_h`#}5 zb%OmTJU=}aBt@=bXe4}&L|mdTD|fcMGnQRY;FhHwAO#bzL%>k%0H!hlScrdT!7Yh< z6Sm5FRy``-gH>xqUxoH<Pg}P=dl6x6o@aqc)7LIK!VeN&Qcl;CB87L`@K0bDl&_0b zNL}UmUSAZsws*L?*jF!3(=Jr0EGXg;S3!htT;w%MrXlM3ciEs2%Di)i2BxwGm3Go1 zX1anB9yK=12D*Y$o=J=$3YJ@YpOr7n7YJ6q4WdCkt6{G+JldcumPIeqIeNwRe6Qv; J9O_sO{Ts`o`I!I! diff --git a/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-38.pyc deleted file mode 100644 index f728a461f71eea101e12b727cbfd4fdbe3d4e07f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 179 zcmWIL<>g`kf=)}}co87|7{oyaj6jY95EpX*i4=w?h7`tN22CbS=9fS|!%H?00aD|q z$#{#sEVZaOGe2)7LlG-b2u%F4)i22{&@ad=(9O&%E=kPE(XGm~$S+ULFa-&MaeP^7 oUP^wEer|DkL1J>YK9CPKN3Wpr7Kcr4eoARhsvXFZ&p^xo0IYl~3jhEB diff --git a/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc deleted file mode 100644 index decff48f96b3f957c900c12c1fc41efe2080b66c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1813 zcmb7E&2G~`5cbAS;y4YYMe4EI3sNJ|^n?TmK?M}VB}Jle@MX1lC&a?>hPB<Fs5iLq zD18>*z*pXa6Eo}lxTQs6r5$<x$FuXzhh8sm@cejuPdxS<=NB>c(?sR~Z+3>{jiVgJ zzT*Ywn;SCZ8_GrA1%`YBc~3QwZ(80(zNOm8x4}b+7dBDis}4#!3rP#Su#M6{by3=d zHpcP62~i&g&<!`##(QVbi!l3@!;m|`oAr^PJyTBDP%Ly+1MS`N?uT?Hqc4YN5zO*f zr}LjLWClD+WR~%<Hayc);ILF@+{ics#ZM=30=%%!ar$`}1RT%k==ku-LdvJ|ys}=q zbDdAX@O&auo)w>}EP8BxuN5-n{Oy>Z>w=%kH0QbIk<6nBmr26G7;PR@0_(dfpT}vI zgH*$+oJ+6tg-GQTgeU_crdkyVeQyZywUEg|(-uPMNQg_vw6RT={C>WlPiOnHc(z9| zG40+wexy%f@{ok~iW5kcHv7};Gc|F4-KOE}+)(T3W(_1hv;6Jvvw=qI_rbSml);N) zJO=Z+NRrW|Yh1K2ID3wvVOv*PefcEoAfY*3rX>EqQg)7t{Am12=5k~x(2ZHTsJK(h zLj3JnZW+ApYi*`7KcuIeZ@*1XWD+aB=p;=ZDo2J|cVi9IuB}=P#Q%2<!TX$M-<A*@ zYt2)@=~4ek+ru>5wY0?lm6nP=AR~@s{icLD+5(|hp+9V@7QS=4>>QruMpDz~-&UVI zu3-&Q#0(f9A)3YsLXInRSm5q>f{NAjU2!Ft>NGh=0(;p+=X^IslH~^E6vGTGQYs)< zsEJ%GdwJ-a{^uoLyF)J6g(IAc22$K5SU(%#sQOg^P-PS7XK=H486;zK7yS&4K<yQ2 zR0)@H8s|dXr^qzc4r{Ub)~W%+r9ng>TAn4SY(3<q7-3~J->E9t{WRbPB8X3LN!e1W zKH2mGW;W5~dMOBhY=;m7)LG;>Y`$5q!)ix^)^!NBC>Twlxpy_J-69r|gp(b-8QJ>G zYx$lb*=W$CcVBE>yBjQe4S}f)KFXv3JD7$h+t8eq{c1(lbQG!Vy{j+q@(!_Uo3eLw u0%n}(QyZ?_B=r?htsSenOaE!LE1%g7M*rCF^u4~f<!v=Rx8L`e$Nm7LJCD!+ diff --git a/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc deleted file mode 100644 index 0517be24280af5478c31c9db11dc6db2e95be38e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26309 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/msgpack/_version.py b/lib/python3.8/site-packages/pip/_vendor/msgpack/_version.py deleted file mode 100644 index 926c5e7..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/msgpack/_version.py +++ /dev/null @@ -1 +0,0 @@ -version = (0, 6, 1) diff --git a/lib/python3.8/site-packages/pip/_vendor/msgpack/exceptions.py b/lib/python3.8/site-packages/pip/_vendor/msgpack/exceptions.py deleted file mode 100644 index d6d2615..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/msgpack/exceptions.py +++ /dev/null @@ -1,48 +0,0 @@ -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/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py b/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py deleted file mode 100644 index 5b731dd..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py +++ /dev/null @@ -1,1027 +0,0 @@ -"""Fallback pure Python implementation of msgpack""" - -import sys -import struct -import warnings - - -if sys.version_info[0] == 2: - PY2 = True - int_types = (int, long) - def dict_iteritems(d): - return d.iteritems() -else: - PY2 = False - 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'): - # cStringIO 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 pip._vendor.msgpack.exceptions import ( - BufferFull, - OutOfData, - ExtraData, - FormatError, - StackError, -) - -from pip._vendor.msgpack import ExtType - - -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): - try: - view = memoryview(obj) - except TypeError: - # try to use legacy buffer protocol if 2.7, otherwise re-raise - if PY2: - view = memoryview(buffer(obj)) - warnings.warn("using old buffer interface to unpack %s; " - "this leads to unpacking errors if slicing is used and " - "will be removed in a future version" % type(obj), - RuntimeWarning, stacklevel=3) - else: - raise - if view.itemsize != 1: - raise ValueError("cannot unpack from multi-byte object") - return view - - -def unpack(stream, **kwargs): - warnings.warn( - "Direct calling implementation's unpack() is deprecated, Use msgpack.unpack() or unpackb() instead.", - DeprecationWarning, stacklevel=2) - data = stream.read() - return unpackb(data, **kwargs) - - -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 typcast for legacy struct.unpack_from""" - return struct.unpack_from(f, bytes(b), o) -else: - _unpack_from = struct.unpack_from - - -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 (default). - Otherwise, unpack to Python str (or unicode on Python 2) by decoding - with UTF-8 encoding (recommended). - Currently, the default is true, but it will be changed to false in - near future. So you must specify it explicitly for keeping backward - compatibility. - - *encoding* option which is deprecated overrides this option. - - :param bool strict_map_key: - If true, only str or bytes are accepted for map (dict) keys. - It's False by default for backward-compatibility. - But it will be True from msgpack 1.0. - - :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 encoding: - Encoding used for decoding msgpack raw. - If it is None (default), msgpack raw is deserialized to Python bytes. - - :param str unicode_errors: - (deprecated) Used for decoding msgpack raw with *encoding*. - (default: `'strict'`) - - :param int max_buffer_size: - Limits size of data waiting unpacked. 0 means system's INT_MAX (default). - 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 or 1024*1024) - - :param int max_bin_len: - Deprecated, use *max_buffer_size* instead. - Limits max length of bin. (default: max_buffer_size or 1024*1024) - - :param int max_array_len: - Limits max length of array. - (default: max_buffer_size or 128*1024) - - :param int max_map_len: - Limits max length of map. - (default: max_buffer_size//2 or 32*1024) - - :param int max_ext_len: - Deprecated, use *max_buffer_size* instead. - Limits max size of ext type. (default: max_buffer_size or 1024*1024) - - Example of streaming deserialize from file-like object:: - - unpacker = Unpacker(file_like, raw=False, max_buffer_size=10*1024*1024) - for o in unpacker: - process(o) - - Example of streaming deserialize from socket:: - - unpacker = Unpacker(raw=False, max_buffer_size=10*1024*1024) - 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=True, strict_map_key=False, - object_hook=None, object_pairs_hook=None, list_hook=None, - encoding=None, unicode_errors=None, max_buffer_size=0, - ext_hook=ExtType, - max_str_len=-1, - max_bin_len=-1, - max_array_len=-1, - max_map_len=-1, - max_ext_len=-1): - if encoding is not None: - warnings.warn( - "encoding is deprecated, Use raw=False instead.", - DeprecationWarning, stacklevel=2) - - 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 max_str_len == -1: - max_str_len = max_buffer_size or 1024*1024 - if max_bin_len == -1: - max_bin_len = max_buffer_size or 1024*1024 - if max_array_len == -1: - max_array_len = max_buffer_size or 128*1024 - if max_map_len == -1: - max_map_len = max_buffer_size//2 or 32*1024 - if max_ext_len == -1: - max_ext_len = max_buffer_size or 1024*1024 - - self._max_buffer_size = max_buffer_size or 2**31-1 - 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._encoding = encoding - self._unicode_errors = unicode_errors - self._use_list = use_list - 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): - return self._read(n) - - def _read(self, n): - # (int) -> bytearray - self._reserve(n) - i = self._buff_i - self._buff_i = i+n - return self._buffer[i:i+n] - - def _reserve(self, n): - 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 - 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: - self._buff_i = 0 # rollback - raise OutOfData - - def _read_header(self, execute=EX_CONSTRUCT): - 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 b == 0xc4: - typ = TYPE_BIN - self._reserve(1) - n = self._buffer[self._buff_i] - self._buff_i += 1 - if n > self._max_bin_len: - raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) - obj = self._read(n) - elif b == 0xc5: - typ = TYPE_BIN - self._reserve(2) - n = _unpack_from(">H", self._buffer, self._buff_i)[0] - self._buff_i += 2 - if n > self._max_bin_len: - raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) - obj = self._read(n) - elif b == 0xc6: - typ = TYPE_BIN - self._reserve(4) - n = _unpack_from(">I", self._buffer, self._buff_i)[0] - self._buff_i += 4 - if n > self._max_bin_len: - raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) - obj = self._read(n) - elif b == 0xc7: # ext 8 - typ = TYPE_EXT - self._reserve(2) - L, n = _unpack_from('Bb', self._buffer, self._buff_i) - self._buff_i += 2 - if L > self._max_ext_len: - raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) - obj = self._read(L) - elif b == 0xc8: # ext 16 - typ = TYPE_EXT - self._reserve(3) - L, n = _unpack_from('>Hb', self._buffer, self._buff_i) - self._buff_i += 3 - if L > self._max_ext_len: - raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) - obj = self._read(L) - elif b == 0xc9: # ext 32 - typ = TYPE_EXT - self._reserve(5) - L, n = _unpack_from('>Ib', self._buffer, self._buff_i) - self._buff_i += 5 - if L > self._max_ext_len: - raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) - obj = self._read(L) - elif b == 0xca: - self._reserve(4) - obj = _unpack_from(">f", self._buffer, self._buff_i)[0] - self._buff_i += 4 - elif b == 0xcb: - self._reserve(8) - obj = _unpack_from(">d", self._buffer, self._buff_i)[0] - self._buff_i += 8 - elif b == 0xcc: - self._reserve(1) - obj = self._buffer[self._buff_i] - self._buff_i += 1 - elif b == 0xcd: - self._reserve(2) - obj = _unpack_from(">H", self._buffer, self._buff_i)[0] - self._buff_i += 2 - elif b == 0xce: - self._reserve(4) - obj = _unpack_from(">I", self._buffer, self._buff_i)[0] - self._buff_i += 4 - elif b == 0xcf: - self._reserve(8) - obj = _unpack_from(">Q", self._buffer, self._buff_i)[0] - self._buff_i += 8 - elif b == 0xd0: - self._reserve(1) - obj = _unpack_from("b", self._buffer, self._buff_i)[0] - self._buff_i += 1 - elif b == 0xd1: - self._reserve(2) - obj = _unpack_from(">h", self._buffer, self._buff_i)[0] - self._buff_i += 2 - elif b == 0xd2: - self._reserve(4) - obj = _unpack_from(">i", self._buffer, self._buff_i)[0] - self._buff_i += 4 - elif b == 0xd3: - self._reserve(8) - obj = _unpack_from(">q", self._buffer, self._buff_i)[0] - self._buff_i += 8 - elif b == 0xd4: # fixext 1 - typ = TYPE_EXT - if self._max_ext_len < 1: - raise ValueError("%s exceeds max_ext_len(%s)" % (1, self._max_ext_len)) - self._reserve(2) - n, obj = _unpack_from("b1s", self._buffer, self._buff_i) - self._buff_i += 2 - elif b == 0xd5: # fixext 2 - typ = TYPE_EXT - if self._max_ext_len < 2: - raise ValueError("%s exceeds max_ext_len(%s)" % (2, self._max_ext_len)) - self._reserve(3) - n, obj = _unpack_from("b2s", self._buffer, self._buff_i) - self._buff_i += 3 - elif b == 0xd6: # fixext 4 - typ = TYPE_EXT - if self._max_ext_len < 4: - raise ValueError("%s exceeds max_ext_len(%s)" % (4, self._max_ext_len)) - self._reserve(5) - n, obj = _unpack_from("b4s", self._buffer, self._buff_i) - self._buff_i += 5 - elif b == 0xd7: # fixext 8 - typ = TYPE_EXT - if self._max_ext_len < 8: - raise ValueError("%s exceeds max_ext_len(%s)" % (8, self._max_ext_len)) - self._reserve(9) - n, obj = _unpack_from("b8s", self._buffer, self._buff_i) - self._buff_i += 9 - elif b == 0xd8: # fixext 16 - typ = TYPE_EXT - if self._max_ext_len < 16: - raise ValueError("%s exceeds max_ext_len(%s)" % (16, self._max_ext_len)) - self._reserve(17) - n, obj = _unpack_from("b16s", self._buffer, self._buff_i) - self._buff_i += 17 - elif b == 0xd9: - typ = TYPE_RAW - self._reserve(1) - n = self._buffer[self._buff_i] - self._buff_i += 1 - 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 == 0xda: - typ = TYPE_RAW - self._reserve(2) - n, = _unpack_from(">H", self._buffer, self._buff_i) - self._buff_i += 2 - 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 == 0xdb: - typ = TYPE_RAW - self._reserve(4) - n, = _unpack_from(">I", self._buffer, self._buff_i) - self._buff_i += 4 - 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 == 0xdc: - typ = TYPE_ARRAY - self._reserve(2) - n, = _unpack_from(">H", self._buffer, self._buff_i) - self._buff_i += 2 - if n > self._max_array_len: - raise ValueError("%s exceeds max_array_len(%s)", n, self._max_array_len) - elif b == 0xdd: - typ = TYPE_ARRAY - self._reserve(4) - n, = _unpack_from(">I", self._buffer, self._buff_i) - self._buff_i += 4 - if n > self._max_array_len: - raise ValueError("%s exceeds max_array_len(%s)", n, self._max_array_len) - elif b == 0xde: - self._reserve(2) - n, = _unpack_from(">H", self._buffer, self._buff_i) - self._buff_i += 2 - if n > self._max_map_len: - raise ValueError("%s exceeds max_map_len(%s)", n, self._max_map_len) - typ = TYPE_MAP - elif b == 0xdf: - self._reserve(4) - n, = _unpack_from(">I", self._buffer, self._buff_i) - self._buff_i += 4 - if n > self._max_map_len: - raise ValueError("%s exceeds max_map_len(%s)", n, self._max_map_len) - typ = TYPE_MAP - else: - raise FormatError("Unknown header: 0x%x" % b) - return typ, n, obj - - def _unpack(self, execute=EX_CONSTRUCT): - typ, n, obj = self._read_header(execute) - - 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))) - 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._encoding is not None: - obj = obj.decode(self._encoding, self._unicode_errors) - elif self._raw: - obj = bytes(obj) - else: - obj = obj.decode('utf_8') - return obj - if typ == TYPE_EXT: - return self._ext_hook(n, bytes(obj)) - if typ == TYPE_BIN: - return 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. - - :param bool strict_types: - If set to true, types will be checked to be exact. Derived classes - from serializeable 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 str encoding: - (deprecated) Convert unicode to bytes with this encoding. (default: 'utf-8') - - :param str unicode_errors: - Error handler for encoding unicode. (default: 'strict') - """ - def __init__(self, default=None, encoding=None, unicode_errors=None, - use_single_float=False, autoreset=True, use_bin_type=False, - strict_types=False): - if encoding is None: - encoding = 'utf_8' - else: - warnings.warn( - "encoding is deprecated, Use raw=False instead.", - DeprecationWarning, stacklevel=2) - - if unicode_errors is None: - unicode_errors = 'strict' - - self._strict_types = strict_types - self._use_float = use_single_float - self._autoreset = autoreset - self._use_bin_type = use_bin_type - self._encoding = encoding - self._unicode_errors = unicode_errors - self._buffer = StringIO() - 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): - if self._encoding is None: - raise TypeError( - "Can't encode unicode string: " - "no encoding is specified") - obj = obj.encode(self._encoding, self._unicode_errors) - n = len(obj) - if n >= 2**32: - raise ValueError("String is too large") - self._pack_raw_header(n) - return self._buffer.write(obj) - if check(obj, memoryview): - n = len(obj) * obj.itemsize - if n >= 2**32: - raise ValueError("Memoryview is too large") - self._pack_bin_header(n) - return self._buffer.write(obj) - if check(obj, float): - if self._use_float: - return self._buffer.write(struct.pack(">Bf", 0xca, obj)) - return self._buffer.write(struct.pack(">Bd", 0xcb, obj)) - if check(obj, ExtType): - 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 not default_used and self._default is not None: - obj = self._default(obj) - default_used = 1 - continue - 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 usaful 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/lib/python3.8/site-packages/pip/_vendor/packaging/__about__.py b/lib/python3.8/site-packages/pip/_vendor/packaging/__about__.py deleted file mode 100644 index 7481c9e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/__about__.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -__all__ = [ - "__title__", - "__summary__", - "__uri__", - "__version__", - "__author__", - "__email__", - "__license__", - "__copyright__", -] - -__title__ = "packaging" -__summary__ = "Core utilities for Python packages" -__uri__ = "https://github.com/pypa/packaging" - -__version__ = "19.0" - -__author__ = "Donald Stufft and individual contributors" -__email__ = "donald@stufft.io" - -__license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2014-2019 %s" % __author__ diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py b/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py deleted file mode 100644 index a0cf67d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -from .__about__ import ( - __author__, - __copyright__, - __email__, - __license__, - __summary__, - __title__, - __uri__, - __version__, -) - -__all__ = [ - "__title__", - "__summary__", - "__uri__", - "__version__", - "__author__", - "__email__", - "__license__", - "__copyright__", -] diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-38.pyc deleted file mode 100644 index 1a5a1da6d643fd0d6a9f09f8a2a9c34a1026fd86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 694 zcmY+C&2AGh5Xbi`&E~5O6!mN(afn2+Z3PlR2nE_BLX{#o_+o8#oW$y`z4Av;_6>Lx zUMW{D@CJwz<3y<7k$>`7<NtWZ{xleL0~}vx=j=xm1mC^$??};^<1}{&2p}wjDx_f* z(Wr`P90m|U3<<R01lo{7XPwdny0is7dIEjgh5=3Cly=~Zc40_+@Q8OV0@{bii(q{I z6IFw8yg$pAMwQNTCaPL#yH7!Eg%L{bPirltWh*BO>-`R6R@jm=w(l`!Tvg?IhfbR@ zr^Ru1%e6m?PM5LV*^Sb;#*@6tMR|-VMZu-<G6Tj6RqwP|Z>$fi^Wr{V3%PDaH%fEj ztSE&Q+>n*h<Zg#@k{pA$X`XJZt<CE!TMN5!%W0vitlrgm_8^m7&8C;l_*Tih1hTMh zwX!6aK!o&Vg3C)%C~37=I;*s4hHwa-n?vYSsAlwjaZ51!J5=3p^5J;-=j8LTQgV$6 zE^hu-L9Q>aUQ7@(^2~f34}2R|&N_|dYJBEE#~um7_bo56C%WagPCVKk{^fPY!~YQ7 z^XMbK1$yY$9>3?At?H~6^+ZTxQD@SKSLzGjy!4xg$+ldA(hu#(FyT@;Z1uF>?bA1v b0$1|4{xW8ScoIk9fA%ZsB_Udb<{AD0ua?OK diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 0064abe1a824bd574bb4ef927d837a23a9471870..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 532 zcmY+A&q@O^5XQ5+ZTG(-`VjV@1wl{{^$EPFmt2OmS=->wX2~X%`UXCVue4WBeFO32 zOben3`H@Lx=KGk(vdjdn_sc^#3x)XP;O|N(xTVuS5R_0sBQTHwhBCxRMuAYFikcCQ z<rpV&g0YM-kqM?U#Y|?H%Nz??P~J$5)kMWAQK`yQzDQ)LihD6FH`G~7qhY^#>P_Qa z4H`RR-H<4~(!DnAu-94LI(YW&+)=y<xFQ)cfXch2u>eB}FgM-W>c!Ggm;%&T>4vU3 zK%?h%+t<6G_lT8U?~<H$4Zp_#-s)Y#s<x~OU~|&3JRn;zO2&l2W3eeCCfrT;*vqqb z-cmD5gA_Jmj0o(ddNQ7D?TWeNPls*)t<tXu+o>8d{~_!FXEVNUW)8bqr@Ir~_KyBf z-t>iet(WKgxIM6{TV?F5tL87&Lbr<<fNnKOpLXjZxk96SQ(v>K{)liC9v5NoZ-4y& Dp&y6* diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_compat.cpython-38.pyc deleted file mode 100644 index c724aa7f7f5b3810b4dfa9f94f215a73421a29a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 968 zcmah{&1+LZ5Z|vPuQ5%87R8T4ya+iofr_9|ilE@F2%_M-EZeu6_SyI4?xrQ7o?2-A zFZ9@dX|JC8FL-ihQ)+s0VCK!t?)>IAJMYu_dY6Fwc)cMNC*(H<tHL071L{75(L~dN zlr*I!OIgWNPBF&{kqRTewlsM}G(Tc#`!*5~bxg;;Gs%>uYgOBH@vB?9eNNJQntddr z&NX0@5f1~k@9JXajm*oYwmu{}Kh9lVSE1k7yz+87t1=Jq-Zc`t2F4_#SbZayXoGe@ z-E%PS$pyKfQ>LkA=ZR*Q^o)OJp8TYzOmi)A@=E}P)?(5fg1ogxc{5bQedWwBE0lA? zliVLdrZir~#5mr}0Q`<%YZUhwj3Fu2BxS43Q?5C*5{qYuDF5N@6m_Nww>!Q~Wg<c? z4f?1XpsokzlAh8_a>~yTj_zFnX5d-jf~Zt!Lf0SWPT~MAP<_QhYv~JwxA-!Db|=1U zCQaUK<(2cQD7F^)tNO$ozQklyd2A|O+exFcBXy8h2NRjqWuyGKnTL*)l{t~}DN@2s z5V{!scdGGC)gJIozz4EYhOU%lt!D-LJt@D<RIxm<_W?KZwK(<C8-N$qZXfCigpoi( z?Is=#yun{b*}06%id7>Pgr7GiB96H2BiuR~tXXLh(ffA?!7DEAqw_%6hY*c=NP0T+ zGYh0G&Tn!17H<Xa<}UP(jm7^~=GC+g{KJ=RG%w)L+t3384=Rz83*ES#n2G31I=H5l ZiIbh>8|`8Xhx|8L!uzx@1Wj0*{{^&)@2~&> diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc deleted file mode 100644 index 4540c5ed58ae5e9524b45b85f1a1233d5fb6fc44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2750 zcmcImOK%e~5Vm)d%_dEo^nuy}1#S?bHbMgN5TFPUh)XUlmt3sv+DWz~o7C$RHR>%r zz)#6v+AAmi0w-p?-I6xDNkHJp<Hy+k#xvt@^J#gxK%jhkzRtd83HgqL$&!IV4QlWX z1Sgz!NS8Kf*Jv1Bvtd&5fpCMH=Y*RgGcp@lksXmn7G^U%3$s~0YY7WxEpF|TO6~`o zL@H)jat?!DXP^Z0y8WJ1q0PM$FYtPPxYC!NuUK>7y9&lG?wBkF3~Eq=0}z5VC?^er zQ*NA-hRIEyffn$&1#On+xDBnv^Sl6UjxX^dv^HPnE70b7iI<@*@KwGB?Gj%HD>p*> zqu=y=Po26HK;nXZtZ$(P=p0UAwNaPgJTfL@8fF5~X-W%*TKs%dRo#BI@AY>*KTuAm zvpe*j^}dMq6P(nQod}=zWVP?OpPiQHx2h~qa^R|g6v1BqG_)C$qAwY<5f*Px=x{YQ za4*(QS!%*UZD|oYiYR(UMsx%gk7<2ugqgMzw8IP@EpxEqx79KaLxjZ@j4i<^2{zKY z+8|hh1^ZJD8XNWZ`tY$K@d{zKr`keZ$FmsgD8^P`MT}OOxFqW4W63gXk4|2_?CEgm zJ0XT(3{{C3pqs+D=EgH{;}IPh`$VE+z>x(=TMVx6iZBlcbetf7prqi7W5za8@KKkJ zkDgH^#xIf!3*-%$Peb$JMw=;UsGCAdir&FYhqfRvH&Y-`Hy=Xc_SqO<>P{L4UIWdJ z3-+&EL&dJD(6C$=Ek}7LB2KNu+|M!Qixy+|;HWrJ%JB|(aavg)7x9t!P8Tc)3ygJp ze1Pc{78yGpIGso%kz-{E#X1TMzT85wjp7!H+bHg!xTKD#hgqxH1z%{e2EwMcdG)9D zE~u^)e2O)w|B)pnhGe$uF9>p&-;KQ&-7A4`w4WZJ#hOv*aQk|w{(|cC8<j|aNpaRu zc{m4hQJR~b#X9zT6HuE8w_A|oW<D34UytSi;hWKJhJ{$LKbz=MX-4PrW7r?ZE$L?e zmf7^nc{&GjF?yT*!O*Ys#T=joNp9wsNi)E!c|d={bea_slOB1dHUYJjkckn&$-A&D zk&^J`-^VjjC<*oTN)B1EIlzB1@Ik~JlbB=@|2l<M@9;>tDzX#TCjo`_%ZOE9<DLNj LK5Urf9SiC&gCOB6 diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc deleted file mode 100644 index 24f3eebfc4632e6735096b11e206392f6d493684..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8875 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc deleted file mode 100644 index 1ffff71534b82b7d6f05c2ecafe9281f18cc20f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3973 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 Ln`3&;$Qu6z{ciZy diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc deleted file mode 100644 index bd337ead1358e50a051debd30b58e2c6272847e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19724 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 G<bMOCLd;$O diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc deleted file mode 100644 index b1f9be2e0d0404e4374e4306bd58ccc5637dff3e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1425 zcmbVMPj4GV6rY)0@2)qtTbhD;=wX3Eu|hVvRBELtLINSdA(uh{L$%s?CiXb{uQOvO zG0uf@;mRklkGb$c_y}`Fs?=N0J@MYe{S)BC*zf0=_ujmDZ+>t5ZMPc}7{5K(%wDtz z`3o0s4-Xcff#|ORIN`J)B^}U`4Or<7Jc>G2_yeDN+%H;XFbK+U5K<!iWyD)6I%xBN zhrg0R%p=~0-wn<ll79Rg;*q{*ujPljE~Z9gvTSN)Y{cbEYFSsd*C<(;>}XmI4Xh8I zQ{2LA@2hH-7m_~`%K3%s$vpURJ4+vL4bkt_z_}0dIf%XvV91hkx*#jIWGe!xu!EO$ z8#39<hIv(2atN{KB2!`{POYb>hqhJJCqnh9^{c!T7esX-&da?WQ#Lz|Y_?^kO<ok+ zb9o;e$M;a_B%6tf*J`K9hsXIyR->J%k%dm1GyBe!!!T|SGh_gSscV2&%0N9b<;r*g zlX=IG1$j!($#<l><r71XV|9lT{47X7et^=xCnItWrA`>9$DaCfL6;t9OCL2Wx}x9- z8q-<^$R2Mk!%MEf9(@6^!N+r6WYXr*aa;ZFBKY9fMoz)6z4pUcWC9$6*B{O+cIU+F zbI4@F+5U944QJbUZR<GOGiU2KTj$co;j9JZ0W@{zzr+cQZ^lw5@SO>DmS|bZB3Fs2 zlXVlMS*DH3vQLx4sY%AUPU=b|z@jNc!sXGCP@)<N?P8rsGfvD{Bq#Y<BGJ9#h0so= zL?LnwTg9jpl}X(Oh3z!=f8ITRe;$7FQ@Y#Vx?_o@>A%Rrhoe#616Yv9y>kkL(Wmqg z5cGs`pyz@fTu|sRqb`_b>8_=xuCp!y+rhT?Mxqj@joQD9v9OVS!pQvYmF|J7z=x3T z6*V-k-cMieI`}_%sT**N+C+F40lWQ8PU;pcw?N)x6Qxb94P44ROu3lh#NPt!cU6dc z0|46+O+6gjAa5FY6gD`jRhb*hlu+2%)}Pd}vf=vLt=A}FeT-{8h>33yYJ=AwuB)}J zCRaxPBRhNZzitL=(H{VifYA=^v6%T@OmFxf1K!5jD`Dy*@alJLoWUQDnJSTG3Ll?B zLKPCAZX<k%fQ7jdZ8)sUMixS~QH9Uf1$rwxcZ-hHXs@jKv=I9kO=IylS;Ve;u@|-e E1}jup`~Uy| diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-38.pyc deleted file mode 100644 index a5847a8bf7bc0c2ccae7eba7cc8ddb584cc5098a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12055 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 IMz{L^A80j7ApigX diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/_compat.py b/lib/python3.8/site-packages/pip/_vendor/packaging/_compat.py deleted file mode 100644 index 25da473..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/_compat.py +++ /dev/null @@ -1,31 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import sys - - -PY2 = sys.version_info[0] == 2 -PY3 = sys.version_info[0] == 3 - -# flake8: noqa - -if PY3: - string_types = (str,) -else: - string_types = (basestring,) - - -def with_metaclass(meta, *bases): - """ - Create a base class with a metaclass. - """ - # This requires a bit of explanation: the basic idea is to make a dummy - # metaclass for one level of class instantiation that replaces itself with - # the actual metaclass. - class metaclass(meta): - def __new__(cls, name, this_bases, d): - return meta(name, bases, d) - - return type.__new__(metaclass, "temporary_class", (), {}) diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py b/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py deleted file mode 100644 index 68dcca6..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py +++ /dev/null @@ -1,68 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - - -class Infinity(object): - def __repr__(self): - return "Infinity" - - def __hash__(self): - return hash(repr(self)) - - def __lt__(self, other): - return False - - def __le__(self, other): - return False - - def __eq__(self, other): - return isinstance(other, self.__class__) - - def __ne__(self, other): - return not isinstance(other, self.__class__) - - def __gt__(self, other): - return True - - def __ge__(self, other): - return True - - def __neg__(self): - return NegativeInfinity - - -Infinity = Infinity() - - -class NegativeInfinity(object): - def __repr__(self): - return "-Infinity" - - def __hash__(self): - return hash(repr(self)) - - def __lt__(self, other): - return True - - def __le__(self, other): - return True - - def __eq__(self, other): - return isinstance(other, self.__class__) - - def __ne__(self, other): - return not isinstance(other, self.__class__) - - def __gt__(self, other): - return False - - def __ge__(self, other): - return False - - def __neg__(self): - return Infinity - - -NegativeInfinity = NegativeInfinity() diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py b/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py deleted file mode 100644 index 5482476..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py +++ /dev/null @@ -1,296 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import operator -import os -import platform -import sys - -from pip._vendor.pyparsing import ParseException, ParseResults, stringStart, stringEnd -from pip._vendor.pyparsing import ZeroOrMore, Group, Forward, QuotedString -from pip._vendor.pyparsing import Literal as L # noqa - -from ._compat import string_types -from .specifiers import Specifier, InvalidSpecifier - - -__all__ = [ - "InvalidMarker", - "UndefinedComparison", - "UndefinedEnvironmentName", - "Marker", - "default_environment", -] - - -class InvalidMarker(ValueError): - """ - An invalid marker was found, users should refer to PEP 508. - """ - - -class UndefinedComparison(ValueError): - """ - An invalid operation was attempted on a value that doesn't support it. - """ - - -class UndefinedEnvironmentName(ValueError): - """ - A name was attempted to be used that does not exist inside of the - environment. - """ - - -class Node(object): - def __init__(self, value): - self.value = value - - def __str__(self): - return str(self.value) - - def __repr__(self): - return "<{0}({1!r})>".format(self.__class__.__name__, str(self)) - - def serialize(self): - raise NotImplementedError - - -class Variable(Node): - def serialize(self): - return str(self) - - -class Value(Node): - def serialize(self): - return '"{0}"'.format(self) - - -class Op(Node): - def serialize(self): - 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") - | L("sys.platform") # PEP-345 - | L("platform.version") # PEP-345 - | L("platform.machine") # PEP-345 - | L("platform.python_implementation") # PEP-345 - | L("python_implementation") # PEP-345 - | L("extra") # undocumented setuptools legacy -) -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): - if isinstance(results, ParseResults): - return [_coerce_parse_result(i) for i in results] - else: - return results - - -def _format_marker(marker, first=True): - assert isinstance(marker, (list, tuple, string_types)) - - # Sometimes we have a structure like [[...]] which is a single item list - # where the single item is itself it's own list. In that case we want skip - # the rest of this function so that we don't get extraneous () on the - # outside. - if ( - isinstance(marker, list) - and len(marker) == 1 - and isinstance(marker[0], (list, tuple)) - ): - return _format_marker(marker[0]) - - if isinstance(marker, list): - inner = (_format_marker(m, first=False) for m in marker) - if first: - return " ".join(inner) - else: - return "(" + " ".join(inner) + ")" - elif isinstance(marker, tuple): - return " ".join([m.serialize() for m in marker]) - else: - return marker - - -_operators = { - "in": lambda lhs, rhs: lhs in rhs, - "not in": lambda lhs, rhs: lhs not in rhs, - "<": operator.lt, - "<=": operator.le, - "==": operator.eq, - "!=": operator.ne, - ">=": operator.ge, - ">": operator.gt, -} - - -def _eval_op(lhs, op, rhs): - try: - spec = Specifier("".join([op.serialize(), rhs])) - except InvalidSpecifier: - pass - else: - return spec.contains(lhs) - - oper = _operators.get(op.serialize()) - if oper is None: - raise UndefinedComparison( - "Undefined {0!r} on {1!r} and {2!r}.".format(op, lhs, rhs) - ) - - return oper(lhs, rhs) - - -_undefined = object() - - -def _get_env(environment, name): - value = environment.get(name, _undefined) - - if value is _undefined: - raise UndefinedEnvironmentName( - "{0!r} does not exist in evaluation environment.".format(name) - ) - - return value - - -def _evaluate_markers(markers, environment): - groups = [[]] - - for marker in markers: - assert isinstance(marker, (list, tuple, string_types)) - - if isinstance(marker, list): - groups[-1].append(_evaluate_markers(marker, environment)) - elif isinstance(marker, tuple): - lhs, op, rhs = marker - - if isinstance(lhs, Variable): - lhs_value = _get_env(environment, lhs.value) - rhs_value = rhs.value - else: - lhs_value = lhs.value - rhs_value = _get_env(environment, rhs.value) - - groups[-1].append(_eval_op(lhs_value, op, rhs_value)) - else: - assert marker in ["and", "or"] - if marker == "or": - groups.append([]) - - return any(all(item) for item in groups) - - -def format_full_version(info): - 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(): - if hasattr(sys, "implementation"): - iver = format_full_version(sys.implementation.version) - implementation_name = sys.implementation.name - else: - iver = "0" - implementation_name = "" - - return { - "implementation_name": implementation_name, - "implementation_version": iver, - "os_name": os.name, - "platform_machine": platform.machine(), - "platform_release": platform.release(), - "platform_system": platform.system(), - "platform_version": platform.version(), - "python_full_version": platform.python_version(), - "platform_python_implementation": platform.python_implementation(), - "python_version": platform.python_version()[:3], - "sys_platform": sys.platform, - } - - -class Marker(object): - def __init__(self, marker): - try: - self._markers = _coerce_parse_result(MARKER.parseString(marker)) - except ParseException as e: - err_str = "Invalid marker: {0!r}, parse error at {1!r}".format( - marker, marker[e.loc : e.loc + 8] - ) - raise InvalidMarker(err_str) - - def __str__(self): - return _format_marker(self._markers) - - def __repr__(self): - return "<Marker({0!r})>".format(str(self)) - - def evaluate(self, environment=None): - """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/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py b/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py deleted file mode 100644 index dbc5f11..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py +++ /dev/null @@ -1,138 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import string -import re - -from pip._vendor.pyparsing import stringStart, stringEnd, originalTextFor, ParseException -from pip._vendor.pyparsing import ZeroOrMore, Word, Optional, Regex, Combine -from pip._vendor.pyparsing import Literal as L # noqa -from pip._vendor.six.moves.urllib import parse as urlparse - -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(object): - """Parse a requirement. - - Parse a given requirement string into its parts, such as name, specifier, - URL, and extras. Raises InvalidRequirement on a badly-formed requirement - string. - """ - - # TODO: Can we test whether something is contained within a requirement? - # If so how do we do that? Do we need to test against the _name_ of - # the thing as well as the version? What about the markers? - # TODO: Can we normalize the name and extra name? - - def __init__(self, requirement_string): - try: - req = REQUIREMENT.parseString(requirement_string) - except ParseException as e: - raise InvalidRequirement( - 'Parse error at "{0!r}": {1}'.format( - requirement_string[e.loc : e.loc + 8], e.msg - ) - ) - - self.name = req.name - if req.url: - parsed_url = urlparse.urlparse(req.url) - if parsed_url.scheme == "file": - if urlparse.urlunparse(parsed_url) != req.url: - raise InvalidRequirement("Invalid URL given") - elif not (parsed_url.scheme and parsed_url.netloc) or ( - not parsed_url.scheme and not parsed_url.netloc - ): - raise InvalidRequirement("Invalid URL: {0}".format(req.url)) - self.url = req.url - else: - self.url = None - self.extras = set(req.extras.asList() if req.extras else []) - self.specifier = SpecifierSet(req.specifier) - self.marker = req.marker if req.marker else None - - def __str__(self): - parts = [self.name] - - if self.extras: - parts.append("[{0}]".format(",".join(sorted(self.extras)))) - - if self.specifier: - parts.append(str(self.specifier)) - - if self.url: - parts.append("@ {0}".format(self.url)) - if self.marker: - parts.append(" ") - - if self.marker: - parts.append("; {0}".format(self.marker)) - - return "".join(parts) - - def __repr__(self): - return "<Requirement({0!r})>".format(str(self)) diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py b/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py deleted file mode 100644 index 743576a..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py +++ /dev/null @@ -1,749 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import abc -import functools -import itertools -import re - -from ._compat import string_types, with_metaclass -from .version import Version, LegacyVersion, parse - - -class InvalidSpecifier(ValueError): - """ - An invalid specifier was found, users should refer to PEP 440. - """ - - -class BaseSpecifier(with_metaclass(abc.ABCMeta, object)): - @abc.abstractmethod - def __str__(self): - """ - Returns the str representation of this Specifier like object. This - should be representative of the Specifier itself. - """ - - @abc.abstractmethod - def __hash__(self): - """ - Returns a hash value for this Specifier like object. - """ - - @abc.abstractmethod - def __eq__(self, other): - """ - Returns a boolean representing whether or not the two Specifier like - objects are equal. - """ - - @abc.abstractmethod - def __ne__(self, other): - """ - Returns a boolean representing whether or not the two Specifier like - objects are not equal. - """ - - @abc.abstractproperty - def prereleases(self): - """ - Returns whether or not pre-releases as a whole are allowed by this - specifier. - """ - - @prereleases.setter - def prereleases(self, value): - """ - Sets whether or not pre-releases as a whole are allowed by this - specifier. - """ - - @abc.abstractmethod - def contains(self, item, prereleases=None): - """ - Determines if the given item is contained within this specifier. - """ - - @abc.abstractmethod - def filter(self, iterable, prereleases=None): - """ - 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 = {} - - def __init__(self, spec="", prereleases=None): - match = self._regex.search(spec) - if not match: - raise InvalidSpecifier("Invalid specifier: '{0}'".format(spec)) - - self._spec = (match.group("operator").strip(), match.group("version").strip()) - - # Store whether or not this Specifier should accept prereleases - self._prereleases = prereleases - - def __repr__(self): - pre = ( - ", prereleases={0!r}".format(self.prereleases) - if self._prereleases is not None - else "" - ) - - return "<{0}({1!r}{2})>".format(self.__class__.__name__, str(self), pre) - - def __str__(self): - return "{0}{1}".format(*self._spec) - - def __hash__(self): - return hash(self._spec) - - def __eq__(self, other): - if isinstance(other, string_types): - try: - other = self.__class__(other) - except InvalidSpecifier: - return NotImplemented - elif not isinstance(other, self.__class__): - return NotImplemented - - return self._spec == other._spec - - def __ne__(self, other): - if isinstance(other, string_types): - try: - other = self.__class__(other) - except InvalidSpecifier: - return NotImplemented - elif not isinstance(other, self.__class__): - return NotImplemented - - return self._spec != other._spec - - def _get_operator(self, op): - return getattr(self, "_compare_{0}".format(self._operators[op])) - - def _coerce_version(self, version): - if not isinstance(version, (LegacyVersion, Version)): - version = parse(version) - return version - - @property - def operator(self): - return self._spec[0] - - @property - def version(self): - return self._spec[1] - - @property - def prereleases(self): - return self._prereleases - - @prereleases.setter - def prereleases(self, value): - self._prereleases = value - - def __contains__(self, item): - return self.contains(item) - - def contains(self, item, prereleases=None): - # 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") - 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 item.is_prerelease and not prereleases: - return False - - # Actually do the comparison to determine if this item is contained - # within this Specifier or not. - return self._get_operator(self.operator)(item, self.version) - - def filter(self, iterable, prereleases=None): - yielded = False - found_prereleases = [] - - kw = {"prereleases": prereleases if prereleases is not None else True} - - # Attempt to iterate over all the values in the iterable and if any of - # them match, yield them. - for version in iterable: - parsed_version = self._coerce_version(version) - - if self.contains(parsed_version, **kw): - # If our version is a prerelease, and we were not set to allow - # prereleases, then we'll store it for later incase nothing - # else matches this specifier. - if parsed_version.is_prerelease and not ( - prereleases or self.prereleases - ): - found_prereleases.append(version) - # Either this is not a prerelease, or we should have been - # accepting prereleases from the beginning. - else: - yielded = True - yield version - - # Now that we've iterated over everything, determine if we've yielded - # any values, and if we have not and we have any prereleases stored up - # then we will go ahead and yield the prereleases. - if not yielded and found_prereleases: - for version in found_prereleases: - yield version - - -class LegacySpecifier(_IndividualSpecifier): - - _regex_str = r""" - (?P<operator>(==|!=|<=|>=|<|>)) - \s* - (?P<version> - [^,;\s)]* # Since this is a "legacy" specifier, and the version - # string can be just about anything, we match everything - # except for whitespace, a semi-colon for marker support, - # a closing paren since versions can be enclosed in - # them, and a comma since it's a version separator. - ) - """ - - _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) - - _operators = { - "==": "equal", - "!=": "not_equal", - "<=": "less_than_equal", - ">=": "greater_than_equal", - "<": "less_than", - ">": "greater_than", - } - - def _coerce_version(self, version): - if not isinstance(version, LegacyVersion): - version = LegacyVersion(str(version)) - return version - - def _compare_equal(self, prospective, spec): - return prospective == self._coerce_version(spec) - - def _compare_not_equal(self, prospective, spec): - return prospective != self._coerce_version(spec) - - def _compare_less_than_equal(self, prospective, spec): - return prospective <= self._coerce_version(spec) - - def _compare_greater_than_equal(self, prospective, spec): - return prospective >= self._coerce_version(spec) - - def _compare_less_than(self, prospective, spec): - return prospective < self._coerce_version(spec) - - def _compare_greater_than(self, prospective, spec): - return prospective > self._coerce_version(spec) - - -def _require_version_compare(fn): - @functools.wraps(fn) - def wrapped(self, prospective, spec): - if not isinstance(prospective, Version): - return False - return fn(self, prospective, spec) - - return wrapped - - -class Specifier(_IndividualSpecifier): - - _regex_str = r""" - (?P<operator>(~=|==|!=|<=|>=|<|>|===)) - (?P<version> - (?: - # 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. - (?<!==|!=|~=) # We have special cases for these - # operators so we want to make sure they - # don't match here. - - \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]*) - )? - (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release - ) - ) - """ - - _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) - - _operators = { - "~=": "compatible", - "==": "equal", - "!=": "not_equal", - "<=": "less_than_equal", - ">=": "greater_than_equal", - "<": "less_than", - ">": "greater_than", - "===": "arbitrary", - } - - @_require_version_compare - def _compare_compatible(self, prospective, spec): - # Compatible releases have an equivalent combination of >= and ==. That - # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to - # implement this in terms of the other specifiers instead of - # implementing it ourselves. The only thing we need to do is construct - # the other specifiers. - - # We want everything but the last item in the version, but we want to - # ignore post and dev releases and we want to treat the pre-release as - # it's own separate segment. - prefix = ".".join( - list( - itertools.takewhile( - lambda x: (not x.startswith("post") and not x.startswith("dev")), - _version_split(spec), - ) - )[:-1] - ) - - # Add the prefix notation to the end of our string - prefix += ".*" - - return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( - prospective, prefix - ) - - @_require_version_compare - def _compare_equal(self, prospective, spec): - # 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. - 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. - 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. - prospective = prospective[: len(spec)] - - # Pad out our two sides with zeros so that they both equal the same - # length. - spec, prospective = _pad_version(spec, prospective) - else: - # Convert our spec string into a Version - spec = 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.local: - prospective = Version(prospective.public) - - return prospective == spec - - @_require_version_compare - def _compare_not_equal(self, prospective, spec): - return not self._compare_equal(prospective, spec) - - @_require_version_compare - def _compare_less_than_equal(self, prospective, spec): - return prospective <= Version(spec) - - @_require_version_compare - def _compare_greater_than_equal(self, prospective, spec): - return prospective >= Version(spec) - - @_require_version_compare - def _compare_less_than(self, prospective, spec): - # Convert our spec to a Version instance, since we'll want to work with - # it as a version. - spec = Version(spec) - - # Check to see if the prospective version is less than the spec - # version. If it's not we can short circuit and just return False now - # instead of doing extra unneeded work. - if not prospective < spec: - return False - - # This special case is here so that, unless the specifier itself - # includes is a pre-release version, that we do not accept pre-release - # versions for the version mentioned in the specifier (e.g. <3.1 should - # not match 3.1.dev0, but should match 3.0.dev0). - if not spec.is_prerelease and prospective.is_prerelease: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # If we've gotten to here, it means that prospective version is both - # less than the spec version *and* it's not a pre-release of the same - # version in the spec. - return True - - @_require_version_compare - def _compare_greater_than(self, prospective, spec): - # Convert our spec to a Version instance, since we'll want to work with - # it as a version. - spec = Version(spec) - - # Check to see if the prospective version is greater than the spec - # version. If it's not we can short circuit and just return False now - # instead of doing extra unneeded work. - if not prospective > spec: - return False - - # This special case is here so that, unless the specifier itself - # includes is a post-release version, that we do not accept - # post-release versions for the version mentioned in the specifier - # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). - if not spec.is_postrelease and prospective.is_postrelease: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # Ensure that we do not allow a local version of the version mentioned - # in the specifier, which is technically greater than, to match. - if prospective.local is not None: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # If we've gotten to here, it means that prospective version is both - # greater than the spec version *and* it's not a pre-release of the - # same version in the spec. - return True - - def _compare_arbitrary(self, prospective, spec): - return str(prospective).lower() == str(spec).lower() - - @property - def prereleases(self): - # 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): - self._prereleases = value - - -_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") - - -def _version_split(version): - result = [] - for item in version.split("."): - match = _prefix_regex.search(item) - if match: - result.extend(match.groups()) - else: - result.append(item) - return result - - -def _pad_version(left, right): - left_split, right_split = [], [] - - # Get the release segment of our versions - left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) - right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) - - # Get the rest of our versions - left_split.append(left[len(left_split[0]) :]) - right_split.append(right[len(right_split[0]) :]) - - # Insert our padding - left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) - right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) - - return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) - - -class SpecifierSet(BaseSpecifier): - def __init__(self, specifiers="", prereleases=None): - # Split on , to break each indidivual specifier into it's own item, and - # strip each item to remove leading/trailing whitespace. - specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] - - # Parsed each individual specifier, attempting first to make it a - # Specifier and falling back to a LegacySpecifier. - parsed = set() - for specifier in 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): - pre = ( - ", prereleases={0!r}".format(self.prereleases) - if self._prereleases is not None - else "" - ) - - return "<SpecifierSet({0!r}{1})>".format(str(self), pre) - - def __str__(self): - return ",".join(sorted(str(s) for s in self._specs)) - - def __hash__(self): - return hash(self._specs) - - def __and__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - specifier = SpecifierSet() - specifier._specs = frozenset(self._specs | other._specs) - - if self._prereleases is None and other._prereleases is not None: - specifier._prereleases = other._prereleases - elif self._prereleases is not None and other._prereleases is None: - specifier._prereleases = self._prereleases - elif self._prereleases == other._prereleases: - specifier._prereleases = self._prereleases - else: - raise ValueError( - "Cannot combine SpecifierSets with True and False prerelease " - "overrides." - ) - - return specifier - - def __eq__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif isinstance(other, _IndividualSpecifier): - other = SpecifierSet(str(other)) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - return self._specs == other._specs - - def __ne__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif isinstance(other, _IndividualSpecifier): - other = SpecifierSet(str(other)) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - return self._specs != other._specs - - def __len__(self): - return len(self._specs) - - def __iter__(self): - return iter(self._specs) - - @property - def prereleases(self): - # 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): - self._prereleases = value - - def __contains__(self, item): - return self.contains(item) - - def contains(self, item, prereleases=None): - # 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, prereleases=None): - # 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 = [] - found_prereleases = [] - - 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/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py b/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py deleted file mode 100644 index 8841878..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py +++ /dev/null @@ -1,57 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import re - -from .version import InvalidVersion, Version - - -_canonicalize_regex = re.compile(r"[-_.]+") - - -def canonicalize_name(name): - # This is taken from PEP 503. - return _canonicalize_regex.sub("-", name).lower() - - -def canonicalize_version(version): - """ - This is very similar to Version.__str__, but has one subtle differences - with the way it handles the release segment. - """ - - try: - version = Version(version) - except InvalidVersion: - # Legacy versions cannot be normalized - return version - - parts = [] - - # Epoch - if version.epoch != 0: - parts.append("{0}!".format(version.epoch)) - - # Release segment - # NB: This strips trailing '.0's to normalize - parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in version.release))) - - # Pre-release - if version.pre is not None: - parts.append("".join(str(x) for x in version.pre)) - - # Post-release - if version.post is not None: - parts.append(".post{0}".format(version.post)) - - # Development release - if version.dev is not None: - parts.append(".dev{0}".format(version.dev)) - - # Local version segment - if version.local is not None: - parts.append("+{0}".format(version.local)) - - return "".join(parts) diff --git a/lib/python3.8/site-packages/pip/_vendor/packaging/version.py b/lib/python3.8/site-packages/pip/_vendor/packaging/version.py deleted file mode 100644 index 95157a1..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/packaging/version.py +++ /dev/null @@ -1,420 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import collections -import itertools -import re - -from ._structures import Infinity - - -__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] - - -_Version = collections.namedtuple( - "_Version", ["epoch", "release", "dev", "pre", "post", "local"] -) - - -def parse(version): - """ - Parse the given version string and return either a :class:`Version` object - or a :class:`LegacyVersion` object depending on if the given version is - a valid PEP 440 version or a legacy version. - """ - try: - return Version(version) - except InvalidVersion: - return LegacyVersion(version) - - -class InvalidVersion(ValueError): - """ - An invalid version was found, users should refer to PEP 440. - """ - - -class _BaseVersion(object): - def __hash__(self): - return hash(self._key) - - def __lt__(self, other): - return self._compare(other, lambda s, o: s < o) - - def __le__(self, other): - return self._compare(other, lambda s, o: s <= o) - - def __eq__(self, other): - return self._compare(other, lambda s, o: s == o) - - def __ge__(self, other): - return self._compare(other, lambda s, o: s >= o) - - def __gt__(self, other): - return self._compare(other, lambda s, o: s > o) - - def __ne__(self, other): - return self._compare(other, lambda s, o: s != o) - - def _compare(self, other, method): - if not isinstance(other, _BaseVersion): - return NotImplemented - - return method(self._key, other._key) - - -class LegacyVersion(_BaseVersion): - def __init__(self, version): - self._version = str(version) - self._key = _legacy_cmpkey(self._version) - - def __str__(self): - return self._version - - def __repr__(self): - return "<LegacyVersion({0})>".format(repr(str(self))) - - @property - def public(self): - return self._version - - @property - def base_version(self): - return self._version - - @property - def epoch(self): - return -1 - - @property - def release(self): - return None - - @property - def pre(self): - return None - - @property - def post(self): - return None - - @property - def dev(self): - return None - - @property - def local(self): - return None - - @property - def is_prerelease(self): - return False - - @property - def is_postrelease(self): - return False - - @property - def is_devrelease(self): - 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): - 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): - # 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 = [] - 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) - parts = tuple(parts) - - return epoch, 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<epoch>[0-9]+)!)? # epoch - (?P<release>[0-9]+(?:\.[0-9]+)*) # release segment - (?P<pre> # pre-release - [-_\.]? - (?P<pre_l>(a|b|c|rc|alpha|beta|pre|preview)) - [-_\.]? - (?P<pre_n>[0-9]+)? - )? - (?P<post> # post release - (?:-(?P<post_n1>[0-9]+)) - | - (?: - [-_\.]? - (?P<post_l>post|rev|r) - [-_\.]? - (?P<post_n2>[0-9]+)? - ) - )? - (?P<dev> # dev release - [-_\.]? - (?P<dev_l>dev) - [-_\.]? - (?P<dev_n>[0-9]+)? - )? - ) - (?:\+(?P<local>[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): - # Validate the version and parse it into pieces - match = self._regex.search(version) - if not match: - raise InvalidVersion("Invalid version: '{0}'".format(version)) - - # Store the parsed out pieces of the version - self._version = _Version( - epoch=int(match.group("epoch")) if match.group("epoch") else 0, - release=tuple(int(i) for i in match.group("release").split(".")), - pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")), - post=_parse_letter_version( - match.group("post_l"), match.group("post_n1") or match.group("post_n2") - ), - dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")), - local=_parse_local_version(match.group("local")), - ) - - # Generate a key which will be used for sorting - self._key = _cmpkey( - self._version.epoch, - self._version.release, - self._version.pre, - self._version.post, - self._version.dev, - self._version.local, - ) - - def __repr__(self): - return "<Version({0})>".format(repr(str(self))) - - def __str__(self): - parts = [] - - # Epoch - if self.epoch != 0: - parts.append("{0}!".format(self.epoch)) - - # Release segment - parts.append(".".join(str(x) for x in self.release)) - - # Pre-release - if self.pre is not None: - parts.append("".join(str(x) for x in self.pre)) - - # Post-release - if self.post is not None: - parts.append(".post{0}".format(self.post)) - - # Development release - if self.dev is not None: - parts.append(".dev{0}".format(self.dev)) - - # Local version segment - if self.local is not None: - parts.append("+{0}".format(self.local)) - - return "".join(parts) - - @property - def epoch(self): - return self._version.epoch - - @property - def release(self): - return self._version.release - - @property - def pre(self): - return self._version.pre - - @property - def post(self): - return self._version.post[1] if self._version.post else None - - @property - def dev(self): - return self._version.dev[1] if self._version.dev else None - - @property - def local(self): - if self._version.local: - return ".".join(str(x) for x in self._version.local) - else: - return None - - @property - def public(self): - return str(self).split("+", 1)[0] - - @property - def base_version(self): - parts = [] - - # Epoch - if self.epoch != 0: - parts.append("{0}!".format(self.epoch)) - - # Release segment - parts.append(".".join(str(x) for x in self.release)) - - return "".join(parts) - - @property - def is_prerelease(self): - return self.dev is not None or self.pre is not None - - @property - def is_postrelease(self): - return self.post is not None - - @property - def is_devrelease(self): - return self.dev is not None - - -def _parse_letter_version(letter, number): - 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) - - -_local_version_separators = re.compile(r"[\._-]") - - -def _parse_local_version(local): - """ - 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) - ) - - -def _cmpkey(epoch, release, pre, post, dev, local): - # 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 = -Infinity - # Versions without a pre-release (except as noted above) should sort after - # those with one. - elif pre is None: - pre = Infinity - - # Versions without a post segment should sort before those with one. - if post is None: - post = -Infinity - - # Versions without a development segment should sort after those with one. - if dev is None: - dev = Infinity - - if local is None: - # Versions without a local segment should sort before those with one. - local = -Infinity - 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 (-Infinity, i) for i in local) - - return epoch, release, pre, post, dev, local diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__init__.py b/lib/python3.8/site-packages/pip/_vendor/pep517/__init__.py deleted file mode 100644 index 9c1a098..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pep517/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -"""Wrappers to build Python packages using PEP 517 hooks -""" - -__version__ = '0.5.0' diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index a802c9ad1c24163127bd8f747dd319dbd1a2ee31..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 243 zcmWIL<>g`kf=)}}_z)od7{oyaj6jY95Et_Ri4=w?h7`sq#uTPt22JKFv+$zCf`Zhd zVug}?g{0EVoD_wC%94!yJcWY9<m|-s)MACw;>^5sg#gz81ye(Fg^c|C>|(AeRs%g# zJp(^Yrd#as@hSPq@$t8~<KxSK24&{w#mBE?C}IX$1}1*l=$GUc=oe%b=w{{>mn7!o z=vHM~<d>&rn1Tes7^pKZCBI0&AhiH!iGF;1W?p7Ve7s&k<t+}I-29Z%oK!oIH;S2n H1Pe0&PG~`Z diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/_in_process.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/_in_process.cpython-38.pyc deleted file mode 100644 index 18d4f6a7156b13de3b8e424070b89ddfa54f08ec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5501 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-38.pyc deleted file mode 100644 index 744280ec0b229e865f145906e147702f491c12dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2757 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 G>Hh%qH^#>R diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-38.pyc deleted file mode 100644 index aaafbb9e4ae6b77d412b9c3a7b2f9cdb9406f0dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4726 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 E0$^mvHvj+t diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-38.pyc deleted file mode 100644 index c31d93ebbcf8c5af706498524df0b3ec8c7805ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2913 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 F{1K8J^vVDL diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-38.pyc deleted file mode 100644 index 8c8f23b5483a246d9b3e35f2e4b969075902d95f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 965 zcma)3O>fgc5ZzsG5+}4Jd=<DLUn?~U6e0qu5E2rqKnfqFD$2!jvQFdF@mg!ARx0-d z7Y@)PR}d%vrM+_MU+9S$J3v$siIwK<&Un}J-kZJE)f$2I>CrViVTAm|WN|@_JcWpM z00ij~K?U<^kLEk;F_(=EL2nab9G27r!A0pK>2XmO71&EbU6}JqwWtWTOEzl9+dEDm zeAiO0BfQ|ig3L;k7vuTG?yIil1=ilX=Z(&$B?IgAEFQsjKfkusJOeJIdu9L*kl^pd z;ZTKm2@y2`Vv^=Wh4I-qT|Y5mI%X+JjUh|f7fQ)KX_GhPEqM>pfEMp+nw*!W@vza! zs5aeTAdy{WXf8uH(0m+8Krx+!8P|sFk2MdSc%;jRiK7l8O@|p#b?AKlxD`*rR_KKd zFNk8t_Z!DvM<(v5jm13dBR3FIwL&*+-+R~^$O-(b8P0SKop5bzRzWGKi_kh%S79Ge z%;pQ#;{cyQM0Wu|aXzA4@vRdY({C)L-|0SKbFDu>=>^S7VFy(L$P8uT8Ew?umyXDo zTE)s`1e8|56}(Wz@#Q=(LHd{HO~{r{W(&R+llj0-?<`J5FkyH!WnY&}hb4VghSvpO z^hROh3$${Zkl&op3SI8mCR{5#11|sL7wc-K`szBiUH?aKlzs!^Pw$PguGqGa1KTcK zHKJLhSB_j2c`~rQU?_9K3STZL$*s;^Hn%5IOnvtWPCi-#;MAlhTVp1#l}-K&lZ(HP diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-38.pyc deleted file mode 100644 index 8c753dc273057705462064d8b8643fd19bbc2ab1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4245 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 AG5`Po diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-38.pyc deleted file mode 100644 index 4cc6e1c3d113f1eeb86dec3faba012273cd842ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5505 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py b/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py deleted file mode 100644 index d6524b6..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py +++ /dev/null @@ -1,207 +0,0 @@ -"""This is invoked in a subprocess to call the build backend hooks. - -It expects: -- Command line args: hook_name, control_dir -- Environment variable: PEP517_BUILD_BACKEND=entry.point:spec -- control_dir/input.json: - - {"kwargs": {...}} - -Results: -- control_dir/output.json - - {"return_val": ...} -""" -from glob import glob -from importlib import import_module -import os -from os.path import join as pjoin -import re -import shutil -import sys - -# This is run as a script, not a module, so it can't do a relative import -import compat - - -class BackendUnavailable(Exception): - """Raised if we cannot import the backend""" - - -def _build_backend(): - """Find and load the build backend""" - ep = os.environ['PEP517_BUILD_BACKEND'] - mod_path, _, obj_path = ep.partition(':') - try: - obj = import_module(mod_path) - except ImportError: - raise BackendUnavailable - if obj_path: - for path_part in obj_path.split('.'): - obj = getattr(obj, path_part) - return obj - - -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 prepare_metadata_for_build_wheel(metadata_directory, config_settings): - """Invoke optional prepare_metadata_for_build_wheel - - Implements a fallback by building a wheel if the hook isn't defined. - """ - backend = _build_backend() - try: - hook = backend.prepare_metadata_for_build_wheel - except AttributeError: - return _get_wheel_metadata_from_wheel(backend, 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( - backend, metadata_directory, config_settings): - """Build a wheel and extract the metadata from it. - - Fallback for when the build backend does not - define the 'get_wheel_metadata' hook. - """ - from zipfile import ZipFile - whl_basename = backend.build_wheel(metadata_directory, config_settings) - 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 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 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 - - -HOOK_NAMES = { - 'get_requires_for_build_wheel', - 'prepare_metadata_for_build_wheel', - 'build_wheel', - 'get_requires_for_build_sdist', - 'build_sdist', -} - - -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 = compat.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: - json_out['no_backend'] = True - except GotUnsupportedOperation: - json_out['unsupported'] = True - - compat.write_json(json_out, pjoin(control_dir, 'output.json'), indent=2) - - -if __name__ == '__main__': - main() diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/build.py b/lib/python3.8/site-packages/pip/_vendor/pep517/build.py deleted file mode 100644 index ac6c949..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pep517/build.py +++ /dev/null @@ -1,108 +0,0 @@ -"""Build a project using PEP 517 hooks. -""" -import argparse -import logging -import os -import contextlib -from pip._vendor import pytoml -import shutil -import errno -import tempfile - -from .envbuild import BuildEnvironment -from .wrappers import Pep517HookCaller - -log = logging.getLogger(__name__) - - -@contextlib.contextmanager -def tempdir(): - td = tempfile.mkdtemp() - try: - yield td - finally: - shutil.rmtree(td) - - -def _do_build(hooks, env, dist, dest): - get_requires_name = 'get_requires_for_build_{dist}'.format(**locals()) - get_requires = getattr(hooks, get_requires_name) - reqs = get_requires({}) - log.info('Got build requires: %s', reqs) - - env.pip_install(reqs) - log.info('Installed dynamic build dependencies') - - with tempdir() as td: - log.info('Trying to build %s in %s', dist, td) - build_name = 'build_{dist}'.format(**locals()) - build = getattr(hooks, build_name) - filename = build(td, {}) - source = os.path.join(td, filename) - shutil.move(source, os.path.join(dest, os.path.basename(filename))) - - -def mkdir_p(*args, **kwargs): - """Like `mkdir`, but does not raise an exception if the - directory already exists. - """ - try: - return os.mkdir(*args, **kwargs) - except OSError as exc: - if exc.errno != errno.EEXIST: - raise - - -def build(source_dir, dist, dest=None): - pyproject = os.path.join(source_dir, 'pyproject.toml') - dest = os.path.join(source_dir, dest or 'dist') - mkdir_p(dest) - - with open(pyproject) as f: - pyproject_data = pytoml.load(f) - # Ensure the mandatory data can be loaded - buildsys = pyproject_data['build-system'] - requires = buildsys['requires'] - backend = buildsys['build-backend'] - - hooks = Pep517HookCaller(source_dir, backend) - - with BuildEnvironment() as env: - env.pip_install(requires) - _do_build(hooks, env, dist, dest) - - -parser = argparse.ArgumentParser() -parser.add_argument( - 'source_dir', - help="A directory containing pyproject.toml", -) -parser.add_argument( - '--binary', '-b', - action='store_true', - default=False, -) -parser.add_argument( - '--source', '-s', - action='store_true', - default=False, -) -parser.add_argument( - '--out-dir', '-o', - help="Destination in which to save the builds relative to source dir", -) - - -def main(args): - # determine which dists to build - dists = list(filter(None, ( - 'sdist' if args.source or not args.binary else None, - 'wheel' if args.binary or not args.source else None, - ))) - - for dist in dists: - build(args.source_dir, dist, args.out_dir) - - -if __name__ == '__main__': - main(parser.parse_args()) diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/check.py b/lib/python3.8/site-packages/pip/_vendor/pep517/check.py deleted file mode 100644 index f4cdc6b..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pep517/check.py +++ /dev/null @@ -1,202 +0,0 @@ -"""Check a project and backend by attempting to build using PEP 517 hooks. -""" -import argparse -import logging -import os -from os.path import isfile, join as pjoin -from pip._vendor.pytoml import TomlError, load as toml_load -import shutil -from subprocess import CalledProcessError -import sys -import tarfile -from tempfile import mkdtemp -import zipfile - -from .colorlog import enable_colourful_output -from .envbuild import BuildEnvironment -from .wrappers import Pep517HookCaller - -log = logging.getLogger(__name__) - - -def check_build_sdist(hooks, build_sys_requires): - with BuildEnvironment() as env: - try: - env.pip_install(build_sys_requires) - log.info('Installed static build dependencies') - except CalledProcessError: - log.error('Failed to install static build dependencies') - return False - - try: - reqs = hooks.get_requires_for_build_sdist({}) - log.info('Got build requires: %s', reqs) - except Exception: - log.error('Failure in get_requires_for_build_sdist', exc_info=True) - return False - - try: - env.pip_install(reqs) - log.info('Installed dynamic build dependencies') - except CalledProcessError: - log.error('Failed to install dynamic build dependencies') - return False - - td = mkdtemp() - log.info('Trying to build sdist in %s', td) - try: - try: - filename = hooks.build_sdist(td, {}) - log.info('build_sdist returned %r', filename) - except Exception: - log.info('Failure in build_sdist', exc_info=True) - return False - - if not filename.endswith('.tar.gz'): - log.error( - "Filename %s doesn't have .tar.gz extension", filename) - return False - - path = pjoin(td, filename) - if isfile(path): - log.info("Output file %s exists", path) - else: - log.error("Output file %s does not exist", path) - return False - - if tarfile.is_tarfile(path): - log.info("Output file is a tar file") - else: - log.error("Output file is not a tar file") - return False - - finally: - shutil.rmtree(td) - - return True - - -def check_build_wheel(hooks, build_sys_requires): - with BuildEnvironment() as env: - try: - env.pip_install(build_sys_requires) - log.info('Installed static build dependencies') - except CalledProcessError: - log.error('Failed to install static build dependencies') - return False - - try: - reqs = hooks.get_requires_for_build_wheel({}) - log.info('Got build requires: %s', reqs) - except Exception: - log.error('Failure in get_requires_for_build_sdist', exc_info=True) - return False - - try: - env.pip_install(reqs) - log.info('Installed dynamic build dependencies') - except CalledProcessError: - log.error('Failed to install dynamic build dependencies') - return False - - td = mkdtemp() - log.info('Trying to build wheel in %s', td) - try: - try: - filename = hooks.build_wheel(td, {}) - log.info('build_wheel returned %r', filename) - except Exception: - log.info('Failure in build_wheel', exc_info=True) - return False - - if not filename.endswith('.whl'): - log.error("Filename %s doesn't have .whl extension", filename) - return False - - path = pjoin(td, filename) - if isfile(path): - log.info("Output file %s exists", path) - else: - log.error("Output file %s does not exist", path) - return False - - if zipfile.is_zipfile(path): - log.info("Output file is a zip file") - else: - log.error("Output file is not a zip file") - return False - - finally: - shutil.rmtree(td) - - return True - - -def check(source_dir): - pyproject = pjoin(source_dir, 'pyproject.toml') - if isfile(pyproject): - log.info('Found pyproject.toml') - else: - log.error('Missing pyproject.toml') - return False - - try: - with open(pyproject) as f: - pyproject_data = toml_load(f) - # Ensure the mandatory data can be loaded - buildsys = pyproject_data['build-system'] - requires = buildsys['requires'] - backend = buildsys['build-backend'] - log.info('Loaded pyproject.toml') - except (TomlError, KeyError): - log.error("Invalid pyproject.toml", exc_info=True) - return False - - hooks = Pep517HookCaller(source_dir, backend) - - sdist_ok = check_build_sdist(hooks, requires) - wheel_ok = check_build_wheel(hooks, requires) - - if not sdist_ok: - log.warning('Sdist checks failed; scroll up to see') - if not wheel_ok: - log.warning('Wheel checks failed') - - return sdist_ok - - -def main(argv=None): - ap = argparse.ArgumentParser() - ap.add_argument( - 'source_dir', - help="A directory containing pyproject.toml") - args = ap.parse_args(argv) - - enable_colourful_output() - - ok = check(args.source_dir) - - if ok: - print(ansi('Checks passed', 'green')) - else: - print(ansi('Checks failed', 'red')) - sys.exit(1) - - -ansi_codes = { - 'reset': '\x1b[0m', - 'bold': '\x1b[1m', - 'red': '\x1b[31m', - 'green': '\x1b[32m', -} - - -def ansi(s, attr): - if os.name != 'nt' and sys.stdout.isatty(): - return ansi_codes[attr] + str(s) + ansi_codes['reset'] - else: - return str(s) - - -if __name__ == '__main__': - main() diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/colorlog.py b/lib/python3.8/site-packages/pip/_vendor/pep517/colorlog.py deleted file mode 100644 index 69c8a59..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pep517/colorlog.py +++ /dev/null @@ -1,115 +0,0 @@ -"""Nicer log formatting with colours. - -Code copied from Tornado, Apache licensed. -""" -# Copyright 2012 Facebook -# -# 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. - -import logging -import sys - -try: - import curses -except ImportError: - curses = None - - -def _stderr_supports_color(): - color = False - if curses and hasattr(sys.stderr, 'isatty') and sys.stderr.isatty(): - try: - curses.setupterm() - if curses.tigetnum("colors") > 0: - color = True - except Exception: - pass - return color - - -class LogFormatter(logging.Formatter): - """Log formatter with colour support - """ - DEFAULT_COLORS = { - logging.INFO: 2, # Green - logging.WARNING: 3, # Yellow - logging.ERROR: 1, # Red - logging.CRITICAL: 1, - } - - def __init__(self, color=True, datefmt=None): - r""" - :arg bool color: Enables color support. - :arg string fmt: Log message format. - It will be applied to the attributes dict of log records. The - text between ``%(color)s`` and ``%(end_color)s`` will be colored - depending on the level if color support is on. - :arg dict colors: color mappings from logging level to terminal color - code - :arg string datefmt: Datetime format. - Used for formatting ``(asctime)`` placeholder in ``prefix_fmt``. - .. versionchanged:: 3.2 - Added ``fmt`` and ``datefmt`` arguments. - """ - logging.Formatter.__init__(self, datefmt=datefmt) - self._colors = {} - if color and _stderr_supports_color(): - # The curses module has some str/bytes confusion in - # python3. Until version 3.2.3, most methods return - # bytes, but only accept strings. In addition, we want to - # output these strings with the logging module, which - # works with unicode strings. The explicit calls to - # unicode() below are harmless in python2 but will do the - # right conversion in python 3. - fg_color = (curses.tigetstr("setaf") or - curses.tigetstr("setf") or "") - if (3, 0) < sys.version_info < (3, 2, 3): - fg_color = str(fg_color, "ascii") - - for levelno, code in self.DEFAULT_COLORS.items(): - self._colors[levelno] = str( - curses.tparm(fg_color, code), "ascii") - self._normal = str(curses.tigetstr("sgr0"), "ascii") - - scr = curses.initscr() - self.termwidth = scr.getmaxyx()[1] - curses.endwin() - else: - self._normal = '' - # Default width is usually 80, but too wide is - # worse than too narrow - self.termwidth = 70 - - def formatMessage(self, record): - mlen = len(record.message) - right_text = '{initial}-{name}'.format(initial=record.levelname[0], - name=record.name) - if mlen + len(right_text) < self.termwidth: - space = ' ' * (self.termwidth - (mlen + len(right_text))) - else: - space = ' ' - - if record.levelno in self._colors: - start_color = self._colors[record.levelno] - end_color = self._normal - else: - start_color = end_color = '' - - return record.message + space + start_color + right_text + end_color - - -def enable_colourful_output(level=logging.INFO): - handler = logging.StreamHandler() - handler.setFormatter(LogFormatter()) - logging.root.addHandler(handler) - logging.root.setLevel(level) diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/compat.py b/lib/python3.8/site-packages/pip/_vendor/pep517/compat.py deleted file mode 100644 index 01c66fc..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pep517/compat.py +++ /dev/null @@ -1,23 +0,0 @@ -"""Handle reading and writing JSON in UTF-8, on Python 3 and 2.""" -import json -import sys - -if sys.version_info[0] >= 3: - # Python 3 - 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, 'r', encoding='utf-8') as f: - return json.load(f) - -else: - # Python 2 - def write_json(obj, path, **kwargs): - with open(path, 'wb') as f: - json.dump(obj, f, encoding='utf-8', **kwargs) - - def read_json(path): - with open(path, 'rb') as f: - return json.load(f) diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/envbuild.py b/lib/python3.8/site-packages/pip/_vendor/pep517/envbuild.py deleted file mode 100644 index f7ac5f4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pep517/envbuild.py +++ /dev/null @@ -1,158 +0,0 @@ -"""Build wheels/sdists by installing build deps to a temporary environment. -""" - -import os -import logging -from pip._vendor import pytoml -import shutil -from subprocess import check_call -import sys -from sysconfig import get_paths -from tempfile import mkdtemp - -from .wrappers import Pep517HookCaller - -log = logging.getLogger(__name__) - - -def _load_pyproject(source_dir): - with open(os.path.join(source_dir, 'pyproject.toml')) as f: - pyproject_data = pytoml.load(f) - buildsys = pyproject_data['build-system'] - return buildsys['requires'], buildsys['build-backend'] - - -class BuildEnvironment(object): - """Context manager to install build deps in a simple temporary environment - - Based on code I wrote for pip, which is MIT licensed. - """ - # Copyright (c) 2008-2016 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. - - path = None - - def __init__(self, cleanup=True): - self._cleanup = cleanup - - def __enter__(self): - self.path = mkdtemp(prefix='pep517-build-env-') - log.info('Temporary build environment: %s', self.path) - - self.save_path = os.environ.get('PATH', None) - self.save_pythonpath = os.environ.get('PYTHONPATH', None) - - install_scheme = 'nt' if (os.name == 'nt') else 'posix_prefix' - install_dirs = get_paths(install_scheme, vars={ - 'base': self.path, - 'platbase': self.path, - }) - - scripts = install_dirs['scripts'] - if self.save_path: - os.environ['PATH'] = scripts + os.pathsep + self.save_path - else: - os.environ['PATH'] = scripts + os.pathsep + os.defpath - - if install_dirs['purelib'] == install_dirs['platlib']: - lib_dirs = install_dirs['purelib'] - else: - lib_dirs = install_dirs['purelib'] + os.pathsep + \ - install_dirs['platlib'] - if self.save_pythonpath: - os.environ['PYTHONPATH'] = lib_dirs + os.pathsep + \ - self.save_pythonpath - else: - os.environ['PYTHONPATH'] = lib_dirs - - return self - - def pip_install(self, reqs): - """Install dependencies into this env by calling pip in a subprocess""" - if not reqs: - return - log.info('Calling pip to install %s', reqs) - check_call([ - sys.executable, '-m', 'pip', 'install', '--ignore-installed', - '--prefix', self.path] + list(reqs)) - - def __exit__(self, exc_type, exc_val, exc_tb): - needs_cleanup = ( - self._cleanup and - self.path is not None and - os.path.isdir(self.path) - ) - if needs_cleanup: - shutil.rmtree(self.path) - - if self.save_path is None: - os.environ.pop('PATH', None) - else: - os.environ['PATH'] = self.save_path - - if self.save_pythonpath is None: - os.environ.pop('PYTHONPATH', None) - else: - os.environ['PYTHONPATH'] = self.save_pythonpath - - -def build_wheel(source_dir, wheel_dir, config_settings=None): - """Build a wheel from a source directory using PEP 517 hooks. - - :param str source_dir: Source directory containing pyproject.toml - :param str wheel_dir: Target directory to create wheel in - :param dict config_settings: Options to pass to build backend - - This is a blocking function which will run pip in a subprocess to install - build requirements. - """ - if config_settings is None: - config_settings = {} - requires, backend = _load_pyproject(source_dir) - hooks = Pep517HookCaller(source_dir, backend) - - with BuildEnvironment() as env: - env.pip_install(requires) - reqs = hooks.get_requires_for_build_wheel(config_settings) - env.pip_install(reqs) - return hooks.build_wheel(wheel_dir, config_settings) - - -def build_sdist(source_dir, sdist_dir, config_settings=None): - """Build an sdist from a source directory using PEP 517 hooks. - - :param str source_dir: Source directory containing pyproject.toml - :param str sdist_dir: Target directory to place sdist in - :param dict config_settings: Options to pass to build backend - - This is a blocking function which will run pip in a subprocess to install - build requirements. - """ - if config_settings is None: - config_settings = {} - requires, backend = _load_pyproject(source_dir) - hooks = Pep517HookCaller(source_dir, backend) - - with BuildEnvironment() as env: - env.pip_install(requires) - reqs = hooks.get_requires_for_build_sdist(config_settings) - env.pip_install(reqs) - return hooks.build_sdist(sdist_dir, config_settings) diff --git a/lib/python3.8/site-packages/pip/_vendor/pep517/wrappers.py b/lib/python3.8/site-packages/pip/_vendor/pep517/wrappers.py deleted file mode 100644 index b14b899..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pep517/wrappers.py +++ /dev/null @@ -1,163 +0,0 @@ -from contextlib import contextmanager -import os -from os.path import dirname, abspath, join as pjoin -import shutil -from subprocess import check_call -import sys -from tempfile import mkdtemp - -from . import compat - -_in_proc_script = pjoin(dirname(abspath(__file__)), '_in_process.py') - - -@contextmanager -def tempdir(): - td = mkdtemp() - try: - yield td - finally: - shutil.rmtree(td) - - -class BackendUnavailable(Exception): - """Will be raised if the backend cannot be imported in the hook process.""" - - -class UnsupportedOperation(Exception): - """May be raised by build_sdist if the backend indicates that it can't.""" - - -def default_subprocess_runner(cmd, cwd=None, extra_environ=None): - """The default method of calling the wrapper subprocess.""" - env = os.environ.copy() - if extra_environ: - env.update(extra_environ) - - check_call(cmd, cwd=cwd, env=env) - - -class Pep517HookCaller(object): - """A wrapper around a source directory to be built with a PEP 517 backend. - - source_dir : The path to the source directory, containing pyproject.toml. - backend : The build backend spec, as per PEP 517, from pyproject.toml. - """ - def __init__(self, source_dir, build_backend): - self.source_dir = abspath(source_dir) - self.build_backend = build_backend - self._subprocess_runner = default_subprocess_runner - - # TODO: Is this over-engineered? Maybe frontends only need to - # set this when creating the wrapper, not on every call. - @contextmanager - def subprocess_runner(self, runner): - prev = self._subprocess_runner - self._subprocess_runner = runner - yield - self._subprocess_runner = prev - - def get_requires_for_build_wheel(self, config_settings=None): - """Identify packages required for building a wheel - - Returns a list of dependency specifications, e.g.: - ["wheel >= 0.25", "setuptools"] - - This does not include requirements specified in pyproject.toml. - It returns the result of calling the equivalently named hook in a - subprocess. - """ - 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): - """Prepare a *.dist-info folder with metadata for this project. - - Returns the name of the newly created folder. - - If the build backend defines a hook with this name, it will be called - in a subprocess. If not, the backend will be asked to build a wheel, - and the dist-info extracted from that. - """ - return self._call_hook('prepare_metadata_for_build_wheel', { - 'metadata_directory': abspath(metadata_directory), - 'config_settings': config_settings, - }) - - 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 file. - - In general, this will call the 'build_wheel' hook in the backend. - However, if that was previously called by - 'prepare_metadata_for_build_wheel', and the same metadata_directory is - used, the previously built wheel will be copied to wheel_directory. - """ - 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_sdist(self, config_settings=None): - """Identify packages required for building a wheel - - Returns a list of dependency specifications, e.g.: - ["setuptools >= 26"] - - This does not include requirements specified in pyproject.toml. - It returns the result of calling the equivalently named hook in a - subprocess. - """ - 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 file. - - This calls the 'build_sdist' backend hook in a subprocess. - """ - return self._call_hook('build_sdist', { - 'sdist_directory': abspath(sdist_directory), - 'config_settings': config_settings, - }) - - def _call_hook(self, hook_name, kwargs): - # On Python 2, pytoml returns Unicode values (which is correct) but the - # environment passed to check_call needs to contain string values. We - # convert here by encoding using ASCII (the backend can only contain - # letters, digits and _, . and : characters, and will be used as a - # Python identifier, so non-ASCII content is wrong on Python 2 in - # any case). - if sys.version_info[0] == 2: - build_backend = self.build_backend.encode('ASCII') - else: - build_backend = self.build_backend - - with tempdir() as td: - compat.write_json({'kwargs': kwargs}, pjoin(td, 'input.json'), - indent=2) - - # Run the hook in a subprocess - self._subprocess_runner( - [sys.executable, _in_proc_script, hook_name, td], - cwd=self.source_dir, - extra_environ={'PEP517_BUILD_BACKEND': build_backend} - ) - - data = compat.read_json(pjoin(td, 'output.json')) - if data.get('unsupported'): - raise UnsupportedOperation - if data.get('no_backend'): - raise BackendUnavailable - return data['return_val'] diff --git a/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py b/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py deleted file mode 100644 index fdd40de..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py +++ /dev/null @@ -1,3286 +0,0 @@ -# coding: utf-8 -""" -Package resource API --------------------- - -A resource is a logical file contained within a package, or a logical -subdirectory thereof. The package resource API expects resource names -to have their path parts separated with ``/``, *not* whatever the local -path separator is. Do not use os.path operations to manipulate resource -names being passed into the API. - -The package resource API is designed to work with normal filesystem packages, -.egg files, and unpacked .egg files. It can also work in a limited way with -.zip files and with custom PEP 302 loaders that support the ``get_data()`` -method. -""" - -from __future__ import absolute_import - -import sys -import os -import io -import time -import re -import types -import zipfile -import zipimport -import warnings -import stat -import functools -import pkgutil -import operator -import platform -import collections -import plistlib -import email.parser -import errno -import tempfile -import textwrap -import itertools -import inspect -import ntpath -import posixpath -from pkgutil import get_importer - -try: - import _imp -except ImportError: - # Python 3.2 compatibility - import imp as _imp - -try: - FileExistsError -except NameError: - FileExistsError = OSError - -from pip._vendor import six -from pip._vendor.six.moves import urllib, map, filter - -# capture these to bypass sandboxing -from os import utime -try: - from os import mkdir, rename, unlink - WRITE_SUPPORT = True -except ImportError: - # no write support, probably under GAE - WRITE_SUPPORT = False - -from os import open as os_open -from os.path import isdir, split - -try: - import importlib.machinery as importlib_machinery - # access attribute to force import under delayed import mechanisms. - importlib_machinery.__name__ -except ImportError: - importlib_machinery = None - -from . import py31compat -from pip._vendor import appdirs -from pip._vendor import packaging -__import__('pip._vendor.packaging.version') -__import__('pip._vendor.packaging.specifiers') -__import__('pip._vendor.packaging.requirements') -__import__('pip._vendor.packaging.markers') - - -__metaclass__ = type - - -if (3, 0) < sys.version_info < (3, 4): - raise RuntimeError("Python 3.4 or later is required") - -if six.PY2: - # Those builtin exceptions are only defined in Python 3 - PermissionError = None - NotADirectoryError = None - -# declare some globals that will be defined later to -# satisfy the linters. -require = None -working_set = None -add_activation_listener = None -resources_stream = None -cleanup_resources = None -resource_dir = None -resource_stream = None -set_extraction_path = None -resource_isdir = None -resource_string = None -iter_entry_points = None -resource_listdir = None -resource_filename = None -resource_exists = None -_distribution_finders = None -_namespace_handlers = None -_namespace_packages = None - - -class PEP440Warning(RuntimeWarning): - """ - Used when there is an issue with a version or specifier not complying with - PEP 440. - """ - - -def parse_version(v): - try: - return packaging.version.Version(v) - except packaging.version.InvalidVersion: - return packaging.version.LegacyVersion(v) - - -_state_vars = {} - - -def _declare_state(vartype, **kw): - globals().update(kw) - _state_vars.update(dict.fromkeys(kw, vartype)) - - -def __getstate__(): - state = {} - g = globals() - for k, v in _state_vars.items(): - state[k] = g['_sget_' + v](g[k]) - return state - - -def __setstate__(state): - g = globals() - for k, v in state.items(): - g['_sset_' + _state_vars[k]](k, g[k], v) - return state - - -def _sget_dict(val): - return val.copy() - - -def _sset_dict(key, ob, state): - ob.clear() - ob.update(state) - - -def _sget_object(val): - return val.__getstate__() - - -def _sset_object(key, ob, state): - ob.__setstate__(state) - - -_sget_none = _sset_none = lambda *args: None - - -def get_supported_platform(): - """Return this platform's maximum compatible version. - - distutils.util.get_platform() normally reports the minimum version - of Mac OS X that would be required to *use* extensions produced by - distutils. But what we want when checking compatibility is to know the - version of Mac OS X that we are *running*. To allow usage of packages that - explicitly require a newer version of Mac OS X, we must also know the - current version of the OS. - - If this condition occurs for any other platform with a version in its - platform strings, this function should be extended accordingly. - """ - plat = get_build_platform() - m = macosVersionString.match(plat) - if m is not None and sys.platform == "darwin": - try: - plat = 'macosx-%s-%s' % ('.'.join(_macosx_vers()[:2]), m.group(3)) - except ValueError: - # not Mac OS X - pass - return plat - - -__all__ = [ - # Basic resource access and distribution/entry point discovery - 'require', 'run_script', 'get_provider', 'get_distribution', - 'load_entry_point', 'get_entry_map', 'get_entry_info', - 'iter_entry_points', - 'resource_string', 'resource_stream', 'resource_filename', - 'resource_listdir', 'resource_exists', 'resource_isdir', - - # Environmental control - 'declare_namespace', 'working_set', 'add_activation_listener', - 'find_distributions', 'set_extraction_path', 'cleanup_resources', - 'get_default_cache', - - # Primary implementation classes - 'Environment', 'WorkingSet', 'ResourceManager', - 'Distribution', 'Requirement', 'EntryPoint', - - # Exceptions - 'ResolutionError', 'VersionConflict', 'DistributionNotFound', - 'UnknownExtra', 'ExtractionError', - - # Warnings - 'PEP440Warning', - - # Parsing functions and string utilities - 'parse_requirements', 'parse_version', 'safe_name', 'safe_version', - 'get_platform', 'compatible_platforms', 'yield_lines', 'split_sections', - 'safe_extra', 'to_filename', 'invalid_marker', 'evaluate_marker', - - # filesystem utilities - 'ensure_directory', 'normalize_path', - - # Distribution "precedence" constants - 'EGG_DIST', 'BINARY_DIST', 'SOURCE_DIST', 'CHECKOUT_DIST', 'DEVELOP_DIST', - - # "Provider" interfaces, implementations, and registration/lookup APIs - 'IMetadataProvider', 'IResourceProvider', 'FileMetadata', - 'PathMetadata', 'EggMetadata', 'EmptyProvider', 'empty_provider', - 'NullProvider', 'EggProvider', 'DefaultProvider', 'ZipProvider', - 'register_finder', 'register_namespace_handler', 'register_loader_type', - 'fixup_namespace_packages', 'get_importer', - - # Warnings - 'PkgResourcesDeprecationWarning', - - # Deprecated/backward compatibility only - 'run_main', 'AvailableDistributions', -] - - -class ResolutionError(Exception): - """Abstract base for dependency resolution errors""" - - def __repr__(self): - return self.__class__.__name__ + repr(self.args) - - -class VersionConflict(ResolutionError): - """ - An already-installed version conflicts with the requested version. - - Should be initialized with the installed Distribution and the requested - Requirement. - """ - - _template = "{self.dist} is installed but {self.req} is required" - - @property - def dist(self): - return self.args[0] - - @property - def req(self): - return self.args[1] - - def report(self): - return self._template.format(**locals()) - - def with_context(self, required_by): - """ - If required_by is non-empty, return a version of self that is a - ContextualVersionConflict. - """ - if not required_by: - return self - args = self.args + (required_by,) - return ContextualVersionConflict(*args) - - -class ContextualVersionConflict(VersionConflict): - """ - A VersionConflict that accepts a third parameter, the set of the - requirements that required the installed Distribution. - """ - - _template = VersionConflict._template + ' by {self.required_by}' - - @property - def required_by(self): - return self.args[2] - - -class DistributionNotFound(ResolutionError): - """A requested distribution was not found""" - - _template = ("The '{self.req}' distribution was not found " - "and is required by {self.requirers_str}") - - @property - def req(self): - return self.args[0] - - @property - def requirers(self): - return self.args[1] - - @property - def requirers_str(self): - if not self.requirers: - return 'the application' - return ', '.join(self.requirers) - - def report(self): - return self._template.format(**locals()) - - def __str__(self): - return self.report() - - -class UnknownExtra(ResolutionError): - """Distribution doesn't have an "extra feature" of the given name""" - - -_provider_factories = {} - -PY_MAJOR = sys.version[:3] -EGG_DIST = 3 -BINARY_DIST = 2 -SOURCE_DIST = 1 -CHECKOUT_DIST = 0 -DEVELOP_DIST = -1 - - -def register_loader_type(loader_type, provider_factory): - """Register `provider_factory` to make providers for `loader_type` - - `loader_type` is the type or class of a PEP 302 ``module.__loader__``, - and `provider_factory` is a function that, passed a *module* object, - returns an ``IResourceProvider`` for that module. - """ - _provider_factories[loader_type] = provider_factory - - -def get_provider(moduleOrReq): - """Return an IResourceProvider for the named module or requirement""" - if isinstance(moduleOrReq, Requirement): - return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] - try: - module = sys.modules[moduleOrReq] - except KeyError: - __import__(moduleOrReq) - module = sys.modules[moduleOrReq] - loader = getattr(module, '__loader__', None) - return _find_adapter(_provider_factories, loader)(module) - - -def _macosx_vers(_cache=[]): - if not _cache: - version = platform.mac_ver()[0] - # fallback for MacPorts - if version == '': - plist = '/System/Library/CoreServices/SystemVersion.plist' - if os.path.exists(plist): - if hasattr(plistlib, 'readPlist'): - plist_content = plistlib.readPlist(plist) - if 'ProductVersion' in plist_content: - version = plist_content['ProductVersion'] - - _cache.append(version.split('.')) - return _cache[0] - - -def _macosx_arch(machine): - return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine) - - -def get_build_platform(): - """Return this platform's string for platform-specific distributions - - XXX Currently this is the same as ``distutils.util.get_platform()``, but it - needs some hacks for Linux and Mac OS X. - """ - from sysconfig import get_platform - - plat = get_platform() - if sys.platform == "darwin" and not plat.startswith('macosx-'): - try: - version = _macosx_vers() - machine = os.uname()[4].replace(" ", "_") - return "macosx-%d.%d-%s" % ( - int(version[0]), int(version[1]), - _macosx_arch(machine), - ) - except ValueError: - # if someone is running a non-Mac darwin system, this will fall - # through to the default implementation - pass - return plat - - -macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)") -darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)") -# XXX backward compat -get_platform = get_build_platform - - -def compatible_platforms(provided, required): - """Can code for the `provided` platform run on the `required` platform? - - Returns true if either platform is ``None``, or the platforms are equal. - - XXX Needs compatibility checks for Linux and other unixy OSes. - """ - if provided is None or required is None or provided == required: - # easy case - return True - - # Mac OS X special cases - reqMac = macosVersionString.match(required) - if reqMac: - provMac = macosVersionString.match(provided) - - # is this a Mac package? - if not provMac: - # this is backwards compatibility for packages built before - # setuptools 0.6. All packages built after this point will - # use the new macosx designation. - provDarwin = darwinVersionString.match(provided) - if provDarwin: - dversion = int(provDarwin.group(1)) - macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2)) - if dversion == 7 and macosversion >= "10.3" or \ - dversion == 8 and macosversion >= "10.4": - return True - # egg isn't macosx or legacy darwin - return False - - # are they the same major version and machine type? - if provMac.group(1) != reqMac.group(1) or \ - provMac.group(3) != reqMac.group(3): - return False - - # is the required OS major update >= the provided one? - if int(provMac.group(2)) > int(reqMac.group(2)): - return False - - return True - - # XXX Linux and other platforms' special cases should go here - return False - - -def run_script(dist_spec, script_name): - """Locate distribution `dist_spec` and run its `script_name` script""" - ns = sys._getframe(1).f_globals - name = ns['__name__'] - ns.clear() - ns['__name__'] = name - require(dist_spec)[0].run_script(script_name, ns) - - -# backward compatibility -run_main = run_script - - -def get_distribution(dist): - """Return a current distribution object for a Requirement or string""" - if isinstance(dist, six.string_types): - dist = Requirement.parse(dist) - if isinstance(dist, Requirement): - dist = get_provider(dist) - if not isinstance(dist, Distribution): - raise TypeError("Expected string, Requirement, or Distribution", dist) - return dist - - -def load_entry_point(dist, group, name): - """Return `name` entry point of `group` for `dist` or raise ImportError""" - return get_distribution(dist).load_entry_point(group, name) - - -def get_entry_map(dist, group=None): - """Return the entry point map for `group`, or the full entry map""" - return get_distribution(dist).get_entry_map(group) - - -def get_entry_info(dist, group, name): - """Return the EntryPoint object for `group`+`name`, or ``None``""" - return get_distribution(dist).get_entry_info(group, name) - - -class IMetadataProvider: - def has_metadata(name): - """Does the package's distribution contain the named metadata?""" - - def get_metadata(name): - """The named metadata resource as a string""" - - def get_metadata_lines(name): - """Yield named metadata resource as list of non-blank non-comment lines - - Leading and trailing whitespace is stripped from each line, and lines - with ``#`` as the first non-blank character are omitted.""" - - def metadata_isdir(name): - """Is the named metadata a directory? (like ``os.path.isdir()``)""" - - def metadata_listdir(name): - """List of metadata names in the directory (like ``os.listdir()``)""" - - def run_script(script_name, namespace): - """Execute the named script in the supplied namespace dictionary""" - - -class IResourceProvider(IMetadataProvider): - """An object that provides access to package resources""" - - def get_resource_filename(manager, resource_name): - """Return a true filesystem path for `resource_name` - - `manager` must be an ``IResourceManager``""" - - def get_resource_stream(manager, resource_name): - """Return a readable file-like object for `resource_name` - - `manager` must be an ``IResourceManager``""" - - def get_resource_string(manager, resource_name): - """Return a string containing the contents of `resource_name` - - `manager` must be an ``IResourceManager``""" - - def has_resource(resource_name): - """Does the package contain the named resource?""" - - def resource_isdir(resource_name): - """Is the named resource a directory? (like ``os.path.isdir()``)""" - - def resource_listdir(resource_name): - """List of resource names in the directory (like ``os.listdir()``)""" - - -class WorkingSet: - """A collection of active distributions on sys.path (or a similar list)""" - - def __init__(self, entries=None): - """Create working set from list of path entries (default=sys.path)""" - self.entries = [] - self.entry_keys = {} - self.by_key = {} - self.callbacks = [] - - if entries is None: - entries = sys.path - - for entry in entries: - self.add_entry(entry) - - @classmethod - def _build_master(cls): - """ - Prepare the master working set. - """ - ws = cls() - try: - from __main__ import __requires__ - except ImportError: - # The main program does not list any requirements - return ws - - # ensure the requirements are met - try: - ws.require(__requires__) - except VersionConflict: - return cls._build_from_requirements(__requires__) - - return ws - - @classmethod - def _build_from_requirements(cls, req_spec): - """ - Build a working set from a requirement spec. Rewrites sys.path. - """ - # try it without defaults already on sys.path - # by starting with an empty path - ws = cls([]) - reqs = parse_requirements(req_spec) - dists = ws.resolve(reqs, Environment()) - for dist in dists: - ws.add(dist) - - # add any missing entries from sys.path - for entry in sys.path: - if entry not in ws.entries: - ws.add_entry(entry) - - # then copy back to sys.path - sys.path[:] = ws.entries - return ws - - def add_entry(self, entry): - """Add a path item to ``.entries``, finding any distributions on it - - ``find_distributions(entry, True)`` is used to find distributions - corresponding to the path entry, and they are added. `entry` is - always appended to ``.entries``, even if it is already present. - (This is because ``sys.path`` can contain the same value more than - once, and the ``.entries`` of the ``sys.path`` WorkingSet should always - equal ``sys.path``.) - """ - self.entry_keys.setdefault(entry, []) - self.entries.append(entry) - for dist in find_distributions(entry, True): - self.add(dist, entry, False) - - def __contains__(self, dist): - """True if `dist` is the active distribution for its project""" - return self.by_key.get(dist.key) == dist - - def find(self, req): - """Find a distribution matching requirement `req` - - If there is an active distribution for the requested project, this - returns it as long as it meets the version requirement specified by - `req`. But, if there is an active distribution for the project and it - does *not* meet the `req` requirement, ``VersionConflict`` is raised. - If there is no active distribution for the requested project, ``None`` - is returned. - """ - dist = self.by_key.get(req.key) - if dist is not None and dist not in req: - # XXX add more info - raise VersionConflict(dist, req) - return dist - - def iter_entry_points(self, group, name=None): - """Yield entry point objects from `group` matching `name` - - If `name` is None, yields all entry points in `group` from all - distributions in the working set, otherwise only ones matching - both `group` and `name` are yielded (in distribution order). - """ - return ( - entry - for dist in self - for entry in dist.get_entry_map(group).values() - if name is None or name == entry.name - ) - - def run_script(self, requires, script_name): - """Locate distribution for `requires` and run `script_name` script""" - ns = sys._getframe(1).f_globals - name = ns['__name__'] - ns.clear() - ns['__name__'] = name - self.require(requires)[0].run_script(script_name, ns) - - def __iter__(self): - """Yield distributions for non-duplicate projects in the working set - - The yield order is the order in which the items' path entries were - added to the working set. - """ - seen = {} - for item in self.entries: - if item not in self.entry_keys: - # workaround a cache issue - continue - - for key in self.entry_keys[item]: - if key not in seen: - seen[key] = 1 - yield self.by_key[key] - - def add(self, dist, entry=None, insert=True, replace=False): - """Add `dist` to working set, associated with `entry` - - If `entry` is unspecified, it defaults to the ``.location`` of `dist`. - On exit from this routine, `entry` is added to the end of the working - set's ``.entries`` (if it wasn't already present). - - `dist` is only added to the working set if it's for a project that - doesn't already have a distribution in the set, unless `replace=True`. - If it's added, any callbacks registered with the ``subscribe()`` method - will be called. - """ - if insert: - dist.insert_on(self.entries, entry, replace=replace) - - if entry is None: - entry = dist.location - keys = self.entry_keys.setdefault(entry, []) - keys2 = self.entry_keys.setdefault(dist.location, []) - if not replace and dist.key in self.by_key: - # ignore hidden distros - return - - self.by_key[dist.key] = dist - if dist.key not in keys: - keys.append(dist.key) - if dist.key not in keys2: - keys2.append(dist.key) - self._added_new(dist) - - def resolve(self, requirements, env=None, installer=None, - replace_conflicting=False, extras=None): - """List all distributions needed to (recursively) meet `requirements` - - `requirements` must be a sequence of ``Requirement`` objects. `env`, - if supplied, should be an ``Environment`` instance. If - not supplied, it defaults to all distributions available within any - entry or distribution in the working set. `installer`, if supplied, - will be invoked with each requirement that cannot be met by an - already-installed distribution; it should return a ``Distribution`` or - ``None``. - - Unless `replace_conflicting=True`, raises a VersionConflict exception - if - any requirements are found on the path that have the correct name but - the wrong version. Otherwise, if an `installer` is supplied it will be - invoked to obtain the correct version of the requirement and activate - it. - - `extras` is a list of the extras to be used with these requirements. - This is important because extra requirements may look like `my_req; - extra = "my_extra"`, which would otherwise be interpreted as a purely - optional requirement. Instead, we want to be able to assert that these - requirements are truly required. - """ - - # set up the stack - requirements = list(requirements)[::-1] - # set of processed requirements - processed = {} - # key -> dist - best = {} - to_activate = [] - - req_extras = _ReqExtras() - - # Mapping of requirement to set of distributions that required it; - # useful for reporting info about conflicts. - required_by = collections.defaultdict(set) - - while requirements: - # process dependencies breadth-first - req = requirements.pop(0) - if req in processed: - # Ignore cyclic or redundant dependencies - continue - - if not req_extras.markers_pass(req, extras): - continue - - dist = best.get(req.key) - if dist is None: - # Find the best distribution and add it to the map - dist = self.by_key.get(req.key) - if dist is None or (dist not in req and replace_conflicting): - ws = self - if env is None: - if dist is None: - env = Environment(self.entries) - else: - # Use an empty environment and workingset to avoid - # any further conflicts with the conflicting - # distribution - env = Environment([]) - ws = WorkingSet([]) - dist = best[req.key] = env.best_match( - req, ws, installer, - replace_conflicting=replace_conflicting - ) - if dist is None: - requirers = required_by.get(req, None) - raise DistributionNotFound(req, requirers) - to_activate.append(dist) - if dist not in req: - # Oops, the "best" so far conflicts with a dependency - dependent_req = required_by[req] - raise VersionConflict(dist, req).with_context(dependent_req) - - # push the new requirements onto the stack - new_requirements = dist.requires(req.extras)[::-1] - requirements.extend(new_requirements) - - # Register the new requirements needed by req - for new_requirement in new_requirements: - required_by[new_requirement].add(req.project_name) - req_extras[new_requirement] = req.extras - - processed[req] = True - - # return list of distros to activate - return to_activate - - def find_plugins( - self, plugin_env, full_env=None, installer=None, fallback=True): - """Find all activatable distributions in `plugin_env` - - Example usage:: - - distributions, errors = working_set.find_plugins( - Environment(plugin_dirlist) - ) - # add plugins+libs to sys.path - map(working_set.add, distributions) - # display errors - print('Could not load', errors) - - The `plugin_env` should be an ``Environment`` instance that contains - only distributions that are in the project's "plugin directory" or - directories. The `full_env`, if supplied, should be an ``Environment`` - contains all currently-available distributions. If `full_env` is not - supplied, one is created automatically from the ``WorkingSet`` this - method is called on, which will typically mean that every directory on - ``sys.path`` will be scanned for distributions. - - `installer` is a standard installer callback as used by the - ``resolve()`` method. The `fallback` flag indicates whether we should - attempt to resolve older versions of a plugin if the newest version - cannot be resolved. - - This method returns a 2-tuple: (`distributions`, `error_info`), where - `distributions` is a list of the distributions found in `plugin_env` - that were loadable, along with any other distributions that are needed - to resolve their dependencies. `error_info` is a dictionary mapping - unloadable plugin distributions to an exception instance describing the - error that occurred. Usually this will be a ``DistributionNotFound`` or - ``VersionConflict`` instance. - """ - - plugin_projects = list(plugin_env) - # scan project names in alphabetic order - plugin_projects.sort() - - error_info = {} - distributions = {} - - if full_env is None: - env = Environment(self.entries) - env += plugin_env - else: - env = full_env + plugin_env - - shadow_set = self.__class__([]) - # put all our entries in shadow_set - list(map(shadow_set.add, self)) - - for project_name in plugin_projects: - - for dist in plugin_env[project_name]: - - req = [dist.as_requirement()] - - try: - resolvees = shadow_set.resolve(req, env, installer) - - except ResolutionError as v: - # save error info - error_info[dist] = v - if fallback: - # try the next older version of project - continue - else: - # give up on this project, keep going - break - - else: - list(map(shadow_set.add, resolvees)) - distributions.update(dict.fromkeys(resolvees)) - - # success, no need to try any more versions of this project - break - - distributions = list(distributions) - distributions.sort() - - return distributions, error_info - - def require(self, *requirements): - """Ensure that distributions matching `requirements` are activated - - `requirements` must be a string or a (possibly-nested) sequence - thereof, specifying the distributions and versions required. The - return value is a sequence of the distributions that needed to be - activated to fulfill the requirements; all relevant distributions are - included, even if they were already activated in this working set. - """ - needed = self.resolve(parse_requirements(requirements)) - - for dist in needed: - self.add(dist) - - return needed - - def subscribe(self, callback, existing=True): - """Invoke `callback` for all distributions - - If `existing=True` (default), - call on all existing ones, as well. - """ - if callback in self.callbacks: - return - self.callbacks.append(callback) - if not existing: - return - for dist in self: - callback(dist) - - def _added_new(self, dist): - for callback in self.callbacks: - callback(dist) - - def __getstate__(self): - return ( - self.entries[:], self.entry_keys.copy(), self.by_key.copy(), - self.callbacks[:] - ) - - def __setstate__(self, e_k_b_c): - entries, keys, by_key, callbacks = e_k_b_c - self.entries = entries[:] - self.entry_keys = keys.copy() - self.by_key = by_key.copy() - self.callbacks = callbacks[:] - - -class _ReqExtras(dict): - """ - Map each requirement to the extras that demanded it. - """ - - def markers_pass(self, req, extras=None): - """ - Evaluate markers for req against each extra that - demanded it. - - Return False if the req has a marker and fails - evaluation. Otherwise, return True. - """ - extra_evals = ( - req.marker.evaluate({'extra': extra}) - for extra in self.get(req, ()) + (extras or (None,)) - ) - return not req.marker or any(extra_evals) - - -class Environment: - """Searchable snapshot of distributions on a search path""" - - def __init__( - self, search_path=None, platform=get_supported_platform(), - python=PY_MAJOR): - """Snapshot distributions available on a search path - - Any distributions found on `search_path` are added to the environment. - `search_path` should be a sequence of ``sys.path`` items. If not - supplied, ``sys.path`` is used. - - `platform` is an optional string specifying the name of the platform - that platform-specific distributions must be compatible with. If - unspecified, it defaults to the current platform. `python` is an - optional string naming the desired version of Python (e.g. ``'3.6'``); - it defaults to the current version. - - You may explicitly set `platform` (and/or `python`) to ``None`` if you - wish to map *all* distributions, not just those compatible with the - running platform or Python version. - """ - self._distmap = {} - self.platform = platform - self.python = python - self.scan(search_path) - - def can_add(self, dist): - """Is distribution `dist` acceptable for this environment? - - The distribution must match the platform and python version - requirements specified when this environment was created, or False - is returned. - """ - py_compat = ( - self.python is None - or dist.py_version is None - or dist.py_version == self.python - ) - return py_compat and compatible_platforms(dist.platform, self.platform) - - def remove(self, dist): - """Remove `dist` from the environment""" - self._distmap[dist.key].remove(dist) - - def scan(self, search_path=None): - """Scan `search_path` for distributions usable in this environment - - Any distributions found are added to the environment. - `search_path` should be a sequence of ``sys.path`` items. If not - supplied, ``sys.path`` is used. Only distributions conforming to - the platform/python version defined at initialization are added. - """ - if search_path is None: - search_path = sys.path - - for item in search_path: - for dist in find_distributions(item): - self.add(dist) - - def __getitem__(self, project_name): - """Return a newest-to-oldest list of distributions for `project_name` - - Uses case-insensitive `project_name` comparison, assuming all the - project's distributions use their project's name converted to all - lowercase as their key. - - """ - distribution_key = project_name.lower() - return self._distmap.get(distribution_key, []) - - def add(self, dist): - """Add `dist` if we ``can_add()`` it and it has not already been added - """ - if self.can_add(dist) and dist.has_version(): - dists = self._distmap.setdefault(dist.key, []) - if dist not in dists: - dists.append(dist) - dists.sort(key=operator.attrgetter('hashcmp'), reverse=True) - - def best_match( - self, req, working_set, installer=None, replace_conflicting=False): - """Find distribution best matching `req` and usable on `working_set` - - This calls the ``find(req)`` method of the `working_set` to see if a - suitable distribution is already active. (This may raise - ``VersionConflict`` if an unsuitable version of the project is already - active in the specified `working_set`.) If a suitable distribution - isn't active, this method returns the newest distribution in the - environment that meets the ``Requirement`` in `req`. If no suitable - distribution is found, and `installer` is supplied, then the result of - calling the environment's ``obtain(req, installer)`` method will be - returned. - """ - try: - dist = working_set.find(req) - except VersionConflict: - if not replace_conflicting: - raise - dist = None - if dist is not None: - return dist - for dist in self[req.key]: - if dist in req: - return dist - # try to download/install - return self.obtain(req, installer) - - def obtain(self, requirement, installer=None): - """Obtain a distribution matching `requirement` (e.g. via download) - - Obtain a distro that matches requirement (e.g. via download). In the - base ``Environment`` class, this routine just returns - ``installer(requirement)``, unless `installer` is None, in which case - None is returned instead. This method is a hook that allows subclasses - to attempt other ways of obtaining a distribution before falling back - to the `installer` argument.""" - if installer is not None: - return installer(requirement) - - def __iter__(self): - """Yield the unique project names of the available distributions""" - for key in self._distmap.keys(): - if self[key]: - yield key - - def __iadd__(self, other): - """In-place addition of a distribution or environment""" - if isinstance(other, Distribution): - self.add(other) - elif isinstance(other, Environment): - for project in other: - for dist in other[project]: - self.add(dist) - else: - raise TypeError("Can't add %r to environment" % (other,)) - return self - - def __add__(self, other): - """Add an environment or distribution to an environment""" - new = self.__class__([], platform=None, python=None) - for env in self, other: - new += env - return new - - -# XXX backward compatibility -AvailableDistributions = Environment - - -class ExtractionError(RuntimeError): - """An error occurred extracting a resource - - The following attributes are available from instances of this exception: - - manager - The resource manager that raised this exception - - cache_path - The base directory for resource extraction - - original_error - The exception instance that caused extraction to fail - """ - - -class ResourceManager: - """Manage resource extraction and packages""" - extraction_path = None - - def __init__(self): - self.cached_files = {} - - def resource_exists(self, package_or_requirement, resource_name): - """Does the named resource exist?""" - return get_provider(package_or_requirement).has_resource(resource_name) - - def resource_isdir(self, package_or_requirement, resource_name): - """Is the named resource an existing directory?""" - return get_provider(package_or_requirement).resource_isdir( - resource_name - ) - - def resource_filename(self, package_or_requirement, resource_name): - """Return a true filesystem path for specified resource""" - return get_provider(package_or_requirement).get_resource_filename( - self, resource_name - ) - - def resource_stream(self, package_or_requirement, resource_name): - """Return a readable file-like object for specified resource""" - return get_provider(package_or_requirement).get_resource_stream( - self, resource_name - ) - - def resource_string(self, package_or_requirement, resource_name): - """Return specified resource as a string""" - return get_provider(package_or_requirement).get_resource_string( - self, resource_name - ) - - def resource_listdir(self, package_or_requirement, resource_name): - """List the contents of the named resource directory""" - return get_provider(package_or_requirement).resource_listdir( - resource_name - ) - - def extraction_error(self): - """Give an error message for problems extracting file(s)""" - - old_exc = sys.exc_info()[1] - cache_path = self.extraction_path or get_default_cache() - - tmpl = textwrap.dedent(""" - Can't extract file(s) to egg cache - - The following error occurred while trying to extract file(s) - to the Python egg cache: - - {old_exc} - - The Python egg cache directory is currently set to: - - {cache_path} - - Perhaps your account does not have write access to this directory? - You can change the cache directory by setting the PYTHON_EGG_CACHE - environment variable to point to an accessible directory. - """).lstrip() - err = ExtractionError(tmpl.format(**locals())) - err.manager = self - err.cache_path = cache_path - err.original_error = old_exc - raise err - - def get_cache_path(self, archive_name, names=()): - """Return absolute location in cache for `archive_name` and `names` - - The parent directory of the resulting path will be created if it does - not already exist. `archive_name` should be the base filename of the - enclosing egg (which may not be the name of the enclosing zipfile!), - including its ".egg" extension. `names`, if provided, should be a - sequence of path name parts "under" the egg's extraction location. - - This method should only be called by resource providers that need to - obtain an extraction location, and only for names they intend to - extract, as it tracks the generated names for possible cleanup later. - """ - extract_path = self.extraction_path or get_default_cache() - target_path = os.path.join(extract_path, archive_name + '-tmp', *names) - try: - _bypass_ensure_directory(target_path) - except Exception: - self.extraction_error() - - self._warn_unsafe_extraction_path(extract_path) - - self.cached_files[target_path] = 1 - return target_path - - @staticmethod - def _warn_unsafe_extraction_path(path): - """ - If the default extraction path is overridden and set to an insecure - location, such as /tmp, it opens up an opportunity for an attacker to - replace an extracted file with an unauthorized payload. Warn the user - if a known insecure location is used. - - See Distribute #375 for more details. - """ - if os.name == 'nt' and not path.startswith(os.environ['windir']): - # On Windows, permissions are generally restrictive by default - # and temp directories are not writable by other users, so - # bypass the warning. - return - mode = os.stat(path).st_mode - if mode & stat.S_IWOTH or mode & stat.S_IWGRP: - msg = ( - "%s is writable by group/others and vulnerable to attack " - "when " - "used with get_resource_filename. Consider a more secure " - "location (set with .set_extraction_path or the " - "PYTHON_EGG_CACHE environment variable)." % path - ) - warnings.warn(msg, UserWarning) - - def postprocess(self, tempname, filename): - """Perform any platform-specific postprocessing of `tempname` - - This is where Mac header rewrites should be done; other platforms don't - have anything special they should do. - - Resource providers should call this method ONLY after successfully - extracting a compressed resource. They must NOT call it on resources - that are already in the filesystem. - - `tempname` is the current (temporary) name of the file, and `filename` - is the name it will be renamed to by the caller after this routine - returns. - """ - - if os.name == 'posix': - # Make the resource executable - mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777 - os.chmod(tempname, mode) - - def set_extraction_path(self, path): - """Set the base path where resources will be extracted to, if needed. - - If you do not call this routine before any extractions take place, the - path defaults to the return value of ``get_default_cache()``. (Which - is based on the ``PYTHON_EGG_CACHE`` environment variable, with various - platform-specific fallbacks. See that routine's documentation for more - details.) - - Resources are extracted to subdirectories of this path based upon - information given by the ``IResourceProvider``. You may set this to a - temporary directory, but then you must call ``cleanup_resources()`` to - delete the extracted files when done. There is no guarantee that - ``cleanup_resources()`` will be able to remove all extracted files. - - (Note: you may not change the extraction path for a given resource - manager once resources have been extracted, unless you first call - ``cleanup_resources()``.) - """ - if self.cached_files: - raise ValueError( - "Can't change extraction path, files already extracted" - ) - - self.extraction_path = path - - def cleanup_resources(self, force=False): - """ - Delete all extracted resource files and directories, returning a list - of the file and directory names that could not be successfully removed. - This function does not have any concurrency protection, so it should - generally only be called when the extraction path is a temporary - directory exclusive to a single process. This method is not - automatically called; you must call it explicitly or register it as an - ``atexit`` function if you wish to ensure cleanup of a temporary - directory used for extractions. - """ - # XXX - - -def get_default_cache(): - """ - Return the ``PYTHON_EGG_CACHE`` environment variable - or a platform-relevant user cache dir for an app - named "Python-Eggs". - """ - return ( - os.environ.get('PYTHON_EGG_CACHE') - or appdirs.user_cache_dir(appname='Python-Eggs') - ) - - -def safe_name(name): - """Convert an arbitrary string to a standard distribution name - - Any runs of non-alphanumeric/. characters are replaced with a single '-'. - """ - return re.sub('[^A-Za-z0-9.]+', '-', name) - - -def safe_version(version): - """ - Convert an arbitrary string to a standard version string - """ - try: - # normalize the version - return str(packaging.version.Version(version)) - except packaging.version.InvalidVersion: - version = version.replace(' ', '.') - return re.sub('[^A-Za-z0-9.]+', '-', version) - - -def safe_extra(extra): - """Convert an arbitrary string to a standard 'extra' name - - Any runs of non-alphanumeric characters are replaced with a single '_', - and the result is always lowercased. - """ - return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower() - - -def to_filename(name): - """Convert a project or version name to its filename-escaped form - - Any '-' characters are currently replaced with '_'. - """ - return name.replace('-', '_') - - -def invalid_marker(text): - """ - Validate text as a PEP 508 environment marker; return an exception - if invalid or False otherwise. - """ - try: - evaluate_marker(text) - except SyntaxError as e: - e.filename = None - e.lineno = None - return e - return False - - -def evaluate_marker(text, extra=None): - """ - Evaluate a PEP 508 environment marker. - Return a boolean indicating the marker result in this environment. - Raise SyntaxError if marker is invalid. - - This implementation uses the 'pyparsing' module. - """ - try: - marker = packaging.markers.Marker(text) - return marker.evaluate() - except packaging.markers.InvalidMarker as e: - raise SyntaxError(e) - - -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 "" - value = self._get(self._fn(self.egg_info, name)) - return value.decode('utf-8') if six.PY3 else value - - def get_metadata_lines(self, name): - return yield_lines(self.get_metadata(name)) - - def resource_isdir(self, resource_name): - return self._isdir(self._fn(self.module_path, resource_name)) - - def metadata_isdir(self, name): - return self.egg_info and self._isdir(self._fn(self.egg_info, name)) - - def resource_listdir(self, resource_name): - return self._listdir(self._fn(self.module_path, resource_name)) - - def metadata_listdir(self, name): - if self.egg_info: - return self._listdir(self._fn(self.egg_info, name)) - return [] - - def run_script(self, script_name, namespace): - script = 'scripts/' + script_name - if not self.has_metadata(script): - raise ResolutionError( - "Script {script!r} not found in metadata at {self.egg_info!r}" - .format(**locals()), - ) - script_text = self.get_metadata(script).replace('\r\n', '\n') - script_text = script_text.replace('\r', '\n') - script_filename = self._fn(self.egg_info, script) - namespace['__file__'] = script_filename - if os.path.exists(script_filename): - source = open(script_filename).read() - code = compile(source, script_filename, 'exec') - exec(code, namespace, namespace) - else: - from linecache import cache - cache[script_filename] = ( - len(script_text), 0, script_text.split('\n'), script_filename - ) - script_code = compile(script_text, script_filename, 'exec') - exec(script_code, namespace, namespace) - - def _has(self, path): - raise NotImplementedError( - "Can't perform this operation for unregistered loader type" - ) - - def _isdir(self, path): - raise NotImplementedError( - "Can't perform this operation for unregistered loader type" - ) - - def _listdir(self, path): - raise NotImplementedError( - "Can't perform this operation for unregistered loader type" - ) - - def _fn(self, base, resource_name): - self._validate_resource_path(resource_name) - if resource_name: - return os.path.join(base, *resource_name.split('/')) - return base - - @staticmethod - def _validate_resource_path(path): - """ - Validate the resource paths according to the docs. - https://setuptools.readthedocs.io/en/latest/pkg_resources.html#basic-resource-access - - >>> warned = getfixture('recwarn') - >>> warnings.simplefilter('always') - >>> vrp = NullProvider._validate_resource_path - >>> vrp('foo/bar.txt') - >>> bool(warned) - False - >>> vrp('../foo/bar.txt') - >>> bool(warned) - True - >>> warned.clear() - >>> vrp('/foo/bar.txt') - >>> bool(warned) - True - >>> vrp('foo/../../bar.txt') - >>> bool(warned) - True - >>> warned.clear() - >>> vrp('foo/f../bar.txt') - >>> bool(warned) - False - - Windows path separators are straight-up disallowed. - >>> vrp(r'\\foo/bar.txt') - Traceback (most recent call last): - ... - ValueError: Use of .. or absolute path in a resource path \ -is not allowed. - - >>> vrp(r'C:\\foo/bar.txt') - Traceback (most recent call last): - ... - ValueError: Use of .. or absolute path in a resource path \ -is not allowed. - - Blank values are allowed - - >>> vrp('') - >>> bool(warned) - False - - Non-string values are not. - - >>> vrp(None) - Traceback (most recent call last): - ... - AttributeError: ... - """ - invalid = ( - os.path.pardir in path.split(posixpath.sep) or - posixpath.isabs(path) or - ntpath.isabs(path) - ) - if not invalid: - return - - msg = "Use of .. or absolute path in a resource path is not allowed." - - # Aggressively disallow Windows absolute paths - if ntpath.isabs(path) and not posixpath.isabs(path): - raise ValueError(msg) - - # for compatibility, warn; in future - # raise ValueError(msg) - warnings.warn( - msg[:-1] + " and will raise exceptions in a future release.", - DeprecationWarning, - stacklevel=4, - ) - - def _get(self, path): - if hasattr(self.loader, 'get_data'): - return self.loader.get_data(path) - raise NotImplementedError( - "Can't perform this operation for loaders without 'get_data()'" - ) - - -register_loader_type(object, NullProvider) - - -class EggProvider(NullProvider): - """Provider based on a virtual filesystem""" - - def __init__(self, module): - NullProvider.__init__(self, module) - self._setup_prefix() - - def _setup_prefix(self): - # we assume here that our metadata may be nested inside a "basket" - # of multiple eggs; that's why we use module_path instead of .archive - path = self.module_path - old = None - while path != old: - if _is_egg_path(path): - self.egg_name = os.path.basename(path) - self.egg_info = os.path.join(path, 'EGG-INFO') - self.egg_root = path - break - old = path - path, base = os.path.split(path) - - -class DefaultProvider(EggProvider): - """Provides access to package resources in the filesystem""" - - def _has(self, path): - return os.path.exists(path) - - def _isdir(self, path): - return os.path.isdir(path) - - def _listdir(self, path): - return os.listdir(path) - - def get_resource_stream(self, manager, resource_name): - return open(self._fn(self.module_path, resource_name), 'rb') - - def _get(self, path): - with open(path, 'rb') as stream: - return stream.read() - - @classmethod - def _register(cls): - loader_names = 'SourceFileLoader', 'SourcelessFileLoader', - for name in loader_names: - loader_cls = getattr(importlib_machinery, name, type(None)) - register_loader_type(loader_cls, cls) - - -DefaultProvider._register() - - -class EmptyProvider(NullProvider): - """Provider that returns nothing for all requests""" - - module_path = None - - _isdir = _has = lambda self, path: False - - def _get(self, path): - return '' - - def _listdir(self, path): - return [] - - def __init__(self): - pass - - -empty_provider = EmptyProvider() - - -class ZipManifests(dict): - """ - zip manifest builder - """ - - @classmethod - def build(cls, path): - """ - Build a dictionary similar to the zipimport directory - caches, except instead of tuples, store ZipInfo objects. - - Use a platform-specific path separator (os.sep) for the path keys - for compatibility with pypy on Windows. - """ - with zipfile.ZipFile(path) as zfile: - items = ( - ( - name.replace('/', os.sep), - zfile.getinfo(name), - ) - for name in zfile.namelist() - ) - return dict(items) - - load = build - - -class MemoizedZipManifests(ZipManifests): - """ - Memoized zipfile manifests. - """ - manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime') - - def load(self, path): - """ - Load a manifest at path or return a suitable manifest already loaded. - """ - path = os.path.normpath(path) - mtime = os.stat(path).st_mtime - - if path not in self or self[path].mtime != mtime: - manifest = self.build(path) - self[path] = self.manifest_mod(manifest, mtime) - - return self[path].manifest - - -class ZipProvider(EggProvider): - """Resource support for zips and eggs""" - - eagers = None - _zip_manifests = MemoizedZipManifests() - - def __init__(self, module): - EggProvider.__init__(self, module) - self.zip_pre = self.loader.archive + os.sep - - def _zipinfo_name(self, fspath): - # Convert a virtual filename (full path to file) into a zipfile subpath - # usable with the zipimport directory cache for our target archive - fspath = fspath.rstrip(os.sep) - if fspath == self.loader.archive: - return '' - if fspath.startswith(self.zip_pre): - return fspath[len(self.zip_pre):] - raise AssertionError( - "%s is not a subpath of %s" % (fspath, self.zip_pre) - ) - - def _parts(self, zip_path): - # Convert a zipfile subpath into an egg-relative path part list. - # pseudo-fs path - fspath = self.zip_pre + zip_path - if fspath.startswith(self.egg_root + os.sep): - return fspath[len(self.egg_root) + 1:].split(os.sep) - raise AssertionError( - "%s is not a subpath of %s" % (fspath, self.egg_root) - ) - - @property - def zipinfo(self): - return self._zip_manifests.load(self.loader.archive) - - def get_resource_filename(self, manager, resource_name): - if not self.egg_name: - raise NotImplementedError( - "resource_filename() only supported for .egg, not .zip" - ) - # no need to lock for extraction, since we use temp names - zip_path = self._resource_to_zip(resource_name) - eagers = self._get_eager_resources() - if '/'.join(self._parts(zip_path)) in eagers: - for name in eagers: - self._extract_resource(manager, self._eager_to_zip(name)) - return self._extract_resource(manager, zip_path) - - @staticmethod - def _get_date_and_size(zip_stat): - size = zip_stat.file_size - # ymdhms+wday, yday, dst - date_time = zip_stat.date_time + (0, 0, -1) - # 1980 offset already done - timestamp = time.mktime(date_time) - return timestamp, size - - def _extract_resource(self, manager, zip_path): - - if zip_path in self._index(): - for name in self._index()[zip_path]: - last = self._extract_resource( - manager, os.path.join(zip_path, name) - ) - # return the extracted directory name - return os.path.dirname(last) - - timestamp, size = self._get_date_and_size(self.zipinfo[zip_path]) - - if not WRITE_SUPPORT: - raise IOError('"os.rename" and "os.unlink" are not supported ' - 'on this platform') - try: - - real_path = manager.get_cache_path( - self.egg_name, self._parts(zip_path) - ) - - if self._is_current(real_path, zip_path): - return real_path - - outf, tmpnam = _mkstemp( - ".$extract", - dir=os.path.dirname(real_path), - ) - os.write(outf, self.loader.get_data(zip_path)) - os.close(outf) - utime(tmpnam, (timestamp, timestamp)) - manager.postprocess(tmpnam, real_path) - - try: - rename(tmpnam, real_path) - - except os.error: - if os.path.isfile(real_path): - if self._is_current(real_path, zip_path): - # the file became current since it was checked above, - # so proceed. - return real_path - # Windows, del old file and retry - elif os.name == 'nt': - unlink(real_path) - rename(tmpnam, real_path) - return real_path - raise - - except os.error: - # report a user-friendly error - manager.extraction_error() - - return real_path - - def _is_current(self, file_path, zip_path): - """ - Return True if the file_path is current for this zip_path - """ - timestamp, size = self._get_date_and_size(self.zipinfo[zip_path]) - if not os.path.isfile(file_path): - return False - stat = os.stat(file_path) - if stat.st_size != size or stat.st_mtime != timestamp: - return False - # check that the contents match - zip_contents = self.loader.get_data(zip_path) - with open(file_path, 'rb') as f: - file_contents = f.read() - return zip_contents == file_contents - - def _get_eager_resources(self): - if self.eagers is None: - eagers = [] - for name in ('native_libs.txt', 'eager_resources.txt'): - if self.has_metadata(name): - eagers.extend(self.get_metadata_lines(name)) - self.eagers = eagers - return self.eagers - - def _index(self): - try: - return self._dirindex - except AttributeError: - ind = {} - for path in self.zipinfo: - parts = path.split(os.sep) - while parts: - parent = os.sep.join(parts[:-1]) - if parent in ind: - ind[parent].append(parts[-1]) - break - else: - ind[parent] = [parts.pop()] - self._dirindex = ind - return ind - - def _has(self, fspath): - zip_path = self._zipinfo_name(fspath) - return zip_path in self.zipinfo or zip_path in self._index() - - def _isdir(self, fspath): - return self._zipinfo_name(fspath) in self._index() - - def _listdir(self, fspath): - return list(self._index().get(self._zipinfo_name(fspath), ())) - - def _eager_to_zip(self, resource_name): - return self._zipinfo_name(self._fn(self.egg_root, resource_name)) - - def _resource_to_zip(self, resource_name): - return self._zipinfo_name(self._fn(self.module_path, resource_name)) - - -register_loader_type(zipimport.zipimporter, ZipProvider) - - -class FileMetadata(EmptyProvider): - """Metadata handler for standalone PKG-INFO files - - Usage:: - - metadata = FileMetadata("/path/to/PKG-INFO") - - This provider rejects all data and metadata requests except for PKG-INFO, - which is treated as existing, and will be the contents of the file at - the provided location. - """ - - def __init__(self, path): - self.path = path - - def _get_metadata_path(self, name): - return self.path - - def has_metadata(self, name): - return name == 'PKG-INFO' and os.path.isfile(self.path) - - def get_metadata(self, name): - if name != 'PKG-INFO': - raise KeyError("No metadata except PKG-INFO is available") - - with io.open(self.path, encoding='utf-8', errors="replace") as f: - metadata = f.read() - self._warn_on_replacement(metadata) - return metadata - - def _warn_on_replacement(self, metadata): - # Python 2.7 compat for: replacement_char = '�' - replacement_char = b'\xef\xbf\xbd'.decode('utf-8') - if replacement_char in metadata: - tmpl = "{self.path} could not be properly decoded in UTF-8" - msg = tmpl.format(**locals()) - warnings.warn(msg) - - def get_metadata_lines(self, name): - return yield_lines(self.get_metadata(name)) - - -class PathMetadata(DefaultProvider): - """Metadata provider for egg directories - - Usage:: - - # Development eggs: - - egg_info = "/path/to/PackageName.egg-info" - base_dir = os.path.dirname(egg_info) - metadata = PathMetadata(base_dir, egg_info) - dist_name = os.path.splitext(os.path.basename(egg_info))[0] - dist = Distribution(basedir, project_name=dist_name, metadata=metadata) - - # Unpacked egg directories: - - egg_path = "/path/to/PackageName-ver-pyver-etc.egg" - metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO')) - dist = Distribution.from_filename(egg_path, metadata=metadata) - """ - - def __init__(self, path, egg_info): - self.module_path = path - self.egg_info = egg_info - - -class EggMetadata(ZipProvider): - """Metadata provider for .egg files""" - - def __init__(self, importer): - """Create a metadata provider from a zipimporter""" - - self.zip_pre = importer.archive + os.sep - self.loader = importer - if importer.prefix: - self.module_path = os.path.join(importer.archive, importer.prefix) - else: - self.module_path = importer.archive - self._setup_prefix() - - -_declare_state('dict', _distribution_finders={}) - - -def register_finder(importer_type, distribution_finder): - """Register `distribution_finder` to find distributions in sys.path items - - `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item - handler), and `distribution_finder` is a callable that, passed a path - item and the importer instance, yields ``Distribution`` instances found on - that path item. See ``pkg_resources.find_on_path`` for an example.""" - _distribution_finders[importer_type] = distribution_finder - - -def find_distributions(path_item, only=False): - """Yield distributions accessible via `path_item`""" - importer = get_importer(path_item) - finder = _find_adapter(_distribution_finders, importer) - return finder(importer, path_item, only) - - -def find_eggs_in_zip(importer, path_item, only=False): - """ - Find eggs in zip files; possibly multiple nested eggs. - """ - if importer.archive.endswith('.whl'): - # wheels are not supported with this finder - # they don't have PKG-INFO metadata, and won't ever contain eggs - return - metadata = EggMetadata(importer) - if metadata.has_metadata('PKG-INFO'): - yield Distribution.from_filename(path_item, metadata=metadata) - if only: - # don't yield nested distros - return - for subitem in metadata.resource_listdir(''): - if _is_egg_path(subitem): - subpath = os.path.join(path_item, subitem) - dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath) - for dist in dists: - yield dist - elif subitem.lower().endswith('.dist-info'): - subpath = os.path.join(path_item, subitem) - submeta = EggMetadata(zipimport.zipimporter(subpath)) - submeta.egg_info = subpath - yield Distribution.from_location(path_item, subitem, submeta) - - -register_finder(zipimport.zipimporter, find_eggs_in_zip) - - -def find_nothing(importer, path_item, only=False): - return () - - -register_finder(object, find_nothing) - - -def _by_version_descending(names): - """ - Given a list of filenames, return them in descending order - by version number. - - >>> names = 'bar', 'foo', 'Python-2.7.10.egg', 'Python-2.7.2.egg' - >>> _by_version_descending(names) - ['Python-2.7.10.egg', 'Python-2.7.2.egg', 'foo', 'bar'] - >>> names = 'Setuptools-1.2.3b1.egg', 'Setuptools-1.2.3.egg' - >>> _by_version_descending(names) - ['Setuptools-1.2.3.egg', 'Setuptools-1.2.3b1.egg'] - >>> names = 'Setuptools-1.2.3b1.egg', 'Setuptools-1.2.3.post1.egg' - >>> _by_version_descending(names) - ['Setuptools-1.2.3.post1.egg', 'Setuptools-1.2.3b1.egg'] - """ - def _by_version(name): - """ - Parse each component of the filename - """ - name, ext = os.path.splitext(name) - parts = itertools.chain(name.split('-'), [ext]) - return [packaging.version.parse(part) for part in parts] - - return sorted(names, key=_by_version, reverse=True) - - -def find_on_path(importer, path_item, only=False): - """Yield distributions accessible on a sys.path directory""" - path_item = _normalize_cached(path_item) - - if _is_unpacked_egg(path_item): - yield Distribution.from_filename( - path_item, metadata=PathMetadata( - path_item, os.path.join(path_item, 'EGG-INFO') - ) - ) - return - - entries = safe_listdir(path_item) - - # for performance, before sorting by version, - # screen entries for only those that will yield - # distributions - filtered = ( - entry - for entry in entries - if dist_factory(path_item, entry, only) - ) - - # scan for .egg and .egg-info in directory - path_item_entries = _by_version_descending(filtered) - for entry in path_item_entries: - fullpath = os.path.join(path_item, entry) - factory = dist_factory(path_item, entry, only) - for dist in factory(fullpath): - yield dist - - -def dist_factory(path_item, entry, only): - """ - Return a dist_factory for a path_item and entry - """ - lower = entry.lower() - is_meta = any(map(lower.endswith, ('.egg-info', '.dist-info'))) - return ( - distributions_from_metadata - if is_meta else - find_distributions - if not only and _is_egg_path(entry) else - resolve_egg_link - if not only and lower.endswith('.egg-link') else - NoDists() - ) - - -class NoDists: - """ - >>> bool(NoDists()) - False - - >>> list(NoDists()('anything')) - [] - """ - def __bool__(self): - return False - if six.PY2: - __nonzero__ = __bool__ - - def __call__(self, fullpath): - return iter(()) - - -def safe_listdir(path): - """ - Attempt to list contents of path, but suppress some exceptions. - """ - try: - return os.listdir(path) - except (PermissionError, NotADirectoryError): - pass - except OSError as e: - # Ignore the directory if does not exist, not a directory or - # permission denied - ignorable = ( - e.errno in (errno.ENOTDIR, errno.EACCES, errno.ENOENT) - # Python 2 on Windows needs to be handled this way :( - or getattr(e, "winerror", None) == 267 - ) - if not ignorable: - raise - return () - - -def distributions_from_metadata(path): - root = os.path.dirname(path) - if os.path.isdir(path): - if len(os.listdir(path)) == 0: - # empty metadata dir; skip - return - metadata = PathMetadata(root, path) - else: - metadata = FileMetadata(path) - entry = os.path.basename(path) - yield Distribution.from_location( - root, entry, metadata, precedence=DEVELOP_DIST, - ) - - -def non_empty_lines(path): - """ - Yield non-empty lines from file at path - """ - with open(path) as f: - for line in f: - line = line.strip() - if line: - yield line - - -def resolve_egg_link(path): - """ - Given a path to an .egg-link, resolve distributions - present in the referenced path. - """ - referenced_paths = non_empty_lines(path) - resolved_paths = ( - os.path.join(os.path.dirname(path), ref) - for ref in referenced_paths - ) - dist_groups = map(find_distributions, resolved_paths) - return next(dist_groups, ()) - - -register_finder(pkgutil.ImpImporter, find_on_path) - -if hasattr(importlib_machinery, 'FileFinder'): - register_finder(importlib_machinery.FileFinder, find_on_path) - -_declare_state('dict', _namespace_handlers={}) -_declare_state('dict', _namespace_packages={}) - - -def register_namespace_handler(importer_type, namespace_handler): - """Register `namespace_handler` to declare namespace packages - - `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item - handler), and `namespace_handler` is a callable like this:: - - def namespace_handler(importer, path_entry, moduleName, module): - # return a path_entry to use for child packages - - Namespace handlers are only called if the importer object has already - agreed that it can handle the relevant path item, and they should only - return a subpath if the module __path__ does not already contain an - equivalent subpath. For an example namespace handler, see - ``pkg_resources.file_ns_handler``. - """ - _namespace_handlers[importer_type] = namespace_handler - - -def _handle_ns(packageName, path_item): - """Ensure that named package includes a subpath of path_item (if needed)""" - - importer = get_importer(path_item) - if importer is None: - return None - - # capture warnings due to #1111 - with warnings.catch_warnings(): - warnings.simplefilter("ignore") - loader = importer.find_module(packageName) - - if loader is None: - return None - module = sys.modules.get(packageName) - if module is None: - module = sys.modules[packageName] = types.ModuleType(packageName) - module.__path__ = [] - _set_parent_ns(packageName) - elif not hasattr(module, '__path__'): - raise TypeError("Not a package:", packageName) - handler = _find_adapter(_namespace_handlers, importer) - subpath = handler(importer, path_item, packageName, module) - if subpath is not None: - path = module.__path__ - path.append(subpath) - loader.load_module(packageName) - _rebuild_mod_path(path, packageName, module) - return subpath - - -def _rebuild_mod_path(orig_path, package_name, module): - """ - Rebuild module.__path__ ensuring that all entries are ordered - corresponding to their sys.path order - """ - sys_path = [_normalize_cached(p) for p in sys.path] - - def safe_sys_path_index(entry): - """ - Workaround for #520 and #513. - """ - try: - return sys_path.index(entry) - except ValueError: - return float('inf') - - def position_in_sys_path(path): - """ - Return the ordinal of the path based on its position in sys.path - """ - path_parts = path.split(os.sep) - module_parts = package_name.count('.') + 1 - parts = path_parts[:-module_parts] - return safe_sys_path_index(_normalize_cached(os.sep.join(parts))) - - new_path = sorted(orig_path, key=position_in_sys_path) - new_path = [_normalize_cached(p) for p in new_path] - - if isinstance(module.__path__, list): - module.__path__[:] = new_path - else: - module.__path__ = new_path - - -def declare_namespace(packageName): - """Declare that package 'packageName' is a namespace package""" - - _imp.acquire_lock() - try: - if packageName in _namespace_packages: - return - - path = sys.path - parent, _, _ = packageName.rpartition('.') - - if parent: - declare_namespace(parent) - if parent not in _namespace_packages: - __import__(parent) - try: - path = sys.modules[parent].__path__ - except AttributeError: - raise TypeError("Not a package:", parent) - - # Track what packages are namespaces, so when new path items are added, - # they can be updated - _namespace_packages.setdefault(parent or None, []).append(packageName) - _namespace_packages.setdefault(packageName, []) - - for path_item in path: - # Ensure all the parent's path items are reflected in the child, - # if they apply - _handle_ns(packageName, path_item) - - finally: - _imp.release_lock() - - -def fixup_namespace_packages(path_item, parent=None): - """Ensure that previously-declared namespace packages include path_item""" - _imp.acquire_lock() - try: - for package in _namespace_packages.get(parent, ()): - subpath = _handle_ns(package, path_item) - if subpath: - fixup_namespace_packages(subpath, package) - finally: - _imp.release_lock() - - -def file_ns_handler(importer, path_item, packageName, module): - """Compute an ns-package subpath for a filesystem or zipfile importer""" - - subpath = os.path.join(path_item, packageName.split('.')[-1]) - normalized = _normalize_cached(subpath) - for item in module.__path__: - if _normalize_cached(item) == normalized: - break - else: - # Only return the path if it's not already there - return subpath - - -register_namespace_handler(pkgutil.ImpImporter, file_ns_handler) -register_namespace_handler(zipimport.zipimporter, file_ns_handler) - -if hasattr(importlib_machinery, 'FileFinder'): - register_namespace_handler(importlib_machinery.FileFinder, file_ns_handler) - - -def null_ns_handler(importer, path_item, packageName, module): - return None - - -register_namespace_handler(object, null_ns_handler) - - -def normalize_path(filename): - """Normalize a file/dir name for comparison purposes""" - return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename)))) - - -def _cygwin_patch(filename): # pragma: nocover - """ - Contrary to POSIX 2008, on Cygwin, getcwd (3) contains - symlink components. Using - os.path.abspath() works around this limitation. A fix in os.getcwd() - would probably better, in Cygwin even more so, except - that this seems to be by design... - """ - return os.path.abspath(filename) if sys.platform == 'cygwin' else filename - - -def _normalize_cached(filename, _cache={}): - try: - return _cache[filename] - except KeyError: - _cache[filename] = result = normalize_path(filename) - return result - - -def _is_egg_path(path): - """ - Determine if given path appears to be an egg. - """ - return path.lower().endswith('.egg') - - -def _is_unpacked_egg(path): - """ - Determine if given path appears to be an unpacked egg. - """ - return ( - _is_egg_path(path) and - os.path.isfile(os.path.join(path, 'EGG-INFO', 'PKG-INFO')) - ) - - -def _set_parent_ns(packageName): - parts = packageName.split('.') - name = parts.pop() - if parts: - parent = '.'.join(parts) - setattr(sys.modules[parent], name, sys.modules[packageName]) - - -def yield_lines(strs): - """Yield non-empty/non-comment lines of a string or sequence""" - if isinstance(strs, six.string_types): - for s in strs.splitlines(): - s = s.strip() - # skip blank lines/comments - if s and not s.startswith('#'): - yield s - else: - for ss in strs: - for s in yield_lines(ss): - yield s - - -MODULE = re.compile(r"\w+(\.\w+)*$").match -EGG_NAME = re.compile( - r""" - (?P<name>[^-]+) ( - -(?P<ver>[^-]+) ( - -py(?P<pyver>[^-]+) ( - -(?P<plat>.+) - )? - )? - )? - """, - re.VERBOSE | re.IGNORECASE, -).match - - -class EntryPoint: - """Object representing an advertised importable object""" - - def __init__(self, name, module_name, attrs=(), extras=(), dist=None): - if not MODULE(module_name): - raise ValueError("Invalid module name", module_name) - self.name = name - self.module_name = module_name - self.attrs = tuple(attrs) - self.extras = tuple(extras) - self.dist = dist - - def __str__(self): - s = "%s = %s" % (self.name, self.module_name) - if self.attrs: - s += ':' + '.'.join(self.attrs) - if self.extras: - s += ' [%s]' % ','.join(self.extras) - return s - - def __repr__(self): - return "EntryPoint.parse(%r)" % str(self) - - def load(self, require=True, *args, **kwargs): - """ - Require packages for this EntryPoint, then resolve it. - """ - if not require or args or kwargs: - warnings.warn( - "Parameters to load are deprecated. Call .resolve and " - ".require separately.", - PkgResourcesDeprecationWarning, - stacklevel=2, - ) - if require: - self.require(*args, **kwargs) - return self.resolve() - - def resolve(self): - """ - Resolve the entry point from its module and attrs. - """ - module = __import__(self.module_name, fromlist=['__name__'], level=0) - try: - return functools.reduce(getattr, self.attrs, module) - except AttributeError as exc: - raise ImportError(str(exc)) - - def require(self, env=None, installer=None): - if self.extras and not self.dist: - raise UnknownExtra("Can't require() without a distribution", self) - - # Get the requirements for this entry point with all its extras and - # then resolve them. We have to pass `extras` along when resolving so - # that the working set knows what extras we want. Otherwise, for - # dist-info distributions, the working set will assume that the - # requirements for that extra are purely optional and skip over them. - reqs = self.dist.requires(self.extras) - items = working_set.resolve(reqs, env, installer, extras=self.extras) - list(map(working_set.add, items)) - - pattern = re.compile( - r'\s*' - r'(?P<name>.+?)\s*' - r'=\s*' - r'(?P<module>[\w.]+)\s*' - r'(:\s*(?P<attr>[\w.]+))?\s*' - r'(?P<extras>\[.*\])?\s*$' - ) - - @classmethod - def parse(cls, src, dist=None): - """Parse a single entry point from string `src` - - Entry point syntax follows the form:: - - name = some.module:some.attr [extra1, extra2] - - The entry name and module name are required, but the ``:attrs`` and - ``[extras]`` parts are optional - """ - m = cls.pattern.match(src) - if not m: - msg = "EntryPoint must be in 'name=module:attrs [extras]' format" - raise ValueError(msg, src) - res = m.groupdict() - extras = cls._parse_extras(res['extras']) - attrs = res['attr'].split('.') if res['attr'] else () - return cls(res['name'], res['module'], attrs, extras, dist) - - @classmethod - def _parse_extras(cls, extras_spec): - if not extras_spec: - return () - req = Requirement.parse('x' + extras_spec) - if req.specs: - raise ValueError() - return req.extras - - @classmethod - def parse_group(cls, group, lines, dist=None): - """Parse an entry point group""" - if not MODULE(group): - raise ValueError("Invalid group name", group) - this = {} - for line in yield_lines(lines): - ep = cls.parse(line, dist) - if ep.name in this: - raise ValueError("Duplicate entry point", group, ep.name) - this[ep.name] = ep - return this - - @classmethod - def parse_map(cls, data, dist=None): - """Parse a map of entry point groups""" - if isinstance(data, dict): - data = data.items() - else: - data = split_sections(data) - maps = {} - for group, lines in data: - if group is None: - if not lines: - continue - raise ValueError("Entry points must be listed in groups") - group = group.strip() - if group in maps: - raise ValueError("Duplicate group name", group) - maps[group] = cls.parse_group(group, lines, dist) - return maps - - -def _remove_md5_fragment(location): - if not location: - return '' - parsed = urllib.parse.urlparse(location) - if parsed[-1].startswith('md5='): - return urllib.parse.urlunparse(parsed[:-1] + ('',)) - return location - - -def _version_from_file(lines): - """ - Given an iterable of lines from a Metadata file, return - the value of the Version field, if present, or None otherwise. - """ - def is_version_line(line): - return line.lower().startswith('version:') - version_lines = filter(is_version_line, lines) - line = next(iter(version_lines), '') - _, _, value = line.partition(':') - return safe_version(value.strip()) or None - - -class Distribution: - """Wrap an actual or potential sys.path entry w/metadata""" - PKG_INFO = 'PKG-INFO' - - def __init__( - self, location=None, metadata=None, project_name=None, - version=None, py_version=PY_MAJOR, platform=None, - precedence=EGG_DIST): - self.project_name = safe_name(project_name or 'Unknown') - if version is not None: - self._version = safe_version(version) - self.py_version = py_version - self.platform = platform - self.location = location - self.precedence = precedence - self._provider = metadata or empty_provider - - @classmethod - def from_location(cls, location, basename, metadata=None, **kw): - project_name, version, py_version, platform = [None] * 4 - basename, ext = os.path.splitext(basename) - if ext.lower() in _distributionImpl: - cls = _distributionImpl[ext.lower()] - - match = EGG_NAME(basename) - if match: - project_name, version, py_version, platform = match.group( - 'name', 'ver', 'pyver', 'plat' - ) - return cls( - location, metadata, project_name=project_name, version=version, - py_version=py_version, platform=platform, **kw - )._reload_version() - - def _reload_version(self): - return self - - @property - def hashcmp(self): - return ( - self.parsed_version, - self.precedence, - self.key, - _remove_md5_fragment(self.location), - self.py_version or '', - self.platform or '', - ) - - def __hash__(self): - return hash(self.hashcmp) - - def __lt__(self, other): - return self.hashcmp < other.hashcmp - - def __le__(self, other): - return self.hashcmp <= other.hashcmp - - def __gt__(self, other): - return self.hashcmp > other.hashcmp - - def __ge__(self, other): - return self.hashcmp >= other.hashcmp - - def __eq__(self, other): - if not isinstance(other, self.__class__): - # It's not a Distribution, so they are not equal - return False - return self.hashcmp == other.hashcmp - - def __ne__(self, other): - return not self == other - - # These properties have to be lazy so that we don't have to load any - # metadata until/unless it's actually needed. (i.e., some distributions - # may not know their name or version without loading PKG-INFO) - - @property - def key(self): - try: - return self._key - except AttributeError: - self._key = key = self.project_name.lower() - return key - - @property - def parsed_version(self): - if not hasattr(self, "_parsed_version"): - self._parsed_version = parse_version(self.version) - - return self._parsed_version - - def _warn_legacy_version(self): - LV = packaging.version.LegacyVersion - is_legacy = isinstance(self._parsed_version, LV) - if not is_legacy: - return - - # While an empty version is technically a legacy version and - # is not a valid PEP 440 version, it's also unlikely to - # actually come from someone and instead it is more likely that - # it comes from setuptools attempting to parse a filename and - # including it in the list. So for that we'll gate this warning - # on if the version is anything at all or not. - if not self.version: - return - - tmpl = textwrap.dedent(""" - '{project_name} ({version})' is being parsed as a legacy, - non PEP 440, - version. You may find odd behavior and sort order. - In particular it will be sorted as less than 0.0. It - is recommended to migrate to PEP 440 compatible - versions. - """).strip().replace('\n', ' ') - - warnings.warn(tmpl.format(**vars(self)), PEP440Warning) - - @property - def version(self): - try: - return self._version - except AttributeError: - version = self._get_version() - if version is None: - path = self._get_metadata_path_for_display(self.PKG_INFO) - msg = ( - "Missing 'Version:' header and/or {} file at path: {}" - ).format(self.PKG_INFO, path) - raise ValueError(msg, self) - - return version - - @property - def _dep_map(self): - """ - A map of extra to its list of (direct) requirements - for this distribution, including the null extra. - """ - try: - return self.__dep_map - except AttributeError: - self.__dep_map = self._filter_extras(self._build_dep_map()) - return self.__dep_map - - @staticmethod - def _filter_extras(dm): - """ - Given a mapping of extras to dependencies, strip off - environment markers and filter out any dependencies - not matching the markers. - """ - for extra in list(filter(None, dm)): - new_extra = extra - reqs = dm.pop(extra) - new_extra, _, marker = extra.partition(':') - fails_marker = marker and ( - invalid_marker(marker) - or not evaluate_marker(marker) - ) - if fails_marker: - reqs = [] - new_extra = safe_extra(new_extra) or None - - dm.setdefault(new_extra, []).extend(reqs) - return dm - - def _build_dep_map(self): - dm = {} - for name in 'requires.txt', 'depends.txt': - for extra, reqs in split_sections(self._get_metadata(name)): - dm.setdefault(extra, []).extend(parse_requirements(reqs)) - return dm - - def requires(self, extras=()): - """List of Requirements needed for this distro if `extras` are used""" - dm = self._dep_map - deps = [] - deps.extend(dm.get(None, ())) - for ext in extras: - try: - deps.extend(dm[safe_extra(ext)]) - except KeyError: - raise UnknownExtra( - "%s has no such extra feature %r" % (self, ext) - ) - return deps - - def _get_metadata_path_for_display(self, name): - """ - Return the path to the given metadata file, if available. - """ - try: - # We need to access _get_metadata_path() on the provider object - # directly rather than through this class's __getattr__() - # since _get_metadata_path() is marked private. - path = self._provider._get_metadata_path(name) - - # Handle exceptions e.g. in case the distribution's metadata - # provider doesn't support _get_metadata_path(). - except Exception: - return '[could not detect]' - - return path - - def _get_metadata(self, name): - if self.has_metadata(name): - for line in self.get_metadata_lines(name): - yield line - - def _get_version(self): - lines = self._get_metadata(self.PKG_INFO) - version = _version_from_file(lines) - - return version - - def activate(self, path=None, replace=False): - """Ensure distribution is importable on `path` (default=sys.path)""" - if path is None: - path = sys.path - self.insert_on(path, replace=replace) - if path is sys.path: - fixup_namespace_packages(self.location) - for pkg in self._get_metadata('namespace_packages.txt'): - if pkg in sys.modules: - declare_namespace(pkg) - - def egg_name(self): - """Return what this distribution's standard .egg filename should be""" - filename = "%s-%s-py%s" % ( - to_filename(self.project_name), to_filename(self.version), - self.py_version or PY_MAJOR - ) - - if self.platform: - filename += '-' + self.platform - return filename - - def __repr__(self): - if self.location: - return "%s (%s)" % (self, self.location) - else: - return str(self) - - def __str__(self): - try: - version = getattr(self, 'version', None) - except ValueError: - version = None - version = version or "[unknown version]" - return "%s %s" % (self.project_name, version) - - def __getattr__(self, attr): - """Delegate all unrecognized public attributes to .metadata provider""" - if attr.startswith('_'): - raise AttributeError(attr) - return getattr(self._provider, attr) - - def __dir__(self): - return list( - set(super(Distribution, self).__dir__()) - | set( - attr for attr in self._provider.__dir__() - if not attr.startswith('_') - ) - ) - - if not hasattr(object, '__dir__'): - # python 2.7 not supported - del __dir__ - - @classmethod - def from_filename(cls, filename, metadata=None, **kw): - return cls.from_location( - _normalize_cached(filename), os.path.basename(filename), metadata, - **kw - ) - - def as_requirement(self): - """Return a ``Requirement`` that matches this distribution exactly""" - if isinstance(self.parsed_version, packaging.version.Version): - spec = "%s==%s" % (self.project_name, self.parsed_version) - else: - spec = "%s===%s" % (self.project_name, self.parsed_version) - - return Requirement.parse(spec) - - def load_entry_point(self, group, name): - """Return the `name` entry point of `group` or raise ImportError""" - ep = self.get_entry_info(group, name) - if ep is None: - raise ImportError("Entry point %r not found" % ((group, name),)) - return ep.load() - - def get_entry_map(self, group=None): - """Return the entry point map for `group`, or the full entry map""" - try: - ep_map = self._ep_map - except AttributeError: - ep_map = self._ep_map = EntryPoint.parse_map( - self._get_metadata('entry_points.txt'), self - ) - if group is not None: - return ep_map.get(group, {}) - return ep_map - - def get_entry_info(self, group, name): - """Return the EntryPoint object for `group`+`name`, or ``None``""" - return self.get_entry_map(group).get(name) - - def insert_on(self, path, loc=None, replace=False): - """Ensure self.location is on path - - If replace=False (default): - - If location is already in path anywhere, do nothing. - - Else: - - If it's an egg and its parent directory is on path, - insert just ahead of the parent. - - Else: add to the end of path. - If replace=True: - - If location is already on path anywhere (not eggs) - or higher priority than its parent (eggs) - do nothing. - - Else: - - If it's an egg and its parent directory is on path, - insert just ahead of the parent, - removing any lower-priority entries. - - Else: add it to the front of path. - """ - - loc = loc or self.location - if not loc: - return - - nloc = _normalize_cached(loc) - bdir = os.path.dirname(nloc) - npath = [(p and _normalize_cached(p) or p) for p in path] - - for p, item in enumerate(npath): - if item == nloc: - if replace: - break - else: - # don't modify path (even removing duplicates) if - # found and not replace - return - elif item == bdir and self.precedence == EGG_DIST: - # if it's an .egg, give it precedence over its directory - # UNLESS it's already been added to sys.path and replace=False - if (not replace) and nloc in npath[p:]: - return - if path is sys.path: - self.check_version_conflict() - path.insert(p, loc) - npath.insert(p, nloc) - break - else: - if path is sys.path: - self.check_version_conflict() - if replace: - path.insert(0, loc) - else: - path.append(loc) - return - - # p is the spot where we found or inserted loc; now remove duplicates - while True: - try: - np = npath.index(nloc, p + 1) - except ValueError: - break - else: - del npath[np], path[np] - # ha! - p = np - - return - - def check_version_conflict(self): - if self.key == 'setuptools': - # ignore the inevitable setuptools self-conflicts :( - return - - nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt')) - loc = normalize_path(self.location) - for modname in self._get_metadata('top_level.txt'): - if (modname not in sys.modules or modname in nsp - or modname in _namespace_packages): - continue - if modname in ('pkg_resources', 'setuptools', 'site'): - continue - fn = getattr(sys.modules[modname], '__file__', None) - if fn and (normalize_path(fn).startswith(loc) or - fn.startswith(self.location)): - continue - issue_warning( - "Module %s was already imported from %s, but %s is being added" - " to sys.path" % (modname, fn, self.location), - ) - - def has_version(self): - try: - self.version - except ValueError: - issue_warning("Unbuilt egg for " + repr(self)) - return False - return True - - def clone(self, **kw): - """Copy this distribution, substituting in any changed keyword args""" - names = 'project_name version py_version platform location precedence' - for attr in names.split(): - kw.setdefault(attr, getattr(self, attr, None)) - kw.setdefault('metadata', self._provider) - return self.__class__(**kw) - - @property - def extras(self): - return [dep for dep in self._dep_map if dep] - - -class EggInfoDistribution(Distribution): - def _reload_version(self): - """ - Packages installed by distutils (e.g. numpy or scipy), - which uses an old safe_version, and so - their version numbers can get mangled when - converted to filenames (e.g., 1.11.0.dev0+2329eae to - 1.11.0.dev0_2329eae). These distributions will not be - parsed properly - downstream by Distribution and safe_version, so - take an extra step and try to get the version number from - the metadata file itself instead of the filename. - """ - md_version = self._get_version() - if md_version: - self._version = md_version - return self - - -class DistInfoDistribution(Distribution): - """ - Wrap an actual or potential sys.path entry - w/metadata, .dist-info style. - """ - PKG_INFO = 'METADATA' - EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])") - - @property - def _parsed_pkg_info(self): - """Parse and cache metadata""" - try: - return self._pkg_info - except AttributeError: - metadata = self.get_metadata(self.PKG_INFO) - self._pkg_info = email.parser.Parser().parsestr(metadata) - return self._pkg_info - - @property - def _dep_map(self): - try: - return self.__dep_map - except AttributeError: - self.__dep_map = self._compute_dependencies() - return self.__dep_map - - def _compute_dependencies(self): - """Recompute this distribution's dependencies.""" - dm = self.__dep_map = {None: []} - - reqs = [] - # Including any condition expressions - for req in self._parsed_pkg_info.get_all('Requires-Dist') or []: - reqs.extend(parse_requirements(req)) - - def reqs_for_extra(extra): - for req in reqs: - if not req.marker or req.marker.evaluate({'extra': extra}): - yield req - - common = frozenset(reqs_for_extra(None)) - dm[None].extend(common) - - for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []: - s_extra = safe_extra(extra.strip()) - dm[s_extra] = list(frozenset(reqs_for_extra(extra)) - common) - - return dm - - -_distributionImpl = { - '.egg': Distribution, - '.egg-info': EggInfoDistribution, - '.dist-info': DistInfoDistribution, -} - - -def issue_warning(*args, **kw): - level = 1 - g = globals() - try: - # find the first stack frame that is *not* code in - # the pkg_resources module, to use for the warning - while sys._getframe(level).f_globals is g: - level += 1 - except ValueError: - pass - warnings.warn(stacklevel=level + 1, *args, **kw) - - -class RequirementParseError(ValueError): - def __str__(self): - return ' '.join(self.args) - - -def parse_requirements(strs): - """Yield ``Requirement`` objects for each specification in `strs` - - `strs` must be a string, or a (possibly-nested) iterable thereof. - """ - # create a steppable iterator, so we can handle \-continuations - lines = iter(yield_lines(strs)) - - for line in lines: - # Drop comments -- a hash without a space may be in a URL. - if ' #' in line: - line = line[:line.find(' #')] - # If there is a line continuation, drop it, and append the next line. - if line.endswith('\\'): - line = line[:-2].strip() - try: - line += next(lines) - except StopIteration: - return - yield Requirement(line) - - -class Requirement(packaging.requirements.Requirement): - def __init__(self, requirement_string): - """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!""" - try: - super(Requirement, self).__init__(requirement_string) - except packaging.requirements.InvalidRequirement as e: - raise RequirementParseError(str(e)) - self.unsafe_name = self.name - project_name = safe_name(self.name) - self.project_name, self.key = project_name, project_name.lower() - self.specs = [ - (spec.operator, spec.version) for spec in self.specifier] - self.extras = tuple(map(safe_extra, self.extras)) - self.hashCmp = ( - self.key, - self.specifier, - frozenset(self.extras), - str(self.marker) if self.marker else None, - ) - self.__hash = hash(self.hashCmp) - - def __eq__(self, other): - return ( - isinstance(other, Requirement) and - self.hashCmp == other.hashCmp - ) - - def __ne__(self, other): - return not self == other - - def __contains__(self, item): - if isinstance(item, Distribution): - if item.key != self.key: - return False - - item = item.version - - # Allow prereleases always in order to match the previous behavior of - # this method. In the future this should be smarter and follow PEP 440 - # more accurately. - return self.specifier.contains(item, prereleases=True) - - def __hash__(self): - return self.__hash - - def __repr__(self): - return "Requirement.parse(%r)" % str(self) - - @staticmethod - def parse(s): - req, = parse_requirements(s) - return req - - -def _always_object(classes): - """ - Ensure object appears in the mro even - for old-style classes. - """ - if object not in classes: - return classes + (object,) - return classes - - -def _find_adapter(registry, ob): - """Return an adapter factory for `ob` from `registry`""" - types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob)))) - for t in types: - if t in registry: - return registry[t] - - -def ensure_directory(path): - """Ensure that the parent directory of `path` exists""" - dirname = os.path.dirname(path) - py31compat.makedirs(dirname, exist_ok=True) - - -def _bypass_ensure_directory(path): - """Sandbox-bypassing version of ensure_directory()""" - if not WRITE_SUPPORT: - raise IOError('"os.mkdir" not supported on this platform.') - dirname, filename = split(path) - if dirname and filename and not isdir(dirname): - _bypass_ensure_directory(dirname) - try: - mkdir(dirname, 0o755) - except FileExistsError: - pass - - -def split_sections(s): - """Split a string or iterable thereof into (section, content) pairs - - Each ``section`` is a stripped version of the section header ("[section]") - and each ``content`` is a list of stripped lines excluding blank lines and - comment-only lines. If there are any such lines before the first section - header, they're returned in a first ``section`` of ``None``. - """ - section = None - content = [] - for line in yield_lines(s): - if line.startswith("["): - if line.endswith("]"): - if section or content: - yield section, content - section = line[1:-1].strip() - content = [] - else: - raise ValueError("Invalid section heading", line) - else: - content.append(line) - - # wrap up last segment - yield section, content - - -def _mkstemp(*args, **kw): - old_open = os.open - try: - # temporarily bypass sandboxing - os.open = os_open - return tempfile.mkstemp(*args, **kw) - finally: - # and then put it back - os.open = old_open - - -# Silence the PEP440Warning by default, so that end users don't get hit by it -# randomly just because they use pkg_resources. We want to append the rule -# because we want earlier uses of filterwarnings to take precedence over this -# one. -warnings.filterwarnings("ignore", category=PEP440Warning, append=True) - - -# from jaraco.functools 1.3 -def _call_aside(f, *args, **kwargs): - f(*args, **kwargs) - return f - - -@_call_aside -def _initialize(g=globals()): - "Set up global resource manager (deliberately not state-saved)" - manager = ResourceManager() - g['_manager'] = manager - g.update( - (name, getattr(manager, name)) - for name in dir(manager) - if not name.startswith('_') - ) - - -@_call_aside -def _initialize_master_working_set(): - """ - Prepare the master working set and make the ``require()`` - API available. - - This function has explicit effects on the global state - of pkg_resources. It is intended to be invoked once at - the initialization of this module. - - Invocation by other packages is unsupported and done - at their own risk. - """ - working_set = WorkingSet._build_master() - _declare_state('object', working_set=working_set) - - require = working_set.require - iter_entry_points = working_set.iter_entry_points - add_activation_listener = working_set.subscribe - run_script = working_set.run_script - # backward compatibility - run_main = run_script - # Activate all distributions already on sys.path with replace=False and - # ensure that all distributions added to the working set in the future - # (e.g. by calling ``require()``) will get activated as well, - # with higher priority (replace=True). - tuple( - dist.activate(replace=False) - for dist in working_set - ) - add_activation_listener( - lambda dist: dist.activate(replace=True), - existing=False, - ) - working_set.entries = [] - # match order - list(map(working_set.add_entry, sys.path)) - globals().update(locals()) - -class PkgResourcesDeprecationWarning(Warning): - """ - Base class for warning about deprecations in ``pkg_resources`` - - This class is not derived from ``DeprecationWarning``, and as such is - visible by default. - """ diff --git a/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index f216d2f4728e6ffa124a43f1380d4a9b8db5b7dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 100145 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 Z(EoaSr%+r}Tv=S)#|)wSlxgU?{{`#@9v%Py diff --git a/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-38.pyc deleted file mode 100644 index cc7d0ffcf9f7eb0d25056040378a9d8844d8c443..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 609 zcmYjO&2AGh5T3D}WRoVL5)$GS_Rxl=RH70>2$ZTws33)(b}vg58@kzKy&7*z5~Umv z7v2Jnyppe+@(LUf;{a91nr}Q~YrfCp*PTua*uEa#PWuAjXGm_E<m55Cd&i(b;}nv= z5fj|xA`u+LRL)eQ5Ok!Ku6@CzX4Ir!KG$_4CJhA=a<s>~kwc*bAS98A=#8lr%D|+V zG&K$(ZmyXHPGa=ZW%HvkE4sFzBxrrg?v5Fj-3q?p3ce%4TPW@;s6^hPCkR&pVR>hT zbZ;dlvXT>(OX`2-TL-NDN_-Nha0UgV24=;RxaNg*KAMekqcd{8@nSe2vgB)qsIb01 z7@R&EzKW$+<)}LMk(p<%N^S0?nU8+}ZLy$VgI+Z&du3McWQD6n)9KDKdtg7B^Mg>_ zczS6HZK+r0A5t>TUeMUMUb)!c8`~MT-Yplto&ML6?(aq6xtl*ifnD6@MIEliVjU*3 zR$(ux%Ykl%0)_$}#VrcwRA=C6E}Y+D4ZHvNDNJ_L$IF*zec!$`<T6{NS@GWbZefge m*D5G*Y+iT++M#dsaAx(z)I18LZkr)OUZO2q?K<B5Ez}?CXN#f$ diff --git a/lib/python3.8/site-packages/pip/_vendor/pkg_resources/py31compat.py b/lib/python3.8/site-packages/pip/_vendor/pkg_resources/py31compat.py deleted file mode 100644 index a2d3007..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pkg_resources/py31compat.py +++ /dev/null @@ -1,23 +0,0 @@ -import os -import errno -import sys - -from pip._vendor import six - - -def _makedirs_31(path, exist_ok=False): - try: - os.makedirs(path) - except OSError as exc: - if not exist_ok or exc.errno != errno.EEXIST: - raise - - -# rely on compatibility behavior until mode considerations -# and exists_ok considerations are disentangled. -# See https://github.com/pypa/setuptools/pull/1083#issuecomment-315168663 -needs_makedirs = ( - six.PY2 or - (3, 4) <= sys.version_info < (3, 4, 1) -) -makedirs = _makedirs_31 if needs_makedirs else os.makedirs diff --git a/lib/python3.8/site-packages/pip/_vendor/progress/__init__.py b/lib/python3.8/site-packages/pip/_vendor/progress/__init__.py deleted file mode 100644 index e434c25..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/progress/__init__.py +++ /dev/null @@ -1,177 +0,0 @@ -# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -from __future__ import division, print_function - -from collections import deque -from datetime import timedelta -from math import ceil -from sys import stderr -try: - from time import monotonic -except ImportError: - from time import time as monotonic - - -__version__ = '1.5' - -HIDE_CURSOR = '\x1b[?25l' -SHOW_CURSOR = '\x1b[?25h' - - -class Infinite(object): - file = stderr - sma_window = 10 # Simple Moving Average window - check_tty = True - hide_cursor = True - - def __init__(self, message='', **kwargs): - self.index = 0 - self.start_ts = monotonic() - self.avg = 0 - self._avg_update_ts = self.start_ts - self._ts = self.start_ts - self._xput = deque(maxlen=self.sma_window) - for key, val in kwargs.items(): - setattr(self, key, val) - - self._width = 0 - self.message = message - - if self.file and self.is_tty(): - if self.hide_cursor: - print(HIDE_CURSOR, end='', file=self.file) - print(self.message, end='', file=self.file) - self.file.flush() - - def __getitem__(self, key): - if key.startswith('_'): - return None - return getattr(self, key, None) - - @property - def elapsed(self): - return int(monotonic() - self.start_ts) - - @property - def elapsed_td(self): - return timedelta(seconds=self.elapsed) - - def update_avg(self, n, dt): - if n > 0: - xput_len = len(self._xput) - self._xput.append(dt / n) - now = monotonic() - # update when we're still filling _xput, then after every second - if (xput_len < self.sma_window or - now - self._avg_update_ts > 1): - self.avg = sum(self._xput) / len(self._xput) - self._avg_update_ts = now - - def update(self): - pass - - def start(self): - pass - - def clearln(self): - if self.file and self.is_tty(): - print('\r\x1b[K', end='', file=self.file) - - def write(self, s): - if self.file and self.is_tty(): - line = self.message + s.ljust(self._width) - print('\r' + line, end='', file=self.file) - self._width = max(self._width, len(s)) - self.file.flush() - - def writeln(self, line): - if self.file and self.is_tty(): - self.clearln() - print(line, end='', file=self.file) - self.file.flush() - - def finish(self): - if self.file and self.is_tty(): - print(file=self.file) - if self.hide_cursor: - print(SHOW_CURSOR, end='', file=self.file) - - def is_tty(self): - return self.file.isatty() if self.check_tty else True - - def next(self, n=1): - now = monotonic() - dt = now - self._ts - self.update_avg(n, dt) - self._ts = now - self.index = self.index + n - self.update() - - def iter(self, it): - with self: - for x in it: - yield x - self.next() - - def __enter__(self): - self.start() - return self - - def __exit__(self, exc_type, exc_val, exc_tb): - self.finish() - - -class Progress(Infinite): - def __init__(self, *args, **kwargs): - super(Progress, self).__init__(*args, **kwargs) - self.max = kwargs.get('max', 100) - - @property - def eta(self): - return int(ceil(self.avg * self.remaining)) - - @property - def eta_td(self): - return timedelta(seconds=self.eta) - - @property - def percent(self): - return self.progress * 100 - - @property - def progress(self): - return min(1, self.index / self.max) - - @property - def remaining(self): - return max(self.max - self.index, 0) - - def start(self): - self.update() - - def goto(self, index): - incr = index - self.index - self.next(incr) - - def iter(self, it): - try: - self.max = len(it) - except TypeError: - pass - - with self: - for x in it: - yield x - self.next() diff --git a/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 4b8576b730c26a687421da2df413e1d7c8444048..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5578 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 X(r{`hz4&ubo#T?>dJeLo+t~asSQ$ys diff --git a/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-38.pyc deleted file mode 100644 index bf7106b87042118deff4bff968e454b62a2dc1ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2602 zcmbtV&2Jk;6rb5|ukF-HKS;}0prnd{HV0H_5rT*a5ErXb1qWX&*Rysutk-6CO`2#e zA*F(rPw}Bt+!A^~Jt1-Fk^f_kaLOORrI+%1vzyv&(gR}c_ul;8%+9_y^X4}nRjWS3 zbL;Z)*10lce-oH~EPxeA@-viRf=8^+o19bIh>WHoOkqW4-)dT%eZYh*oEuCyfwgTm zZD3b;z+PYjJHRF31N(sk>;jiX1-PQI2V501z%zP$3HX?(0oQ^O#{0mtVh(st<FYWW zvik9TM8@h|)kbmH8Hk`2g=rw$QPSAwd5?ER4tg?3k`4`>ehh#WNb)LFz?xhzq{N%1 zFq)P?3c_kS!fv|4X?l4w&5|hLv%WIlZOi=yytg&GxD>`BxLy~_i%b1B?3S^RZ5i3Z zeUAUx4#jcscxaHULXvf;lx1w4LyQw_n~$l*Gd|D823lsuPO&lcx|Q)0Y;2)rXBauQ z(Q<UJBlxbH(HJkYGV+%)r|0bPv7517KXdo=ej#Y1p;*1F%rH)sy%CCZO?ks&ZIs)` z3blKIvbtduDL?2B)6JG{JIScq4X-O}eGtaVzt)zmp$y2Q+eNRtA+hpNT=$ff1W{L2 z>E%GQq9E?!Q<Z$i9LXwDS0<)Xw)V>!Ijks*gS$*V4RHVRa@rp*55wX4Fiz5T6rJA+ zFAX+=wTtA`()uij#Xv3}WU-71FAO)8Ga8C^8Z2O%<OCGsHSQZe&wq2=c;FaYK6daz zKCpoe^;)gC-49wV<+ob>ffz;9uC!X8j@nV)BXLHUj#SQ3>o}=nq-IDxONv6DQqK^y zq2?h84fD7)`5C(JP+?NVtk4S!P=^ZBKw;uMp*US(V_zLrUR`U;UKsa~(pGhGX&A^( z5T|vqxF}srF*2e4y7|jL+V0$J)IIqeT=IER3#4fMkId?*gkHel^N@t-W0H_0|C5uU zoj8<?i3BV)`#x#~@n6Ma<ESEyJmj5U3wx(=*M2<Y$;uxU<5_&|A|xRaqZlQ5{#SIX zq3lFc(cS(%kM8!ZhI|Q=Pwl&oNN@fkI^Kj#;vmnVI7~QKXxPh82dfmA>(;I<_#T&M zz)4O_tb~mh_6<g?gtc?k%!hGD27T;zJHo;#b0duFrr!5rzrT?$V$ynPsup&>FBbN@ z!hS24Fs1-s7xt^d-qI61LSz+;E<siy$sbTTkrfoC$qO`Pq*i9YXOhj#c}6q_Ohl%! zCNhu~XbyC?&ILcsG81pQnI()*EP0K*nRS}QxNOEAkdwN?$ZUMi+Xhi?6CIY|M;~VK zg}Dm?1P1kGUPe9T%<q8)$7K*=B`ZH9M60p?0FR{OCMlVERhb|t<qX%_Ns#2{oideF z=$f?jc~>TQK0h+E)G=WLs_}Y7o`g|uoKK_t2@@(i?vB8(w(e3+oU<R%p(Kh>Zf7JV z_EMfEmp+wes5L2ZT~)+2??Dne#tg((;a)*<GyD{vho{CZrit$4qXqJi^B(5_WhR>m zu7s$ab_cSre6X%elZ`N4lds?_PbRo?=zRy0=<5x!IEH0N@*b-5htx)?9n^V#=c1ZT z<y{G{2UN#(FE75m&kK8_uwNAR%iP{Mu)h`fUSa=i+_fI344uYgDJQ4&bwu+qWne&g zToV58v0q(li%p8%o<3?n<N@vcSlFNRX==zf@QtZ`odk0U9ZkqVFof$Bx|h16bR=;v zNeWZGMvCfI636MQL{qS4I!QF6_dq8jX_BM9ro6ZE+wN^D<%CMPVt7WytevcRH5<RD GYSzEV@E05a diff --git a/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-38.pyc deleted file mode 100644 index a8c4e748c09d8023053997873f62f5f5d65827c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1434 zcmbVMOK;Oa5Z>|HiJc}T(1KbxfH>hpn-d5mK$UtxT%t-9mk7yN*==jEov^kkROtay zUgCg|cwFI_zqCg<^)K|q%*JU`Xb-T_%y@QocIWX;9yA&?hU@*Ux!|G0*e_D1myOB_ zQuYX$U;<*6KnH*cOYqoAc!wu;#|Czf30pXOOgNGcdB;J$BC4oYrHy(8bys+(dq%IK zUK2B@&&Vp;T~S|Weq$eBVLs?)kw)E~kU<>fQiXB04`i^kdq3TXQry(;n(A#TnPpw_ znO+tuD@fTqGRZn1SjQ3|tUcD@g5x{3uCDfq6tC{my^}@Xl<+E&aUQVmEQbMmYz^TD zCC%2^2--f^&bFc;c$O>eM5&O^N1*LY#v3E18t8v;r<EuDRzK=5MQN6YalEt>-Ry14 zt?RUDD0n7Q(NnE{nMtcV4r;moLRX5u2y=OXLZO5h?97%iFON;_k*(bzNW(-1fvyEX z(i25Y-}NAPT7>b~qRybR32BPW(q0AGc_eec3r7F1VtOVp(c4b{y_~9w5%^rW6p@Ea zdrBrD_Bh>CGqg$795WL&rE>{sQkCZ6<CD6m=Ap+Qz66Mi6JN}j^wTq5K<g2F5IP8X zgpe(4gpi}1^*ro8@x24MQgA%_^Xtn}zAELglzXLoUCKA5d|S$Q$I3=`;V6z#cmqFj zh6scq>_To0K)?daIquj4m}f&6TDunF)S)v2YmrTG>RW9^SNRpqW0~qoe=E#nrg;*j znn!7_-3jhY@v#SWJg%#0c@UzLN`Dp4WP}_BHCTY1x~amX^uD9cqDh@2Hb-oc*r^aC zcwa`!XzX0DEk!$jwS)$91u3J>9&ZV@f@{7ON#7Y)^V^3~elF#wQhq7r$F^^u808UI z%$GqM1$T{JrWr)Uklyw^8n=xiFBFcOB9mr{Qc%=5Ge`zoCL7~3Rm#K5wR?L!vUjOw O8T}F0p~;&L{=DBs&KP0< diff --git a/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-38.pyc deleted file mode 100644 index be3c3fb67fcfac120186ac18d6e0c3518354957f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1361 zcmbVMOK;Oa5Z<-dj`J#k@+u&N5JC!4niCR8fFf}~NDx&jTr4Cj%5GC5$2Pk$Emb+S z7cLc#14k%1^~8mT#Pfgn2&evqoS3n<C81RhY&0|b&5n1!ote%3YPCdQJi9vWaf^`O z2*w8k&;n5bC{8#HNT0ft5^iuaF#4uzQgVxM#;tY2En%*iE(2`y0^ovRfGxldF9I%R z*alqUWx(YO7XVjy6>v4f4xgGQ^+VfmBB|4~mV|yc;=&93fsma*ZPR?gxg9R}Avn7j zIX(;kEf94ElprqU#5Fi|O>Vf1o1Co^*WwnOVyA`q*bhS?>uf|DBl=)OS4XsYuZxH5 z4BQVhaT7#c0JTaUk^u#6tkL7-Da_uQh*s$g*~IJ+*qgTNEVcZQi{;b|M3~y~Vn+#; zT1ygG*Nv1Z5iF$C-y*UGyN<3m2mQDi`*Fh$)u0mujTQe&v?LZUqcaolu?Tr2o3V^~ zQYh6_IsMuANoprC?+nBYvP8Os*67NVzTa%V*oG@Ro)>od!t>IS=k+6=1URpF-lL=w z<SViQpQq(TAM)N!q>7|G0-lWKm^zF;=o@kjMA@Jm$|y53-=4DUHq%K6{96`mCC+*b z%9EF*H0KM=Ix!*i*Xz&Pe$w`%wjbJCOin|HJc<fgWX#7XVq#^+^90P!f+#GfLnY$> z=2*TPMd2jL7n;;dZJ%rVsx9%t`*Olsod?<Bgm@1p%xepSCfhmB8|2RD*}J(b-|@rA z<ZXP(d2D>u_M5if58!nQj=P9Q>Rch-!^;6@3xm#q`nR6k!ao7-^c>(;gy&F7D|7y` z2quy?{E?Fx>Ix6vYy2j+n?G~=PTQfr#PA^Ur-9BT<fX|YZr6+0?F-2uk<jfDmr^3J nC9`JDx<O+4CEiuyH~UpAb*|+v<_7kZ!e>&U6|+{XG5q}jc10J} diff --git a/lib/python3.8/site-packages/pip/_vendor/progress/bar.py b/lib/python3.8/site-packages/pip/_vendor/progress/bar.py deleted file mode 100644 index 8819efd..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/progress/bar.py +++ /dev/null @@ -1,91 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -from __future__ import unicode_literals - -import sys - -from . import Progress - - -class Bar(Progress): - width = 32 - suffix = '%(index)d/%(max)d' - bar_prefix = ' |' - bar_suffix = '| ' - empty_fill = ' ' - fill = '#' - - def update(self): - filled_length = int(self.width * self.progress) - empty_length = self.width - filled_length - - message = self.message % self - bar = self.fill * filled_length - empty = self.empty_fill * empty_length - suffix = self.suffix % self - line = ''.join([message, self.bar_prefix, bar, empty, self.bar_suffix, - suffix]) - self.writeln(line) - - -class ChargingBar(Bar): - suffix = '%(percent)d%%' - bar_prefix = ' ' - bar_suffix = ' ' - empty_fill = '∙' - fill = '█' - - -class FillingSquaresBar(ChargingBar): - empty_fill = '▢' - fill = '▣' - - -class FillingCirclesBar(ChargingBar): - empty_fill = '◯' - fill = '◉' - - -class IncrementalBar(Bar): - if sys.platform.startswith('win'): - phases = (u' ', u'▌', u'█') - else: - phases = (' ', '▏', '▎', '▍', '▌', '▋', '▊', '▉', '█') - - def update(self): - nphases = len(self.phases) - filled_len = self.width * self.progress - nfull = int(filled_len) # Number of full chars - phase = int((filled_len - nfull) * nphases) # Phase of last char - nempty = self.width - nfull # Number of empty chars - - message = self.message % self - bar = self.phases[-1] * nfull - current = self.phases[phase] if phase > 0 else '' - empty = self.empty_fill * max(0, nempty - len(current)) - suffix = self.suffix % self - line = ''.join([message, self.bar_prefix, bar, current, empty, - self.bar_suffix, suffix]) - self.writeln(line) - - -class PixelBar(IncrementalBar): - phases = ('⡀', '⡄', '⡆', '⡇', '⣇', '⣧', '⣷', '⣿') - - -class ShadyBar(IncrementalBar): - phases = (' ', '░', '▒', '▓', '█') diff --git a/lib/python3.8/site-packages/pip/_vendor/progress/counter.py b/lib/python3.8/site-packages/pip/_vendor/progress/counter.py deleted file mode 100644 index d955ca4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/progress/counter.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -from __future__ import unicode_literals -from . import Infinite, Progress - - -class Counter(Infinite): - def update(self): - self.write(str(self.index)) - - -class Countdown(Progress): - def update(self): - self.write(str(self.remaining)) - - -class Stack(Progress): - phases = (' ', '▁', '▂', '▃', '▄', '▅', '▆', '▇', '█') - - def update(self): - nphases = len(self.phases) - i = min(nphases - 1, int(self.progress * nphases)) - self.write(self.phases[i]) - - -class Pie(Stack): - phases = ('○', '◔', '◑', '◕', '●') diff --git a/lib/python3.8/site-packages/pip/_vendor/progress/spinner.py b/lib/python3.8/site-packages/pip/_vendor/progress/spinner.py deleted file mode 100644 index 4e100ca..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/progress/spinner.py +++ /dev/null @@ -1,43 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -from __future__ import unicode_literals -from . import Infinite - - -class Spinner(Infinite): - phases = ('-', '\\', '|', '/') - hide_cursor = True - - def update(self): - i = self.index % len(self.phases) - self.write(self.phases[i]) - - -class PieSpinner(Spinner): - phases = ['◷', '◶', '◵', '◴'] - - -class MoonSpinner(Spinner): - phases = ['◑', '◒', '◐', '◓'] - - -class LineSpinner(Spinner): - phases = ['⎺', '⎻', '⎼', '⎽', '⎼', '⎻'] - - -class PixelSpinner(Spinner): - phases = ['⣾', '⣷', '⣯', '⣟', '⡿', '⢿', '⣻', '⣽'] diff --git a/lib/python3.8/site-packages/pip/_vendor/pyparsing.py b/lib/python3.8/site-packages/pip/_vendor/pyparsing.py deleted file mode 100644 index 9d6a01d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pyparsing.py +++ /dev/null @@ -1,6493 +0,0 @@ -#-*- coding: utf-8 -*- -# module pyparsing.py -# -# Copyright (c) 2003-2019 Paul T. McGuire -# -# Permission is hereby granted, free of charge, to any person obtaining -# a copy of this software and associated documentation files (the -# "Software"), to deal in the Software without restriction, including -# without limitation the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the Software, and to -# permit persons to whom the Software is furnished to do so, subject to -# the following conditions: -# -# The above copyright notice and this permission notice shall be -# included in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# - -__doc__ = \ -""" -pyparsing module - Classes and methods to define and execute parsing grammars -============================================================================= - -The pyparsing module is an alternative approach to creating and -executing simple grammars, vs. the traditional lex/yacc approach, or the -use of regular expressions. With pyparsing, you don't need to learn -a new syntax for defining grammars or matching expressions - the parsing -module provides a library of classes that you use to construct the -grammar directly in Python. - -Here is a program to parse "Hello, World!" (or any greeting of the form -``"<salutation>, <addressee>!"``), built up using :class:`Word`, -:class:`Literal`, and :class:`And` elements -(the :class:`'+'<ParserElement.__add__>` operators create :class:`And` expressions, -and the strings are auto-converted to :class:`Literal` expressions):: - - from pip._vendor.pyparsing import Word, alphas - - # define grammar of a greeting - greet = Word(alphas) + "," + Word(alphas) + "!" - - hello = "Hello, World!" - print (hello, "->", greet.parseString(hello)) - -The program outputs the following:: - - Hello, World! -> ['Hello', ',', 'World', '!'] - -The Python representation of the grammar is quite readable, owing to the -self-explanatory class names, and the use of '+', '|' and '^' operators. - -The :class:`ParseResults` object returned from -:class:`ParserElement.parseString` can be -accessed as a nested list, a dictionary, or an object with named -attributes. - -The pyparsing module handles some of the problems that are typically -vexing when writing text parsers: - - - extra or missing whitespace (the above program will also handle - "Hello,World!", "Hello , World !", etc.) - - quoted strings - - embedded comments - - -Getting Started - ------------------ -Visit the classes :class:`ParserElement` and :class:`ParseResults` to -see the base classes that most other pyparsing -classes inherit from. Use the docstrings for examples of how to: - - - construct literal match expressions from :class:`Literal` and - :class:`CaselessLiteral` classes - - construct character word-group expressions using the :class:`Word` - class - - see how to create repetitive expressions using :class:`ZeroOrMore` - and :class:`OneOrMore` classes - - use :class:`'+'<And>`, :class:`'|'<MatchFirst>`, :class:`'^'<Or>`, - and :class:`'&'<Each>` operators to combine simple expressions into - more complex ones - - associate names with your parsed results using - :class:`ParserElement.setResultsName` - - find some helpful expression short-cuts like :class:`delimitedList` - and :class:`oneOf` - - find more useful common expressions in the :class:`pyparsing_common` - namespace class -""" - -__version__ = "2.4.0" -__versionTime__ = "07 Apr 2019 18:28 UTC" -__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>" - -import string -from weakref import ref as wkref -import copy -import sys -import warnings -import re -import sre_constants -import collections -import pprint -import traceback -import types -from datetime import datetime - -try: - # Python 3 - from itertools import filterfalse -except ImportError: - from itertools import ifilterfalse as filterfalse - -try: - from _thread import RLock -except ImportError: - from threading import RLock - -try: - # Python 3 - from collections.abc import Iterable - from collections.abc import MutableMapping -except ImportError: - # Python 2.7 - from collections import Iterable - from collections import MutableMapping - -try: - from collections import OrderedDict as _OrderedDict -except ImportError: - try: - from ordereddict import OrderedDict as _OrderedDict - except ImportError: - _OrderedDict = None - -try: - from types import SimpleNamespace -except ImportError: - class SimpleNamespace: pass - -# version compatibility configuration -__compat__ = SimpleNamespace() -__compat__.__doc__ = """ - A cross-version compatibility configuration for pyparsing features that will be - released in a future version. By setting values in this configuration to True, - those features can be enabled in prior versions for compatibility development - and testing. - - - collect_all_And_tokens - flag to enable fix for Issue #63 that fixes erroneous grouping - of results names when an And expression is nested within an Or or MatchFirst; set to - True to enable bugfix to be released in pyparsing 2.4 -""" -__compat__.collect_all_And_tokens = True - - -#~ sys.stderr.write( "testing pyparsing module, version %s, %s\n" % (__version__,__versionTime__ ) ) - -__all__ = [ '__version__', '__versionTime__', '__author__', '__compat__', -'And', 'CaselessKeyword', 'CaselessLiteral', 'CharsNotIn', 'Combine', 'Dict', 'Each', 'Empty', -'FollowedBy', 'Forward', 'GoToColumn', 'Group', 'Keyword', 'LineEnd', 'LineStart', 'Literal', -'PrecededBy', 'MatchFirst', 'NoMatch', 'NotAny', 'OneOrMore', 'OnlyOnce', 'Optional', 'Or', -'ParseBaseException', 'ParseElementEnhance', 'ParseException', 'ParseExpression', 'ParseFatalException', -'ParseResults', 'ParseSyntaxException', 'ParserElement', 'QuotedString', 'RecursiveGrammarException', -'Regex', 'SkipTo', 'StringEnd', 'StringStart', 'Suppress', 'Token', 'TokenConverter', -'White', 'Word', 'WordEnd', 'WordStart', 'ZeroOrMore', 'Char', -'alphanums', 'alphas', 'alphas8bit', 'anyCloseTag', 'anyOpenTag', 'cStyleComment', 'col', -'commaSeparatedList', 'commonHTMLEntity', 'countedArray', 'cppStyleComment', 'dblQuotedString', -'dblSlashComment', 'delimitedList', 'dictOf', 'downcaseTokens', 'empty', 'hexnums', -'htmlComment', 'javaStyleComment', 'line', 'lineEnd', 'lineStart', 'lineno', -'makeHTMLTags', 'makeXMLTags', 'matchOnlyAtCol', 'matchPreviousExpr', 'matchPreviousLiteral', -'nestedExpr', 'nullDebugAction', 'nums', 'oneOf', 'opAssoc', 'operatorPrecedence', 'printables', -'punc8bit', 'pythonStyleComment', 'quotedString', 'removeQuotes', 'replaceHTMLEntity', -'replaceWith', 'restOfLine', 'sglQuotedString', 'srange', 'stringEnd', -'stringStart', 'traceParseAction', 'unicodeString', 'upcaseTokens', 'withAttribute', -'indentedBlock', 'originalTextFor', 'ungroup', 'infixNotation','locatedExpr', 'withClass', -'CloseMatch', 'tokenMap', 'pyparsing_common', 'pyparsing_unicode', 'unicode_set', -] - -system_version = tuple(sys.version_info)[:3] -PY_3 = system_version[0] == 3 -if PY_3: - _MAX_INT = sys.maxsize - basestring = str - unichr = chr - unicode = str - _ustr = str - - # build list of single arg builtins, that can be used as parse actions - singleArgBuiltins = [sum, len, sorted, reversed, list, tuple, set, any, all, min, max] - -else: - _MAX_INT = sys.maxint - range = xrange - - def _ustr(obj): - """Drop-in replacement for str(obj) that tries to be Unicode - friendly. It first tries str(obj). If that fails with - a UnicodeEncodeError, then it tries unicode(obj). It then - < returns the unicode object | encodes it with the default - encoding | ... >. - """ - if isinstance(obj,unicode): - return obj - - try: - # If this works, then _ustr(obj) has the same behaviour as str(obj), so - # it won't break any existing code. - return str(obj) - - except UnicodeEncodeError: - # Else encode it - ret = unicode(obj).encode(sys.getdefaultencoding(), 'xmlcharrefreplace') - xmlcharref = Regex(r'&#\d+;') - xmlcharref.setParseAction(lambda t: '\\u' + hex(int(t[0][2:-1]))[2:]) - return xmlcharref.transformString(ret) - - # build list of single arg builtins, tolerant of Python version, that can be used as parse actions - singleArgBuiltins = [] - import __builtin__ - for fname in "sum len sorted reversed list tuple set any all min max".split(): - try: - singleArgBuiltins.append(getattr(__builtin__,fname)) - except AttributeError: - continue - -_generatorType = type((y for y in range(1))) - -def _xml_escape(data): - """Escape &, <, >, ", ', etc. in a string of data.""" - - # ampersand must be replaced first - from_symbols = '&><"\'' - to_symbols = ('&'+s+';' for s in "amp gt lt quot apos".split()) - for from_,to_ in zip(from_symbols, to_symbols): - data = data.replace(from_, to_) - return data - -alphas = string.ascii_uppercase + string.ascii_lowercase -nums = "0123456789" -hexnums = nums + "ABCDEFabcdef" -alphanums = alphas + nums -_bslash = chr(92) -printables = "".join(c for c in string.printable if c not in string.whitespace) - -class ParseBaseException(Exception): - """base exception class for all parsing runtime exceptions""" - # Performance tuning: we construct a *lot* of these, so keep this - # constructor as small and fast as possible - def __init__( self, pstr, loc=0, msg=None, elem=None ): - self.loc = loc - if msg is None: - self.msg = pstr - self.pstr = "" - else: - self.msg = msg - self.pstr = pstr - self.parserElement = elem - self.args = (pstr, loc, msg) - - @classmethod - def _from_exception(cls, pe): - """ - internal factory method to simplify creating one type of ParseException - from another - avoids having __init__ signature conflicts among subclasses - """ - return cls(pe.pstr, pe.loc, pe.msg, pe.parserElement) - - def __getattr__( self, aname ): - """supported attributes by name are: - - lineno - returns the line number of the exception text - - col - returns the column number of the exception text - - line - returns the line containing the exception text - """ - if( aname == "lineno" ): - return lineno( self.loc, self.pstr ) - elif( aname in ("col", "column") ): - return col( self.loc, self.pstr ) - elif( aname == "line" ): - return line( self.loc, self.pstr ) - else: - raise AttributeError(aname) - - def __str__( self ): - return "%s (at char %d), (line:%d, col:%d)" % \ - ( self.msg, self.loc, self.lineno, self.column ) - def __repr__( self ): - return _ustr(self) - def markInputline( self, markerString = ">!<" ): - """Extracts the exception line from the input string, and marks - the location of the exception with a special symbol. - """ - line_str = self.line - line_column = self.column - 1 - if markerString: - line_str = "".join((line_str[:line_column], - markerString, line_str[line_column:])) - return line_str.strip() - def __dir__(self): - return "lineno col line".split() + dir(type(self)) - -class ParseException(ParseBaseException): - """ - Exception thrown when parse expressions don't match class; - supported attributes by name are: - - lineno - returns the line number of the exception text - - col - returns the column number of the exception text - - line - returns the line containing the exception text - - Example:: - - try: - Word(nums).setName("integer").parseString("ABC") - except ParseException as pe: - print(pe) - print("column: {}".format(pe.col)) - - prints:: - - Expected integer (at char 0), (line:1, col:1) - column: 1 - - """ - - @staticmethod - def explain(exc, depth=16): - """ - Method to take an exception and translate the Python internal traceback into a list - of the pyparsing expressions that caused the exception to be raised. - - Parameters: - - - exc - exception raised during parsing (need not be a ParseException, in support - of Python exceptions that might be raised in a parse action) - - depth (default=16) - number of levels back in the stack trace to list expression - and function names; if None, the full stack trace names will be listed; if 0, only - the failing input line, marker, and exception string will be shown - - Returns a multi-line string listing the ParserElements and/or function names in the - exception's stack trace. - - Note: the diagnostic output will include string representations of the expressions - that failed to parse. These representations will be more helpful if you use `setName` to - give identifiable names to your expressions. Otherwise they will use the default string - forms, which may be cryptic to read. - - explain() is only supported under Python 3. - """ - import inspect - - if depth is None: - depth = sys.getrecursionlimit() - ret = [] - if isinstance(exc, ParseBaseException): - ret.append(exc.line) - ret.append(' ' * (exc.col - 1) + '^') - ret.append("{0}: {1}".format(type(exc).__name__, exc)) - - if depth > 0: - callers = inspect.getinnerframes(exc.__traceback__, context=depth) - seen = set() - for i, ff in enumerate(callers[-depth:]): - frm = ff[0] - - f_self = frm.f_locals.get('self', None) - if isinstance(f_self, ParserElement): - if frm.f_code.co_name not in ('parseImpl', '_parseNoCache'): - continue - if f_self in seen: - continue - seen.add(f_self) - - self_type = type(f_self) - ret.append("{0}.{1} - {2}".format(self_type.__module__, - self_type.__name__, - f_self)) - elif f_self is not None: - self_type = type(f_self) - ret.append("{0}.{1}".format(self_type.__module__, - self_type.__name__)) - else: - code = frm.f_code - if code.co_name in ('wrapper', '<module>'): - continue - - ret.append("{0}".format(code.co_name)) - - depth -= 1 - if not depth: - break - - return '\n'.join(ret) - - -class ParseFatalException(ParseBaseException): - """user-throwable exception thrown when inconsistent parse content - is found; stops all parsing immediately""" - pass - -class ParseSyntaxException(ParseFatalException): - """just like :class:`ParseFatalException`, but thrown internally - when an :class:`ErrorStop<And._ErrorStop>` ('-' operator) indicates - that parsing is to stop immediately because an unbacktrackable - syntax error has been found. - """ - pass - -#~ class ReparseException(ParseBaseException): - #~ """Experimental class - parse actions can raise this exception to cause - #~ pyparsing to reparse the input string: - #~ - with a modified input string, and/or - #~ - with a modified start location - #~ Set the values of the ReparseException in the constructor, and raise the - #~ exception in a parse action to cause pyparsing to use the new string/location. - #~ Setting the values as None causes no change to be made. - #~ """ - #~ def __init_( self, newstring, restartLoc ): - #~ self.newParseText = newstring - #~ self.reparseLoc = restartLoc - -class RecursiveGrammarException(Exception): - """exception thrown by :class:`ParserElement.validate` if the - grammar could be improperly recursive - """ - def __init__( self, parseElementList ): - self.parseElementTrace = parseElementList - - def __str__( self ): - return "RecursiveGrammarException: %s" % self.parseElementTrace - -class _ParseResultsWithOffset(object): - def __init__(self,p1,p2): - self.tup = (p1,p2) - def __getitem__(self,i): - return self.tup[i] - def __repr__(self): - return repr(self.tup[0]) - def setOffset(self,i): - self.tup = (self.tup[0],i) - -class ParseResults(object): - """Structured parse results, to provide multiple means of access to - the parsed data: - - - as a list (``len(results)``) - - by list index (``results[0], results[1]``, etc.) - - by attribute (``results.<resultsName>`` - see :class:`ParserElement.setResultsName`) - - Example:: - - integer = Word(nums) - date_str = (integer.setResultsName("year") + '/' - + integer.setResultsName("month") + '/' - + integer.setResultsName("day")) - # equivalent form: - # date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - # parseString returns a ParseResults object - result = date_str.parseString("1999/12/31") - - def test(s, fn=repr): - print("%s -> %s" % (s, fn(eval(s)))) - test("list(result)") - test("result[0]") - test("result['month']") - test("result.day") - test("'month' in result") - test("'minutes' in result") - test("result.dump()", str) - - prints:: - - list(result) -> ['1999', '/', '12', '/', '31'] - result[0] -> '1999' - result['month'] -> '12' - result.day -> '31' - 'month' in result -> True - 'minutes' in result -> False - result.dump() -> ['1999', '/', '12', '/', '31'] - - day: 31 - - month: 12 - - year: 1999 - """ - def __new__(cls, toklist=None, name=None, asList=True, modal=True ): - if isinstance(toklist, cls): - return toklist - retobj = object.__new__(cls) - retobj.__doinit = True - return retobj - - # Performance tuning: we construct a *lot* of these, so keep this - # constructor as small and fast as possible - def __init__( self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance ): - if self.__doinit: - self.__doinit = False - self.__name = None - self.__parent = None - self.__accumNames = {} - self.__asList = asList - self.__modal = modal - if toklist is None: - toklist = [] - if isinstance(toklist, list): - self.__toklist = toklist[:] - elif isinstance(toklist, _generatorType): - self.__toklist = list(toklist) - else: - self.__toklist = [toklist] - self.__tokdict = dict() - - if name is not None and name: - if not modal: - self.__accumNames[name] = 0 - if isinstance(name,int): - name = _ustr(name) # will always return a str, but use _ustr for consistency - self.__name = name - if not (isinstance(toklist, (type(None), basestring, list)) and toklist in (None,'',[])): - if isinstance(toklist,basestring): - toklist = [ toklist ] - if asList: - if isinstance(toklist,ParseResults): - self[name] = _ParseResultsWithOffset(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): - self[name] = toklist - - def __getitem__( self, i ): - if isinstance( i, (int,slice) ): - return self.__toklist[i] - else: - if i not in self.__accumNames: - return self.__tokdict[i][-1][0] - else: - return ParseResults([ v[0] for v in self.__tokdict[i] ]) - - def __setitem__( self, k, v, isinstance=isinstance ): - if isinstance(v,_ParseResultsWithOffset): - self.__tokdict[k] = self.__tokdict.get(k,list()) + [v] - sub = v[0] - elif isinstance(k,(int,slice)): - self.__toklist[k] = v - sub = v - else: - self.__tokdict[k] = self.__tokdict.get(k,list()) + [_ParseResultsWithOffset(v,0)] - sub = v - if isinstance(sub,ParseResults): - sub.__parent = wkref(self) - - def __delitem__( self, i ): - if isinstance(i,(int,slice)): - mylen = len( self.__toklist ) - del self.__toklist[i] - - # convert int to slice - if isinstance(i, int): - if i < 0: - i += mylen - i = slice(i, i+1) - # get removed indices - removed = list(range(*i.indices(mylen))) - removed.reverse() - # fixup indices in token dictionary - for name,occurrences in self.__tokdict.items(): - for j in removed: - for k, (value, position) in enumerate(occurrences): - occurrences[k] = _ParseResultsWithOffset(value, position - (position > j)) - else: - del self.__tokdict[i] - - def __contains__( self, k ): - return k in self.__tokdict - - def __len__( self ): return len( self.__toklist ) - def __bool__(self): return ( not not self.__toklist ) - __nonzero__ = __bool__ - def __iter__( self ): return iter( self.__toklist ) - def __reversed__( self ): return iter( self.__toklist[::-1] ) - def _iterkeys( self ): - if hasattr(self.__tokdict, "iterkeys"): - return self.__tokdict.iterkeys() - else: - return iter(self.__tokdict) - - def _itervalues( self ): - return (self[k] for k in self._iterkeys()) - - def _iteritems( self ): - return ((k, self[k]) for k in self._iterkeys()) - - if PY_3: - keys = _iterkeys - """Returns an iterator of all named result keys.""" - - values = _itervalues - """Returns an iterator of all named result values.""" - - items = _iteritems - """Returns an iterator of all named result key-value tuples.""" - - else: - iterkeys = _iterkeys - """Returns an iterator of all named result keys (Python 2.x only).""" - - itervalues = _itervalues - """Returns an iterator of all named result values (Python 2.x only).""" - - iteritems = _iteritems - """Returns an iterator of all named result key-value tuples (Python 2.x only).""" - - def keys( self ): - """Returns all named result keys (as a list in Python 2.x, as an iterator in Python 3.x).""" - return list(self.iterkeys()) - - def values( self ): - """Returns all named result values (as a list in Python 2.x, as an iterator in Python 3.x).""" - return list(self.itervalues()) - - def items( self ): - """Returns all named result key-values (as a list of tuples in Python 2.x, as an iterator in Python 3.x).""" - return list(self.iteritems()) - - def haskeys( self ): - """Since keys() returns an iterator, this method is helpful in bypassing - code that looks for the existence of any defined results names.""" - return bool(self.__tokdict) - - def pop( self, *args, **kwargs): - """ - Removes and returns item at specified index (default= ``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:: - - def remove_first(tokens): - tokens.pop(0) - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - print(OneOrMore(Word(nums)).addParseAction(remove_first).parseString("0 123 321")) # -> ['123', '321'] - - label = Word(alphas) - patt = label("LABEL") + OneOrMore(Word(nums)) - print(patt.parseString("AAB 123 321").dump()) - - # Use pop() in a parse action to remove named result (note that corresponding value is not - # removed from list form of results) - def remove_LABEL(tokens): - tokens.pop("LABEL") - return tokens - patt.addParseAction(remove_LABEL) - print(patt.parseString("AAB 123 321").dump()) - - prints:: - - ['AAB', '123', '321'] - - LABEL: AAB - - ['AAB', '123', '321'] - """ - if not args: - args = [-1] - for k,v in kwargs.items(): - if k == 'default': - args = (args[0], v) - else: - raise TypeError("pop() got an unexpected keyword argument '%s'" % k) - if (isinstance(args[0], int) or - len(args) == 1 or - args[0] in self): - index = args[0] - ret = self[index] - del self[index] - return ret - else: - defaultvalue = args[1] - return defaultvalue - - def get(self, key, defaultValue=None): - """ - Returns named result matching the given key, or if there is no - such name, then returns the given ``defaultValue`` or ``None`` if no - ``defaultValue`` is specified. - - Similar to ``dict.get()``. - - Example:: - - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parseString("1999/12/31") - print(result.get("year")) # -> '1999' - print(result.get("hour", "not specified")) # -> 'not specified' - print(result.get("hour")) # -> None - """ - if key in self: - return self[key] - else: - return defaultValue - - def insert( self, index, insStr ): - """ - Inserts new element at location index in the list of parsed tokens. - - Similar to ``list.insert()``. - - Example:: - - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - - # use a parse action to insert the parse location in the front of the parsed results - def insert_locn(locn, tokens): - tokens.insert(0, locn) - print(OneOrMore(Word(nums)).addParseAction(insert_locn).parseString("0 123 321")) # -> [0, '0', '123', '321'] - """ - self.__toklist.insert(index, insStr) - # fixup indices in token dictionary - for name,occurrences in self.__tokdict.items(): - for k, (value, position) in enumerate(occurrences): - occurrences[k] = _ParseResultsWithOffset(value, position + (position > index)) - - def append( self, item ): - """ - Add single element to end of ParseResults list of elements. - - Example:: - - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - - # use a parse action to compute the sum of the parsed integers, and add it to the end - def append_sum(tokens): - tokens.append(sum(map(int, tokens))) - print(OneOrMore(Word(nums)).addParseAction(append_sum).parseString("0 123 321")) # -> ['0', '123', '321', 444] - """ - self.__toklist.append(item) - - def extend( self, itemseq ): - """ - Add sequence of elements to end of ParseResults list of elements. - - Example:: - - patt = OneOrMore(Word(alphas)) - - # use a parse action to append the reverse of the matched strings, to make a palindrome - def make_palindrome(tokens): - tokens.extend(reversed([t[::-1] for t in tokens])) - return ''.join(tokens) - print(patt.addParseAction(make_palindrome).parseString("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' - """ - if isinstance(itemseq, ParseResults): - self.__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: - return "" - - if name in self.__tokdict: - if name not in self.__accumNames: - return self.__tokdict[name][-1][0] - else: - return ParseResults([ v[0] for v in self.__tokdict[name] ]) - else: - return "" - - def __add__( self, other ): - ret = self.copy() - ret += other - return ret - - def __iadd__( self, other ): - if other.__tokdict: - offset = len(self.__toklist) - addoffset = lambda a: offset if a<0 else a+offset - otheritems = other.__tokdict.items() - otherdictitems = [(k, _ParseResultsWithOffset(v[0],addoffset(v[1])) ) - for (k,vlist) in otheritems for v in vlist] - for k,v in otherdictitems: - self[k] = v - if isinstance(v[0],ParseResults): - v[0].__parent = wkref(self) - - self.__toklist += other.__toklist - self.__accumNames.update( other.__accumNames ) - return self - - def __radd__(self, other): - if isinstance(other,int) and other == 0: - # useful for merging many ParseResults using sum() builtin - return self.copy() - else: - # this may raise a TypeError - so be it - return other + self - - def __repr__( self ): - return "(%s, %s)" % ( repr( self.__toklist ), repr( self.__tokdict ) ) - - def __str__( self ): - return '[' + ', '.join(_ustr(i) if isinstance(i, ParseResults) else repr(i) for i in self.__toklist) + ']' - - def _asStringList( self, sep='' ): - out = [] - for item in self.__toklist: - if out and sep: - out.append(sep) - if isinstance( item, ParseResults ): - out += item._asStringList() - else: - out.append( _ustr(item) ) - return out - - def asList( self ): - """ - Returns the parse results as a nested list of matching tokens, all converted to strings. - - Example:: - - patt = OneOrMore(Word(alphas)) - result = patt.parseString("sldkj lsdkj sldkj") - # even though the result prints in string-like form, it is actually a pyparsing ParseResults - print(type(result), result) # -> <class 'pyparsing.ParseResults'> ['sldkj', 'lsdkj', 'sldkj'] - - # Use asList() to create an actual list - result_list = result.asList() - print(type(result_list), result_list) # -> <class 'list'> ['sldkj', 'lsdkj', 'sldkj'] - """ - return [res.asList() if isinstance(res,ParseResults) else res for res in self.__toklist] - - def asDict( self ): - """ - Returns the named parse results as a nested dictionary. - - Example:: - - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parseString('12/31/1999') - print(type(result), repr(result)) # -> <class 'pyparsing.ParseResults'> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) - - result_dict = result.asDict() - print(type(result_dict), repr(result_dict)) # -> <class 'dict'> {'day': '1999', 'year': '12', 'month': '31'} - - # even though a ParseResults supports dict-like access, sometime you just need to have a dict - import json - print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable - print(json.dumps(result.asDict())) # -> {"month": "31", "day": "1999", "year": "12"} - """ - if PY_3: - item_fn = self.items - else: - item_fn = self.iteritems - - def toItem(obj): - if isinstance(obj, ParseResults): - if obj.haskeys(): - return obj.asDict() - else: - return [toItem(v) for v in obj] - else: - return obj - - return dict((k,toItem(v)) for k,v in item_fn()) - - def copy( self ): - """ - Returns a new copy of a :class:`ParseResults` object. - """ - ret = ParseResults( self.__toklist ) - ret.__tokdict = dict(self.__tokdict.items()) - ret.__parent = self.__parent - ret.__accumNames.update( self.__accumNames ) - ret.__name = self.__name - return ret - - def asXML( self, doctag=None, namedItemsOnly=False, indent="", formatted=True ): - """ - (Deprecated) Returns the parse results as XML. Tags are created for tokens and lists that have defined results names. - """ - nl = "\n" - out = [] - namedItems = dict((v[1],k) for (k,vlist) in self.__tokdict.items() - for v in vlist) - nextLevelIndent = indent + " " - - # collapse out indents if formatting is not desired - if not formatted: - indent = "" - nextLevelIndent = "" - nl = "" - - selfTag = None - if doctag is not None: - selfTag = doctag - else: - if self.__name: - selfTag = self.__name - - if not selfTag: - if namedItemsOnly: - return "" - else: - selfTag = "ITEM" - - out += [ nl, indent, "<", selfTag, ">" ] - - for i,res in enumerate(self.__toklist): - if isinstance(res,ParseResults): - if i in namedItems: - out += [ res.asXML(namedItems[i], - namedItemsOnly and doctag is None, - nextLevelIndent, - formatted)] - else: - out += [ res.asXML(None, - namedItemsOnly and doctag is None, - nextLevelIndent, - formatted)] - else: - # individual token, see if there is a name for it - resTag = None - if i in namedItems: - resTag = namedItems[i] - if not resTag: - if namedItemsOnly: - continue - else: - resTag = "ITEM" - xmlBodyText = _xml_escape(_ustr(res)) - out += [ nl, nextLevelIndent, "<", resTag, ">", - xmlBodyText, - "</", resTag, ">" ] - - out += [ nl, indent, "</", selfTag, ">" ] - return "".join(out) - - def __lookup(self,sub): - for k,vlist in self.__tokdict.items(): - for v,loc in vlist: - if sub is v: - return k - return None - - def getName(self): - r""" - Returns the results name for this token expression. Useful when several - different expressions might match at a particular location. - - Example:: - - integer = Word(nums) - ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") - house_number_expr = Suppress('#') + Word(nums, alphanums) - user_data = (Group(house_number_expr)("house_number") - | Group(ssn_expr)("ssn") - | Group(integer)("age")) - user_info = OneOrMore(user_data) - - result = user_info.parseString("22 111-22-3333 #221B") - for item in result: - print(item.getName(), ':', item[0]) - - prints:: - - age : 22 - ssn : 111-22-3333 - house_number : 221B - """ - if self.__name: - return self.__name - elif self.__parent: - par = self.__parent() - if par: - return par.__lookup(self) - else: - return None - elif (len(self) == 1 and - len(self.__tokdict) == 1 and - next(iter(self.__tokdict.values()))[0][1] in (0,-1)): - return next(iter(self.__tokdict.keys())) - else: - return None - - def dump(self, indent='', depth=0, full=True): - """ - Diagnostic method for listing out the contents of - a :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.parseString('12/31/1999') - print(result.dump()) - - prints:: - - ['12', '/', '31', '/', '1999'] - - day: 1999 - - month: 31 - - year: 12 - """ - out = [] - NL = '\n' - out.append( indent+_ustr(self.asList()) ) - if full: - if self.haskeys(): - items = sorted((str(k), v) for k,v in self.items()) - for k,v in items: - if out: - out.append(NL) - out.append( "%s%s- %s: " % (indent,(' '*depth), k) ) - if isinstance(v,ParseResults): - if v: - out.append( v.dump(indent,depth+1) ) - else: - out.append(_ustr(v)) - else: - out.append(repr(v)) - elif any(isinstance(vv,ParseResults) for vv in self): - v = self - for i,vv in enumerate(v): - if isinstance(vv,ParseResults): - out.append("\n%s%s[%d]:\n%s%s%s" % (indent,(' '*(depth)),i,indent,(' '*(depth+1)),vv.dump(indent,depth+1) )) - else: - out.append("\n%s%s[%d]:\n%s%s%s" % (indent,(' '*(depth)),i,indent,(' '*(depth+1)),_ustr(vv))) - - return "".join(out) - - def pprint(self, *args, **kwargs): - """ - Pretty-printer for parsed results as a list, using the - `pprint <https://docs.python.org/3/library/pprint.html>`_ module. - Accepts additional positional or keyword args as defined for - `pprint.pprint <https://docs.python.org/3/library/pprint.html#pprint.pprint>`_ . - - Example:: - - ident = Word(alphas, alphanums) - num = Word(nums) - func = Forward() - term = ident | num | Group('(' + func + ')') - func <<= ident + Group(Optional(delimitedList(term))) - result = func.parseString("fna a,b,(fnb c,d,200),100") - result.pprint(width=40) - - prints:: - - ['fna', - ['a', - 'b', - ['(', 'fnb', ['c', 'd', '200'], ')'], - '100']] - """ - pprint.pprint(self.asList(), *args, **kwargs) - - # add support for pickle protocol - def __getstate__(self): - return ( self.__toklist, - ( self.__tokdict.copy(), - self.__parent is not None and self.__parent() or None, - self.__accumNames, - self.__name ) ) - - def __setstate__(self,state): - self.__toklist = state[0] - (self.__tokdict, - par, - inAccumNames, - self.__name) = state[1] - self.__accumNames = {} - self.__accumNames.update(inAccumNames) - if par is not None: - self.__parent = wkref(par) - else: - self.__parent = None - - def __getnewargs__(self): - return self.__toklist, self.__name, self.__asList, self.__modal - - def __dir__(self): - return (dir(type(self)) + list(self.keys())) - -MutableMapping.register(ParseResults) - -def col (loc,strg): - """Returns current column within a string, counting newlines as line separators. - The first column is number 1. - - Note: the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See - :class:`ParserElement.parseString` for more - information on parsing strings containing ``<TAB>`` 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) - -def lineno(loc,strg): - """Returns current line number within a string, counting newlines as line separators. - The first line is number 1. - - Note - the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See :class:`ParserElement.parseString` - for more information on parsing strings containing ``<TAB>`` s, and - suggested methods to maintain a consistent view of the parsed string, the - parse location, and line and column positions within the parsed string. - """ - return strg.count("\n",0,loc) + 1 - -def line( loc, strg ): - """Returns the line of text containing loc within a string, counting newlines as line separators. - """ - lastCR = strg.rfind("\n", 0, loc) - nextCR = strg.find("\n", loc) - if nextCR >= 0: - return strg[lastCR+1:nextCR] - else: - return strg[lastCR+1:] - -def _defaultStartDebugAction( instring, loc, expr ): - print (("Match " + _ustr(expr) + " at loc " + _ustr(loc) + "(%d,%d)" % ( lineno(loc,instring), col(loc,instring) ))) - -def _defaultSuccessDebugAction( instring, startloc, endloc, expr, toks ): - print ("Matched " + _ustr(expr) + " -> " + str(toks.asList())) - -def _defaultExceptionDebugAction( instring, loc, expr, exc ): - print ("Exception raised:" + _ustr(exc)) - -def nullDebugAction(*args): - """'Do-nothing' debug action, to suppress debugging output during parsing.""" - pass - -# Only works on Python 3.x - nonlocal is toxic to Python 2 installs -#~ 'decorator to trim function calls to match the arity of the target' -#~ def _trim_arity(func, maxargs=3): - #~ if func in singleArgBuiltins: - #~ return lambda s,l,t: func(t) - #~ limit = 0 - #~ foundArity = False - #~ def wrapper(*args): - #~ nonlocal limit,foundArity - #~ while 1: - #~ try: - #~ ret = func(*args[limit:]) - #~ foundArity = True - #~ return ret - #~ except TypeError: - #~ if limit == maxargs or foundArity: - #~ raise - #~ limit += 1 - #~ continue - #~ return wrapper - -# this version is Python 2.x-3.x cross-compatible -'decorator to trim function calls to match the arity of the target' -def _trim_arity(func, maxargs=2): - if func in singleArgBuiltins: - return lambda s,l,t: func(t) - limit = [0] - foundArity = [False] - - # traceback return data structure changed in Py3.5 - normalize back to plain tuples - if system_version[:2] >= (3,5): - def extract_stack(limit=0): - # special handling for Python 3.5.0 - extra deep call stack by 1 - offset = -3 if system_version == (3,5,0) else -2 - frame_summary = traceback.extract_stack(limit=-offset+limit-1)[offset] - return [frame_summary[:2]] - def extract_tb(tb, limit=0): - frames = traceback.extract_tb(tb, limit=limit) - frame_summary = frames[-1] - return [frame_summary[:2]] - else: - extract_stack = traceback.extract_stack - extract_tb = traceback.extract_tb - - # synthesize what would be returned by traceback.extract_stack at the call to - # user's parse action 'func', so that we don't incur call penalty at parse time - - LINE_DIFF = 6 - # IF ANY CODE CHANGES, EVEN JUST COMMENTS OR BLANK LINES, BETWEEN THE NEXT LINE AND - # THE CALL TO FUNC INSIDE WRAPPER, LINE_DIFF MUST BE MODIFIED!!!! - this_line = extract_stack(limit=2)[-1] - pa_call_line_synth = (this_line[0], this_line[1]+LINE_DIFF) - - def wrapper(*args): - while 1: - try: - ret = func(*args[limit[0]:]) - foundArity[0] = True - return ret - except TypeError: - # re-raise TypeErrors if they did not come from our arity testing - if foundArity[0]: - raise - else: - try: - tb = sys.exc_info()[-1] - if not extract_tb(tb, limit=2)[-1][:2] == pa_call_line_synth: - raise - finally: - del tb - - if limit[0] <= maxargs: - limit[0] += 1 - continue - raise - - # copy func name to wrapper for sensible debug output - func_name = "<parse action>" - try: - func_name = getattr(func, '__name__', - getattr(func, '__class__').__name__) - except Exception: - func_name = str(func) - wrapper.__name__ = func_name - - return wrapper - -class ParserElement(object): - """Abstract base level parser element class.""" - DEFAULT_WHITE_CHARS = " \n\t\r" - verbose_stacktrace = False - - @staticmethod - def setDefaultWhitespaceChars( chars ): - r""" - Overrides the default whitespace chars - - Example:: - - # default whitespace chars are space, <TAB> and newline - OneOrMore(Word(alphas)).parseString("abc def\nghi jkl") # -> ['abc', 'def', 'ghi', 'jkl'] - - # change to just treat newline as significant - ParserElement.setDefaultWhitespaceChars(" \t") - OneOrMore(Word(alphas)).parseString("abc def\nghi jkl") # -> ['abc', 'def'] - """ - ParserElement.DEFAULT_WHITE_CHARS = chars - - @staticmethod - def inlineLiteralsUsing(cls): - """ - Set class to be used for inclusion of string literals into a parser. - - Example:: - - # default literal class used is Literal - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - date_str.parseString("1999/12/31") # -> ['1999', '/', '12', '/', '31'] - - - # change to Suppress - ParserElement.inlineLiteralsUsing(Suppress) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - date_str.parseString("1999/12/31") # -> ['1999', '12', '31'] - """ - ParserElement._literalStringClass = cls - - def __init__( self, savelist=False ): - self.parseAction = list() - self.failAction = None - #~ self.name = "<unknown>" # don't define self.name, let subclasses try/except upcall - self.strRepr = None - self.resultsName = None - self.saveAsList = savelist - self.skipWhitespace = True - self.whiteChars = set(ParserElement.DEFAULT_WHITE_CHARS) - self.copyDefaultWhiteChars = True - self.mayReturnEmpty = False # used when checking for left-recursion - self.keepTabs = False - self.ignoreExprs = list() - self.debug = False - self.streamlined = False - self.mayIndexError = True # used to optimize exception handling for subclasses that don't advance parse index - self.errmsg = "" - self.modalResults = True # used to mark results names as modal (report only last) or cumulative (list all) - self.debugActions = ( None, None, None ) #custom debug actions - self.re = None - self.callPreparse = True # used to avoid redundant calls to preParse - self.callDuringTry = False - - def copy( self ): - """ - Make a copy of this :class:`ParserElement`. Useful for defining - different parse actions for the same parsing pattern, using copies of - the original parse element. - - Example:: - - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - integerK = integer.copy().addParseAction(lambda toks: toks[0]*1024) + Suppress("K") - integerM = integer.copy().addParseAction(lambda toks: toks[0]*1024*1024) + Suppress("M") - - print(OneOrMore(integerK | integerM | integer).parseString("5K 100 640K 256M")) - - prints:: - - [5120, 100, 655360, 268435456] - - Equivalent form of ``expr.copy()`` is just ``expr()``:: - - integerM = integer().addParseAction(lambda toks: toks[0]*1024*1024) + Suppress("M") - """ - cpy = copy.copy( self ) - cpy.parseAction = self.parseAction[:] - cpy.ignoreExprs = self.ignoreExprs[:] - if self.copyDefaultWhiteChars: - cpy.whiteChars = ParserElement.DEFAULT_WHITE_CHARS - return cpy - - def setName( self, name ): - """ - Define name for this expression, makes debugging and exception messages clearer. - - Example:: - - Word(nums).parseString("ABC") # -> Exception: Expected W:(0123...) (at char 0), (line:1, col:1) - Word(nums).setName("integer").parseString("ABC") # -> Exception: Expected integer (at char 0), (line:1, col:1) - """ - self.name = name - self.errmsg = "Expected " + self.name - if hasattr(self,"exception"): - self.exception.msg = self.errmsg - return self - - def setResultsName( self, name, listAllMatches=False ): - """ - Define name for referencing matching tokens as a nested attribute - of the returned parse results. - NOTE: this returns a *copy* of the original :class:`ParserElement` object; - this is so that the client can define a basic element, such as an - integer, and reference it in multiple places with different names. - - You can also set results names using the abbreviated syntax, - ``expr("name")`` in place of ``expr.setResultsName("name")`` - - see :class:`__call__`. - - Example:: - - date_str = (integer.setResultsName("year") + '/' - + integer.setResultsName("month") + '/' - + integer.setResultsName("day")) - - # equivalent form: - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - """ - newself = self.copy() - if name.endswith("*"): - name = name[:-1] - listAllMatches=True - newself.resultsName = name - newself.modalResults = not listAllMatches - return newself - - def setBreak(self,breakFlag = True): - """Method to invoke the Python pdb debugger when this element is - about to be parsed. Set ``breakFlag`` to True to enable, False to - disable. - """ - if breakFlag: - _parseMethod = self._parse - def breaker(instring, loc, doActions=True, callPreParse=True): - import pdb - pdb.set_trace() - return _parseMethod( instring, loc, doActions, callPreParse ) - breaker._originalParseMethod = _parseMethod - self._parse = breaker - else: - if hasattr(self._parse,"_originalParseMethod"): - self._parse = self._parse._originalParseMethod - return self - - def setParseAction( self, *fns, **kwargs ): - """ - Define one or more actions to perform when successfully matching parse element definition. - Parse action fn is a callable method with 0-3 arguments, called as ``fn(s,loc,toks)`` , - ``fn(loc,toks)`` , ``fn(toks)`` , or just ``fn()`` , where: - - - s = the original string being parsed (see note below) - - loc = the location of the matching substring - - toks = a list of the matched tokens, packaged as a :class:`ParseResults` object - - If the functions in fns modify the tokens, they can return them as the return - value from fn, and the modified list of tokens will replace the original. - Otherwise, fn does not need to return any value. - - Optional keyword arguments: - - callDuringTry = (default= ``False`` ) indicate if parse action should be run during lookaheads and alternate testing - - Note: the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See :class:`parseString for more - information on parsing strings containing ``<TAB>`` s, and suggested - methods to maintain a consistent view of the parsed string, the parse - location, and line and column positions within the parsed string. - - Example:: - - integer = Word(nums) - date_str = integer + '/' + integer + '/' + integer - - date_str.parseString("1999/12/31") # -> ['1999', '/', '12', '/', '31'] - - # use parse action to convert to ints at parse time - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - date_str = integer + '/' + integer + '/' + integer - - # note that integer fields are now ints, not strings - date_str.parseString("1999/12/31") # -> [1999, '/', 12, '/', 31] - """ - self.parseAction = list(map(_trim_arity, list(fns))) - self.callDuringTry = kwargs.get("callDuringTry", False) - return self - - def addParseAction( self, *fns, **kwargs ): - """ - Add one or more parse actions to expression's list of parse actions. See :class:`setParseAction`. - - See examples in :class:`copy`. - """ - self.parseAction += list(map(_trim_arity, list(fns))) - self.callDuringTry = self.callDuringTry or kwargs.get("callDuringTry", False) - return self - - def addCondition(self, *fns, **kwargs): - """Add a boolean predicate function to expression's list of parse actions. See - :class:`setParseAction` for function call signatures. Unlike ``setParseAction``, - functions passed to ``addCondition`` need to return boolean success/fail of the condition. - - Optional keyword arguments: - - message = define a custom message to be used in the raised exception - - fatal = if True, will raise ParseFatalException to stop parsing immediately; otherwise will raise ParseException - - Example:: - - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - year_int = integer.copy() - year_int.addCondition(lambda toks: toks[0] >= 2000, message="Only support years 2000 and later") - date_str = year_int + '/' + integer + '/' + integer - - result = date_str.parseString("1999/12/31") # -> Exception: Only support years 2000 and later (at char 0), (line:1, col:1) - """ - msg = kwargs.get("message", "failed user-defined condition") - exc_type = ParseFatalException if kwargs.get("fatal", False) else ParseException - for fn in fns: - fn = _trim_arity(fn) - def pa(s,l,t): - if not bool(fn(s,l,t)): - raise exc_type(s,l,msg) - self.parseAction.append(pa) - self.callDuringTry = self.callDuringTry or kwargs.get("callDuringTry", False) - return self - - def setFailAction( self, fn ): - """Define action to perform if parsing fails at this expression. - Fail acton fn is a callable function that takes the arguments - ``fn(s,loc,expr,err)`` where: - - s = string being parsed - - loc = location where expression match was attempted and failed - - expr = the parse expression that failed - - err = the exception thrown - The function returns no value. It may throw :class:`ParseFatalException` - if it is desired to stop parsing immediately.""" - self.failAction = fn - return self - - def _skipIgnorables( self, instring, loc ): - exprsFound = True - while exprsFound: - exprsFound = False - for e in self.ignoreExprs: - try: - while 1: - loc,dummy = e._parse( instring, loc ) - exprsFound = True - except ParseException: - pass - return loc - - def preParse( self, instring, loc ): - if self.ignoreExprs: - loc = self._skipIgnorables( instring, loc ) - - if self.skipWhitespace: - wt = self.whiteChars - instrlen = len(instring) - while loc < instrlen and instring[loc] in wt: - loc += 1 - - return loc - - def parseImpl( self, instring, loc, doActions=True ): - return loc, [] - - def postParse( self, instring, loc, tokenlist ): - return tokenlist - - #~ @profile - def _parseNoCache( self, instring, loc, doActions=True, callPreParse=True ): - debugging = ( self.debug ) #and doActions ) - - if debugging or self.failAction: - #~ print ("Match",self,"at loc",loc,"(%d,%d)" % ( lineno(loc,instring), col(loc,instring) )) - if (self.debugActions[0] ): - self.debugActions[0]( instring, loc, self ) - if callPreParse and self.callPreparse: - preloc = self.preParse( instring, loc ) - else: - preloc = loc - tokensStart = preloc - try: - try: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - except IndexError: - raise ParseException( instring, len(instring), self.errmsg, self ) - except ParseBaseException as err: - #~ print ("Exception raised:", err) - if self.debugActions[2]: - self.debugActions[2]( instring, tokensStart, self, err ) - if self.failAction: - self.failAction( instring, tokensStart, self, err ) - raise - else: - if callPreParse and self.callPreparse: - preloc = self.preParse( instring, loc ) - else: - preloc = loc - tokensStart = preloc - if self.mayIndexError or preloc >= len(instring): - try: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - except IndexError: - raise ParseException( instring, len(instring), self.errmsg, self ) - else: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - - tokens = self.postParse( instring, loc, tokens ) - - retTokens = ParseResults( tokens, self.resultsName, asList=self.saveAsList, modal=self.modalResults ) - if self.parseAction and (doActions or self.callDuringTry): - if debugging: - try: - for fn in self.parseAction: - try: - tokens = fn( instring, tokensStart, retTokens ) - except IndexError as parse_action_exc: - exc = ParseException("exception raised in parse action") - exc.__cause__ = parse_action_exc - raise exc - - if tokens is not None and tokens is not retTokens: - retTokens = ParseResults( tokens, - self.resultsName, - asList=self.saveAsList and isinstance(tokens,(ParseResults,list)), - modal=self.modalResults ) - except ParseBaseException as err: - #~ print "Exception raised in user parse action:", err - if (self.debugActions[2] ): - self.debugActions[2]( instring, tokensStart, self, err ) - raise - else: - for fn in self.parseAction: - try: - tokens = fn( instring, tokensStart, retTokens ) - except IndexError as parse_action_exc: - exc = ParseException("exception raised in parse action") - exc.__cause__ = parse_action_exc - raise exc - - if tokens is not None and tokens is not retTokens: - retTokens = ParseResults( tokens, - self.resultsName, - asList=self.saveAsList and isinstance(tokens,(ParseResults,list)), - modal=self.modalResults ) - if debugging: - #~ print ("Matched",self,"->",retTokens.asList()) - if (self.debugActions[1] ): - self.debugActions[1]( instring, tokensStart, loc, self, retTokens ) - - return loc, retTokens - - def tryParse( self, instring, loc ): - try: - return self._parse( instring, loc, doActions=False )[0] - except ParseFatalException: - raise ParseException( instring, loc, self.errmsg, self) - - def canParseNext(self, instring, loc): - try: - self.tryParse(instring, loc) - except (ParseException, IndexError): - return False - else: - return True - - class _UnboundedCache(object): - def __init__(self): - cache = {} - self.not_in_cache = not_in_cache = object() - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - - def clear(self): - cache.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - if _OrderedDict is not None: - class _FifoCache(object): - def __init__(self, size): - self.not_in_cache = not_in_cache = object() - - cache = _OrderedDict() - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - while len(cache) > size: - try: - cache.popitem(False) - except KeyError: - pass - - def clear(self): - cache.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - else: - class _FifoCache(object): - def __init__(self, size): - self.not_in_cache = not_in_cache = object() - - cache = {} - key_fifo = collections.deque([], size) - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - while len(key_fifo) > size: - cache.pop(key_fifo.popleft(), None) - key_fifo.append(key) - - def clear(self): - cache.clear() - key_fifo.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - # argument cache for optimizing repeated calls when backtracking through recursive expressions - packrat_cache = {} # this is set later by enabledPackrat(); this is here so that resetCache() doesn't fail - packrat_cache_lock = RLock() - packrat_cache_stats = [0, 0] - - # this method gets repeatedly called during backtracking with the same arguments - - # we can cache these arguments and save ourselves the trouble of re-parsing the contained expression - def _parseCache( self, instring, loc, doActions=True, callPreParse=True ): - HIT, MISS = 0, 1 - lookup = (self, instring, loc, callPreParse, doActions) - with ParserElement.packrat_cache_lock: - cache = ParserElement.packrat_cache - value = cache.get(lookup) - if value is cache.not_in_cache: - ParserElement.packrat_cache_stats[MISS] += 1 - try: - value = self._parseNoCache(instring, loc, doActions, callPreParse) - except ParseBaseException as pe: - # cache a copy of the exception, without the traceback - cache.set(lookup, pe.__class__(*pe.args)) - raise - else: - cache.set(lookup, (value[0], value[1].copy())) - return value - else: - ParserElement.packrat_cache_stats[HIT] += 1 - if isinstance(value, Exception): - raise value - return (value[0], value[1].copy()) - - _parse = _parseNoCache - - @staticmethod - def resetCache(): - ParserElement.packrat_cache.clear() - ParserElement.packrat_cache_stats[:] = [0] * len(ParserElement.packrat_cache_stats) - - _packratEnabled = False - @staticmethod - def enablePackrat(cache_size_limit=128): - """Enables "packrat" parsing, which adds memoizing to the parsing logic. - Repeated parse attempts at the same string location (which happens - often in many complex grammars) can immediately return a cached value, - instead of re-executing parsing/validating code. Memoizing is done of - both valid results and parsing exceptions. - - Parameters: - - - cache_size_limit - (default= ``128``) - if an integer value is provided - will limit the size of the packrat cache; if None is passed, then - the cache size will be unbounded; if 0 is passed, the cache will - be effectively disabled. - - This speedup may break existing programs that use parse actions that - have side-effects. For this reason, packrat parsing is disabled when - you first import pyparsing. To activate the packrat feature, your - program must call the class method :class:`ParserElement.enablePackrat`. - For best results, call ``enablePackrat()`` immediately after - importing pyparsing. - - Example:: - - from pip._vendor import pyparsing - pyparsing.ParserElement.enablePackrat() - """ - if not ParserElement._packratEnabled: - ParserElement._packratEnabled = True - if cache_size_limit is None: - ParserElement.packrat_cache = ParserElement._UnboundedCache() - else: - ParserElement.packrat_cache = ParserElement._FifoCache(cache_size_limit) - ParserElement._parse = ParserElement._parseCache - - def parseString( self, instring, parseAll=False ): - """ - Execute the parse expression with the given string. - This is the main interface to the client code, once the complete - expression has been built. - - If you want the grammar to require that the entire input string be - successfully parsed, then set ``parseAll`` to True (equivalent to ending - the grammar with ``StringEnd()``). - - Note: ``parseString`` implicitly calls ``expandtabs()`` on the input string, - in order to report proper column numbers in parse actions. - If the input string contains tabs and - the grammar uses parse actions that use the ``loc`` argument to index into the - string being parsed, you can ensure you have a consistent view of the input - string by: - - - calling ``parseWithTabs`` on your grammar before calling ``parseString`` - (see :class:`parseWithTabs`) - - define your parse action using the full ``(s,loc,toks)`` signature, and - reference the input string using the parse action's ``s`` argument - - explictly expand the tabs in your input string before calling - ``parseString`` - - Example:: - - Word('a').parseString('aaaaabaaa') # -> ['aaaaa'] - Word('a').parseString('aaaaabaaa', parseAll=True) # -> Exception: Expected end of text - """ - ParserElement.resetCache() - if not self.streamlined: - self.streamline() - #~ self.saveAsList = True - for e in self.ignoreExprs: - e.streamline() - if not self.keepTabs: - instring = instring.expandtabs() - try: - loc, tokens = self._parse( instring, 0 ) - if parseAll: - loc = self.preParse( instring, loc ) - se = Empty() + StringEnd() - se._parse( instring, loc ) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - else: - return tokens - - def scanString( self, instring, maxMatches=_MAX_INT, overlap=False ): - """ - Scan the input string for expression matches. Each match will return the - matching tokens, start location, and end location. May be called with optional - ``maxMatches`` argument, to clip scanning after 'n' matches are found. If - ``overlap`` is specified, then overlapping matches will be reported. - - Note that the start and end locations are reported relative to the string - being parsed. See :class:`parseString` for more information on parsing - strings with embedded tabs. - - Example:: - - source = "sldjf123lsdjjkf345sldkjf879lkjsfd987" - print(source) - for tokens,start,end in Word(alphas).scanString(source): - print(' '*start + '^'*(end-start)) - print(' '*start + tokens[0]) - - prints:: - - sldjf123lsdjjkf345sldkjf879lkjsfd987 - ^^^^^ - sldjf - ^^^^^^^ - lsdjjkf - ^^^^^^ - sldkjf - ^^^^^^ - lkjsfd - """ - if not self.streamlined: - self.streamline() - for e in self.ignoreExprs: - e.streamline() - - if not self.keepTabs: - instring = _ustr(instring).expandtabs() - instrlen = len(instring) - loc = 0 - preparseFn = self.preParse - parseFn = self._parse - ParserElement.resetCache() - matches = 0 - try: - while loc <= instrlen and matches < maxMatches: - try: - preloc = preparseFn( instring, loc ) - nextLoc,tokens = parseFn( instring, preloc, callPreParse=False ) - except ParseException: - loc = preloc+1 - else: - if nextLoc > loc: - matches += 1 - yield tokens, preloc, nextLoc - if overlap: - nextloc = preparseFn( instring, loc ) - if nextloc > loc: - loc = nextLoc - else: - loc += 1 - else: - loc = nextLoc - else: - loc = preloc+1 - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def transformString( self, instring ): - """ - Extension to :class:`scanString`, to modify matching text with modified tokens that may - be returned from a parse action. To use ``transformString``, define a grammar and - attach a parse action to it that modifies the returned token list. - Invoking ``transformString()`` on a target string will then scan for matches, - and replace the matched text patterns according to the logic in the parse - action. ``transformString()`` returns the resulting transformed string. - - Example:: - - wd = Word(alphas) - wd.setParseAction(lambda toks: toks[0].title()) - - print(wd.transformString("now is the winter of our discontent made glorious summer by this sun of york.")) - - prints:: - - Now Is The Winter Of Our Discontent Made Glorious Summer By This Sun Of York. - """ - out = [] - lastE = 0 - # force preservation of <TAB>s, to minimize unwanted transformation of string, and to - # keep string locs straight between transformString and scanString - self.keepTabs = True - try: - for t,s,e in self.scanString( instring ): - out.append( instring[lastE:s] ) - if t: - if isinstance(t,ParseResults): - out += t.asList() - elif isinstance(t,list): - out += t - else: - out.append(t) - lastE = e - out.append(instring[lastE:]) - out = [o for o in out if o] - return "".join(map(_ustr,_flatten(out))) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def searchString( self, instring, maxMatches=_MAX_INT ): - """ - Another extension to :class:`scanString`, simplifying the access to the tokens found - to match the given parse expression. May be called with optional - ``maxMatches`` argument, to clip searching after 'n' matches are found. - - Example:: - - # a capitalized word starts with an uppercase letter, followed by zero or more lowercase letters - cap_word = Word(alphas.upper(), alphas.lower()) - - print(cap_word.searchString("More than Iron, more than Lead, more than Gold I need Electricity")) - - # the sum() builtin can be used to merge results into a single ParseResults object - print(sum(cap_word.searchString("More than Iron, more than Lead, more than Gold I need Electricity"))) - - prints:: - - [['More'], ['Iron'], ['Lead'], ['Gold'], ['I'], ['Electricity']] - ['More', 'Iron', 'Lead', 'Gold', 'I', 'Electricity'] - """ - try: - return ParseResults([ t for t,s,e in self.scanString( instring, maxMatches ) ]) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def split(self, instring, maxsplit=_MAX_INT, includeSeparators=False): - """ - Generator method to split a string using the given expression as a separator. - May be called with optional ``maxsplit`` argument, to limit the number of splits; - and the optional ``includeSeparators`` argument (default= ``False``), if the separating - matching text should be included in the split results. - - Example:: - - punc = oneOf(list(".,;:/-!?")) - print(list(punc.split("This, this?, this sentence, is badly punctuated!"))) - - prints:: - - ['This', ' this', '', ' this sentence', ' is badly punctuated', ''] - """ - splits = 0 - last = 0 - for t,s,e in self.scanString(instring, maxMatches=maxsplit): - yield instring[last:s] - if includeSeparators: - yield t[0] - last = e - yield instring[last:] - - def __add__(self, other ): - """ - Implementation of + operator - returns :class:`And`. Adding strings to a ParserElement - converts them to :class:`Literal`s by default. - - Example:: - - greet = Word(alphas) + "," + Word(alphas) + "!" - hello = "Hello, World!" - print (hello, "->", greet.parseString(hello)) - - prints:: - - Hello, World! -> ['Hello', ',', 'World', '!'] - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return And( [ self, other ] ) - - def __radd__(self, other ): - """ - Implementation of + operator when left operand is not a :class:`ParserElement` - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other + self - - def __sub__(self, other): - """ - Implementation of - operator, returns :class:`And` with error stop - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return self + And._ErrorStop() + other - - def __rsub__(self, other ): - """ - Implementation of - operator when left operand is not a :class:`ParserElement` - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other - self - - def __mul__(self,other): - """ - Implementation of * operator, allows use of ``expr * 3`` in place of - ``expr + expr + expr``. Expressions may also me multiplied by a 2-integer - tuple, similar to ``{min,max}`` multipliers in regular expressions. Tuples - may also include ``None`` as in: - - ``expr*(n,None)`` or ``expr*(n,)`` is equivalent - to ``expr*n + ZeroOrMore(expr)`` - (read as "at least n instances of ``expr``") - - ``expr*(None,n)`` is equivalent to ``expr*(0,n)`` - (read as "0 to n instances of ``expr``") - - ``expr*(None,None)`` is equivalent to ``ZeroOrMore(expr)`` - - ``expr*(1,None)`` is equivalent to ``OneOrMore(expr)`` - - Note that ``expr*(None,n)`` does not raise an exception if - more than n exprs exist in the input stream; that is, - ``expr*(None,n)`` does not enforce a maximum number of expr - occurrences. If this behavior is desired, then write - ``expr*(None,n) + ~expr`` - """ - if isinstance(other,int): - minElements, optElements = other,0 - elif isinstance(other,tuple): - other = (other + (None, None))[:2] - if other[0] is None: - other = (0, other[1]) - if isinstance(other[0],int) and other[1] is None: - if other[0] == 0: - return ZeroOrMore(self) - if other[0] == 1: - return OneOrMore(self) - else: - return self*other[0] + ZeroOrMore(self) - elif isinstance(other[0],int) and isinstance(other[1],int): - minElements, optElements = other - optElements -= minElements - else: - raise TypeError("cannot multiply 'ParserElement' and ('%s','%s') objects", type(other[0]),type(other[1])) - else: - raise TypeError("cannot multiply 'ParserElement' and '%s' objects", type(other)) - - if minElements < 0: - raise ValueError("cannot multiply ParserElement by negative value") - if optElements < 0: - raise ValueError("second tuple value must be greater or equal to first tuple value") - if minElements == optElements == 0: - raise ValueError("cannot multiply ParserElement by 0 or (0,0)") - - if (optElements): - def makeOptionalList(n): - if n>1: - return Optional(self + makeOptionalList(n-1)) - else: - return Optional(self) - if minElements: - if minElements == 1: - ret = self + makeOptionalList(optElements) - else: - ret = And([self]*minElements) + makeOptionalList(optElements) - else: - ret = makeOptionalList(optElements) - else: - if minElements == 1: - ret = self - else: - ret = And([self]*minElements) - return ret - - def __rmul__(self, other): - return self.__mul__(other) - - def __or__(self, other ): - """ - Implementation of | operator - returns :class:`MatchFirst` - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return MatchFirst( [ self, other ] ) - - def __ror__(self, other ): - """ - Implementation of | operator when left operand is not a :class:`ParserElement` - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other | self - - def __xor__(self, other ): - """ - Implementation of ^ operator - returns :class:`Or` - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return Or( [ self, other ] ) - - def __rxor__(self, other ): - """ - Implementation of ^ operator when left operand is not a :class:`ParserElement` - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other ^ self - - def __and__(self, other ): - """ - Implementation of & operator - returns :class:`Each` - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return Each( [ self, other ] ) - - def __rand__(self, other ): - """ - Implementation of & operator when left operand is not a :class:`ParserElement` - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other & self - - def __invert__( self ): - """ - Implementation of ~ operator - returns :class:`NotAny` - """ - return NotAny( self ) - - def __call__(self, name=None): - """ - Shortcut for :class:`setResultsName`, with ``listAllMatches=False``. - - If ``name`` is given with a trailing ``'*'`` character, then ``listAllMatches`` will be - passed as ``True``. - - If ``name` is omitted, same as calling :class:`copy`. - - Example:: - - # these are equivalent - userdata = Word(alphas).setResultsName("name") + Word(nums+"-").setResultsName("socsecno") - userdata = Word(alphas)("name") + Word(nums+"-")("socsecno") - """ - if name is not None: - return self.setResultsName(name) - else: - return self.copy() - - def suppress( self ): - """ - Suppresses the output of this :class:`ParserElement`; useful to keep punctuation from - cluttering up returned output. - """ - return Suppress( self ) - - def leaveWhitespace( self ): - """ - Disables the skipping of whitespace before matching the characters in the - :class:`ParserElement`'s defined pattern. This is normally only used internally by - the pyparsing module, but may be needed in some whitespace-sensitive grammars. - """ - self.skipWhitespace = False - return self - - def setWhitespaceChars( self, chars ): - """ - Overrides the default whitespace chars - """ - self.skipWhitespace = True - self.whiteChars = chars - self.copyDefaultWhiteChars = False - return self - - def parseWithTabs( self ): - """ - Overrides default behavior to expand ``<TAB>``s to spaces before parsing the input string. - Must be called before ``parseString`` when the input grammar contains elements that - match ``<TAB>`` characters. - """ - self.keepTabs = True - return self - - def ignore( self, other ): - """ - Define expression to be ignored (e.g., comments) while doing pattern - matching; may be called repeatedly, to define multiple comment or other - ignorable patterns. - - Example:: - - patt = OneOrMore(Word(alphas)) - patt.parseString('ablaj /* comment */ lskjd') # -> ['ablaj'] - - patt.ignore(cStyleComment) - patt.parseString('ablaj /* comment */ lskjd') # -> ['ablaj', 'lskjd'] - """ - if isinstance(other, basestring): - other = Suppress(other) - - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - self.ignoreExprs.append(other) - else: - self.ignoreExprs.append( Suppress( other.copy() ) ) - return self - - def setDebugActions( self, startAction, successAction, exceptionAction ): - """ - Enable display of debugging messages while doing pattern matching. - """ - self.debugActions = (startAction or _defaultStartDebugAction, - successAction or _defaultSuccessDebugAction, - exceptionAction or _defaultExceptionDebugAction) - self.debug = True - return self - - def setDebug( self, flag=True ): - """ - Enable display of debugging messages while doing pattern matching. - Set ``flag`` to True to enable, False to disable. - - Example:: - - wd = Word(alphas).setName("alphaword") - integer = Word(nums).setName("numword") - term = wd | integer - - # turn on debugging for wd - wd.setDebug() - - OneOrMore(term).parseString("abc 123 xyz 890") - - prints:: - - Match alphaword at loc 0(1,1) - Matched alphaword -> ['abc'] - Match alphaword at loc 3(1,4) - Exception raised:Expected alphaword (at char 4), (line:1, col:5) - Match alphaword at loc 7(1,8) - Matched alphaword -> ['xyz'] - Match alphaword at loc 11(1,12) - Exception raised:Expected alphaword (at char 12), (line:1, col:13) - Match alphaword at loc 15(1,16) - Exception raised:Expected alphaword (at char 15), (line:1, col:16) - - The output shown is that produced by the default debug actions - custom debug actions can be - specified using :class:`setDebugActions`. Prior to attempting - to match the ``wd`` expression, the debugging message ``"Match <exprname> at loc <n>(<line>,<col>)"`` - is shown. Then if the parse succeeds, a ``"Matched"`` message is shown, or an ``"Exception raised"`` - message is shown. Also note the use of :class:`setName` to assign a human-readable name to the expression, - which makes debugging and exception messages easier to understand - for instance, the default - name created for the :class:`Word` expression without calling ``setName`` is ``"W:(ABCD...)"``. - """ - if flag: - self.setDebugActions( _defaultStartDebugAction, _defaultSuccessDebugAction, _defaultExceptionDebugAction ) - else: - self.debug = False - return self - - def __str__( self ): - return self.name - - def __repr__( self ): - return _ustr(self) - - def streamline( self ): - self.streamlined = True - self.strRepr = None - return self - - def checkRecursion( self, parseElementList ): - pass - - def validate( self, validateTrace=[] ): - """ - Check defined expressions for valid structure, check for infinite recursive definitions. - """ - self.checkRecursion( [] ) - - def parseFile( self, file_or_filename, parseAll=False ): - """ - Execute the parse expression on the given file or filename. - If a filename is specified (instead of a file object), - the entire file is opened, read, and closed before parsing. - """ - try: - file_contents = file_or_filename.read() - except AttributeError: - with open(file_or_filename, "r") as f: - file_contents = f.read() - try: - return self.parseString(file_contents, parseAll) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def __eq__(self,other): - if isinstance(other, ParserElement): - return self is other or vars(self) == vars(other) - elif isinstance(other, basestring): - return self.matches(other) - else: - return super(ParserElement,self)==other - - def __ne__(self,other): - return not (self == other) - - def __hash__(self): - return hash(id(self)) - - def __req__(self,other): - return self == other - - def __rne__(self,other): - return not (self == other) - - def matches(self, testString, parseAll=True): - """ - Method for quick testing of a parser against a test string. Good for simple - inline microtests of sub expressions while building up larger parser. - - Parameters: - - testString - to test against this expression for a match - - parseAll - (default= ``True``) - flag to pass to :class:`parseString` when running tests - - Example:: - - expr = Word(nums) - assert expr.matches("100") - """ - try: - self.parseString(_ustr(testString), parseAll=parseAll) - return True - except ParseBaseException: - return False - - def runTests(self, tests, parseAll=True, comment='#', - fullDump=True, printResults=True, failureTests=False, postParse=None): - """ - Execute the parse expression on a series of test strings, showing each - test, the parsed results or where the parse failed. Quick and easy way to - run a parse expression against a list of sample strings. - - Parameters: - - tests - a list of separate test strings, or a multiline string of test strings - - parseAll - (default= ``True``) - flag to pass to :class:`parseString` when running tests - - comment - (default= ``'#'``) - expression for indicating embedded comments in the test - string; pass None to disable comment filtering - - fullDump - (default= ``True``) - dump results as list followed by results names in nested outline; - if False, only dump nested list - - printResults - (default= ``True``) prints test output to stdout - - failureTests - (default= ``False``) indicates if these tests are expected to fail parsing - - postParse - (default= ``None``) optional callback for successful parse results; called as - `fn(test_string, parse_results)` and returns a string to be added to the test output - - Returns: a (success, results) tuple, where success indicates that all tests succeeded - (or failed if ``failureTests`` is True), and the results contain a list of lines of each - test's output - - Example:: - - number_expr = pyparsing_common.number.copy() - - result = number_expr.runTests(''' - # unsigned integer - 100 - # negative integer - -100 - # float with scientific notation - 6.02e23 - # integer with scientific notation - 1e-12 - ''') - print("Success" if result[0] else "Failed!") - - result = number_expr.runTests(''' - # stray character - 100Z - # missing leading digit before '.' - -.100 - # too many '.' - 3.14.159 - ''', failureTests=True) - print("Success" if result[0] else "Failed!") - - prints:: - - # unsigned integer - 100 - [100] - - # negative integer - -100 - [-100] - - # float with scientific notation - 6.02e23 - [6.02e+23] - - # integer with scientific notation - 1e-12 - [1e-12] - - Success - - # stray character - 100Z - ^ - FAIL: Expected end of text (at char 3), (line:1, col:4) - - # missing leading digit before '.' - -.100 - ^ - FAIL: Expected {real number with scientific notation | real number | signed integer} (at char 0), (line:1, col:1) - - # too many '.' - 3.14.159 - ^ - FAIL: Expected end of text (at char 4), (line:1, col:5) - - Success - - Each test string must be on a single line. If you want to test a string that spans multiple - lines, create a test like this:: - - expr.runTest(r"this is a test\\n of strings that spans \\n 3 lines") - - (Note that this is a raw string literal, you must include the leading 'r'.) - """ - if isinstance(tests, basestring): - tests = list(map(str.strip, tests.rstrip().splitlines())) - if isinstance(comment, basestring): - comment = Literal(comment) - allResults = [] - comments = [] - success = True - for t in tests: - if comment is not None and comment.matches(t, False) or comments and not t: - comments.append(t) - continue - if not t: - continue - out = ['\n'.join(comments), t] - comments = [] - try: - # convert newline marks to actual newlines, and strip leading BOM if present - NL = Literal(r'\n').addParseAction(replaceWith('\n')).ignore(quotedString) - BOM = '\ufeff' - t = NL.transformString(t.lstrip(BOM)) - result = self.parseString(t, parseAll=parseAll) - out.append(result.dump(full=fullDump)) - success = success and not failureTests - if postParse is not None: - try: - pp_value = postParse(t, result) - if pp_value is not None: - out.append(str(pp_value)) - except Exception as e: - out.append("{0} failed: {1}: {2}".format(postParse.__name__, type(e).__name__, e)) - except ParseBaseException as pe: - fatal = "(FATAL)" if isinstance(pe, ParseFatalException) else "" - if '\n' in t: - out.append(line(pe.loc, t)) - out.append(' '*(col(pe.loc,t)-1) + '^' + fatal) - else: - out.append(' '*pe.loc + '^' + fatal) - out.append("FAIL: " + str(pe)) - success = success and failureTests - result = pe - except Exception as exc: - out.append("FAIL-EXCEPTION: " + str(exc)) - success = success and failureTests - result = exc - - if printResults: - if fullDump: - out.append('') - print('\n'.join(out)) - - allResults.append((t, result)) - - return success, allResults - - -class Token(ParserElement): - """Abstract :class:`ParserElement` subclass, for defining atomic - matching patterns. - """ - def __init__( self ): - super(Token,self).__init__( savelist=False ) - - -class Empty(Token): - """An empty token, will always match. - """ - def __init__( self ): - super(Empty,self).__init__() - self.name = "Empty" - self.mayReturnEmpty = True - self.mayIndexError = False - - -class NoMatch(Token): - """A token that will never match. - """ - def __init__( self ): - super(NoMatch,self).__init__() - self.name = "NoMatch" - self.mayReturnEmpty = True - self.mayIndexError = False - self.errmsg = "Unmatchable token" - - def parseImpl( self, instring, loc, doActions=True ): - raise ParseException(instring, loc, self.errmsg, self) - - -class Literal(Token): - """Token to exactly match a specified string. - - Example:: - - Literal('blah').parseString('blah') # -> ['blah'] - Literal('blah').parseString('blahfooblah') # -> ['blah'] - Literal('blah').parseString('bla') # -> Exception: Expected "blah" - - For case-insensitive matching, use :class:`CaselessLiteral`. - - For keyword matching (force word break before and after the matched string), - use :class:`Keyword` or :class:`CaselessKeyword`. - """ - def __init__( self, matchString ): - super(Literal,self).__init__() - self.match = matchString - self.matchLen = len(matchString) - try: - self.firstMatchChar = matchString[0] - except IndexError: - warnings.warn("null string passed to Literal; use Empty() instead", - SyntaxWarning, stacklevel=2) - self.__class__ = Empty - self.name = '"%s"' % _ustr(self.match) - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = False - self.mayIndexError = False - - # Performance tuning: this routine gets called a *lot* - # if this is a single character match string and the first character matches, - # short-circuit as quickly as possible, and avoid calling startswith - #~ @profile - def parseImpl( self, instring, loc, doActions=True ): - if (instring[loc] == self.firstMatchChar and - (self.matchLen==1 or instring.startswith(self.match,loc)) ): - return loc+self.matchLen, self.match - raise ParseException(instring, loc, self.errmsg, self) -_L = Literal -ParserElement._literalStringClass = Literal - -class Keyword(Token): - """Token to exactly match a specified string as a keyword, that is, - it must be immediately followed by a non-keyword character. Compare - with :class:`Literal`: - - - ``Literal("if")`` will match the leading ``'if'`` in - ``'ifAndOnlyIf'``. - - ``Keyword("if")`` will not; it will only match the leading - ``'if'`` in ``'if x=1'``, or ``'if(y==2)'`` - - Accepts two optional constructor arguments in addition to the - keyword string: - - - ``identChars`` is a string of characters that would be valid - identifier characters, defaulting to all alphanumerics + "_" and - "$" - - ``caseless`` allows case-insensitive matching, default is ``False``. - - Example:: - - Keyword("start").parseString("start") # -> ['start'] - Keyword("start").parseString("starting") # -> Exception - - For case-insensitive matching, use :class:`CaselessKeyword`. - """ - DEFAULT_KEYWORD_CHARS = alphanums+"_$" - - def __init__( self, matchString, identChars=None, caseless=False ): - super(Keyword,self).__init__() - if identChars is None: - identChars = Keyword.DEFAULT_KEYWORD_CHARS - self.match = matchString - self.matchLen = len(matchString) - try: - self.firstMatchChar = matchString[0] - except IndexError: - warnings.warn("null string passed to Keyword; use Empty() instead", - SyntaxWarning, stacklevel=2) - self.name = '"%s"' % self.match - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = False - self.mayIndexError = False - self.caseless = caseless - if caseless: - self.caselessmatch = matchString.upper() - identChars = identChars.upper() - self.identChars = set(identChars) - - def parseImpl( self, instring, loc, doActions=True ): - if self.caseless: - if ( (instring[ loc:loc+self.matchLen ].upper() == self.caselessmatch) and - (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen].upper() not in self.identChars) and - (loc == 0 or instring[loc-1].upper() not in self.identChars) ): - return loc+self.matchLen, self.match - else: - if (instring[loc] == self.firstMatchChar and - (self.matchLen==1 or instring.startswith(self.match,loc)) and - (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen] not in self.identChars) and - (loc == 0 or instring[loc-1] not in self.identChars) ): - return loc+self.matchLen, self.match - raise ParseException(instring, loc, self.errmsg, self) - - def copy(self): - c = super(Keyword,self).copy() - c.identChars = Keyword.DEFAULT_KEYWORD_CHARS - return c - - @staticmethod - def setDefaultKeywordChars( chars ): - """Overrides the default Keyword chars - """ - Keyword.DEFAULT_KEYWORD_CHARS = chars - -class CaselessLiteral(Literal): - """Token to match a specified string, ignoring case of letters. - Note: the matched results will always be in the case of the given - match string, NOT the case of the input text. - - Example:: - - OneOrMore(CaselessLiteral("CMD")).parseString("cmd CMD Cmd10") # -> ['CMD', 'CMD', 'CMD'] - - (Contrast with example for :class:`CaselessKeyword`.) - """ - def __init__( self, matchString ): - super(CaselessLiteral,self).__init__( matchString.upper() ) - # Preserve the defining literal. - self.returnString = matchString - self.name = "'%s'" % self.returnString - self.errmsg = "Expected " + self.name - - def parseImpl( self, instring, loc, doActions=True ): - if instring[ loc:loc+self.matchLen ].upper() == self.match: - return loc+self.matchLen, self.returnString - raise ParseException(instring, loc, self.errmsg, self) - -class CaselessKeyword(Keyword): - """ - Caseless version of :class:`Keyword`. - - Example:: - - OneOrMore(CaselessKeyword("CMD")).parseString("cmd CMD Cmd10") # -> ['CMD', 'CMD'] - - (Contrast with example for :class:`CaselessLiteral`.) - """ - def __init__( self, matchString, identChars=None ): - super(CaselessKeyword,self).__init__( matchString, identChars, caseless=True ) - -class CloseMatch(Token): - """A variation on :class:`Literal` which matches "close" matches, - that is, strings with at most 'n' mismatching characters. - :class:`CloseMatch` takes parameters: - - - ``match_string`` - string to be matched - - ``maxMismatches`` - (``default=1``) maximum number of - mismatches allowed to count as a match - - The results from a successful parse will contain the matched text - from the input string and the following named results: - - - ``mismatches`` - a list of the positions within the - match_string where mismatches were found - - ``original`` - the original match_string used to compare - against the input string - - If ``mismatches`` is an empty list, then the match was an exact - match. - - Example:: - - patt = CloseMatch("ATCATCGAATGGA") - patt.parseString("ATCATCGAAXGGA") # -> (['ATCATCGAAXGGA'], {'mismatches': [[9]], 'original': ['ATCATCGAATGGA']}) - patt.parseString("ATCAXCGAAXGGA") # -> Exception: Expected 'ATCATCGAATGGA' (with up to 1 mismatches) (at char 0), (line:1, col:1) - - # exact match - patt.parseString("ATCATCGAATGGA") # -> (['ATCATCGAATGGA'], {'mismatches': [[]], 'original': ['ATCATCGAATGGA']}) - - # close match allowing up to 2 mismatches - patt = CloseMatch("ATCATCGAATGGA", maxMismatches=2) - patt.parseString("ATCAXCGAAXGGA") # -> (['ATCAXCGAAXGGA'], {'mismatches': [[4, 9]], 'original': ['ATCATCGAATGGA']}) - """ - def __init__(self, match_string, maxMismatches=1): - super(CloseMatch,self).__init__() - self.name = match_string - self.match_string = match_string - self.maxMismatches = maxMismatches - self.errmsg = "Expected %r (with up to %d mismatches)" % (self.match_string, self.maxMismatches) - self.mayIndexError = False - self.mayReturnEmpty = False - - def parseImpl( self, instring, loc, doActions=True ): - start = loc - instrlen = len(instring) - maxloc = start + len(self.match_string) - - if maxloc <= instrlen: - match_string = self.match_string - match_stringloc = 0 - mismatches = [] - maxMismatches = self.maxMismatches - - for match_stringloc,s_m in enumerate(zip(instring[loc:maxloc], self.match_string)): - src,mat = s_m - if src != mat: - mismatches.append(match_stringloc) - if len(mismatches) > maxMismatches: - break - else: - loc = match_stringloc + 1 - results = ParseResults([instring[start:loc]]) - results['original'] = self.match_string - results['mismatches'] = mismatches - return loc, results - - raise ParseException(instring, loc, self.errmsg, self) - - -class Word(Token): - """Token for matching words composed of allowed character sets. - Defined with string containing all allowed initial characters, an - optional string containing allowed body characters (if omitted, - defaults to the initial character set), and an optional minimum, - maximum, and/or exact length. The default value for ``min`` is - 1 (a minimum value < 1 is not valid); the default values for - ``max`` and ``exact`` are 0, meaning no maximum or exact - length restriction. An optional ``excludeChars`` parameter can - list characters that might be found in the input ``bodyChars`` - string; useful to define a word of all printables except for one or - two characters, for instance. - - :class:`srange` is useful for defining custom character set strings - for defining ``Word`` expressions, using range notation from - regular expression character sets. - - A common mistake is to use :class:`Word` to match a specific literal - string, as in ``Word("Address")``. Remember that :class:`Word` - uses the string argument to define *sets* of matchable characters. - This expression would match "Add", "AAA", "dAred", or any other word - made up of the characters 'A', 'd', 'r', 'e', and 's'. To match an - exact literal string, use :class:`Literal` or :class:`Keyword`. - - pyparsing includes helper strings for building Words: - - - :class:`alphas` - - :class:`nums` - - :class:`alphanums` - - :class:`hexnums` - - :class:`alphas8bit` (alphabetic characters in ASCII range 128-255 - - accented, tilded, umlauted, etc.) - - :class:`punc8bit` (non-alphabetic characters in ASCII range - 128-255 - currency, symbols, superscripts, diacriticals, etc.) - - :class:`printables` (any non-whitespace character) - - Example:: - - # a word composed of digits - integer = Word(nums) # equivalent to Word("0123456789") or Word(srange("0-9")) - - # a word with a leading capital, and zero or more lowercase - capital_word = Word(alphas.upper(), alphas.lower()) - - # hostnames are alphanumeric, with leading alpha, and '-' - hostname = Word(alphas, alphanums+'-') - - # roman numeral (not a strict parser, accepts invalid mix of characters) - roman = Word("IVXLCDM") - - # any string of non-whitespace characters, except for ',' - csv_value = Word(printables, excludeChars=",") - """ - def __init__( self, initChars, bodyChars=None, min=1, max=0, exact=0, asKeyword=False, excludeChars=None ): - super(Word,self).__init__() - if excludeChars: - excludeChars = set(excludeChars) - initChars = ''.join(c for c in initChars if c not in excludeChars) - if bodyChars: - bodyChars = ''.join(c for c in bodyChars if c not in excludeChars) - self.initCharsOrig = initChars - self.initChars = set(initChars) - if bodyChars : - self.bodyCharsOrig = bodyChars - self.bodyChars = set(bodyChars) - else: - self.bodyCharsOrig = initChars - self.bodyChars = set(initChars) - - self.maxSpecified = max > 0 - - if min < 1: - raise ValueError("cannot specify a minimum length < 1; use Optional(Word()) if zero-length word is permitted") - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.asKeyword = asKeyword - - if ' ' not in self.initCharsOrig+self.bodyCharsOrig and (min==1 and max==0 and exact==0): - if self.bodyCharsOrig == self.initCharsOrig: - self.reString = "[%s]+" % _escapeRegexRangeChars(self.initCharsOrig) - elif len(self.initCharsOrig) == 1: - self.reString = "%s[%s]*" % \ - (re.escape(self.initCharsOrig), - _escapeRegexRangeChars(self.bodyCharsOrig),) - else: - self.reString = "[%s][%s]*" % \ - (_escapeRegexRangeChars(self.initCharsOrig), - _escapeRegexRangeChars(self.bodyCharsOrig),) - if self.asKeyword: - self.reString = r"\b"+self.reString+r"\b" - try: - self.re = re.compile( self.reString ) - except Exception: - self.re = None - - def parseImpl( self, instring, loc, doActions=True ): - if self.re: - result = self.re.match(instring,loc) - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - return loc, result.group() - - if instring[loc] not in self.initChars: - raise ParseException(instring, loc, self.errmsg, self) - - start = loc - loc += 1 - instrlen = len(instring) - bodychars = self.bodyChars - maxloc = start + self.maxLen - maxloc = min( maxloc, instrlen ) - while loc < maxloc and instring[loc] in bodychars: - loc += 1 - - throwException = False - if loc - start < self.minLen: - throwException = True - elif self.maxSpecified and loc < instrlen and instring[loc] in bodychars: - throwException = True - elif self.asKeyword: - if (start>0 and instring[start-1] in bodychars) or (loc<instrlen and instring[loc] in bodychars): - throwException = True - - if throwException: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - def __str__( self ): - try: - return super(Word,self).__str__() - except Exception: - pass - - - if self.strRepr is None: - - def charsAsStr(s): - if len(s)>4: - return s[:4]+"..." - else: - return s - - if ( self.initCharsOrig != self.bodyCharsOrig ): - self.strRepr = "W:(%s,%s)" % ( charsAsStr(self.initCharsOrig), charsAsStr(self.bodyCharsOrig) ) - else: - self.strRepr = "W:(%s)" % charsAsStr(self.initCharsOrig) - - return self.strRepr - - -class Char(Word): - """A short-cut class for defining ``Word(characters, exact=1)``, - when defining a match of any single character in a string of - characters. - """ - def __init__(self, charset, asKeyword=False, excludeChars=None): - super(Char, self).__init__(charset, exact=1, asKeyword=asKeyword, excludeChars=excludeChars) - self.reString = "[%s]" % _escapeRegexRangeChars(self.initCharsOrig) - self.re = re.compile( self.reString ) - - -class Regex(Token): - r"""Token for matching strings that match a given regular - expression. Defined with string specifying the regular expression in - a form recognized by the stdlib Python `re module <https://docs.python.org/3/library/re.html>`_. - If the given regex contains named groups (defined using ``(?P<name>...)``), - these will be preserved as named parse results. - - Example:: - - realnum = Regex(r"[+-]?\d+\.\d*") - date = Regex(r'(?P<year>\d{4})-(?P<month>\d\d?)-(?P<day>\d\d?)') - # ref: https://stackoverflow.com/questions/267399/how-do-you-match-only-valid-roman-numerals-with-a-regular-expression - roman = Regex(r"M{0,4}(CM|CD|D?{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})") - """ - compiledREtype = type(re.compile("[A-Z]")) - def __init__( self, pattern, flags=0, asGroupList=False, asMatch=False): - """The parameters ``pattern`` and ``flags`` are passed - to the ``re.compile()`` function as-is. See the Python - `re module <https://docs.python.org/3/library/re.html>`_ module for an - explanation of the acceptable patterns and flags. - """ - super(Regex,self).__init__() - - if isinstance(pattern, basestring): - if not pattern: - warnings.warn("null string passed to Regex; use Empty() instead", - SyntaxWarning, stacklevel=2) - - self.pattern = pattern - self.flags = flags - - try: - self.re = re.compile(self.pattern, self.flags) - self.reString = self.pattern - except sre_constants.error: - warnings.warn("invalid pattern (%s) passed to Regex" % pattern, - SyntaxWarning, stacklevel=2) - raise - - elif isinstance(pattern, Regex.compiledREtype): - self.re = pattern - self.pattern = \ - self.reString = str(pattern) - self.flags = flags - - else: - raise ValueError("Regex may only be constructed with a string or a compiled RE object") - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.mayReturnEmpty = True - self.asGroupList = asGroupList - self.asMatch = asMatch - if self.asGroupList: - self.parseImpl = self.parseImplAsGroupList - if self.asMatch: - self.parseImpl = self.parseImplAsMatch - - def parseImpl(self, instring, loc, doActions=True): - result = self.re.match(instring,loc) - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - ret = ParseResults(result.group()) - d = result.groupdict() - if d: - for k, v in d.items(): - ret[k] = v - return loc, ret - - def parseImplAsGroupList(self, instring, loc, doActions=True): - result = self.re.match(instring,loc) - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - ret = result.groups() - return loc, ret - - def parseImplAsMatch(self, instring, loc, doActions=True): - result = self.re.match(instring,loc) - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - ret = result - return loc, ret - - def __str__( self ): - try: - return super(Regex,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "Re:(%s)" % repr(self.pattern) - - return self.strRepr - - def sub(self, repl): - r""" - Return Regex with an attached parse action to transform the parsed - result as if called using `re.sub(expr, repl, string) <https://docs.python.org/3/library/re.html#re.sub>`_. - - Example:: - - make_html = Regex(r"(\w+):(.*?):").sub(r"<\1>\2</\1>") - print(make_html.transformString("h1:main title:")) - # prints "<h1>main title</h1>" - """ - if self.asGroupList: - warnings.warn("cannot use sub() with Regex(asGroupList=True)", - SyntaxWarning, stacklevel=2) - raise SyntaxError() - - if self.asMatch and callable(repl): - warnings.warn("cannot use sub() with a callable with Regex(asMatch=True)", - SyntaxWarning, stacklevel=2) - raise SyntaxError() - - if self.asMatch: - def pa(tokens): - return tokens[0].expand(repl) - else: - def pa(tokens): - return self.re.sub(repl, tokens[0]) - return self.addParseAction(pa) - -class QuotedString(Token): - r""" - Token for matching strings that are delimited by quoting characters. - - Defined with the following parameters: - - - quoteChar - string of one or more characters defining the - quote delimiting string - - escChar - character to escape quotes, typically backslash - (default= ``None`` ) - - escQuote - special quote sequence to escape an embedded quote - string (such as SQL's ``""`` to escape an embedded ``"``) - (default= ``None`` ) - - multiline - boolean indicating whether quotes can span - multiple lines (default= ``False`` ) - - unquoteResults - boolean indicating whether the matched text - should be unquoted (default= ``True`` ) - - endQuoteChar - string of one or more characters defining the - end of the quote delimited string (default= ``None`` => same as - quoteChar) - - convertWhitespaceEscapes - convert escaped whitespace - (``'\t'``, ``'\n'``, etc.) to actual whitespace - (default= ``True`` ) - - Example:: - - qs = QuotedString('"') - print(qs.searchString('lsjdf "This is the quote" sldjf')) - complex_qs = QuotedString('{{', endQuoteChar='}}') - print(complex_qs.searchString('lsjdf {{This is the "quote"}} sldjf')) - sql_qs = QuotedString('"', escQuote='""') - print(sql_qs.searchString('lsjdf "This is the quote with ""embedded"" quotes" sldjf')) - - prints:: - - [['This is the quote']] - [['This is the "quote"']] - [['This is the quote with "embedded" quotes']] - """ - def __init__( self, quoteChar, escChar=None, escQuote=None, multiline=False, unquoteResults=True, endQuoteChar=None, convertWhitespaceEscapes=True): - super(QuotedString,self).__init__() - - # remove white space from quote chars - wont work anyway - quoteChar = quoteChar.strip() - if not quoteChar: - warnings.warn("quoteChar cannot be the empty string",SyntaxWarning,stacklevel=2) - raise SyntaxError() - - if endQuoteChar is None: - endQuoteChar = quoteChar - else: - endQuoteChar = endQuoteChar.strip() - if not endQuoteChar: - warnings.warn("endQuoteChar cannot be the empty string",SyntaxWarning,stacklevel=2) - raise SyntaxError() - - self.quoteChar = quoteChar - self.quoteCharLen = len(quoteChar) - self.firstQuoteChar = quoteChar[0] - self.endQuoteChar = endQuoteChar - self.endQuoteCharLen = len(endQuoteChar) - self.escChar = escChar - self.escQuote = escQuote - self.unquoteResults = unquoteResults - self.convertWhitespaceEscapes = convertWhitespaceEscapes - - if multiline: - self.flags = re.MULTILINE | re.DOTALL - self.pattern = r'%s(?:[^%s%s]' % \ - ( re.escape(self.quoteChar), - _escapeRegexRangeChars(self.endQuoteChar[0]), - (escChar is not None and _escapeRegexRangeChars(escChar) or '') ) - else: - self.flags = 0 - self.pattern = r'%s(?:[^%s\n\r%s]' % \ - ( re.escape(self.quoteChar), - _escapeRegexRangeChars(self.endQuoteChar[0]), - (escChar is not None and _escapeRegexRangeChars(escChar) or '') ) - if len(self.endQuoteChar) > 1: - self.pattern += ( - '|(?:' + ')|(?:'.join("%s[^%s]" % (re.escape(self.endQuoteChar[:i]), - _escapeRegexRangeChars(self.endQuoteChar[i])) - for i in range(len(self.endQuoteChar)-1,0,-1)) + ')' - ) - if escQuote: - self.pattern += (r'|(?:%s)' % re.escape(escQuote)) - if escChar: - self.pattern += (r'|(?:%s.)' % re.escape(escChar)) - self.escCharReplacePattern = re.escape(self.escChar)+"(.)" - self.pattern += (r')*%s' % re.escape(self.endQuoteChar)) - - try: - self.re = re.compile(self.pattern, self.flags) - self.reString = self.pattern - except sre_constants.error: - warnings.warn("invalid pattern (%s) passed to Regex" % self.pattern, - SyntaxWarning, stacklevel=2) - raise - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - result = instring[loc] == self.firstQuoteChar and self.re.match(instring,loc) or None - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - ret = result.group() - - if self.unquoteResults: - - # strip off quotes - ret = ret[self.quoteCharLen:-self.endQuoteCharLen] - - if isinstance(ret,basestring): - # replace escaped whitespace - if '\\' in ret and self.convertWhitespaceEscapes: - ws_map = { - r'\t' : '\t', - r'\n' : '\n', - r'\f' : '\f', - r'\r' : '\r', - } - for wslit,wschar in ws_map.items(): - ret = ret.replace(wslit, wschar) - - # replace escaped characters - if self.escChar: - ret = re.sub(self.escCharReplacePattern, r"\g<1>", ret) - - # replace escaped quotes - if self.escQuote: - ret = ret.replace(self.escQuote, self.endQuoteChar) - - return loc, ret - - def __str__( self ): - try: - return super(QuotedString,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "quoted string, starting with %s ending with %s" % (self.quoteChar, self.endQuoteChar) - - return self.strRepr - - -class CharsNotIn(Token): - """Token for matching words composed of characters *not* in a given - set (will include whitespace in matched characters if not listed in - the provided exclusion set - see example). Defined with string - containing all disallowed characters, and an optional minimum, - maximum, and/or exact length. The default value for ``min`` is - 1 (a minimum value < 1 is not valid); the default values for - ``max`` and ``exact`` are 0, meaning no maximum or exact - length restriction. - - Example:: - - # define a comma-separated-value as anything that is not a ',' - csv_value = CharsNotIn(',') - print(delimitedList(csv_value).parseString("dkls,lsdkjf,s12 34,@!#,213")) - - prints:: - - ['dkls', 'lsdkjf', 's12 34', '@!#', '213'] - """ - def __init__( self, notChars, min=1, max=0, exact=0 ): - super(CharsNotIn,self).__init__() - self.skipWhitespace = False - self.notChars = notChars - - if min < 1: - raise ValueError( - "cannot specify a minimum length < 1; use " + - "Optional(CharsNotIn()) if zero-length char group is permitted") - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = ( self.minLen == 0 ) - self.mayIndexError = False - - def parseImpl( self, instring, loc, doActions=True ): - if instring[loc] in self.notChars: - raise ParseException(instring, loc, self.errmsg, self) - - start = loc - loc += 1 - notchars = self.notChars - maxlen = min( start+self.maxLen, len(instring) ) - while loc < maxlen and \ - (instring[loc] not in notchars): - loc += 1 - - if loc - start < self.minLen: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - def __str__( self ): - try: - return super(CharsNotIn, self).__str__() - except Exception: - pass - - if self.strRepr is None: - if len(self.notChars) > 4: - self.strRepr = "!W:(%s...)" % self.notChars[:4] - else: - self.strRepr = "!W:(%s)" % self.notChars - - return self.strRepr - -class White(Token): - """Special matching class for matching whitespace. Normally, - whitespace is ignored by pyparsing grammars. This class is included - when some whitespace structures are significant. Define with - a string containing the whitespace characters to be matched; default - is ``" \\t\\r\\n"``. Also takes optional ``min``, - ``max``, and ``exact`` arguments, as defined for the - :class:`Word` class. - """ - whiteStrs = { - ' ' : '<SP>', - '\t': '<TAB>', - '\n': '<LF>', - '\r': '<CR>', - '\f': '<FF>', - 'u\00A0': '<NBSP>', - 'u\1680': '<OGHAM_SPACE_MARK>', - 'u\180E': '<MONGOLIAN_VOWEL_SEPARATOR>', - 'u\2000': '<EN_QUAD>', - 'u\2001': '<EM_QUAD>', - 'u\2002': '<EN_SPACE>', - 'u\2003': '<EM_SPACE>', - 'u\2004': '<THREE-PER-EM_SPACE>', - 'u\2005': '<FOUR-PER-EM_SPACE>', - 'u\2006': '<SIX-PER-EM_SPACE>', - 'u\2007': '<FIGURE_SPACE>', - 'u\2008': '<PUNCTUATION_SPACE>', - 'u\2009': '<THIN_SPACE>', - 'u\200A': '<HAIR_SPACE>', - 'u\200B': '<ZERO_WIDTH_SPACE>', - 'u\202F': '<NNBSP>', - 'u\205F': '<MMSP>', - 'u\3000': '<IDEOGRAPHIC_SPACE>', - } - def __init__(self, ws=" \t\r\n", min=1, max=0, exact=0): - super(White,self).__init__() - self.matchWhite = ws - self.setWhitespaceChars( "".join(c for c in self.whiteChars if c not in self.matchWhite) ) - #~ self.leaveWhitespace() - self.name = ("".join(White.whiteStrs[c] for c in self.matchWhite)) - self.mayReturnEmpty = True - self.errmsg = "Expected " + self.name - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - def parseImpl( self, instring, loc, doActions=True ): - if instring[loc] not in self.matchWhite: - raise ParseException(instring, loc, self.errmsg, self) - start = loc - loc += 1 - maxloc = start + self.maxLen - maxloc = min( maxloc, len(instring) ) - while loc < maxloc and instring[loc] in self.matchWhite: - loc += 1 - - if loc - start < self.minLen: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - -class _PositionToken(Token): - def __init__( self ): - super(_PositionToken,self).__init__() - self.name=self.__class__.__name__ - self.mayReturnEmpty = True - self.mayIndexError = False - -class GoToColumn(_PositionToken): - """Token to advance to a specific column of input text; useful for - tabular report scraping. - """ - def __init__( self, colno ): - super(GoToColumn,self).__init__() - self.col = colno - - def preParse( self, instring, loc ): - if col(loc,instring) != self.col: - instrlen = len(instring) - if self.ignoreExprs: - loc = self._skipIgnorables( instring, loc ) - while loc < instrlen and instring[loc].isspace() and col( loc, instring ) != self.col : - loc += 1 - return loc - - def parseImpl( self, instring, loc, doActions=True ): - thiscol = col( loc, instring ) - if thiscol > self.col: - raise ParseException( instring, loc, "Text not in expected column", self ) - newloc = loc + self.col - thiscol - ret = instring[ loc: newloc ] - return newloc, ret - - -class LineStart(_PositionToken): - r"""Matches if current position is at the beginning of a line within - the parse string - - Example:: - - test = '''\ - AAA this line - AAA and this line - AAA but not this one - B AAA and definitely not this one - ''' - - for t in (LineStart() + 'AAA' + restOfLine).searchString(test): - print(t) - - prints:: - - ['AAA', ' this line'] - ['AAA', ' and this line'] - - """ - def __init__( self ): - super(LineStart,self).__init__() - self.errmsg = "Expected start of line" - - def parseImpl( self, instring, loc, doActions=True ): - if col(loc, instring) == 1: - return loc, [] - raise ParseException(instring, loc, self.errmsg, self) - -class LineEnd(_PositionToken): - """Matches if current position is at the end of a line within the - parse string - """ - def __init__( self ): - super(LineEnd,self).__init__() - self.setWhitespaceChars( ParserElement.DEFAULT_WHITE_CHARS.replace("\n","") ) - self.errmsg = "Expected end of line" - - def parseImpl( self, instring, loc, doActions=True ): - if loc<len(instring): - if instring[loc] == "\n": - return loc+1, "\n" - else: - raise ParseException(instring, loc, self.errmsg, self) - elif loc == len(instring): - return loc+1, [] - else: - raise ParseException(instring, loc, self.errmsg, self) - -class StringStart(_PositionToken): - """Matches if current position is at the beginning of the parse - string - """ - def __init__( self ): - super(StringStart,self).__init__() - self.errmsg = "Expected start of text" - - def parseImpl( self, instring, loc, doActions=True ): - if loc != 0: - # see if entire string up to here is just whitespace and ignoreables - if loc != self.preParse( instring, 0 ): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - -class StringEnd(_PositionToken): - """Matches if current position is at the end of the parse string - """ - def __init__( self ): - super(StringEnd,self).__init__() - self.errmsg = "Expected end of text" - - def parseImpl( self, instring, loc, doActions=True ): - if loc < len(instring): - raise ParseException(instring, loc, self.errmsg, self) - elif loc == len(instring): - return loc+1, [] - elif loc > len(instring): - return loc, [] - else: - raise ParseException(instring, loc, self.errmsg, self) - -class WordStart(_PositionToken): - """Matches if the current position is at the beginning of a Word, - and is not preceded by any character in a given set of - ``wordChars`` (default= ``printables``). To emulate the - ``\b`` behavior of regular expressions, use - ``WordStart(alphanums)``. ``WordStart`` will also match at - the beginning of the string being parsed, or at the beginning of - a line. - """ - def __init__(self, wordChars = printables): - super(WordStart,self).__init__() - self.wordChars = set(wordChars) - self.errmsg = "Not at the start of a word" - - def parseImpl(self, instring, loc, doActions=True ): - if loc != 0: - if (instring[loc-1] in self.wordChars or - instring[loc] not in self.wordChars): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - -class WordEnd(_PositionToken): - """Matches if the current position is at the end of a Word, and is - not followed by any character in a given set of ``wordChars`` - (default= ``printables``). To emulate the ``\b`` behavior of - regular expressions, use ``WordEnd(alphanums)``. ``WordEnd`` - will also match at the end of the string being parsed, or at the end - of a line. - """ - def __init__(self, wordChars = printables): - super(WordEnd,self).__init__() - self.wordChars = set(wordChars) - self.skipWhitespace = False - self.errmsg = "Not at the end of a word" - - def parseImpl(self, instring, loc, doActions=True ): - instrlen = len(instring) - if instrlen>0 and loc<instrlen: - if (instring[loc] in self.wordChars or - instring[loc-1] not in self.wordChars): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - - -class ParseExpression(ParserElement): - """Abstract subclass of ParserElement, for combining and - post-processing parsed tokens. - """ - def __init__( self, exprs, savelist = False ): - super(ParseExpression,self).__init__(savelist) - if isinstance( exprs, _generatorType ): - exprs = list(exprs) - - if isinstance( exprs, basestring ): - self.exprs = [ ParserElement._literalStringClass( exprs ) ] - elif isinstance( exprs, Iterable ): - exprs = list(exprs) - # if sequence of strings provided, wrap with Literal - if all(isinstance(expr, basestring) for expr in exprs): - exprs = map(ParserElement._literalStringClass, exprs) - self.exprs = list(exprs) - else: - try: - self.exprs = list( exprs ) - except TypeError: - self.exprs = [ exprs ] - self.callPreparse = False - - def __getitem__( self, i ): - return self.exprs[i] - - def append( self, other ): - self.exprs.append( other ) - self.strRepr = None - return self - - def leaveWhitespace( self ): - """Extends ``leaveWhitespace`` defined in base class, and also invokes ``leaveWhitespace`` on - all contained expressions.""" - self.skipWhitespace = False - self.exprs = [ e.copy() for e in self.exprs ] - for e in self.exprs: - e.leaveWhitespace() - return self - - def ignore( self, other ): - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - super( ParseExpression, self).ignore( other ) - for e in self.exprs: - e.ignore( self.ignoreExprs[-1] ) - else: - super( ParseExpression, self).ignore( other ) - for e in self.exprs: - e.ignore( self.ignoreExprs[-1] ) - return self - - def __str__( self ): - try: - return super(ParseExpression,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "%s:(%s)" % ( self.__class__.__name__, _ustr(self.exprs) ) - return self.strRepr - - def streamline( self ): - super(ParseExpression,self).streamline() - - for e in self.exprs: - e.streamline() - - # collapse nested And's of the form And( And( And( a,b), c), d) to And( a,b,c,d ) - # but only if there are no parse actions or resultsNames on the nested And's - # (likewise for Or's and MatchFirst's) - if ( len(self.exprs) == 2 ): - other = self.exprs[0] - if ( isinstance( other, self.__class__ ) and - not(other.parseAction) and - other.resultsName is None and - not other.debug ): - self.exprs = other.exprs[:] + [ self.exprs[1] ] - self.strRepr = None - self.mayReturnEmpty |= other.mayReturnEmpty - self.mayIndexError |= other.mayIndexError - - other = self.exprs[-1] - if ( isinstance( other, self.__class__ ) and - not(other.parseAction) and - other.resultsName is None and - not other.debug ): - self.exprs = self.exprs[:-1] + other.exprs[:] - self.strRepr = None - self.mayReturnEmpty |= other.mayReturnEmpty - self.mayIndexError |= other.mayIndexError - - self.errmsg = "Expected " + _ustr(self) - - return self - - def validate( self, validateTrace=[] ): - tmp = validateTrace[:]+[self] - for e in self.exprs: - e.validate(tmp) - self.checkRecursion( [] ) - - def copy(self): - ret = super(ParseExpression,self).copy() - ret.exprs = [e.copy() for e in self.exprs] - return ret - -class And(ParseExpression): - """ - Requires all given :class:`ParseExpression` s to be found in the given order. - Expressions may be separated by whitespace. - May be constructed using the ``'+'`` operator. - May also be constructed using the ``'-'`` operator, which will - suppress backtracking. - - Example:: - - integer = Word(nums) - name_expr = OneOrMore(Word(alphas)) - - expr = And([integer("id"),name_expr("name"),integer("age")]) - # more easily written as: - expr = integer("id") + name_expr("name") + integer("age") - """ - - class _ErrorStop(Empty): - def __init__(self, *args, **kwargs): - super(And._ErrorStop,self).__init__(*args, **kwargs) - self.name = '-' - self.leaveWhitespace() - - def __init__( self, exprs, savelist = True ): - super(And,self).__init__(exprs, savelist) - self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs) - self.setWhitespaceChars( self.exprs[0].whiteChars ) - self.skipWhitespace = self.exprs[0].skipWhitespace - self.callPreparse = True - - def streamline(self): - super(And, self).streamline() - self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs) - return self - - def parseImpl( self, instring, loc, doActions=True ): - # pass False as last arg to _parse for first element, since we already - # pre-parsed the string as part of our And pre-parsing - loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False ) - errorStop = False - for e in self.exprs[1:]: - if isinstance(e, And._ErrorStop): - errorStop = True - continue - if errorStop: - try: - loc, exprtokens = e._parse( instring, loc, doActions ) - except ParseSyntaxException: - raise - except ParseBaseException as pe: - pe.__traceback__ = None - raise ParseSyntaxException._from_exception(pe) - except IndexError: - raise ParseSyntaxException(instring, len(instring), self.errmsg, self) - else: - loc, exprtokens = e._parse( instring, loc, doActions ) - if exprtokens or exprtokens.haskeys(): - resultlist += exprtokens - return loc, resultlist - - def __iadd__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #And( [ self, other ] ) - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - if not e.mayReturnEmpty: - break - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - -class Or(ParseExpression): - """Requires that at least one :class:`ParseExpression` is found. If - two expressions match, the expression that matches the longest - string will be used. May be constructed using the ``'^'`` - operator. - - Example:: - - # construct Or using '^' operator - - number = Word(nums) ^ Combine(Word(nums) + '.' + Word(nums)) - print(number.searchString("123 3.1416 789")) - - prints:: - - [['123'], ['3.1416'], ['789']] - """ - def __init__( self, exprs, savelist = False ): - super(Or,self).__init__(exprs, savelist) - if self.exprs: - self.mayReturnEmpty = any(e.mayReturnEmpty for e in self.exprs) - else: - self.mayReturnEmpty = True - - def streamline(self): - super(Or, self).streamline() - if __compat__.collect_all_And_tokens: - self.saveAsList = any(e.saveAsList for e in self.exprs) - return self - - def parseImpl( self, instring, loc, doActions=True ): - maxExcLoc = -1 - maxException = None - matches = [] - for e in self.exprs: - try: - loc2 = e.tryParse( instring, loc ) - except ParseException as err: - err.__traceback__ = None - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - except IndexError: - if len(instring) > maxExcLoc: - maxException = ParseException(instring,len(instring),e.errmsg,self) - maxExcLoc = len(instring) - else: - # save match among all matches, to retry longest to shortest - matches.append((loc2, e)) - - if matches: - matches.sort(key=lambda x: -x[0]) - for _,e in matches: - try: - return e._parse( instring, loc, doActions ) - except ParseException as err: - err.__traceback__ = None - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - - if maxException is not None: - maxException.msg = self.errmsg - raise maxException - else: - raise ParseException(instring, loc, "no defined alternatives to match", self) - - - def __ixor__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #Or( [ self, other ] ) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " ^ ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class MatchFirst(ParseExpression): - """Requires that at least one :class:`ParseExpression` is found. If - two expressions match, the first one listed is the one that will - match. May be constructed using the ``'|'`` operator. - - Example:: - - # construct MatchFirst using '|' operator - - # watch the order of expressions to match - number = Word(nums) | Combine(Word(nums) + '.' + Word(nums)) - print(number.searchString("123 3.1416 789")) # Fail! -> [['123'], ['3'], ['1416'], ['789']] - - # put more selective expression first - number = Combine(Word(nums) + '.' + Word(nums)) | Word(nums) - print(number.searchString("123 3.1416 789")) # Better -> [['123'], ['3.1416'], ['789']] - """ - def __init__( self, exprs, savelist = False ): - super(MatchFirst,self).__init__(exprs, savelist) - if self.exprs: - self.mayReturnEmpty = any(e.mayReturnEmpty for e in self.exprs) - else: - self.mayReturnEmpty = True - - def streamline(self): - super(MatchFirst, self).streamline() - if __compat__.collect_all_And_tokens: - self.saveAsList = any(e.saveAsList for e in self.exprs) - return self - - def parseImpl( self, instring, loc, doActions=True ): - maxExcLoc = -1 - maxException = None - for e in self.exprs: - try: - ret = e._parse( instring, loc, doActions ) - return ret - except ParseException as err: - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - except IndexError: - if len(instring) > maxExcLoc: - maxException = ParseException(instring,len(instring),e.errmsg,self) - maxExcLoc = len(instring) - - # only got here if no expression matched, raise exception for match that made it the furthest - else: - if maxException is not None: - maxException.msg = self.errmsg - raise maxException - else: - raise ParseException(instring, loc, "no defined alternatives to match", self) - - def __ior__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #MatchFirst( [ self, other ] ) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " | ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class Each(ParseExpression): - """Requires all given :class:`ParseExpression` s to be found, but in - any order. Expressions may be separated by whitespace. - - May be constructed using the ``'&'`` operator. - - Example:: - - color = oneOf("RED ORANGE YELLOW GREEN BLUE PURPLE BLACK WHITE BROWN") - shape_type = oneOf("SQUARE CIRCLE TRIANGLE STAR HEXAGON OCTAGON") - integer = Word(nums) - shape_attr = "shape:" + shape_type("shape") - posn_attr = "posn:" + Group(integer("x") + ',' + integer("y"))("posn") - color_attr = "color:" + color("color") - size_attr = "size:" + integer("size") - - # use Each (using operator '&') to accept attributes in any order - # (shape and posn are required, color and size are optional) - shape_spec = shape_attr & posn_attr & Optional(color_attr) & Optional(size_attr) - - shape_spec.runTests(''' - shape: SQUARE color: BLACK posn: 100, 120 - shape: CIRCLE size: 50 color: BLUE posn: 50,80 - color:GREEN size:20 shape:TRIANGLE posn:20,40 - ''' - ) - - prints:: - - shape: SQUARE color: BLACK posn: 100, 120 - ['shape:', 'SQUARE', 'color:', 'BLACK', 'posn:', ['100', ',', '120']] - - color: BLACK - - posn: ['100', ',', '120'] - - x: 100 - - y: 120 - - shape: SQUARE - - - shape: CIRCLE size: 50 color: BLUE posn: 50,80 - ['shape:', 'CIRCLE', 'size:', '50', 'color:', 'BLUE', 'posn:', ['50', ',', '80']] - - color: BLUE - - posn: ['50', ',', '80'] - - x: 50 - - y: 80 - - shape: CIRCLE - - size: 50 - - - color: GREEN size: 20 shape: TRIANGLE posn: 20,40 - ['color:', 'GREEN', 'size:', '20', 'shape:', 'TRIANGLE', 'posn:', ['20', ',', '40']] - - color: GREEN - - posn: ['20', ',', '40'] - - x: 20 - - y: 40 - - shape: TRIANGLE - - size: 20 - """ - def __init__( self, exprs, savelist = True ): - super(Each,self).__init__(exprs, savelist) - self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs) - self.skipWhitespace = True - self.initExprGroups = True - self.saveAsList = True - - def streamline(self): - super(Each, self).streamline() - self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs) - return self - - def parseImpl( self, instring, loc, doActions=True ): - if self.initExprGroups: - self.opt1map = dict((id(e.expr),e) for e in self.exprs if isinstance(e,Optional)) - opt1 = [ e.expr for e in self.exprs if isinstance(e,Optional) ] - opt2 = [ e for e in self.exprs if e.mayReturnEmpty and not isinstance(e,Optional)] - self.optionals = opt1 + opt2 - self.multioptionals = [ e.expr for e in self.exprs if isinstance(e,ZeroOrMore) ] - self.multirequired = [ e.expr for e in self.exprs if isinstance(e,OneOrMore) ] - self.required = [ e for e in self.exprs if not isinstance(e,(Optional,ZeroOrMore,OneOrMore)) ] - self.required += self.multirequired - self.initExprGroups = False - tmpLoc = loc - tmpReqd = self.required[:] - tmpOpt = self.optionals[:] - matchOrder = [] - - keepMatching = True - while keepMatching: - tmpExprs = tmpReqd + tmpOpt + self.multioptionals + self.multirequired - failed = [] - for e in tmpExprs: - try: - tmpLoc = e.tryParse( instring, tmpLoc ) - except ParseException: - failed.append(e) - else: - matchOrder.append(self.opt1map.get(id(e),e)) - if e in tmpReqd: - tmpReqd.remove(e) - elif e in tmpOpt: - tmpOpt.remove(e) - if len(failed) == len(tmpExprs): - keepMatching = False - - if tmpReqd: - missing = ", ".join(_ustr(e) for e in tmpReqd) - raise ParseException(instring,loc,"Missing one or more required elements (%s)" % missing ) - - # add any unmatched Optionals, in case they have default values defined - matchOrder += [e for e in self.exprs if isinstance(e,Optional) and e.expr in tmpOpt] - - resultlist = [] - for e in matchOrder: - loc,results = e._parse(instring,loc,doActions) - resultlist.append(results) - - finalResults = sum(resultlist, ParseResults([])) - return loc, finalResults - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " & ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class ParseElementEnhance(ParserElement): - """Abstract subclass of :class:`ParserElement`, for combining and - post-processing parsed tokens. - """ - def __init__( self, expr, savelist=False ): - super(ParseElementEnhance,self).__init__(savelist) - if isinstance( expr, basestring ): - if issubclass(ParserElement._literalStringClass, Token): - expr = ParserElement._literalStringClass(expr) - else: - expr = ParserElement._literalStringClass(Literal(expr)) - self.expr = expr - self.strRepr = None - if expr is not None: - self.mayIndexError = expr.mayIndexError - self.mayReturnEmpty = expr.mayReturnEmpty - self.setWhitespaceChars( expr.whiteChars ) - self.skipWhitespace = expr.skipWhitespace - self.saveAsList = expr.saveAsList - self.callPreparse = expr.callPreparse - self.ignoreExprs.extend(expr.ignoreExprs) - - def parseImpl( self, instring, loc, doActions=True ): - if self.expr is not None: - return self.expr._parse( instring, loc, doActions, callPreParse=False ) - else: - raise ParseException("",loc,self.errmsg,self) - - def leaveWhitespace( self ): - self.skipWhitespace = False - self.expr = self.expr.copy() - if self.expr is not None: - self.expr.leaveWhitespace() - return self - - def ignore( self, other ): - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - super( ParseElementEnhance, self).ignore( other ) - if self.expr is not None: - self.expr.ignore( self.ignoreExprs[-1] ) - else: - super( ParseElementEnhance, self).ignore( other ) - if self.expr is not None: - self.expr.ignore( self.ignoreExprs[-1] ) - return self - - def streamline( self ): - super(ParseElementEnhance,self).streamline() - if self.expr is not None: - self.expr.streamline() - return self - - def checkRecursion( self, parseElementList ): - if self in parseElementList: - raise RecursiveGrammarException( parseElementList+[self] ) - subRecCheckList = parseElementList[:] + [ self ] - if self.expr is not None: - self.expr.checkRecursion( subRecCheckList ) - - def validate( self, validateTrace=[] ): - tmp = validateTrace[:]+[self] - if self.expr is not None: - self.expr.validate(tmp) - self.checkRecursion( [] ) - - def __str__( self ): - try: - return super(ParseElementEnhance,self).__str__() - except Exception: - pass - - if self.strRepr is None and self.expr is not None: - self.strRepr = "%s:(%s)" % ( self.__class__.__name__, _ustr(self.expr) ) - return self.strRepr - - -class FollowedBy(ParseElementEnhance): - """Lookahead matching of the given parse expression. - ``FollowedBy`` does *not* advance the parsing position within - the input string, it only verifies that the specified parse - expression matches at the current position. ``FollowedBy`` - always returns a null token list. If any results names are defined - in the lookahead expression, those *will* be returned for access by - name. - - Example:: - - # use FollowedBy to match a label only if it is followed by a ':' - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - - OneOrMore(attr_expr).parseString("shape: SQUARE color: BLACK posn: upper left").pprint() - - prints:: - - [['shape', 'SQUARE'], ['color', 'BLACK'], ['posn', 'upper left']] - """ - def __init__( self, expr ): - super(FollowedBy,self).__init__(expr) - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - _, ret = self.expr._parse(instring, loc, doActions=doActions) - del ret[:] - return loc, ret - - -class PrecededBy(ParseElementEnhance): - """Lookbehind matching of the given parse expression. - ``PrecededBy`` does not advance the parsing position within the - input string, it only verifies that the specified parse expression - matches prior to the current position. ``PrecededBy`` always - returns a null token list, but if a results name is defined on the - given expression, it is returned. - - Parameters: - - - expr - expression that must match prior to the current parse - location - - retreat - (default= ``None``) - (int) maximum number of characters - to lookbehind prior to the current parse location - - If the lookbehind expression is a string, Literal, Keyword, or - a Word or CharsNotIn with a specified exact or maximum length, then - the retreat parameter is not required. Otherwise, retreat must be - specified to give a maximum number of characters to look back from - the current parse position for a lookbehind match. - - Example:: - - # VB-style variable names with type prefixes - int_var = PrecededBy("#") + pyparsing_common.identifier - str_var = PrecededBy("$") + pyparsing_common.identifier - - """ - def __init__(self, expr, retreat=None): - super(PrecededBy, self).__init__(expr) - self.expr = self.expr().leaveWhitespace() - self.mayReturnEmpty = True - self.mayIndexError = False - self.exact = False - if isinstance(expr, str): - retreat = len(expr) - self.exact = True - elif isinstance(expr, (Literal, Keyword)): - retreat = expr.matchLen - self.exact = True - elif isinstance(expr, (Word, CharsNotIn)) and expr.maxLen != _MAX_INT: - retreat = expr.maxLen - self.exact = True - elif isinstance(expr, _PositionToken): - retreat = 0 - self.exact = True - self.retreat = retreat - self.errmsg = "not preceded by " + str(expr) - self.skipWhitespace = False - - def parseImpl(self, instring, loc=0, doActions=True): - if self.exact: - if loc < self.retreat: - raise ParseException(instring, loc, self.errmsg) - start = loc - self.retreat - _, ret = self.expr._parse(instring, start) - else: - # retreat specified a maximum lookbehind window, iterate - test_expr = self.expr + StringEnd() - instring_slice = instring[:loc] - last_expr = ParseException(instring, loc, self.errmsg) - for offset in range(1, min(loc, self.retreat+1)): - try: - _, ret = test_expr._parse(instring_slice, loc-offset) - except ParseBaseException as pbe: - last_expr = pbe - else: - break - else: - raise last_expr - # return empty list of tokens, but preserve any defined results names - del ret[:] - return loc, ret - - -class NotAny(ParseElementEnhance): - """Lookahead to disallow matching with the given parse expression. - ``NotAny`` does *not* advance the parsing position within the - input string, it only verifies that the specified parse expression - does *not* match at the current position. Also, ``NotAny`` does - *not* skip over leading whitespace. ``NotAny`` always returns - a null token list. May be constructed using the '~' operator. - - Example:: - - AND, OR, NOT = map(CaselessKeyword, "AND OR NOT".split()) - - # take care not to mistake keywords for identifiers - ident = ~(AND | OR | NOT) + Word(alphas) - boolean_term = Optional(NOT) + ident - - # very crude boolean expression - to support parenthesis groups and - # operation hierarchy, use infixNotation - boolean_expr = boolean_term + ZeroOrMore((AND | OR) + boolean_term) - - # integers that are followed by "." are actually floats - integer = Word(nums) + ~Char(".") - """ - def __init__( self, expr ): - super(NotAny,self).__init__(expr) - #~ self.leaveWhitespace() - self.skipWhitespace = False # do NOT use self.leaveWhitespace(), don't want to propagate to exprs - self.mayReturnEmpty = True - self.errmsg = "Found unwanted token, "+_ustr(self.expr) - - def parseImpl( self, instring, loc, doActions=True ): - if self.expr.canParseNext(instring, loc): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "~{" + _ustr(self.expr) + "}" - - return self.strRepr - -class _MultipleMatch(ParseElementEnhance): - def __init__( self, expr, stopOn=None): - super(_MultipleMatch, self).__init__(expr) - self.saveAsList = True - ender = stopOn - if isinstance(ender, basestring): - ender = ParserElement._literalStringClass(ender) - self.not_ender = ~ender if ender is not None else None - - def parseImpl( self, instring, loc, doActions=True ): - self_expr_parse = self.expr._parse - self_skip_ignorables = self._skipIgnorables - check_ender = self.not_ender is not None - if check_ender: - try_not_ender = self.not_ender.tryParse - - # must be at least one (but first see if we are the stopOn sentinel; - # if so, fail) - if check_ender: - try_not_ender(instring, loc) - loc, tokens = self_expr_parse( instring, loc, doActions, callPreParse=False ) - try: - hasIgnoreExprs = (not not self.ignoreExprs) - while 1: - if check_ender: - try_not_ender(instring, loc) - if hasIgnoreExprs: - preloc = self_skip_ignorables( instring, loc ) - else: - preloc = loc - loc, tmptokens = self_expr_parse( instring, preloc, doActions ) - if tmptokens or tmptokens.haskeys(): - tokens += tmptokens - except (ParseException,IndexError): - pass - - return loc, tokens - -class OneOrMore(_MultipleMatch): - """Repetition of one or more of the given expression. - - Parameters: - - expr - expression that must match one or more times - - stopOn - (default= ``None``) - expression for a terminating sentinel - (only required if the sentinel would ordinarily match the repetition - expression) - - Example:: - - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word).setParseAction(' '.join)) - - text = "shape: SQUARE posn: upper left color: BLACK" - OneOrMore(attr_expr).parseString(text).pprint() # Fail! read 'color' as data instead of next label -> [['shape', 'SQUARE color']] - - # use stopOn attribute for OneOrMore to avoid reading label string as part of the data - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - OneOrMore(attr_expr).parseString(text).pprint() # Better -> [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'BLACK']] - - # could also be written as - (attr_expr * (1,)).parseString(text).pprint() - """ - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + _ustr(self.expr) + "}..." - - return self.strRepr - -class ZeroOrMore(_MultipleMatch): - """Optional repetition of zero or more of the given expression. - - Parameters: - - expr - expression that must match zero or more times - - stopOn - (default= ``None``) - expression for a terminating sentinel - (only required if the sentinel would ordinarily match the repetition - expression) - - Example: similar to :class:`OneOrMore` - """ - def __init__( self, expr, stopOn=None): - super(ZeroOrMore,self).__init__(expr, stopOn=stopOn) - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - try: - return super(ZeroOrMore, self).parseImpl(instring, loc, doActions) - except (ParseException,IndexError): - return loc, [] - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "[" + _ustr(self.expr) + "]..." - - return self.strRepr - -class _NullToken(object): - def __bool__(self): - return False - __nonzero__ = __bool__ - def __str__(self): - return "" - -_optionalNotMatched = _NullToken() -class Optional(ParseElementEnhance): - """Optional matching of the given expression. - - Parameters: - - expr - expression that must match zero or more times - - default (optional) - value to be returned if the optional expression is not found. - - Example:: - - # US postal code can be a 5-digit zip, plus optional 4-digit qualifier - zip = Combine(Word(nums, exact=5) + Optional('-' + Word(nums, exact=4))) - zip.runTests(''' - # traditional ZIP code - 12345 - - # ZIP+4 form - 12101-0001 - - # invalid ZIP - 98765- - ''') - - prints:: - - # traditional ZIP code - 12345 - ['12345'] - - # ZIP+4 form - 12101-0001 - ['12101-0001'] - - # invalid ZIP - 98765- - ^ - FAIL: Expected end of text (at char 5), (line:1, col:6) - """ - def __init__( self, expr, default=_optionalNotMatched ): - super(Optional,self).__init__( expr, savelist=False ) - self.saveAsList = self.expr.saveAsList - self.defaultValue = default - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - try: - loc, tokens = self.expr._parse( instring, loc, doActions, callPreParse=False ) - except (ParseException,IndexError): - if self.defaultValue is not _optionalNotMatched: - if self.expr.resultsName: - tokens = ParseResults([ self.defaultValue ]) - tokens[self.expr.resultsName] = self.defaultValue - else: - tokens = [ self.defaultValue ] - else: - tokens = [] - return loc, tokens - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "[" + _ustr(self.expr) + "]" - - return self.strRepr - -class SkipTo(ParseElementEnhance): - """Token for skipping over all undefined text until the matched - expression is found. - - Parameters: - - expr - target expression marking the end of the data to be skipped - - include - (default= ``False``) if True, the target expression is also parsed - (the skipped text and target expression are returned as a 2-element list). - - ignore - (default= ``None``) used to define grammars (typically quoted strings and - comments) that might contain false matches to the target expression - - failOn - (default= ``None``) define expressions that are not allowed to be - included in the skipped test; if found before the target expression is found, - the SkipTo is not a match - - Example:: - - report = ''' - Outstanding Issues Report - 1 Jan 2000 - - # | Severity | Description | Days Open - -----+----------+-------------------------------------------+----------- - 101 | Critical | Intermittent system crash | 6 - 94 | Cosmetic | Spelling error on Login ('log|n') | 14 - 79 | Minor | System slow when running too many reports | 47 - ''' - integer = Word(nums) - SEP = Suppress('|') - # use SkipTo to simply match everything up until the next SEP - # - ignore quoted strings, so that a '|' character inside a quoted string does not match - # - parse action will call token.strip() for each matched token, i.e., the description body - string_data = SkipTo(SEP, ignore=quotedString) - string_data.setParseAction(tokenMap(str.strip)) - ticket_expr = (integer("issue_num") + SEP - + string_data("sev") + SEP - + string_data("desc") + SEP - + integer("days_open")) - - for tkt in ticket_expr.searchString(report): - print tkt.dump() - - prints:: - - ['101', 'Critical', 'Intermittent system crash', '6'] - - days_open: 6 - - desc: Intermittent system crash - - issue_num: 101 - - sev: Critical - ['94', 'Cosmetic', "Spelling error on Login ('log|n')", '14'] - - days_open: 14 - - desc: Spelling error on Login ('log|n') - - issue_num: 94 - - sev: Cosmetic - ['79', 'Minor', 'System slow when running too many reports', '47'] - - days_open: 47 - - desc: System slow when running too many reports - - issue_num: 79 - - sev: Minor - """ - def __init__( self, other, include=False, ignore=None, failOn=None ): - super( SkipTo, self ).__init__( other ) - self.ignoreExpr = ignore - self.mayReturnEmpty = True - self.mayIndexError = False - self.includeMatch = include - self.saveAsList = False - if isinstance(failOn, basestring): - self.failOn = ParserElement._literalStringClass(failOn) - else: - self.failOn = failOn - self.errmsg = "No match found for "+_ustr(self.expr) - - def parseImpl( self, instring, loc, doActions=True ): - startloc = loc - instrlen = len(instring) - expr = self.expr - expr_parse = self.expr._parse - self_failOn_canParseNext = self.failOn.canParseNext if self.failOn is not None else None - self_ignoreExpr_tryParse = self.ignoreExpr.tryParse if self.ignoreExpr is not None else None - - tmploc = loc - while tmploc <= instrlen: - if self_failOn_canParseNext is not None: - # break if failOn expression matches - if self_failOn_canParseNext(instring, tmploc): - break - - if self_ignoreExpr_tryParse is not None: - # advance past ignore expressions - while 1: - try: - tmploc = self_ignoreExpr_tryParse(instring, tmploc) - except ParseBaseException: - break - - try: - expr_parse(instring, tmploc, doActions=False, callPreParse=False) - except (ParseException, IndexError): - # no match, advance loc in string - tmploc += 1 - else: - # matched skipto expr, done - break - - else: - # ran off the end of the input string without matching skipto expr, fail - raise ParseException(instring, loc, self.errmsg, self) - - # build up return values - loc = tmploc - skiptext = instring[startloc:loc] - skipresult = ParseResults(skiptext) - - if self.includeMatch: - loc, mat = expr_parse(instring,loc,doActions,callPreParse=False) - skipresult += mat - - return loc, skipresult - -class Forward(ParseElementEnhance): - """Forward declaration of an expression to be defined later - - used for recursive grammars, such as algebraic infix notation. - When the expression is known, it is assigned to the ``Forward`` - variable using the '<<' operator. - - Note: take care when assigning to ``Forward`` not to overlook - precedence of operators. - - Specifically, '|' has a lower precedence than '<<', so that:: - - fwdExpr << a | b | c - - will actually be evaluated as:: - - (fwdExpr << a) | b | c - - thereby leaving b and c out as parseable alternatives. It is recommended that you - explicitly group the values inserted into the ``Forward``:: - - fwdExpr << (a | b | c) - - Converting to use the '<<=' operator instead will avoid this problem. - - See :class:`ParseResults.pprint` for an example of a recursive - parser created using ``Forward``. - """ - def __init__( self, other=None ): - super(Forward,self).__init__( other, savelist=False ) - - def __lshift__( self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass(other) - self.expr = other - self.strRepr = None - self.mayIndexError = self.expr.mayIndexError - self.mayReturnEmpty = self.expr.mayReturnEmpty - self.setWhitespaceChars( self.expr.whiteChars ) - self.skipWhitespace = self.expr.skipWhitespace - self.saveAsList = self.expr.saveAsList - self.ignoreExprs.extend(self.expr.ignoreExprs) - return self - - def __ilshift__(self, other): - return self << other - - def leaveWhitespace( self ): - self.skipWhitespace = False - return self - - def streamline( self ): - if not self.streamlined: - self.streamlined = True - if self.expr is not None: - self.expr.streamline() - return self - - def validate( self, validateTrace=[] ): - if self not in validateTrace: - tmp = validateTrace[:]+[self] - if self.expr is not None: - self.expr.validate(tmp) - self.checkRecursion([]) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - # Avoid infinite recursion by setting a temporary name - self.name = self.__class__.__name__ + ": ..." - - # Use the string representation of main expression. - try: - if self.expr is not None: - retString = _ustr(self.expr) - else: - retString = "None" - finally: - del self.name - return self.__class__.__name__ + ": " + retString - - def copy(self): - if self.expr is not None: - return super(Forward,self).copy() - else: - ret = Forward() - ret <<= self - return ret - -class TokenConverter(ParseElementEnhance): - """ - Abstract subclass of :class:`ParseExpression`, for converting parsed results. - """ - def __init__( self, expr, savelist=False ): - super(TokenConverter,self).__init__( expr )#, savelist ) - self.saveAsList = False - -class Combine(TokenConverter): - """Converter to concatenate all matching tokens to a single string. - By default, the matching patterns must also be contiguous in the - input string; this can be disabled by specifying - ``'adjacent=False'`` in the constructor. - - Example:: - - real = Word(nums) + '.' + Word(nums) - print(real.parseString('3.1416')) # -> ['3', '.', '1416'] - # will also erroneously match the following - print(real.parseString('3. 1416')) # -> ['3', '.', '1416'] - - real = Combine(Word(nums) + '.' + Word(nums)) - print(real.parseString('3.1416')) # -> ['3.1416'] - # no match when there are internal spaces - print(real.parseString('3. 1416')) # -> Exception: Expected W:(0123...) - """ - def __init__( self, expr, joinString="", adjacent=True ): - super(Combine,self).__init__( expr ) - # suppress whitespace-stripping in contained parse expressions, but re-enable it on the Combine itself - if adjacent: - self.leaveWhitespace() - self.adjacent = adjacent - self.skipWhitespace = True - self.joinString = joinString - self.callPreparse = True - - def ignore( self, other ): - if self.adjacent: - ParserElement.ignore(self, other) - else: - super( Combine, self).ignore( other ) - return self - - def postParse( self, instring, loc, tokenlist ): - retToks = tokenlist.copy() - del retToks[:] - retToks += ParseResults([ "".join(tokenlist._asStringList(self.joinString)) ], modal=self.modalResults) - - if self.resultsName and retToks.haskeys(): - return [ retToks ] - else: - return retToks - -class Group(TokenConverter): - """Converter to return the matched tokens as a list - useful for - returning tokens of :class:`ZeroOrMore` and :class:`OneOrMore` expressions. - - Example:: - - ident = Word(alphas) - num = Word(nums) - term = ident | num - func = ident + Optional(delimitedList(term)) - print(func.parseString("fn a,b,100")) # -> ['fn', 'a', 'b', '100'] - - func = ident + Group(Optional(delimitedList(term))) - print(func.parseString("fn a,b,100")) # -> ['fn', ['a', 'b', '100']] - """ - def __init__( self, expr ): - super(Group,self).__init__( expr ) - self.saveAsList = True - - def postParse( self, instring, loc, tokenlist ): - return [ tokenlist ] - -class Dict(TokenConverter): - """Converter to return a repetitive expression as a list, but also - as a dictionary. Each element can also be referenced using the first - token in the expression as its key. Useful for tabular report - scraping when the first column can be used as a item key. - - Example:: - - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word).setParseAction(' '.join)) - - text = "shape: SQUARE posn: upper left color: light blue texture: burlap" - attr_expr = (label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - - # print attributes as plain groups - print(OneOrMore(attr_expr).parseString(text).dump()) - - # instead of OneOrMore(expr), parse using Dict(OneOrMore(Group(expr))) - Dict will auto-assign names - result = Dict(OneOrMore(Group(attr_expr))).parseString(text) - print(result.dump()) - - # access named fields as dict entries, or output as dict - print(result['shape']) - print(result.asDict()) - - prints:: - - ['shape', 'SQUARE', 'posn', 'upper left', 'color', 'light blue', 'texture', 'burlap'] - [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] - - color: light blue - - posn: upper left - - shape: SQUARE - - texture: burlap - SQUARE - {'color': 'light blue', 'posn': 'upper left', 'texture': 'burlap', 'shape': 'SQUARE'} - - See more examples at :class:`ParseResults` of accessing fields by results name. - """ - def __init__( self, expr ): - super(Dict,self).__init__( expr ) - self.saveAsList = True - - def postParse( self, instring, loc, tokenlist ): - for i,tok in enumerate(tokenlist): - if len(tok) == 0: - continue - ikey = tok[0] - if isinstance(ikey,int): - ikey = _ustr(tok[0]).strip() - if len(tok)==1: - tokenlist[ikey] = _ParseResultsWithOffset("",i) - elif len(tok)==2 and not isinstance(tok[1],ParseResults): - tokenlist[ikey] = _ParseResultsWithOffset(tok[1],i) - else: - dictvalue = tok.copy() #ParseResults(i) - del dictvalue[0] - if len(dictvalue)!= 1 or (isinstance(dictvalue,ParseResults) and dictvalue.haskeys()): - tokenlist[ikey] = _ParseResultsWithOffset(dictvalue,i) - else: - tokenlist[ikey] = _ParseResultsWithOffset(dictvalue[0],i) - - if self.resultsName: - return [ tokenlist ] - else: - return tokenlist - - -class Suppress(TokenConverter): - """Converter for ignoring the results of a parsed expression. - - Example:: - - source = "a, b, c,d" - wd = Word(alphas) - wd_list1 = wd + ZeroOrMore(',' + wd) - print(wd_list1.parseString(source)) - - # often, delimiters that are useful during parsing are just in the - # way afterward - use Suppress to keep them out of the parsed output - wd_list2 = wd + ZeroOrMore(Suppress(',') + wd) - print(wd_list2.parseString(source)) - - prints:: - - ['a', ',', 'b', ',', 'c', ',', 'd'] - ['a', 'b', 'c', 'd'] - - (See also :class:`delimitedList`.) - """ - def postParse( self, instring, loc, tokenlist ): - return [] - - def suppress( self ): - return self - - -class OnlyOnce(object): - """Wrapper for parse actions, to ensure they are only called once. - """ - def __init__(self, methodCall): - self.callable = _trim_arity(methodCall) - self.called = False - def __call__(self,s,l,t): - if not self.called: - results = self.callable(s,l,t) - self.called = True - return results - raise ParseException(s,l,"") - def reset(self): - self.called = False - -def traceParseAction(f): - """Decorator for debugging parse actions. - - When the parse action is called, this decorator will print - ``">> entering method-name(line:<current_source_line>, <parse_location>, <matched_tokens>)"``. - When the parse action completes, the decorator will print - ``"<<"`` followed by the returned value, or any exception that the parse action raised. - - Example:: - - wd = Word(alphas) - - @traceParseAction - def remove_duplicate_chars(tokens): - return ''.join(sorted(set(''.join(tokens)))) - - wds = OneOrMore(wd).setParseAction(remove_duplicate_chars) - print(wds.parseString("slkdjs sld sldd sdlf sdljf")) - - prints:: - - >>entering remove_duplicate_chars(line: 'slkdjs sld sldd sdlf sdljf', 0, (['slkdjs', 'sld', 'sldd', 'sdlf', 'sdljf'], {})) - <<leaving remove_duplicate_chars (ret: 'dfjkls') - ['dfjkls'] - """ - f = _trim_arity(f) - def z(*paArgs): - thisFunc = f.__name__ - s,l,t = paArgs[-3:] - if len(paArgs)>3: - thisFunc = paArgs[0].__class__.__name__ + '.' + thisFunc - sys.stderr.write( ">>entering %s(line: '%s', %d, %r)\n" % (thisFunc,line(l,s),l,t) ) - try: - ret = f(*paArgs) - except Exception as exc: - sys.stderr.write( "<<leaving %s (exception: %s)\n" % (thisFunc,exc) ) - raise - sys.stderr.write( "<<leaving %s (ret: %r)\n" % (thisFunc,ret) ) - return ret - try: - z.__name__ = f.__name__ - except AttributeError: - pass - return z - -# -# global helpers -# -def delimitedList( expr, delim=",", combine=False ): - """Helper to define a delimited list of expressions - the delimiter - defaults to ','. By default, the list elements and delimiters can - have intervening whitespace, and comments, but this can be - overridden by passing ``combine=True`` in the constructor. If - ``combine`` is set to ``True``, the matching tokens are - returned as a single token string, with the delimiters included; - otherwise, the matching tokens are returned as a list of tokens, - with the delimiters suppressed. - - Example:: - - delimitedList(Word(alphas)).parseString("aa,bb,cc") # -> ['aa', 'bb', 'cc'] - delimitedList(Word(hexnums), delim=':', combine=True).parseString("AA:BB:CC:DD:EE") # -> ['AA:BB:CC:DD:EE'] - """ - dlName = _ustr(expr)+" ["+_ustr(delim)+" "+_ustr(expr)+"]..." - if combine: - return Combine( expr + ZeroOrMore( delim + expr ) ).setName(dlName) - else: - return ( expr + ZeroOrMore( Suppress( delim ) + expr ) ).setName(dlName) - -def countedArray( expr, intExpr=None ): - """Helper to define a counted list of expressions. - - This helper defines a pattern of the form:: - - integer expr expr expr... - - where the leading integer tells how many expr expressions follow. - The matched tokens returns the array of expr tokens as a list - the - leading count token is suppressed. - - If ``intExpr`` is specified, it should be a pyparsing expression - that produces an integer value. - - Example:: - - countedArray(Word(alphas)).parseString('2 ab cd ef') # -> ['ab', 'cd'] - - # in this parser, the leading integer value is given in binary, - # '10' indicating that 2 values are in the array - binaryConstant = Word('01').setParseAction(lambda t: int(t[0], 2)) - countedArray(Word(alphas), intExpr=binaryConstant).parseString('10 ab cd ef') # -> ['ab', 'cd'] - """ - arrayExpr = Forward() - def countFieldParseAction(s,l,t): - n = t[0] - arrayExpr << (n and Group(And([expr]*n)) or Group(empty)) - return [] - if intExpr is None: - intExpr = Word(nums).setParseAction(lambda t:int(t[0])) - else: - intExpr = intExpr.copy() - intExpr.setName("arrayLen") - intExpr.addParseAction(countFieldParseAction, callDuringTry=True) - return ( intExpr + arrayExpr ).setName('(len) ' + _ustr(expr) + '...') - -def _flatten(L): - ret = [] - for i in L: - if isinstance(i,list): - ret.extend(_flatten(i)) - else: - ret.append(i) - return ret - -def matchPreviousLiteral(expr): - """Helper to define an expression that is indirectly defined from - the tokens matched in a previous expression, that is, it looks for - a 'repeat' of a previous expression. For example:: - - first = Word(nums) - second = matchPreviousLiteral(first) - matchExpr = first + ":" + second - - will match ``"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:`matchPreviousExpr`. Do *not* use with packrat parsing - enabled. - """ - rep = Forward() - def copyTokenToRepeater(s,l,t): - if t: - if len(t) == 1: - rep << t[0] - else: - # flatten t tokens - tflat = _flatten(t.asList()) - rep << And(Literal(tt) for tt in tflat) - else: - rep << Empty() - expr.addParseAction(copyTokenToRepeater, callDuringTry=True) - rep.setName('(prev) ' + _ustr(expr)) - return rep - -def matchPreviousExpr(expr): - """Helper to define an expression that is indirectly defined from - the tokens matched in a previous expression, that is, it looks for - a 'repeat' of a previous expression. For example:: - - first = Word(nums) - second = matchPreviousExpr(first) - matchExpr = first + ":" + second - - will match ``"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 copyTokenToRepeater(s,l,t): - matchTokens = _flatten(t.asList()) - def mustMatchTheseTokens(s,l,t): - theseTokens = _flatten(t.asList()) - if theseTokens != matchTokens: - raise ParseException("",0,"") - rep.setParseAction( mustMatchTheseTokens, callDuringTry=True ) - expr.addParseAction(copyTokenToRepeater, callDuringTry=True) - rep.setName('(prev) ' + _ustr(expr)) - return rep - -def _escapeRegexRangeChars(s): - #~ escape these chars: ^-] - for c in r"\^-]": - s = s.replace(c,_bslash+c) - s = s.replace("\n",r"\n") - s = s.replace("\t",r"\t") - return _ustr(s) - -def oneOf( strs, caseless=False, useRegex=True ): - """Helper to quickly define a set of alternative Literals, and makes - sure to do longest-first testing when there is a conflict, - regardless of the input order, but returns - a :class:`MatchFirst` for best performance. - - Parameters: - - - strs - a string of space-delimited literals, or a collection of - string literals - - caseless - (default= ``False``) - treat all literals as - caseless - - useRegex - (default= ``True``) - as an optimization, will - generate a Regex object; otherwise, will generate - a :class:`MatchFirst` object (if ``caseless=True``, or if - creating a :class:`Regex` raises an exception) - - Example:: - - comp_oper = oneOf("< = > <= >= !=") - var = Word(alphas) - number = Word(nums) - term = var | number - comparison_expr = term + comp_oper + term - print(comparison_expr.searchString("B = 12 AA=23 B<=AA AA>12")) - - prints:: - - [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] - """ - if caseless: - isequal = ( lambda a,b: a.upper() == b.upper() ) - masks = ( lambda a,b: b.upper().startswith(a.upper()) ) - parseElementClass = CaselessLiteral - else: - isequal = ( lambda a,b: a == b ) - masks = ( lambda a,b: b.startswith(a) ) - parseElementClass = Literal - - symbols = [] - if isinstance(strs,basestring): - symbols = strs.split() - elif isinstance(strs, Iterable): - symbols = list(strs) - else: - warnings.warn("Invalid argument to oneOf, expected string or iterable", - SyntaxWarning, stacklevel=2) - if not symbols: - return NoMatch() - - i = 0 - while i < len(symbols)-1: - cur = symbols[i] - for j,other in enumerate(symbols[i+1:]): - if ( isequal(other, cur) ): - del symbols[i+j+1] - break - elif ( masks(cur, other) ): - del symbols[i+j+1] - symbols.insert(i,other) - cur = other - break - else: - i += 1 - - if not caseless and useRegex: - #~ print (strs,"->", "|".join( [ _escapeRegexChars(sym) for sym in symbols] )) - try: - if len(symbols)==len("".join(symbols)): - return Regex( "[%s]" % "".join(_escapeRegexRangeChars(sym) for sym in symbols) ).setName(' | '.join(symbols)) - else: - return Regex( "|".join(re.escape(sym) for sym in symbols) ).setName(' | '.join(symbols)) - except Exception: - warnings.warn("Exception creating Regex for oneOf, building MatchFirst", - SyntaxWarning, stacklevel=2) - - - # last resort, just use MatchFirst - return MatchFirst(parseElementClass(sym) for sym in symbols).setName(' | '.join(symbols)) - -def dictOf( key, value ): - """Helper to easily and clearly define a dictionary by specifying - the respective patterns for the key and value. Takes care of - defining the :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, stopOn=label).setParseAction(' '.join)) - print(OneOrMore(attr_expr).parseString(text).dump()) - - attr_label = label - attr_value = Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join) - - # similar to Dict, but simpler call format - result = dictOf(attr_label, attr_value).parseString(text) - print(result.dump()) - print(result['shape']) - print(result.shape) # object attribute access works too - print(result.asDict()) - - prints:: - - [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] - - color: light blue - - posn: upper left - - shape: SQUARE - - texture: burlap - SQUARE - SQUARE - {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} - """ - return Dict(OneOrMore(Group(key + value))) - -def originalTextFor(expr, asString=True): - """Helper to return the original, untokenized text for a given - expression. Useful to restore the parsed fields of an HTML start - tag into the raw tag text itself, or to revert separate tokens with - intervening whitespace back to the original matching input text. By - default, returns astring containing the original parsed text. - - If the optional ``asString`` 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:`originalTextFor` contains expressions with defined - results names, you must set ``asString`` to ``False`` if you - want to preserve those results name values. - - Example:: - - src = "this is test <b> bold <i>text</i> </b> normal text " - for tag in ("b","i"): - opener,closer = makeHTMLTags(tag) - patt = originalTextFor(opener + SkipTo(closer) + closer) - print(patt.searchString(src)[0]) - - prints:: - - ['<b> bold <i>text</i> </b>'] - ['<i>text</i>'] - """ - locMarker = Empty().setParseAction(lambda s,loc,t: loc) - endlocMarker = locMarker.copy() - endlocMarker.callPreparse = False - matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") - if asString: - extractText = lambda s,l,t: s[t._original_start:t._original_end] - else: - def extractText(s,l,t): - t[:] = [s[t.pop('_original_start'):t.pop('_original_end')]] - matchExpr.setParseAction(extractText) - matchExpr.ignoreExprs = expr.ignoreExprs - return matchExpr - -def ungroup(expr): - """Helper to undo pyparsing's default grouping of And expressions, - even if all but one are non-empty. - """ - return TokenConverter(expr).addParseAction(lambda t:t[0]) - -def locatedExpr(expr): - """Helper to decorate a returned token with its starting and ending - locations in the input string. - - This helper adds the following results names: - - - locn_start = location where matched expression begins - - locn_end = location where matched expression ends - - value = the actual parsed results - - Be careful if the input text contains ``<TAB>`` characters, you - may want to call :class:`ParserElement.parseWithTabs` - - Example:: - - wd = Word(alphas) - for match in locatedExpr(wd).searchString("ljsdf123lksdjjf123lkkjj1222"): - print(match) - - prints:: - - [[0, 'ljsdf', 5]] - [[8, 'lksdjjf', 15]] - [[18, 'lkkjj', 23]] - """ - locator = Empty().setParseAction(lambda s,l,t: l) - return Group(locator("locn_start") + expr("value") + locator.copy().leaveWhitespace()("locn_end")) - - -# convenience constants for positional expressions -empty = Empty().setName("empty") -lineStart = LineStart().setName("lineStart") -lineEnd = LineEnd().setName("lineEnd") -stringStart = StringStart().setName("stringStart") -stringEnd = StringEnd().setName("stringEnd") - -_escapedPunc = Word( _bslash, r"\[]-*.$+^?()~ ", exact=2 ).setParseAction(lambda s,l,t:t[0][1]) -_escapedHexChar = Regex(r"\\0?[xX][0-9a-fA-F]+").setParseAction(lambda s,l,t:unichr(int(t[0].lstrip(r'\0x'),16))) -_escapedOctChar = Regex(r"\\0[0-7]+").setParseAction(lambda s,l,t:unichr(int(t[0][1:],8))) -_singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | CharsNotIn(r'\]', exact=1) -_charRange = Group(_singleChar + Suppress("-") + _singleChar) -_reBracketExpr = Literal("[") + Optional("^").setResultsName("negate") + Group( OneOrMore( _charRange | _singleChar ) ).setResultsName("body") + "]" - -def srange(s): - r"""Helper to easily define string ranges for use in Word - construction. Borrows syntax from regexp '[]' string range - definitions:: - - srange("[0-9]") -> "0123456789" - srange("[a-z]") -> "abcdefghijklmnopqrstuvwxyz" - srange("[a-z$_]") -> "abcdefghijklmnopqrstuvwxyz$_" - - The input string must be enclosed in []'s, and the returned string - is the expanded character set joined into a single string. The - values enclosed in the []'s may be: - - - a single character - - an escaped character with a leading backslash (such as ``\-`` - or ``\]``) - - an escaped hex character with a leading ``'\x'`` - (``\x21``, which is a ``'!'`` character) (``\0x##`` - is also supported for backwards compatibility) - - an escaped octal character with a leading ``'\0'`` - (``\041``, which is a ``'!'`` character) - - a range of any of the above, separated by a dash (``'a-z'``, - etc.) - - any combination of the above (``'aeiouy'``, - ``'a-zA-Z0-9_$'``, etc.) - """ - _expanded = lambda p: p if not isinstance(p,ParseResults) else ''.join(unichr(c) for c in range(ord(p[0]),ord(p[1])+1)) - try: - return "".join(_expanded(part) for part in _reBracketExpr.parseString(s).body) - except Exception: - return "" - -def matchOnlyAtCol(n): - """Helper method for defining parse actions that require matching at - a specific column in the input text. - """ - def verifyCol(strg,locn,toks): - if col(locn,strg) != n: - raise ParseException(strg,locn,"matched token not at column %d" % n) - return verifyCol - -def replaceWith(replStr): - """Helper method for common parse actions that simply return - a literal value. Especially useful when used with - :class:`transformString<ParserElement.transformString>` (). - - Example:: - - num = Word(nums).setParseAction(lambda toks: int(toks[0])) - na = oneOf("N/A NA").setParseAction(replaceWith(math.nan)) - term = na | num - - OneOrMore(term).parseString("324 234 N/A 234") # -> [324, 234, nan, 234] - """ - return lambda s,l,t: [replStr] - -def removeQuotes(s,l,t): - """Helper parse action for removing quotation marks from parsed - quoted strings. - - Example:: - - # by default, quotation marks are included in parsed results - quotedString.parseString("'Now is the Winter of our Discontent'") # -> ["'Now is the Winter of our Discontent'"] - - # use removeQuotes to strip quotation marks from parsed results - quotedString.setParseAction(removeQuotes) - quotedString.parseString("'Now is the Winter of our Discontent'") # -> ["Now is the Winter of our Discontent"] - """ - return t[0][1:-1] - -def tokenMap(func, *args): - """Helper to define a parse action by mapping a function to all - elements of a ParseResults list. If any additional args are passed, - they are forwarded to the given function as additional arguments - after the token, as in - ``hex_integer = Word(hexnums).setParseAction(tokenMap(int, 16))``, - which will convert the parsed data to an integer using base 16. - - Example (compare the last to example in :class:`ParserElement.transformString`:: - - hex_ints = OneOrMore(Word(hexnums)).setParseAction(tokenMap(int, 16)) - hex_ints.runTests(''' - 00 11 22 aa FF 0a 0d 1a - ''') - - upperword = Word(alphas).setParseAction(tokenMap(str.upper)) - OneOrMore(upperword).runTests(''' - my kingdom for a horse - ''') - - wd = Word(alphas).setParseAction(tokenMap(str.title)) - OneOrMore(wd).setParseAction(' '.join).runTests(''' - now is the winter of our discontent made glorious summer by this sun of york - ''') - - prints:: - - 00 11 22 aa FF 0a 0d 1a - [0, 17, 34, 170, 255, 10, 13, 26] - - my kingdom for a horse - ['MY', 'KINGDOM', 'FOR', 'A', 'HORSE'] - - now is the winter of our discontent made glorious summer by this sun of york - ['Now Is The Winter Of Our Discontent Made Glorious Summer By This Sun Of York'] - """ - def pa(s,l,t): - return [func(tokn, *args) for tokn in t] - - try: - func_name = getattr(func, '__name__', - getattr(func, '__class__').__name__) - except Exception: - func_name = str(func) - pa.__name__ = func_name - - return pa - -upcaseTokens = tokenMap(lambda t: _ustr(t).upper()) -"""(Deprecated) Helper parse action to convert tokens to upper case. -Deprecated in favor of :class:`pyparsing_common.upcaseTokens`""" - -downcaseTokens = tokenMap(lambda t: _ustr(t).lower()) -"""(Deprecated) Helper parse action to convert tokens to lower case. -Deprecated in favor of :class:`pyparsing_common.downcaseTokens`""" - -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,basestring): - resname = tagStr - tagStr = Keyword(tagStr, caseless=not xml) - else: - resname = tagStr.name - - tagAttrName = Word(alphas,alphanums+"_-:") - if (xml): - tagAttrValue = dblQuotedString.copy().setParseAction( removeQuotes ) - openTag = (suppress_LT - + tagStr("tag") - + Dict(ZeroOrMore(Group(tagAttrName + Suppress("=") + tagAttrValue ))) - + Optional("/", default=[False])("empty").setParseAction(lambda s,l,t:t[0]=='/') - + suppress_GT) - else: - tagAttrValue = quotedString.copy().setParseAction( removeQuotes ) | Word(printables, excludeChars=">") - openTag = (suppress_LT - + tagStr("tag") - + Dict(ZeroOrMore(Group(tagAttrName.setParseAction(downcaseTokens) - + Optional(Suppress("=") + tagAttrValue)))) - + Optional("/",default=[False])("empty").setParseAction(lambda s,l,t:t[0]=='/') - + suppress_GT) - closeTag = Combine(_L("</") + tagStr + ">", adjacent=False) - - openTag.setName("<%s>" % resname) - # add start<tagname> results name in parse action now that ungrouped names are not reported at two levels - openTag.addParseAction(lambda t: t.__setitem__("start"+"".join(resname.replace(":"," ").title().split()), t.copy())) - closeTag = closeTag("end"+"".join(resname.replace(":"," ").title().split())).setName("</%s>" % resname) - openTag.tag = resname - closeTag.tag = resname - openTag.tag_body = SkipTo(closeTag()) - return openTag, closeTag - -def makeHTMLTags(tagStr): - """Helper to construct opening and closing tag expressions for HTML, - given a tag name. Matches tags in either upper or lower case, - attributes with namespaces and with quoted or unquoted values. - - Example:: - - text = '<td>More info at the <a href="https://github.com/pyparsing/pyparsing/wiki">pyparsing</a> wiki page</td>' - # makeHTMLTags returns pyparsing expressions for the opening and - # closing tags as a 2-tuple - a,a_end = makeHTMLTags("A") - link_expr = a + SkipTo(a_end)("link_text") + a_end - - for link in link_expr.searchString(text): - # attributes in the <A> 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( tagStr, False ) - -def makeXMLTags(tagStr): - """Helper to construct opening and closing tag expressions for XML, - given a tag name. Matches tags only in the given upper/lower case. - - Example: similar to :class:`makeHTMLTags` - """ - return _makeTags( tagStr, True ) - -def withAttribute(*args,**attrDict): - """Helper to create a validating parse action to be used with start - tags created with :class:`makeXMLTags` or - :class:`makeHTMLTags`. Use ``withAttribute`` to qualify - a starting tag with a required attribute value, to avoid false - matches on common tags such as ``<TD>`` or ``<DIV>``. - - Call ``withAttribute`` with a series of attribute names and - values. Specify the list of filter attributes names and values as: - - - keyword arguments, as in ``(align="right")``, or - - as an explicit dict with ``**`` operator, when an attribute - name is also a Python reserved word, as in ``**{"class":"Customer", "align":"right"}`` - - a list of name-value tuples, as in ``(("ns1:class", "Customer"), ("ns2:align","right"))`` - - For attribute names with a namespace prefix, you must use the second - form. Attribute names are matched insensitive to upper/lower case. - - If just testing for ``class`` (with or without a namespace), use - :class:`withClass`. - - To verify that the attribute exists, but without specifying a value, - pass ``withAttribute.ANY_VALUE`` as the value. - - Example:: - - html = ''' - <div> - Some text - <div type="grid">1 4 0 1 0</div> - <div type="graph">1,3 2,3 1,1</div> - <div>this has no type</div> - </div> - - ''' - div,div_end = makeHTMLTags("div") - - # only match div tag having a type attribute with value "grid" - div_grid = div().setParseAction(withAttribute(type="grid")) - grid_expr = div_grid + SkipTo(div | div_end)("body") - for grid_header in grid_expr.searchString(html): - print(grid_header.body) - - # construct a match with any div tag having a type attribute, regardless of the value - div_any_type = div().setParseAction(withAttribute(type=withAttribute.ANY_VALUE)) - div_expr = div_any_type + SkipTo(div | div_end)("body") - for div_header in div_expr.searchString(html): - print(div_header.body) - - prints:: - - 1 4 0 1 0 - - 1 4 0 1 0 - 1,3 2,3 1,1 - """ - if args: - attrs = args[:] - else: - attrs = attrDict.items() - attrs = [(k,v) for k,v in attrs] - def pa(s,l,tokens): - for attrName,attrValue in attrs: - if attrName not in tokens: - raise ParseException(s,l,"no matching attribute " + attrName) - if attrValue != withAttribute.ANY_VALUE and tokens[attrName] != attrValue: - raise ParseException(s,l,"attribute '%s' has value '%s', must be '%s'" % - (attrName, tokens[attrName], attrValue)) - return pa -withAttribute.ANY_VALUE = object() - -def withClass(classname, namespace=''): - """Simplified version of :class:`withAttribute` when - matching on a div class - made difficult because ``class`` is - a reserved word in Python. - - Example:: - - html = ''' - <div> - Some text - <div class="grid">1 4 0 1 0</div> - <div class="graph">1,3 2,3 1,1</div> - <div>this <div> has no class</div> - </div> - - ''' - div,div_end = makeHTMLTags("div") - div_grid = div().setParseAction(withClass("grid")) - - grid_expr = div_grid + SkipTo(div | div_end)("body") - for grid_header in grid_expr.searchString(html): - print(grid_header.body) - - div_any_type = div().setParseAction(withClass(withAttribute.ANY_VALUE)) - div_expr = div_any_type + SkipTo(div | div_end)("body") - for div_header in div_expr.searchString(html): - print(div_header.body) - - prints:: - - 1 4 0 1 0 - - 1 4 0 1 0 - 1,3 2,3 1,1 - """ - classattr = "%s:class" % namespace if namespace else "class" - return withAttribute(**{classattr : classname}) - -opAssoc = SimpleNamespace() -opAssoc.LEFT = object() -opAssoc.RIGHT = object() - -def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): - """Helper method for constructing grammars of expressions made up of - operators working in a precedence hierarchy. Operators may be unary - or binary, left- or right-associative. Parse actions can also be - attached to operator expressions. The generated parser will also - recognize the use of parentheses to override operator precedences - (see example below). - - Note: if you define a deep operator list, you may see performance - issues when using infixNotation. See - :class:`ParserElement.enablePackrat` for a mechanism to potentially - improve your parser performance. - - Parameters: - - baseExpr - expression representing the most basic element for the - nested - - opList - list of tuples, one for each operator precedence level - in the expression grammar; each tuple is of the form ``(opExpr, - numTerms, rightLeftAssoc, parseAction)``, where: - - - opExpr is the pyparsing expression for the operator; may also - be a string, which will be converted to a Literal; if numTerms - is 3, opExpr is a tuple of two expressions, for the two - operators separating the 3 terms - - numTerms is the number of terms for this operator (must be 1, - 2, or 3) - - rightLeftAssoc is the indicator whether the operator is right - or left associative, using the pyparsing-defined constants - ``opAssoc.RIGHT`` and ``opAssoc.LEFT``. - - parseAction is the parse action to be associated with - expressions matching this operator expression (the parse action - tuple member may be omitted); if the parse action is passed - a tuple or list of functions, this is equivalent to calling - ``setParseAction(*fn)`` - (:class:`ParserElement.setParseAction`) - - lpar - expression for matching left-parentheses - (default= ``Suppress('(')``) - - rpar - expression for matching right-parentheses - (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 = infixNotation(integer | varname, - [ - ('-', 1, opAssoc.RIGHT), - (oneOf('* /'), 2, opAssoc.LEFT), - (oneOf('+ -'), 2, opAssoc.LEFT), - ]) - - arith_expr.runTests(''' - 5+3*6 - (5+3)*6 - -2--11 - ''', fullDump=False) - - prints:: - - 5+3*6 - [[5, '+', [3, '*', 6]]] - - (5+3)*6 - [[[5, '+', 3], '*', 6]] - - -2--11 - [[['-', 2], '-', ['-', 11]]] - """ - # 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.tryParse(instring, loc) - return loc, [] - - ret = Forward() - lastExpr = baseExpr | ( lpar + ret + rpar ) - for i,operDef in enumerate(opList): - opExpr,arity,rightLeftAssoc,pa = (operDef + (None,))[:4] - termName = "%s term" % opExpr if arity < 3 else "%s%s term" % opExpr - if arity == 3: - if opExpr is None or len(opExpr) != 2: - raise ValueError( - "if numterms=3, opExpr must be a tuple or list of two expressions") - opExpr1, opExpr2 = opExpr - thisExpr = Forward().setName(termName) - if rightLeftAssoc == opAssoc.LEFT: - if arity == 1: - matchExpr = _FB(lastExpr + opExpr) + Group( lastExpr + OneOrMore( opExpr ) ) - elif arity == 2: - if opExpr is not None: - matchExpr = _FB(lastExpr + opExpr + lastExpr) + Group( lastExpr + OneOrMore( opExpr + lastExpr ) ) - else: - matchExpr = _FB(lastExpr+lastExpr) + Group( lastExpr + OneOrMore(lastExpr) ) - elif arity == 3: - matchExpr = _FB(lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr) + \ - Group( lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr ) - else: - raise ValueError("operator must be unary (1), binary (2), or ternary (3)") - elif rightLeftAssoc == opAssoc.RIGHT: - if arity == 1: - # try to avoid LR with this extra test - if not isinstance(opExpr, Optional): - opExpr = Optional(opExpr) - matchExpr = _FB(opExpr.expr + thisExpr) + Group( opExpr + thisExpr ) - elif arity == 2: - if opExpr is not None: - matchExpr = _FB(lastExpr + opExpr + thisExpr) + Group( lastExpr + OneOrMore( opExpr + thisExpr ) ) - else: - matchExpr = _FB(lastExpr + thisExpr) + Group( lastExpr + OneOrMore( thisExpr ) ) - elif arity == 3: - matchExpr = _FB(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + \ - Group( lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr ) - else: - raise ValueError("operator must be unary (1), binary (2), or ternary (3)") - else: - raise ValueError("operator must indicate right or left associativity") - if pa: - if isinstance(pa, (tuple, list)): - matchExpr.setParseAction(*pa) - else: - matchExpr.setParseAction(pa) - thisExpr <<= ( matchExpr.setName(termName) | lastExpr ) - lastExpr = thisExpr - ret <<= lastExpr - return ret - -operatorPrecedence = infixNotation -"""(Deprecated) Former name of :class:`infixNotation`, will be -dropped in a future release.""" - -dblQuotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"').setName("string enclosed in double quotes") -sglQuotedString = Combine(Regex(r"'(?:[^'\n\r\\]|(?:'')|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*")+"'").setName("string enclosed in single quotes") -quotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"'| - Regex(r"'(?:[^'\n\r\\]|(?:'')|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*")+"'").setName("quotedString using single or double quotes") -unicodeString = Combine(_L('u') + quotedString.copy()).setName("unicode string literal") - -def nestedExpr(opener="(", closer=")", content=None, ignoreExpr=quotedString.copy()): - """Helper method for defining nested lists enclosed in opening and - closing delimiters ("(" and ")" are the default). - - Parameters: - - opener - opening character for a nested list - (default= ``"("``); 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``) - - ignoreExpr - expression for ignoring opening and closing - delimiters (default= :class:`quotedString`) - - If an expression is not provided for the content argument, the - nested expression will capture all whitespace-delimited content - between delimiters as a list of separate values. - - Use the ``ignoreExpr`` argument to define expressions that may - contain opening or closing characters that should not be treated as - opening or closing characters for nesting, such as quotedString or - a comment expression. Specify multiple expressions using an - :class:`Or` or :class:`MatchFirst`. The default is - :class:`quotedString`, but if no expressions are to be ignored, then - pass ``None`` for this argument. - - Example:: - - data_type = oneOf("void int short long char float double") - decl_data_type = Combine(data_type + Optional(Word('*'))) - ident = Word(alphas+'_', alphanums+'_') - number = pyparsing_common.number - arg = Group(decl_data_type + ident) - LPAR,RPAR = map(Suppress, "()") - - code_body = nestedExpr('{', '}', ignoreExpr=(quotedString | cStyleComment)) - - c_function = (decl_data_type("type") - + ident("name") - + LPAR + Optional(delimitedList(arg), [])("args") + RPAR - + code_body("body")) - c_function.ignore(cStyleComment) - - source_code = ''' - int is_odd(int x) { - return (x%2); - } - - int dec_to_hex(char hchar) { - if (hchar >= '0' && hchar <= '9') { - return (ord(hchar)-ord('0')); - } else { - return (10+ord(hchar)-ord('A')); - } - } - ''' - for func in c_function.searchString(source_code): - print("%(name)s (%(type)s) args: %(args)s" % func) - - - prints:: - - is_odd (int) args: [['int', 'x']] - dec_to_hex (int) args: [['char', 'hchar']] - """ - if opener == closer: - raise ValueError("opening and closing strings cannot be the same") - if content is None: - if isinstance(opener,basestring) and isinstance(closer,basestring): - if len(opener) == 1 and len(closer)==1: - if ignoreExpr is not None: - content = (Combine(OneOrMore(~ignoreExpr + - CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - content = (empty.copy()+CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS - ).setParseAction(lambda t:t[0].strip())) - else: - if ignoreExpr is not None: - content = (Combine(OneOrMore(~ignoreExpr + - ~Literal(opener) + ~Literal(closer) + - CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - content = (Combine(OneOrMore(~Literal(opener) + ~Literal(closer) + - CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - raise ValueError("opening and closing arguments must be strings if no content expression is given") - ret = Forward() - if ignoreExpr is not None: - ret <<= Group( Suppress(opener) + ZeroOrMore( ignoreExpr | ret | content ) + Suppress(closer) ) - else: - ret <<= Group( Suppress(opener) + ZeroOrMore( ret | content ) + Suppress(closer) ) - ret.setName('nested %s%s expression' % (opener,closer)) - return ret - -def indentedBlock(blockStatementExpr, indentStack, indent=True): - """Helper method for defining space-delimited indentation blocks, - such as those used to define block statements in Python source code. - - Parameters: - - - blockStatementExpr - expression defining syntax of statement that - is repeated within the indented block - - indentStack - list created by caller to manage indentation stack - (multiple statementWithIndentedBlock expressions within a single - grammar should share a common indentStack) - - indent - boolean indicating whether block must be indented beyond - the the current level; set to False for block of left-most - statements (default= ``True``) - - A valid block must contain at least one ``blockStatement``. - - Example:: - - data = ''' - def A(z): - A1 - B = 100 - G = A2 - A2 - A3 - B - def BB(a,b,c): - BB1 - def BBA(): - bba1 - bba2 - bba3 - C - D - def spam(x,y): - def eggs(z): - pass - ''' - - - indentStack = [1] - stmt = Forward() - - identifier = Word(alphas, alphanums) - funcDecl = ("def" + identifier + Group( "(" + Optional( delimitedList(identifier) ) + ")" ) + ":") - func_body = indentedBlock(stmt, indentStack) - funcDef = Group( funcDecl + func_body ) - - rvalue = Forward() - funcCall = Group(identifier + "(" + Optional(delimitedList(rvalue)) + ")") - rvalue << (funcCall | identifier | Word(nums)) - assignment = Group(identifier + "=" + rvalue) - stmt << ( funcDef | assignment | identifier ) - - module_body = OneOrMore(stmt) - - parseTree = module_body.parseString(data) - parseTree.pprint() - - prints:: - - [['def', - 'A', - ['(', 'z', ')'], - ':', - [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], - 'B', - ['def', - 'BB', - ['(', 'a', 'b', 'c', ')'], - ':', - [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], - 'C', - 'D', - ['def', - 'spam', - ['(', 'x', 'y', ')'], - ':', - [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] - """ - backup_stack = indentStack[:] - - def reset_stack(): - indentStack[:] = backup_stack - - 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 < indentStack[-1] and curCol <= indentStack[-2]): - raise ParseException(s,l,"not an unindent") - indentStack.pop() - - NL = OneOrMore(LineEnd().setWhitespaceChars("\t ").suppress()) - INDENT = (Empty() + Empty().setParseAction(checkSubIndent)).setName('INDENT') - PEER = Empty().setParseAction(checkPeerIndent).setName('') - UNDENT = Empty().setParseAction(checkUnindent).setName('UNINDENT') - if indent: - smExpr = Group( Optional(NL) + - #~ FollowedBy(blockStatementExpr) + - INDENT + (OneOrMore( PEER + Group(blockStatementExpr) + Optional(NL) )) + UNDENT) - else: - smExpr = Group( Optional(NL) + - (OneOrMore( PEER + Group(blockStatementExpr) + Optional(NL) )) ) - smExpr.setFailAction(lambda a, b, c, d: reset_stack()) - blockStatementExpr.ignore(_bslash + LineEnd()) - return smExpr.setName('indented block') - -alphas8bit = srange(r"[\0xc0-\0xd6\0xd8-\0xf6\0xf8-\0xff]") -punc8bit = srange(r"[\0xa1-\0xbf\0xd7\0xf7]") - -anyOpenTag,anyCloseTag = makeHTMLTags(Word(alphas,alphanums+"_:").setName('any tag')) -_htmlEntityMap = dict(zip("gt lt amp nbsp quot apos".split(),'><& "\'')) -commonHTMLEntity = Regex('&(?P<entity>' + '|'.join(_htmlEntityMap.keys()) +");").setName("common HTML entity") -def replaceHTMLEntity(t): - """Helper parser action to replace common HTML entities with their special characters""" - return _htmlEntityMap.get(t.entity) - -# it's easy to get these comment structures wrong - they're very common, so may as well make them available -cStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/').setName("C style comment") -"Comment of the form ``/* ... */``" - -htmlComment = Regex(r"<!--[\s\S]*?-->").setName("HTML comment") -"Comment of the form ``<!-- ... -->``" - -restOfLine = Regex(r".*").leaveWhitespace().setName("rest of line") -dblSlashComment = Regex(r"//(?:\\\n|[^\n])*").setName("// comment") -"Comment of the form ``// ... (to end of line)``" - -cppStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/'| dblSlashComment).setName("C++ style comment") -"Comment of either form :class:`cStyleComment` or :class:`dblSlashComment`" - -javaStyleComment = cppStyleComment -"Same as :class:`cppStyleComment`" - -pythonStyleComment = Regex(r"#.*").setName("Python style comment") -"Comment of the form ``# ... (to end of line)``" - -_commasepitem = Combine(OneOrMore(Word(printables, excludeChars=',') + - Optional( Word(" \t") + - ~Literal(",") + ~LineEnd() ) ) ).streamline().setName("commaItem") -commaSeparatedList = delimitedList( Optional( quotedString.copy() | _commasepitem, default="") ).setName("commaSeparatedList") -"""(Deprecated) Predefined expression of 1 or more printable words or -quoted strings, separated by commas. - -This expression is deprecated in favor of :class:`pyparsing_common.comma_separated_list`. -""" - -# some other useful expressions - using lower-case class name since we are really using this as a namespace -class pyparsing_common: - """Here are some common low-level expressions that may be useful in - jump-starting parser development: - - - numeric forms (:class:`integers<integer>`, :class:`reals<real>`, - :class:`scientific notation<sci_real>`) - - common :class:`programming identifiers<identifier>` - - network addresses (:class:`MAC<mac_address>`, - :class:`IPv4<ipv4_address>`, :class:`IPv6<ipv6_address>`) - - ISO8601 :class:`dates<iso8601_date>` and - :class:`datetime<iso8601_datetime>` - - :class:`UUID<uuid>` - - :class:`comma-separated list<comma_separated_list>` - - Parse actions: - - - :class:`convertToInteger` - - :class:`convertToFloat` - - :class:`convertToDate` - - :class:`convertToDatetime` - - :class:`stripHTMLTags` - - :class:`upcaseTokens` - - :class:`downcaseTokens` - - Example:: - - pyparsing_common.number.runTests(''' - # any int or real number, returned as the appropriate type - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - ''') - - pyparsing_common.fnumber.runTests(''' - # any int or real number, returned as float - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - ''') - - pyparsing_common.hex_integer.runTests(''' - # hex numbers - 100 - FF - ''') - - pyparsing_common.fraction.runTests(''' - # fractions - 1/2 - -3/4 - ''') - - pyparsing_common.mixed_integer.runTests(''' - # mixed fractions - 1 - 1/2 - -3/4 - 1-3/4 - ''') - - import uuid - pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID)) - pyparsing_common.uuid.runTests(''' - # uuid - 12345678-1234-5678-1234-567812345678 - ''') - - prints:: - - # any int or real number, returned as the appropriate type - 100 - [100] - - -100 - [-100] - - +100 - [100] - - 3.14159 - [3.14159] - - 6.02e23 - [6.02e+23] - - 1e-12 - [1e-12] - - # any int or real number, returned as float - 100 - [100.0] - - -100 - [-100.0] - - +100 - [100.0] - - 3.14159 - [3.14159] - - 6.02e23 - [6.02e+23] - - 1e-12 - [1e-12] - - # hex numbers - 100 - [256] - - FF - [255] - - # fractions - 1/2 - [0.5] - - -3/4 - [-0.75] - - # mixed fractions - 1 - [1] - - 1/2 - [0.5] - - -3/4 - [-0.75] - - 1-3/4 - [1.75] - - # uuid - 12345678-1234-5678-1234-567812345678 - [UUID('12345678-1234-5678-1234-567812345678')] - """ - - convertToInteger = tokenMap(int) - """ - Parse action for converting parsed integers to Python int - """ - - convertToFloat = tokenMap(float) - """ - Parse action for converting parsed numbers to Python float - """ - - integer = Word(nums).setName("integer").setParseAction(convertToInteger) - """expression that parses an unsigned integer, returns an int""" - - hex_integer = Word(hexnums).setName("hex integer").setParseAction(tokenMap(int,16)) - """expression that parses a hexadecimal integer, returns an int""" - - signed_integer = Regex(r'[+-]?\d+').setName("signed integer").setParseAction(convertToInteger) - """expression that parses an integer with optional leading sign, returns an int""" - - fraction = (signed_integer().setParseAction(convertToFloat) + '/' + signed_integer().setParseAction(convertToFloat)).setName("fraction") - """fractional expression of an integer divided by an integer, returns a float""" - fraction.addParseAction(lambda t: t[0]/t[-1]) - - mixed_integer = (fraction | signed_integer + Optional(Optional('-').suppress() + fraction)).setName("fraction or mixed integer-fraction") - """mixed integer of the form 'integer - fraction', with optional leading integer, returns float""" - mixed_integer.addParseAction(sum) - - real = Regex(r'[+-]?\d+\.\d*').setName("real number").setParseAction(convertToFloat) - """expression that parses a floating point number and returns a float""" - - sci_real = Regex(r'[+-]?\d+([eE][+-]?\d+|\.\d*([eE][+-]?\d+)?)').setName("real number with scientific notation").setParseAction(convertToFloat) - """expression that parses a floating point number with optional - scientific notation and returns a float""" - - # streamlining this expression makes the docs nicer-looking - number = (sci_real | real | signed_integer).streamline() - """any numeric expression, returns the corresponding Python type""" - - fnumber = Regex(r'[+-]?\d+\.?\d*([eE][+-]?\d+)?').setName("fnumber").setParseAction(convertToFloat) - """any int or real number, returned as float""" - - identifier = Word(alphas+'_', alphanums+'_').setName("identifier") - """typical code identifier (leading alpha or '_', followed by 0 or more alphas, nums, or '_')""" - - ipv4_address = Regex(r'(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(\.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}').setName("IPv4 address") - "IPv4 address (``0.0.0.0 - 255.255.255.255``)" - - _ipv6_part = Regex(r'[0-9a-fA-F]{1,4}').setName("hex_integer") - _full_ipv6_address = (_ipv6_part + (':' + _ipv6_part)*7).setName("full IPv6 address") - _short_ipv6_address = (Optional(_ipv6_part + (':' + _ipv6_part)*(0,6)) + "::" + Optional(_ipv6_part + (':' + _ipv6_part)*(0,6))).setName("short IPv6 address") - _short_ipv6_address.addCondition(lambda t: sum(1 for tt in t if pyparsing_common._ipv6_part.matches(tt)) < 8) - _mixed_ipv6_address = ("::ffff:" + ipv4_address).setName("mixed IPv6 address") - ipv6_address = Combine((_full_ipv6_address | _mixed_ipv6_address | _short_ipv6_address).setName("IPv6 address")).setName("IPv6 address") - "IPv6 address (long, short, or mixed form)" - - mac_address = Regex(r'[0-9a-fA-F]{2}([:.-])[0-9a-fA-F]{2}(?:\1[0-9a-fA-F]{2}){4}').setName("MAC address") - "MAC address xx:xx:xx:xx:xx (may also have '-' or '.' delimiters)" - - @staticmethod - def convertToDate(fmt="%Y-%m-%d"): - """ - Helper to create a parse action for converting parsed date string to Python datetime.date - - Params - - - fmt - format to be passed to datetime.strptime (default= ``"%Y-%m-%d"``) - - Example:: - - date_expr = pyparsing_common.iso8601_date.copy() - date_expr.setParseAction(pyparsing_common.convertToDate()) - print(date_expr.parseString("1999-12-31")) - - prints:: - - [datetime.date(1999, 12, 31)] - """ - def cvt_fn(s,l,t): - try: - return datetime.strptime(t[0], fmt).date() - except ValueError as ve: - raise ParseException(s, l, str(ve)) - return cvt_fn - - @staticmethod - def convertToDatetime(fmt="%Y-%m-%dT%H:%M:%S.%f"): - """Helper to create a parse action for converting parsed - datetime string to Python datetime.datetime - - Params - - - fmt - format to be passed to datetime.strptime (default= ``"%Y-%m-%dT%H:%M:%S.%f"``) - - Example:: - - dt_expr = pyparsing_common.iso8601_datetime.copy() - dt_expr.setParseAction(pyparsing_common.convertToDatetime()) - print(dt_expr.parseString("1999-12-31T23:59:59.999")) - - prints:: - - [datetime.datetime(1999, 12, 31, 23, 59, 59, 999000)] - """ - def cvt_fn(s,l,t): - try: - return datetime.strptime(t[0], fmt) - except ValueError as ve: - raise ParseException(s, l, str(ve)) - return cvt_fn - - iso8601_date = Regex(r'(?P<year>\d{4})(?:-(?P<month>\d\d)(?:-(?P<day>\d\d))?)?').setName("ISO8601 date") - "ISO8601 date (``yyyy-mm-dd``)" - - iso8601_datetime = Regex(r'(?P<year>\d{4})-(?P<month>\d\d)-(?P<day>\d\d)[T ](?P<hour>\d\d):(?P<minute>\d\d)(:(?P<second>\d\d(\.\d*)?)?)?(?P<tz>Z|[+-]\d\d:?\d\d)?').setName("ISO8601 datetime") - "ISO8601 datetime (``yyyy-mm-ddThh:mm:ss.s(Z|+-00:00)``) - trailing seconds, milliseconds, and timezone optional; accepts separating ``'T'`` or ``' '``" - - uuid = Regex(r'[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}').setName("UUID") - "UUID (``xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx``)" - - _html_stripper = anyOpenTag.suppress() | anyCloseTag.suppress() - @staticmethod - def stripHTMLTags(s, l, tokens): - """Parse action to remove HTML tags from web page HTML source - - Example:: - - # strip HTML links from normal text - text = '<td>More info at the <a href="https://github.com/pyparsing/pyparsing/wiki">pyparsing</a> wiki page</td>' - td,td_end = makeHTMLTags("TD") - table_text = td + SkipTo(td_end).setParseAction(pyparsing_common.stripHTMLTags)("body") + td_end - print(table_text.parseString(text).body) - - Prints:: - - More info at the pyparsing wiki page - """ - return pyparsing_common._html_stripper.transformString(tokens[0]) - - _commasepitem = Combine(OneOrMore(~Literal(",") + ~LineEnd() + Word(printables, excludeChars=',') - + Optional( White(" \t") ) ) ).streamline().setName("commaItem") - comma_separated_list = delimitedList( Optional( quotedString.copy() | _commasepitem, default="") ).setName("comma separated list") - """Predefined expression of 1 or more printable words or quoted strings, separated by commas.""" - - upcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).upper())) - """Parse action to convert tokens to upper case.""" - - downcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).lower())) - """Parse action to convert tokens to lower case.""" - - -class _lazyclassproperty(object): - 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] - - -class unicode_set(object): - """ - 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``, such as:: - - _ranges = [(0x0020, 0x007e), (0x00a0, 0x00ff),] - - A unicode set can also be defined using multiple inheritance of other unicode sets:: - - class CJK(Chinese, Japanese, Korean): - pass - """ - _ranges = [] - - @classmethod - def _get_chars_for_ranges(cls): - ret = [] - for cc in cls.__mro__: - if cc is unicode_set: - break - for rr in cc._ranges: - ret.extend(range(rr[0], rr[-1]+1)) - return [unichr(c) for c in sorted(set(ret))] - - @_lazyclassproperty - def printables(cls): - "all non-whitespace characters in this range" - return u''.join(filterfalse(unicode.isspace, cls._get_chars_for_ranges())) - - @_lazyclassproperty - def alphas(cls): - "all alphabetic characters in this range" - return u''.join(filter(unicode.isalpha, cls._get_chars_for_ranges())) - - @_lazyclassproperty - def nums(cls): - "all numeric digit characters in this range" - return u''.join(filter(unicode.isdigit, cls._get_chars_for_ranges())) - - @_lazyclassproperty - def alphanums(cls): - "all alphanumeric characters in this range" - return cls.alphas + cls.nums - - -class pyparsing_unicode(unicode_set): - """ - A namespace class for defining common language unicode_sets. - """ - _ranges = [(32, sys.maxunicode)] - - class Latin1(unicode_set): - "Unicode set for Latin-1 Unicode Character Range" - _ranges = [(0x0020, 0x007e), (0x00a0, 0x00ff),] - - class LatinA(unicode_set): - "Unicode set for Latin-A Unicode Character Range" - _ranges = [(0x0100, 0x017f),] - - class LatinB(unicode_set): - "Unicode set for Latin-B Unicode Character Range" - _ranges = [(0x0180, 0x024f),] - - class Greek(unicode_set): - "Unicode set for Greek Unicode Character Ranges" - _ranges = [ - (0x0370, 0x03ff), (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), - ] - - class Cyrillic(unicode_set): - "Unicode set for Cyrillic Unicode Character Range" - _ranges = [(0x0400, 0x04ff)] - - class Chinese(unicode_set): - "Unicode set for Chinese Unicode Character Range" - _ranges = [(0x4e00, 0x9fff), (0x3000, 0x303f), ] - - class Japanese(unicode_set): - "Unicode set for Japanese Unicode Character Range, combining Kanji, Hiragana, and Katakana ranges" - _ranges = [ ] - - class Kanji(unicode_set): - "Unicode set for Kanji Unicode Character Range" - _ranges = [(0x4E00, 0x9Fbf), (0x3000, 0x303f), ] - - class Hiragana(unicode_set): - "Unicode set for Hiragana Unicode Character Range" - _ranges = [(0x3040, 0x309f), ] - - class Katakana(unicode_set): - "Unicode set for Katakana Unicode Character Range" - _ranges = [(0x30a0, 0x30ff), ] - - class Korean(unicode_set): - "Unicode set for Korean Unicode Character Range" - _ranges = [(0xac00, 0xd7af), (0x1100, 0x11ff), (0x3130, 0x318f), (0xa960, 0xa97f), (0xd7b0, 0xd7ff), (0x3000, 0x303f), ] - - class CJK(Chinese, Japanese, Korean): - "Unicode set for combined Chinese, Japanese, and Korean (CJK) Unicode Character Range" - pass - - class Thai(unicode_set): - "Unicode set for Thai Unicode Character Range" - _ranges = [(0x0e01, 0x0e3a), (0x0e3f, 0x0e5b), ] - - class Arabic(unicode_set): - "Unicode set for Arabic Unicode Character Range" - _ranges = [(0x0600, 0x061b), (0x061e, 0x06ff), (0x0700, 0x077f), ] - - class Hebrew(unicode_set): - "Unicode set for Hebrew Unicode Character Range" - _ranges = [(0x0590, 0x05ff), ] - - class Devanagari(unicode_set): - "Unicode set for Devanagari Unicode Character Range" - _ranges = [(0x0900, 0x097f), (0xa8e0, 0xa8ff)] - -pyparsing_unicode.Japanese._ranges = (pyparsing_unicode.Japanese.Kanji._ranges - + pyparsing_unicode.Japanese.Hiragana._ranges - + pyparsing_unicode.Japanese.Katakana._ranges) - -# define ranges in language character sets -if PY_3: - setattr(pyparsing_unicode, "العربية", pyparsing_unicode.Arabic) - setattr(pyparsing_unicode, "中文", pyparsing_unicode.Chinese) - setattr(pyparsing_unicode, "кириллица", pyparsing_unicode.Cyrillic) - setattr(pyparsing_unicode, "Ελληνικά", pyparsing_unicode.Greek) - setattr(pyparsing_unicode, "עִברִית", pyparsing_unicode.Hebrew) - setattr(pyparsing_unicode, "日本語", pyparsing_unicode.Japanese) - setattr(pyparsing_unicode.Japanese, "漢字", pyparsing_unicode.Japanese.Kanji) - setattr(pyparsing_unicode.Japanese, "カタカナ", pyparsing_unicode.Japanese.Katakana) - setattr(pyparsing_unicode.Japanese, "ひらがな", pyparsing_unicode.Japanese.Hiragana) - setattr(pyparsing_unicode, "한국어", pyparsing_unicode.Korean) - setattr(pyparsing_unicode, "ไทย", pyparsing_unicode.Thai) - setattr(pyparsing_unicode, "देवनागरी", pyparsing_unicode.Devanagari) - - -if __name__ == "__main__": - - selectToken = CaselessLiteral("select") - fromToken = CaselessLiteral("from") - - ident = Word(alphas, alphanums + "_$") - - columnName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) - columnNameList = Group(delimitedList(columnName)).setName("columns") - columnSpec = ('*' | columnNameList) - - tableName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) - tableNameList = Group(delimitedList(tableName)).setName("tables") - - simpleSQL = selectToken("command") + columnSpec("columns") + fromToken + tableNameList("tables") - - # demo runTests method, including embedded comments in test string - simpleSQL.runTests(""" - # '*' as column list and dotted table name - select * from SYS.XYZZY - - # caseless match on "SELECT", and casts back to "select" - SELECT * from XYZZY, ABC - - # list of column names, and mixed case SELECT keyword - Select AA,BB,CC from Sys.dual - - # multiple tables - Select A, B, C from Sys.dual, Table2 - - # invalid SELECT keyword - should fail - Xelect A, B, C from Sys.dual - - # incomplete command - should fail - Select - - # invalid column name - should fail - Select ^^^ frox Sys.dual - - """) - - pyparsing_common.number.runTests(""" - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - """) - - # any int or real number, returned as float - pyparsing_common.fnumber.runTests(""" - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - """) - - pyparsing_common.hex_integer.runTests(""" - 100 - FF - """) - - import uuid - pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID)) - pyparsing_common.uuid.runTests(""" - 12345678-1234-5678-1234-567812345678 - """) diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/__init__.py b/lib/python3.8/site-packages/pip/_vendor/pytoml/__init__.py deleted file mode 100644 index 8ed060f..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pytoml/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -from .core import TomlError -from .parser import load, loads -from .test import translate_to_test -from .writer import dump, dumps \ No newline at end of file diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 68f6e29306068224a13ac892d5825f0fe9667686..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 337 zcmYjMu};J=3~k!9*PeP3h_C2ybV35DLM*H-z>+1ZNF*X9P2}V_9Sbv`!Y^fI;un~( zJ7LK$@A<`!^Ss+_3yja33;BWPH;MmIqPWA16M`xfvxQ@VG2*2yT_q~V1z&Y#YuAWo z<=k#uD_Yly4t4!l49yS25d+KJlXvzWz{5~xZvCusO&HNTPcSdh&PmJUWzsRx9d&Ra z*M#w5*k=CXK?7};n=nJv02K=0RN>SF^=cl$Bs3c`Hwa$^^u!5%r!l!O1{3yXiD|ZW w|8B1RQNLbMaZUNA7v*6Lr-UnyQkumiDKEn*x0CbgVD&A1D$)x*J7Ycj12+s+UH||9 diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/core.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/core.cpython-38.pyc deleted file mode 100644 index 87ca670785c3580b72cb67e36d53a808eea2c5a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 914 zcmbVKOK%e~5FYP(A1z5G3I~o<;?R|7azbhmLX{BWmIIGVF4k)8z()JR-hi5HPV~aR zXpj9%zVZ{eAt5p2DA5LSVpcPr@z|bkzS$4M;US=Wzjz>iGk_ly^o3(^iE19Ac>@w8 zyGB*;&7U&qy@SNhFtaBfMwh7O2^s}>4yK;O)7LQdr7t<ITm~}4HINa$5!-|Jby>XD zy4G2Mx3)rlg!&5AjL@`j!#e0#=XHL^Zv#d?2oGZrKJJ0w9Y-5Tz=zo+3GLwRqH6O} zx#w*xL|)~s5H>26G3iHTd68Gj`dMArc$OEcN=ualmK#;fG%=tFhYraQnmf=3xcoXF zw`DVK^5!hBOq&+P*)l(`zp78qXw#|qqAFSIadXvTgX65$YSdh5AFmTl#<9<iS?Ipy z@s5Vk7G{QH*$Mds!}0M59m#H>gE?|AM+WBD|D4})?A)6yk5=o`)%xk<)jD}jCa~eG z)@9ndCVD+li+4=NxVXkPhM?I<2-9jIs9!^ffi3U%LAvb!V?5ctb-Fsy1okhRB!Rw% zW&bq?J)i_Z>mkPZYSkcQN^T+V@w!RVpMhs-*7z?R3Q^W_QIJ0n;`1UcHW@c6J){~( qyF&XVHBE)o&}d>7N3rkrCW)tsGZ*x5y6cYK_{FB`OS=9O75)JKBE290 diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/parser.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/parser.cpython-38.pyc deleted file mode 100644 index bb57d8da6f212240be4795b794f3a3d434b2500f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10111 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/test.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/test.cpython-38.pyc deleted file mode 100644 index 72a118c5337175dca062fc36580ccbe862a00ac2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1216 zcmah|J8u&~5Z>K;_<XVRB8mhGB1llUhz*JmNfbp$geFCb1O!;1({Z~tNAAV$I>e6M z#A%>Iv=j+l{sTXPdP}JC7m$#cy-SD#1$&ygo0*;2@0;0sQmwiO*8Alv-Y)~8AKDmQ z4j2zW#1<%uD2`AQQ9_Lf$D~Ox>di2NnJv<^n9WM?cAlbS&P1%d<MMTk^ur7tZ930U zLY^UNQtJ>kU5d9+%|3;?X!8_<u3<IaN_p%{kGF!w#l_`7yU!Pa4-@1ei1-dlqCS#% zNcbGZlpKO}M2^uq8baYbW<cyQHK?g$+CRX3#5Z(|T33tQjXvzAb|2HyXL6QjzA+&) zp^mirkTnvq!T*7lp~?Yu6GF#EVkL-up%v-;l~V@)S6ZdxM{XY-k5(Il$TvCxXo|Bd zbh6kp#0QunXwTH<r53=1kOi`>TW}3j2vlB9zaRrVAbkwP$Pj-bZ_RCVf=;lSlH5;3 z<V)ts)RRoenxRPjj>0<%?{eMET>V^X$T(|cVYUz^Li$m(&<mH+ckJ~&?aam7WeH7r zBkRgEjvBgHJ?koWm4<-~(l}eIYE(8T8y<psxBof4z8a;0ABna4Mb;&P=QGX;&OoWQ zCRiD0YIul0=F|$@x(_wNOYl;7?}7{07aCwip(tQYfGsrD|AYFI!}Y~eme0B0tr2C) zZpM_g>qi}?918uEVa$~IDorB@a`0L$;KfuaOeAYF4tA9KvS;tF)bHLOC|gJ#ChgvA zCt-UT3nZiSdAXJO{hNGHt134XdGC_|3hSOKE0io2%G9X%6aeCS{(M?Pb3Hi7)3Agx zAk1gA*Dih^RrQMF&NfuGI*A7Si1U;~&&ql)_W$Y`*P|N)5w}1g?BZ#VanL4laRt84 zJuaSvZx`nowXqzVvN|%1L;>+S<f~FA34@d}enVRZ-~}pa(&ls8E^qp0fbuFMSn^w$ c57AkTQ`(8xnx2N31m)lgAs95EF|kX21IYL%egFUf diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/utils.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/utils.cpython-38.pyc deleted file mode 100644 index a991c021cde1caa62f4c6d9b65729465475c3f44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2126 zcmZ`)UvC>l5Z~E5pU+N{x@|}cDpCbCiWTgnNfFelXao=Br4drf119KXdC#pI|6^}c zTIcQor6BPw?8kfqKFhxHl&{byezR9Me@f4q+1;7jnVXs4jDK2OEDJn;Ke!S75eV@w zAI?8M4%?t)2TTb?ebLHSYEev6spO1Wp7NCcTC{vsPyyD0Dyk4`@Pkk#Remj0ITp{0 z$6hN`v?po{r?4h=CqJ(4tE2l_t<LM_+4|(|xp`?_-EZuxwc4ZAN6l8c`pa7V*Zki6 zy;_IZ@Y_dX^+4Z)l2tGxrj&{qWt5V>o$}Yy43Yy+-%(;u7%!z`{yw>@*-*{5W!>#; zZEZb>bZiTQw&^^xg{OLSIJT8>TPJaJrmsm$FDwmCgbs1}&4YC_7_X0e<9ctHn0CKk zpY*;N{T@I2iiM7%7x7Sy^!oUf84ddDho;w08sk@X@q%sCMI>xeP?@fiPnv6XAygJD zfLy5mU}J<qU{g7B#rjizERH3@7E_N4rZ<c~-yc&ZhraSM=_Ee1FWp^~bVjOhELE_a zTk}*gm)sPYX9^~m7L}KJte;8P@rRYURC&21rTri)WFiZ)Vism4+zHY`D$*b=reRuw zC#k|^aZIT{3z7QL?kUH6S_E@NIOWJsIl$A0%t~Or?eDINT4=pNdu+Yl(AdBgCDDvm zTj=&jZDUK(linb1jfSxeRolb{CtG5!;=XCu%9@>6(x_~&qeqsWT4^ShURhF>b}T)% zwC9SMGj^>DU{^rNGMJzh)TAPPS*E+RA}g{&?u`r8VGwdqt~!5VgG`H=U>GWKP||mh z1%PpeEGYU!4AE3hCl93F<jM>icvBwudRzH8l~n=Nq6Jt`!PHB!=X=ao#LQLlxvvep zpb-IZc@yAvr*M8^xFgs4D!#_0*;4Bbt-Yc8q;j;89o=hgY-Y`)O<pF;)t~FtLA|P; zRCk)y$Ia?qquQNZdrw*mZ0XQ+M%``_8+{$7?V=e0`cV>hMnjd@pgYp&BD>%co=a_* z7~SQv)I7~;vOZg|L2}sb_Fi7fzg@~r%p31hTu5$#2@2`93@LErQ-E>=v?TQ!bRB-- z{KK<h8<czr7K;`N(ZV!P5>xAg(@d3+w6gvPS2}E9{_vj3)t8Z)qSGRD-kvz2-4n9K zD9;H-grCIyt_|Mih_QW!EgMErZ`d<YbPw{xxuD7QcQ9_u)$e)dY300g{!;NAo;63N z>tH8RuVb-NnM=vkcOkzIn)|wO=IdP{KkST~jf2cxxmY$Ky5z)qDluQ5bFz5m1ey!x zxw)8JEIZh6EK|Z11HOTIbjE?upP?s!df=ZYm(P2r_t6QyqGfRl8daFe)Jq|oc_>?O z4(s}JSk|9`O_q+bqh<pj&p8m-U|p5j7htu5%bnh0fg2Z|juT7IE(aNy$*?_$n|Lp& zfC*XxAbkoYh_2A2au#*|>Ta#b1?O8)WXn-B7^%ZP@2^DBZ-?!EuF;GIS18Su(wxb2 z&Ry2sU}9KqfZSh2NTJ6+2i96iuRviX{=|x%(O}%`$C}aQ{z%-sa$RB(L~n@xVpIR; Z!-fy@kNlPam+%;bBUzSV5MB#!{0C}I#Q*>R diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/writer.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/pytoml/__pycache__/writer.cpython-38.pyc deleted file mode 100644 index ded6baff313fca55d9106def5fe322e55ce02991..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3557 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 F{{{G<7BBz+ diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/core.py b/lib/python3.8/site-packages/pip/_vendor/pytoml/core.py deleted file mode 100644 index c182734..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pytoml/core.py +++ /dev/null @@ -1,13 +0,0 @@ -class TomlError(RuntimeError): - def __init__(self, message, line, col, filename): - RuntimeError.__init__(self, message, line, col, filename) - self.message = message - self.line = line - self.col = col - self.filename = filename - - def __str__(self): - return '{}({}, {}): {}'.format(self.filename, self.line, self.col, self.message) - - def __repr__(self): - return 'TomlError({!r}, {!r}, {!r}, {!r})'.format(self.message, self.line, self.col, self.filename) diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/parser.py b/lib/python3.8/site-packages/pip/_vendor/pytoml/parser.py deleted file mode 100644 index 3493aa6..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pytoml/parser.py +++ /dev/null @@ -1,341 +0,0 @@ -import string, re, sys, datetime -from .core import TomlError -from .utils import rfc3339_re, parse_rfc3339_re - -if sys.version_info[0] == 2: - _chr = unichr -else: - _chr = chr - -def load(fin, translate=lambda t, x, v: v, object_pairs_hook=dict): - return loads(fin.read(), translate=translate, object_pairs_hook=object_pairs_hook, filename=getattr(fin, 'name', repr(fin))) - -def loads(s, filename='<string>', translate=lambda t, x, v: v, object_pairs_hook=dict): - if isinstance(s, bytes): - s = s.decode('utf-8') - - s = s.replace('\r\n', '\n') - - root = object_pairs_hook() - tables = object_pairs_hook() - scope = root - - src = _Source(s, filename=filename) - ast = _p_toml(src, object_pairs_hook=object_pairs_hook) - - def error(msg): - raise TomlError(msg, pos[0], pos[1], filename) - - def process_value(v, object_pairs_hook): - kind, text, value, pos = v - if kind == 'str' and value.startswith('\n'): - value = value[1:] - if kind == 'array': - if value and any(k != value[0][0] for k, t, v, p in value[1:]): - error('array-type-mismatch') - value = [process_value(item, object_pairs_hook=object_pairs_hook) for item in value] - elif kind == 'table': - value = object_pairs_hook([(k, process_value(value[k], object_pairs_hook=object_pairs_hook)) for k in value]) - return translate(kind, text, value) - - for kind, value, pos in ast: - if kind == 'kv': - k, v = value - if k in scope: - error('duplicate_keys. Key "{0}" was used more than once.'.format(k)) - scope[k] = process_value(v, object_pairs_hook=object_pairs_hook) - else: - is_table_array = (kind == 'table_array') - cur = tables - for name in value[:-1]: - if isinstance(cur.get(name), list): - d, cur = cur[name][-1] - else: - d, cur = cur.setdefault(name, (None, object_pairs_hook())) - - scope = object_pairs_hook() - name = value[-1] - if name not in cur: - if is_table_array: - cur[name] = [(scope, object_pairs_hook())] - else: - cur[name] = (scope, object_pairs_hook()) - elif isinstance(cur[name], list): - if not is_table_array: - error('table_type_mismatch') - cur[name].append((scope, object_pairs_hook())) - else: - if is_table_array: - error('table_type_mismatch') - old_scope, next_table = cur[name] - if old_scope is not None: - error('duplicate_tables') - cur[name] = (scope, next_table) - - def merge_tables(scope, tables): - if scope is None: - scope = object_pairs_hook() - for k in tables: - if k in scope: - error('key_table_conflict') - v = tables[k] - if isinstance(v, list): - scope[k] = [merge_tables(sc, tbl) for sc, tbl in v] - else: - scope[k] = merge_tables(v[0], v[1]) - return scope - - return merge_tables(root, tables) - -class _Source: - def __init__(self, s, filename=None): - self.s = s - self._pos = (1, 1) - self._last = None - self._filename = filename - self.backtrack_stack = [] - - def last(self): - return self._last - - def pos(self): - return self._pos - - def fail(self): - return self._expect(None) - - def consume_dot(self): - if self.s: - self._last = self.s[0] - self.s = self[1:] - self._advance(self._last) - return self._last - return None - - def expect_dot(self): - return self._expect(self.consume_dot()) - - def consume_eof(self): - if not self.s: - self._last = '' - return True - return False - - def expect_eof(self): - return self._expect(self.consume_eof()) - - def consume(self, s): - if self.s.startswith(s): - self.s = self.s[len(s):] - self._last = s - self._advance(s) - return True - return False - - def expect(self, s): - return self._expect(self.consume(s)) - - def consume_re(self, re): - m = re.match(self.s) - if m: - self.s = self.s[len(m.group(0)):] - self._last = m - self._advance(m.group(0)) - return m - return None - - def expect_re(self, re): - return self._expect(self.consume_re(re)) - - def __enter__(self): - self.backtrack_stack.append((self.s, self._pos)) - - def __exit__(self, type, value, traceback): - if type is None: - self.backtrack_stack.pop() - else: - self.s, self._pos = self.backtrack_stack.pop() - return type == TomlError - - def commit(self): - self.backtrack_stack[-1] = (self.s, self._pos) - - def _expect(self, r): - if not r: - raise TomlError('msg', self._pos[0], self._pos[1], self._filename) - return r - - def _advance(self, s): - suffix_pos = s.rfind('\n') - if suffix_pos == -1: - self._pos = (self._pos[0], self._pos[1] + len(s)) - else: - self._pos = (self._pos[0] + s.count('\n'), len(s) - suffix_pos) - -_ews_re = re.compile(r'(?:[ \t]|#[^\n]*\n|#[^\n]*\Z|\n)*') -def _p_ews(s): - s.expect_re(_ews_re) - -_ws_re = re.compile(r'[ \t]*') -def _p_ws(s): - s.expect_re(_ws_re) - -_escapes = { 'b': '\b', 'n': '\n', 'r': '\r', 't': '\t', '"': '"', - '\\': '\\', 'f': '\f' } - -_basicstr_re = re.compile(r'[^"\\\000-\037]*') -_short_uni_re = re.compile(r'u([0-9a-fA-F]{4})') -_long_uni_re = re.compile(r'U([0-9a-fA-F]{8})') -_escapes_re = re.compile(r'[btnfr\"\\]') -_newline_esc_re = re.compile('\n[ \t\n]*') -def _p_basicstr_content(s, content=_basicstr_re): - res = [] - while True: - res.append(s.expect_re(content).group(0)) - if not s.consume('\\'): - break - if s.consume_re(_newline_esc_re): - pass - elif s.consume_re(_short_uni_re) or s.consume_re(_long_uni_re): - v = int(s.last().group(1), 16) - if 0xd800 <= v < 0xe000: - s.fail() - res.append(_chr(v)) - else: - s.expect_re(_escapes_re) - res.append(_escapes[s.last().group(0)]) - return ''.join(res) - -_key_re = re.compile(r'[0-9a-zA-Z-_]+') -def _p_key(s): - with s: - s.expect('"') - r = _p_basicstr_content(s, _basicstr_re) - s.expect('"') - return r - if s.consume('\''): - if s.consume('\'\''): - r = s.expect_re(_litstr_ml_re).group(0) - s.expect('\'\'\'') - else: - r = s.expect_re(_litstr_re).group(0) - s.expect('\'') - return r - return s.expect_re(_key_re).group(0) - -_float_re = re.compile(r'[+-]?(?:0|[1-9](?:_?\d)*)(?:\.\d(?:_?\d)*)?(?:[eE][+-]?(?:\d(?:_?\d)*))?') - -_basicstr_ml_re = re.compile(r'(?:""?(?!")|[^"\\\000-\011\013-\037])*') -_litstr_re = re.compile(r"[^'\000\010\012-\037]*") -_litstr_ml_re = re.compile(r"(?:(?:|'|'')(?:[^'\000-\010\013-\037]))*") -def _p_value(s, object_pairs_hook): - pos = s.pos() - - if s.consume('true'): - return 'bool', s.last(), True, pos - if s.consume('false'): - return 'bool', s.last(), False, pos - - if s.consume('"'): - if s.consume('""'): - r = _p_basicstr_content(s, _basicstr_ml_re) - s.expect('"""') - else: - r = _p_basicstr_content(s, _basicstr_re) - s.expect('"') - return 'str', r, r, pos - - if s.consume('\''): - if s.consume('\'\''): - r = s.expect_re(_litstr_ml_re).group(0) - s.expect('\'\'\'') - else: - r = s.expect_re(_litstr_re).group(0) - s.expect('\'') - return 'str', r, r, pos - - if s.consume_re(rfc3339_re): - m = s.last() - return 'datetime', m.group(0), parse_rfc3339_re(m), pos - - if s.consume_re(_float_re): - m = s.last().group(0) - r = m.replace('_','') - if '.' in m or 'e' in m or 'E' in m: - return 'float', m, float(r), pos - else: - return 'int', m, int(r, 10), pos - - if s.consume('['): - items = [] - with s: - while True: - _p_ews(s) - items.append(_p_value(s, object_pairs_hook=object_pairs_hook)) - s.commit() - _p_ews(s) - s.expect(',') - s.commit() - _p_ews(s) - s.expect(']') - return 'array', None, items, pos - - if s.consume('{'): - _p_ws(s) - items = object_pairs_hook() - if not s.consume('}'): - k = _p_key(s) - _p_ws(s) - s.expect('=') - _p_ws(s) - items[k] = _p_value(s, object_pairs_hook=object_pairs_hook) - _p_ws(s) - while s.consume(','): - _p_ws(s) - k = _p_key(s) - _p_ws(s) - s.expect('=') - _p_ws(s) - items[k] = _p_value(s, object_pairs_hook=object_pairs_hook) - _p_ws(s) - s.expect('}') - return 'table', None, items, pos - - s.fail() - -def _p_stmt(s, object_pairs_hook): - pos = s.pos() - if s.consume( '['): - is_array = s.consume('[') - _p_ws(s) - keys = [_p_key(s)] - _p_ws(s) - while s.consume('.'): - _p_ws(s) - keys.append(_p_key(s)) - _p_ws(s) - s.expect(']') - if is_array: - s.expect(']') - return 'table_array' if is_array else 'table', keys, pos - - key = _p_key(s) - _p_ws(s) - s.expect('=') - _p_ws(s) - value = _p_value(s, object_pairs_hook=object_pairs_hook) - return 'kv', (key, value), pos - -_stmtsep_re = re.compile(r'(?:[ \t]*(?:#[^\n]*)?\n)+[ \t]*') -def _p_toml(s, object_pairs_hook): - stmts = [] - _p_ews(s) - with s: - stmts.append(_p_stmt(s, object_pairs_hook=object_pairs_hook)) - while True: - s.commit() - s.expect_re(_stmtsep_re) - stmts.append(_p_stmt(s, object_pairs_hook=object_pairs_hook)) - _p_ews(s) - s.expect_eof() - return stmts diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/test.py b/lib/python3.8/site-packages/pip/_vendor/pytoml/test.py deleted file mode 100644 index ec8abfc..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pytoml/test.py +++ /dev/null @@ -1,30 +0,0 @@ -import datetime -from .utils import format_rfc3339 - -try: - _string_types = (str, unicode) - _int_types = (int, long) -except NameError: - _string_types = str - _int_types = int - -def translate_to_test(v): - if isinstance(v, dict): - return { k: translate_to_test(v) for k, v in v.items() } - if isinstance(v, list): - a = [translate_to_test(x) for x in v] - if v and isinstance(v[0], dict): - return a - else: - return {'type': 'array', 'value': a} - if isinstance(v, datetime.datetime): - return {'type': 'datetime', 'value': format_rfc3339(v)} - if isinstance(v, bool): - return {'type': 'bool', 'value': 'true' if v else 'false'} - if isinstance(v, _int_types): - return {'type': 'integer', 'value': str(v)} - if isinstance(v, float): - return {'type': 'float', 'value': '{:.17}'.format(v)} - if isinstance(v, _string_types): - return {'type': 'string', 'value': v} - raise RuntimeError('unexpected value: {!r}'.format(v)) diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/utils.py b/lib/python3.8/site-packages/pip/_vendor/pytoml/utils.py deleted file mode 100644 index 636a680..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pytoml/utils.py +++ /dev/null @@ -1,67 +0,0 @@ -import datetime -import re - -rfc3339_re = re.compile(r'(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(\.\d+)?(?:Z|([+-]\d{2}):(\d{2}))') - -def parse_rfc3339(v): - m = rfc3339_re.match(v) - if not m or m.group(0) != v: - return None - return parse_rfc3339_re(m) - -def parse_rfc3339_re(m): - r = map(int, m.groups()[:6]) - if m.group(7): - micro = float(m.group(7)) - else: - micro = 0 - - if m.group(8): - g = int(m.group(8), 10) * 60 + int(m.group(9), 10) - tz = _TimeZone(datetime.timedelta(0, g * 60)) - else: - tz = _TimeZone(datetime.timedelta(0, 0)) - - y, m, d, H, M, S = r - return datetime.datetime(y, m, d, H, M, S, int(micro * 1000000), tz) - - -def format_rfc3339(v): - offs = v.utcoffset() - offs = int(offs.total_seconds()) // 60 if offs is not None else 0 - - if offs == 0: - suffix = 'Z' - else: - if offs > 0: - suffix = '+' - else: - suffix = '-' - offs = -offs - suffix = '{0}{1:02}:{2:02}'.format(suffix, offs // 60, offs % 60) - - if v.microsecond: - return v.strftime('%Y-%m-%dT%H:%M:%S.%f') + suffix - else: - return v.strftime('%Y-%m-%dT%H:%M:%S') + suffix - -class _TimeZone(datetime.tzinfo): - def __init__(self, offset): - self._offset = offset - - def utcoffset(self, dt): - return self._offset - - def dst(self, dt): - return None - - def tzname(self, dt): - m = self._offset.total_seconds() // 60 - if m < 0: - res = '-' - m = -m - else: - res = '+' - h = m // 60 - m = m - h * 60 - return '{}{:.02}{:.02}'.format(res, h, m) diff --git a/lib/python3.8/site-packages/pip/_vendor/pytoml/writer.py b/lib/python3.8/site-packages/pip/_vendor/pytoml/writer.py deleted file mode 100644 index 73b5089..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/pytoml/writer.py +++ /dev/null @@ -1,106 +0,0 @@ -from __future__ import unicode_literals -import io, datetime, math, string, sys - -from .utils import format_rfc3339 - -if sys.version_info[0] == 3: - long = int - unicode = str - - -def dumps(obj, sort_keys=False): - fout = io.StringIO() - dump(obj, fout, sort_keys=sort_keys) - return fout.getvalue() - - -_escapes = {'\n': 'n', '\r': 'r', '\\': '\\', '\t': 't', '\b': 'b', '\f': 'f', '"': '"'} - - -def _escape_string(s): - res = [] - start = 0 - - def flush(): - if start != i: - res.append(s[start:i]) - return i + 1 - - i = 0 - while i < len(s): - c = s[i] - if c in '"\\\n\r\t\b\f': - start = flush() - res.append('\\' + _escapes[c]) - elif ord(c) < 0x20: - start = flush() - res.append('\\u%04x' % ord(c)) - i += 1 - - flush() - return '"' + ''.join(res) + '"' - - -_key_chars = string.digits + string.ascii_letters + '-_' -def _escape_id(s): - if any(c not in _key_chars for c in s): - return _escape_string(s) - return s - - -def _format_value(v): - if isinstance(v, bool): - return 'true' if v else 'false' - if isinstance(v, int) or isinstance(v, long): - return unicode(v) - if isinstance(v, float): - if math.isnan(v) or math.isinf(v): - raise ValueError("{0} is not a valid TOML value".format(v)) - else: - return repr(v) - elif isinstance(v, unicode) or isinstance(v, bytes): - return _escape_string(v) - elif isinstance(v, datetime.datetime): - return format_rfc3339(v) - elif isinstance(v, list): - return '[{0}]'.format(', '.join(_format_value(obj) for obj in v)) - elif isinstance(v, dict): - return '{{{0}}}'.format(', '.join('{} = {}'.format(_escape_id(k), _format_value(obj)) for k, obj in v.items())) - else: - raise RuntimeError(v) - - -def dump(obj, fout, sort_keys=False): - tables = [((), obj, False)] - - while tables: - name, table, is_array = tables.pop() - if name: - section_name = '.'.join(_escape_id(c) for c in name) - if is_array: - fout.write('[[{0}]]\n'.format(section_name)) - else: - fout.write('[{0}]\n'.format(section_name)) - - table_keys = sorted(table.keys()) if sort_keys else table.keys() - new_tables = [] - has_kv = False - for k in table_keys: - v = table[k] - if isinstance(v, dict): - new_tables.append((name + (k,), v, False)) - elif isinstance(v, list) and v and all(isinstance(o, dict) for o in v): - new_tables.extend((name + (k,), d, True) for d in v) - elif v is None: - # based on mojombo's comment: https://github.com/toml-lang/toml/issues/146#issuecomment-25019344 - fout.write( - '#{} = null # To use: uncomment and replace null with value\n'.format(_escape_id(k))) - has_kv = True - else: - fout.write('{0} = {1}\n'.format(_escape_id(k), _format_value(v))) - has_kv = True - - tables.extend(reversed(new_tables)) - - if (name or has_kv) and tables: - fout.write('\n') diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__init__.py b/lib/python3.8/site-packages/pip/_vendor/requests/__init__.py deleted file mode 100644 index 1d30e3e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/__init__.py +++ /dev/null @@ -1,133 +0,0 @@ -# -*- coding: utf-8 -*- - -# __ -# /__) _ _ _ _ _/ _ -# / ( (- (/ (/ (- _) / _) -# / - -""" -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 - >>> '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": { - "key2": "value2", - "key1": "value1" - }, - ... - } - -The other HTTP methods are supported - see `requests.api`. Full documentation -is at <http://python-requests.org>. - -:copyright: (c) 2017 by Kenneth Reitz. -:license: Apache 2.0, see LICENSE for more details. -""" - -from pip._vendor import urllib3 -from pip._vendor import chardet -import warnings -from .exceptions import RequestsDependencyWarning - - -def check_compatibility(urllib3_version, chardet_version): - urllib3_version = urllib3_version.split('.') - assert urllib3_version != ['dev'] # Verify urllib3 isn't installed from git. - - # Sometimes, urllib3 only reports its version as 16.1. - if len(urllib3_version) == 2: - urllib3_version.append('0') - - # Check urllib3 for compatibility. - major, minor, patch = urllib3_version # noqa: F811 - major, minor, patch = int(major), int(minor), int(patch) - # urllib3 >= 1.21.1, <= 1.25 - assert major == 1 - assert minor >= 21 - assert minor <= 25 - - # Check chardet for compatibility. - major, minor, patch = chardet_version.split('.')[:3] - major, minor, patch = int(major), int(minor), int(patch) - # chardet >= 3.0.2, < 3.1.0 - assert major == 3 - assert minor < 1 - assert patch >= 2 - - -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__) -except (AssertionError, ValueError): - warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " - "version!".format(urllib3.__version__, chardet.__version__), - RequestsDependencyWarning) - -# Attempt to enable urllib3's SNI support, if possible -from pip._internal.utils.compat import WINDOWS -if not WINDOWS: - try: - 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) - -from .__version__ import __title__, __description__, __url__, __version__ -from .__version__ import __build__, __author__, __author_email__, __license__ -from .__version__ import __copyright__, __cake__ - -from . import utils -from . import packages -from .models import Request, Response, PreparedRequest -from .api import request, get, head, post, patch, put, delete, options -from .sessions import session, Session -from .status_codes import codes -from .exceptions import ( - RequestException, Timeout, URLRequired, - TooManyRedirects, HTTPError, ConnectionError, - FileModeWarning, ConnectTimeout, ReadTimeout -) - -# Set default logging handler to avoid "No handler found" warnings. -import logging -from logging import NullHandler - -logging.getLogger(__name__).addHandler(NullHandler()) - -# FileModeWarnings go off per the default. -warnings.simplefilter('default', FileModeWarning, append=True) diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index aef3c20fee848308a1b07f8c5165823c14ffe56d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3464 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc deleted file mode 100644 index 1be37c6aef7428288b49d813d890a0d03034b962..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 511 zcmZ8eO-lnY5KX_gTZ>{3f_Mnt3U;>^1S=vfUJ8N~t(RQF+Qe>fKVmkkbpL?||AF9D zZyx+Ld(=PR*^{%amFk2U-n`+3H_1i4ZX$^LZiBw%5c<fP<p2)#Afp{93=za~B**e3 z&kCf#iloR&q{Pak%qpb93}Ub<sWS5%HEXG%_)W|s9VHvXsdmEv4@RRQz6uo{#J&?m zR<h}8Ee~v4&gQL!zzWqQDR-<+$7&0-okvOiga-lFE<WQzCrQKSz3VxnGGZn$`_dV^ z9D^v?Iu7MjiHWOmr@h<7f8_BBEc5>Oj6a_qUNL~vrkPeL)k1rm(sY$l#-p(kQj0JE zqC#n`JODLHZ@G%*EGRBx;W6M%N}U*1RDjohG4~zuqw>U<2T^u;ozn5b8?*+r&NU2P zkjiY$%2(gkzO<!~EfGZ8@w`?d_QN~w?q%dG!AQVDWiQ^$Ub1G%X=)t$A&WhJRLZ_@ K9ZE6x|9k`eoS&co diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc deleted file mode 100644 index cf77c8ba117b7965e21366c435f69a3d85a5ff5e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1281 zcmZ8h&92lo6t<Jh4=Hza1+2QLyzEG2u7p|%MpacrZwm_$>IJo(O~}OO5<_CA$IhM3 zXxas^>08hxo33~Z-XPnq`U+k3*qKxmj~w}&9G{=>`!bJ@j#5VJ_gh!9y9r}|dE@;R zlkqieyP$_;D<-*&DqcscsE${0ovaeh<RzKN(JQ_h$+4WgVym&7p0Rnl`!hxOxdrR& zB2(G{>b%NYrz)HN_P>>;57AsG30C;m%5BAYs|%-$w!)RU6FGt?$ZBhlV#rl(#d<5g zKh#J!r7B7xp#d$0(E@&P2sKdDIc&TY8W1H^4WJdD+Lpp|OL^-ick}dbPD9S)Zmew9 zY;SZQty@(&r8DcWi~VDi+d`=#qPSssg#5lkJD}v)o;m(9!s9*rHPRou2*sYgj`#cz zPIgM?q(AQ?LW%F*eWxx!i(F6zrJoA3eg=j6OdveXQC48BFz3Q;8}L5YB4Lu#sX?%y zUG7n$h*Z!DSRL{xO(qCU0T(bN@6&)TjP$i~LQ2BH*pz?}(r75CY>wN7cvLDXXFc#% z+&;T=@1AINXv&$2V5SndQ5F{A;(XMl$|`MLt_wg940^P>aVQDhI8+0Va^Ge*9h&K4 z)4DedFH`(Krzfs%P8!u*56P<P`cB<68z{f<&ag8=O&UBIG<NcV#um-CJ9Z}P0q`W! z#4}HmufRqrA4dtl9HkL@Z{gV=mOoEv2UeGK7+AG47ro#+;`VhciBZmeV3K%Dm`k3g z_&I0(_Y;%x8T*mRgcu&}-hKn5y;^Ay>YU(H1o(f97)=5tX}g>zJs@0^Ipzi3v5Pd| zx@^c%dlE%^m}L23B4<QVLh*bd?zh&7H4FhEgI9-VTN@`HZe2;5xgnlV!Y4g*OZ3uM zinTFSxPT)X`_Z=#<|7=_3F+^Fb+g;n0(!-rA{xYrcV2niPju>41>wb<chjNKKxqFs z^5Mq^05bZ_!uRwEd3#PKGahl`h0i!%A@74Z4{gjR-6YGTDYC2^_n&K!RWC5#S)ef7 dd9R%38AHwKm$i{?1z&kZT0c)Ry%wj({{ovsYxw{G diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc deleted file mode 100644 index 1abcd2e495caaea3c5ba922b1e3bcd53a6eb8151..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16944 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 Up3sS#!LjPN&Ii6!Loe?CcelXM-T(jq diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/api.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/api.cpython-38.pyc deleted file mode 100644 index 5e53a4db6c296e95d508d1be4f3d6565b86e18f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6468 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-38.pyc deleted file mode 100644 index 24396d6cc4964eb030c784f1b93e41e491625fb2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8290 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-38.pyc deleted file mode 100644 index e2dcdc1eed69e6879de403688c6f1d57b721337e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 594 zcmY*W!D<vi5bc@l>e8B1exS%fT-eN>1Vs@=5CrjH;w6`+GhMUOWTtwo?nzt^LCDFw zKjG(ionvy!FL<)2cLXh{qO0ils$SKn{e3B-eSdbKeq}=3j>*54$K+LX|0o6{PKC)# z-ehflnr8y{%-(s<hd9IhT3lzDFtcN^ocC`dm1O+fqYu6)k%O04|Cy90we`?C(>Dl= zp=a_CYJ`rlLS{5zu+n`K;LU3oDQsm+9T3iXG7T1RQX?Z+FC8^oaD;I4?MI>*-xa$y zB@+}nU7qU=7E->eVC#C&5xpx~+Q7$Y+7)22DOON91`Y2m^<ThPAK0Gt!8(FeZ#6|O zBatpFJ8F@_Dv_3&psY1*Fg1@7EZH5dg3EE@$4dxqQXD&Y>@-JN%~nnmno;m1Qr^Y2 zi)A*<6LwfA)oM#heOS(i`$`#CDm5H*wky;Hl5w229aqKU<;MS{Ta16^9a{=N1utSf zh2PKDq3zZYdt}K6-84sE?NfJ&^^>ufd?H={z2!RHvgo$M;>GTEFK3a@--}`P;9<VV F{s6WqycPfe diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-38.pyc deleted file mode 100644 index 3ec5236055d7636c8c87280100aea4a4ee377018..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1573 zcmZuwO>^5e5G6&4q9{tTEq~W;n7H{+YRjqJ&ZIM$PG^!!4^BFh_JRwC5+Mr?K+pi> zR5|qCTQB_)?V;!X7F>Jswa1>iOUkL5nj9?OE`a5G!0z{*PUyh%)0h3^m!{+ViO%xl zf%7#C{k!WpnM0h+&1&2gHBxgCd)y-)^)Bk9K^vL7<7D+WHR3OD18}ok6_9}X>My`P zZ;6nEqD|T&B9Z8jj_8uE=#idSAuD2)tco?VR%UPVzUY&_SSRaZgKUURvMIL6Ryh~& zZLvdk7A$tjF63_UkHj9?D`O$w7yD$t#BKhuxI^xUn8e~Pxhw9Gd#*zd$R{xF(+A{$ zJ|qw6BRZguCm#6}(WFKW^FL_wXIK3OnInGmKPJffLnSxtI(&%iZdKLg$KnauEt$3W zXG@Gv-ZSn2<B}!(dxf7avwzS0fZhl8V1X;Le+*yXK5@xm=Dl_XtM4vDMK5Pm8$BFL zQKTmP@xM<Pem7-07BZW08c)+a<5b5?6jGVE+QLSRGc%8w){rS4QS+A4JpOiWrZSID zV%QTdoYP@=jm0x?ZF4+LRYuLr>ly^Ev5W>S+qj%bLv3@GS0F4uNx^5@MvGwOwPuRb zd@M6+!*gm1C4XQP79p4?qj`~PZMT=bgyvUF$z0If*v)_UEXM~88$jYBRT}aFn&lO4 z0=|$eFQ;_@f-N%0=tQOGAg5O@OQyyY31`|s$Ul>ig#!v+8^!YTZ(a@RHh7+Lo{l(( zJWGoL!nS)hGZ?w?+ppkY6wO|+u^EJ_3rC}RXjagyqG_RNpz+Z_V>&88vj%3+P<_PM zxT=jNLel{QWLje>-!OWSs)4I^Fy^UEoZmvTje*Z?Gf6TzP7>QLSTRhlXr4)>@TRP% z=WxtdRB0yjgyj=y>##sspXsESpDezowtk^yZhbf<&PKPAEmhpY@>a>H3<{&nc2Www zkpk(h|GZSC)=|U;E^Ut`=X7j<rT#!*DI0_sW!s|}<A&u4I*rlXKn+3lv8u2}sfOOb zyR#mHs;P4curc8>HMWz_1XXODn0W!aI<SDAQ?+oTis`T_pYFn2bepYXp{QNt86kx3 z!%NY&#-!~nF(0O*@vn}0in7rB{p{F?;uvn_h~?TqEgijMPvu)W{Q`sKSX|ffO=}-l zeL5`WHh5Nb@>kez`URMJ5Y>XF??qnJ3jDfz=<T_Y8^DO%ZLjWDZ|H_K-+kiZT=lNk Js+j=R{sRWIxgh`m diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc deleted file mode 100644 index 409b173c79e32fa3578552bf1d8d1ffe07183621..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18795 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc deleted file mode 100644 index ef67f31b3aed6a633fb7be5dad9ed5f5363c0981..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5205 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/help.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/help.cpython-38.pyc deleted file mode 100644 index b49874e2d68337c153f10b35cfb6e8925da3754f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2691 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc deleted file mode 100644 index da20a1ddeda225d812c588f650a3aece84ea8867..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 953 zcmY*Y%We}f6t(A-)KDZI5*vif1}T-AumM4-DiB>%DrzNCHkGQ0J9ZK)lXz;otrAVx zv>P^T_yJh5<afN~8`!Yo+D+B;j_$GN`1;J;<C)K^s{}!Oee*E?8zJ<^-z*1k=pCea z3c%4J;&^}$F^_nBi4G&4@D#?FXI<24%zhIsPELifrae?@WXP9WLCC>S8ah_|v=p?` z>P&KBs2vJgu!<eaQd$W_U+F-8T8PmgM$Ob%F>Vv`{*1|z9fL+#*dV0W)5270VnnaE zK`6ulh+cDaASOaHD>&_IHKvR%l-tBLuZs$3@K*TNKR}v$032GrL>6tM3k<Esdj(!9 z_N57A7t%Zckf=sSWR7b*K;NU2q>Fwb?W<ami`p+-D$c~j1}4D2w;emKI+d)}<-}N4 zmg_V5TAhpGOHYQ(VGCEfb8T@aG~ceKj%;#S*g}n~E&p(n0c0qGYxazbK07UKepS3# zs)Chft9`Shg<ZO{zrWkPd7G<Q3My{(*8clm-M4|TZUPpupD)5c)tj&jX+8qfxXL8* zCj0<9equk<I~I`Ri%35Qa{{-Gj-JeuI;o>RuH$cbp4KUkMk{))PUq3dS{-@EXRo%U zshBN>@P)8&^3=C2)r9FORTCfw5<H@n6osIwPdT%!?V5QGJ(qdD2j<5EVO?X$46|0Z zG8d1;)TO~3x8jG~Z*tk_oaupaiKiS1?uC^llNSCgUMiG4_N_kxKv5GDoIqx{iSI&Y sSo^ctYbCCc=Uf$et{XrEAH&j;w6|CX{pRM?-?HVM4hNgu$>L`A9|h6#8UO$Q diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/models.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/models.cpython-38.pyc deleted file mode 100644 index 1205ae6fa68fc8f4918de055d6e3435e5ff0dce6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23889 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-38.pyc deleted file mode 100644 index 499104425f1ddfbd7b45c7f79e0c7db751751968..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 463 zcmYjMO;5r=5S?iYtrZEzM8d^82U-$iq6r}$JbCb9yfiUQWk*?A+Ok_fxDpTk3qAS^ z{4aa;<X`aQ@@1H0-t4^0n|XV8aNvW9w~M3r%L4dbHoH+a&80~-F~ESKfC!j%1@|mM zW)s#SvdAWDf#fWJume;gcrGu{%yc7{T(Sn1x+eGCBa1n8_(0h<>>jfh$ne!_K;$nK z<ThYgS&95QbYRpTRT$nvv;1Rj!%frH?pO-JA5OKyS(<3K*H0v)VqVF49>fz$StbLG z!Te;GkTe>TDpZgsy+QIsDroL&Tg{YqH;k^WwZ!5r<Hs={=9w(wSeHfCON7#n;HuE> zFk@puO55h4eN`l~P*Yy?wJj*s)p43jdgL!=nHl&5d1&0P;I|tV!#p(JT0Av6AzE{O po=vHLwj@`%`9-)j9sZlnXWHwmZ+FqGR8<3B$wLpTb`_7YhJPI^h8_R_ diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc deleted file mode 100644 index 6599fa53df793491932c8cf349ed167a434b29af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19503 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 YkyB?GONNyxK31HV{88;LF8-bRKln75t^fc4 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc deleted file mode 100644 index 87b723a05e1f39eb5d91dcf70263afee08bdfe2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4149 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 b{-q7P@&?K~&EJf-Q6`W2N%hIPSDXAFRfI2G diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-38.pyc deleted file mode 100644 index 3633971c099ed2ed0c5c6be4d6365d925a8c7180..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4391 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-38.pyc deleted file mode 100644 index eb9e8934b54555e709fa0c53d698cf383bca09aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22160 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/__version__.py b/lib/python3.8/site-packages/pip/_vendor/requests/__version__.py deleted file mode 100644 index 9844f74..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/__version__.py +++ /dev/null @@ -1,14 +0,0 @@ -# .-. .-. .-. . . .-. .-. .-. .-. -# |( |- |.| | | |- `-. | `-. -# ' ' `-' `-`.`-' `-' `-' ' `-' - -__title__ = 'requests' -__description__ = 'Python HTTP for Humans.' -__url__ = 'http://python-requests.org' -__version__ = '2.22.0' -__build__ = 0x022200 -__author__ = 'Kenneth Reitz' -__author_email__ = 'me@kennethreitz.org' -__license__ = 'Apache 2.0' -__copyright__ = 'Copyright 2019 Kenneth Reitz' -__cake__ = u'\u2728 \U0001f370 \u2728' diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/_internal_utils.py b/lib/python3.8/site-packages/pip/_vendor/requests/_internal_utils.py deleted file mode 100644 index 759d9a5..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/_internal_utils.py +++ /dev/null @@ -1,42 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests._internal_utils -~~~~~~~~~~~~~~ - -Provides utility functions that are consumed internally by Requests -which depend on extremely few external helpers (such as compat) -""" - -from .compat import is_py2, builtin_str, 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: - if is_py2: - out = string.encode(encoding) - 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/lib/python3.8/site-packages/pip/_vendor/requests/adapters.py b/lib/python3.8/site-packages/pip/_vendor/requests/adapters.py deleted file mode 100644 index c30e7c9..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/adapters.py +++ /dev/null @@ -1,533 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.adapters -~~~~~~~~~~~~~~~~~ - -This module contains the transport adapters that Requests uses to define -and maintain connections. -""" - -import os.path -import socket - -from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url -from pip._vendor.urllib3.response import HTTPResponse -from pip._vendor.urllib3.util import parse_url -from pip._vendor.urllib3.util import Timeout as TimeoutSauce -from pip._vendor.urllib3.util.retry import Retry -from pip._vendor.urllib3.exceptions import ClosedPoolError -from pip._vendor.urllib3.exceptions import ConnectTimeoutError -from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError -from pip._vendor.urllib3.exceptions import MaxRetryError -from pip._vendor.urllib3.exceptions import NewConnectionError -from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError -from pip._vendor.urllib3.exceptions import ProtocolError -from pip._vendor.urllib3.exceptions import ReadTimeoutError -from pip._vendor.urllib3.exceptions import SSLError as _SSLError -from pip._vendor.urllib3.exceptions import ResponseError -from pip._vendor.urllib3.exceptions import LocationValueError - -from .models import Response -from .compat import urlparse, basestring -from .utils import (DEFAULT_CA_BUNDLE_PATH, extract_zipped_paths, - get_encoding_from_headers, prepend_scheme_if_needed, - get_auth_from_url, urldefragauth, select_proxy) -from .structures import CaseInsensitiveDict -from .cookies import extract_cookies_to_jar -from .exceptions import (ConnectionError, ConnectTimeout, ReadTimeout, SSLError, - ProxyError, RetryError, InvalidSchema, InvalidProxyURL, - InvalidURL) -from .auth import _basic_auth_str - -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(object): - """The Base Transport Adapter""" - - def __init__(self): - super(BaseAdapter, self).__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 <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) <timeouts>` 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 <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(HTTPAdapter, self).__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 <requests.adapters.HTTPAdapter>`. - - :param connections: The number of urllib3 connection pools to cache. - :param maxsize: The maximum number of connections to save in the pool. - :param block: Block when no free connections are available. - :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager. - """ - # save these values for pickling - self._pool_connections = connections - self._pool_maxsize = maxsize - self._pool_block = block - - self.poolmanager = PoolManager(num_pools=connections, maxsize=maxsize, - block=block, strict=True, **pool_kwargs) - - def proxy_manager_for(self, proxy, **proxy_kwargs): - """Return urllib3 ProxyManager for the given proxy. - - This method should not be called from user code, and is only - exposed for use when subclassing the - :class:`HTTPAdapter <requests.adapters.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 <requests.adapters.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 IOError("Could not find a suitable TLS CA certificate bundle, " - "invalid path: {}".format(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 IOError("Could not find the TLS certificate file, " - "invalid path: {}".format(conn.cert_file)) - if conn.key_file and not os.path.exists(conn.key_file): - raise IOError("Could not find the TLS key file, " - "invalid path: {}".format(conn.key_file)) - - def build_response(self, req, resp): - """Builds a :class:`Response <requests.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 <requests.adapters.HTTPAdapter>` - - :param req: The :class:`PreparedRequest <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 <requests.adapters.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 <requests.adapters.HTTPAdapter>`. - - :param request: The :class:`PreparedRequest <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 <requests.adapters.HTTPAdapter>`. - - This should not be called from user code, and is only exposed for use - when subclassing the - :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`. - - :param request: The :class:`PreparedRequest <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 <requests.adapters.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 <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) <timeouts>` 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 as e: - # this may raise a string formatting error. - err = ("Invalid timeout {}. Pass a (connect, read) " - "timeout tuple, or a single float to set " - "both timeouts to the same value".format(timeout)) - raise ValueError(err) - elif isinstance(timeout, TimeoutSauce): - pass - else: - timeout = TimeoutSauce(connect=timeout, read=timeout) - - try: - if not chunked: - resp = conn.urlopen( - method=request.method, - url=url, - body=request.body, - headers=request.headers, - redirect=False, - assert_same_host=False, - preload_content=False, - decode_content=False, - retries=self.max_retries, - timeout=timeout - ) - - # Send the request. - else: - if hasattr(conn, 'proxy_pool'): - conn = conn.proxy_pool - - low_conn = conn._get_conn(timeout=DEFAULT_POOL_TIMEOUT) - - try: - low_conn.putrequest(request.method, - url, - skip_accept_encoding=True) - - for header, value in request.headers.items(): - low_conn.putheader(header, value) - - low_conn.endheaders() - - for i in request.body: - low_conn.send(hex(len(i))[2:].encode('utf-8')) - low_conn.send(b'\r\n') - low_conn.send(i) - low_conn.send(b'\r\n') - low_conn.send(b'0\r\n\r\n') - - # Receive the response from the server - try: - # For Python 2.7, use buffering of HTTP responses - r = low_conn.getresponse(buffering=True) - except TypeError: - # For compatibility with Python 3.3+ - r = low_conn.getresponse() - - resp = HTTPResponse.from_httplib( - r, - pool=conn, - connection=low_conn, - preload_content=False, - decode_content=False - ) - except: - # If we hit any problems here, clean up the connection. - # Then, reraise so that we can handle the actual exception. - low_conn.close() - raise - - except (ProtocolError, socket.error) 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) - else: - raise - - return self.build_response(request, resp) diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/api.py b/lib/python3.8/site-packages/pip/_vendor/requests/api.py deleted file mode 100644 index ef71d07..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/api.py +++ /dev/null @@ -1,158 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -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 <Request>`. - - :param method: method for the new :class:`Request` object. - :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) <timeouts>` 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 <Response>` object - :rtype: requests.Response - - Usage:: - - >>> import requests - >>> req = requests.request('GET', 'https://httpbin.org/get') - <Response [200]> - """ - - # 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 <Response>` object - :rtype: requests.Response - """ - - kwargs.setdefault('allow_redirects', True) - 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 <Response>` object - :rtype: requests.Response - """ - - kwargs.setdefault('allow_redirects', True) - 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. - :return: :class:`Response <Response>` object - :rtype: requests.Response - """ - - kwargs.setdefault('allow_redirects', False) - return request('head', url, **kwargs) - - -def post(url, data=None, json=None, **kwargs): - r"""Sends a POST request. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) json data to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response <Response>` object - :rtype: requests.Response - """ - - return request('post', url, data=data, json=json, **kwargs) - - -def put(url, data=None, **kwargs): - r"""Sends a PUT request. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) json data to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response <Response>` object - :rtype: requests.Response - """ - - return request('put', url, data=data, **kwargs) - - -def patch(url, data=None, **kwargs): - r"""Sends a PATCH request. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) json data to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response <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 <Response>` object - :rtype: requests.Response - """ - - return request('delete', url, **kwargs) diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/auth.py b/lib/python3.8/site-packages/pip/_vendor/requests/auth.py deleted file mode 100644 index bdde51c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/auth.py +++ /dev/null @@ -1,305 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.auth -~~~~~~~~~~~~~ - -This module contains the authentication handlers for Requests. -""" - -import os -import re -import time -import hashlib -import threading -import warnings - -from base64 import b64encode - -from .compat import urlparse, str, basestring -from .cookies import extract_cookies_to_jar -from ._internal_utils import to_native_string -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(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(object): - """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("%s:%s" % (s, d)) - - 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 += '?' + p_parsed.query - - A1 = '%s:%s:%s' % (self.username, realm, self.password) - A2 = '%s:%s' % (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 = '%08x' % self._thread_local.nonce_count - 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('%s:%s:%s' % (HA1, nonce, cnonce)) - - if not qop: - respdig = KD(HA1, "%s:%s" % (nonce, HA2)) - elif qop == 'auth' or 'auth' in qop.split(','): - noncebit = "%s:%s:%s:%s:%s" % ( - 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 = 'username="%s", realm="%s", nonce="%s", uri="%s", ' \ - 'response="%s"' % (self.username, realm, nonce, path, respdig) - if opaque: - base += ', opaque="%s"' % opaque - if algorithm: - base += ', algorithm="%s"' % algorithm - if entdig: - base += ', digest="%s"' % entdig - if qop: - base += ', qop="auth", nc=%s, cnonce="%s"' % (ncvalue, cnonce) - - return 'Digest %s' % (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/requests/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/lib/python3.8/site-packages/pip/_vendor/requests/certs.py b/lib/python3.8/site-packages/pip/_vendor/requests/certs.py deleted file mode 100644 index 06a594e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/certs.py +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -""" -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. -""" -from pip._vendor.certifi import where - -if __name__ == '__main__': - print(where()) diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/compat.py b/lib/python3.8/site-packages/pip/_vendor/requests/compat.py deleted file mode 100644 index 6a86893..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/compat.py +++ /dev/null @@ -1,74 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.compat -~~~~~~~~~~~~~~~ - -This module handles import compatibility issues between Python 2 and -Python 3. -""" - -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. -# try: -# import simplejson as json -# except (ImportError, SyntaxError): -# # simplejson does not support Python 3.2, it throws a SyntaxError -# # because of u'...' Unicode literals. -import json - -# --------- -# Specifics -# --------- - -if is_py2: - from urllib import ( - quote, unquote, quote_plus, unquote_plus, urlencode, getproxies, - proxy_bypass, proxy_bypass_environment, getproxies_environment) - from urlparse import urlparse, urlunparse, urljoin, urlsplit, urldefrag - from urllib2 import parse_http_list - import cookielib - from Cookie import Morsel - from StringIO import StringIO - from collections import Callable, Mapping, MutableMapping, OrderedDict - - - builtin_str = str - bytes = str - str = unicode - basestring = basestring - numeric_types = (int, long, float) - integer_types = (int, long) - -elif is_py3: - from urllib.parse import urlparse, urlunparse, urljoin, urlsplit, urlencode, quote, unquote, quote_plus, unquote_plus, urldefrag - from urllib.request import parse_http_list, getproxies, proxy_bypass, proxy_bypass_environment, getproxies_environment - from http import cookiejar as cookielib - from http.cookies import Morsel - from io import StringIO - from collections import OrderedDict - from collections.abc import Callable, Mapping, MutableMapping - - builtin_str = str - str = str - bytes = bytes - basestring = (str, bytes) - numeric_types = (int, float) - integer_types = (int,) diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/cookies.py b/lib/python3.8/site-packages/pip/_vendor/requests/cookies.py deleted file mode 100644 index 56fccd9..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/cookies.py +++ /dev/null @@ -1,549 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.cookies -~~~~~~~~~~~~~~~~ - -Compatibility code to be able to use `cookielib.CookieJar` with requests. - -requests.utils imports from here, so be careful with imports. -""" - -import copy -import time -import calendar - -from ._internal_utils import to_native_string -from .compat import cookielib, urlparse, urlunparse, Morsel, MutableMapping - -try: - import threading -except ImportError: - import dummy_threading as threading - - -class MockRequest(object): - """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(object): - """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(RequestsCookieJar, self).__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(RequestsCookieJar, self).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(RequestsCookieJar, self).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('name=%r, domain=%r, path=%r' % (name, domain, path)) - - 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('There are multiple cookies with name, %r' % (name)) - toReturn = cookie.value # we will eventually return this as long as no cookie conflict - - if toReturn: - return toReturn - raise KeyError('name=%r, domain=%r, path=%r' % (name, domain, path)) - - 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: - err = 'create_cookie() got unexpected keyword arguments: %s' - raise TypeError(err % 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('max-age: %s must be integer' % morsel['max-age']) - 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/lib/python3.8/site-packages/pip/_vendor/requests/exceptions.py b/lib/python3.8/site-packages/pip/_vendor/requests/exceptions.py deleted file mode 100644 index a91e1fd..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/exceptions.py +++ /dev/null @@ -1,126 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.exceptions -~~~~~~~~~~~~~~~~~~~ - -This module contains the set of Requests' exceptions. -""" -from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError - - -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(RequestException, self).__init__(*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 schema (e.g. http or https) is missing.""" - - -class InvalidSchema(RequestException, ValueError): - """See defaults.py for valid schemas.""" - - -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.""" - pass - - -class FileModeWarning(RequestsWarning, DeprecationWarning): - """A file was opened in text mode, but Requests determined its binary length.""" - pass - - -class RequestsDependencyWarning(RequestsWarning): - """An imported dependency doesn't match the expected version range.""" - pass diff --git a/lib/python3.8/site-packages/pip/_vendor/requests/help.py b/lib/python3.8/site-packages/pip/_vendor/requests/help.py deleted file mode 100644 index 3c3072b..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/help.py +++ /dev/null @@ -1,119 +0,0 @@ -"""Module containing bug report helper(s).""" -from __future__ import print_function - -import json -import platform -import sys -import ssl - -from pip._vendor import idna -from pip._vendor import urllib3 -from pip._vendor import chardet - -from . import __version__ as requests_version - -try: - from pip._vendor.urllib3.contrib import pyopenssl -except ImportError: - pyopenssl = None - OpenSSL = None - cryptography = None -else: - import OpenSSL - import cryptography - - -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 2.7.5 it will return - {'name': 'CPython', 'version': '2.7.5'}. - - 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 = '%s.%s.%s' % (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 IOError: - platform_info = { - 'system': 'Unknown', - 'release': 'Unknown', - } - - implementation_info = _implementation() - urllib3_info = {'version': urllib3.__version__} - chardet_info = {'version': chardet.__version__} - - pyopenssl_info = { - 'version': None, - 'openssl_version': '', - } - if OpenSSL: - pyopenssl_info = { - 'version': OpenSSL.__version__, - 'openssl_version': '%x' % OpenSSL.SSL.OPENSSL_VERSION_NUMBER, - } - cryptography_info = { - 'version': getattr(cryptography, '__version__', ''), - } - idna_info = { - 'version': getattr(idna, '__version__', ''), - } - - system_ssl = ssl.OPENSSL_VERSION_NUMBER - system_ssl_info = { - 'version': '%x' % system_ssl 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, - 'pyOpenSSL': pyopenssl_info, - 'urllib3': urllib3_info, - 'chardet': chardet_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/lib/python3.8/site-packages/pip/_vendor/requests/hooks.py b/lib/python3.8/site-packages/pip/_vendor/requests/hooks.py deleted file mode 100644 index 7a51f21..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/hooks.py +++ /dev/null @@ -1,34 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -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/lib/python3.8/site-packages/pip/_vendor/requests/models.py b/lib/python3.8/site-packages/pip/_vendor/requests/models.py deleted file mode 100644 index 0839957..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/models.py +++ /dev/null @@ -1,953 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.models -~~~~~~~~~~~~~~~ - -This module contains the primary objects that power Requests. -""" - -import datetime -import sys - -# 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/requests/requests/issues/3578. -import encodings.idna - -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 pip._vendor.urllib3.exceptions import ( - DecodeError, ReadTimeoutError, ProtocolError, LocationParseError) - -from io import UnsupportedOperation -from .hooks import default_hooks -from .structures import CaseInsensitiveDict - -from .auth import HTTPBasicAuth -from .cookies import cookiejar_from_dict, get_cookie_header, _copy_cookie_jar -from .exceptions import ( - HTTPError, MissingSchema, InvalidURL, ChunkedEncodingError, - ContentDecodingError, ConnectionError, StreamConsumedError) -from ._internal_utils import to_native_string, unicode_is_ascii -from .utils import ( - guess_filename, get_auth_from_url, requote_uri, - stream_decode_response_unicode, to_key_val_list, parse_header_links, - iter_slices, guess_json_utf, super_len, check_header_validity) -from .compat import ( - Callable, Mapping, - cookielib, urlunparse, urlsplit, urlencode, str, bytes, - is_py2, chardet, builtin_str, basestring) -from .compat import json as complexjson -from .status_codes import codes - -#: 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(object): - @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(object): - def register_hook(self, event, hook): - """Properly register a hook.""" - - if event not in self.hooks: - raise ValueError('Unsupported event specified, with event name "%s"' % (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 <Request>` object. - - Used to prepare a :class:`PreparedRequest <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() - <PreparedRequest [GET]> - """ - - 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 '<Request [%s]>' % (self.method) - - def prepare(self): - """Constructs a :class:`PreparedRequest <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 <PreparedRequest>` object, - containing the exact bytes that will be sent to the server. - - Generated from either a :class:`Request <Request>` object or manually. - - Usage:: - - >>> import requests - >>> req = requests.Request('GET', 'https://httpbin.org/get') - >>> r = req.prepare() - <PreparedRequest [GET]> - - >>> s = requests.Session() - >>> s.send(r) - <Response [200]> - """ - - 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 '<PreparedRequest [%s]>' % (self.method) - - 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/requests/requests/pull/2238 - if isinstance(url, bytes): - url = url.decode('utf8') - else: - url = unicode(url) if is_py2 else 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: - error = ("Invalid URL {0!r}: No schema supplied. Perhaps you meant http://{0}?") - error = error.format(to_native_string(url, 'utf8')) - - raise MissingSchema(error) - - if not host: - raise InvalidURL("Invalid URL %r: No host supplied" % url) - - # 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(u'*'): - raise InvalidURL('URL has an invalid label.') - - # Carefully reconstruct the network location - netloc = auth or '' - if netloc: - netloc += '@' - netloc += host - if port: - netloc += ':' + str(port) - - # Bare domains aren't valid URLs. - if not path: - path = '/' - - if is_py2: - if isinstance(scheme, str): - scheme = scheme.encode('utf-8') - if isinstance(netloc, str): - netloc = netloc.encode('utf-8') - if isinstance(path, str): - path = path.encode('utf-8') - if isinstance(query, str): - query = query.encode('utf-8') - if isinstance(fragment, str): - fragment = fragment.encode('utf-8') - - if isinstance(params, (str, bytes)): - params = to_native_string(params) - - enc_params = self._encode_params(params) - if enc_params: - if query: - query = '%s&%s' % (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' - body = complexjson.dumps(json) - if not isinstance(body, bytes): - body = body.encode('utf-8') - - is_stream = all([ - hasattr(data, '__iter__'), - not isinstance(data, (basestring, list, tuple, Mapping)) - ]) - - try: - length = super_len(data) - except (TypeError, AttributeError, UnsupportedOperation): - length = None - - if is_stream: - 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 (IOError, 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 <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(object): - """The :class:`Response <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 <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 <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 '<Response [%s]>' % (self.status_code) - - 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 chardet library.""" - 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: - for chunk in self.raw.stream(chunk_size, decode_content=True): - yield chunk - except ProtocolError as e: - raise ChunkedEncodingError(e) - except DecodeError as e: - raise ContentDecodingError(e) - except ReadTimeoutError as e: - raise ConnectionError(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("chunk_size must be an int, it is instead a %s." % 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 - - for line in lines: - yield line - - 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 - ``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 str('') - - # 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 ValueError: 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 chardet 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 - return complexjson.loads(self.text, **kwargs) - - @property - def links(self): - """Returns the parsed header links of the response, if any.""" - - header = self.headers.get('link') - - # l = MultiDict() - l = {} - - if header: - links = parse_header_links(header) - - for link in links: - key = link.get('rel') or link.get('url') - l[key] = link - - return l - - def raise_for_status(self): - """Raises stored :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 = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url) - - elif 500 <= self.status_code < 600: - http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, 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/lib/python3.8/site-packages/pip/_vendor/requests/packages.py b/lib/python3.8/site-packages/pip/_vendor/requests/packages.py deleted file mode 100644 index 9582fa7..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/packages.py +++ /dev/null @@ -1,16 +0,0 @@ -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/lib/python3.8/site-packages/pip/_vendor/requests/sessions.py b/lib/python3.8/site-packages/pip/_vendor/requests/sessions.py deleted file mode 100644 index d73d700..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/sessions.py +++ /dev/null @@ -1,770 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.session -~~~~~~~~~~~~~~~~ - -This module provides a Session object to manage and persist settings across -requests (cookies, auth, proxies). -""" -import os -import sys -import time -from datetime import timedelta - -from .auth import _basic_auth_str -from .compat import cookielib, is_py3, OrderedDict, urljoin, urlparse, Mapping -from .cookies import ( - cookiejar_from_dict, extract_cookies_to_jar, RequestsCookieJar, merge_cookies) -from .models import Request, PreparedRequest, DEFAULT_REDIRECT_LIMIT -from .hooks import default_hooks, dispatch_hook -from ._internal_utils import to_native_string -from .utils import to_key_val_list, default_headers, DEFAULT_PORTS -from .exceptions import ( - TooManyRedirects, InvalidSchema, ChunkedEncodingError, ContentDecodingError) - -from .structures import CaseInsensitiveDict -from .adapters import HTTPAdapter - -from .utils import ( - requote_uri, get_environ_proxies, get_netrc_auth, should_bypass_proxies, - get_auth_from_url, rewind_body -) - -from .status_codes import codes - -# formerly defined here, reexposed here for backward compatibility -from .models import REDIRECT_STATI - -# Preferred clock, based on which one is more accurate on a given system. -if sys.platform == 'win32': - try: # Python 3.4+ - preferred_clock = time.perf_counter - except AttributeError: # Earlier than Python 3. - preferred_clock = time.clock -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(object): - - 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. - if is_py3: - 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('Exceeded %s redirects.' % self.max_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 = '%s:%s' % (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/requests/requests/issues/1084 - if resp.status_code not in (codes.temporary_redirect, codes.permanent_redirect): - # https://github.com/requests/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 - try: - del headers['Cookie'] - except KeyError: - pass - - # 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) - - return - - 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 - """ - proxies = proxies if proxies is not None else {} - headers = prepared_request.headers - url = prepared_request.url - scheme = urlparse(url).scheme - new_proxies = proxies.copy() - no_proxy = proxies.get('no_proxy') - - bypass_proxy = should_bypass_proxies(url, no_proxy=no_proxy) - if self.trust_env and not bypass_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) - - if 'Proxy-Authorization' in headers: - del headers['Proxy-Authorization'] - - try: - username, password = get_auth_from_url(new_proxies[scheme]) - except KeyError: - username, password = None, None - - if username and password: - headers['Proxy-Authorization'] = _basic_auth_str(username, password) - - return new_proxies - - def rebuild_method(self, prepared_request, response): - """When being redirected we may want to change the method of the request - based on certain specs or browser behavior. - """ - method = prepared_request.method - - # https://tools.ietf.org/html/rfc7231#section-6.4.4 - if response.status_code == codes.see_other and method != 'HEAD': - method = 'GET' - - # Do what the browsers do, despite standards... - # First, turn 302s into GETs. - if response.status_code == codes.found and method != 'HEAD': - method = 'GET' - - # Second, if a POST is responded to with a 301, turn it into a GET. - # This bizarre behaviour is explained in Issue 1704. - if response.status_code == codes.moved and method == 'POST': - method = 'GET' - - prepared_request.method = method - - -class Session(SessionRedirectMixin): - """A Requests session. - - Provides cookie persistence, connection-pooling, and configuration. - - Basic Usage:: - - >>> import requests - >>> s = requests.Session() - >>> s.get('https://httpbin.org/get') - <Response [200]> - - Or as a context manager:: - - >>> with requests.Session() as s: - >>> s.get('https://httpbin.org/get') - <Response [200]> - """ - - __attrs__ = [ - 'headers', 'cookies', 'auth', 'proxies', 'hooks', 'params', 'verify', - 'cert', 'prefetch', 'adapters', 'stream', 'trust_env', - 'max_redirects', - ] - - def __init__(self): - - #: A case-insensitive dictionary of headers to be sent on each - #: :class:`Request <Request>` sent from this - #: :class:`Session <Session>`. - self.headers = default_headers() - - #: Default Authentication tuple or object to attach to - #: :class:`Request <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 <Request>`. - self.proxies = {} - - #: Event-handling hooks. - self.hooks = default_hooks() - - #: Dictionary of querystring data to attach to each - #: :class:`Request <Request>`. The dictionary values may be lists for - #: representing multivalued query parameters. - self.params = {} - - #: Stream response content default. - self.stream = False - - #: SSL Verification default. - 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 <requests.cookies.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 <PreparedRequest>` for - transmission and returns it. The :class:`PreparedRequest` has settings - merged from the :class:`Request <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 <Request>`, prepares it and sends it. - Returns :class:`Response <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) <timeouts>` 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``. - :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) - kwargs.setdefault('proxies', self.proxies) - - # 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) - - # Redirect resolving generator. - gen = self.resolve_redirects(r, request, **kwargs) - - # Resolve redirects if allowed. - history = [resp for resp in gen] if allow_redirects else [] - - # 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')) - - # 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 {'verify': verify, 'proxies': proxies, 'stream': stream, - '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("No connection adapters were found for '%s'" % url) - - 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/lib/python3.8/site-packages/pip/_vendor/requests/status_codes.py b/lib/python3.8/site-packages/pip/_vendor/requests/status_codes.py deleted file mode 100644 index 813e8c4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/status_codes.py +++ /dev/null @@ -1,120 +0,0 @@ -# -*- coding: utf-8 -*- - -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. - ->>> 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',), # These 2 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('``%s``' % 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/lib/python3.8/site-packages/pip/_vendor/requests/structures.py b/lib/python3.8/site-packages/pip/_vendor/requests/structures.py deleted file mode 100644 index da930e2..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/structures.py +++ /dev/null @@ -1,103 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.structures -~~~~~~~~~~~~~~~~~~~ - -Data structures that power Requests. -""" - -from .compat import OrderedDict, 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(LookupDict, self).__init__() - - def __repr__(self): - return '<lookup \'%s\'>' % (self.name) - - 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/lib/python3.8/site-packages/pip/_vendor/requests/utils.py b/lib/python3.8/site-packages/pip/_vendor/requests/utils.py deleted file mode 100644 index 8170a8d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/requests/utils.py +++ /dev/null @@ -1,977 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -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 .__version__ import __version__ -from . import certs -# to_native_string is unused here, but imported here for backwards compatibility -from ._internal_utils import to_native_string -from .compat import parse_http_list as _parse_list_header -from .compat import ( - quote, urlparse, bytes, str, OrderedDict, unquote, getproxies, - proxy_bypass, urlunparse, basestring, integer_types, is_py3, - proxy_bypass_environment, getproxies_environment, Mapping) -from .cookies import cookiejar_from_dict -from .structures import CaseInsensitiveDict -from .exceptions import ( - InvalidURL, InvalidHeader, FileModeWarning, UnrewindableBodyError) - -NETRC_FILES = ('.netrc', '_netrc') - -DEFAULT_CA_BUNDLE_PATH = certs.where() - -DEFAULT_PORTS = {'http': 80, 'https': 443} - - -if sys.platform == 'win32': - # provide a proxy_bypass version on Windows without DNS lookups - - def proxy_bypass_registry(host): - try: - if is_py3: - import winreg - else: - import _winreg as 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: - return False - if not proxyEnable or not proxyOverride: - return False - - # make a check value list from the registry entry: replace the - # '<local>' 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 == '<local>': - 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: - 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, IOError): - # 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 useable 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, IOError): - 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.""" - - try: - from netrc import netrc, NetrcParseError - - netrc_path = None - - for f in NETRC_FILES: - try: - loc = os.path.expanduser('~/{}'.format(f)) - except KeyError: - # os.path.expanduser can fail when $HOME is undefined and - # getpwuid fails. See https://bugs.python.org/issue20164 & - # https://github.com/requests/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, IOError): - # 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 - - # AppEngine 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) - 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('/')) - if not os.path.exists(extracted_path): - extracted_path = zip_file.extract(member, path=tmp) - - return extracted_path - - -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') - 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') - 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'<meta.*?charset=["\']*(.+?)["\'>]', flags=re.I) - pragma_re = re.compile(r'<meta.*?content=["\']*;?charset=(.+?)["\'>]', 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' - - -def stream_decode_response_unicode(iterator, r): - """Stream decodes a iterator.""" - - if r.encoding is None: - for item in iterator: - yield item - 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("Invalid percent-escape sequence: '%s'" % h) - - if c in UNRESERVED_SET: - parts[i] = c + parts[i][2:] - else: - parts[i] = '%' + parts[i] - else: - parts[i] = '%' + 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 socket.error: - 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 socket.error: - 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). - get_proxy = lambda k: os.environ.get(k) or os.environ.get(k.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 += ':{}'.format(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 default_user_agent(name="python-requests"): - """ - Return a string representing the default user agent. - - :rtype: str - """ - return '%s/%s' % (name, __version__) - - -def default_headers(): - """ - :rtype: requests.structures.CaseInsensitiveDict - """ - return CaseInsensitiveDict({ - 'User-Agent': default_user_agent(), - 'Accept-Encoding': ', '.join(('gzip', 'deflate')), - 'Accept': '*/*', - 'Connection': 'keep-alive', - }) - - -def parse_header_links(value): - """Return a list of parsed link headers proxies. - - i.e. Link: <http:/.../front.jpeg>; rel=front; type="image/jpeg",<http://.../back.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 - """ - scheme, netloc, path, params, query, fragment = urlparse(url, new_scheme) - - # urlparse is a finicky beast, and sometimes decides that there isn't a - # netloc present. Assume that it's being over-cautious, and switch netloc - # and path if urlparse decided there was no netloc. - if not netloc: - netloc, path = path, netloc - - return urlunparse((scheme, netloc, path, params, 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 - - -# Moved outside of function to avoid recompile every call -_CLEAN_HEADER_REGEX_BYTE = re.compile(b'^\\S[^\\r\\n]*$|^$') -_CLEAN_HEADER_REGEX_STR = re.compile(r'^\S[^\r\n]*$|^$') - - -def check_header_validity(header): - """Verifies that header value is a string which doesn't contain - leading whitespace or return characters. This prevents unintended - header injection. - - :param header: tuple, in the format (name, value). - """ - name, value = header - - if isinstance(value, bytes): - pat = _CLEAN_HEADER_REGEX_BYTE - else: - pat = _CLEAN_HEADER_REGEX_STR - try: - if not pat.match(value): - raise InvalidHeader("Invalid return character or leading space in header: %s" % name) - except TypeError: - raise InvalidHeader("Value for header {%s: %s} must be of type str or " - "bytes, not %s" % (name, value, type(value))) - - -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 (IOError, 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/lib/python3.8/site-packages/pip/_vendor/retrying.py b/lib/python3.8/site-packages/pip/_vendor/retrying.py deleted file mode 100644 index 6d1e627..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/retrying.py +++ /dev/null @@ -1,267 +0,0 @@ -## Copyright 2013-2014 Ray Holder -## -## 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. - -import random -from pip._vendor import six -import sys -import time -import traceback - - -# sys.maxint / 2, since Python 3.2 doesn't have a sys.maxint... -MAX_WAIT = 1073741823 - - -def retry(*dargs, **dkw): - """ - Decorator function that instantiates the Retrying object - @param *dargs: positional arguments passed to Retrying object - @param **dkw: keyword arguments passed to the Retrying object - """ - # support both @retry and @retry() as valid syntax - if len(dargs) == 1 and callable(dargs[0]): - def wrap_simple(f): - - @six.wraps(f) - def wrapped_f(*args, **kw): - return Retrying().call(f, *args, **kw) - - return wrapped_f - - return wrap_simple(dargs[0]) - - else: - def wrap(f): - - @six.wraps(f) - def wrapped_f(*args, **kw): - return Retrying(*dargs, **dkw).call(f, *args, **kw) - - return wrapped_f - - return wrap - - -class Retrying(object): - - def __init__(self, - stop=None, wait=None, - stop_max_attempt_number=None, - stop_max_delay=None, - wait_fixed=None, - wait_random_min=None, wait_random_max=None, - wait_incrementing_start=None, wait_incrementing_increment=None, - wait_exponential_multiplier=None, wait_exponential_max=None, - retry_on_exception=None, - retry_on_result=None, - wrap_exception=False, - stop_func=None, - wait_func=None, - wait_jitter_max=None): - - self._stop_max_attempt_number = 5 if stop_max_attempt_number is None else stop_max_attempt_number - self._stop_max_delay = 100 if stop_max_delay is None else stop_max_delay - self._wait_fixed = 1000 if wait_fixed is None else wait_fixed - self._wait_random_min = 0 if wait_random_min is None else wait_random_min - self._wait_random_max = 1000 if wait_random_max is None else wait_random_max - self._wait_incrementing_start = 0 if wait_incrementing_start is None else wait_incrementing_start - self._wait_incrementing_increment = 100 if wait_incrementing_increment is None else wait_incrementing_increment - self._wait_exponential_multiplier = 1 if wait_exponential_multiplier is None else wait_exponential_multiplier - self._wait_exponential_max = MAX_WAIT if wait_exponential_max is None else wait_exponential_max - self._wait_jitter_max = 0 if wait_jitter_max is None else wait_jitter_max - - # TODO add chaining of stop behaviors - # stop behavior - stop_funcs = [] - if stop_max_attempt_number is not None: - stop_funcs.append(self.stop_after_attempt) - - if stop_max_delay is not None: - stop_funcs.append(self.stop_after_delay) - - if stop_func is not None: - self.stop = stop_func - - elif stop is None: - self.stop = lambda attempts, delay: any(f(attempts, delay) for f in stop_funcs) - - else: - self.stop = getattr(self, stop) - - # TODO add chaining of wait behaviors - # wait behavior - wait_funcs = [lambda *args, **kwargs: 0] - if wait_fixed is not None: - wait_funcs.append(self.fixed_sleep) - - if wait_random_min is not None or wait_random_max is not None: - wait_funcs.append(self.random_sleep) - - if wait_incrementing_start is not None or wait_incrementing_increment is not None: - wait_funcs.append(self.incrementing_sleep) - - if wait_exponential_multiplier is not None or wait_exponential_max is not None: - wait_funcs.append(self.exponential_sleep) - - if wait_func is not None: - self.wait = wait_func - - elif wait is None: - self.wait = lambda attempts, delay: max(f(attempts, delay) for f in wait_funcs) - - else: - self.wait = getattr(self, wait) - - # retry on exception filter - if retry_on_exception is None: - self._retry_on_exception = self.always_reject - else: - self._retry_on_exception = retry_on_exception - - # TODO simplify retrying by Exception types - # retry on result filter - if retry_on_result is None: - self._retry_on_result = self.never_reject - else: - self._retry_on_result = retry_on_result - - self._wrap_exception = wrap_exception - - def stop_after_attempt(self, previous_attempt_number, delay_since_first_attempt_ms): - """Stop after the previous attempt >= stop_max_attempt_number.""" - return previous_attempt_number >= self._stop_max_attempt_number - - def stop_after_delay(self, previous_attempt_number, delay_since_first_attempt_ms): - """Stop after the time from the first attempt >= stop_max_delay.""" - return delay_since_first_attempt_ms >= self._stop_max_delay - - def no_sleep(self, previous_attempt_number, delay_since_first_attempt_ms): - """Don't sleep at all before retrying.""" - return 0 - - def fixed_sleep(self, previous_attempt_number, delay_since_first_attempt_ms): - """Sleep a fixed amount of time between each retry.""" - return self._wait_fixed - - def random_sleep(self, previous_attempt_number, delay_since_first_attempt_ms): - """Sleep a random amount of time between wait_random_min and wait_random_max""" - return random.randint(self._wait_random_min, self._wait_random_max) - - def incrementing_sleep(self, previous_attempt_number, delay_since_first_attempt_ms): - """ - Sleep an incremental amount of time after each attempt, starting at - wait_incrementing_start and incrementing by wait_incrementing_increment - """ - result = self._wait_incrementing_start + (self._wait_incrementing_increment * (previous_attempt_number - 1)) - if result < 0: - result = 0 - return result - - def exponential_sleep(self, previous_attempt_number, delay_since_first_attempt_ms): - exp = 2 ** previous_attempt_number - result = self._wait_exponential_multiplier * exp - if result > self._wait_exponential_max: - result = self._wait_exponential_max - if result < 0: - result = 0 - return result - - def never_reject(self, result): - return False - - def always_reject(self, result): - return True - - def should_reject(self, attempt): - reject = False - if attempt.has_exception: - reject |= self._retry_on_exception(attempt.value[1]) - else: - reject |= self._retry_on_result(attempt.value) - - return reject - - def call(self, fn, *args, **kwargs): - start_time = int(round(time.time() * 1000)) - attempt_number = 1 - while True: - try: - attempt = Attempt(fn(*args, **kwargs), attempt_number, False) - except: - tb = sys.exc_info() - attempt = Attempt(tb, attempt_number, True) - - if not self.should_reject(attempt): - return attempt.get(self._wrap_exception) - - delay_since_first_attempt_ms = int(round(time.time() * 1000)) - start_time - if self.stop(attempt_number, delay_since_first_attempt_ms): - if not self._wrap_exception and attempt.has_exception: - # get() on an attempt with an exception should cause it to be raised, but raise just in case - raise attempt.get() - else: - raise RetryError(attempt) - else: - sleep = self.wait(attempt_number, delay_since_first_attempt_ms) - if self._wait_jitter_max: - jitter = random.random() * self._wait_jitter_max - sleep = sleep + max(0, jitter) - time.sleep(sleep / 1000.0) - - attempt_number += 1 - - -class Attempt(object): - """ - An Attempt encapsulates a call to a target function that may end as a - normal return value from the function or an Exception depending on what - occurred during the execution. - """ - - def __init__(self, value, attempt_number, has_exception): - self.value = value - self.attempt_number = attempt_number - self.has_exception = has_exception - - def get(self, wrap_exception=False): - """ - Return the return value of this Attempt instance or raise an Exception. - If wrap_exception is true, this Attempt is wrapped inside of a - RetryError before being raised. - """ - if self.has_exception: - if wrap_exception: - raise RetryError(self) - else: - six.reraise(self.value[0], self.value[1], self.value[2]) - else: - return self.value - - def __repr__(self): - if self.has_exception: - return "Attempts: {0}, Error:\n{1}".format(self.attempt_number, "".join(traceback.format_tb(self.value[2]))) - else: - return "Attempts: {0}, Value: {1}".format(self.attempt_number, self.value) - - -class RetryError(Exception): - """ - A RetryError encapsulates the last Attempt instance right before giving up. - """ - - def __init__(self, last_attempt): - self.last_attempt = last_attempt - - def __str__(self): - return "RetryError[{0}]".format(self.last_attempt) diff --git a/lib/python3.8/site-packages/pip/_vendor/six.py b/lib/python3.8/site-packages/pip/_vendor/six.py deleted file mode 100644 index 89b2188..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/six.py +++ /dev/null @@ -1,952 +0,0 @@ -# Copyright (c) 2010-2018 Benjamin Peterson -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -"""Utilities for writing code that runs on Python 2 and 3""" - -from __future__ import absolute_import - -import functools -import itertools -import operator -import sys -import types - -__author__ = "Benjamin Peterson <benjamin@python.org>" -__version__ = "1.12.0" - - -# Useful for very coarse version differentiation. -PY2 = sys.version_info[0] == 2 -PY3 = sys.version_info[0] == 3 -PY34 = sys.version_info[0:2] >= (3, 4) - -if PY3: - string_types = str, - integer_types = int, - class_types = type, - text_type = str - binary_type = bytes - - MAXSIZE = sys.maxsize -else: - string_types = basestring, - integer_types = (int, long) - class_types = (type, types.ClassType) - text_type = unicode - binary_type = str - - if sys.platform.startswith("java"): - # Jython always uses 32 bits. - MAXSIZE = int((1 << 31) - 1) - else: - # It's possible to have sizeof(long) != sizeof(Py_ssize_t). - class X(object): - - def __len__(self): - return 1 << 31 - try: - len(X()) - except OverflowError: - # 32-bit - MAXSIZE = int((1 << 31) - 1) - else: - # 64-bit - MAXSIZE = int((1 << 63) - 1) - del X - - -def _add_doc(func, doc): - """Add documentation to a function.""" - func.__doc__ = doc - - -def _import_module(name): - """Import module, returning the module after the last dot.""" - __import__(name) - return sys.modules[name] - - -class _LazyDescr(object): - - def __init__(self, name): - self.name = name - - def __get__(self, obj, tp): - result = self._resolve() - setattr(obj, self.name, result) # Invokes __set__. - try: - # This is a bit ugly, but it avoids running this again by - # removing this descriptor. - delattr(obj.__class__, self.name) - except AttributeError: - pass - return result - - -class MovedModule(_LazyDescr): - - def __init__(self, name, old, new=None): - super(MovedModule, self).__init__(name) - if PY3: - if new is None: - new = name - self.mod = new - else: - self.mod = old - - def _resolve(self): - return _import_module(self.mod) - - def __getattr__(self, attr): - _module = self._resolve() - value = getattr(_module, attr) - setattr(self, attr, value) - return value - - -class _LazyModule(types.ModuleType): - - def __init__(self, name): - super(_LazyModule, self).__init__(name) - self.__doc__ = self.__class__.__doc__ - - def __dir__(self): - attrs = ["__doc__", "__name__"] - attrs += [attr.name for attr in self._moved_attributes] - return attrs - - # Subclasses should override this - _moved_attributes = [] - - -class MovedAttribute(_LazyDescr): - - def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): - super(MovedAttribute, self).__init__(name) - if PY3: - if new_mod is None: - new_mod = name - self.mod = new_mod - if new_attr is None: - if old_attr is None: - new_attr = name - else: - new_attr = old_attr - self.attr = new_attr - else: - self.mod = old_mod - if old_attr is None: - old_attr = name - self.attr = old_attr - - def _resolve(self): - module = _import_module(self.mod) - return getattr(module, self.attr) - - -class _SixMetaPathImporter(object): - - """ - A meta path importer to import six.moves and its submodules. - - This class implements a PEP302 finder and loader. It should be compatible - with Python 2.5 and all existing versions of Python3 - """ - - def __init__(self, six_module_name): - self.name = six_module_name - self.known_modules = {} - - def _add_module(self, mod, *fullnames): - for fullname in fullnames: - self.known_modules[self.name + "." + fullname] = mod - - def _get_module(self, fullname): - return self.known_modules[self.name + "." + fullname] - - def find_module(self, fullname, path=None): - if fullname in self.known_modules: - return self - return None - - def __get_module(self, fullname): - try: - return self.known_modules[fullname] - except KeyError: - raise ImportError("This loader does not know module " + fullname) - - def load_module(self, fullname): - try: - # in case of a reload - return sys.modules[fullname] - except KeyError: - pass - mod = self.__get_module(fullname) - if isinstance(mod, MovedModule): - mod = mod._resolve() - else: - mod.__loader__ = self - sys.modules[fullname] = mod - return mod - - def is_package(self, fullname): - """ - Return true, if the named module is a package. - - We need this method to get correct spec objects with - Python 3.4 (see PEP451) - """ - return hasattr(self.__get_module(fullname), "__path__") - - def get_code(self, fullname): - """Return None - - Required, if is_package is implemented""" - self.__get_module(fullname) # eventually raises ImportError - return None - get_source = get_code # same as get_code - -_importer = _SixMetaPathImporter(__name__) - - -class _MovedItems(_LazyModule): - - """Lazy loading of moved objects""" - __path__ = [] # mark as package - - -_moved_attributes = [ - MovedAttribute("cStringIO", "cStringIO", "io", "StringIO"), - MovedAttribute("filter", "itertools", "builtins", "ifilter", "filter"), - MovedAttribute("filterfalse", "itertools", "itertools", "ifilterfalse", "filterfalse"), - MovedAttribute("input", "__builtin__", "builtins", "raw_input", "input"), - MovedAttribute("intern", "__builtin__", "sys"), - MovedAttribute("map", "itertools", "builtins", "imap", "map"), - MovedAttribute("getcwd", "os", "os", "getcwdu", "getcwd"), - MovedAttribute("getcwdb", "os", "os", "getcwd", "getcwdb"), - MovedAttribute("getoutput", "commands", "subprocess"), - MovedAttribute("range", "__builtin__", "builtins", "xrange", "range"), - MovedAttribute("reload_module", "__builtin__", "importlib" if PY34 else "imp", "reload"), - MovedAttribute("reduce", "__builtin__", "functools"), - MovedAttribute("shlex_quote", "pipes", "shlex", "quote"), - MovedAttribute("StringIO", "StringIO", "io"), - MovedAttribute("UserDict", "UserDict", "collections"), - MovedAttribute("UserList", "UserList", "collections"), - MovedAttribute("UserString", "UserString", "collections"), - MovedAttribute("xrange", "__builtin__", "builtins", "xrange", "range"), - MovedAttribute("zip", "itertools", "builtins", "izip", "zip"), - MovedAttribute("zip_longest", "itertools", "itertools", "izip_longest", "zip_longest"), - MovedModule("builtins", "__builtin__"), - MovedModule("configparser", "ConfigParser"), - MovedModule("copyreg", "copy_reg"), - MovedModule("dbm_gnu", "gdbm", "dbm.gnu"), - MovedModule("_dummy_thread", "dummy_thread", "_dummy_thread"), - MovedModule("http_cookiejar", "cookielib", "http.cookiejar"), - MovedModule("http_cookies", "Cookie", "http.cookies"), - MovedModule("html_entities", "htmlentitydefs", "html.entities"), - MovedModule("html_parser", "HTMLParser", "html.parser"), - MovedModule("http_client", "httplib", "http.client"), - MovedModule("email_mime_base", "email.MIMEBase", "email.mime.base"), - MovedModule("email_mime_image", "email.MIMEImage", "email.mime.image"), - MovedModule("email_mime_multipart", "email.MIMEMultipart", "email.mime.multipart"), - MovedModule("email_mime_nonmultipart", "email.MIMENonMultipart", "email.mime.nonmultipart"), - MovedModule("email_mime_text", "email.MIMEText", "email.mime.text"), - MovedModule("BaseHTTPServer", "BaseHTTPServer", "http.server"), - MovedModule("CGIHTTPServer", "CGIHTTPServer", "http.server"), - MovedModule("SimpleHTTPServer", "SimpleHTTPServer", "http.server"), - MovedModule("cPickle", "cPickle", "pickle"), - MovedModule("queue", "Queue"), - MovedModule("reprlib", "repr"), - MovedModule("socketserver", "SocketServer"), - MovedModule("_thread", "thread", "_thread"), - MovedModule("tkinter", "Tkinter"), - MovedModule("tkinter_dialog", "Dialog", "tkinter.dialog"), - MovedModule("tkinter_filedialog", "FileDialog", "tkinter.filedialog"), - MovedModule("tkinter_scrolledtext", "ScrolledText", "tkinter.scrolledtext"), - MovedModule("tkinter_simpledialog", "SimpleDialog", "tkinter.simpledialog"), - MovedModule("tkinter_tix", "Tix", "tkinter.tix"), - MovedModule("tkinter_ttk", "ttk", "tkinter.ttk"), - MovedModule("tkinter_constants", "Tkconstants", "tkinter.constants"), - MovedModule("tkinter_dnd", "Tkdnd", "tkinter.dnd"), - MovedModule("tkinter_colorchooser", "tkColorChooser", - "tkinter.colorchooser"), - MovedModule("tkinter_commondialog", "tkCommonDialog", - "tkinter.commondialog"), - MovedModule("tkinter_tkfiledialog", "tkFileDialog", "tkinter.filedialog"), - MovedModule("tkinter_font", "tkFont", "tkinter.font"), - MovedModule("tkinter_messagebox", "tkMessageBox", "tkinter.messagebox"), - MovedModule("tkinter_tksimpledialog", "tkSimpleDialog", - "tkinter.simpledialog"), - MovedModule("urllib_parse", __name__ + ".moves.urllib_parse", "urllib.parse"), - MovedModule("urllib_error", __name__ + ".moves.urllib_error", "urllib.error"), - MovedModule("urllib", __name__ + ".moves.urllib", __name__ + ".moves.urllib"), - MovedModule("urllib_robotparser", "robotparser", "urllib.robotparser"), - MovedModule("xmlrpc_client", "xmlrpclib", "xmlrpc.client"), - MovedModule("xmlrpc_server", "SimpleXMLRPCServer", "xmlrpc.server"), -] -# Add windows specific modules. -if sys.platform == "win32": - _moved_attributes += [ - MovedModule("winreg", "_winreg"), - ] - -for attr in _moved_attributes: - setattr(_MovedItems, attr.name, attr) - if isinstance(attr, MovedModule): - _importer._add_module(attr, "moves." + attr.name) -del attr - -_MovedItems._moved_attributes = _moved_attributes - -moves = _MovedItems(__name__ + ".moves") -_importer._add_module(moves, "moves") - - -class Module_six_moves_urllib_parse(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_parse""" - - -_urllib_parse_moved_attributes = [ - MovedAttribute("ParseResult", "urlparse", "urllib.parse"), - MovedAttribute("SplitResult", "urlparse", "urllib.parse"), - MovedAttribute("parse_qs", "urlparse", "urllib.parse"), - MovedAttribute("parse_qsl", "urlparse", "urllib.parse"), - MovedAttribute("urldefrag", "urlparse", "urllib.parse"), - MovedAttribute("urljoin", "urlparse", "urllib.parse"), - MovedAttribute("urlparse", "urlparse", "urllib.parse"), - MovedAttribute("urlsplit", "urlparse", "urllib.parse"), - MovedAttribute("urlunparse", "urlparse", "urllib.parse"), - MovedAttribute("urlunsplit", "urlparse", "urllib.parse"), - MovedAttribute("quote", "urllib", "urllib.parse"), - MovedAttribute("quote_plus", "urllib", "urllib.parse"), - MovedAttribute("unquote", "urllib", "urllib.parse"), - MovedAttribute("unquote_plus", "urllib", "urllib.parse"), - MovedAttribute("unquote_to_bytes", "urllib", "urllib.parse", "unquote", "unquote_to_bytes"), - MovedAttribute("urlencode", "urllib", "urllib.parse"), - MovedAttribute("splitquery", "urllib", "urllib.parse"), - MovedAttribute("splittag", "urllib", "urllib.parse"), - MovedAttribute("splituser", "urllib", "urllib.parse"), - MovedAttribute("splitvalue", "urllib", "urllib.parse"), - MovedAttribute("uses_fragment", "urlparse", "urllib.parse"), - MovedAttribute("uses_netloc", "urlparse", "urllib.parse"), - MovedAttribute("uses_params", "urlparse", "urllib.parse"), - MovedAttribute("uses_query", "urlparse", "urllib.parse"), - MovedAttribute("uses_relative", "urlparse", "urllib.parse"), -] -for attr in _urllib_parse_moved_attributes: - setattr(Module_six_moves_urllib_parse, attr.name, attr) -del attr - -Module_six_moves_urllib_parse._moved_attributes = _urllib_parse_moved_attributes - -_importer._add_module(Module_six_moves_urllib_parse(__name__ + ".moves.urllib_parse"), - "moves.urllib_parse", "moves.urllib.parse") - - -class Module_six_moves_urllib_error(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_error""" - - -_urllib_error_moved_attributes = [ - MovedAttribute("URLError", "urllib2", "urllib.error"), - MovedAttribute("HTTPError", "urllib2", "urllib.error"), - MovedAttribute("ContentTooShortError", "urllib", "urllib.error"), -] -for attr in _urllib_error_moved_attributes: - setattr(Module_six_moves_urllib_error, attr.name, attr) -del attr - -Module_six_moves_urllib_error._moved_attributes = _urllib_error_moved_attributes - -_importer._add_module(Module_six_moves_urllib_error(__name__ + ".moves.urllib.error"), - "moves.urllib_error", "moves.urllib.error") - - -class Module_six_moves_urllib_request(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_request""" - - -_urllib_request_moved_attributes = [ - MovedAttribute("urlopen", "urllib2", "urllib.request"), - MovedAttribute("install_opener", "urllib2", "urllib.request"), - MovedAttribute("build_opener", "urllib2", "urllib.request"), - MovedAttribute("pathname2url", "urllib", "urllib.request"), - MovedAttribute("url2pathname", "urllib", "urllib.request"), - MovedAttribute("getproxies", "urllib", "urllib.request"), - MovedAttribute("Request", "urllib2", "urllib.request"), - MovedAttribute("OpenerDirector", "urllib2", "urllib.request"), - MovedAttribute("HTTPDefaultErrorHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPRedirectHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPCookieProcessor", "urllib2", "urllib.request"), - MovedAttribute("ProxyHandler", "urllib2", "urllib.request"), - MovedAttribute("BaseHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPPasswordMgr", "urllib2", "urllib.request"), - MovedAttribute("HTTPPasswordMgrWithDefaultRealm", "urllib2", "urllib.request"), - MovedAttribute("AbstractBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("ProxyBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("AbstractDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("ProxyDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPSHandler", "urllib2", "urllib.request"), - MovedAttribute("FileHandler", "urllib2", "urllib.request"), - MovedAttribute("FTPHandler", "urllib2", "urllib.request"), - MovedAttribute("CacheFTPHandler", "urllib2", "urllib.request"), - MovedAttribute("UnknownHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPErrorProcessor", "urllib2", "urllib.request"), - MovedAttribute("urlretrieve", "urllib", "urllib.request"), - MovedAttribute("urlcleanup", "urllib", "urllib.request"), - MovedAttribute("URLopener", "urllib", "urllib.request"), - MovedAttribute("FancyURLopener", "urllib", "urllib.request"), - MovedAttribute("proxy_bypass", "urllib", "urllib.request"), - MovedAttribute("parse_http_list", "urllib2", "urllib.request"), - MovedAttribute("parse_keqv_list", "urllib2", "urllib.request"), -] -for attr in _urllib_request_moved_attributes: - setattr(Module_six_moves_urllib_request, attr.name, attr) -del attr - -Module_six_moves_urllib_request._moved_attributes = _urllib_request_moved_attributes - -_importer._add_module(Module_six_moves_urllib_request(__name__ + ".moves.urllib.request"), - "moves.urllib_request", "moves.urllib.request") - - -class Module_six_moves_urllib_response(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_response""" - - -_urllib_response_moved_attributes = [ - MovedAttribute("addbase", "urllib", "urllib.response"), - MovedAttribute("addclosehook", "urllib", "urllib.response"), - MovedAttribute("addinfo", "urllib", "urllib.response"), - MovedAttribute("addinfourl", "urllib", "urllib.response"), -] -for attr in _urllib_response_moved_attributes: - setattr(Module_six_moves_urllib_response, attr.name, attr) -del attr - -Module_six_moves_urllib_response._moved_attributes = _urllib_response_moved_attributes - -_importer._add_module(Module_six_moves_urllib_response(__name__ + ".moves.urllib.response"), - "moves.urllib_response", "moves.urllib.response") - - -class Module_six_moves_urllib_robotparser(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_robotparser""" - - -_urllib_robotparser_moved_attributes = [ - MovedAttribute("RobotFileParser", "robotparser", "urllib.robotparser"), -] -for attr in _urllib_robotparser_moved_attributes: - setattr(Module_six_moves_urllib_robotparser, attr.name, attr) -del attr - -Module_six_moves_urllib_robotparser._moved_attributes = _urllib_robotparser_moved_attributes - -_importer._add_module(Module_six_moves_urllib_robotparser(__name__ + ".moves.urllib.robotparser"), - "moves.urllib_robotparser", "moves.urllib.robotparser") - - -class Module_six_moves_urllib(types.ModuleType): - - """Create a six.moves.urllib namespace that resembles the Python 3 namespace""" - __path__ = [] # mark as package - parse = _importer._get_module("moves.urllib_parse") - error = _importer._get_module("moves.urllib_error") - request = _importer._get_module("moves.urllib_request") - response = _importer._get_module("moves.urllib_response") - robotparser = _importer._get_module("moves.urllib_robotparser") - - def __dir__(self): - return ['parse', 'error', 'request', 'response', 'robotparser'] - -_importer._add_module(Module_six_moves_urllib(__name__ + ".moves.urllib"), - "moves.urllib") - - -def add_move(move): - """Add an item to six.moves.""" - setattr(_MovedItems, move.name, move) - - -def remove_move(name): - """Remove item from six.moves.""" - try: - delattr(_MovedItems, name) - except AttributeError: - try: - del moves.__dict__[name] - except KeyError: - raise AttributeError("no such move, %r" % (name,)) - - -if PY3: - _meth_func = "__func__" - _meth_self = "__self__" - - _func_closure = "__closure__" - _func_code = "__code__" - _func_defaults = "__defaults__" - _func_globals = "__globals__" -else: - _meth_func = "im_func" - _meth_self = "im_self" - - _func_closure = "func_closure" - _func_code = "func_code" - _func_defaults = "func_defaults" - _func_globals = "func_globals" - - -try: - advance_iterator = next -except NameError: - def advance_iterator(it): - return it.next() -next = advance_iterator - - -try: - callable = callable -except NameError: - def callable(obj): - return any("__call__" in klass.__dict__ for klass in type(obj).__mro__) - - -if PY3: - def get_unbound_function(unbound): - return unbound - - create_bound_method = types.MethodType - - def create_unbound_method(func, cls): - return func - - Iterator = object -else: - def get_unbound_function(unbound): - return unbound.im_func - - def create_bound_method(func, obj): - return types.MethodType(func, obj, obj.__class__) - - def create_unbound_method(func, cls): - return types.MethodType(func, None, cls) - - class Iterator(object): - - def next(self): - return type(self).__next__(self) - - callable = callable -_add_doc(get_unbound_function, - """Get the function out of a possibly unbound function""") - - -get_method_function = operator.attrgetter(_meth_func) -get_method_self = operator.attrgetter(_meth_self) -get_function_closure = operator.attrgetter(_func_closure) -get_function_code = operator.attrgetter(_func_code) -get_function_defaults = operator.attrgetter(_func_defaults) -get_function_globals = operator.attrgetter(_func_globals) - - -if PY3: - def iterkeys(d, **kw): - return iter(d.keys(**kw)) - - def itervalues(d, **kw): - return iter(d.values(**kw)) - - def iteritems(d, **kw): - return iter(d.items(**kw)) - - def iterlists(d, **kw): - return iter(d.lists(**kw)) - - viewkeys = operator.methodcaller("keys") - - viewvalues = operator.methodcaller("values") - - viewitems = operator.methodcaller("items") -else: - def iterkeys(d, **kw): - return d.iterkeys(**kw) - - def itervalues(d, **kw): - return d.itervalues(**kw) - - def iteritems(d, **kw): - return d.iteritems(**kw) - - def iterlists(d, **kw): - return d.iterlists(**kw) - - viewkeys = operator.methodcaller("viewkeys") - - viewvalues = operator.methodcaller("viewvalues") - - viewitems = operator.methodcaller("viewitems") - -_add_doc(iterkeys, "Return an iterator over the keys of a dictionary.") -_add_doc(itervalues, "Return an iterator over the values of a dictionary.") -_add_doc(iteritems, - "Return an iterator over the (key, value) pairs of a dictionary.") -_add_doc(iterlists, - "Return an iterator over the (key, [values]) pairs of a dictionary.") - - -if PY3: - def b(s): - return s.encode("latin-1") - - def u(s): - return s - unichr = chr - import struct - int2byte = struct.Struct(">B").pack - del struct - byte2int = operator.itemgetter(0) - indexbytes = operator.getitem - iterbytes = iter - import io - StringIO = io.StringIO - BytesIO = io.BytesIO - _assertCountEqual = "assertCountEqual" - if sys.version_info[1] <= 1: - _assertRaisesRegex = "assertRaisesRegexp" - _assertRegex = "assertRegexpMatches" - else: - _assertRaisesRegex = "assertRaisesRegex" - _assertRegex = "assertRegex" -else: - def b(s): - return s - # Workaround for standalone backslash - - def u(s): - return unicode(s.replace(r'\\', r'\\\\'), "unicode_escape") - unichr = unichr - int2byte = chr - - def byte2int(bs): - return ord(bs[0]) - - def indexbytes(buf, i): - return ord(buf[i]) - iterbytes = functools.partial(itertools.imap, ord) - import StringIO - StringIO = BytesIO = StringIO.StringIO - _assertCountEqual = "assertItemsEqual" - _assertRaisesRegex = "assertRaisesRegexp" - _assertRegex = "assertRegexpMatches" -_add_doc(b, """Byte literal""") -_add_doc(u, """Text literal""") - - -def assertCountEqual(self, *args, **kwargs): - return getattr(self, _assertCountEqual)(*args, **kwargs) - - -def assertRaisesRegex(self, *args, **kwargs): - return getattr(self, _assertRaisesRegex)(*args, **kwargs) - - -def assertRegex(self, *args, **kwargs): - return getattr(self, _assertRegex)(*args, **kwargs) - - -if PY3: - exec_ = getattr(moves.builtins, "exec") - - def reraise(tp, value, tb=None): - try: - if value is None: - value = tp() - if value.__traceback__ is not tb: - raise value.with_traceback(tb) - raise value - finally: - value = None - tb = None - -else: - def exec_(_code_, _globs_=None, _locs_=None): - """Execute code in a namespace.""" - if _globs_ is None: - frame = sys._getframe(1) - _globs_ = frame.f_globals - if _locs_ is None: - _locs_ = frame.f_locals - del frame - elif _locs_ is None: - _locs_ = _globs_ - exec("""exec _code_ in _globs_, _locs_""") - - exec_("""def reraise(tp, value, tb=None): - try: - raise tp, value, tb - finally: - tb = None -""") - - -if sys.version_info[:2] == (3, 2): - exec_("""def raise_from(value, from_value): - try: - if from_value is None: - raise value - raise value from from_value - finally: - value = None -""") -elif sys.version_info[:2] > (3, 2): - exec_("""def raise_from(value, from_value): - try: - raise value from from_value - finally: - value = None -""") -else: - def raise_from(value, from_value): - raise value - - -print_ = getattr(moves.builtins, "print", None) -if print_ is None: - def print_(*args, **kwargs): - """The new-style print function for Python 2.4 and 2.5.""" - fp = kwargs.pop("file", sys.stdout) - if fp is None: - return - - def write(data): - if not isinstance(data, basestring): - data = str(data) - # If the file has an encoding, encode unicode with it. - if (isinstance(fp, file) and - isinstance(data, unicode) and - fp.encoding is not None): - errors = getattr(fp, "errors", None) - if errors is None: - errors = "strict" - data = data.encode(fp.encoding, errors) - fp.write(data) - want_unicode = False - sep = kwargs.pop("sep", None) - if sep is not None: - if isinstance(sep, unicode): - want_unicode = True - elif not isinstance(sep, str): - raise TypeError("sep must be None or a string") - end = kwargs.pop("end", None) - if end is not None: - if isinstance(end, unicode): - want_unicode = True - elif not isinstance(end, str): - raise TypeError("end must be None or a string") - if kwargs: - raise TypeError("invalid keyword arguments to print()") - if not want_unicode: - for arg in args: - if isinstance(arg, unicode): - want_unicode = True - break - if want_unicode: - newline = unicode("\n") - space = unicode(" ") - else: - newline = "\n" - space = " " - if sep is None: - sep = space - if end is None: - end = newline - for i, arg in enumerate(args): - if i: - write(sep) - write(arg) - write(end) -if sys.version_info[:2] < (3, 3): - _print = print_ - - def print_(*args, **kwargs): - fp = kwargs.get("file", sys.stdout) - flush = kwargs.pop("flush", False) - _print(*args, **kwargs) - if flush and fp is not None: - fp.flush() - -_add_doc(reraise, """Reraise an exception.""") - -if sys.version_info[0:2] < (3, 4): - def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, - updated=functools.WRAPPER_UPDATES): - def wrapper(f): - f = functools.wraps(wrapped, assigned, updated)(f) - f.__wrapped__ = wrapped - return f - return wrapper -else: - wraps = functools.wraps - - -def with_metaclass(meta, *bases): - """Create a base class with a metaclass.""" - # This requires a bit of explanation: the basic idea is to make a dummy - # metaclass for one level of class instantiation that replaces itself with - # the actual metaclass. - class metaclass(type): - - def __new__(cls, name, this_bases, d): - return meta(name, bases, d) - - @classmethod - def __prepare__(cls, name, this_bases): - return meta.__prepare__(name, bases) - return type.__new__(metaclass, 'temporary_class', (), {}) - - -def add_metaclass(metaclass): - """Class decorator for creating a class with a metaclass.""" - def wrapper(cls): - orig_vars = cls.__dict__.copy() - slots = orig_vars.get('__slots__') - if slots is not None: - if isinstance(slots, str): - slots = [slots] - for slots_var in slots: - orig_vars.pop(slots_var) - orig_vars.pop('__dict__', None) - orig_vars.pop('__weakref__', None) - if hasattr(cls, '__qualname__'): - orig_vars['__qualname__'] = cls.__qualname__ - return metaclass(cls.__name__, cls.__bases__, orig_vars) - return wrapper - - -def ensure_binary(s, encoding='utf-8', errors='strict'): - """Coerce **s** to six.binary_type. - - For Python 2: - - `unicode` -> encoded to `str` - - `str` -> `str` - - For Python 3: - - `str` -> encoded to `bytes` - - `bytes` -> `bytes` - """ - if isinstance(s, text_type): - return s.encode(encoding, errors) - elif isinstance(s, binary_type): - return s - else: - raise TypeError("not expecting type '%s'" % type(s)) - - -def ensure_str(s, encoding='utf-8', errors='strict'): - """Coerce *s* to `str`. - - For Python 2: - - `unicode` -> encoded to `str` - - `str` -> `str` - - For Python 3: - - `str` -> `str` - - `bytes` -> decoded to `str` - """ - if not isinstance(s, (text_type, binary_type)): - raise TypeError("not expecting type '%s'" % type(s)) - if PY2 and isinstance(s, text_type): - s = s.encode(encoding, errors) - elif PY3 and isinstance(s, binary_type): - s = s.decode(encoding, errors) - return s - - -def ensure_text(s, encoding='utf-8', errors='strict'): - """Coerce *s* to six.text_type. - - For Python 2: - - `unicode` -> `unicode` - - `str` -> `unicode` - - For Python 3: - - `str` -> `str` - - `bytes` -> decoded to `str` - """ - if isinstance(s, binary_type): - return s.decode(encoding, errors) - elif isinstance(s, text_type): - return s - else: - raise TypeError("not expecting type '%s'" % type(s)) - - - -def python_2_unicode_compatible(klass): - """ - A decorator that defines __unicode__ and __str__ methods under Python 2. - Under Python 3 it does nothing. - - To support Python 2 and 3 with a single code base, define a __str__ method - returning text and apply this decorator to the class. - """ - if PY2: - if '__str__' not in klass.__dict__: - raise ValueError("@python_2_unicode_compatible cannot be applied " - "to %s because it doesn't define __str__()." % - klass.__name__) - klass.__unicode__ = klass.__str__ - klass.__str__ = lambda self: self.__unicode__().encode('utf-8') - return klass - - -# Complete the moves implementation. -# This code is at the end of this module to speed up module loading. -# Turn this module into a package. -__path__ = [] # required for PEP 302 and PEP 451 -__package__ = __name__ # see PEP 366 @ReservedAssignment -if globals().get("__spec__") is not None: - __spec__.submodule_search_locations = [] # PEP 451 @UndefinedVariable -# Remove other six meta path importers, since they cause problems. This can -# happen if six is removed from sys.modules and then reloaded. (Setuptools does -# this for some reason.) -if sys.meta_path: - for i, importer in enumerate(sys.meta_path): - # Here's some real nastiness: Another "instance" of the six module might - # be floating around. Therefore, we can't use isinstance() to check for - # the six meta path importer, since the other six instance will have - # inserted an importer with different class. - if (type(importer).__name__ == "_SixMetaPathImporter" and - importer.name == __name__): - del sys.meta_path[i] - break - del i, importer -# Finally, add the importer to the meta path import hook. -sys.meta_path.append(_importer) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py deleted file mode 100644 index c4c0dde..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py +++ /dev/null @@ -1,91 +0,0 @@ -""" -urllib3 - Thread-safe connection pooling and re-using. -""" -from __future__ import absolute_import -import warnings - -from .connectionpool import ( - HTTPConnectionPool, - HTTPSConnectionPool, - connection_from_url -) - -from . import exceptions -from .filepost import encode_multipart_formdata -from .poolmanager import PoolManager, ProxyManager, proxy_from_url -from .response import HTTPResponse -from .util.request import make_headers -from .util.url import get_host -from .util.timeout import Timeout -from .util.retry import Retry - - -# Set default logging handler to avoid "No handler found" warnings. -import logging -from logging import NullHandler - -__author__ = 'Andrey Petrov (andrey.petrov@shazow.net)' -__license__ = 'MIT' -__version__ = '1.25.3' - -__all__ = ( - 'HTTPConnectionPool', - 'HTTPSConnectionPool', - 'PoolManager', - 'ProxyManager', - 'HTTPResponse', - 'Retry', - 'Timeout', - 'add_stderr_logger', - 'connection_from_url', - 'disable_warnings', - 'encode_multipart_formdata', - 'get_host', - 'make_headers', - 'proxy_from_url', -) - -logging.getLogger(__name__).addHandler(NullHandler()) - - -def add_stderr_logger(level=logging.DEBUG): - """ - Helper for quickly adding a StreamHandler to the logger. Useful for - debugging. - - Returns the handler after adding it. - """ - # This method needs to be in this __init__.py to get the __name__ correct - # even if urllib3 is vendored within another package. - logger = logging.getLogger(__name__) - handler = logging.StreamHandler() - handler.setFormatter(logging.Formatter('%(asctime)s %(levelname)s %(message)s')) - logger.addHandler(handler) - logger.setLevel(level) - logger.debug('Added a stderr logging handler to logger: %s', __name__) - return handler - - -# ... Clean up. -del NullHandler - - -# All warning filters *must* be appended unless you're really certain that they -# shouldn't be: otherwise, it's very hard for users to use most Python -# mechanisms to silence them. -# SecurityWarning's always go off by default. -warnings.simplefilter('always', exceptions.SecurityWarning, append=True) -# SubjectAltNameWarning's should go off once per host -warnings.simplefilter('default', exceptions.SubjectAltNameWarning, append=True) -# InsecurePlatformWarning's don't vary between requests, so we keep it default. -warnings.simplefilter('default', exceptions.InsecurePlatformWarning, - append=True) -# SNIMissingWarnings should go off only once. -warnings.simplefilter('default', exceptions.SNIMissingWarning, append=True) - - -def disable_warnings(category=exceptions.HTTPWarning): - """ - Helper for quickly disabling all urllib3 warnings. - """ - warnings.simplefilter('ignore', category) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index ccfaf92049d1731c2eb0dc24fd1a8b44b5648633..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2086 zcmZ`)OK;mo5avS<ih9_R>^QdjVA8s=+E_-LrbvslNSZcHfW$Cj2LadvvDU66I=dvZ zT-uS~oLUs<q5r`?_Al|;Q~p9P?aWe&odzYr(ah}Z?Ci`pqo>WLYrymS*WKU@xW7=i z_>@7o17G^3X&BV-4Qf)0o5J!f6M384zD-NC%uAx|mqo>|h^k+OwGypxN7Ve9=BwNl zb-%88hc`siZ;F=R5)1x<*46l;X!~u=ySyX1epmB#z9g3YWz9GEC9&eKXuioWi&cLW zc#L7qUxVKkUlZ&8I_MVs_voVkK5hFS(2oBhTRZjGl{547DqH`>I5SOytsQ<eG-;PE z{c8Fj|GduZ!wtI3YKNcDOLXNA8!S+B88p}4(QLk>>Alg^4nGCIt8@+gen#y*qqjc2 z<z|xe@Zg5G<?W9pBXlbzL*@<QC}IN@#*vrAF%P4WM<VJ;ww0wI^xfB3iJqA+kb^Yl znPNdGl31#p*H8?jXXl*<`}@21-niKXFL@Vrd;e9QpA`&cECPrK9J}o0fF&3~3eqZz z1~FxU$hZm<B2_SqrJzI+II51$ACriTn9LiyGJZLkORWT@i+&pz!xNS!;Fy8uh9J*b zFov5mi6=QDrh;*tD&VX8p<r=_Z21XOaso_!C*%A9B!e?K-Mkx7$tK<|EXGIPCa6K| zCtAFdj>$AW?ng}Za{KYa{b}X%{uej<H+n5uf+R@<u&g0Lpvwl5MI;MA@;0F~NEL)7 z10IjyZnA><MH;5$fV1G3$OvkYN(c9}kTj9hfef$;^T!4T&$<U+dLM`~PEBQ<nXgRX z>@(w)bz+^CfG<<?3|`YXF;6QeV4=C{i3TR<9BRQnXs;6s;A2mJb3J$-FrF~!K}Eb5 zSvYvkCmzJEG2`ti0F{{K%TuwZ#>^|O)AydHY?yJ}sQplOkc~zfURs8fXEI9lmT{4B zj|>$YHFF=TzBZh0Y;2Mg;3`-z^)@y+J7PQ{GfA*C1!(lr>GivmGU^epNUM$m!<;*Z z@QTpB@ix+4Ew7>k26+uY@krMocY**t2SMI^>uz}?W$HeFk|>BUubs0lL_14B?tsxF zj4m(h+X8yaI@-KaoSau@!Tf2+D^RMxzui_M*-pY_D~wV_INzFvx8h?qzKKfx1xGBR zvD}`u@^%n}QK*8TpG;&IeB8jgBR-6pYdYql>B8GE^;%vb{FqGAeSmg_Bnf!RtCS51 zG}>DrLO>yEHHZ+U2qJ0%G;rD$aJc<{a3~<F5y81PA31XX7e&k~;V6nF+v!=kGhc$N z!d&5O7;?xe#OMr&Vxw42bao1I6{3+#K%T*uT0o4FmV4LpY7o$P0M&AXV3+}(pmGvT z<TW69>wNg&oV(DMy4MU@MJor6X9>&%-D-IqO+_(pF7z+<UGB))XwmKLH!>CSzGN>l z2D`C6eMhSx2fAfv76@G!G`jPBceV)zPB9ObVV`WHd$<M3)Hs%Kqk0hVaKK=U6~Yk= zFc_C0z@-5waM4S+aRtdb?k@lE<M&U0(sh@cs94xzgG`2M@~oI8`SM<Na0r9{E>}B% z^0|8DA)Er1Y?l)S?JDLA?Y*6ckHZxI6XvQq4%nHXt8k%Gh-iuB%AMOHrWt47A+FM| sfRyZp=~zpZ20(KOzS&!H%!XAm;k8Qbj@{~7)sEG%T+{leVt4F+0cb``rvLx| diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc deleted file mode 100644 index 6f221edbea70f3fd1cd710f233c73ac97d24a75a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10736 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc deleted file mode 100644 index f735b141af46c1216461391cd8bbcdf4035e41c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10527 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%0Davj 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc deleted file mode 100644 index b5834d1a18f43b53b20ed4bbca52497fe22cc043..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23841 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 Brpo{T diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc deleted file mode 100644 index ce5f24369b6a159a82f86c0fd379a63e942186f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10029 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 L%rshzO^^H+bll83 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc deleted file mode 100644 index 6742305d7f0fdb65ac537ff727b6d7f13505a00b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8094 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 A$^ZZW diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc deleted file mode 100644 index 1282bb4b122b9fdb3485d194db062e2df7fe16f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2731 zcmbVO-EJH;6t-t(CzHwMr<+hHD#a=kb*1bERDsHp76dI)keUJkBv!39vtw^E$^2|> zPyRIFCKZAko*}vH8}KZ1%T->1E6(w3HfaE<Fe{%q_SnbA-#Pxyem_0!6L^08c)s_1 zl8`^JbMdjE^BFYt3kXg)jY&egl%j6MR@X9byK9@b({<o&$F;=mx-iG#wRj@&x}MS9 zcrx+3zR@S*sifYmQzGo+Y3`j+K6#CFXSmO&o|En@uk&em&+!>P3-2qu!RPpu=d|14 z)*5NfpMp1}Nz2)wud+DTq8BB@OzKq_oA`WR3$^n2lvZ<W745+=?SrU)E1u;-=`SM@ z^MhKh2d%rOc*YP7o;|p*2JH)I>Rk|;98+x_+nk=j?~rI`t0q}Nj$LkHzaZe0eX!~? zcpm4HiKHJ$87LK{8}WWifp@WBQVioD6p2VR8)T9tQ6hAf#i|`{W|<PbewL>^ko#?8 z=yVRYE^C1bqo_Gidi^LhdO5Kv_Tp%;Us{<eCvq92JWC{cT-sm%c&Bu^2s19=yxy6` z7eqGT`=9rgbTV8TM#EN=Djmde>ma(D?TXD0anQ8hjsSadDVK2^_3tbVqF4+wrQ5^( za`uv=vtUzsAc!+ZUFuW00D6c3o;`@J0}T;YUxCm7m!?OSyo!((1OTL|r=5ZvfmYB5 z<mt^r3ualm2D9!K)(?b|XE$|i%Pp+mNY&#MAh!;FHb|{#Ap<Q~wj(4PU~E;}H(%EB zA?Af*ailcM2JH6sBHL*)okKtr1LPQwLai2!ijx$~GD|yQ3<2z{|1<)kJu-YTh1N&g ztU`SJ2%-&`rlBYuG+ISuG6LtIC8~5#l@owLIW>@3(yP2^+NE3BE@@QOjB27)iFusg zz@<I&sh9P)1h{++0i6LsJfGGr&+-6&&ysJ!$V(BxXkY|PIxm7Uj=&90x%Hf!#o+-& zU=8jsjuoWpHJzXZ1`HzYHsfL_MF?2)PKSNa{-{EE<zMmtZd0&;^GHWoitxV@s4NM# zAvk(7Qf!c?Aucu!WO&<!7HzfyNQ;0kvRnz)!AYI<zeBXX$aXiQa1(Bx&Sk1zJ+5p7 z@_$UD>f*kHKIT6*h3!oc1$o+dVja>$tDuE7sInV)bd9{At0v?x?9yt#U()T8?p#iU z$>j}^ioKz{-$8>ISBJRd;KupsReL$k!XQ@n+vCaq*ClxaHmH1fd#oXoNK8xl4v1xF zV?UaXd<{QbMS+YYUkA~o5>I~lEK?VJZozluf*^IDE?5$2H?*)ndhi=Ilf}P-qRA0K z3_0EQ<N`1XIRuhM76Aqs9@+)4i*`87xC&z@P_uNcu#PBjj(zN&0Pj#z*jp2aj`j*i zPXgCG(SG3o3soaiTXh)Q8?SP3Me3v7!sw`R8%LjAAMNH`*v;p)s&@$c9#5Z;qBg+l z<p$rJ-Kd8t5;Y492|<<v_v0;DU$6LJeI4=}N(fv9!IC`I(J+vD32H~u;(-p>qm@Sw zv6Li%9%X6=W(3KI1Un|-89WbwkIwB^))|zbb6OPpi?4P&n=kKlR$<QfS{bl3(@YIT z7{N|(Nx}UT4p|i{cD91;Msdvgf?-A@fAi|JW2Z;=`ka49h3HZd0usg}t{%9p)-5&d zD@>bd|G>j;s|DIWVfV?{k9)UNb4J>*$W$*wpk-|rNn2vZm2Rb%GZHEz(C{WOkC4FU z7z2~<r5&ZZw3U`4($`{7_w@cyl-`EWJ3*X_rdwTtD`?W`XMA5?$31UjzaD0(hW`a- z&E<P?O_((4jWeK!A;-->g|&)-AX6^&sB6_}!)m}AD?y#kS-w@b8qnkt%xTiq=6vb* zdV?J3Q1p5dk&;s&N*5C`RB{?SR+Je$N^cm1+rfrV=2+eOS+@=UsSGyNkxWT*<1E|G zhw?qNiGKqOkme$r-7lPKOdzGVoMb$Y#eFPN>J1QeI0yW|=Q@R-HDi0ex8ODY0*k@9 A8~^|S diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc deleted file mode 100644 index da85426cffdc85c438ce85e618fe7aa3b19b540f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12907 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 U1GebDt5w(`TxY+p#Ix`J59S9Iwg3PC diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc deleted file mode 100644 index 18f026cd96f78f48846c53bc476e38c8bd70b26d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5585 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 T?)$_|MCJUdvudxFs-=Gd5&&RA diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc deleted file mode 100644 index d78f225ec91f608620bd22850a5757af50ea3b61..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20096 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 LW@cxO6sG<UQ!+s+ diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py deleted file mode 100644 index 34f2381..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py +++ /dev/null @@ -1,329 +0,0 @@ -from __future__ import absolute_import -try: - from collections.abc import Mapping, MutableMapping -except ImportError: - from collections import Mapping, MutableMapping -try: - from threading import RLock -except ImportError: # Platform-specific: No threads available - class RLock: - def __enter__(self): - pass - - def __exit__(self, exc_type, exc_value, traceback): - pass - - -from collections import OrderedDict -from .exceptions import InvalidHeader -from .packages.six import iterkeys, itervalues, PY3 - - -__all__ = ['RecentlyUsedContainer', 'HTTPHeaderDict'] - - -_Null = object() - - -class RecentlyUsedContainer(MutableMapping): - """ - Provides a thread-safe dict-like container which maintains up to - ``maxsize`` keys while throwing away the least-recently-used keys beyond - ``maxsize``. - - :param maxsize: - Maximum number of recent elements to retain. - - :param dispose_func: - Every time an item is evicted from the container, - ``dispose_func(value)`` is called. Callback which will get called - """ - - ContainerCls = OrderedDict - - def __init__(self, maxsize=10, dispose_func=None): - self._maxsize = maxsize - self.dispose_func = dispose_func - - self._container = self.ContainerCls() - self.lock = RLock() - - def __getitem__(self, key): - # Re-insert the item, moving it to the end of the eviction line. - with self.lock: - item = self._container.pop(key) - self._container[key] = item - return item - - def __setitem__(self, key, value): - evicted_value = _Null - with self.lock: - # Possibly evict the existing value of 'key' - evicted_value = self._container.get(key, _Null) - self._container[key] = value - - # If we didn't evict an existing value, we might have to evict the - # least recently used item from the beginning of the container. - if len(self._container) > self._maxsize: - _key, evicted_value = self._container.popitem(last=False) - - if self.dispose_func and evicted_value is not _Null: - self.dispose_func(evicted_value) - - def __delitem__(self, key): - with self.lock: - value = self._container.pop(key) - - if self.dispose_func: - self.dispose_func(value) - - def __len__(self): - with self.lock: - return len(self._container) - - def __iter__(self): - raise NotImplementedError('Iteration over this class is unlikely to be threadsafe.') - - def clear(self): - with self.lock: - # Copy pointers to all values, then wipe the mapping - values = list(itervalues(self._container)) - self._container.clear() - - if self.dispose_func: - for value in values: - self.dispose_func(value) - - def keys(self): - with self.lock: - return list(iterkeys(self._container)) - - -class HTTPHeaderDict(MutableMapping): - """ - :param headers: - An iterable of field-value pairs. Must not contain multiple field names - when compared case-insensitively. - - :param kwargs: - Additional field-value pairs to pass in to ``dict.update``. - - A ``dict`` like container for storing HTTP Headers. - - Field names are stored and compared case-insensitively in compliance with - RFC 7230. Iteration provides the first case-sensitive key seen for each - case-insensitive pair. - - Using ``__setitem__`` syntax overwrites fields that compare equal - case-insensitively in order to maintain ``dict``'s api. For fields that - compare equal, instead create a new ``HTTPHeaderDict`` and use ``.add`` - in a loop. - - If multiple fields that are equal case-insensitively are passed to the - constructor or ``.update``, the behavior is undefined and some will be - lost. - - >>> headers = HTTPHeaderDict() - >>> headers.add('Set-Cookie', 'foo=bar') - >>> headers.add('set-cookie', 'baz=quxx') - >>> headers['content-length'] = '7' - >>> headers['SET-cookie'] - 'foo=bar, baz=quxx' - >>> headers['Content-Length'] - '7' - """ - - def __init__(self, headers=None, **kwargs): - super(HTTPHeaderDict, self).__init__() - self._container = OrderedDict() - if headers is not None: - if isinstance(headers, HTTPHeaderDict): - self._copy_from(headers) - else: - self.extend(headers) - if kwargs: - self.extend(kwargs) - - def __setitem__(self, key, val): - self._container[key.lower()] = [key, val] - return self._container[key.lower()] - - def __getitem__(self, key): - val = self._container[key.lower()] - return ', '.join(val[1:]) - - def __delitem__(self, key): - del self._container[key.lower()] - - def __contains__(self, key): - return key.lower() in self._container - - def __eq__(self, other): - if not isinstance(other, Mapping) and not hasattr(other, 'keys'): - return False - if not isinstance(other, type(self)): - other = type(self)(other) - return (dict((k.lower(), v) for k, v in self.itermerged()) == - dict((k.lower(), v) for k, v in other.itermerged())) - - def __ne__(self, other): - return not self.__eq__(other) - - if not PY3: # Python 2 - iterkeys = MutableMapping.iterkeys - itervalues = MutableMapping.itervalues - - __marker = object() - - def __len__(self): - return len(self._container) - - def __iter__(self): - # Only provide the originally cased names - for vals in self._container.values(): - yield vals[0] - - def pop(self, key, default=__marker): - '''D.pop(k[,d]) -> v, remove specified key and return the corresponding value. - If key is not found, d is returned if given, otherwise KeyError is raised. - ''' - # Using the MutableMapping function directly fails due to the private marker. - # Using ordinary dict.pop would expose the internal structures. - # So let's reinvent the wheel. - try: - value = self[key] - except KeyError: - if default is self.__marker: - raise - return default - else: - del self[key] - return value - - def discard(self, key): - try: - del self[key] - except KeyError: - pass - - def add(self, key, val): - """Adds a (name, value) pair, doesn't overwrite the value if it already - exists. - - >>> headers = HTTPHeaderDict(foo='bar') - >>> headers.add('Foo', 'baz') - >>> headers['foo'] - 'bar, baz' - """ - key_lower = key.lower() - new_vals = [key, val] - # Keep the common case aka no item present as fast as possible - vals = self._container.setdefault(key_lower, new_vals) - if new_vals is not vals: - vals.append(val) - - def extend(self, *args, **kwargs): - """Generic import function for any type of header-like object. - Adapted version of MutableMapping.update in order to insert items - with self.add instead of self.__setitem__ - """ - if len(args) > 1: - raise TypeError("extend() takes at most 1 positional " - "arguments ({0} given)".format(len(args))) - other = args[0] if len(args) >= 1 else () - - if isinstance(other, HTTPHeaderDict): - for key, val in other.iteritems(): - self.add(key, val) - elif isinstance(other, Mapping): - for key in other: - self.add(key, other[key]) - elif hasattr(other, "keys"): - for key in other.keys(): - self.add(key, other[key]) - else: - for key, value in other: - self.add(key, value) - - for key, value in kwargs.items(): - self.add(key, value) - - def getlist(self, key, default=__marker): - """Returns a list of all the values for the named field. Returns an - empty list if the key doesn't exist.""" - try: - vals = self._container[key.lower()] - except KeyError: - if default is self.__marker: - return [] - return default - else: - return vals[1:] - - # Backwards compatibility for httplib - getheaders = getlist - getallmatchingheaders = getlist - iget = getlist - - # Backwards compatibility for http.cookiejar - get_all = getlist - - def __repr__(self): - return "%s(%s)" % (type(self).__name__, dict(self.itermerged())) - - def _copy_from(self, other): - for key in other: - val = other.getlist(key) - if isinstance(val, list): - # Don't need to convert tuples - val = list(val) - self._container[key.lower()] = [key] + val - - def copy(self): - clone = type(self)() - clone._copy_from(self) - return clone - - def iteritems(self): - """Iterate over all header lines, including duplicate ones.""" - for key in self: - vals = self._container[key.lower()] - for val in vals[1:]: - yield vals[0], val - - def itermerged(self): - """Iterate over all headers, merging duplicate ones together.""" - for key in self: - val = self._container[key.lower()] - yield val[0], ', '.join(val[1:]) - - def items(self): - return list(self.iteritems()) - - @classmethod - def from_httplib(cls, message): # Python 2 - """Read headers from a Python 2 httplib message object.""" - # python2.7 does not expose a proper API for exporting multiheaders - # efficiently. This function re-reads raw lines from the message - # object and extracts the multiheaders properly. - obs_fold_continued_leaders = (' ', '\t') - headers = [] - - for line in message.headers: - if line.startswith(obs_fold_continued_leaders): - if not headers: - # We received a header line that starts with OWS as described - # in RFC-7230 S3.2.4. This indicates a multiline header, but - # there exists no previous header to which we can attach it. - raise InvalidHeader( - 'Header continuation with no previous header: %s' % line - ) - else: - key, value = headers[-1] - headers[-1] = (key, value + ' ' + line.strip()) - continue - - key, value = line.split(':', 1) - headers.append((key, value.strip())) - - return cls(headers) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py deleted file mode 100644 index 57c58fe..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py +++ /dev/null @@ -1,417 +0,0 @@ -from __future__ import absolute_import -import datetime -import logging -import os -import socket -from socket import error as SocketError, timeout as SocketTimeout -import warnings -from .packages import six -from .packages.six.moves.http_client import HTTPConnection as _HTTPConnection -from .packages.six.moves.http_client import HTTPException # noqa: F401 - -try: # Compiled with SSL? - import ssl - BaseSSLError = ssl.SSLError -except (ImportError, AttributeError): # Platform-specific: No SSL. - ssl = None - - class BaseSSLError(BaseException): - pass - - -try: - # Python 3: not a no-op, we're adding this to the namespace so it can be imported. - ConnectionError = ConnectionError -except NameError: - # Python 2 - class ConnectionError(Exception): - pass - - -from .exceptions import ( - NewConnectionError, - ConnectTimeoutError, - SubjectAltNameWarning, - SystemTimeWarning, -) -from .packages.ssl_match_hostname import match_hostname, CertificateError - -from .util.ssl_ import ( - resolve_cert_reqs, - resolve_ssl_version, - assert_fingerprint, - create_urllib3_context, - ssl_wrap_socket -) - - -from .util import connection - -from ._collections import HTTPHeaderDict - -log = logging.getLogger(__name__) - -port_by_scheme = { - 'http': 80, - 'https': 443, -} - -# When updating RECENT_DATE, move it to within two years of the current date, -# and not less than 6 months ago. -# Example: if Today is 2018-01-01, then RECENT_DATE should be any date on or -# after 2016-01-01 (today - 2 years) AND before 2017-07-01 (today - 6 months) -RECENT_DATE = datetime.date(2017, 6, 30) - - -class DummyConnection(object): - """Used to detect a failed ConnectionCls import.""" - pass - - -class HTTPConnection(_HTTPConnection, object): - """ - Based on httplib.HTTPConnection but provides an extra constructor - backwards-compatibility layer between older and newer Pythons. - - Additional keyword parameters are used to configure attributes of the connection. - Accepted parameters include: - - - ``strict``: See the documentation on :class:`urllib3.connectionpool.HTTPConnectionPool` - - ``source_address``: Set the source address for the current connection. - - ``socket_options``: Set specific options on the underlying socket. If not specified, then - defaults are loaded from ``HTTPConnection.default_socket_options`` which includes disabling - Nagle's algorithm (sets TCP_NODELAY to 1) unless the connection is behind a proxy. - - For example, if you wish to enable TCP Keep Alive in addition to the defaults, - you might pass:: - - HTTPConnection.default_socket_options + [ - (socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1), - ] - - Or you may want to disable the defaults by passing an empty list (e.g., ``[]``). - """ - - default_port = port_by_scheme['http'] - - #: Disable Nagle's algorithm by default. - #: ``[(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)]`` - default_socket_options = [(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)] - - #: Whether this connection verifies the host's certificate. - is_verified = False - - def __init__(self, *args, **kw): - if six.PY3: - kw.pop('strict', None) - - # Pre-set source_address. - self.source_address = kw.get('source_address') - - #: The socket options provided by the user. If no options are - #: provided, we use the default options. - self.socket_options = kw.pop('socket_options', self.default_socket_options) - - _HTTPConnection.__init__(self, *args, **kw) - - @property - def host(self): - """ - Getter method to remove any trailing dots that indicate the hostname is an FQDN. - - In general, SSL certificates don't include the trailing dot indicating a - fully-qualified domain name, and thus, they don't validate properly when - checked against a domain name that includes the dot. In addition, some - servers may not expect to receive the trailing dot when provided. - - However, the hostname with trailing dot is critical to DNS resolution; doing a - lookup with the trailing dot will properly only resolve the appropriate FQDN, - whereas a lookup without a trailing dot will search the system's search domain - list. Thus, it's important to keep the original host around for use only in - those cases where it's appropriate (i.e., when doing DNS lookup to establish the - actual TCP connection across which we're going to send HTTP requests). - """ - return self._dns_host.rstrip('.') - - @host.setter - def host(self, value): - """ - Setter for the `host` property. - - We assume that only urllib3 uses the _dns_host attribute; httplib itself - only uses `host`, and it seems reasonable that other libraries follow suit. - """ - self._dns_host = value - - def _new_conn(self): - """ Establish a socket connection and set nodelay settings on it. - - :return: New socket connection. - """ - extra_kw = {} - if self.source_address: - extra_kw['source_address'] = self.source_address - - if self.socket_options: - extra_kw['socket_options'] = self.socket_options - - try: - conn = connection.create_connection( - (self._dns_host, self.port), self.timeout, **extra_kw) - - except SocketTimeout: - raise ConnectTimeoutError( - self, "Connection to %s timed out. (connect timeout=%s)" % - (self.host, self.timeout)) - - except SocketError as e: - raise NewConnectionError( - self, "Failed to establish a new connection: %s" % e) - - return conn - - def _prepare_conn(self, conn): - self.sock = conn - # Google App Engine's httplib does not define _tunnel_host - if getattr(self, '_tunnel_host', None): - # TODO: Fix tunnel so it doesn't depend on self.sock state. - self._tunnel() - # Mark this connection as not reusable - self.auto_open = 0 - - def connect(self): - conn = self._new_conn() - self._prepare_conn(conn) - - def request_chunked(self, method, url, body=None, headers=None): - """ - Alternative to the common request method, which sends the - body with chunked encoding and not as one block - """ - headers = HTTPHeaderDict(headers if headers is not None else {}) - skip_accept_encoding = 'accept-encoding' in headers - skip_host = 'host' in headers - self.putrequest( - method, - url, - skip_accept_encoding=skip_accept_encoding, - skip_host=skip_host - ) - for header, value in headers.items(): - self.putheader(header, value) - if 'transfer-encoding' not in headers: - self.putheader('Transfer-Encoding', 'chunked') - self.endheaders() - - if body is not None: - stringish_types = six.string_types + (bytes,) - if isinstance(body, stringish_types): - body = (body,) - for chunk in body: - if not chunk: - continue - if not isinstance(chunk, bytes): - chunk = chunk.encode('utf8') - len_str = hex(len(chunk))[2:] - self.send(len_str.encode('utf-8')) - self.send(b'\r\n') - self.send(chunk) - self.send(b'\r\n') - - # After the if clause, to always have a closed body - self.send(b'0\r\n\r\n') - - -class HTTPSConnection(HTTPConnection): - default_port = port_by_scheme['https'] - - ssl_version = None - - def __init__(self, host, port=None, key_file=None, cert_file=None, - key_password=None, strict=None, - timeout=socket._GLOBAL_DEFAULT_TIMEOUT, - ssl_context=None, server_hostname=None, **kw): - - HTTPConnection.__init__(self, host, port, strict=strict, - timeout=timeout, **kw) - - self.key_file = key_file - self.cert_file = cert_file - self.key_password = key_password - self.ssl_context = ssl_context - self.server_hostname = server_hostname - - # Required property for Google AppEngine 1.9.0 which otherwise causes - # HTTPS requests to go out as HTTP. (See Issue #356) - self._protocol = 'https' - - def connect(self): - conn = self._new_conn() - self._prepare_conn(conn) - - # Wrap socket using verification with the root certs in - # trusted_root_certs - default_ssl_context = False - if self.ssl_context is None: - default_ssl_context = True - self.ssl_context = create_urllib3_context( - ssl_version=resolve_ssl_version(self.ssl_version), - cert_reqs=resolve_cert_reqs(self.cert_reqs), - ) - - # Try to load OS default certs if none are given. - # Works well on Windows (requires Python3.4+) - context = self.ssl_context - if (not self.ca_certs and not self.ca_cert_dir and default_ssl_context - and hasattr(context, 'load_default_certs')): - context.load_default_certs() - - self.sock = ssl_wrap_socket( - sock=conn, - keyfile=self.key_file, - certfile=self.cert_file, - key_password=self.key_password, - ssl_context=self.ssl_context, - server_hostname=self.server_hostname - ) - - -class VerifiedHTTPSConnection(HTTPSConnection): - """ - Based on httplib.HTTPSConnection but wraps the socket with - SSL certification. - """ - cert_reqs = None - ca_certs = None - ca_cert_dir = None - ssl_version = None - assert_fingerprint = None - - def set_cert(self, key_file=None, cert_file=None, - cert_reqs=None, key_password=None, ca_certs=None, - assert_hostname=None, assert_fingerprint=None, - ca_cert_dir=None): - """ - This method should only be called once, before the connection is used. - """ - # If cert_reqs is not provided we'll assume CERT_REQUIRED unless we also - # have an SSLContext object in which case we'll use its verify_mode. - if cert_reqs is None: - if self.ssl_context is not None: - cert_reqs = self.ssl_context.verify_mode - else: - cert_reqs = resolve_cert_reqs(None) - - self.key_file = key_file - self.cert_file = cert_file - self.cert_reqs = cert_reqs - self.key_password = key_password - self.assert_hostname = assert_hostname - self.assert_fingerprint = assert_fingerprint - self.ca_certs = ca_certs and os.path.expanduser(ca_certs) - self.ca_cert_dir = ca_cert_dir and os.path.expanduser(ca_cert_dir) - - def connect(self): - # Add certificate verification - conn = self._new_conn() - hostname = self.host - - # Google App Engine's httplib does not define _tunnel_host - if getattr(self, '_tunnel_host', None): - self.sock = conn - # Calls self._set_hostport(), so self.host is - # self._tunnel_host below. - self._tunnel() - # Mark this connection as not reusable - self.auto_open = 0 - - # Override the host with the one we're requesting data from. - hostname = self._tunnel_host - - server_hostname = hostname - if self.server_hostname is not None: - server_hostname = self.server_hostname - - is_time_off = datetime.date.today() < RECENT_DATE - if is_time_off: - warnings.warn(( - 'System time is way off (before {0}). This will probably ' - 'lead to SSL verification errors').format(RECENT_DATE), - SystemTimeWarning - ) - - # Wrap socket using verification with the root certs in - # trusted_root_certs - default_ssl_context = False - if self.ssl_context is None: - default_ssl_context = True - self.ssl_context = create_urllib3_context( - ssl_version=resolve_ssl_version(self.ssl_version), - cert_reqs=resolve_cert_reqs(self.cert_reqs), - ) - - context = self.ssl_context - context.verify_mode = resolve_cert_reqs(self.cert_reqs) - - # Try to load OS default certs if none are given. - # Works well on Windows (requires Python3.4+) - if (not self.ca_certs and not self.ca_cert_dir and default_ssl_context - and hasattr(context, 'load_default_certs')): - context.load_default_certs() - - self.sock = ssl_wrap_socket( - sock=conn, - keyfile=self.key_file, - certfile=self.cert_file, - key_password=self.key_password, - ca_certs=self.ca_certs, - ca_cert_dir=self.ca_cert_dir, - server_hostname=server_hostname, - ssl_context=context) - - if self.assert_fingerprint: - assert_fingerprint(self.sock.getpeercert(binary_form=True), - self.assert_fingerprint) - elif context.verify_mode != ssl.CERT_NONE \ - and not getattr(context, 'check_hostname', False) \ - and self.assert_hostname is not False: - # While urllib3 attempts to always turn off hostname matching from - # the TLS library, this cannot always be done. So we check whether - # the TLS Library still thinks it's matching hostnames. - cert = self.sock.getpeercert() - if not cert.get('subjectAltName', ()): - warnings.warn(( - 'Certificate for {0} has no `subjectAltName`, falling back to check for a ' - '`commonName` for now. This feature is being removed by major browsers and ' - 'deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 ' - 'for details.)'.format(hostname)), - SubjectAltNameWarning - ) - _match_hostname(cert, self.assert_hostname or server_hostname) - - self.is_verified = ( - context.verify_mode == ssl.CERT_REQUIRED or - self.assert_fingerprint is not None - ) - - -def _match_hostname(cert, asserted_hostname): - try: - match_hostname(cert, asserted_hostname) - except CertificateError as e: - log.error( - 'Certificate did not match expected hostname: %s. ' - 'Certificate: %s', asserted_hostname, cert - ) - # Add cert to exception and reraise so client code can inspect - # the cert when catching the exception, if they want to - e._peer_cert = cert - raise - - -if ssl: - # Make a copy for testing. - UnverifiedHTTPSConnection = HTTPSConnection - HTTPSConnection = VerifiedHTTPSConnection -else: - HTTPSConnection = DummyConnection diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py deleted file mode 100644 index 157568a..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py +++ /dev/null @@ -1,897 +0,0 @@ -from __future__ import absolute_import -import errno -import logging -import sys -import warnings - -from socket import error as SocketError, timeout as SocketTimeout -import socket - - -from .exceptions import ( - ClosedPoolError, - ProtocolError, - EmptyPoolError, - HeaderParsingError, - HostChangedError, - LocationValueError, - MaxRetryError, - ProxyError, - ReadTimeoutError, - SSLError, - TimeoutError, - InsecureRequestWarning, - NewConnectionError, -) -from .packages.ssl_match_hostname import CertificateError -from .packages import six -from .packages.six.moves import queue -from .packages.rfc3986.normalizers import normalize_host -from .connection import ( - port_by_scheme, - DummyConnection, - HTTPConnection, HTTPSConnection, VerifiedHTTPSConnection, - HTTPException, BaseSSLError, -) -from .request import RequestMethods -from .response import HTTPResponse - -from .util.connection import is_connection_dropped -from .util.request import set_file_position -from .util.response import assert_header_parsing -from .util.retry import Retry -from .util.timeout import Timeout -from .util.url import get_host, Url, NORMALIZABLE_SCHEMES -from .util.queue import LifoQueue - - -xrange = six.moves.xrange - -log = logging.getLogger(__name__) - -_Default = object() - - -# Pool objects -class ConnectionPool(object): - """ - Base class for all connection pools, such as - :class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`. - """ - - scheme = None - QueueCls = LifoQueue - - def __init__(self, host, port=None): - if not host: - raise LocationValueError("No host specified.") - - self.host = _normalize_host(host, scheme=self.scheme) - self._proxy_host = host.lower() - self.port = port - - def __str__(self): - return '%s(host=%r, port=%r)' % (type(self).__name__, - self.host, self.port) - - def __enter__(self): - return self - - def __exit__(self, exc_type, exc_val, exc_tb): - self.close() - # Return False to re-raise any potential exceptions - return False - - def close(self): - """ - Close all pooled connections and disable the pool. - """ - pass - - -# This is taken from http://hg.python.org/cpython/file/7aaba721ebc0/Lib/socket.py#l252 -_blocking_errnos = {errno.EAGAIN, errno.EWOULDBLOCK} - - -class HTTPConnectionPool(ConnectionPool, RequestMethods): - """ - Thread-safe connection pool for one host. - - :param host: - Host used for this HTTP Connection (e.g. "localhost"), passed into - :class:`httplib.HTTPConnection`. - - :param port: - Port used for this HTTP Connection (None is equivalent to 80), passed - into :class:`httplib.HTTPConnection`. - - :param strict: - Causes BadStatusLine to be raised if the status line can't be parsed - as a valid HTTP/1.0 or 1.1 status line, passed into - :class:`httplib.HTTPConnection`. - - .. note:: - Only works in Python 2. This parameter is ignored in Python 3. - - :param timeout: - Socket timeout in seconds for each individual connection. This can - be a float or integer, which sets the timeout for the HTTP request, - or an instance of :class:`urllib3.util.Timeout` which gives you more - fine-grained control over request timeouts. After the constructor has - been parsed, this is always a `urllib3.util.Timeout` object. - - :param maxsize: - Number of connections to save that can be reused. More than 1 is useful - in multithreaded situations. If ``block`` is set to False, more - connections will be created but they will not be saved once they've - been used. - - :param block: - If set to True, no more than ``maxsize`` connections will be used at - a time. When no free connections are available, the call will block - until a connection has been released. This is a useful side effect for - particular multithreaded situations where one does not want to use more - than maxsize connections per host to prevent flooding. - - :param headers: - Headers to include with all requests, unless other headers are given - explicitly. - - :param retries: - Retry configuration to use by default with requests in this pool. - - :param _proxy: - Parsed proxy URL, should not be used directly, instead, see - :class:`urllib3.connectionpool.ProxyManager`" - - :param _proxy_headers: - A dictionary with proxy headers, should not be used directly, - instead, see :class:`urllib3.connectionpool.ProxyManager`" - - :param \\**conn_kw: - Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`, - :class:`urllib3.connection.HTTPSConnection` instances. - """ - - scheme = 'http' - ConnectionCls = HTTPConnection - ResponseCls = HTTPResponse - - def __init__(self, host, port=None, strict=False, - timeout=Timeout.DEFAULT_TIMEOUT, maxsize=1, block=False, - headers=None, retries=None, - _proxy=None, _proxy_headers=None, - **conn_kw): - ConnectionPool.__init__(self, host, port) - RequestMethods.__init__(self, headers) - - self.strict = strict - - if not isinstance(timeout, Timeout): - timeout = Timeout.from_float(timeout) - - if retries is None: - retries = Retry.DEFAULT - - self.timeout = timeout - self.retries = retries - - self.pool = self.QueueCls(maxsize) - self.block = block - - self.proxy = _proxy - self.proxy_headers = _proxy_headers or {} - - # Fill the queue up so that doing get() on it will block properly - for _ in xrange(maxsize): - self.pool.put(None) - - # These are mostly for testing and debugging purposes. - self.num_connections = 0 - self.num_requests = 0 - self.conn_kw = conn_kw - - if self.proxy: - # Enable Nagle's algorithm for proxies, to avoid packet fragmentation. - # We cannot know if the user has added default socket options, so we cannot replace the - # list. - self.conn_kw.setdefault('socket_options', []) - - def _new_conn(self): - """ - Return a fresh :class:`HTTPConnection`. - """ - self.num_connections += 1 - log.debug("Starting new HTTP connection (%d): %s:%s", - self.num_connections, self.host, self.port or "80") - - conn = self.ConnectionCls(host=self.host, port=self.port, - timeout=self.timeout.connect_timeout, - strict=self.strict, **self.conn_kw) - return conn - - def _get_conn(self, timeout=None): - """ - Get a connection. Will return a pooled connection if one is available. - - If no connections are available and :prop:`.block` is ``False``, then a - fresh connection is returned. - - :param timeout: - Seconds to wait before giving up and raising - :class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and - :prop:`.block` is ``True``. - """ - conn = None - try: - conn = self.pool.get(block=self.block, timeout=timeout) - - except AttributeError: # self.pool is None - raise ClosedPoolError(self, "Pool is closed.") - - except queue.Empty: - if self.block: - raise EmptyPoolError(self, - "Pool reached maximum size and no more " - "connections are allowed.") - pass # Oh well, we'll create a new connection then - - # If this is a persistent connection, check if it got disconnected - if conn and is_connection_dropped(conn): - log.debug("Resetting dropped connection: %s", self.host) - conn.close() - if getattr(conn, 'auto_open', 1) == 0: - # This is a proxied connection that has been mutated by - # httplib._tunnel() and cannot be reused (since it would - # attempt to bypass the proxy) - conn = None - - return conn or self._new_conn() - - def _put_conn(self, conn): - """ - Put a connection back into the pool. - - :param conn: - Connection object for the current host and port as returned by - :meth:`._new_conn` or :meth:`._get_conn`. - - If the pool is already full, the connection is closed and discarded - because we exceeded maxsize. If connections are discarded frequently, - then maxsize should be increased. - - If the pool is closed, then the connection will be closed and discarded. - """ - try: - self.pool.put(conn, block=False) - return # Everything is dandy, done. - except AttributeError: - # self.pool is None. - pass - except queue.Full: - # This should never happen if self.block == True - log.warning( - "Connection pool is full, discarding connection: %s", - self.host) - - # Connection never got put back into the pool, close it. - if conn: - conn.close() - - def _validate_conn(self, conn): - """ - Called right before a request is made, after the socket is created. - """ - pass - - def _prepare_proxy(self, conn): - # Nothing to do for HTTP connections. - pass - - def _get_timeout(self, timeout): - """ Helper that always returns a :class:`urllib3.util.Timeout` """ - if timeout is _Default: - return self.timeout.clone() - - if isinstance(timeout, Timeout): - return timeout.clone() - else: - # User passed us an int/float. This is for backwards compatibility, - # can be removed later - return Timeout.from_float(timeout) - - def _raise_timeout(self, err, url, timeout_value): - """Is the error actually a timeout? Will raise a ReadTimeout or pass""" - - if isinstance(err, SocketTimeout): - raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value) - - # See the above comment about EAGAIN in Python 3. In Python 2 we have - # to specifically catch it and throw the timeout error - if hasattr(err, 'errno') and err.errno in _blocking_errnos: - raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value) - - # Catch possible read timeouts thrown as SSL errors. If not the - # case, rethrow the original. We need to do this because of: - # http://bugs.python.org/issue10272 - if 'timed out' in str(err) or 'did not complete (read)' in str(err): # Python < 2.7.4 - raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value) - - def _make_request(self, conn, method, url, timeout=_Default, chunked=False, - **httplib_request_kw): - """ - Perform a request on a given urllib connection object taken from our - pool. - - :param conn: - a connection from one of our connection pools - - :param timeout: - Socket timeout in seconds for the request. This can be a - float or integer, which will set the same timeout value for - the socket connect and the socket read, or an instance of - :class:`urllib3.util.Timeout`, which gives you more fine-grained - control over your timeouts. - """ - self.num_requests += 1 - - timeout_obj = self._get_timeout(timeout) - timeout_obj.start_connect() - conn.timeout = timeout_obj.connect_timeout - - # Trigger any extra validation we need to do. - try: - self._validate_conn(conn) - except (SocketTimeout, BaseSSLError) as e: - # Py2 raises this as a BaseSSLError, Py3 raises it as socket timeout. - self._raise_timeout(err=e, url=url, timeout_value=conn.timeout) - raise - - # conn.request() calls httplib.*.request, not the method in - # urllib3.request. It also calls makefile (recv) on the socket. - if chunked: - conn.request_chunked(method, url, **httplib_request_kw) - else: - conn.request(method, url, **httplib_request_kw) - - # Reset the timeout for the recv() on the socket - read_timeout = timeout_obj.read_timeout - - # App Engine doesn't have a sock attr - if getattr(conn, 'sock', None): - # In Python 3 socket.py will catch EAGAIN and return None when you - # try and read into the file pointer created by http.client, which - # instead raises a BadStatusLine exception. Instead of catching - # the exception and assuming all BadStatusLine exceptions are read - # timeouts, check for a zero timeout before making the request. - if read_timeout == 0: - raise ReadTimeoutError( - self, url, "Read timed out. (read timeout=%s)" % read_timeout) - if read_timeout is Timeout.DEFAULT_TIMEOUT: - conn.sock.settimeout(socket.getdefaulttimeout()) - else: # None or a value - conn.sock.settimeout(read_timeout) - - # Receive the response from the server - try: - try: - # Python 2.7, use buffering of HTTP responses - httplib_response = conn.getresponse(buffering=True) - except TypeError: - # Python 3 - try: - httplib_response = conn.getresponse() - except Exception as e: - # Remove the TypeError from the exception chain in Python 3; - # otherwise it looks like a programming error was the cause. - six.raise_from(e, None) - except (SocketTimeout, BaseSSLError, SocketError) as e: - self._raise_timeout(err=e, url=url, timeout_value=read_timeout) - raise - - # AppEngine doesn't have a version attr. - http_version = getattr(conn, '_http_vsn_str', 'HTTP/?') - log.debug("%s://%s:%s \"%s %s %s\" %s %s", self.scheme, self.host, self.port, - method, url, http_version, httplib_response.status, - httplib_response.length) - - try: - assert_header_parsing(httplib_response.msg) - except (HeaderParsingError, TypeError) as hpe: # Platform-specific: Python 3 - log.warning( - 'Failed to parse headers (url=%s): %s', - self._absolute_url(url), hpe, exc_info=True) - - return httplib_response - - def _absolute_url(self, path): - return Url(scheme=self.scheme, host=self.host, port=self.port, path=path).url - - def close(self): - """ - Close all pooled connections and disable the pool. - """ - if self.pool is None: - return - # Disable access to the pool - old_pool, self.pool = self.pool, None - - try: - while True: - conn = old_pool.get(block=False) - if conn: - conn.close() - - except queue.Empty: - pass # Done. - - def is_same_host(self, url): - """ - Check if the given ``url`` is a member of the same host as this - connection pool. - """ - if url.startswith('/'): - return True - - # TODO: Add optional support for socket.gethostbyname checking. - scheme, host, port = get_host(url) - if host is not None: - host = _normalize_host(host, scheme=scheme) - - # Use explicit default port for comparison when none is given - if self.port and not port: - port = port_by_scheme.get(scheme) - elif not self.port and port == port_by_scheme.get(scheme): - port = None - - return (scheme, host, port) == (self.scheme, self.host, self.port) - - def urlopen(self, method, url, body=None, headers=None, retries=None, - redirect=True, assert_same_host=True, timeout=_Default, - pool_timeout=None, release_conn=None, chunked=False, - body_pos=None, **response_kw): - """ - Get a connection from the pool and perform an HTTP request. This is the - lowest level call for making a request, so you'll need to specify all - the raw details. - - .. note:: - - More commonly, it's appropriate to use a convenience method provided - by :class:`.RequestMethods`, such as :meth:`request`. - - .. note:: - - `release_conn` will only behave as expected if - `preload_content=False` because we want to make - `preload_content=False` the default behaviour someday soon without - breaking backwards compatibility. - - :param method: - HTTP request method (such as GET, POST, PUT, etc.) - - :param body: - Data to send in the request body (useful for creating - POST requests, see HTTPConnectionPool.post_url for - more convenience). - - :param headers: - Dictionary of custom headers to send, such as User-Agent, - If-None-Match, etc. If None, pool headers are used. If provided, - these headers completely replace any pool-specific headers. - - :param retries: - Configure the number of retries to allow before raising a - :class:`~urllib3.exceptions.MaxRetryError` exception. - - Pass ``None`` to retry until you receive a response. Pass a - :class:`~urllib3.util.retry.Retry` object for fine-grained control - over different types of retries. - Pass an integer number to retry connection errors that many times, - but no other types of errors. Pass zero to never retry. - - If ``False``, then retries are disabled and any exception is raised - immediately. Also, instead of raising a MaxRetryError on redirects, - the redirect response will be returned. - - :type retries: :class:`~urllib3.util.retry.Retry`, False, or an int. - - :param redirect: - If True, automatically handle redirects (status codes 301, 302, - 303, 307, 308). Each redirect counts as a retry. Disabling retries - will disable redirect, too. - - :param assert_same_host: - If ``True``, will make sure that the host of the pool requests is - consistent else will raise HostChangedError. When False, you can - use the pool on an HTTP proxy and request foreign hosts. - - :param timeout: - If specified, overrides the default timeout for this one - request. It may be a float (in seconds) or an instance of - :class:`urllib3.util.Timeout`. - - :param pool_timeout: - If set and the pool is set to block=True, then this method will - block for ``pool_timeout`` seconds and raise EmptyPoolError if no - connection is available within the time period. - - :param release_conn: - If False, then the urlopen call will not release the connection - back into the pool once a response is received (but will release if - you read the entire contents of the response such as when - `preload_content=True`). This is useful if you're not preloading - the response's content immediately. You will need to call - ``r.release_conn()`` on the response ``r`` to return the connection - back into the pool. If None, it takes the value of - ``response_kw.get('preload_content', True)``. - - :param chunked: - If True, urllib3 will send the body using chunked transfer - encoding. Otherwise, urllib3 will send the body using the standard - content-length form. Defaults to False. - - :param int body_pos: - Position to seek to in file-like body in the event of a retry or - redirect. Typically this won't need to be set because urllib3 will - auto-populate the value when needed. - - :param \\**response_kw: - Additional parameters are passed to - :meth:`urllib3.response.HTTPResponse.from_httplib` - """ - if headers is None: - headers = self.headers - - if not isinstance(retries, Retry): - retries = Retry.from_int(retries, redirect=redirect, default=self.retries) - - if release_conn is None: - release_conn = response_kw.get('preload_content', True) - - # Check host - if assert_same_host and not self.is_same_host(url): - raise HostChangedError(self, url, retries) - - conn = None - - # Track whether `conn` needs to be released before - # returning/raising/recursing. Update this variable if necessary, and - # leave `release_conn` constant throughout the function. That way, if - # the function recurses, the original value of `release_conn` will be - # passed down into the recursive call, and its value will be respected. - # - # See issue #651 [1] for details. - # - # [1] <https://github.com/shazow/urllib3/issues/651> - release_this_conn = release_conn - - # Merge the proxy headers. Only do this in HTTP. We have to copy the - # headers dict so we can safely change it without those changes being - # reflected in anyone else's copy. - if self.scheme == 'http': - headers = headers.copy() - headers.update(self.proxy_headers) - - # Must keep the exception bound to a separate variable or else Python 3 - # complains about UnboundLocalError. - err = None - - # Keep track of whether we cleanly exited the except block. This - # ensures we do proper cleanup in finally. - clean_exit = False - - # Rewind body position, if needed. Record current position - # for future rewinds in the event of a redirect/retry. - body_pos = set_file_position(body, body_pos) - - try: - # Request a connection from the queue. - timeout_obj = self._get_timeout(timeout) - conn = self._get_conn(timeout=pool_timeout) - - conn.timeout = timeout_obj.connect_timeout - - is_new_proxy_conn = self.proxy is not None and not getattr(conn, 'sock', None) - if is_new_proxy_conn: - self._prepare_proxy(conn) - - # Make the request on the httplib connection object. - httplib_response = self._make_request(conn, method, url, - timeout=timeout_obj, - body=body, headers=headers, - chunked=chunked) - - # If we're going to release the connection in ``finally:``, then - # the response doesn't need to know about the connection. Otherwise - # it will also try to release it and we'll have a double-release - # mess. - response_conn = conn if not release_conn else None - - # Pass method to Response for length checking - response_kw['request_method'] = method - - # Import httplib's response into our own wrapper object - response = self.ResponseCls.from_httplib(httplib_response, - pool=self, - connection=response_conn, - retries=retries, - **response_kw) - - # Everything went great! - clean_exit = True - - except queue.Empty: - # Timed out by queue. - raise EmptyPoolError(self, "No pool connections are available.") - - except (TimeoutError, HTTPException, SocketError, ProtocolError, - BaseSSLError, SSLError, CertificateError) as e: - # Discard the connection for these exceptions. It will be - # replaced during the next _get_conn() call. - clean_exit = False - if isinstance(e, (BaseSSLError, CertificateError)): - e = SSLError(e) - elif isinstance(e, (SocketError, NewConnectionError)) and self.proxy: - e = ProxyError('Cannot connect to proxy.', e) - elif isinstance(e, (SocketError, HTTPException)): - e = ProtocolError('Connection aborted.', e) - - retries = retries.increment(method, url, error=e, _pool=self, - _stacktrace=sys.exc_info()[2]) - retries.sleep() - - # Keep track of the error for the retry warning. - err = e - - finally: - if not clean_exit: - # We hit some kind of exception, handled or otherwise. We need - # to throw the connection away unless explicitly told not to. - # Close the connection, set the variable to None, and make sure - # we put the None back in the pool to avoid leaking it. - conn = conn and conn.close() - release_this_conn = True - - if release_this_conn: - # Put the connection back to be reused. If the connection is - # expired then it will be None, which will get replaced with a - # fresh connection during _get_conn. - self._put_conn(conn) - - if not conn: - # Try again - log.warning("Retrying (%r) after connection " - "broken by '%r': %s", retries, err, url) - return self.urlopen(method, url, body, headers, retries, - redirect, assert_same_host, - timeout=timeout, pool_timeout=pool_timeout, - release_conn=release_conn, body_pos=body_pos, - **response_kw) - - def drain_and_release_conn(response): - try: - # discard any remaining response body, the connection will be - # released back to the pool once the entire response is read - response.read() - except (TimeoutError, HTTPException, SocketError, ProtocolError, - BaseSSLError, SSLError): - pass - - # Handle redirect? - redirect_location = redirect and response.get_redirect_location() - if redirect_location: - if response.status == 303: - method = 'GET' - - try: - retries = retries.increment(method, url, response=response, _pool=self) - except MaxRetryError: - if retries.raise_on_redirect: - # Drain and release the connection for this response, since - # we're not returning it to be released manually. - drain_and_release_conn(response) - raise - return response - - # drain and return the connection to the pool before recursing - drain_and_release_conn(response) - - retries.sleep_for_retry(response) - log.debug("Redirecting %s -> %s", url, redirect_location) - return self.urlopen( - method, redirect_location, body, headers, - retries=retries, redirect=redirect, - assert_same_host=assert_same_host, - timeout=timeout, pool_timeout=pool_timeout, - release_conn=release_conn, body_pos=body_pos, - **response_kw) - - # Check if we should retry the HTTP response. - has_retry_after = bool(response.getheader('Retry-After')) - if retries.is_retry(method, response.status, has_retry_after): - try: - retries = retries.increment(method, url, response=response, _pool=self) - except MaxRetryError: - if retries.raise_on_status: - # Drain and release the connection for this response, since - # we're not returning it to be released manually. - drain_and_release_conn(response) - raise - return response - - # drain and return the connection to the pool before recursing - drain_and_release_conn(response) - - retries.sleep(response) - log.debug("Retry: %s", url) - return self.urlopen( - method, url, body, headers, - retries=retries, redirect=redirect, - assert_same_host=assert_same_host, - timeout=timeout, pool_timeout=pool_timeout, - release_conn=release_conn, - body_pos=body_pos, **response_kw) - - return response - - -class HTTPSConnectionPool(HTTPConnectionPool): - """ - Same as :class:`.HTTPConnectionPool`, but HTTPS. - - When Python is compiled with the :mod:`ssl` module, then - :class:`.VerifiedHTTPSConnection` is used, which *can* verify certificates, - instead of :class:`.HTTPSConnection`. - - :class:`.VerifiedHTTPSConnection` uses one of ``assert_fingerprint``, - ``assert_hostname`` and ``host`` in this order to verify connections. - If ``assert_hostname`` is False, no verification is done. - - The ``key_file``, ``cert_file``, ``cert_reqs``, ``ca_certs``, - ``ca_cert_dir``, ``ssl_version``, ``key_password`` are only used if :mod:`ssl` - is available and are fed into :meth:`urllib3.util.ssl_wrap_socket` to upgrade - the connection socket into an SSL socket. - """ - - scheme = 'https' - ConnectionCls = HTTPSConnection - - def __init__(self, host, port=None, - strict=False, timeout=Timeout.DEFAULT_TIMEOUT, maxsize=1, - block=False, headers=None, retries=None, - _proxy=None, _proxy_headers=None, - key_file=None, cert_file=None, cert_reqs=None, - key_password=None, ca_certs=None, ssl_version=None, - assert_hostname=None, assert_fingerprint=None, - ca_cert_dir=None, **conn_kw): - - HTTPConnectionPool.__init__(self, host, port, strict, timeout, maxsize, - block, headers, retries, _proxy, _proxy_headers, - **conn_kw) - - self.key_file = key_file - self.cert_file = cert_file - self.cert_reqs = cert_reqs - self.key_password = key_password - self.ca_certs = ca_certs - self.ca_cert_dir = ca_cert_dir - self.ssl_version = ssl_version - self.assert_hostname = assert_hostname - self.assert_fingerprint = assert_fingerprint - - def _prepare_conn(self, conn): - """ - Prepare the ``connection`` for :meth:`urllib3.util.ssl_wrap_socket` - and establish the tunnel if proxy is used. - """ - - if isinstance(conn, VerifiedHTTPSConnection): - conn.set_cert(key_file=self.key_file, - key_password=self.key_password, - cert_file=self.cert_file, - cert_reqs=self.cert_reqs, - ca_certs=self.ca_certs, - ca_cert_dir=self.ca_cert_dir, - assert_hostname=self.assert_hostname, - assert_fingerprint=self.assert_fingerprint) - conn.ssl_version = self.ssl_version - return conn - - def _prepare_proxy(self, conn): - """ - Establish tunnel connection early, because otherwise httplib - would improperly set Host: header to proxy's IP:port. - """ - conn.set_tunnel(self._proxy_host, self.port, self.proxy_headers) - conn.connect() - - def _new_conn(self): - """ - Return a fresh :class:`httplib.HTTPSConnection`. - """ - self.num_connections += 1 - log.debug("Starting new HTTPS connection (%d): %s:%s", - self.num_connections, self.host, self.port or "443") - - if not self.ConnectionCls or self.ConnectionCls is DummyConnection: - raise SSLError("Can't connect to HTTPS URL because the SSL " - "module is not available.") - - actual_host = self.host - actual_port = self.port - if self.proxy is not None: - actual_host = self.proxy.host - actual_port = self.proxy.port - - conn = self.ConnectionCls(host=actual_host, port=actual_port, - timeout=self.timeout.connect_timeout, - strict=self.strict, cert_file=self.cert_file, - key_file=self.key_file, key_password=self.key_password, - **self.conn_kw) - - return self._prepare_conn(conn) - - def _validate_conn(self, conn): - """ - Called right before a request is made, after the socket is created. - """ - super(HTTPSConnectionPool, self)._validate_conn(conn) - - # Force connect early to allow us to validate the connection. - if not getattr(conn, 'sock', None): # AppEngine might not have `.sock` - conn.connect() - - if not conn.is_verified: - warnings.warn(( - 'Unverified HTTPS request is being made. ' - 'Adding certificate verification is strongly advised. See: ' - 'https://urllib3.readthedocs.io/en/latest/advanced-usage.html' - '#ssl-warnings'), - InsecureRequestWarning) - - -def connection_from_url(url, **kw): - """ - Given a url, return an :class:`.ConnectionPool` instance of its host. - - This is a shortcut for not having to parse out the scheme, host, and port - of the url before creating an :class:`.ConnectionPool` instance. - - :param url: - Absolute URL string that must include the scheme. Port is optional. - - :param \\**kw: - Passes additional parameters to the constructor of the appropriate - :class:`.ConnectionPool`. Useful for specifying things like - timeout, maxsize, headers, etc. - - Example:: - - >>> conn = connection_from_url('http://google.com/') - >>> r = conn.request('GET', '/') - """ - scheme, host, port = get_host(url) - port = port or port_by_scheme.get(scheme, 80) - if scheme == 'https': - return HTTPSConnectionPool(host, port=port, **kw) - else: - return HTTPConnectionPool(host, port=port, **kw) - - -def _normalize_host(host, scheme): - """ - Normalize hosts for comparisons and use with sockets. - """ - - # httplib doesn't like it when we include brackets in IPv6 addresses - # Specifically, if we include brackets but also pass the port then - # httplib crazily doubles up the square brackets on the Host header. - # Instead, we need to make sure we never pass ``None`` as the port. - # However, for backward compatibility reasons we can't actually - # *assert* that. See http://bugs.python.org/issue28539 - if host.startswith('[') and host.endswith(']'): - host = host.strip('[]') - if scheme in NORMALIZABLE_SCHEMES: - host = normalize_host(host) - return host diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index cc0ba865a99502a0eb42110db540232ed0b4a08b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 160 zcmWIL<>g`kf=)}}co6*<L?8o3AjbiSi&=m~3PUi1CZpd<h9ZzKg81dCUy@s(Uyxa# zo0(T!l9-dDTa{^%U!Iy_3K9h4__EZzl>8$7(xRN4%p_y|<ovvnqRb@y`1s7c%#!$c Xy@JYH95%W6DWy57b|B+F12F>tMAjy0 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc deleted file mode 100644 index d1bd9a1d06f2b3b4ffdec597acd4bd33c30f17d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1088 zcmZ`&K~LK-6t<l-4JF+Mo7i?3%C!f`0Zn4kG_Bi0#esraU=kOr)K&?kapah8>y=&h zFSa8;W`7{po%R=YfW7Bdv=Y>k-?Kj_e&74v^HIHCBQSovdCGq?LjK@pegH<^!z{MJ z2y#LM6)dGER5-%@PEMGp2oJm?s=^2FiX~A4UlGe90PhLbC5`&{L+$V^DZ-%=m#GYM ztwxEEu$R582#pGbG_r3(b0))Po`-QZNHQ79Y?Nq~4P|CFYkz?OY4_324+@))FpE_% zhFp>SiJ{iAE7B#`wB2yZ)uiC5>i1IK%X4WjFINBqB4Q3&y9e>%Xjohm?ZM^N{M(Pr zFpu&i-$=5;^wM-=oNTKv^6WK&cJh(TgwoNaPSfOcE9$Gv=;Sn-MdH)UHuG;~0736q z`Iw0<3H7LZ%b0tk5nG)0qiNbIz_bHMS!2-}%>Jh<u%5A>tg3*O&*sDOqL+zN^%XBG z@OMJ>64-lT9RRJ`FJK|4A?NhMQ)`0ZN;ogcg$MO^+vQ60;2>_dcH1%U9JLR3_u_Hz zNseTyax7<5KJLby<G91S`#Xo9o1M79N~VgkI#uQ&&Kjd*nF}ljp*0%ZT5K`R5Wc&k zxjs)*ts7_%)C=fplzhC}QfdJ0IqSekFT+8@(E&JJN3%#!?ZWAEnA7qhImWyji{B%N zA6p$KU3*S{GJILTm~bxe#ejlds~Pj-y`9oE`clqwD4l^c4+@0jULl8R4RPP7mQ~J$ n>T^Cx1N+HV*J@|^EzGL)-%j4_JA7va%HX=b<9ojASA6e30MFgV diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc deleted file mode 100644 index 2a7dac827704de940d6b6ffa51073330e544688e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8401 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc deleted file mode 100644 index b2cd828a5ebb550835c0a2b629cfabe046a9c5ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3227 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 bCF{=7tlW<#o_|c{sJ8<G4Z*33>6-rqf^Tt5 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc deleted file mode 100644 index 822da456316d4f05a7893f83be1ede3c97b3f6ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14932 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc deleted file mode 100644 index c7996721ef9d995e1a7253ca48affee051ea41b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19860 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 GjQu}>Pigf4 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.pyc deleted file mode 100644 index 6ffb72860a3ab743ef2860c73f044b91612afdcf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5546 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 PFUM_t_Qsqsi{F0%g46G6 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py deleted file mode 100644 index f3e0094..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +++ /dev/null @@ -1,30 +0,0 @@ -""" -This module provides means to detect the App Engine environment. -""" - -import os - - -def is_appengine(): - return (is_local_appengine() or - is_prod_appengine() or - is_prod_appengine_mvms()) - - -def is_appengine_sandbox(): - return is_appengine() and not is_prod_appengine_mvms() - - -def is_local_appengine(): - return ('APPENGINE_RUNTIME' in os.environ and - 'Development/' in os.environ['SERVER_SOFTWARE']) - - -def is_prod_appengine(): - return ('APPENGINE_RUNTIME' in os.environ and - 'Google App Engine/' in os.environ['SERVER_SOFTWARE'] and - not is_prod_appengine_mvms()) - - -def is_prod_appengine_mvms(): - return os.environ.get('GAE_VM', False) == 'true' diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 7d8b067a41b321715d36940a103565991f48c5c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 177 zcmWIL<>g`kf=)}}co6*<L?8o3AjbiSi&=m~3PUi1CZpd<h9ZzKg7_7tUy@s(Uyxa# zo0(T!l9-dDTa{^%U!Iy_3K9h4__EZzl>8$7(xRN4%p_y|<ovvnqRb@y_~O*$(xTLo oqQt!7g8ZTq{rLFIyv&mLc)fzkTO2mI`6;D2sdgayJ_9iW08nTxd;kCd diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc deleted file mode 100644 index ed684e9714fbda519111bae4c9e19650a9ab8762..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10332 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc deleted file mode 100644 index 5ffd25410c4bb3cece0c22982ebeae90bb0a2b2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7529 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 DKXdG_ diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py deleted file mode 100644 index be34215..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +++ /dev/null @@ -1,593 +0,0 @@ -""" -This module uses ctypes to bind a whole bunch of functions and constants from -SecureTransport. The goal here is to provide the low-level API to -SecureTransport. These are essentially the C-level functions and constants, and -they're pretty gross to work with. - -This code is a bastardised version of the code found in Will Bond's oscrypto -library. An enormous debt is owed to him for blazing this trail for us. For -that reason, this code should be considered to be covered both by urllib3's -license and by oscrypto's: - - Copyright (c) 2015-2016 Will Bond <will@wbond.net> - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. -""" -from __future__ import absolute_import - -import platform -from ctypes.util import find_library -from ctypes import ( - c_void_p, c_int32, c_char_p, c_size_t, c_byte, c_uint32, c_ulong, c_long, - c_bool -) -from ctypes import CDLL, POINTER, CFUNCTYPE - - -security_path = find_library('Security') -if not security_path: - raise ImportError('The library Security could not be found') - - -core_foundation_path = find_library('CoreFoundation') -if not core_foundation_path: - raise ImportError('The library CoreFoundation could not be found') - - -version = platform.mac_ver()[0] -version_info = tuple(map(int, version.split('.'))) -if version_info < (10, 8): - raise OSError( - 'Only OS X 10.8 and newer are supported, not %s.%s' % ( - version_info[0], version_info[1] - ) - ) - -Security = CDLL(security_path, use_errno=True) -CoreFoundation = CDLL(core_foundation_path, use_errno=True) - -Boolean = c_bool -CFIndex = c_long -CFStringEncoding = c_uint32 -CFData = c_void_p -CFString = c_void_p -CFArray = c_void_p -CFMutableArray = c_void_p -CFDictionary = c_void_p -CFError = c_void_p -CFType = c_void_p -CFTypeID = c_ulong - -CFTypeRef = POINTER(CFType) -CFAllocatorRef = c_void_p - -OSStatus = c_int32 - -CFDataRef = POINTER(CFData) -CFStringRef = POINTER(CFString) -CFArrayRef = POINTER(CFArray) -CFMutableArrayRef = POINTER(CFMutableArray) -CFDictionaryRef = POINTER(CFDictionary) -CFArrayCallBacks = c_void_p -CFDictionaryKeyCallBacks = c_void_p -CFDictionaryValueCallBacks = c_void_p - -SecCertificateRef = POINTER(c_void_p) -SecExternalFormat = c_uint32 -SecExternalItemType = c_uint32 -SecIdentityRef = POINTER(c_void_p) -SecItemImportExportFlags = c_uint32 -SecItemImportExportKeyParameters = c_void_p -SecKeychainRef = POINTER(c_void_p) -SSLProtocol = c_uint32 -SSLCipherSuite = c_uint32 -SSLContextRef = POINTER(c_void_p) -SecTrustRef = POINTER(c_void_p) -SSLConnectionRef = c_uint32 -SecTrustResultType = c_uint32 -SecTrustOptionFlags = c_uint32 -SSLProtocolSide = c_uint32 -SSLConnectionType = c_uint32 -SSLSessionOption = c_uint32 - - -try: - Security.SecItemImport.argtypes = [ - CFDataRef, - CFStringRef, - POINTER(SecExternalFormat), - POINTER(SecExternalItemType), - SecItemImportExportFlags, - POINTER(SecItemImportExportKeyParameters), - SecKeychainRef, - POINTER(CFArrayRef), - ] - Security.SecItemImport.restype = OSStatus - - Security.SecCertificateGetTypeID.argtypes = [] - Security.SecCertificateGetTypeID.restype = CFTypeID - - Security.SecIdentityGetTypeID.argtypes = [] - Security.SecIdentityGetTypeID.restype = CFTypeID - - Security.SecKeyGetTypeID.argtypes = [] - Security.SecKeyGetTypeID.restype = CFTypeID - - Security.SecCertificateCreateWithData.argtypes = [ - CFAllocatorRef, - CFDataRef - ] - Security.SecCertificateCreateWithData.restype = SecCertificateRef - - Security.SecCertificateCopyData.argtypes = [ - SecCertificateRef - ] - Security.SecCertificateCopyData.restype = CFDataRef - - Security.SecCopyErrorMessageString.argtypes = [ - OSStatus, - c_void_p - ] - Security.SecCopyErrorMessageString.restype = CFStringRef - - Security.SecIdentityCreateWithCertificate.argtypes = [ - CFTypeRef, - SecCertificateRef, - POINTER(SecIdentityRef) - ] - Security.SecIdentityCreateWithCertificate.restype = OSStatus - - Security.SecKeychainCreate.argtypes = [ - c_char_p, - c_uint32, - c_void_p, - Boolean, - c_void_p, - POINTER(SecKeychainRef) - ] - Security.SecKeychainCreate.restype = OSStatus - - Security.SecKeychainDelete.argtypes = [ - SecKeychainRef - ] - Security.SecKeychainDelete.restype = OSStatus - - Security.SecPKCS12Import.argtypes = [ - CFDataRef, - CFDictionaryRef, - POINTER(CFArrayRef) - ] - Security.SecPKCS12Import.restype = OSStatus - - SSLReadFunc = CFUNCTYPE(OSStatus, SSLConnectionRef, c_void_p, POINTER(c_size_t)) - SSLWriteFunc = CFUNCTYPE(OSStatus, SSLConnectionRef, POINTER(c_byte), POINTER(c_size_t)) - - Security.SSLSetIOFuncs.argtypes = [ - SSLContextRef, - SSLReadFunc, - SSLWriteFunc - ] - Security.SSLSetIOFuncs.restype = OSStatus - - Security.SSLSetPeerID.argtypes = [ - SSLContextRef, - c_char_p, - c_size_t - ] - Security.SSLSetPeerID.restype = OSStatus - - Security.SSLSetCertificate.argtypes = [ - SSLContextRef, - CFArrayRef - ] - Security.SSLSetCertificate.restype = OSStatus - - Security.SSLSetCertificateAuthorities.argtypes = [ - SSLContextRef, - CFTypeRef, - Boolean - ] - Security.SSLSetCertificateAuthorities.restype = OSStatus - - Security.SSLSetConnection.argtypes = [ - SSLContextRef, - SSLConnectionRef - ] - Security.SSLSetConnection.restype = OSStatus - - Security.SSLSetPeerDomainName.argtypes = [ - SSLContextRef, - c_char_p, - c_size_t - ] - Security.SSLSetPeerDomainName.restype = OSStatus - - Security.SSLHandshake.argtypes = [ - SSLContextRef - ] - Security.SSLHandshake.restype = OSStatus - - Security.SSLRead.argtypes = [ - SSLContextRef, - c_char_p, - c_size_t, - POINTER(c_size_t) - ] - Security.SSLRead.restype = OSStatus - - Security.SSLWrite.argtypes = [ - SSLContextRef, - c_char_p, - c_size_t, - POINTER(c_size_t) - ] - Security.SSLWrite.restype = OSStatus - - Security.SSLClose.argtypes = [ - SSLContextRef - ] - Security.SSLClose.restype = OSStatus - - Security.SSLGetNumberSupportedCiphers.argtypes = [ - SSLContextRef, - POINTER(c_size_t) - ] - Security.SSLGetNumberSupportedCiphers.restype = OSStatus - - Security.SSLGetSupportedCiphers.argtypes = [ - SSLContextRef, - POINTER(SSLCipherSuite), - POINTER(c_size_t) - ] - Security.SSLGetSupportedCiphers.restype = OSStatus - - Security.SSLSetEnabledCiphers.argtypes = [ - SSLContextRef, - POINTER(SSLCipherSuite), - c_size_t - ] - Security.SSLSetEnabledCiphers.restype = OSStatus - - Security.SSLGetNumberEnabledCiphers.argtype = [ - SSLContextRef, - POINTER(c_size_t) - ] - Security.SSLGetNumberEnabledCiphers.restype = OSStatus - - Security.SSLGetEnabledCiphers.argtypes = [ - SSLContextRef, - POINTER(SSLCipherSuite), - POINTER(c_size_t) - ] - Security.SSLGetEnabledCiphers.restype = OSStatus - - Security.SSLGetNegotiatedCipher.argtypes = [ - SSLContextRef, - POINTER(SSLCipherSuite) - ] - Security.SSLGetNegotiatedCipher.restype = OSStatus - - Security.SSLGetNegotiatedProtocolVersion.argtypes = [ - SSLContextRef, - POINTER(SSLProtocol) - ] - Security.SSLGetNegotiatedProtocolVersion.restype = OSStatus - - Security.SSLCopyPeerTrust.argtypes = [ - SSLContextRef, - POINTER(SecTrustRef) - ] - Security.SSLCopyPeerTrust.restype = OSStatus - - Security.SecTrustSetAnchorCertificates.argtypes = [ - SecTrustRef, - CFArrayRef - ] - Security.SecTrustSetAnchorCertificates.restype = OSStatus - - Security.SecTrustSetAnchorCertificatesOnly.argstypes = [ - SecTrustRef, - Boolean - ] - Security.SecTrustSetAnchorCertificatesOnly.restype = OSStatus - - Security.SecTrustEvaluate.argtypes = [ - SecTrustRef, - POINTER(SecTrustResultType) - ] - Security.SecTrustEvaluate.restype = OSStatus - - Security.SecTrustGetCertificateCount.argtypes = [ - SecTrustRef - ] - Security.SecTrustGetCertificateCount.restype = CFIndex - - Security.SecTrustGetCertificateAtIndex.argtypes = [ - SecTrustRef, - CFIndex - ] - Security.SecTrustGetCertificateAtIndex.restype = SecCertificateRef - - Security.SSLCreateContext.argtypes = [ - CFAllocatorRef, - SSLProtocolSide, - SSLConnectionType - ] - Security.SSLCreateContext.restype = SSLContextRef - - Security.SSLSetSessionOption.argtypes = [ - SSLContextRef, - SSLSessionOption, - Boolean - ] - Security.SSLSetSessionOption.restype = OSStatus - - Security.SSLSetProtocolVersionMin.argtypes = [ - SSLContextRef, - SSLProtocol - ] - Security.SSLSetProtocolVersionMin.restype = OSStatus - - Security.SSLSetProtocolVersionMax.argtypes = [ - SSLContextRef, - SSLProtocol - ] - Security.SSLSetProtocolVersionMax.restype = OSStatus - - Security.SecCopyErrorMessageString.argtypes = [ - OSStatus, - c_void_p - ] - Security.SecCopyErrorMessageString.restype = CFStringRef - - Security.SSLReadFunc = SSLReadFunc - Security.SSLWriteFunc = SSLWriteFunc - Security.SSLContextRef = SSLContextRef - Security.SSLProtocol = SSLProtocol - Security.SSLCipherSuite = SSLCipherSuite - Security.SecIdentityRef = SecIdentityRef - Security.SecKeychainRef = SecKeychainRef - Security.SecTrustRef = SecTrustRef - Security.SecTrustResultType = SecTrustResultType - Security.SecExternalFormat = SecExternalFormat - Security.OSStatus = OSStatus - - Security.kSecImportExportPassphrase = CFStringRef.in_dll( - Security, 'kSecImportExportPassphrase' - ) - Security.kSecImportItemIdentity = CFStringRef.in_dll( - Security, 'kSecImportItemIdentity' - ) - - # CoreFoundation time! - CoreFoundation.CFRetain.argtypes = [ - CFTypeRef - ] - CoreFoundation.CFRetain.restype = CFTypeRef - - CoreFoundation.CFRelease.argtypes = [ - CFTypeRef - ] - CoreFoundation.CFRelease.restype = None - - CoreFoundation.CFGetTypeID.argtypes = [ - CFTypeRef - ] - CoreFoundation.CFGetTypeID.restype = CFTypeID - - CoreFoundation.CFStringCreateWithCString.argtypes = [ - CFAllocatorRef, - c_char_p, - CFStringEncoding - ] - CoreFoundation.CFStringCreateWithCString.restype = CFStringRef - - CoreFoundation.CFStringGetCStringPtr.argtypes = [ - CFStringRef, - CFStringEncoding - ] - CoreFoundation.CFStringGetCStringPtr.restype = c_char_p - - CoreFoundation.CFStringGetCString.argtypes = [ - CFStringRef, - c_char_p, - CFIndex, - CFStringEncoding - ] - CoreFoundation.CFStringGetCString.restype = c_bool - - CoreFoundation.CFDataCreate.argtypes = [ - CFAllocatorRef, - c_char_p, - CFIndex - ] - CoreFoundation.CFDataCreate.restype = CFDataRef - - CoreFoundation.CFDataGetLength.argtypes = [ - CFDataRef - ] - CoreFoundation.CFDataGetLength.restype = CFIndex - - CoreFoundation.CFDataGetBytePtr.argtypes = [ - CFDataRef - ] - CoreFoundation.CFDataGetBytePtr.restype = c_void_p - - CoreFoundation.CFDictionaryCreate.argtypes = [ - CFAllocatorRef, - POINTER(CFTypeRef), - POINTER(CFTypeRef), - CFIndex, - CFDictionaryKeyCallBacks, - CFDictionaryValueCallBacks - ] - CoreFoundation.CFDictionaryCreate.restype = CFDictionaryRef - - CoreFoundation.CFDictionaryGetValue.argtypes = [ - CFDictionaryRef, - CFTypeRef - ] - CoreFoundation.CFDictionaryGetValue.restype = CFTypeRef - - CoreFoundation.CFArrayCreate.argtypes = [ - CFAllocatorRef, - POINTER(CFTypeRef), - CFIndex, - CFArrayCallBacks, - ] - CoreFoundation.CFArrayCreate.restype = CFArrayRef - - CoreFoundation.CFArrayCreateMutable.argtypes = [ - CFAllocatorRef, - CFIndex, - CFArrayCallBacks - ] - CoreFoundation.CFArrayCreateMutable.restype = CFMutableArrayRef - - CoreFoundation.CFArrayAppendValue.argtypes = [ - CFMutableArrayRef, - c_void_p - ] - CoreFoundation.CFArrayAppendValue.restype = None - - CoreFoundation.CFArrayGetCount.argtypes = [ - CFArrayRef - ] - CoreFoundation.CFArrayGetCount.restype = CFIndex - - CoreFoundation.CFArrayGetValueAtIndex.argtypes = [ - CFArrayRef, - CFIndex - ] - CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p - - CoreFoundation.kCFAllocatorDefault = CFAllocatorRef.in_dll( - CoreFoundation, 'kCFAllocatorDefault' - ) - CoreFoundation.kCFTypeArrayCallBacks = c_void_p.in_dll(CoreFoundation, 'kCFTypeArrayCallBacks') - CoreFoundation.kCFTypeDictionaryKeyCallBacks = c_void_p.in_dll( - CoreFoundation, 'kCFTypeDictionaryKeyCallBacks' - ) - CoreFoundation.kCFTypeDictionaryValueCallBacks = c_void_p.in_dll( - CoreFoundation, 'kCFTypeDictionaryValueCallBacks' - ) - - CoreFoundation.CFTypeRef = CFTypeRef - CoreFoundation.CFArrayRef = CFArrayRef - CoreFoundation.CFStringRef = CFStringRef - CoreFoundation.CFDictionaryRef = CFDictionaryRef - -except (AttributeError): - raise ImportError('Error initializing ctypes') - - -class CFConst(object): - """ - A class object that acts as essentially a namespace for CoreFoundation - constants. - """ - kCFStringEncodingUTF8 = CFStringEncoding(0x08000100) - - -class SecurityConst(object): - """ - A class object that acts as essentially a namespace for Security constants. - """ - kSSLSessionOptionBreakOnServerAuth = 0 - - kSSLProtocol2 = 1 - kSSLProtocol3 = 2 - kTLSProtocol1 = 4 - kTLSProtocol11 = 7 - kTLSProtocol12 = 8 - kTLSProtocol13 = 10 - kTLSProtocolMaxSupported = 999 - - kSSLClientSide = 1 - kSSLStreamType = 0 - - kSecFormatPEMSequence = 10 - - kSecTrustResultInvalid = 0 - kSecTrustResultProceed = 1 - # This gap is present on purpose: this was kSecTrustResultConfirm, which - # is deprecated. - kSecTrustResultDeny = 3 - kSecTrustResultUnspecified = 4 - kSecTrustResultRecoverableTrustFailure = 5 - kSecTrustResultFatalTrustFailure = 6 - kSecTrustResultOtherError = 7 - - errSSLProtocol = -9800 - errSSLWouldBlock = -9803 - errSSLClosedGraceful = -9805 - errSSLClosedNoNotify = -9816 - errSSLClosedAbort = -9806 - - errSSLXCertChainInvalid = -9807 - errSSLCrypto = -9809 - errSSLInternal = -9810 - errSSLCertExpired = -9814 - errSSLCertNotYetValid = -9815 - errSSLUnknownRootCert = -9812 - errSSLNoRootCert = -9813 - errSSLHostNameMismatch = -9843 - errSSLPeerHandshakeFail = -9824 - errSSLPeerUserCancelled = -9839 - errSSLWeakPeerEphemeralDHKey = -9850 - errSSLServerAuthCompleted = -9841 - errSSLRecordOverflow = -9847 - - errSecVerifyFailed = -67808 - errSecNoTrustSettings = -25263 - errSecItemNotFound = -25300 - errSecInvalidTrustSettings = -25262 - - # Cipher suites. We only pick the ones our default cipher string allows. - # Source: https://developer.apple.com/documentation/security/1550981-ssl_cipher_suite_values - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 0xC02C - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = 0xC030 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0xC02B - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0xC02F - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = 0xCCA9 - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = 0xCCA8 - TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = 0x009F - TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = 0x009E - TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = 0xC024 - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = 0xC028 - TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = 0xC00A - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0xC014 - TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = 0x006B - TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x0039 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 0xC023 - TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 0xC027 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 0xC009 - TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0xC013 - TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = 0x0067 - TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x0033 - TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x009D - TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x009C - TLS_RSA_WITH_AES_256_CBC_SHA256 = 0x003D - TLS_RSA_WITH_AES_128_CBC_SHA256 = 0x003C - TLS_RSA_WITH_AES_256_CBC_SHA = 0x0035 - TLS_RSA_WITH_AES_128_CBC_SHA = 0x002F - TLS_AES_128_GCM_SHA256 = 0x1301 - TLS_AES_256_GCM_SHA384 = 0x1302 - TLS_AES_128_CCM_8_SHA256 = 0x1305 - TLS_AES_128_CCM_SHA256 = 0x1304 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py deleted file mode 100644 index b13cd9e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +++ /dev/null @@ -1,346 +0,0 @@ -""" -Low-level helpers for the SecureTransport bindings. - -These are Python functions that are not directly related to the high-level APIs -but are necessary to get them to work. They include a whole bunch of low-level -CoreFoundation messing about and memory management. The concerns in this module -are almost entirely about trying to avoid memory leaks and providing -appropriate and useful assistance to the higher-level code. -""" -import base64 -import ctypes -import itertools -import re -import os -import ssl -import tempfile - -from .bindings import Security, CoreFoundation, CFConst - - -# This regular expression is used to grab PEM data out of a PEM bundle. -_PEM_CERTS_RE = re.compile( - b"-----BEGIN CERTIFICATE-----\n(.*?)\n-----END CERTIFICATE-----", re.DOTALL -) - - -def _cf_data_from_bytes(bytestring): - """ - Given a bytestring, create a CFData object from it. This CFData object must - be CFReleased by the caller. - """ - return CoreFoundation.CFDataCreate( - CoreFoundation.kCFAllocatorDefault, bytestring, len(bytestring) - ) - - -def _cf_dictionary_from_tuples(tuples): - """ - Given a list of Python tuples, create an associated CFDictionary. - """ - dictionary_size = len(tuples) - - # We need to get the dictionary keys and values out in the same order. - keys = (t[0] for t in tuples) - values = (t[1] for t in tuples) - cf_keys = (CoreFoundation.CFTypeRef * dictionary_size)(*keys) - cf_values = (CoreFoundation.CFTypeRef * dictionary_size)(*values) - - return CoreFoundation.CFDictionaryCreate( - CoreFoundation.kCFAllocatorDefault, - cf_keys, - cf_values, - dictionary_size, - CoreFoundation.kCFTypeDictionaryKeyCallBacks, - CoreFoundation.kCFTypeDictionaryValueCallBacks, - ) - - -def _cf_string_to_unicode(value): - """ - Creates a Unicode string from a CFString object. Used entirely for error - reporting. - - Yes, it annoys me quite a lot that this function is this complex. - """ - value_as_void_p = ctypes.cast(value, ctypes.POINTER(ctypes.c_void_p)) - - string = CoreFoundation.CFStringGetCStringPtr( - value_as_void_p, - CFConst.kCFStringEncodingUTF8 - ) - if string is None: - buffer = ctypes.create_string_buffer(1024) - result = CoreFoundation.CFStringGetCString( - value_as_void_p, - buffer, - 1024, - CFConst.kCFStringEncodingUTF8 - ) - if not result: - raise OSError('Error copying C string from CFStringRef') - string = buffer.value - if string is not None: - string = string.decode('utf-8') - return string - - -def _assert_no_error(error, exception_class=None): - """ - Checks the return code and throws an exception if there is an error to - report - """ - if error == 0: - return - - cf_error_string = Security.SecCopyErrorMessageString(error, None) - output = _cf_string_to_unicode(cf_error_string) - CoreFoundation.CFRelease(cf_error_string) - - if output is None or output == u'': - output = u'OSStatus %s' % error - - if exception_class is None: - exception_class = ssl.SSLError - - raise exception_class(output) - - -def _cert_array_from_pem(pem_bundle): - """ - Given a bundle of certs in PEM format, turns them into a CFArray of certs - that can be used to validate a cert chain. - """ - # Normalize the PEM bundle's line endings. - pem_bundle = pem_bundle.replace(b"\r\n", b"\n") - - der_certs = [ - base64.b64decode(match.group(1)) - for match in _PEM_CERTS_RE.finditer(pem_bundle) - ] - if not der_certs: - raise ssl.SSLError("No root certificates specified") - - cert_array = CoreFoundation.CFArrayCreateMutable( - CoreFoundation.kCFAllocatorDefault, - 0, - ctypes.byref(CoreFoundation.kCFTypeArrayCallBacks) - ) - if not cert_array: - raise ssl.SSLError("Unable to allocate memory!") - - try: - for der_bytes in der_certs: - certdata = _cf_data_from_bytes(der_bytes) - if not certdata: - raise ssl.SSLError("Unable to allocate memory!") - cert = Security.SecCertificateCreateWithData( - CoreFoundation.kCFAllocatorDefault, certdata - ) - CoreFoundation.CFRelease(certdata) - if not cert: - raise ssl.SSLError("Unable to build cert object!") - - CoreFoundation.CFArrayAppendValue(cert_array, cert) - CoreFoundation.CFRelease(cert) - except Exception: - # We need to free the array before the exception bubbles further. - # We only want to do that if an error occurs: otherwise, the caller - # should free. - CoreFoundation.CFRelease(cert_array) - - return cert_array - - -def _is_cert(item): - """ - Returns True if a given CFTypeRef is a certificate. - """ - expected = Security.SecCertificateGetTypeID() - return CoreFoundation.CFGetTypeID(item) == expected - - -def _is_identity(item): - """ - Returns True if a given CFTypeRef is an identity. - """ - expected = Security.SecIdentityGetTypeID() - return CoreFoundation.CFGetTypeID(item) == expected - - -def _temporary_keychain(): - """ - This function creates a temporary Mac keychain that we can use to work with - credentials. This keychain uses a one-time password and a temporary file to - store the data. We expect to have one keychain per socket. The returned - SecKeychainRef must be freed by the caller, including calling - SecKeychainDelete. - - Returns a tuple of the SecKeychainRef and the path to the temporary - directory that contains it. - """ - # Unfortunately, SecKeychainCreate requires a path to a keychain. This - # means we cannot use mkstemp to use a generic temporary file. Instead, - # we're going to create a temporary directory and a filename to use there. - # This filename will be 8 random bytes expanded into base64. We also need - # some random bytes to password-protect the keychain we're creating, so we - # ask for 40 random bytes. - random_bytes = os.urandom(40) - filename = base64.b16encode(random_bytes[:8]).decode('utf-8') - password = base64.b16encode(random_bytes[8:]) # Must be valid UTF-8 - tempdirectory = tempfile.mkdtemp() - - keychain_path = os.path.join(tempdirectory, filename).encode('utf-8') - - # We now want to create the keychain itself. - keychain = Security.SecKeychainRef() - status = Security.SecKeychainCreate( - keychain_path, - len(password), - password, - False, - None, - ctypes.byref(keychain) - ) - _assert_no_error(status) - - # Having created the keychain, we want to pass it off to the caller. - return keychain, tempdirectory - - -def _load_items_from_file(keychain, path): - """ - Given a single file, loads all the trust objects from it into arrays and - the keychain. - Returns a tuple of lists: the first list is a list of identities, the - second a list of certs. - """ - certificates = [] - identities = [] - result_array = None - - with open(path, 'rb') as f: - raw_filedata = f.read() - - try: - filedata = CoreFoundation.CFDataCreate( - CoreFoundation.kCFAllocatorDefault, - raw_filedata, - len(raw_filedata) - ) - result_array = CoreFoundation.CFArrayRef() - result = Security.SecItemImport( - filedata, # cert data - None, # Filename, leaving it out for now - None, # What the type of the file is, we don't care - None, # what's in the file, we don't care - 0, # import flags - None, # key params, can include passphrase in the future - keychain, # The keychain to insert into - ctypes.byref(result_array) # Results - ) - _assert_no_error(result) - - # A CFArray is not very useful to us as an intermediary - # representation, so we are going to extract the objects we want - # and then free the array. We don't need to keep hold of keys: the - # keychain already has them! - result_count = CoreFoundation.CFArrayGetCount(result_array) - for index in range(result_count): - item = CoreFoundation.CFArrayGetValueAtIndex( - result_array, index - ) - item = ctypes.cast(item, CoreFoundation.CFTypeRef) - - if _is_cert(item): - CoreFoundation.CFRetain(item) - certificates.append(item) - elif _is_identity(item): - CoreFoundation.CFRetain(item) - identities.append(item) - finally: - if result_array: - CoreFoundation.CFRelease(result_array) - - CoreFoundation.CFRelease(filedata) - - return (identities, certificates) - - -def _load_client_cert_chain(keychain, *paths): - """ - Load certificates and maybe keys from a number of files. Has the end goal - of returning a CFArray containing one SecIdentityRef, and then zero or more - SecCertificateRef objects, suitable for use as a client certificate trust - chain. - """ - # Ok, the strategy. - # - # This relies on knowing that macOS will not give you a SecIdentityRef - # unless you have imported a key into a keychain. This is a somewhat - # artificial limitation of macOS (for example, it doesn't necessarily - # affect iOS), but there is nothing inside Security.framework that lets you - # get a SecIdentityRef without having a key in a keychain. - # - # So the policy here is we take all the files and iterate them in order. - # Each one will use SecItemImport to have one or more objects loaded from - # it. We will also point at a keychain that macOS can use to work with the - # private key. - # - # Once we have all the objects, we'll check what we actually have. If we - # already have a SecIdentityRef in hand, fab: we'll use that. Otherwise, - # we'll take the first certificate (which we assume to be our leaf) and - # ask the keychain to give us a SecIdentityRef with that cert's associated - # key. - # - # We'll then return a CFArray containing the trust chain: one - # SecIdentityRef and then zero-or-more SecCertificateRef objects. The - # responsibility for freeing this CFArray will be with the caller. This - # CFArray must remain alive for the entire connection, so in practice it - # will be stored with a single SSLSocket, along with the reference to the - # keychain. - certificates = [] - identities = [] - - # Filter out bad paths. - paths = (path for path in paths if path) - - try: - for file_path in paths: - new_identities, new_certs = _load_items_from_file( - keychain, file_path - ) - identities.extend(new_identities) - certificates.extend(new_certs) - - # Ok, we have everything. The question is: do we have an identity? If - # not, we want to grab one from the first cert we have. - if not identities: - new_identity = Security.SecIdentityRef() - status = Security.SecIdentityCreateWithCertificate( - keychain, - certificates[0], - ctypes.byref(new_identity) - ) - _assert_no_error(status) - identities.append(new_identity) - - # We now want to release the original certificate, as we no longer - # need it. - CoreFoundation.CFRelease(certificates.pop(0)) - - # We now need to build a new CFArray that holds the trust chain. - trust_chain = CoreFoundation.CFArrayCreateMutable( - CoreFoundation.kCFAllocatorDefault, - 0, - ctypes.byref(CoreFoundation.kCFTypeArrayCallBacks), - ) - for item in itertools.chain(identities, certificates): - # ArrayAppendValue does a CFRetain on the item. That's fine, - # because the finally block will release our other refs to them. - CoreFoundation.CFArrayAppendValue(trust_chain, item) - - return trust_chain - finally: - for obj in itertools.chain(identities, certificates): - CoreFoundation.CFRelease(obj) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py deleted file mode 100644 index 9b42952..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py +++ /dev/null @@ -1,289 +0,0 @@ -""" -This module provides a pool manager that uses Google App Engine's -`URLFetch Service <https://cloud.google.com/appengine/docs/python/urlfetch>`_. - -Example usage:: - - from pip._vendor.urllib3 import PoolManager - from pip._vendor.urllib3.contrib.appengine import AppEngineManager, is_appengine_sandbox - - if is_appengine_sandbox(): - # AppEngineManager uses AppEngine's URLFetch API behind the scenes - http = AppEngineManager() - else: - # PoolManager uses a socket-level API behind the scenes - http = PoolManager() - - r = http.request('GET', 'https://google.com/') - -There are `limitations <https://cloud.google.com/appengine/docs/python/\ -urlfetch/#Python_Quotas_and_limits>`_ to the URLFetch service and it may not be -the best choice for your application. There are three options for using -urllib3 on Google App Engine: - -1. You can use :class:`AppEngineManager` with URLFetch. URLFetch is - cost-effective in many circumstances as long as your usage is within the - limitations. -2. You can use a normal :class:`~urllib3.PoolManager` by enabling sockets. - Sockets also have `limitations and restrictions - <https://cloud.google.com/appengine/docs/python/sockets/\ - #limitations-and-restrictions>`_ and have a lower free quota than URLFetch. - To use sockets, be sure to specify the following in your ``app.yaml``:: - - env_variables: - GAE_USE_SOCKETS_HTTPLIB : 'true' - -3. If you are using `App Engine Flexible -<https://cloud.google.com/appengine/docs/flexible/>`_, you can use the standard -:class:`PoolManager` without any configuration or special environment variables. -""" - -from __future__ import absolute_import -import io -import logging -import warnings -from ..packages.six.moves.urllib.parse import urljoin - -from ..exceptions import ( - HTTPError, - HTTPWarning, - MaxRetryError, - ProtocolError, - TimeoutError, - SSLError -) - -from ..request import RequestMethods -from ..response import HTTPResponse -from ..util.timeout import Timeout -from ..util.retry import Retry -from . import _appengine_environ - -try: - from google.appengine.api import urlfetch -except ImportError: - urlfetch = None - - -log = logging.getLogger(__name__) - - -class AppEnginePlatformWarning(HTTPWarning): - pass - - -class AppEnginePlatformError(HTTPError): - pass - - -class AppEngineManager(RequestMethods): - """ - Connection manager for Google App Engine sandbox applications. - - This manager uses the URLFetch service directly instead of using the - emulated httplib, and is subject to URLFetch limitations as described in - the App Engine documentation `here - <https://cloud.google.com/appengine/docs/python/urlfetch>`_. - - Notably it will raise an :class:`AppEnginePlatformError` if: - * URLFetch is not available. - * If you attempt to use this on App Engine Flexible, as full socket - support is available. - * If a request size is more than 10 megabytes. - * If a response size is more than 32 megabtyes. - * If you use an unsupported request method such as OPTIONS. - - Beyond those cases, it will raise normal urllib3 errors. - """ - - def __init__(self, headers=None, retries=None, validate_certificate=True, - urlfetch_retries=True): - if not urlfetch: - raise AppEnginePlatformError( - "URLFetch is not available in this environment.") - - if is_prod_appengine_mvms(): - raise AppEnginePlatformError( - "Use normal urllib3.PoolManager instead of AppEngineManager" - "on Managed VMs, as using URLFetch is not necessary in " - "this environment.") - - warnings.warn( - "urllib3 is using URLFetch on Google App Engine sandbox instead " - "of sockets. To use sockets directly instead of URLFetch see " - "https://urllib3.readthedocs.io/en/latest/reference/urllib3.contrib.html.", - AppEnginePlatformWarning) - - RequestMethods.__init__(self, headers) - self.validate_certificate = validate_certificate - self.urlfetch_retries = urlfetch_retries - - self.retries = retries or Retry.DEFAULT - - def __enter__(self): - return self - - def __exit__(self, exc_type, exc_val, exc_tb): - # Return False to re-raise any potential exceptions - return False - - def urlopen(self, method, url, body=None, headers=None, - retries=None, redirect=True, timeout=Timeout.DEFAULT_TIMEOUT, - **response_kw): - - retries = self._get_retries(retries, redirect) - - try: - follow_redirects = ( - redirect and - retries.redirect != 0 and - retries.total) - response = urlfetch.fetch( - url, - payload=body, - method=method, - headers=headers or {}, - allow_truncated=False, - follow_redirects=self.urlfetch_retries and follow_redirects, - deadline=self._get_absolute_timeout(timeout), - validate_certificate=self.validate_certificate, - ) - except urlfetch.DeadlineExceededError as e: - raise TimeoutError(self, e) - - except urlfetch.InvalidURLError as e: - if 'too large' in str(e): - raise AppEnginePlatformError( - "URLFetch request too large, URLFetch only " - "supports requests up to 10mb in size.", e) - raise ProtocolError(e) - - except urlfetch.DownloadError as e: - if 'Too many redirects' in str(e): - raise MaxRetryError(self, url, reason=e) - raise ProtocolError(e) - - except urlfetch.ResponseTooLargeError as e: - raise AppEnginePlatformError( - "URLFetch response too large, URLFetch only supports" - "responses up to 32mb in size.", e) - - except urlfetch.SSLCertificateError as e: - raise SSLError(e) - - except urlfetch.InvalidMethodError as e: - raise AppEnginePlatformError( - "URLFetch does not support method: %s" % method, e) - - http_response = self._urlfetch_response_to_http_response( - response, retries=retries, **response_kw) - - # Handle redirect? - redirect_location = redirect and http_response.get_redirect_location() - if redirect_location: - # Check for redirect response - if (self.urlfetch_retries and retries.raise_on_redirect): - raise MaxRetryError(self, url, "too many redirects") - else: - if http_response.status == 303: - method = 'GET' - - try: - retries = retries.increment(method, url, response=http_response, _pool=self) - except MaxRetryError: - if retries.raise_on_redirect: - raise MaxRetryError(self, url, "too many redirects") - return http_response - - retries.sleep_for_retry(http_response) - log.debug("Redirecting %s -> %s", url, redirect_location) - redirect_url = urljoin(url, redirect_location) - return self.urlopen( - method, redirect_url, body, headers, - retries=retries, redirect=redirect, - timeout=timeout, **response_kw) - - # Check if we should retry the HTTP response. - has_retry_after = bool(http_response.getheader('Retry-After')) - if retries.is_retry(method, http_response.status, has_retry_after): - retries = retries.increment( - method, url, response=http_response, _pool=self) - log.debug("Retry: %s", url) - retries.sleep(http_response) - return self.urlopen( - method, url, - body=body, headers=headers, - retries=retries, redirect=redirect, - timeout=timeout, **response_kw) - - return http_response - - def _urlfetch_response_to_http_response(self, urlfetch_resp, **response_kw): - - if is_prod_appengine(): - # Production GAE handles deflate encoding automatically, but does - # not remove the encoding header. - content_encoding = urlfetch_resp.headers.get('content-encoding') - - if content_encoding == 'deflate': - del urlfetch_resp.headers['content-encoding'] - - transfer_encoding = urlfetch_resp.headers.get('transfer-encoding') - # We have a full response's content, - # so let's make sure we don't report ourselves as chunked data. - if transfer_encoding == 'chunked': - encodings = transfer_encoding.split(",") - encodings.remove('chunked') - urlfetch_resp.headers['transfer-encoding'] = ','.join(encodings) - - original_response = HTTPResponse( - # In order for decoding to work, we must present the content as - # a file-like object. - body=io.BytesIO(urlfetch_resp.content), - msg=urlfetch_resp.header_msg, - headers=urlfetch_resp.headers, - status=urlfetch_resp.status_code, - **response_kw - ) - - return HTTPResponse( - body=io.BytesIO(urlfetch_resp.content), - headers=urlfetch_resp.headers, - status=urlfetch_resp.status_code, - original_response=original_response, - **response_kw - ) - - def _get_absolute_timeout(self, timeout): - if timeout is Timeout.DEFAULT_TIMEOUT: - return None # Defer to URLFetch's default. - if isinstance(timeout, Timeout): - if timeout._read is not None or timeout._connect is not None: - warnings.warn( - "URLFetch does not support granular timeout settings, " - "reverting to total or default URLFetch timeout.", - AppEnginePlatformWarning) - return timeout.total - return timeout - - def _get_retries(self, retries, redirect): - if not isinstance(retries, Retry): - retries = Retry.from_int( - retries, redirect=redirect, default=self.retries) - - if retries.connect or retries.read or retries.redirect: - warnings.warn( - "URLFetch only supports total retries and does not " - "recognize connect, read, or redirect retry parameters.", - AppEnginePlatformWarning) - - return retries - - -# Alias methods from _appengine_environ to maintain public API interface. - -is_appengine = _appengine_environ.is_appengine -is_appengine_sandbox = _appengine_environ.is_appengine_sandbox -is_local_appengine = _appengine_environ.is_local_appengine -is_prod_appengine = _appengine_environ.is_prod_appengine -is_prod_appengine_mvms = _appengine_environ.is_prod_appengine_mvms diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py deleted file mode 100644 index 8ea127c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +++ /dev/null @@ -1,111 +0,0 @@ -""" -NTLM authenticating pool, contributed by erikcederstran - -Issue #10, see: http://code.google.com/p/urllib3/issues/detail?id=10 -""" -from __future__ import absolute_import - -from logging import getLogger -from ntlm import ntlm - -from .. import HTTPSConnectionPool -from ..packages.six.moves.http_client import HTTPSConnection - - -log = getLogger(__name__) - - -class NTLMConnectionPool(HTTPSConnectionPool): - """ - Implements an NTLM authentication version of an urllib3 connection pool - """ - - scheme = 'https' - - def __init__(self, user, pw, authurl, *args, **kwargs): - """ - authurl is a random URL on the server that is protected by NTLM. - user is the Windows user, probably in the DOMAIN\\username format. - pw is the password for the user. - """ - super(NTLMConnectionPool, self).__init__(*args, **kwargs) - self.authurl = authurl - self.rawuser = user - user_parts = user.split('\\', 1) - self.domain = user_parts[0].upper() - self.user = user_parts[1] - self.pw = pw - - def _new_conn(self): - # Performs the NTLM handshake that secures the connection. The socket - # must be kept open while requests are performed. - self.num_connections += 1 - log.debug('Starting NTLM HTTPS connection no. %d: https://%s%s', - self.num_connections, self.host, self.authurl) - - headers = {'Connection': 'Keep-Alive'} - req_header = 'Authorization' - resp_header = 'www-authenticate' - - conn = HTTPSConnection(host=self.host, port=self.port) - - # Send negotiation message - headers[req_header] = ( - 'NTLM %s' % ntlm.create_NTLM_NEGOTIATE_MESSAGE(self.rawuser)) - log.debug('Request headers: %s', headers) - conn.request('GET', self.authurl, None, headers) - res = conn.getresponse() - reshdr = dict(res.getheaders()) - log.debug('Response status: %s %s', res.status, res.reason) - log.debug('Response headers: %s', reshdr) - log.debug('Response data: %s [...]', res.read(100)) - - # Remove the reference to the socket, so that it can not be closed by - # the response object (we want to keep the socket open) - res.fp = None - - # Server should respond with a challenge message - auth_header_values = reshdr[resp_header].split(', ') - auth_header_value = None - for s in auth_header_values: - if s[:5] == 'NTLM ': - auth_header_value = s[5:] - if auth_header_value is None: - raise Exception('Unexpected %s response header: %s' % - (resp_header, reshdr[resp_header])) - - # Send authentication message - ServerChallenge, NegotiateFlags = \ - ntlm.parse_NTLM_CHALLENGE_MESSAGE(auth_header_value) - auth_msg = ntlm.create_NTLM_AUTHENTICATE_MESSAGE(ServerChallenge, - self.user, - self.domain, - self.pw, - NegotiateFlags) - headers[req_header] = 'NTLM %s' % auth_msg - log.debug('Request headers: %s', headers) - conn.request('GET', self.authurl, None, headers) - res = conn.getresponse() - log.debug('Response status: %s %s', res.status, res.reason) - log.debug('Response headers: %s', dict(res.getheaders())) - log.debug('Response data: %s [...]', res.read()[:100]) - if res.status != 200: - if res.status == 401: - raise Exception('Server rejected request: wrong ' - 'username or password') - raise Exception('Wrong server response: %s %s' % - (res.status, res.reason)) - - res.fp = None - log.debug('Connection established') - return conn - - def urlopen(self, method, url, body=None, headers=None, retries=3, - redirect=True, assert_same_host=True): - if headers is None: - headers = {} - headers['Connection'] = 'Keep-Alive' - return super(NTLMConnectionPool, self).urlopen(method, url, body, - headers, retries, - redirect, - assert_same_host) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py deleted file mode 100644 index abfc319..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +++ /dev/null @@ -1,485 +0,0 @@ -""" -SSL with SNI_-support for Python 2. Follow these instructions if you would -like to verify SSL certificates in Python 2. Note, the default libraries do -*not* do certificate checking; you need to do additional work to validate -certificates yourself. - -This needs the following packages installed: - -* pyOpenSSL (tested with 16.0.0) -* cryptography (minimum 1.3.4, from pyopenssl) -* idna (minimum 2.0, from cryptography) - -However, pyopenssl depends on cryptography, which depends on idna, so while we -use all three directly here we end up having relatively few packages required. - -You can install them with the following command: - - pip install pyopenssl cryptography idna - -To activate certificate checking, call -:func:`~urllib3.contrib.pyopenssl.inject_into_urllib3` from your Python code -before you begin making HTTP requests. This can be done in a ``sitecustomize`` -module, or at any other time before your application begins using ``urllib3``, -like this:: - - try: - import urllib3.contrib.pyopenssl - urllib3.contrib.pyopenssl.inject_into_urllib3() - except ImportError: - pass - -Now you can use :mod:`urllib3` as you normally would, and it will support SNI -when the required modules are installed. - -Activating this module also has the positive side effect of disabling SSL/TLS -compression in Python 2 (see `CRIME attack`_). - -If you want to configure the default list of supported cipher suites, you can -set the ``urllib3.contrib.pyopenssl.DEFAULT_SSL_CIPHER_LIST`` variable. - -.. _sni: https://en.wikipedia.org/wiki/Server_Name_Indication -.. _crime attack: https://en.wikipedia.org/wiki/CRIME_(security_exploit) -""" -from __future__ import absolute_import - -import OpenSSL.SSL -from cryptography import x509 -from cryptography.hazmat.backends.openssl import backend as openssl_backend -from cryptography.hazmat.backends.openssl.x509 import _Certificate -try: - from cryptography.x509 import UnsupportedExtension -except ImportError: - # UnsupportedExtension is gone in cryptography >= 2.1.0 - class UnsupportedExtension(Exception): - pass - -from socket import timeout, error as SocketError -from io import BytesIO - -try: # Platform-specific: Python 2 - from socket import _fileobject -except ImportError: # Platform-specific: Python 3 - _fileobject = None - from ..packages.backports.makefile import backport_makefile - -import logging -import ssl -from ..packages import six -import sys - -from .. import util - - -__all__ = ['inject_into_urllib3', 'extract_from_urllib3'] - -# SNI always works. -HAS_SNI = True - -# Map from urllib3 to PyOpenSSL compatible parameter-values. -_openssl_versions = { - util.PROTOCOL_TLS: OpenSSL.SSL.SSLv23_METHOD, - ssl.PROTOCOL_TLSv1: OpenSSL.SSL.TLSv1_METHOD, -} - -if hasattr(ssl, 'PROTOCOL_SSLv3') and hasattr(OpenSSL.SSL, 'SSLv3_METHOD'): - _openssl_versions[ssl.PROTOCOL_SSLv3] = OpenSSL.SSL.SSLv3_METHOD - -if hasattr(ssl, 'PROTOCOL_TLSv1_1') and hasattr(OpenSSL.SSL, 'TLSv1_1_METHOD'): - _openssl_versions[ssl.PROTOCOL_TLSv1_1] = OpenSSL.SSL.TLSv1_1_METHOD - -if hasattr(ssl, 'PROTOCOL_TLSv1_2') and hasattr(OpenSSL.SSL, 'TLSv1_2_METHOD'): - _openssl_versions[ssl.PROTOCOL_TLSv1_2] = OpenSSL.SSL.TLSv1_2_METHOD - - -_stdlib_to_openssl_verify = { - ssl.CERT_NONE: OpenSSL.SSL.VERIFY_NONE, - ssl.CERT_OPTIONAL: OpenSSL.SSL.VERIFY_PEER, - ssl.CERT_REQUIRED: - OpenSSL.SSL.VERIFY_PEER + OpenSSL.SSL.VERIFY_FAIL_IF_NO_PEER_CERT, -} -_openssl_to_stdlib_verify = dict( - (v, k) for k, v in _stdlib_to_openssl_verify.items() -) - -# OpenSSL will only write 16K at a time -SSL_WRITE_BLOCKSIZE = 16384 - -orig_util_HAS_SNI = util.HAS_SNI -orig_util_SSLContext = util.ssl_.SSLContext - - -log = logging.getLogger(__name__) - - -def inject_into_urllib3(): - 'Monkey-patch urllib3 with PyOpenSSL-backed SSL-support.' - - _validate_dependencies_met() - - util.SSLContext = PyOpenSSLContext - util.ssl_.SSLContext = PyOpenSSLContext - util.HAS_SNI = HAS_SNI - util.ssl_.HAS_SNI = HAS_SNI - util.IS_PYOPENSSL = True - util.ssl_.IS_PYOPENSSL = True - - -def extract_from_urllib3(): - 'Undo monkey-patching by :func:`inject_into_urllib3`.' - - util.SSLContext = orig_util_SSLContext - util.ssl_.SSLContext = orig_util_SSLContext - util.HAS_SNI = orig_util_HAS_SNI - util.ssl_.HAS_SNI = orig_util_HAS_SNI - util.IS_PYOPENSSL = False - util.ssl_.IS_PYOPENSSL = False - - -def _validate_dependencies_met(): - """ - Verifies that PyOpenSSL's package-level dependencies have been met. - Throws `ImportError` if they are not met. - """ - # Method added in `cryptography==1.1`; not available in older versions - from cryptography.x509.extensions import Extensions - if getattr(Extensions, "get_extension_for_class", None) is None: - raise ImportError("'cryptography' module missing required functionality. " - "Try upgrading to v1.3.4 or newer.") - - # pyOpenSSL 0.14 and above use cryptography for OpenSSL bindings. The _x509 - # attribute is only present on those versions. - from OpenSSL.crypto import X509 - x509 = X509() - if getattr(x509, "_x509", None) is None: - raise ImportError("'pyOpenSSL' module missing required functionality. " - "Try upgrading to v0.14 or newer.") - - -def _dnsname_to_stdlib(name): - """ - Converts a dNSName SubjectAlternativeName field to the form used by the - standard library on the given Python version. - - Cryptography produces a dNSName as a unicode string that was idna-decoded - from ASCII bytes. We need to idna-encode that string to get it back, and - then on Python 3 we also need to convert to unicode via UTF-8 (the stdlib - uses PyUnicode_FromStringAndSize on it, which decodes via UTF-8). - - If the name cannot be idna-encoded then we return None signalling that - the name given should be skipped. - """ - def idna_encode(name): - """ - Borrowed wholesale from the Python Cryptography Project. It turns out - that we can't just safely call `idna.encode`: it can explode for - wildcard names. This avoids that problem. - """ - from pip._vendor import idna - - try: - for prefix in [u'*.', u'.']: - if name.startswith(prefix): - name = name[len(prefix):] - return prefix.encode('ascii') + idna.encode(name) - return idna.encode(name) - except idna.core.IDNAError: - return None - - # Don't send IPv6 addresses through the IDNA encoder. - if ':' in name: - return name - - name = idna_encode(name) - if name is None: - return None - elif sys.version_info >= (3, 0): - name = name.decode('utf-8') - return name - - -def get_subj_alt_name(peer_cert): - """ - Given an PyOpenSSL certificate, provides all the subject alternative names. - """ - # Pass the cert to cryptography, which has much better APIs for this. - if hasattr(peer_cert, "to_cryptography"): - cert = peer_cert.to_cryptography() - else: - # This is technically using private APIs, but should work across all - # relevant versions before PyOpenSSL got a proper API for this. - cert = _Certificate(openssl_backend, peer_cert._x509) - - # We want to find the SAN extension. Ask Cryptography to locate it (it's - # faster than looping in Python) - try: - ext = cert.extensions.get_extension_for_class( - x509.SubjectAlternativeName - ).value - except x509.ExtensionNotFound: - # No such extension, return the empty list. - return [] - except (x509.DuplicateExtension, UnsupportedExtension, - x509.UnsupportedGeneralNameType, UnicodeError) as e: - # A problem has been found with the quality of the certificate. Assume - # no SAN field is present. - log.warning( - "A problem was encountered with the certificate that prevented " - "urllib3 from finding the SubjectAlternativeName field. This can " - "affect certificate validation. The error was %s", - e, - ) - return [] - - # We want to return dNSName and iPAddress fields. We need to cast the IPs - # back to strings because the match_hostname function wants them as - # strings. - # Sadly the DNS names need to be idna encoded and then, on Python 3, UTF-8 - # decoded. This is pretty frustrating, but that's what the standard library - # does with certificates, and so we need to attempt to do the same. - # We also want to skip over names which cannot be idna encoded. - names = [ - ('DNS', name) for name in map(_dnsname_to_stdlib, ext.get_values_for_type(x509.DNSName)) - if name is not None - ] - names.extend( - ('IP Address', str(name)) - for name in ext.get_values_for_type(x509.IPAddress) - ) - - return names - - -class WrappedSocket(object): - '''API-compatibility wrapper for Python OpenSSL's Connection-class. - - Note: _makefile_refs, _drop() and _reuse() are needed for the garbage - collector of pypy. - ''' - - def __init__(self, connection, socket, suppress_ragged_eofs=True): - self.connection = connection - self.socket = socket - self.suppress_ragged_eofs = suppress_ragged_eofs - self._makefile_refs = 0 - self._closed = False - - def fileno(self): - return self.socket.fileno() - - # Copy-pasted from Python 3.5 source code - def _decref_socketios(self): - if self._makefile_refs > 0: - self._makefile_refs -= 1 - if self._closed: - self.close() - - def recv(self, *args, **kwargs): - try: - data = self.connection.recv(*args, **kwargs) - except OpenSSL.SSL.SysCallError as e: - if self.suppress_ragged_eofs and e.args == (-1, 'Unexpected EOF'): - return b'' - else: - raise SocketError(str(e)) - except OpenSSL.SSL.ZeroReturnError: - if self.connection.get_shutdown() == OpenSSL.SSL.RECEIVED_SHUTDOWN: - return b'' - else: - raise - except OpenSSL.SSL.WantReadError: - if not util.wait_for_read(self.socket, self.socket.gettimeout()): - raise timeout('The read operation timed out') - else: - return self.recv(*args, **kwargs) - - # TLS 1.3 post-handshake authentication - except OpenSSL.SSL.Error as e: - raise ssl.SSLError("read error: %r" % e) - else: - return data - - def recv_into(self, *args, **kwargs): - try: - return self.connection.recv_into(*args, **kwargs) - except OpenSSL.SSL.SysCallError as e: - if self.suppress_ragged_eofs and e.args == (-1, 'Unexpected EOF'): - return 0 - else: - raise SocketError(str(e)) - except OpenSSL.SSL.ZeroReturnError: - if self.connection.get_shutdown() == OpenSSL.SSL.RECEIVED_SHUTDOWN: - return 0 - else: - raise - except OpenSSL.SSL.WantReadError: - if not util.wait_for_read(self.socket, self.socket.gettimeout()): - raise timeout('The read operation timed out') - else: - return self.recv_into(*args, **kwargs) - - # TLS 1.3 post-handshake authentication - except OpenSSL.SSL.Error as e: - raise ssl.SSLError("read error: %r" % e) - - def settimeout(self, timeout): - return self.socket.settimeout(timeout) - - def _send_until_done(self, data): - while True: - try: - return self.connection.send(data) - except OpenSSL.SSL.WantWriteError: - if not util.wait_for_write(self.socket, self.socket.gettimeout()): - raise timeout() - continue - except OpenSSL.SSL.SysCallError as e: - raise SocketError(str(e)) - - def sendall(self, data): - total_sent = 0 - while total_sent < len(data): - sent = self._send_until_done(data[total_sent:total_sent + SSL_WRITE_BLOCKSIZE]) - total_sent += sent - - def shutdown(self): - # FIXME rethrow compatible exceptions should we ever use this - self.connection.shutdown() - - def close(self): - if self._makefile_refs < 1: - try: - self._closed = True - return self.connection.close() - except OpenSSL.SSL.Error: - return - else: - self._makefile_refs -= 1 - - def getpeercert(self, binary_form=False): - x509 = self.connection.get_peer_certificate() - - if not x509: - return x509 - - if binary_form: - return OpenSSL.crypto.dump_certificate( - OpenSSL.crypto.FILETYPE_ASN1, - x509) - - return { - 'subject': ( - (('commonName', x509.get_subject().CN),), - ), - 'subjectAltName': get_subj_alt_name(x509) - } - - def version(self): - return self.connection.get_protocol_version_name() - - def _reuse(self): - self._makefile_refs += 1 - - def _drop(self): - if self._makefile_refs < 1: - self.close() - else: - self._makefile_refs -= 1 - - -if _fileobject: # Platform-specific: Python 2 - def makefile(self, mode, bufsize=-1): - self._makefile_refs += 1 - return _fileobject(self, mode, bufsize, close=True) -else: # Platform-specific: Python 3 - makefile = backport_makefile - -WrappedSocket.makefile = makefile - - -class PyOpenSSLContext(object): - """ - I am a wrapper class for the PyOpenSSL ``Context`` object. I am responsible - for translating the interface of the standard library ``SSLContext`` object - to calls into PyOpenSSL. - """ - def __init__(self, protocol): - self.protocol = _openssl_versions[protocol] - self._ctx = OpenSSL.SSL.Context(self.protocol) - self._options = 0 - self.check_hostname = False - - @property - def options(self): - return self._options - - @options.setter - def options(self, value): - self._options = value - self._ctx.set_options(value) - - @property - def verify_mode(self): - return _openssl_to_stdlib_verify[self._ctx.get_verify_mode()] - - @verify_mode.setter - def verify_mode(self, value): - self._ctx.set_verify( - _stdlib_to_openssl_verify[value], - _verify_callback - ) - - def set_default_verify_paths(self): - self._ctx.set_default_verify_paths() - - def set_ciphers(self, ciphers): - if isinstance(ciphers, six.text_type): - ciphers = ciphers.encode('utf-8') - self._ctx.set_cipher_list(ciphers) - - def load_verify_locations(self, cafile=None, capath=None, cadata=None): - if cafile is not None: - cafile = cafile.encode('utf-8') - if capath is not None: - capath = capath.encode('utf-8') - self._ctx.load_verify_locations(cafile, capath) - if cadata is not None: - self._ctx.load_verify_locations(BytesIO(cadata)) - - def load_cert_chain(self, certfile, keyfile=None, password=None): - self._ctx.use_certificate_chain_file(certfile) - if password is not None: - if not isinstance(password, six.binary_type): - password = password.encode('utf-8') - self._ctx.set_passwd_cb(lambda *_: password) - self._ctx.use_privatekey_file(keyfile or certfile) - - def wrap_socket(self, sock, server_side=False, - do_handshake_on_connect=True, suppress_ragged_eofs=True, - server_hostname=None): - cnx = OpenSSL.SSL.Connection(self._ctx, sock) - - if isinstance(server_hostname, six.text_type): # Platform-specific: Python 3 - server_hostname = server_hostname.encode('utf-8') - - if server_hostname is not None: - cnx.set_tlsext_host_name(server_hostname) - - cnx.set_connect_state() - - while True: - try: - cnx.do_handshake() - except OpenSSL.SSL.WantReadError: - if not util.wait_for_read(sock, sock.gettimeout()): - raise timeout('select timed out') - continue - except OpenSSL.SSL.Error as e: - raise ssl.SSLError('bad handshake: %r' % e) - break - - return WrappedSocket(cnx, sock) - - -def _verify_callback(cnx, x509, err_no, err_depth, return_code): - return err_no == 0 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py deleted file mode 100644 index 4dc4848..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +++ /dev/null @@ -1,853 +0,0 @@ -""" -SecureTranport support for urllib3 via ctypes. - -This makes platform-native TLS available to urllib3 users on macOS without the -use of a compiler. This is an important feature because the Python Package -Index is moving to become a TLSv1.2-or-higher server, and the default OpenSSL -that ships with macOS is not capable of doing TLSv1.2. The only way to resolve -this is to give macOS users an alternative solution to the problem, and that -solution is to use SecureTransport. - -We use ctypes here because this solution must not require a compiler. That's -because pip is not allowed to require a compiler either. - -This is not intended to be a seriously long-term solution to this problem. -The hope is that PEP 543 will eventually solve this issue for us, at which -point we can retire this contrib module. But in the short term, we need to -solve the impending tire fire that is Python on Mac without this kind of -contrib module. So...here we are. - -To use this module, simply import and inject it:: - - import urllib3.contrib.securetransport - urllib3.contrib.securetransport.inject_into_urllib3() - -Happy TLSing! - -This code is a bastardised version of the code found in Will Bond's oscrypto -library. An enormous debt is owed to him for blazing this trail for us. For -that reason, this code should be considered to be covered both by urllib3's -license and by oscrypto's: - - Copyright (c) 2015-2016 Will Bond <will@wbond.net> - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. -""" -from __future__ import absolute_import - -import contextlib -import ctypes -import errno -import os.path -import shutil -import socket -import ssl -import threading -import weakref - -from .. import util -from ._securetransport.bindings import ( - Security, SecurityConst, CoreFoundation -) -from ._securetransport.low_level import ( - _assert_no_error, _cert_array_from_pem, _temporary_keychain, - _load_client_cert_chain -) - -try: # Platform-specific: Python 2 - from socket import _fileobject -except ImportError: # Platform-specific: Python 3 - _fileobject = None - from ..packages.backports.makefile import backport_makefile - -__all__ = ['inject_into_urllib3', 'extract_from_urllib3'] - -# SNI always works -HAS_SNI = True - -orig_util_HAS_SNI = util.HAS_SNI -orig_util_SSLContext = util.ssl_.SSLContext - -# This dictionary is used by the read callback to obtain a handle to the -# calling wrapped socket. This is a pretty silly approach, but for now it'll -# do. I feel like I should be able to smuggle a handle to the wrapped socket -# directly in the SSLConnectionRef, but for now this approach will work I -# guess. -# -# We need to lock around this structure for inserts, but we don't do it for -# reads/writes in the callbacks. The reasoning here goes as follows: -# -# 1. It is not possible to call into the callbacks before the dictionary is -# populated, so once in the callback the id must be in the dictionary. -# 2. The callbacks don't mutate the dictionary, they only read from it, and -# so cannot conflict with any of the insertions. -# -# This is good: if we had to lock in the callbacks we'd drastically slow down -# the performance of this code. -_connection_refs = weakref.WeakValueDictionary() -_connection_ref_lock = threading.Lock() - -# Limit writes to 16kB. This is OpenSSL's limit, but we'll cargo-cult it over -# for no better reason than we need *a* limit, and this one is right there. -SSL_WRITE_BLOCKSIZE = 16384 - -# This is our equivalent of util.ssl_.DEFAULT_CIPHERS, but expanded out to -# individual cipher suites. We need to do this because this is how -# SecureTransport wants them. -CIPHER_SUITES = [ - SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, - SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, - SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, - SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, - SecurityConst.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, - SecurityConst.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, - SecurityConst.TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, - SecurityConst.TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, - SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, - SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, - SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, - SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, - SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, - SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, - SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, - SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, - SecurityConst.TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, - SecurityConst.TLS_DHE_RSA_WITH_AES_256_CBC_SHA, - SecurityConst.TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, - SecurityConst.TLS_DHE_RSA_WITH_AES_128_CBC_SHA, - SecurityConst.TLS_AES_256_GCM_SHA384, - SecurityConst.TLS_AES_128_GCM_SHA256, - SecurityConst.TLS_RSA_WITH_AES_256_GCM_SHA384, - SecurityConst.TLS_RSA_WITH_AES_128_GCM_SHA256, - SecurityConst.TLS_AES_128_CCM_8_SHA256, - SecurityConst.TLS_AES_128_CCM_SHA256, - SecurityConst.TLS_RSA_WITH_AES_256_CBC_SHA256, - SecurityConst.TLS_RSA_WITH_AES_128_CBC_SHA256, - SecurityConst.TLS_RSA_WITH_AES_256_CBC_SHA, - SecurityConst.TLS_RSA_WITH_AES_128_CBC_SHA, -] - -# Basically this is simple: for PROTOCOL_SSLv23 we turn it into a low of -# TLSv1 and a high of TLSv1.3. For everything else, we pin to that version. -# TLSv1 to 1.2 are supported on macOS 10.8+ and TLSv1.3 is macOS 10.13+ -_protocol_to_min_max = { - util.PROTOCOL_TLS: (SecurityConst.kTLSProtocol1, SecurityConst.kTLSProtocolMaxSupported), -} - -if hasattr(ssl, "PROTOCOL_SSLv2"): - _protocol_to_min_max[ssl.PROTOCOL_SSLv2] = ( - SecurityConst.kSSLProtocol2, SecurityConst.kSSLProtocol2 - ) -if hasattr(ssl, "PROTOCOL_SSLv3"): - _protocol_to_min_max[ssl.PROTOCOL_SSLv3] = ( - SecurityConst.kSSLProtocol3, SecurityConst.kSSLProtocol3 - ) -if hasattr(ssl, "PROTOCOL_TLSv1"): - _protocol_to_min_max[ssl.PROTOCOL_TLSv1] = ( - SecurityConst.kTLSProtocol1, SecurityConst.kTLSProtocol1 - ) -if hasattr(ssl, "PROTOCOL_TLSv1_1"): - _protocol_to_min_max[ssl.PROTOCOL_TLSv1_1] = ( - SecurityConst.kTLSProtocol11, SecurityConst.kTLSProtocol11 - ) -if hasattr(ssl, "PROTOCOL_TLSv1_2"): - _protocol_to_min_max[ssl.PROTOCOL_TLSv1_2] = ( - SecurityConst.kTLSProtocol12, SecurityConst.kTLSProtocol12 - ) - - -def inject_into_urllib3(): - """ - Monkey-patch urllib3 with SecureTransport-backed SSL-support. - """ - util.SSLContext = SecureTransportContext - util.ssl_.SSLContext = SecureTransportContext - util.HAS_SNI = HAS_SNI - util.ssl_.HAS_SNI = HAS_SNI - util.IS_SECURETRANSPORT = True - util.ssl_.IS_SECURETRANSPORT = True - - -def extract_from_urllib3(): - """ - Undo monkey-patching by :func:`inject_into_urllib3`. - """ - util.SSLContext = orig_util_SSLContext - util.ssl_.SSLContext = orig_util_SSLContext - util.HAS_SNI = orig_util_HAS_SNI - util.ssl_.HAS_SNI = orig_util_HAS_SNI - util.IS_SECURETRANSPORT = False - util.ssl_.IS_SECURETRANSPORT = False - - -def _read_callback(connection_id, data_buffer, data_length_pointer): - """ - SecureTransport read callback. This is called by ST to request that data - be returned from the socket. - """ - wrapped_socket = None - try: - wrapped_socket = _connection_refs.get(connection_id) - if wrapped_socket is None: - return SecurityConst.errSSLInternal - base_socket = wrapped_socket.socket - - requested_length = data_length_pointer[0] - - timeout = wrapped_socket.gettimeout() - error = None - read_count = 0 - - try: - while read_count < requested_length: - if timeout is None or timeout >= 0: - if not util.wait_for_read(base_socket, timeout): - raise socket.error(errno.EAGAIN, 'timed out') - - remaining = requested_length - read_count - buffer = (ctypes.c_char * remaining).from_address( - data_buffer + read_count - ) - chunk_size = base_socket.recv_into(buffer, remaining) - read_count += chunk_size - if not chunk_size: - if not read_count: - return SecurityConst.errSSLClosedGraceful - break - except (socket.error) as e: - error = e.errno - - if error is not None and error != errno.EAGAIN: - data_length_pointer[0] = read_count - if error == errno.ECONNRESET or error == errno.EPIPE: - return SecurityConst.errSSLClosedAbort - raise - - data_length_pointer[0] = read_count - - if read_count != requested_length: - return SecurityConst.errSSLWouldBlock - - return 0 - except Exception as e: - if wrapped_socket is not None: - wrapped_socket._exception = e - return SecurityConst.errSSLInternal - - -def _write_callback(connection_id, data_buffer, data_length_pointer): - """ - SecureTransport write callback. This is called by ST to request that data - actually be sent on the network. - """ - wrapped_socket = None - try: - wrapped_socket = _connection_refs.get(connection_id) - if wrapped_socket is None: - return SecurityConst.errSSLInternal - base_socket = wrapped_socket.socket - - bytes_to_write = data_length_pointer[0] - data = ctypes.string_at(data_buffer, bytes_to_write) - - timeout = wrapped_socket.gettimeout() - error = None - sent = 0 - - try: - while sent < bytes_to_write: - if timeout is None or timeout >= 0: - if not util.wait_for_write(base_socket, timeout): - raise socket.error(errno.EAGAIN, 'timed out') - chunk_sent = base_socket.send(data) - sent += chunk_sent - - # This has some needless copying here, but I'm not sure there's - # much value in optimising this data path. - data = data[chunk_sent:] - except (socket.error) as e: - error = e.errno - - if error is not None and error != errno.EAGAIN: - data_length_pointer[0] = sent - if error == errno.ECONNRESET or error == errno.EPIPE: - return SecurityConst.errSSLClosedAbort - raise - - data_length_pointer[0] = sent - - if sent != bytes_to_write: - return SecurityConst.errSSLWouldBlock - - return 0 - except Exception as e: - if wrapped_socket is not None: - wrapped_socket._exception = e - return SecurityConst.errSSLInternal - - -# We need to keep these two objects references alive: if they get GC'd while -# in use then SecureTransport could attempt to call a function that is in freed -# memory. That would be...uh...bad. Yeah, that's the word. Bad. -_read_callback_pointer = Security.SSLReadFunc(_read_callback) -_write_callback_pointer = Security.SSLWriteFunc(_write_callback) - - -class WrappedSocket(object): - """ - API-compatibility wrapper for Python's OpenSSL wrapped socket object. - - Note: _makefile_refs, _drop(), and _reuse() are needed for the garbage - collector of PyPy. - """ - def __init__(self, socket): - self.socket = socket - self.context = None - self._makefile_refs = 0 - self._closed = False - self._exception = None - self._keychain = None - self._keychain_dir = None - self._client_cert_chain = None - - # We save off the previously-configured timeout and then set it to - # zero. This is done because we use select and friends to handle the - # timeouts, but if we leave the timeout set on the lower socket then - # Python will "kindly" call select on that socket again for us. Avoid - # that by forcing the timeout to zero. - self._timeout = self.socket.gettimeout() - self.socket.settimeout(0) - - @contextlib.contextmanager - def _raise_on_error(self): - """ - A context manager that can be used to wrap calls that do I/O from - SecureTransport. If any of the I/O callbacks hit an exception, this - context manager will correctly propagate the exception after the fact. - This avoids silently swallowing those exceptions. - - It also correctly forces the socket closed. - """ - self._exception = None - - # We explicitly don't catch around this yield because in the unlikely - # event that an exception was hit in the block we don't want to swallow - # it. - yield - if self._exception is not None: - exception, self._exception = self._exception, None - self.close() - raise exception - - def _set_ciphers(self): - """ - Sets up the allowed ciphers. By default this matches the set in - util.ssl_.DEFAULT_CIPHERS, at least as supported by macOS. This is done - custom and doesn't allow changing at this time, mostly because parsing - OpenSSL cipher strings is going to be a freaking nightmare. - """ - ciphers = (Security.SSLCipherSuite * len(CIPHER_SUITES))(*CIPHER_SUITES) - result = Security.SSLSetEnabledCiphers( - self.context, ciphers, len(CIPHER_SUITES) - ) - _assert_no_error(result) - - def _custom_validate(self, verify, trust_bundle): - """ - Called when we have set custom validation. We do this in two cases: - first, when cert validation is entirely disabled; and second, when - using a custom trust DB. - """ - # If we disabled cert validation, just say: cool. - if not verify: - return - - # We want data in memory, so load it up. - if os.path.isfile(trust_bundle): - with open(trust_bundle, 'rb') as f: - trust_bundle = f.read() - - cert_array = None - trust = Security.SecTrustRef() - - try: - # Get a CFArray that contains the certs we want. - cert_array = _cert_array_from_pem(trust_bundle) - - # Ok, now the hard part. We want to get the SecTrustRef that ST has - # created for this connection, shove our CAs into it, tell ST to - # ignore everything else it knows, and then ask if it can build a - # chain. This is a buuuunch of code. - result = Security.SSLCopyPeerTrust( - self.context, ctypes.byref(trust) - ) - _assert_no_error(result) - if not trust: - raise ssl.SSLError("Failed to copy trust reference") - - result = Security.SecTrustSetAnchorCertificates(trust, cert_array) - _assert_no_error(result) - - result = Security.SecTrustSetAnchorCertificatesOnly(trust, True) - _assert_no_error(result) - - trust_result = Security.SecTrustResultType() - result = Security.SecTrustEvaluate( - trust, ctypes.byref(trust_result) - ) - _assert_no_error(result) - finally: - if trust: - CoreFoundation.CFRelease(trust) - - if cert_array is not None: - CoreFoundation.CFRelease(cert_array) - - # Ok, now we can look at what the result was. - successes = ( - SecurityConst.kSecTrustResultUnspecified, - SecurityConst.kSecTrustResultProceed - ) - if trust_result.value not in successes: - raise ssl.SSLError( - "certificate verify failed, error code: %d" % - trust_result.value - ) - - def handshake(self, - server_hostname, - verify, - trust_bundle, - min_version, - max_version, - client_cert, - client_key, - client_key_passphrase): - """ - Actually performs the TLS handshake. This is run automatically by - wrapped socket, and shouldn't be needed in user code. - """ - # First, we do the initial bits of connection setup. We need to create - # a context, set its I/O funcs, and set the connection reference. - self.context = Security.SSLCreateContext( - None, SecurityConst.kSSLClientSide, SecurityConst.kSSLStreamType - ) - result = Security.SSLSetIOFuncs( - self.context, _read_callback_pointer, _write_callback_pointer - ) - _assert_no_error(result) - - # Here we need to compute the handle to use. We do this by taking the - # id of self modulo 2**31 - 1. If this is already in the dictionary, we - # just keep incrementing by one until we find a free space. - with _connection_ref_lock: - handle = id(self) % 2147483647 - while handle in _connection_refs: - handle = (handle + 1) % 2147483647 - _connection_refs[handle] = self - - result = Security.SSLSetConnection(self.context, handle) - _assert_no_error(result) - - # If we have a server hostname, we should set that too. - if server_hostname: - if not isinstance(server_hostname, bytes): - server_hostname = server_hostname.encode('utf-8') - - result = Security.SSLSetPeerDomainName( - self.context, server_hostname, len(server_hostname) - ) - _assert_no_error(result) - - # Setup the ciphers. - self._set_ciphers() - - # Set the minimum and maximum TLS versions. - result = Security.SSLSetProtocolVersionMin(self.context, min_version) - _assert_no_error(result) - - # TLS 1.3 isn't necessarily enabled by the OS - # so we have to detect when we error out and try - # setting TLS 1.3 if it's allowed. kTLSProtocolMaxSupported - # was added in macOS 10.13 along with kTLSProtocol13. - result = Security.SSLSetProtocolVersionMax(self.context, max_version) - if result != 0 and max_version == SecurityConst.kTLSProtocolMaxSupported: - result = Security.SSLSetProtocolVersionMax(self.context, SecurityConst.kTLSProtocol12) - _assert_no_error(result) - - # If there's a trust DB, we need to use it. We do that by telling - # SecureTransport to break on server auth. We also do that if we don't - # want to validate the certs at all: we just won't actually do any - # authing in that case. - if not verify or trust_bundle is not None: - result = Security.SSLSetSessionOption( - self.context, - SecurityConst.kSSLSessionOptionBreakOnServerAuth, - True - ) - _assert_no_error(result) - - # If there's a client cert, we need to use it. - if client_cert: - self._keychain, self._keychain_dir = _temporary_keychain() - self._client_cert_chain = _load_client_cert_chain( - self._keychain, client_cert, client_key - ) - result = Security.SSLSetCertificate( - self.context, self._client_cert_chain - ) - _assert_no_error(result) - - while True: - with self._raise_on_error(): - result = Security.SSLHandshake(self.context) - - if result == SecurityConst.errSSLWouldBlock: - raise socket.timeout("handshake timed out") - elif result == SecurityConst.errSSLServerAuthCompleted: - self._custom_validate(verify, trust_bundle) - continue - else: - _assert_no_error(result) - break - - def fileno(self): - return self.socket.fileno() - - # Copy-pasted from Python 3.5 source code - def _decref_socketios(self): - if self._makefile_refs > 0: - self._makefile_refs -= 1 - if self._closed: - self.close() - - def recv(self, bufsiz): - buffer = ctypes.create_string_buffer(bufsiz) - bytes_read = self.recv_into(buffer, bufsiz) - data = buffer[:bytes_read] - return data - - def recv_into(self, buffer, nbytes=None): - # Read short on EOF. - if self._closed: - return 0 - - if nbytes is None: - nbytes = len(buffer) - - buffer = (ctypes.c_char * nbytes).from_buffer(buffer) - processed_bytes = ctypes.c_size_t(0) - - with self._raise_on_error(): - result = Security.SSLRead( - self.context, buffer, nbytes, ctypes.byref(processed_bytes) - ) - - # There are some result codes that we want to treat as "not always - # errors". Specifically, those are errSSLWouldBlock, - # errSSLClosedGraceful, and errSSLClosedNoNotify. - if (result == SecurityConst.errSSLWouldBlock): - # If we didn't process any bytes, then this was just a time out. - # However, we can get errSSLWouldBlock in situations when we *did* - # read some data, and in those cases we should just read "short" - # and return. - if processed_bytes.value == 0: - # Timed out, no data read. - raise socket.timeout("recv timed out") - elif result in (SecurityConst.errSSLClosedGraceful, SecurityConst.errSSLClosedNoNotify): - # The remote peer has closed this connection. We should do so as - # well. Note that we don't actually return here because in - # principle this could actually be fired along with return data. - # It's unlikely though. - self.close() - else: - _assert_no_error(result) - - # Ok, we read and probably succeeded. We should return whatever data - # was actually read. - return processed_bytes.value - - def settimeout(self, timeout): - self._timeout = timeout - - def gettimeout(self): - return self._timeout - - def send(self, data): - processed_bytes = ctypes.c_size_t(0) - - with self._raise_on_error(): - result = Security.SSLWrite( - self.context, data, len(data), ctypes.byref(processed_bytes) - ) - - if result == SecurityConst.errSSLWouldBlock and processed_bytes.value == 0: - # Timed out - raise socket.timeout("send timed out") - else: - _assert_no_error(result) - - # We sent, and probably succeeded. Tell them how much we sent. - return processed_bytes.value - - def sendall(self, data): - total_sent = 0 - while total_sent < len(data): - sent = self.send(data[total_sent:total_sent + SSL_WRITE_BLOCKSIZE]) - total_sent += sent - - def shutdown(self): - with self._raise_on_error(): - Security.SSLClose(self.context) - - def close(self): - # TODO: should I do clean shutdown here? Do I have to? - if self._makefile_refs < 1: - self._closed = True - if self.context: - CoreFoundation.CFRelease(self.context) - self.context = None - if self._client_cert_chain: - CoreFoundation.CFRelease(self._client_cert_chain) - self._client_cert_chain = None - if self._keychain: - Security.SecKeychainDelete(self._keychain) - CoreFoundation.CFRelease(self._keychain) - shutil.rmtree(self._keychain_dir) - self._keychain = self._keychain_dir = None - return self.socket.close() - else: - self._makefile_refs -= 1 - - def getpeercert(self, binary_form=False): - # Urgh, annoying. - # - # Here's how we do this: - # - # 1. Call SSLCopyPeerTrust to get hold of the trust object for this - # connection. - # 2. Call SecTrustGetCertificateAtIndex for index 0 to get the leaf. - # 3. To get the CN, call SecCertificateCopyCommonName and process that - # string so that it's of the appropriate type. - # 4. To get the SAN, we need to do something a bit more complex: - # a. Call SecCertificateCopyValues to get the data, requesting - # kSecOIDSubjectAltName. - # b. Mess about with this dictionary to try to get the SANs out. - # - # This is gross. Really gross. It's going to be a few hundred LoC extra - # just to repeat something that SecureTransport can *already do*. So my - # operating assumption at this time is that what we want to do is - # instead to just flag to urllib3 that it shouldn't do its own hostname - # validation when using SecureTransport. - if not binary_form: - raise ValueError( - "SecureTransport only supports dumping binary certs" - ) - trust = Security.SecTrustRef() - certdata = None - der_bytes = None - - try: - # Grab the trust store. - result = Security.SSLCopyPeerTrust( - self.context, ctypes.byref(trust) - ) - _assert_no_error(result) - if not trust: - # Probably we haven't done the handshake yet. No biggie. - return None - - cert_count = Security.SecTrustGetCertificateCount(trust) - if not cert_count: - # Also a case that might happen if we haven't handshaked. - # Handshook? Handshaken? - return None - - leaf = Security.SecTrustGetCertificateAtIndex(trust, 0) - assert leaf - - # Ok, now we want the DER bytes. - certdata = Security.SecCertificateCopyData(leaf) - assert certdata - - data_length = CoreFoundation.CFDataGetLength(certdata) - data_buffer = CoreFoundation.CFDataGetBytePtr(certdata) - der_bytes = ctypes.string_at(data_buffer, data_length) - finally: - if certdata: - CoreFoundation.CFRelease(certdata) - if trust: - CoreFoundation.CFRelease(trust) - - return der_bytes - - def version(self): - protocol = Security.SSLProtocol() - result = Security.SSLGetNegotiatedProtocolVersion(self.context, ctypes.byref(protocol)) - _assert_no_error(result) - if protocol.value == SecurityConst.kTLSProtocol13: - return 'TLSv1.3' - elif protocol.value == SecurityConst.kTLSProtocol12: - return 'TLSv1.2' - elif protocol.value == SecurityConst.kTLSProtocol11: - return 'TLSv1.1' - elif protocol.value == SecurityConst.kTLSProtocol1: - return 'TLSv1' - elif protocol.value == SecurityConst.kSSLProtocol3: - return 'SSLv3' - elif protocol.value == SecurityConst.kSSLProtocol2: - return 'SSLv2' - else: - raise ssl.SSLError('Unknown TLS version: %r' % protocol) - - def _reuse(self): - self._makefile_refs += 1 - - def _drop(self): - if self._makefile_refs < 1: - self.close() - else: - self._makefile_refs -= 1 - - -if _fileobject: # Platform-specific: Python 2 - def makefile(self, mode, bufsize=-1): - self._makefile_refs += 1 - return _fileobject(self, mode, bufsize, close=True) -else: # Platform-specific: Python 3 - def makefile(self, mode="r", buffering=None, *args, **kwargs): - # We disable buffering with SecureTransport because it conflicts with - # the buffering that ST does internally (see issue #1153 for more). - buffering = 0 - return backport_makefile(self, mode, buffering, *args, **kwargs) - -WrappedSocket.makefile = makefile - - -class SecureTransportContext(object): - """ - I am a wrapper class for the SecureTransport library, to translate the - interface of the standard library ``SSLContext`` object to calls into - SecureTransport. - """ - def __init__(self, protocol): - self._min_version, self._max_version = _protocol_to_min_max[protocol] - self._options = 0 - self._verify = False - self._trust_bundle = None - self._client_cert = None - self._client_key = None - self._client_key_passphrase = None - - @property - def check_hostname(self): - """ - SecureTransport cannot have its hostname checking disabled. For more, - see the comment on getpeercert() in this file. - """ - return True - - @check_hostname.setter - def check_hostname(self, value): - """ - SecureTransport cannot have its hostname checking disabled. For more, - see the comment on getpeercert() in this file. - """ - pass - - @property - def options(self): - # TODO: Well, crap. - # - # So this is the bit of the code that is the most likely to cause us - # trouble. Essentially we need to enumerate all of the SSL options that - # users might want to use and try to see if we can sensibly translate - # them, or whether we should just ignore them. - return self._options - - @options.setter - def options(self, value): - # TODO: Update in line with above. - self._options = value - - @property - def verify_mode(self): - return ssl.CERT_REQUIRED if self._verify else ssl.CERT_NONE - - @verify_mode.setter - def verify_mode(self, value): - self._verify = True if value == ssl.CERT_REQUIRED else False - - def set_default_verify_paths(self): - # So, this has to do something a bit weird. Specifically, what it does - # is nothing. - # - # This means that, if we had previously had load_verify_locations - # called, this does not undo that. We need to do that because it turns - # out that the rest of the urllib3 code will attempt to load the - # default verify paths if it hasn't been told about any paths, even if - # the context itself was sometime earlier. We resolve that by just - # ignoring it. - pass - - def load_default_certs(self): - return self.set_default_verify_paths() - - def set_ciphers(self, ciphers): - # For now, we just require the default cipher string. - if ciphers != util.ssl_.DEFAULT_CIPHERS: - raise ValueError( - "SecureTransport doesn't support custom cipher strings" - ) - - def load_verify_locations(self, cafile=None, capath=None, cadata=None): - # OK, we only really support cadata and cafile. - if capath is not None: - raise ValueError( - "SecureTransport does not support cert directories" - ) - - self._trust_bundle = cafile or cadata - - def load_cert_chain(self, certfile, keyfile=None, password=None): - self._client_cert = certfile - self._client_key = keyfile - self._client_cert_passphrase = password - - def wrap_socket(self, sock, server_side=False, - do_handshake_on_connect=True, suppress_ragged_eofs=True, - server_hostname=None): - # So, what do we do here? Firstly, we assert some properties. This is a - # stripped down shim, so there is some functionality we don't support. - # See PEP 543 for the real deal. - assert not server_side - assert do_handshake_on_connect - assert suppress_ragged_eofs - - # Ok, we're good to go. Now we want to create the wrapped socket object - # and store it in the appropriate place. - wrapped_socket = WrappedSocket(sock) - - # Now we can handshake - wrapped_socket.handshake( - server_hostname, self._verify, self._trust_bundle, - self._min_version, self._max_version, self._client_cert, - self._client_key, self._client_key_passphrase - ) - return wrapped_socket diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py deleted file mode 100644 index 636d261..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py +++ /dev/null @@ -1,205 +0,0 @@ -# -*- coding: utf-8 -*- -""" -This module contains provisional support for SOCKS proxies from within -urllib3. This module supports SOCKS4, SOCKS4A (an extension of SOCKS4), and -SOCKS5. To enable its functionality, either install PySocks or install this -module with the ``socks`` extra. - -The SOCKS implementation supports the full range of urllib3 features. It also -supports the following SOCKS features: - -- SOCKS4A (``proxy_url='socks4a://...``) -- SOCKS4 (``proxy_url='socks4://...``) -- SOCKS5 with remote DNS (``proxy_url='socks5h://...``) -- SOCKS5 with local DNS (``proxy_url='socks5://...``) -- Usernames and passwords for the SOCKS proxy - - .. note:: - It is recommended to use ``socks5h://`` or ``socks4a://`` schemes in - your ``proxy_url`` to ensure that DNS resolution is done from the remote - server instead of client-side when connecting to a domain name. - -SOCKS4 supports IPv4 and domain names with the SOCKS4A extension. SOCKS5 -supports IPv4, IPv6, and domain names. - -When connecting to a SOCKS4 proxy the ``username`` portion of the ``proxy_url`` -will be sent as the ``userid`` section of the SOCKS request:: - - proxy_url="socks4a://<userid>@proxy-host" - -When connecting to a SOCKS5 proxy the ``username`` and ``password`` portion -of the ``proxy_url`` will be sent as the username/password to authenticate -with the proxy:: - - proxy_url="socks5h://<username>:<password>@proxy-host" - -""" -from __future__ import absolute_import - -try: - import socks -except ImportError: - import warnings - from ..exceptions import DependencyWarning - - warnings.warn(( - 'SOCKS support in urllib3 requires the installation of optional ' - 'dependencies: specifically, PySocks. For more information, see ' - 'https://urllib3.readthedocs.io/en/latest/contrib.html#socks-proxies' - ), - DependencyWarning - ) - raise - -from socket import error as SocketError, timeout as SocketTimeout - -from ..connection import ( - HTTPConnection, HTTPSConnection -) -from ..connectionpool import ( - HTTPConnectionPool, HTTPSConnectionPool -) -from ..exceptions import ConnectTimeoutError, NewConnectionError -from ..poolmanager import PoolManager -from ..util.url import parse_url - -try: - import ssl -except ImportError: - ssl = None - - -class SOCKSConnection(HTTPConnection): - """ - A plain-text HTTP connection that connects via a SOCKS proxy. - """ - def __init__(self, *args, **kwargs): - self._socks_options = kwargs.pop('_socks_options') - super(SOCKSConnection, self).__init__(*args, **kwargs) - - def _new_conn(self): - """ - Establish a new connection via the SOCKS proxy. - """ - extra_kw = {} - if self.source_address: - extra_kw['source_address'] = self.source_address - - if self.socket_options: - extra_kw['socket_options'] = self.socket_options - - try: - conn = socks.create_connection( - (self.host, self.port), - proxy_type=self._socks_options['socks_version'], - proxy_addr=self._socks_options['proxy_host'], - proxy_port=self._socks_options['proxy_port'], - proxy_username=self._socks_options['username'], - proxy_password=self._socks_options['password'], - proxy_rdns=self._socks_options['rdns'], - timeout=self.timeout, - **extra_kw - ) - - except SocketTimeout: - raise ConnectTimeoutError( - self, "Connection to %s timed out. (connect timeout=%s)" % - (self.host, self.timeout)) - - except socks.ProxyError as e: - # This is fragile as hell, but it seems to be the only way to raise - # useful errors here. - if e.socket_err: - error = e.socket_err - if isinstance(error, SocketTimeout): - raise ConnectTimeoutError( - self, - "Connection to %s timed out. (connect timeout=%s)" % - (self.host, self.timeout) - ) - else: - raise NewConnectionError( - self, - "Failed to establish a new connection: %s" % error - ) - else: - raise NewConnectionError( - self, - "Failed to establish a new connection: %s" % e - ) - - except SocketError as e: # Defensive: PySocks should catch all these. - raise NewConnectionError( - self, "Failed to establish a new connection: %s" % e) - - return conn - - -# We don't need to duplicate the Verified/Unverified distinction from -# urllib3/connection.py here because the HTTPSConnection will already have been -# correctly set to either the Verified or Unverified form by that module. This -# means the SOCKSHTTPSConnection will automatically be the correct type. -class SOCKSHTTPSConnection(SOCKSConnection, HTTPSConnection): - pass - - -class SOCKSHTTPConnectionPool(HTTPConnectionPool): - ConnectionCls = SOCKSConnection - - -class SOCKSHTTPSConnectionPool(HTTPSConnectionPool): - ConnectionCls = SOCKSHTTPSConnection - - -class SOCKSProxyManager(PoolManager): - """ - A version of the urllib3 ProxyManager that routes connections via the - defined SOCKS proxy. - """ - pool_classes_by_scheme = { - 'http': SOCKSHTTPConnectionPool, - 'https': SOCKSHTTPSConnectionPool, - } - - def __init__(self, proxy_url, username=None, password=None, - num_pools=10, headers=None, **connection_pool_kw): - parsed = parse_url(proxy_url) - - if username is None and password is None and parsed.auth is not None: - split = parsed.auth.split(':') - if len(split) == 2: - username, password = split - if parsed.scheme == 'socks5': - socks_version = socks.PROXY_TYPE_SOCKS5 - rdns = False - elif parsed.scheme == 'socks5h': - socks_version = socks.PROXY_TYPE_SOCKS5 - rdns = True - elif parsed.scheme == 'socks4': - socks_version = socks.PROXY_TYPE_SOCKS4 - rdns = False - elif parsed.scheme == 'socks4a': - socks_version = socks.PROXY_TYPE_SOCKS4 - rdns = True - else: - raise ValueError( - "Unable to determine SOCKS version from %s" % proxy_url - ) - - self.proxy_url = proxy_url - - socks_options = { - 'socks_version': socks_version, - 'proxy_host': parsed.host, - 'proxy_port': parsed.port, - 'username': username, - 'password': password, - 'rdns': rdns - } - connection_pool_kw['_socks_options'] = socks_options - - super(SOCKSProxyManager, self).__init__( - num_pools, headers, **connection_pool_kw - ) - - self.pool_classes_by_scheme = SOCKSProxyManager.pool_classes_by_scheme diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py deleted file mode 100644 index 7bbaa98..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py +++ /dev/null @@ -1,246 +0,0 @@ -from __future__ import absolute_import -from .packages.six.moves.http_client import ( - IncompleteRead as httplib_IncompleteRead -) -# Base Exceptions - - -class HTTPError(Exception): - "Base exception used by this module." - pass - - -class HTTPWarning(Warning): - "Base warning used by this module." - pass - - -class PoolError(HTTPError): - "Base exception for errors caused within a pool." - def __init__(self, pool, message): - self.pool = pool - HTTPError.__init__(self, "%s: %s" % (pool, message)) - - def __reduce__(self): - # For pickling purposes. - return self.__class__, (None, None) - - -class RequestError(PoolError): - "Base exception for PoolErrors that have associated URLs." - def __init__(self, pool, url, message): - self.url = url - PoolError.__init__(self, pool, message) - - def __reduce__(self): - # For pickling purposes. - return self.__class__, (None, self.url, None) - - -class SSLError(HTTPError): - "Raised when SSL certificate fails in an HTTPS connection." - pass - - -class ProxyError(HTTPError): - "Raised when the connection to a proxy fails." - pass - - -class DecodeError(HTTPError): - "Raised when automatic decoding based on Content-Type fails." - pass - - -class ProtocolError(HTTPError): - "Raised when something unexpected happens mid-request/response." - pass - - -#: Renamed to ProtocolError but aliased for backwards compatibility. -ConnectionError = ProtocolError - - -# Leaf Exceptions - -class MaxRetryError(RequestError): - """Raised when the maximum number of retries is exceeded. - - :param pool: The connection pool - :type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool` - :param string url: The requested Url - :param exceptions.Exception reason: The underlying error - - """ - - def __init__(self, pool, url, reason=None): - self.reason = reason - - message = "Max retries exceeded with url: %s (Caused by %r)" % ( - url, reason) - - RequestError.__init__(self, pool, url, message) - - -class HostChangedError(RequestError): - "Raised when an existing pool gets a request for a foreign host." - - def __init__(self, pool, url, retries=3): - message = "Tried to open a foreign host with url: %s" % url - RequestError.__init__(self, pool, url, message) - self.retries = retries - - -class TimeoutStateError(HTTPError): - """ Raised when passing an invalid state to a timeout """ - pass - - -class TimeoutError(HTTPError): - """ Raised when a socket timeout error occurs. - - Catching this error will catch both :exc:`ReadTimeoutErrors - <ReadTimeoutError>` and :exc:`ConnectTimeoutErrors <ConnectTimeoutError>`. - """ - pass - - -class ReadTimeoutError(TimeoutError, RequestError): - "Raised when a socket timeout occurs while receiving data from a server" - pass - - -# This timeout error does not have a URL attached and needs to inherit from the -# base HTTPError -class ConnectTimeoutError(TimeoutError): - "Raised when a socket timeout occurs while connecting to a server" - pass - - -class NewConnectionError(ConnectTimeoutError, PoolError): - "Raised when we fail to establish a new connection. Usually ECONNREFUSED." - pass - - -class EmptyPoolError(PoolError): - "Raised when a pool runs out of connections and no more are allowed." - pass - - -class ClosedPoolError(PoolError): - "Raised when a request enters a pool after the pool has been closed." - pass - - -class LocationValueError(ValueError, HTTPError): - "Raised when there is something wrong with a given URL input." - pass - - -class LocationParseError(LocationValueError): - "Raised when get_host or similar fails to parse the URL input." - - def __init__(self, location): - message = "Failed to parse: %s" % location - HTTPError.__init__(self, message) - - self.location = location - - -class ResponseError(HTTPError): - "Used as a container for an error reason supplied in a MaxRetryError." - GENERIC_ERROR = 'too many error responses' - SPECIFIC_ERROR = 'too many {status_code} error responses' - - -class SecurityWarning(HTTPWarning): - "Warned when performing security reducing actions" - pass - - -class SubjectAltNameWarning(SecurityWarning): - "Warned when connecting to a host with a certificate missing a SAN." - pass - - -class InsecureRequestWarning(SecurityWarning): - "Warned when making an unverified HTTPS request." - pass - - -class SystemTimeWarning(SecurityWarning): - "Warned when system time is suspected to be wrong" - pass - - -class InsecurePlatformWarning(SecurityWarning): - "Warned when certain SSL configuration is not available on a platform." - pass - - -class SNIMissingWarning(HTTPWarning): - "Warned when making a HTTPS request without SNI available." - pass - - -class DependencyWarning(HTTPWarning): - """ - Warned when an attempt is made to import a module with missing optional - dependencies. - """ - pass - - -class ResponseNotChunked(ProtocolError, ValueError): - "Response needs to be chunked in order to read it as chunks." - pass - - -class BodyNotHttplibCompatible(HTTPError): - """ - Body should be httplib.HTTPResponse like (have an fp attribute which - returns raw chunks) for read_chunked(). - """ - pass - - -class IncompleteRead(HTTPError, httplib_IncompleteRead): - """ - Response length doesn't match expected Content-Length - - Subclass of http_client.IncompleteRead to allow int value - for `partial` to avoid creating large objects on streamed - reads. - """ - def __init__(self, partial, expected): - super(IncompleteRead, self).__init__(partial, expected) - - def __repr__(self): - return ('IncompleteRead(%i bytes read, ' - '%i more expected)' % (self.partial, self.expected)) - - -class InvalidHeader(HTTPError): - "The header provided was somehow invalid." - pass - - -class ProxySchemeUnknown(AssertionError, ValueError): - "ProxyManager does not support the supplied scheme" - # TODO(t-8ch): Stop inheriting from AssertionError in v2.0. - - def __init__(self, scheme): - message = "Not supported proxy scheme %s" % scheme - super(ProxySchemeUnknown, self).__init__(message) - - -class HeaderParsingError(HTTPError): - "Raised by assert_header_parsing, but we convert it to a log.warning statement." - def __init__(self, defects, unparsed_data): - message = '%s, unparsed data: %r' % (defects or 'Unknown', unparsed_data) - super(HeaderParsingError, self).__init__(message) - - -class UnrewindableBodyError(HTTPError): - "urllib3 encountered an error when trying to rewind a body" - pass diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py deleted file mode 100644 index 6a9a5a7..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py +++ /dev/null @@ -1,272 +0,0 @@ -from __future__ import absolute_import -import email.utils -import mimetypes -import re - -from .packages import six - - -def guess_content_type(filename, default='application/octet-stream'): - """ - Guess the "Content-Type" of a file. - - :param filename: - The filename to guess the "Content-Type" of using :mod:`mimetypes`. - :param default: - If no "Content-Type" can be guessed, default to `default`. - """ - if filename: - return mimetypes.guess_type(filename)[0] or default - return default - - -def format_header_param_rfc2231(name, value): - """ - Helper function to format and quote a single header parameter using the - strategy defined in RFC 2231. - - Particularly useful for header parameters which might contain - non-ASCII values, like file names. This follows RFC 2388 Section 4.4. - - :param name: - The name of the parameter, a string expected to be ASCII only. - :param value: - The value of the parameter, provided as ``bytes`` or `str``. - :ret: - An RFC-2231-formatted unicode string. - """ - if isinstance(value, six.binary_type): - value = value.decode("utf-8") - - if not any(ch in value for ch in '"\\\r\n'): - result = u'%s="%s"' % (name, value) - try: - result.encode('ascii') - except (UnicodeEncodeError, UnicodeDecodeError): - pass - else: - return result - - if not six.PY3: # Python 2: - value = value.encode('utf-8') - - # encode_rfc2231 accepts an encoded string and returns an ascii-encoded - # string in Python 2 but accepts and returns unicode strings in Python 3 - value = email.utils.encode_rfc2231(value, 'utf-8') - value = '%s*=%s' % (name, value) - - if not six.PY3: # Python 2: - value = value.decode('utf-8') - - return value - - -_HTML5_REPLACEMENTS = { - u"\u0022": u"%22", - # Replace "\" with "\\". - u"\u005C": u"\u005C\u005C", - u"\u005C": u"\u005C\u005C", -} - -# All control characters from 0x00 to 0x1F *except* 0x1B. -_HTML5_REPLACEMENTS.update({ - six.unichr(cc): u"%{:02X}".format(cc) - for cc - in range(0x00, 0x1F+1) - if cc not in (0x1B,) -}) - - -def _replace_multiple(value, needles_and_replacements): - - def replacer(match): - return needles_and_replacements[match.group(0)] - - pattern = re.compile( - r"|".join([ - re.escape(needle) for needle in needles_and_replacements.keys() - ]) - ) - - result = pattern.sub(replacer, value) - - return result - - -def format_header_param_html5(name, value): - """ - Helper function to format and quote a single header parameter using the - HTML5 strategy. - - Particularly useful for header parameters which might contain - non-ASCII values, like file names. This follows the `HTML5 Working Draft - Section 4.10.22.7`_ and matches the behavior of curl and modern browsers. - - .. _HTML5 Working Draft Section 4.10.22.7: - https://w3c.github.io/html/sec-forms.html#multipart-form-data - - :param name: - The name of the parameter, a string expected to be ASCII only. - :param value: - The value of the parameter, provided as ``bytes`` or `str``. - :ret: - A unicode string, stripped of troublesome characters. - """ - if isinstance(value, six.binary_type): - value = value.decode("utf-8") - - value = _replace_multiple(value, _HTML5_REPLACEMENTS) - - return u'%s="%s"' % (name, value) - - -# For backwards-compatibility. -format_header_param = format_header_param_html5 - - -class RequestField(object): - """ - A data container for request body parameters. - - :param name: - The name of this request field. Must be unicode. - :param data: - The data/value body. - :param filename: - An optional filename of the request field. Must be unicode. - :param headers: - An optional dict-like object of headers to initially use for the field. - :param header_formatter: - An optional callable that is used to encode and format the headers. By - default, this is :func:`format_header_param_html5`. - """ - def __init__( - self, - name, - data, - filename=None, - headers=None, - header_formatter=format_header_param_html5): - self._name = name - self._filename = filename - self.data = data - self.headers = {} - if headers: - self.headers = dict(headers) - self.header_formatter = header_formatter - - @classmethod - def from_tuples( - cls, - fieldname, - value, - header_formatter=format_header_param_html5): - """ - A :class:`~urllib3.fields.RequestField` factory from old-style tuple parameters. - - Supports constructing :class:`~urllib3.fields.RequestField` from - parameter of key/value strings AND key/filetuple. A filetuple is a - (filename, data, MIME type) tuple where the MIME type is optional. - For example:: - - 'foo': 'bar', - 'fakefile': ('foofile.txt', 'contents of foofile'), - 'realfile': ('barfile.txt', open('realfile').read()), - 'typedfile': ('bazfile.bin', open('bazfile').read(), 'image/jpeg'), - 'nonamefile': 'contents of nonamefile field', - - Field names and filenames must be unicode. - """ - if isinstance(value, tuple): - if len(value) == 3: - filename, data, content_type = value - else: - filename, data = value - content_type = guess_content_type(filename) - else: - filename = None - content_type = None - data = value - - request_param = cls( - fieldname, data, filename=filename, header_formatter=header_formatter) - request_param.make_multipart(content_type=content_type) - - return request_param - - def _render_part(self, name, value): - """ - Overridable helper function to format a single header parameter. By - default, this calls ``self.header_formatter``. - - :param name: - The name of the parameter, a string expected to be ASCII only. - :param value: - The value of the parameter, provided as a unicode string. - """ - - return self.header_formatter(name, value) - - def _render_parts(self, header_parts): - """ - Helper function to format and quote a single header. - - Useful for single headers that are composed of multiple items. E.g., - 'Content-Disposition' fields. - - :param header_parts: - A sequence of (k, v) tuples or a :class:`dict` of (k, v) to format - as `k1="v1"; k2="v2"; ...`. - """ - parts = [] - iterable = header_parts - if isinstance(header_parts, dict): - iterable = header_parts.items() - - for name, value in iterable: - if value is not None: - parts.append(self._render_part(name, value)) - - return u'; '.join(parts) - - def render_headers(self): - """ - Renders the headers for this request field. - """ - lines = [] - - sort_keys = ['Content-Disposition', 'Content-Type', 'Content-Location'] - for sort_key in sort_keys: - if self.headers.get(sort_key, False): - lines.append(u'%s: %s' % (sort_key, self.headers[sort_key])) - - for header_name, header_value in self.headers.items(): - if header_name not in sort_keys: - if header_value: - lines.append(u'%s: %s' % (header_name, header_value)) - - lines.append(u'\r\n') - return u'\r\n'.join(lines) - - def make_multipart(self, content_disposition=None, content_type=None, - content_location=None): - """ - Makes this request field into a multipart request field. - - This method overrides "Content-Disposition", "Content-Type" and - "Content-Location" headers to the request parameter. - - :param content_type: - The 'Content-Type' of the request body. - :param content_location: - The 'Content-Location' of the request body. - - """ - self.headers['Content-Disposition'] = content_disposition or u'form-data' - self.headers['Content-Disposition'] += u'; '.join([ - u'', self._render_parts( - ((u'name', self._name), (u'filename', self._filename)) - ) - ]) - self.headers['Content-Type'] = content_type - self.headers['Content-Location'] = content_location diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py deleted file mode 100644 index 78f1e19..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py +++ /dev/null @@ -1,98 +0,0 @@ -from __future__ import absolute_import -import binascii -import codecs -import os - -from io import BytesIO - -from .packages import six -from .packages.six import b -from .fields import RequestField - -writer = codecs.lookup('utf-8')[3] - - -def choose_boundary(): - """ - Our embarrassingly-simple replacement for mimetools.choose_boundary. - """ - boundary = binascii.hexlify(os.urandom(16)) - if six.PY3: - boundary = boundary.decode('ascii') - return boundary - - -def iter_field_objects(fields): - """ - Iterate over fields. - - Supports list of (k, v) tuples and dicts, and lists of - :class:`~urllib3.fields.RequestField`. - - """ - if isinstance(fields, dict): - i = six.iteritems(fields) - else: - i = iter(fields) - - for field in i: - if isinstance(field, RequestField): - yield field - else: - yield RequestField.from_tuples(*field) - - -def iter_fields(fields): - """ - .. deprecated:: 1.6 - - Iterate over fields. - - The addition of :class:`~urllib3.fields.RequestField` makes this function - obsolete. Instead, use :func:`iter_field_objects`, which returns - :class:`~urllib3.fields.RequestField` objects. - - Supports list of (k, v) tuples and dicts. - """ - if isinstance(fields, dict): - return ((k, v) for k, v in six.iteritems(fields)) - - return ((k, v) for k, v in fields) - - -def encode_multipart_formdata(fields, boundary=None): - """ - Encode a dictionary of ``fields`` using the multipart/form-data MIME format. - - :param fields: - Dictionary of fields or list of (key, :class:`~urllib3.fields.RequestField`). - - :param boundary: - If not specified, then a random boundary will be generated using - :func:`urllib3.filepost.choose_boundary`. - """ - body = BytesIO() - if boundary is None: - boundary = choose_boundary() - - for field in iter_field_objects(fields): - body.write(b('--%s\r\n' % (boundary))) - - writer(body).write(field.render_headers()) - data = field.data - - if isinstance(data, int): - data = str(data) # Backwards compatibility - - if isinstance(data, six.text_type): - writer(body).write(data) - else: - body.write(data) - - body.write(b'\r\n') - - body.write(b('--%s--\r\n' % (boundary))) - - content_type = str('multipart/form-data; boundary=%s' % boundary) - - return body.getvalue(), content_type diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py deleted file mode 100644 index 170e974..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -from __future__ import absolute_import - -from . import ssl_match_hostname - -__all__ = ('ssl_match_hostname', ) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index bc5fba0169c0bfed910a94b3072278e568f7b9c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 274 zcmYjLyG{c!5VU<45k-lR;0I{02rdv3NC;6;(jb~^R!(d<i}l&^0|bA-r|?VHQsoz@ zSSJl5&Cbs5O0!R^)q)Yeu1~>{{#5fHg3KK;ol((Db7YS9oHH$SgTgg^Lw(b?x_xBb zY)4nD<I}O)B#$K<urBzRcl<CvNeRKJyd7ZhDUZsThi*140G>-O(E!AnII-APIRa3K z0N*Um$?wbWz05AiV8hyuDbs%aX|Mdd87}K^Pk1w<_EDCIXg3!!sO_tIF-Zd0(Pn`2 U@G;GAoYw`-ZT&6Pyro!*Kkx=erT_o{ diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc deleted file mode 100644 index dc62e1f81e36b27c74a8dc97a576dbc453b17845..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24434 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index dcfabd98e84bb9760b6e481c7960c126c2e692c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 171 zcmWIL<>g`kf=)}}co6*<L?8o3AjbiSi&=m~3PUi1CZpd<h9ZzKg7_7nUy@s(Uyxa# zo0(T!l9-dDTa{^%U!Iy_3K9h4__EZzl>8$7(xRN4%p_y|g2d$P#Prl+{UjixAit=j hSU)~KGcU6wK3=b&@)n0pZhlH>PO2Tqrq4jk001QKD!Kpw diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc deleted file mode 100644 index 2b050f2148081b95b2ee8fd6bdc9de5eeefa3d9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1275 zcmZuw&2Aev5GJ{+-PP&`Zc^l0CP0k}NTfp=q%DdfQDXxJ3de}z8qj6E61mY@tK9`j zMX^BTQ1{Y4K`#ZGV}Ty>7<mRB+mm0QhhE&_$`TB;Ly(;LI6s^j^0?Is5ztRx-j3ea z5c<msHwiHG1g6}Dg`pv0n2`(*G3-u8X3o&Ti21C>ydUw<Wn_Rl!SdH|6pyE6A(ZUS z;wewkjE8UkLt)t8s8KcH^ypkoikv>Ar>C+QPr2F}pPtegheJk_LeRP7bdjnFjdQR_ z^H*RUt8fwLN>WwOvEZ@dG^Y0w2!4;QozY@+#>c7~UP3D9u!Bu7sG=M^H&~24i(XR; zb}N4iQ|@4d6w>&@=1iC~ai$o;VCHI^;5+C7{{XngQ*Y%lZ1?hW?KRQL*S_p)Pxci7 z4X4rwSZ!6;z8LB{!;ca0o=AWvmRF8Ox_&`cp++t`bD8%T5fr(aFn=0|pINXXz}Kfp z{Gw`S-nB%;dmYF>;6|aniw*|}B76YPA5`r(UxzTrJ7?9%cL6tm1r<U7`55l^r@bGb z^$n^6@waXa5MZHhXh*xc_Rd{3HP+3jp_|a-#`3F>0&N;di{yX1mWX1u?Q8c@w=xnA z)YagH!K3AFn!k>-l+jtiIQ>-6&x$-dr{X?c+@~WNXIZh}tYgq6v;iGnUI7WqF7M9s z(L71G;EYNIEuTp`n@dGUoQ~2w7U!L&aU@qJ{65a+d{2l%nD$dCxln15SF#}BYS@l8 zuQU=ok%pv&x&3T!|LO5}FQfkP{{G&JXmBvxGwuF$#1|(=aSGnHGLIR*A)km;f!un@ z->8G<Cn7FO5M7&Or)6BpvqapoRj99XfJbZso{tM=Igi`BO5^8zk)=5|{sR2j6Cd(i ztE^K5AYNFn#sS87Yj4I?5chW^K7kPb9QD+!?3HQxAkC$MiauDTUqDqSk1SZt=rzw- zA$oI>W$EZ)uY`XYzv8mD{l~pcg}UXr`Dg=g>(+)q@)<0sb_)|6T)9qw+qj7X?82~X zfI~pmoOiujbO+AbBmiBjxr03{?t-6At$HShK%JWLqlgvbC=yLLGT!<}SIw)Gt3+=s b)M^D^Lt*9_|Hk%MT0_?lNYg>~`CR=A2zqaM diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py deleted file mode 100644 index 740db37..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +++ /dev/null @@ -1,53 +0,0 @@ -# -*- coding: utf-8 -*- -""" -backports.makefile -~~~~~~~~~~~~~~~~~~ - -Backports the Python 3 ``socket.makefile`` method for use with anything that -wants to create a "fake" socket object. -""" -import io - -from socket import SocketIO - - -def backport_makefile(self, mode="r", buffering=None, encoding=None, - errors=None, newline=None): - """ - Backport of ``socket.makefile`` from Python 3.5. - """ - if not set(mode) <= {"r", "w", "b"}: - raise ValueError( - "invalid mode %r (only r, w, b allowed)" % (mode,) - ) - writing = "w" in mode - reading = "r" in mode or not writing - assert reading or writing - binary = "b" in mode - rawmode = "" - if reading: - rawmode += "r" - if writing: - rawmode += "w" - raw = SocketIO(self, rawmode) - self._makefile_refs += 1 - if buffering is None: - buffering = -1 - if buffering < 0: - buffering = io.DEFAULT_BUFFER_SIZE - if buffering == 0: - if not binary: - raise ValueError("unbuffered streams must be binary") - return raw - if reading and writing: - buffer = io.BufferedRWPair(raw, raw, buffering) - elif reading: - buffer = io.BufferedReader(raw, buffering) - else: - assert writing - buffer = io.BufferedWriter(raw, buffering) - if binary: - return buffer - text = io.TextIOWrapper(buffer, encoding, errors, newline) - text.mode = mode - return text diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__init__.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__init__.py deleted file mode 100644 index 371c6dd..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__init__.py +++ /dev/null @@ -1,56 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2014 Rackspace -# 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. - -""" -An implementation of semantics and validations described in RFC 3986. - -See http://rfc3986.readthedocs.io/ for detailed documentation. - -:copyright: (c) 2014 Rackspace -:license: Apache v2.0, see LICENSE for details -""" - -from .api import iri_reference -from .api import IRIReference -from .api import is_valid_uri -from .api import normalize_uri -from .api import uri_reference -from .api import URIReference -from .api import urlparse -from .parseresult import ParseResult - -__title__ = 'rfc3986' -__author__ = 'Ian Stapleton Cordasco' -__author_email__ = 'graffatcolmingov@gmail.com' -__license__ = 'Apache v2.0' -__copyright__ = 'Copyright 2014 Rackspace' -__version__ = '1.3.2' - -__all__ = ( - 'ParseResult', - 'URIReference', - 'IRIReference', - 'is_valid_uri', - 'normalize_uri', - 'uri_reference', - 'iri_reference', - 'urlparse', - '__title__', - '__author__', - '__author_email__', - '__license__', - '__copyright__', - '__version__', -) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 979f7fc6550fc0bed7c124c82e80c3ac3d2eb940..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1008 zcmZvaO>5gQ7{~3r$BxsqV`KC%bX;JK`?8HTjL{N02#hikdeKFwmXe6tl97~*`n=0N z%D&JJx$d;Du+tv7ZAix~{O9*PLeitZp6e(IJovt!JtO-K&->+q?XLpCIsE1u2=lPV zd{#;Qtb!}P<0^0!S4*w|*Kn=mI&dA=OKt!+aHHfVa1%F6ZUMJ&tK@dt&H@|&2RLLQ z?ywGyScJQ*i+9)#?y(-;WxG?azgPSWE+i6Jp7M-KORZ26sTndnqtc4RASxMJ(NwT< z&LGB3qQwnoNJupKG(sn5r|$<rFy$OAtj&jUtY=A?)SNQA;7lcEAXJQIO2cwXMGC7S zyWAWJ>xYTT@3fdN>=3<9`sn!Z=q;Mi<ksXg;lVH!373Ws(FMc{j#kHm!#7YTN1w-| z%d6?-*7hd&?SsXAe;o-eh~_h{xlA}DI^)TBvK<RU%IlG(7H)x5I)m#L{4oLfr#oCf z-J!MAX->6qyN6#KOt@L5cHMmNp?EQ-5=|`ylP%agQkqedsA7Mv>1;-AqS8#rxmumi zGcae6sH_OLu35YsJ$mzxEk*rka56aVcXb=?tD8=$PHIl-PM{Gz?K)4lK-O(StgtC3 zWE~Jfmv*5vaBsu#@FImwNXUcb5JZG*p67mU#kGN6A>^vRw{8*w&j}M%nv46x{#Qj= zURgz08m3F1?n@6{g&il6ldh8;Cp{2%08OE)AD({hl1~0y#Wu_1T;vBr8VmCWg*a7T z`Qn{RmOoi>$&`-aiBfTM5<~0U(m6MeEgBOdq_Bhx^1F5GL#Eg=<saRV<`qb--SMA{ JO3mMl%3nmW8NL7j diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/_mixin.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/_mixin.cpython-38.pyc deleted file mode 100644 index c02f2a11df46425310ca15d921870d1f67456b88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10609 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 Rv?u`q#DK!g0TcMs{|7Nn7i9nd diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/abnf_regexp.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/abnf_regexp.cpython-38.pyc deleted file mode 100644 index 25085cfae1bb5f08afe9144546f0739fd9730f60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4112 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/api.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/api.cpython-38.pyc deleted file mode 100644 index 13873f1af653ac203528fa804359040f8719c221..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3673 zcmc&%%Wm676eT6cmi0)S#z|XrGrL+qEG>ezj!+a0QUoxH21Xu>dQoY_8CjF?m6@Rp z2X0s0bkTl8(p`Q@+pPKvS@qnZNKwwC4&tB`NDb$4pJ&coKJ0Xw9<D!bUK#c;dEQHU zsa|!we2?4wf`{<-J>iR5=ts5vnosR|SdUirS6q7~yb!JKucCcftctbY{rxrZiD-y* zv>M`yXo?nE>ta*1MF*{>xGFA+OK7#k#(l4Q?djjmpAwOUk_Aa@xr$YM!0c2qqoNeO zJQi${#er2x%tLl-Z<kFH&GaO=adYSEUbFdNstk*A5kgK>EKRw<xaFx%4wXPR4+3cn zvx!rXX5&x=j9aVKIJ43;NmmeZV=y<FEOh+iBM@DG*519hdrwZJmT@5Q-rD2Z$a~Uc zp{3!6mEl(xGCSGc32IncT-08{eH*uF<6*sL{)u<uKd&JaJ|9Dm6UjJ(EM{OCqM>3~ z?0QP&@SEXszQcV^!8??(BEw4Wd+g^V!$=kixIR_#Q09^4kz^9Sj*nSppux!+jjHDN zCOV0RxdB_5R^8EPu5*xb%_Fjnp??4yq%-zts)8wtr4%m0W63blNKu%ti@^1qx{4SW zod}qb%PQU|0}cmy5avk~`C=_?reiZ;w+byVem-Q6Q#oJ*m&n1AQzJK{Tho+;S*zmW zi`uLXZ)S}``wLIgCV92nw^7<pRl2QWV|f^EKUF))k(_=-o$ekY@FLOuOoyQw-{_}2 zc+3x^>CZ9R=c($Y$FmL;49h5dK^So0Xla7NdjTb=00o#_21?ATF#RY<SyE65<Cc00 zQqZ4gm#qDtkpdImh?J^RB~mCudKHf@5CSjsI&}~<@<$7;SqB4)%y!XLWcDK3OPQ^s zgV6UQP1?j`K>?3y6Yr$<m+z?HB_{qLt<(_+jj4Pq5GNccz>Q(gAM#L%_s(u+u=N%8 zm3A>0jg~;^c6v{lp%cD^P0x~I;yc-4c@5FkX}-~pCI5p%un@fAlyfWL9g*CJF-6W+ z<0J{0mQOOJ<<JCE8G$11OG{_LX!Jm560Rc3#~{ojWv0|WpH3v?>>yiGxZyaqASWjZ z92=!cEMvQ5@sd)W*=eGcJw6w`rL?oCPPv_)i&heJ7KKkTsn5qxC+RFICz>BbNWi)H zSqOVgae3@iF++zG?aX3NUI(J?@X!#X65441l$--Y=Z6y^!(pmhcW04fm|3IPc<60_ z8XVWmRv#a6ePB*=PP>>q#18(3*u)(s*Ysty-$*&PY0_tSEGXw$?YZ}B?WFds{@io4 z6XRgHo9GDK@-#0Na=w9oABAe-Lf2Nem&GOxm3<%9dE0V2t0gbku|gn-)uLj_*`}0n zE_72O<N;8z5KRDCh5+iP904m81gw`UW^40sEMZ}@92bl8<}@-o<s^c}9%Y?Q9Iw6M z>#O)*0tbQS0&WM64K%Fx$d#m2^Z!`~DC&GrsWwVDxXL>BmT~5)*1QmY4JTk=t5CXY znT9+7^Tu{j+o9y<S}+t&n(N~)4Qk5J)s2fPHZOJGokX|f0~1)}=gg($Z^cK5(>_1o z_7<N6c@c33Uk0mGNCy^`Cyw>Jp3rO5I#ozC3hzf4%r|sXe~R|quCFOg@BC}e)`mlo z1jC{3V6LXz&RP}Ya_x><2obLC)KsE4(s1B#+A3x_16`5R_%{E@`VOCro*}5LthIgo M>dlMzecs&o7x2qA;s5{u diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/builder.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/builder.cpython-38.pyc deleted file mode 100644 index bc61a73047481041c1f6007653776ad7bd22d8f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8115 zcmd5>TW=f372XRkE9x3cjuWQ{wgD27twp-l1&$gCPK+Y;L)0L#1C(t+EIC7Qr6rf0 zUCIze0Y&YXJOq8{Yaist{DJ<DzOs)63IzED&O_Ai%y79&ii+h%HM#_6XK%AJ=X~co zmwhxppVP2?`Tla%eOJ@|MF+_(g@b$e2OpqeT18_zGd#UzR1BT^Ci-T@l>HR?sY*)M zKGs;8Wu9s*!_!a9N`_@W*NRqe^An$SJ#N?icIdcmx4mbFO>TSso?EvYzK}<cK6~&{ z*Yy||wqM)l^|17fj#n4;L8k7vI!=h*Y}*$t$8&pJ1UNLi!mZ<;u`P?Ed-w<YXt-9< zF?oaO6_dTmOqP18S5j({l{CvT>#2rm&afQzSvJe&u(#MeTflyXEwUx-bL=&C4f|QP z%vP|UW7pa1*w3>Y><#P}n1N;99OU99IP;kMZ{#xU(6=3z*>2me(fVlh-Hz?pxZD1W zH@M*KI=36bZ`mD3gh45nv$2&*cH0m6)|NV?QxBVNFcgj*H2to}>>9_wLFlwY*9kd} zkEAfW0T;LMzR-5Vd|(R>5w>`naVE#6!NR6PS8WW5_t+ibAG)}1KX${W?TEcD?#E>8 z2N<3^?3Rr&<=D=l<9bfb<D;QkJZ$=m7TWPUT@MqHH#S`Ev1mEFbqo54HtHMr-^V{F zq3P>=t*Z46w0hq}YxGlS&3+nfs-Hod?q|_vm=0kZ&YvLQ2W=P2COFuBS4e?M5pyw= zA+2)@LUmep5DGh}H+hS1jpj|43w|eb{kG#3N2e1{kR081!+)7)ntl*o_I|ew$@}8c z_tPq13eC%oPxt?^%f->lJkSu%9x4BY&+LAk9b}YH2UaAiL5c)0NYS#;VzPs@oWj70 z1}<8IRKUH4AX^oL1u;VnF_M_2W{#S9G+%3C5xeg`DTl32x#M<LCEPu4wddaTAM@r0 zos|FTApq`+a#whsTU#r4oce*Y$AhwH)Ysm>yIGE~(K#Ae)hc)>tX6Fd9xR~ImNR<% z>n+E&T#D|k6CXtzq1VJ;B6tZMrl072eP8Qq%=n5hYW8k_s*DQ84(h}7Tu9YEbopc3 zZ%D`vrxY<>@5}hL1tr++<624ePNWG+IMT^T-Z)JHr&F}YAxWMNX-|hxfjq<>hf)`G zEIT+6X@$;3{gWc-Rj(2Gf}dL;Uqg_TDl_U3xRQEN4K1HUDtJd!tG~oiK<+~`Qs#sp z)g5&bUbIo4v@ZpD3!P9qg&?0noS{Lqun#)e2N~>x3id$+`=Eh+i|JpHb1|I1LMtCK z1{o_c5e*R=Oo%pS(GMFTd`#p?K*zVhR$#%$uIJf%yv+p>m}9r0rdS<Angvr6L5{eB z{8-T8br)pEq8T`COb3JcxGHQX4226S=7D6zz-jRWJ%Q%yKI5x3»ZP}e8aA`Z9 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 Y`k3;vf%Sn}*$!O{h#pe<9R1Ay0Gb;dvj6}9 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/compat.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/compat.cpython-38.pyc deleted file mode 100644 index 4a0759d303a77a4dc30591978c9501784f890f75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1110 zcmb_b!EO^V5VdzV*-e_Hp)HplDvMi$npBObTB$-vRS!rARYC~5muRzgsL94&Y^RVY zoXP?I0=RMGGx!EyIpr66V!TVLaL19yZ|C`0GtbV;X0wi9d^y=3EGr28b|32_f{!OK z^)Cn%#fW0+WjMz3HXuLqCVm`X^a=?QAXXXI)hR~qSFqKRy+p!$jS58oiZBlUQHVQ5 zkX1{zRM1Ks(JI4lYXS1n7|YKz93v5UaDH5;(Hire*6x@MR#!h+BW}`7x<MPCaNMG8 z+N3Q&o78)OI``%WXL6D!h7Wnh&5TSWoo0-Tq#_qHb0q~iB#EG;PxLg;r83<m^pBo* zu&unCO2YuurYd71m6UY?8yPtm&J5GG3P>AeBcO||$_Hh~Te?Nz5(jJ81H7yjc~x`R zd45}&n$iAo>d4h_*d1~PQ$K)U&;oqE@zkEd3uL?-Pwy?zSAT)O;g7&Ur{4VFT<ED{ z#9SqY3<=l7un&fC0U1Vg&Qd<&jFO@iF5Yx)m9oEGg;$AA3^Y^cnhR|bkun=j1$Vq^ zLJ1wu;-QUJ;vYzDL-zJr&rI@O&h!03mSy{Mek|X!t4A(b%)vDiRH`1>l<{G|mnZ2s zdBb#1jne+f@lh`=Zm65j6g*7y5T<r6A#VrQagqBE?i{VVqn$gc6xU1{aKuPbTqzkT zIVs#)wFw@rZeF#ZB(({_R*K!~K452yR$Gp8ew1OyA$RkKFxPu=xeiv1wWV#t!GOwi zFtEO!Y1=4m>gI{kOu3h!oEdiG>BK$HbETxR)pAqu;G90mGSD}m9nGZ}a50kBzqstX za0urbrP}T!=WkKiTCqjhu3{UVmj8~&u1QTG1UT|M+{P`ub+-oLF5dM69QgI{59b#M AEC2ui diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/exceptions.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/exceptions.cpython-38.pyc deleted file mode 100644 index f307866fa5f53d123f776faa05e23bc29ad69f63..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4749 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 M7Fw5D^R0#d0U>o&!~g&Q diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/iri.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/iri.cpython-38.pyc deleted file mode 100644 index 793a6ac1fda14ce6c3faa6c2b8664ce8d78f8252..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4464 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 Gj{gJVOo?~^ diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/misc.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/misc.cpython-38.pyc deleted file mode 100644 index fcfaad29781f7379bd8650f514537585d9be0578..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2227 zcmZuzTX)(<5Y`Qlx%q}o+@>vUaAVrUIC0`!PL3Ud<ybvNxI*NdsHt^ib^$pc=n9;K z*nMgH(Eref__4pG|3I&O@=vIH(sXtW3QjAXS!TZZc6N4lR(3U!h;s1!dT-YHXOiRo zq{jFogYgi=`;q53#F-r8k<j8z9*Ib532o67c@Bk87)6kbCK@4A!s0;)Bn%P(kwGR< z^tX^11ubS$U)-eLgqehK(xi+ja~kt+W<Z-g;ms7)QS8ke*z+K1kV_{bcovu^4)#ZB z4kgkYU>^tA<pBGHVKn}yfK4*qXAGMHEHh8%eNJt#z5xBoP|t$Ch!@Q-8F!jxaP@=- zbcrF9p99H)d{q}&oUfT@7LaQww7|jdb;^JWrG60>xFKtKxWX*v5Ar91xx!|h@9_rk zZ-T%chu&2*hvt9g%v<>OPn@}igbJ5S5B`XjI;h{mnOeu~*^cYD4N%)%r-f05;6}e? zlMH^@CD`+vj_YM?7g4U)v)!Jz9E}=H$IG-Y#PBjsyW1g@@t%4u)3tj&OkD5UFvi72 zqT`FyI|S&&quI~}5ABwN>>f3%x_X{OuZbPPa_zX7<#I~fOgn|P;&Qwnv-jP)1zUi? ze%PxuaU1&+cE8u`5U2Obmmr^}ANrw>$tz#36T8udFu9OF)4(n!PR&BN<+L5h+4GZL ze}CMbCfND_n(DhyBuox5vT998-cJDOJvdm~TiUq4w6Xi34=l&6ch+C89OoY9HYnEY zc)j)4H;!}nnMupH{`%%|ZX<if@1614fw=eVyMg%Z`|LmlZPBAzXb&P}2h)3t-qN#; zMGrz<p<{NC1n7Q%W>4S2Qxj-?hK~flB1jR$+lJwYJAj+`Tqc)6<3XDsmyvM9r@0FA zb)ox?g(KmOfP@qNSUeICe<adwL_(T7=OG??N*b(|Flpe7o!PfNOb_g;M-RW5dEvld zLtC}rEDy(B%i0;A_qm)%!jKCI!Qh8T-EmP)@?{#w>Jx`n^n9vC<1wxu0up}tJ4ezm z>Fk?)uiedeo$hsq_Gqhhec;^fyui)d6l7u@Vi$EtzE4^$XMZ){wQJAq2KMr#UR%9) zcP-y`yxMa2l^<)<eXylG0>M4@VG~lkEJXPzPZj{n-SH!qg*r9M@&$s)3}A#7)=$F5 ztzx;fTh<iKsQ5FF6;09AqP3~)s3p}<^opOXR3DAo(-&<^SNy4}rYjXif1+$!#q9!2 zN{k^uNClUTwVhpK4Lkqe)vStQ_%k1@z_5!8FkbQ^=BLIMWoa<htX9^n-J)SBTCuzd z8Paf*AAo*j_(7p1*|BzE532T<?kz@3R4N$7ZAJIPaOvB24?x(hs%@1iBfed(7%;_v za%p~Kx2zi!PQfk;Rb#uXtH#qHLWGfnS);%ab@%WV3&xZYJO|dARoL9rO-tV@-db6? zGa{`8Ars>y#ZNO+gVcr-M!_PG;x?Pklo2d{TUGR@6i=LMBgfR1UU*!Bz6e&Ds6Z7; z3gsq;YCzVNor0l0QE2Vh{$s&(T8zN0D_cRl`JnYi<+C=`q5&0E6+H-)Dm<!`cdCYB zjUPp%s;Trm{g^s-Kyh{aWMp+z?K$=TPJ`VJKit_rz%_cP9#&pD9{q%~i#j%3qPInU zaQ-)B9sXtDyaO1dh%CgVq$u%{z~rxRJj}x@f(UVnQ6De;ExeN^Qarrik=}(v@d$Xu c838Q%zLg_kUIs1xR*p`M&kIRsQdExq3(HuFl>h($ diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/normalizers.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/normalizers.cpython-38.pyc deleted file mode 100644 index b68709b5bbe0e673ce86c82f3b50e6d33202e729..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3542 zcmb7HTW=f36`q;Bil(l1d{xt}0HI|Ok**v&u@MweWEt&4WYu<BKy6B`I7?}*C6}IE z+7`0}+A4i$3*-m%iG1{*=nt9KKIyq{dU3xq6eUVQ1C+wt&YYe3=G^tw^mK{g_qT^v z>;JgM*uQBp`LnS294-4hI?1+~<WeMjn@daDiD+5d7H60{nA_Vn=C1U<W!sMQ<rGF& zmgE(To-E60jJ}+avlyr3oSes4k_+-G#w+rg`~YJ);)7{<eaN?G<PCWflv#O8-o`j5 z@5n`r^HMx#l^^x0U#7B~M8TUl-w&GIb|a6|b{6Dm&`wn=OyXV?G}2ZlZAa}qs~!VC z+dSszD_py@6XuxNtvG8mh&=w$T%fI^Wj?xs4cL(3Qr`RV=Goc#eiUSl{iro@O%(?^ zN%|&IbjN7-9aA0-Ir&X3Z*^*&xU&+svph_am0tWQSoiM}(X{&Os4Y`f>#8J)ckk6Y zVdEg&i?W((Hts$A^g-?HWh$$74)xsGx<0z=IzcAvOsFaJ7vAN7K<YH_dV)#8{$TZa zU-T`>`*y+AQeo$;;73sL4fY8GO{i7Scp;9sSzGFh!j@KHo$lL^iruT6OC@XvVK?7T zRh%CNdA9=vK_g+1<tlFPRW&=|pP%qY6`>c;!FM9nfRgHs{ZNICJW`pSIp5t+v%KQy zsk3vn-_0T%*G#odo7(QAD%Y-xvTl+aX^%Qmp1yj1(%A`ju#qjGW1_@u{LP`2O;hlK zi*h4-IFlQBOU?$oU_)*!;<Jgj2ZXB~!XohIR(KEvaUNu0)2!omBk4+z+J=qbSKkRm zC*wgXdDTtx2xem*M~7T~$in$U#`pXTACL8Y6Y~rD{$bp;N!*<<%ig3)p5Zp2o2fd7 zsy@K^1aHjy1MtQyD--Z;Uxr5yCzD(!roW)e*-JhUBv{ph%fTpzyw3|5<AHTbu|N@p z07Yb51<dk*osL5Nu@JdkFc`0WlO52S4ID%(#HOLuhp|hy;C~gj*uWiPg>zk6-GF0* z6EvvP>)o6b3mMnga!>g3@q7Gw*7EB8V;guCIof8$Q?$_KUvIsBQ2%o6#rm%{o@u8Q z=8b)AH{-U{RuZ+fr=m_0HX=oDu2^cGKJrd2Uzf%%uzLTJT-6L1SJ5(3FcW27;yy1q zbKHF|_{@7DW~@bFxW1?TvnWQN76@hq9tjVJkopW>jnUZf?ej-dR6}6gA3wVy)HFWU zS5?$XUq^MB=JhPvYf(&vHQ2;^3Gt-w(l&(}6GxeVs|la0pMvtg!OndTtO0rFBFI<W zNF9z*zT*ZZ06B(!8PRNe9JcFb|0zLo(HTfw{T#FZ8_<Ur0X0=<#4^UD$T`Vj#v7MG zP5ASe<+u1`64ysq_hy%WzqaxuTxs52dHD4=tNjZ=$&2VA#*042B!^;0UIZn>dmgi| z7s+P^)({~NmX4r~l`~{R(PytfG1C3>T9O2(Mi`vO;UL>jyNL{TqoCWt_DUnnB3Uh! z0{osJK16TB7J~do!OqUo^1ZN`rpu3?EQh;GJ3ABK=3Ui}BtjqJqG4P+WnB9Lj8$`5 z#no08<$88&<JtPg=8H35^2mvhFSQqE283F|JGEox6-)C>d&b?OO!L+yDI2@k0e@!d z9A^g3<MV})y<Ctac`-F3$!{@%tWfPx4BBImAW8CWAE}R`k6L=Q0NGj6LTq{fdGZ3W ziIY5qLK}!7Gpo}$rkbE{BXZfd7|jQ^v=NsCr&}E9nwW=EK*K4L58OhS1mpF-dS*N? zfae8c&kLF=Z3U(R8RgZHLY_xa5GGj~JdaE@6x^?_RzD8XX7C6V#G@UmAx@=z!fTpW zd!kxZlqVEPry_cyR_$4}YPI5NC+j3JvT6vuQxNN<9bH1<qVkMNF72X>iI8@E?2ah* z%QS9RY(>#Z`(v!yO}lxgn``fsa#=&mU{BDpMRd$XLKZ%v1VxInW%H7KotNzrF9}7Q z4GL=GAJsTiTp6AH3ll_ne&DO}DA187<Q6O*(S8Vd!Xs$yjMmVlD6D}iv2!5$cJ3Xq zzLWdXLWs1E_>q9dcl&N(6>i~5`v#+Y(f9JH!ox{^VXL==XL8YZg)f~0rv6!YgVK=Y zS6-G6T&$eIbm1Ah*rK^~2Q!5~<b&BE8_dB2$zo`y1bh^Vz1}Aq?M8|!!RWRVHR5L6 zI4@(VcrX!KrLSWNkBW$!3aickkQ$dq$|MmT{|Q~sU;gIqqr0nb`;~e16A)CDx*By9 zIkcOnb(Ch>$GCf#!-Jeg+HL20idLag;h}a^*xrk@h5A6dG9q}RlsCKibhEy-{-VCI zx&HL=#$)Y9Z*#I07nK7%5^M7q^$T28nbOl;71z&7ax$C|cs)PPeq&0er-*liXd%w( z7Z@U`uZ&KXb+Bn3YnxcLPkkLYFPWI08?m2X{v8ly6rdSdn(gw^d)F%S8R3crF^33I zHtDsD^jhMA-xlh3^o9lP)sX@l^|}@+GEQUUXyjokZc{!g%D0Lt9+Q_%zB4&SQ9#!o z$skUmkuoT~8p}3UOdu!2R;GmYKWmx)b$&SuQuZM_oBOB)%9ii=(`b%=&7bl;-z!;u H*<boE^hJ6) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/parseresult.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/parseresult.cpython-38.pyc deleted file mode 100644 index 8799e61729c0802f9ebbac84625d2aa18abf0d7d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9856 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/uri.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/uri.cpython-38.pyc deleted file mode 100644 index 8aad496a7b1b6d086d51aaaa85a9f471d3fd40be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4237 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/validators.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/__pycache__/validators.cpython-38.pyc deleted file mode 100644 index 75ec12df52a99877ca526a2e493a1e1c269b9e63..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12997 zcmd^F$!{E2datd!i>>A&YWG^B(O7JoZb~DK7mlSdEs2&Ai&98R_R!-ri~WjZiQQeT zSJjf$(?kYCBk>HfAjlyIFc?UOIS2uQ<dS1fxdg~xP?sE%i*5mO8Y7VM``)Xy+4M;9 z*b^XZ_Ul^S`u)EBy&I#WWd(mfd;38Br8gAi-{~g%SHR7?`1=2ff+;HsQ<>IOTiS}I z(zT9jeMJ}72Cj`2Lsi~aSb-HkQ&`a{?C2{+R$}I7%1Viiurhv4wvSctJHkfU7=Fv_ zB-_s>KT}usu_<<d9mG|IRoNkS7+0h0Rd$3O#nl*ljU8jp;cA>sv*+0hxSC)uvX{`u zerMDfbH<$s_VO=`l}YCSv)H%T@eO@PT{+0U%}$`sA@&{i3Vsi>@g=4Ddhg6tk9C`l z)$rPZ?Y7<ah81i&)*ZX)GCOd+w$=1D+=jL8af`1v&b<BB8?{F&=ulO|vh!)f=};vf zcSg(g8~EMV_IL};dk*&-sF?dRarZ91ejA0Otf)*`(U`iTI|kF3&I}?Nk!quaNf#nw z6(eGmB4U|roK0X6BZ6c^JR+C^(h<275RQnYfNVr61w?xui+v#+xha?Bar-ZHMY*<i z%V`8w*LRo|ctnDAccaU5tM}F|yV<lnQPsEHc0z@6*}`9~X5GO;K?9pHht1Afr)#I= zt4p8Stqw@r_3aI3c2+*5HrDy`=dE?_wc@@kx7G1@VA&maIwrlxeKA1NpvztB995~| zs?MEthdb?tGj(z^2s-}k%*=)xY<Aab4X-tGvYKxj!3hk{W%{or<d~|~xO2Pfa;M(m zj!*s8z4fWIlN#2EzmtAr(`h*;r>&Elo*&R}#|}16PUmY@YoM8Tw=Qe@L;9gPi(Y8% zdo`yahBZF@-8XBe@HtIAq^sW5O*$zectV3(bmdHekOPEr+u~(i5<6!20fM_Ny90W+ zY`0n4@Vt$tLqy+`=IMBu-ZSGabGzZJ*^Mo0s)ZF>+-W%Nz-kcRHElnr&ZY|i4(Uxi zy;KZqS6$zS3}5iTP;K;biF1$7T2lfh>#psicY!mr*1AF36=av%fuJ`QuPi3KB>_Cw zJxNQ(OS>CvdfW}};nCpoGdw^%ac%(<n6_?r9eyvmUg!2k3zHJJ)oJTv$vmG_rD%jj zIb3K$BDvdM_d<hMAT&rgP@>ncAUX`qxUUB3qWF)lNyA*g*T0A&P<E8QQdgs2E&A1& zil?M;vLF2yB|I(km0N}T#Rt@`#0=<-LhsvG+HT+qoo0DmZZT)w?lyy%rAPtRmglP_ zUc{KZL<LQQk5ECjh3})Hf?}a+hPv+r;kXbHhs8n?j>ZoJ+o!j*ct0GI64kMN|E|Yb zcp%2H4%U-c`=QbBI`_hZF@LknyN6KFzSCTPsPH40#uwLTf>vjy<91$m+kSw~U+=kZ zd3T-7@6ki?t>1Cl%;Pg%-fX&SXJ$HJQD`!MCgQu9M56o}hBfPT*pHxIpGE)vb0`$e zROwUHG&S@2wK>w8ycuiaTHGv$B($?a#C#uL-$Kz>FDjoL-qwJQa$gO!`+8q{pgvGl z<+jmRfRbvD0RBbE-NJ@RZX(UT=2&1x3%Z<aTZemhT<B^mQcty1Gk=LTC-pbmvANxf z+hxQO@0NsS^rx-6P{Up~uvS;0BUV>2qz%mus}kXx3h*p<f-Z0S`Hq%T^9y|~(1AM6 zwhHcboP3*vnu$bL4L%04g*wa<H|T02vC9$5Rds%tUX&s_NbV)>5G=xv(o4yeF_Zp2 z9{GfeQZdzoYVSxga9-noRV;h|nFW#r;!9u@^770eidK0lUM73<yTfZ7WaT6`60flo zFPdwNRzXZ$>X!km_DLNfDtwH7vPc~oL`u}k;Y3_QuC9=|^SBT)cXk_EvkxDQX@90| z>rC(KhN3H5DxYEoN}~;Dmt^pkdS4@%OeC_9M^Sh<dkdpbbI**TXq89tI_b;b5sHsU z*^{bWvwi0gu9Zhmp1@buL)~o$d;$*y!jMiOdId3mVJAY9uAxE$DSZN4A%YRCqUsiU z@I|x&0j#J;)iJfV3tCY#2Q3*!4PRjxsktzKFmX_vTJP`X$Xl~w+XCVVl_@>JfP7w3 zn{W)C0iLf>wJkqX`F^Z{AEIJF1`bIXfCm8wwjM8O8#R66Z>3yRdoK^l!a(h3Al*M+ z=MKzdkRhIM?AIKMq}+C+*(FQ!e~pCm{8ggeFajP%q_^g>`T$LSo}-|ZQgC?n90|#o zCyM3wa6`)EGofB~)NNI$nHON%g>m01@yP%&wNxfM>QB|%lTa@DeS?C-xD}}x!M#O$ z4$OUF(}DY(1g>yUV`HCsM~U6faPjh{>%-A*lZW7UoQAvZ0xj-z96NAW^IoRvFxTL8 z>N!NNK{{MsDJ|G7$EP`^6=VcBYX<?JT}|nE;o8;f*A^}<EY}z2u3lPN%^Lo%&t1sj zMVf+yWeH#ZAc_sp`jZMFbzga){H1mqZm|$NsJa4Fhr=Igp;kK;s*OQ;EWguq{eV_| z{#Vo;^;?84>dmA}hUe7Ss^1}x5XeDpYwt8Ygg^dyT*R%vc=7m;w~t%EtL?#`lD>CJ z&b=2fi4k2|K$#Z6l)n<wf2c0Y6=?hvDug2mFuPa4+=g7i-_i=m{VA&2Gpr$LUoC{= z1Neqz(4p&yI4vwfm|AwgiRNLk+d&4#c^G+V<z#|BN0Mrn;@iKAihoVBrLL5*F?iu+ z_~7P~qFzz8C#K$e{!8eeBj(pDy=MlT_H>nBgS<wG8F=flE1wSc|3Y5*>%=)TROIa@ z|1O^W6TYc{o=zDgiZ!#jp<yD*&!B@G@8mSea6#l}li7SPxk{WL{wALNGrn1|d+M2G z1dqQ(oxe>5#iyJm!@p0(J5=PUkwn+o75_cz?JZ6(ekrvYM2Ps0R3LqYGxif)P)zHO z1<+1AFl&)<RBj>0eV|-aU?M3qN(NK8WhBoK|MH7Lp|AF}9i*ZAI$sQmxYOw_Kqljs z32kTW=+WH>?vRL%?#j3;(j6<o1vKp)Oi&t8n;bon?nOQn`k0a%8QX}2a6m@$P7=ST zHgK4U+%0lQrsZYry3HvAOT)tPj5^K+ycF+RyPCz>FTAK_lU7LxJj-p@ht(aP6HBU* zHu!MUX~U+(IhE9`kiCg=V_8EiJHFBGIK1Tsa1}1ZNf?=M8`gQEYGNCfq$E6lXmUUf zay`oU%nP@SIqf|0qM65zF7-X&x5vq}%%YI`L&e-A$*3l)vDWUPw#<f$O@Q5NzakT* z$-4cgSvch%*S&6Aq}$<gMfuRQ_nh(|!$Wc++z^U{gc~yPBW)WJ0q!^YYQ`0j)?63X zTo}mEjNu%RZlUY`4gE=-q7_x+aqpE>eiIHH;)Q(G3G#O_?y&j%M}9ss7n39r7pnV2 z$P<o9D<8ux)L2+>1E=LnufcNKKDIEhKOob*nG|5%`4rAn_<U3&;YYuY?38rB!qMm@ zcoTk@NFi~Nm!Qx!j#_nyoK&FXT@0)yG-LYx3oYp-6v~03YHCHzd|WKZ(ttODuQo>U zYbF;MH(jWXQ$Dc`uen|i%k_Fo>{8*nQm^0c+Rf-qsa|JZ1CK`#b@ecJCy<K%7)|U& zDl96hRJ=yTG!>NG;6I?^G8L)vPwfuHD-<62ub?nh<GD-%laiUgE|$&x<^(>I<|sbL z%wwF|3}q0Z>B#_*rYA4dA7kng0-*Z{gqZ$7LyiR;y@Rj^8I@P*U4Ve6uRK8bLw8l9 zcXrN4RvdXSN+%-HK|)dZ!b#-0OYWf;7rszuIR*dKf=Ek;1;5jDgHUfeZB8~R+`mh| zAkjn_AX$H3gFDbUl>GKHbRucw@1giFe0@qZDkMhuRPZrW@vcDv9RHCZ6MY0J$m2#* zNtmu}B$SxCHNvO+K&P+w6-0p3fk-CN-2*)$fz~@WKmxJ}Cw+?|C>JVC5F}BmiAp7l z(slgW0<tir4JV-La_z_VRNz%3O1L9GFPjURgd@pVVL?0}q{%#1_88xYCS@c^4G}A7 zPdL5HIRdeQqhG&<B2fNBSqI=S_AuUL`pNi1)x8?1x3tgkuCM)4`*Q^p(FId{KT8p0 zK89E@&<CtCU=t{pljBt41%l@QO@(Au=-R{E*g5$eK<#Ku*)mg&TU8gTDksIv$!SAE zMzBmOKIBePK0Z>hnmYElclI}_reQuMp;q*f8FQEf?a)wj9y2Yub>U=Wu`{|);`9+s zSn%#eT$N~klnhg}il#j_3*cLNp5t4>hQ1f@^`}q(jl+F7X<H-SL5hb-NFmDf#O%D1 zKB;Q<J`8Zt3CKsl?t_b+WXX#pxI)uelqO`@n-HmsWM2XyAk;jMk`M8wL%?P0)c)Tj z#@_8SMGc}}(&}WZ-KNNIY;>D8x13LjEokqWI)R^%?MqBa@VGS3QLm9*NqdC@LfXi} zUIqCOQ4R+4!XjfMBzpkMgat7xp!Fe08J40shNY<HfH;Mw>r2BlnP62mXiw>hX7D<? zSeVbDMOucw30lxH3ds(Xt4^ARpMc{_+U7){OZ@}vNR~9aJ%|=9CE4(_d?*=8=|#}( z1}CYS(q=i=!!GAGgDhp^({@vyI8|Xcs}^-ZFD**y5>nA7Rx(-^vm8=uo|ou@p<OSD zgx5X6nDM@@)#_p_0ut^S?chdT?n>vbt}gSgv${&H1usuy!)qQ^f}VLG9ls0bTez6B zJilQ@6B92M;7|~VoCGX9xOC&axf{!uuPt6#{$c&<-13FXmlnfOT6{fb1L)<EWaV-X z<PWLsh?oN9>;^e#GO3<)a)Nk?Tr0|pRN#qlhU=l4S@6*c-X?scf{#ce*Q5^MHE>sC zs&S3Y;~mll8owF6zlrxnY05cWm*h3^Ak`C`rw`*i0s3!bx;)<`%(54&Jqu5W34F8c zU}o5%a{1cQa>53cE7$Lwjqmu6fJk^mU|x4Scp;dCb~>TXLaO^lTsJ%-?iQ}q7w0dW zJ$35M_yu&3aIcAfc!P@64HPEA#<RDGRcPB@sf=N>#l&|)<@6@UE@V9uwL{)emR$g` zYQHuN;%I|<Z<Qh|q{2)1MvWrQ_}>HVh%MDbjL}h~gCkocPXUp-v7<4cMioHt;~6H) z8m1WHzV^@z04G%pV@uEkS1%>NX)-txz~wOu$0c<VQU8GOBXpDsr>(Q!25NK+B@;_0 z%anPLj83PDdF({fZxlHiF{bt4?m>b*R5;-#W|u7ItD;u9KDT^1gBdwmd>Ce<G;V^} z#~H+0&yLusVR9yp3_TTOqGld5+4vg;O$_<8sLA>L)?gd`gBzC?6Z2cu<jJLBxQ&UC z6X0%Tfb*UmxE~AyE<WV-RM^Fp^YFz_WB=`&QJC?lPYYsPKXos^s`yRJFV4Mxm9`Nh zPYO_yAsZ@!`{VHwH1B25yiI80KKY~TB$g*z86-(-BsBB~QRFHj)U&w&h}6u6iw$$> z(}HW`jXbjNR%F3<ho&VALeZvA=^GK6p4i4#9_0|^!4!EU#XC+3l(wNMYP3rU5Ay_? z@NZFZ9L1w2C=k0+S_dSdOaxAA+(VF-HzguT_@_h#GVEf<^0hr2j$vVIsMe|)4qr8! z{F)q4I2!|FY~a=BG=?xy2B&+>xQL&DV}k>S3UhXhCP=*tXZ4S9(W~?o+Nj;uK2+LA z4G{osl{x%g`uq@JEh!%n>9j44&ms`QDad2eait8D&gbdeV{alb@J6RM+d6tWjGhYU zr<wGFS|8z<dp|l6<o$#dx6n6{AK;gIyTOl>(bIwfaG(^qV2W%+l0wk8HZT1$Iy<>6 z!TSy_t3_mF;wS~DWUy08L<=XPMD$$zPIzYm-f(0Y8wVmU4Wfz!1#O&$`~B`(+7;~) z$%C4CaKe{!)sk#!A|ii7z{z8d8p4PP)imfx4swM!?l_^2>88ee7%ztviA^Fpo45(U z&LYVJq50%J3Q+@ftB6nnhaqS$$FKD1tRsX9=c+0|1bA#4eS<;`dcULQYasMsLGc#$ ze=^A;V1i>lrv{Tn$(m%2NRU5!R0U^M`6yBBXgwF3-JJX2%Eh_mYl}-_f#O6{c&MK4 zY-cKn9Faik@bE1IWF`ePV$XXr+7ZZRZUkm=famc+IlY7l{sTcl2dd%|r)9Ma6ij57 zD;lyoRHv#f%vaU?{}KKH-h_%^B@u<nqjyDl++QSgMJiL|?nH7(`lSrbB%_g6$;naS zWb`=cN+HI)Pgg`e{$nbL6U00+^A`+9`ZF}&kqPeelxz1%DalM~MW6U1rEcysNAR62 UAH-)|eoQk;NdI@S1XerxKhR<E^#A|> diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/_mixin.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/_mixin.py deleted file mode 100644 index 543925c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/_mixin.py +++ /dev/null @@ -1,353 +0,0 @@ -"""Module containing the implementation of the URIMixin class.""" -import warnings - -from . import exceptions as exc -from . import misc -from . import normalizers -from . import validators - - -class URIMixin(object): - """Mixin with all shared methods for URIs and IRIs.""" - - __hash__ = tuple.__hash__ - - def authority_info(self): - """Return a dictionary with the ``userinfo``, ``host``, and ``port``. - - If the authority is not valid, it will raise a - :class:`~rfc3986.exceptions.InvalidAuthority` Exception. - - :returns: - ``{'userinfo': 'username:password', 'host': 'www.example.com', - 'port': '80'}`` - :rtype: dict - :raises rfc3986.exceptions.InvalidAuthority: - If the authority is not ``None`` and can not be parsed. - """ - if not self.authority: - return {'userinfo': None, 'host': None, 'port': None} - - match = self._match_subauthority() - - if match is None: - # In this case, we have an authority that was parsed from the URI - # Reference, but it cannot be further parsed by our - # misc.SUBAUTHORITY_MATCHER. In this case it must not be a valid - # authority. - raise exc.InvalidAuthority(self.authority.encode(self.encoding)) - - # We had a match, now let's ensure that it is actually a valid host - # address if it is IPv4 - matches = match.groupdict() - host = matches.get('host') - - if (host and misc.IPv4_MATCHER.match(host) and not - validators.valid_ipv4_host_address(host)): - # If we have a host, it appears to be IPv4 and it does not have - # valid bytes, it is an InvalidAuthority. - raise exc.InvalidAuthority(self.authority.encode(self.encoding)) - - return matches - - def _match_subauthority(self): - return misc.SUBAUTHORITY_MATCHER.match(self.authority) - - @property - def host(self): - """If present, a string representing the host.""" - try: - authority = self.authority_info() - except exc.InvalidAuthority: - return None - return authority['host'] - - @property - def port(self): - """If present, the port extracted from the authority.""" - try: - authority = self.authority_info() - except exc.InvalidAuthority: - return None - return authority['port'] - - @property - def userinfo(self): - """If present, the userinfo extracted from the authority.""" - try: - authority = self.authority_info() - except exc.InvalidAuthority: - return None - return authority['userinfo'] - - def is_absolute(self): - """Determine if this URI Reference is an absolute URI. - - See http://tools.ietf.org/html/rfc3986#section-4.3 for explanation. - - :returns: ``True`` if it is an absolute URI, ``False`` otherwise. - :rtype: bool - """ - return bool(misc.ABSOLUTE_URI_MATCHER.match(self.unsplit())) - - def is_valid(self, **kwargs): - """Determine if the URI is valid. - - .. deprecated:: 1.1.0 - - Use the :class:`~rfc3986.validators.Validator` object instead. - - :param bool require_scheme: Set to ``True`` if you wish to require the - presence of the scheme component. - :param bool require_authority: Set to ``True`` if you wish to require - the presence of the authority component. - :param bool require_path: Set to ``True`` if you wish to require the - presence of the path component. - :param bool require_query: Set to ``True`` if you wish to require the - presence of the query component. - :param bool require_fragment: Set to ``True`` if you wish to require - the presence of the fragment component. - :returns: ``True`` if the URI is valid. ``False`` otherwise. - :rtype: bool - """ - warnings.warn("Please use rfc3986.validators.Validator instead. " - "This method will be eventually removed.", - DeprecationWarning) - validators = [ - (self.scheme_is_valid, kwargs.get('require_scheme', False)), - (self.authority_is_valid, kwargs.get('require_authority', False)), - (self.path_is_valid, kwargs.get('require_path', False)), - (self.query_is_valid, kwargs.get('require_query', False)), - (self.fragment_is_valid, kwargs.get('require_fragment', False)), - ] - return all(v(r) for v, r in validators) - - def authority_is_valid(self, require=False): - """Determine if the authority component is valid. - - .. deprecated:: 1.1.0 - - Use the :class:`~rfc3986.validators.Validator` object instead. - - :param bool require: - Set to ``True`` to require the presence of this component. - :returns: - ``True`` if the authority is valid. ``False`` otherwise. - :rtype: - bool - """ - warnings.warn("Please use rfc3986.validators.Validator instead. " - "This method will be eventually removed.", - DeprecationWarning) - try: - self.authority_info() - except exc.InvalidAuthority: - return False - - return validators.authority_is_valid( - self.authority, - host=self.host, - require=require, - ) - - def scheme_is_valid(self, require=False): - """Determine if the scheme component is valid. - - .. deprecated:: 1.1.0 - - Use the :class:`~rfc3986.validators.Validator` object instead. - - :param str require: Set to ``True`` to require the presence of this - component. - :returns: ``True`` if the scheme is valid. ``False`` otherwise. - :rtype: bool - """ - warnings.warn("Please use rfc3986.validators.Validator instead. " - "This method will be eventually removed.", - DeprecationWarning) - return validators.scheme_is_valid(self.scheme, require) - - def path_is_valid(self, require=False): - """Determine if the path component is valid. - - .. deprecated:: 1.1.0 - - Use the :class:`~rfc3986.validators.Validator` object instead. - - :param str require: Set to ``True`` to require the presence of this - component. - :returns: ``True`` if the path is valid. ``False`` otherwise. - :rtype: bool - """ - warnings.warn("Please use rfc3986.validators.Validator instead. " - "This method will be eventually removed.", - DeprecationWarning) - return validators.path_is_valid(self.path, require) - - def query_is_valid(self, require=False): - """Determine if the query component is valid. - - .. deprecated:: 1.1.0 - - Use the :class:`~rfc3986.validators.Validator` object instead. - - :param str require: Set to ``True`` to require the presence of this - component. - :returns: ``True`` if the query is valid. ``False`` otherwise. - :rtype: bool - """ - warnings.warn("Please use rfc3986.validators.Validator instead. " - "This method will be eventually removed.", - DeprecationWarning) - return validators.query_is_valid(self.query, require) - - def fragment_is_valid(self, require=False): - """Determine if the fragment component is valid. - - .. deprecated:: 1.1.0 - - Use the Validator object instead. - - :param str require: Set to ``True`` to require the presence of this - component. - :returns: ``True`` if the fragment is valid. ``False`` otherwise. - :rtype: bool - """ - warnings.warn("Please use rfc3986.validators.Validator instead. " - "This method will be eventually removed.", - DeprecationWarning) - return validators.fragment_is_valid(self.fragment, require) - - def normalized_equality(self, other_ref): - """Compare this URIReference to another URIReference. - - :param URIReference other_ref: (required), The reference with which - we're comparing. - :returns: ``True`` if the references are equal, ``False`` otherwise. - :rtype: bool - """ - return tuple(self.normalize()) == tuple(other_ref.normalize()) - - def resolve_with(self, base_uri, strict=False): - """Use an absolute URI Reference to resolve this relative reference. - - Assuming this is a relative reference that you would like to resolve, - use the provided base URI to resolve it. - - See http://tools.ietf.org/html/rfc3986#section-5 for more information. - - :param base_uri: Either a string or URIReference. It must be an - absolute URI or it will raise an exception. - :returns: A new URIReference which is the result of resolving this - reference using ``base_uri``. - :rtype: :class:`URIReference` - :raises rfc3986.exceptions.ResolutionError: - If the ``base_uri`` is not an absolute URI. - """ - if not isinstance(base_uri, URIMixin): - base_uri = type(self).from_string(base_uri) - - if not base_uri.is_absolute(): - raise exc.ResolutionError(base_uri) - - # This is optional per - # http://tools.ietf.org/html/rfc3986#section-5.2.1 - base_uri = base_uri.normalize() - - # The reference we're resolving - resolving = self - - if not strict and resolving.scheme == base_uri.scheme: - resolving = resolving.copy_with(scheme=None) - - # http://tools.ietf.org/html/rfc3986#page-32 - if resolving.scheme is not None: - target = resolving.copy_with( - path=normalizers.normalize_path(resolving.path) - ) - else: - if resolving.authority is not None: - target = resolving.copy_with( - scheme=base_uri.scheme, - path=normalizers.normalize_path(resolving.path) - ) - else: - if resolving.path is None: - if resolving.query is not None: - query = resolving.query - else: - query = base_uri.query - target = resolving.copy_with( - scheme=base_uri.scheme, - authority=base_uri.authority, - path=base_uri.path, - query=query - ) - else: - if resolving.path.startswith('/'): - path = normalizers.normalize_path(resolving.path) - else: - path = normalizers.normalize_path( - misc.merge_paths(base_uri, resolving.path) - ) - target = resolving.copy_with( - scheme=base_uri.scheme, - authority=base_uri.authority, - path=path, - query=resolving.query - ) - return target - - def unsplit(self): - """Create a URI string from the components. - - :returns: The URI Reference reconstituted as a string. - :rtype: str - """ - # See http://tools.ietf.org/html/rfc3986#section-5.3 - result_list = [] - if self.scheme: - result_list.extend([self.scheme, ':']) - if self.authority: - result_list.extend(['//', self.authority]) - if self.path: - result_list.append(self.path) - if self.query is not None: - result_list.extend(['?', self.query]) - if self.fragment is not None: - result_list.extend(['#', self.fragment]) - return ''.join(result_list) - - def copy_with(self, scheme=misc.UseExisting, authority=misc.UseExisting, - path=misc.UseExisting, query=misc.UseExisting, - fragment=misc.UseExisting): - """Create a copy of this reference with the new components. - - :param str scheme: - (optional) The scheme to use for the new reference. - :param str authority: - (optional) The authority to use for the new reference. - :param str path: - (optional) The path to use for the new reference. - :param str query: - (optional) The query to use for the new reference. - :param str fragment: - (optional) The fragment to use for the new reference. - :returns: - New URIReference with provided components. - :rtype: - URIReference - """ - attributes = { - 'scheme': scheme, - 'authority': authority, - 'path': path, - 'query': query, - 'fragment': fragment, - } - for key, value in list(attributes.items()): - if value is misc.UseExisting: - del attributes[key] - uri = self._replace(**attributes) - uri.encoding = self.encoding - return uri diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/abnf_regexp.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/abnf_regexp.py deleted file mode 100644 index 24c9c3d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/abnf_regexp.py +++ /dev/null @@ -1,267 +0,0 @@ -# -*- coding: utf-8 -*- -# 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. -"""Module for the regular expressions crafted from ABNF.""" - -import sys - -# https://tools.ietf.org/html/rfc3986#page-13 -GEN_DELIMS = GENERIC_DELIMITERS = ":/?#[]@" -GENERIC_DELIMITERS_SET = set(GENERIC_DELIMITERS) -# https://tools.ietf.org/html/rfc3986#page-13 -SUB_DELIMS = SUB_DELIMITERS = "!$&'()*+,;=" -SUB_DELIMITERS_SET = set(SUB_DELIMITERS) -# Escape the '*' for use in regular expressions -SUB_DELIMITERS_RE = r"!$&'()\*+,;=" -RESERVED_CHARS_SET = GENERIC_DELIMITERS_SET.union(SUB_DELIMITERS_SET) -ALPHA = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' -DIGIT = '0123456789' -# https://tools.ietf.org/html/rfc3986#section-2.3 -UNRESERVED = UNRESERVED_CHARS = ALPHA + DIGIT + r'._!-' -UNRESERVED_CHARS_SET = set(UNRESERVED_CHARS) -NON_PCT_ENCODED_SET = RESERVED_CHARS_SET.union(UNRESERVED_CHARS_SET) -# We need to escape the '-' in this case: -UNRESERVED_RE = r'A-Za-z0-9._~\-' - -# Percent encoded character values -PERCENT_ENCODED = PCT_ENCODED = '%[A-Fa-f0-9]{2}' -PCHAR = '([' + UNRESERVED_RE + SUB_DELIMITERS_RE + ':@]|%s)' % PCT_ENCODED - -# NOTE(sigmavirus24): We're going to use more strict regular expressions -# than appear in Appendix B for scheme. This will prevent over-eager -# consuming of items that aren't schemes. -SCHEME_RE = '[a-zA-Z][a-zA-Z0-9+.-]*' -_AUTHORITY_RE = '[^/?#]*' -_PATH_RE = '[^?#]*' -_QUERY_RE = '[^#]*' -_FRAGMENT_RE = '.*' - -# Extracted from http://tools.ietf.org/html/rfc3986#appendix-B -COMPONENT_PATTERN_DICT = { - 'scheme': SCHEME_RE, - 'authority': _AUTHORITY_RE, - 'path': _PATH_RE, - 'query': _QUERY_RE, - 'fragment': _FRAGMENT_RE, -} - -# See http://tools.ietf.org/html/rfc3986#appendix-B -# In this case, we name each of the important matches so we can use -# SRE_Match#groupdict to parse the values out if we so choose. This is also -# modified to ignore other matches that are not important to the parsing of -# the reference so we can also simply use SRE_Match#groups. -URL_PARSING_RE = ( - r'(?:(?P<scheme>{scheme}):)?(?://(?P<authority>{authority}))?' - r'(?P<path>{path})(?:\?(?P<query>{query}))?' - r'(?:#(?P<fragment>{fragment}))?' -).format(**COMPONENT_PATTERN_DICT) - - -# ######################### -# Authority Matcher Section -# ######################### - -# Host patterns, see: http://tools.ietf.org/html/rfc3986#section-3.2.2 -# The pattern for a regular name, e.g., www.google.com, api.github.com -REGULAR_NAME_RE = REG_NAME = '((?:{0}|[{1}])*)'.format( - '%[0-9A-Fa-f]{2}', SUB_DELIMITERS_RE + UNRESERVED_RE -) -# The pattern for an IPv4 address, e.g., 192.168.255.255, 127.0.0.1, -IPv4_RE = r'([0-9]{1,3}\.){3}[0-9]{1,3}' -# Hexadecimal characters used in each piece of an IPv6 address -HEXDIG_RE = '[0-9A-Fa-f]{1,4}' -# Least-significant 32 bits of an IPv6 address -LS32_RE = '({hex}:{hex}|{ipv4})'.format(hex=HEXDIG_RE, ipv4=IPv4_RE) -# Substitutions into the following patterns for IPv6 patterns defined -# http://tools.ietf.org/html/rfc3986#page-20 -_subs = {'hex': HEXDIG_RE, 'ls32': LS32_RE} - -# Below: h16 = hexdig, see: https://tools.ietf.org/html/rfc5234 for details -# about ABNF (Augmented Backus-Naur Form) use in the comments -variations = [ - # 6( h16 ":" ) ls32 - '(%(hex)s:){6}%(ls32)s' % _subs, - # "::" 5( h16 ":" ) ls32 - '::(%(hex)s:){5}%(ls32)s' % _subs, - # [ h16 ] "::" 4( h16 ":" ) ls32 - '(%(hex)s)?::(%(hex)s:){4}%(ls32)s' % _subs, - # [ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32 - '((%(hex)s:)?%(hex)s)?::(%(hex)s:){3}%(ls32)s' % _subs, - # [ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32 - '((%(hex)s:){0,2}%(hex)s)?::(%(hex)s:){2}%(ls32)s' % _subs, - # [ *3( h16 ":" ) h16 ] "::" h16 ":" ls32 - '((%(hex)s:){0,3}%(hex)s)?::%(hex)s:%(ls32)s' % _subs, - # [ *4( h16 ":" ) h16 ] "::" ls32 - '((%(hex)s:){0,4}%(hex)s)?::%(ls32)s' % _subs, - # [ *5( h16 ":" ) h16 ] "::" h16 - '((%(hex)s:){0,5}%(hex)s)?::%(hex)s' % _subs, - # [ *6( h16 ":" ) h16 ] "::" - '((%(hex)s:){0,6}%(hex)s)?::' % _subs, -] - -IPv6_RE = '(({0})|({1})|({2})|({3})|({4})|({5})|({6})|({7})|({8}))'.format( - *variations -) - -IPv_FUTURE_RE = r'v[0-9A-Fa-f]+\.[%s]+' % ( - UNRESERVED_RE + SUB_DELIMITERS_RE + ':' -) - -# RFC 6874 Zone ID ABNF -ZONE_ID = '(?:[' + UNRESERVED_RE + ']|' + PCT_ENCODED + ')+' - -IPv6_ADDRZ_RFC4007_RE = IPv6_RE + '(?:(?:%25|%)' + ZONE_ID + ')?' -IPv6_ADDRZ_RE = IPv6_RE + '(?:%25' + ZONE_ID + ')?' - -IP_LITERAL_RE = r'\[({0}|{1})\]'.format( - IPv6_ADDRZ_RFC4007_RE, - IPv_FUTURE_RE, -) - -# Pattern for matching the host piece of the authority -HOST_RE = HOST_PATTERN = '({0}|{1}|{2})'.format( - REG_NAME, - IPv4_RE, - IP_LITERAL_RE, -) -USERINFO_RE = '^([' + UNRESERVED_RE + SUB_DELIMITERS_RE + ':]|%s)+' % ( - PCT_ENCODED -) -PORT_RE = '[0-9]{1,5}' - -# #################### -# Path Matcher Section -# #################### - -# See http://tools.ietf.org/html/rfc3986#section-3.3 for more information -# about the path patterns defined below. -segments = { - 'segment': PCHAR + '*', - # Non-zero length segment - 'segment-nz': PCHAR + '+', - # Non-zero length segment without ":" - 'segment-nz-nc': PCHAR.replace(':', '') + '+' -} - -# Path types taken from Section 3.3 (linked above) -PATH_EMPTY = '^$' -PATH_ROOTLESS = '%(segment-nz)s(/%(segment)s)*' % segments -PATH_NOSCHEME = '%(segment-nz-nc)s(/%(segment)s)*' % segments -PATH_ABSOLUTE = '/(%s)?' % PATH_ROOTLESS -PATH_ABEMPTY = '(/%(segment)s)*' % segments -PATH_RE = '^(%s|%s|%s|%s|%s)$' % ( - PATH_ABEMPTY, PATH_ABSOLUTE, PATH_NOSCHEME, PATH_ROOTLESS, PATH_EMPTY -) - -FRAGMENT_RE = QUERY_RE = ( - '^([/?:@' + UNRESERVED_RE + SUB_DELIMITERS_RE + ']|%s)*$' % PCT_ENCODED -) - -# ########################## -# Relative reference matcher -# ########################## - -# See http://tools.ietf.org/html/rfc3986#section-4.2 for details -RELATIVE_PART_RE = '(//%s%s|%s|%s|%s)' % ( - COMPONENT_PATTERN_DICT['authority'], - PATH_ABEMPTY, - PATH_ABSOLUTE, - PATH_NOSCHEME, - PATH_EMPTY, -) - -# See http://tools.ietf.org/html/rfc3986#section-3 for definition -HIER_PART_RE = '(//%s%s|%s|%s|%s)' % ( - COMPONENT_PATTERN_DICT['authority'], - PATH_ABEMPTY, - PATH_ABSOLUTE, - PATH_ROOTLESS, - PATH_EMPTY, -) - -# ############### -# IRIs / RFC 3987 -# ############### - -# Only wide-unicode gets the high-ranges of UCSCHAR -if sys.maxunicode > 0xFFFF: # pragma: no cover - IPRIVATE = u'\uE000-\uF8FF\U000F0000-\U000FFFFD\U00100000-\U0010FFFD' - UCSCHAR_RE = ( - u'\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF' - u'\U00010000-\U0001FFFD\U00020000-\U0002FFFD' - u'\U00030000-\U0003FFFD\U00040000-\U0004FFFD' - u'\U00050000-\U0005FFFD\U00060000-\U0006FFFD' - u'\U00070000-\U0007FFFD\U00080000-\U0008FFFD' - u'\U00090000-\U0009FFFD\U000A0000-\U000AFFFD' - u'\U000B0000-\U000BFFFD\U000C0000-\U000CFFFD' - u'\U000D0000-\U000DFFFD\U000E1000-\U000EFFFD' - ) -else: # pragma: no cover - IPRIVATE = u'\uE000-\uF8FF' - UCSCHAR_RE = ( - u'\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF' - ) - -IUNRESERVED_RE = u'A-Za-z0-9\\._~\\-' + UCSCHAR_RE -IPCHAR = u'([' + IUNRESERVED_RE + SUB_DELIMITERS_RE + u':@]|%s)' % PCT_ENCODED - -isegments = { - 'isegment': IPCHAR + u'*', - # Non-zero length segment - 'isegment-nz': IPCHAR + u'+', - # Non-zero length segment without ":" - 'isegment-nz-nc': IPCHAR.replace(':', '') + u'+' -} - -IPATH_ROOTLESS = u'%(isegment-nz)s(/%(isegment)s)*' % isegments -IPATH_NOSCHEME = u'%(isegment-nz-nc)s(/%(isegment)s)*' % isegments -IPATH_ABSOLUTE = u'/(?:%s)?' % IPATH_ROOTLESS -IPATH_ABEMPTY = u'(?:/%(isegment)s)*' % isegments -IPATH_RE = u'^(?:%s|%s|%s|%s|%s)$' % ( - IPATH_ABEMPTY, IPATH_ABSOLUTE, IPATH_NOSCHEME, IPATH_ROOTLESS, PATH_EMPTY -) - -IREGULAR_NAME_RE = IREG_NAME = u'(?:{0}|[{1}])*'.format( - u'%[0-9A-Fa-f]{2}', SUB_DELIMITERS_RE + IUNRESERVED_RE -) - -IHOST_RE = IHOST_PATTERN = u'({0}|{1}|{2})'.format( - IREG_NAME, - IPv4_RE, - IP_LITERAL_RE, -) - -IUSERINFO_RE = u'^(?:[' + IUNRESERVED_RE + SUB_DELIMITERS_RE + u':]|%s)+' % ( - PCT_ENCODED -) - -IFRAGMENT_RE = (u'^(?:[/?:@' + IUNRESERVED_RE + SUB_DELIMITERS_RE - + u']|%s)*$' % PCT_ENCODED) -IQUERY_RE = (u'^(?:[/?:@' + IUNRESERVED_RE + SUB_DELIMITERS_RE - + IPRIVATE + u']|%s)*$' % PCT_ENCODED) - -IRELATIVE_PART_RE = u'(//%s%s|%s|%s|%s)' % ( - COMPONENT_PATTERN_DICT['authority'], - IPATH_ABEMPTY, - IPATH_ABSOLUTE, - IPATH_NOSCHEME, - PATH_EMPTY, -) - -IHIER_PART_RE = u'(//%s%s|%s|%s|%s)' % ( - COMPONENT_PATTERN_DICT['authority'], - IPATH_ABEMPTY, - IPATH_ABSOLUTE, - IPATH_ROOTLESS, - PATH_EMPTY, -) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/api.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/api.py deleted file mode 100644 index ddc4a1c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/api.py +++ /dev/null @@ -1,106 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2014 Rackspace -# 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. -""" -Module containing the simple and functional API for rfc3986. - -This module defines functions and provides access to the public attributes -and classes of rfc3986. -""" - -from .iri import IRIReference -from .parseresult import ParseResult -from .uri import URIReference - - -def uri_reference(uri, encoding='utf-8'): - """Parse a URI string into a URIReference. - - This is a convenience function. You could achieve the same end by using - ``URIReference.from_string(uri)``. - - :param str uri: The URI which needs to be parsed into a reference. - :param str encoding: The encoding of the string provided - :returns: A parsed URI - :rtype: :class:`URIReference` - """ - return URIReference.from_string(uri, encoding) - - -def iri_reference(iri, encoding='utf-8'): - """Parse a IRI string into an IRIReference. - - This is a convenience function. You could achieve the same end by using - ``IRIReference.from_string(iri)``. - - :param str iri: The IRI which needs to be parsed into a reference. - :param str encoding: The encoding of the string provided - :returns: A parsed IRI - :rtype: :class:`IRIReference` - """ - return IRIReference.from_string(iri, encoding) - - -def is_valid_uri(uri, encoding='utf-8', **kwargs): - """Determine if the URI given is valid. - - This is a convenience function. You could use either - ``uri_reference(uri).is_valid()`` or - ``URIReference.from_string(uri).is_valid()`` to achieve the same result. - - :param str uri: The URI to be validated. - :param str encoding: The encoding of the string provided - :param bool require_scheme: Set to ``True`` if you wish to require the - presence of the scheme component. - :param bool require_authority: Set to ``True`` if you wish to require the - presence of the authority component. - :param bool require_path: Set to ``True`` if you wish to require the - presence of the path component. - :param bool require_query: Set to ``True`` if you wish to require the - presence of the query component. - :param bool require_fragment: Set to ``True`` if you wish to require the - presence of the fragment component. - :returns: ``True`` if the URI is valid, ``False`` otherwise. - :rtype: bool - """ - return URIReference.from_string(uri, encoding).is_valid(**kwargs) - - -def normalize_uri(uri, encoding='utf-8'): - """Normalize the given URI. - - This is a convenience function. You could use either - ``uri_reference(uri).normalize().unsplit()`` or - ``URIReference.from_string(uri).normalize().unsplit()`` instead. - - :param str uri: The URI to be normalized. - :param str encoding: The encoding of the string provided - :returns: The normalized URI. - :rtype: str - """ - normalized_reference = URIReference.from_string(uri, encoding).normalize() - return normalized_reference.unsplit() - - -def urlparse(uri, encoding='utf-8'): - """Parse a given URI and return a ParseResult. - - This is a partial replacement of the standard library's urlparse function. - - :param str uri: The URI to be parsed. - :param str encoding: The encoding of the string provided. - :returns: A parsed URI - :rtype: :class:`~rfc3986.parseresult.ParseResult` - """ - return ParseResult.from_string(uri, encoding, strict=False) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/builder.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/builder.py deleted file mode 100644 index 7934279..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/builder.py +++ /dev/null @@ -1,298 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2017 Ian Stapleton Cordasco -# 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. -"""Module containing the logic for the URIBuilder object.""" -from . import compat -from . import normalizers -from . import uri - - -class URIBuilder(object): - """Object to aid in building up a URI Reference from parts. - - .. note:: - - This object should be instantiated by the user, but it's recommended - that it is not provided with arguments. Instead, use the available - method to populate the fields. - - """ - - def __init__(self, scheme=None, userinfo=None, host=None, port=None, - path=None, query=None, fragment=None): - """Initialize our URI builder. - - :param str scheme: - (optional) - :param str userinfo: - (optional) - :param str host: - (optional) - :param int port: - (optional) - :param str path: - (optional) - :param str query: - (optional) - :param str fragment: - (optional) - """ - self.scheme = scheme - self.userinfo = userinfo - self.host = host - self.port = port - self.path = path - self.query = query - self.fragment = fragment - - def __repr__(self): - """Provide a convenient view of our builder object.""" - formatstr = ('URIBuilder(scheme={b.scheme}, userinfo={b.userinfo}, ' - 'host={b.host}, port={b.port}, path={b.path}, ' - 'query={b.query}, fragment={b.fragment})') - return formatstr.format(b=self) - - def add_scheme(self, scheme): - """Add a scheme to our builder object. - - After normalizing, this will generate a new URIBuilder instance with - the specified scheme and all other attributes the same. - - .. code-block:: python - - >>> URIBuilder().add_scheme('HTTPS') - URIBuilder(scheme='https', userinfo=None, host=None, port=None, - path=None, query=None, fragment=None) - - """ - scheme = normalizers.normalize_scheme(scheme) - return URIBuilder( - scheme=scheme, - userinfo=self.userinfo, - host=self.host, - port=self.port, - path=self.path, - query=self.query, - fragment=self.fragment, - ) - - def add_credentials(self, username, password): - """Add credentials as the userinfo portion of the URI. - - .. code-block:: python - - >>> URIBuilder().add_credentials('root', 's3crete') - URIBuilder(scheme=None, userinfo='root:s3crete', host=None, - port=None, path=None, query=None, fragment=None) - - >>> URIBuilder().add_credentials('root', None) - URIBuilder(scheme=None, userinfo='root', host=None, - port=None, path=None, query=None, fragment=None) - """ - if username is None: - raise ValueError('Username cannot be None') - userinfo = normalizers.normalize_username(username) - - if password is not None: - userinfo = '{}:{}'.format( - userinfo, - normalizers.normalize_password(password), - ) - - return URIBuilder( - scheme=self.scheme, - userinfo=userinfo, - host=self.host, - port=self.port, - path=self.path, - query=self.query, - fragment=self.fragment, - ) - - def add_host(self, host): - """Add hostname to the URI. - - .. code-block:: python - - >>> URIBuilder().add_host('google.com') - URIBuilder(scheme=None, userinfo=None, host='google.com', - port=None, path=None, query=None, fragment=None) - - """ - return URIBuilder( - scheme=self.scheme, - userinfo=self.userinfo, - host=normalizers.normalize_host(host), - port=self.port, - path=self.path, - query=self.query, - fragment=self.fragment, - ) - - def add_port(self, port): - """Add port to the URI. - - .. code-block:: python - - >>> URIBuilder().add_port(80) - URIBuilder(scheme=None, userinfo=None, host=None, port='80', - path=None, query=None, fragment=None) - - >>> URIBuilder().add_port(443) - URIBuilder(scheme=None, userinfo=None, host=None, port='443', - path=None, query=None, fragment=None) - - """ - port_int = int(port) - if port_int < 0: - raise ValueError( - 'ports are not allowed to be negative. You provided {}'.format( - port_int, - ) - ) - if port_int > 65535: - raise ValueError( - 'ports are not allowed to be larger than 65535. ' - 'You provided {}'.format( - port_int, - ) - ) - - return URIBuilder( - scheme=self.scheme, - userinfo=self.userinfo, - host=self.host, - port='{}'.format(port_int), - path=self.path, - query=self.query, - fragment=self.fragment, - ) - - def add_path(self, path): - """Add a path to the URI. - - .. code-block:: python - - >>> URIBuilder().add_path('sigmavirus24/rfc3985') - URIBuilder(scheme=None, userinfo=None, host=None, port=None, - path='/sigmavirus24/rfc3986', query=None, fragment=None) - - >>> URIBuilder().add_path('/checkout.php') - URIBuilder(scheme=None, userinfo=None, host=None, port=None, - path='/checkout.php', query=None, fragment=None) - - """ - if not path.startswith('/'): - path = '/{}'.format(path) - - return URIBuilder( - scheme=self.scheme, - userinfo=self.userinfo, - host=self.host, - port=self.port, - path=normalizers.normalize_path(path), - query=self.query, - fragment=self.fragment, - ) - - def add_query_from(self, query_items): - """Generate and add a query a dictionary or list of tuples. - - .. code-block:: python - - >>> URIBuilder().add_query_from({'a': 'b c'}) - URIBuilder(scheme=None, userinfo=None, host=None, port=None, - path=None, query='a=b+c', fragment=None) - - >>> URIBuilder().add_query_from([('a', 'b c')]) - URIBuilder(scheme=None, userinfo=None, host=None, port=None, - path=None, query='a=b+c', fragment=None) - - """ - query = normalizers.normalize_query(compat.urlencode(query_items)) - - return URIBuilder( - scheme=self.scheme, - userinfo=self.userinfo, - host=self.host, - port=self.port, - path=self.path, - query=query, - fragment=self.fragment, - ) - - def add_query(self, query): - """Add a pre-formated query string to the URI. - - .. code-block:: python - - >>> URIBuilder().add_query('a=b&c=d') - URIBuilder(scheme=None, userinfo=None, host=None, port=None, - path=None, query='a=b&c=d', fragment=None) - - """ - return URIBuilder( - scheme=self.scheme, - userinfo=self.userinfo, - host=self.host, - port=self.port, - path=self.path, - query=normalizers.normalize_query(query), - fragment=self.fragment, - ) - - def add_fragment(self, fragment): - """Add a fragment to the URI. - - .. code-block:: python - - >>> URIBuilder().add_fragment('section-2.6.1') - URIBuilder(scheme=None, userinfo=None, host=None, port=None, - path=None, query=None, fragment='section-2.6.1') - - """ - return URIBuilder( - scheme=self.scheme, - userinfo=self.userinfo, - host=self.host, - port=self.port, - path=self.path, - query=self.query, - fragment=normalizers.normalize_fragment(fragment), - ) - - def finalize(self): - """Create a URIReference from our builder. - - .. code-block:: python - - >>> URIBuilder().add_scheme('https').add_host('github.com' - ... ).add_path('sigmavirus24/rfc3986').finalize().unsplit() - 'https://github.com/sigmavirus24/rfc3986' - - >>> URIBuilder().add_scheme('https').add_host('github.com' - ... ).add_path('sigmavirus24/rfc3986').add_credentials( - ... 'sigmavirus24', 'not-re@l').finalize().unsplit() - 'https://sigmavirus24:not-re%40l@github.com/sigmavirus24/rfc3986' - - """ - return uri.URIReference( - self.scheme, - normalizers.normalize_authority( - (self.userinfo, self.host, self.port) - ), - self.path, - self.query, - self.fragment, - ) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/compat.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/compat.py deleted file mode 100644 index 8968c38..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/compat.py +++ /dev/null @@ -1,54 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2014 Rackspace -# 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. -"""Compatibility module for Python 2 and 3 support.""" -import sys - -try: - from urllib.parse import quote as urlquote -except ImportError: # Python 2.x - from urllib import quote as urlquote - -try: - from urllib.parse import urlencode -except ImportError: # Python 2.x - from urllib import urlencode - -__all__ = ( - 'to_bytes', - 'to_str', - 'urlquote', - 'urlencode', -) - -PY3 = (3, 0) <= sys.version_info < (4, 0) -PY2 = (2, 6) <= sys.version_info < (2, 8) - - -if PY3: - unicode = str # Python 3.x - - -def to_str(b, encoding='utf-8'): - """Ensure that b is text in the specified encoding.""" - if hasattr(b, 'decode') and not isinstance(b, unicode): - b = b.decode(encoding) - return b - - -def to_bytes(s, encoding='utf-8'): - """Ensure that s is converted to bytes from the encoding.""" - if hasattr(s, 'encode') and not isinstance(s, bytes): - s = s.encode(encoding) - return s diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/exceptions.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/exceptions.py deleted file mode 100644 index da8ca7c..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/exceptions.py +++ /dev/null @@ -1,118 +0,0 @@ -# -*- coding: utf-8 -*- -"""Exceptions module for rfc3986.""" - -from . import compat - - -class RFC3986Exception(Exception): - """Base class for all rfc3986 exception classes.""" - - pass - - -class InvalidAuthority(RFC3986Exception): - """Exception when the authority string is invalid.""" - - def __init__(self, authority): - """Initialize the exception with the invalid authority.""" - super(InvalidAuthority, self).__init__( - u"The authority ({0}) is not valid.".format( - compat.to_str(authority))) - - -class InvalidPort(RFC3986Exception): - """Exception when the port is invalid.""" - - def __init__(self, port): - """Initialize the exception with the invalid port.""" - super(InvalidPort, self).__init__( - 'The port ("{0}") is not valid.'.format(port)) - - -class ResolutionError(RFC3986Exception): - """Exception to indicate a failure to resolve a URI.""" - - def __init__(self, uri): - """Initialize the error with the failed URI.""" - super(ResolutionError, self).__init__( - "{0} is not an absolute URI.".format(uri.unsplit())) - - -class ValidationError(RFC3986Exception): - """Exception raised during Validation of a URI.""" - - pass - - -class MissingComponentError(ValidationError): - """Exception raised when a required component is missing.""" - - def __init__(self, uri, *component_names): - """Initialize the error with the missing component name.""" - verb = 'was' - if len(component_names) > 1: - verb = 'were' - - self.uri = uri - self.components = sorted(component_names) - components = ', '.join(self.components) - super(MissingComponentError, self).__init__( - "{} {} required but missing".format(components, verb), - uri, - self.components, - ) - - -class UnpermittedComponentError(ValidationError): - """Exception raised when a component has an unpermitted value.""" - - def __init__(self, component_name, component_value, allowed_values): - """Initialize the error with the unpermitted component.""" - super(UnpermittedComponentError, self).__init__( - "{} was required to be one of {!r} but was {!r}".format( - component_name, list(sorted(allowed_values)), component_value, - ), - component_name, - component_value, - allowed_values, - ) - self.component_name = component_name - self.component_value = component_value - self.allowed_values = allowed_values - - -class PasswordForbidden(ValidationError): - """Exception raised when a URL has a password in the userinfo section.""" - - def __init__(self, uri): - """Initialize the error with the URI that failed validation.""" - unsplit = getattr(uri, 'unsplit', lambda: uri) - super(PasswordForbidden, self).__init__( - '"{}" contained a password when validation forbade it'.format( - unsplit() - ) - ) - self.uri = uri - - -class InvalidComponentsError(ValidationError): - """Exception raised when one or more components are invalid.""" - - def __init__(self, uri, *component_names): - """Initialize the error with the invalid component name(s).""" - verb = 'was' - if len(component_names) > 1: - verb = 'were' - - self.uri = uri - self.components = sorted(component_names) - components = ', '.join(self.components) - super(InvalidComponentsError, self).__init__( - "{} {} found to be invalid".format(components, verb), - uri, - self.components, - ) - - -class MissingDependencyError(RFC3986Exception): - """Exception raised when an IRI is encoded without the 'idna' module.""" diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/iri.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/iri.py deleted file mode 100644 index 416cae4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/iri.py +++ /dev/null @@ -1,147 +0,0 @@ -"""Module containing the implementation of the IRIReference class.""" -# -*- coding: utf-8 -*- -# Copyright (c) 2014 Rackspace -# Copyright (c) 2015 Ian Stapleton Cordasco -# 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. -from collections import namedtuple - -from . import compat -from . import exceptions -from . import misc -from . import normalizers -from . import uri - - -try: - from pip._vendor import idna -except ImportError: # pragma: no cover - idna = None - - -class IRIReference(namedtuple('IRIReference', misc.URI_COMPONENTS), - uri.URIMixin): - """Immutable object representing a parsed IRI Reference. - - Can be encoded into an URIReference object via the procedure - specified in RFC 3987 Section 3.1 - - .. note:: - The IRI submodule is a new interface and may possibly change in - the future. Check for changes to the interface when upgrading. - """ - - slots = () - - def __new__(cls, scheme, authority, path, query, fragment, - encoding='utf-8'): - """Create a new IRIReference.""" - ref = super(IRIReference, cls).__new__( - cls, - scheme or None, - authority or None, - path or None, - query, - fragment) - ref.encoding = encoding - return ref - - def __eq__(self, other): - """Compare this reference to another.""" - other_ref = other - if isinstance(other, tuple): - other_ref = self.__class__(*other) - elif not isinstance(other, IRIReference): - try: - other_ref = self.__class__.from_string(other) - except TypeError: - raise TypeError( - 'Unable to compare {0}() to {1}()'.format( - type(self).__name__, type(other).__name__)) - - # See http://tools.ietf.org/html/rfc3986#section-6.2 - return tuple(self) == tuple(other_ref) - - def _match_subauthority(self): - return misc.ISUBAUTHORITY_MATCHER.match(self.authority) - - @classmethod - def from_string(cls, iri_string, encoding='utf-8'): - """Parse a IRI reference from the given unicode IRI string. - - :param str iri_string: Unicode IRI to be parsed into a reference. - :param str encoding: The encoding of the string provided - :returns: :class:`IRIReference` or subclass thereof - """ - iri_string = compat.to_str(iri_string, encoding) - - split_iri = misc.IRI_MATCHER.match(iri_string).groupdict() - return cls( - split_iri['scheme'], split_iri['authority'], - normalizers.encode_component(split_iri['path'], encoding), - normalizers.encode_component(split_iri['query'], encoding), - normalizers.encode_component(split_iri['fragment'], encoding), - encoding, - ) - - def encode(self, idna_encoder=None): # noqa: C901 - """Encode an IRIReference into a URIReference instance. - - If the ``idna`` module is installed or the ``rfc3986[idna]`` - extra is used then unicode characters in the IRI host - component will be encoded with IDNA2008. - - :param idna_encoder: - Function that encodes each part of the host component - If not given will raise an exception if the IRI - contains a host component. - :rtype: uri.URIReference - :returns: A URI reference - """ - authority = self.authority - if authority: - if idna_encoder is None: - if idna is None: # pragma: no cover - raise exceptions.MissingDependencyError( - "Could not import the 'idna' module " - "and the IRI hostname requires encoding" - ) - - def idna_encoder(name): - if any(ord(c) > 128 for c in name): - try: - return idna.encode(name.lower(), - strict=True, - std3_rules=True) - except idna.IDNAError: - raise exceptions.InvalidAuthority(self.authority) - return name - - authority = "" - if self.host: - authority = ".".join([compat.to_str(idna_encoder(part)) - for part in self.host.split(".")]) - - if self.userinfo is not None: - authority = (normalizers.encode_component( - self.userinfo, self.encoding) + '@' + authority) - - if self.port is not None: - authority += ":" + str(self.port) - - return uri.URIReference(self.scheme, - authority, - path=self.path, - query=self.query, - fragment=self.fragment, - encoding=self.encoding) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/misc.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/misc.py deleted file mode 100644 index b735e04..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/misc.py +++ /dev/null @@ -1,124 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2014 Rackspace -# 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. -""" -Module containing compiled regular expressions and constants. - -This module contains important constants, patterns, and compiled regular -expressions for parsing and validating URIs and their components. -""" - -import re - -from . import abnf_regexp - -# These are enumerated for the named tuple used as a superclass of -# URIReference -URI_COMPONENTS = ['scheme', 'authority', 'path', 'query', 'fragment'] - -important_characters = { - 'generic_delimiters': abnf_regexp.GENERIC_DELIMITERS, - 'sub_delimiters': abnf_regexp.SUB_DELIMITERS, - # We need to escape the '*' in this case - 're_sub_delimiters': abnf_regexp.SUB_DELIMITERS_RE, - 'unreserved_chars': abnf_regexp.UNRESERVED_CHARS, - # We need to escape the '-' in this case: - 're_unreserved': abnf_regexp.UNRESERVED_RE, -} - -# For details about delimiters and reserved characters, see: -# http://tools.ietf.org/html/rfc3986#section-2.2 -GENERIC_DELIMITERS = abnf_regexp.GENERIC_DELIMITERS_SET -SUB_DELIMITERS = abnf_regexp.SUB_DELIMITERS_SET -RESERVED_CHARS = abnf_regexp.RESERVED_CHARS_SET -# For details about unreserved characters, see: -# http://tools.ietf.org/html/rfc3986#section-2.3 -UNRESERVED_CHARS = abnf_regexp.UNRESERVED_CHARS_SET -NON_PCT_ENCODED = abnf_regexp.NON_PCT_ENCODED_SET - -URI_MATCHER = re.compile(abnf_regexp.URL_PARSING_RE) - -SUBAUTHORITY_MATCHER = re.compile(( - '^(?:(?P<userinfo>{0})@)?' # userinfo - '(?P<host>{1})' # host - ':?(?P<port>{2})?$' # port - ).format(abnf_regexp.USERINFO_RE, - abnf_regexp.HOST_PATTERN, - abnf_regexp.PORT_RE)) - - -HOST_MATCHER = re.compile('^' + abnf_regexp.HOST_RE + '$') -IPv4_MATCHER = re.compile('^' + abnf_regexp.IPv4_RE + '$') -IPv6_MATCHER = re.compile(r'^\[' + abnf_regexp.IPv6_ADDRZ_RFC4007_RE + r'\]$') - -# Used by host validator -IPv6_NO_RFC4007_MATCHER = re.compile(r'^\[%s\]$' % ( - abnf_regexp.IPv6_ADDRZ_RE -)) - -# Matcher used to validate path components -PATH_MATCHER = re.compile(abnf_regexp.PATH_RE) - - -# ################################## -# Query and Fragment Matcher Section -# ################################## - -QUERY_MATCHER = re.compile(abnf_regexp.QUERY_RE) - -FRAGMENT_MATCHER = QUERY_MATCHER - -# Scheme validation, see: http://tools.ietf.org/html/rfc3986#section-3.1 -SCHEME_MATCHER = re.compile('^{0}$'.format(abnf_regexp.SCHEME_RE)) - -RELATIVE_REF_MATCHER = re.compile(r'^%s(\?%s)?(#%s)?$' % ( - abnf_regexp.RELATIVE_PART_RE, - abnf_regexp.QUERY_RE, - abnf_regexp.FRAGMENT_RE, -)) - -# See http://tools.ietf.org/html/rfc3986#section-4.3 -ABSOLUTE_URI_MATCHER = re.compile(r'^%s:%s(\?%s)?$' % ( - abnf_regexp.COMPONENT_PATTERN_DICT['scheme'], - abnf_regexp.HIER_PART_RE, - abnf_regexp.QUERY_RE[1:-1], -)) - -# ############### -# IRIs / RFC 3987 -# ############### - -IRI_MATCHER = re.compile(abnf_regexp.URL_PARSING_RE, re.UNICODE) - -ISUBAUTHORITY_MATCHER = re.compile(( - u'^(?:(?P<userinfo>{0})@)?' # iuserinfo - u'(?P<host>{1})' # ihost - u':?(?P<port>{2})?$' # port - ).format(abnf_regexp.IUSERINFO_RE, - abnf_regexp.IHOST_RE, - abnf_regexp.PORT_RE), re.UNICODE) - - -# Path merger as defined in http://tools.ietf.org/html/rfc3986#section-5.2.3 -def merge_paths(base_uri, relative_path): - """Merge a base URI's path with a relative URI's path.""" - if base_uri.path is None and base_uri.authority is not None: - return '/' + relative_path - else: - path = base_uri.path or '' - index = path.rfind('/') - return path[:index] + '/' + relative_path - - -UseExisting = object() diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/normalizers.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/normalizers.py deleted file mode 100644 index 2eb1bb3..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/normalizers.py +++ /dev/null @@ -1,167 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2014 Rackspace -# 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. -"""Module with functions to normalize components.""" -import re - -from . import compat -from . import misc - - -def normalize_scheme(scheme): - """Normalize the scheme component.""" - return scheme.lower() - - -def normalize_authority(authority): - """Normalize an authority tuple to a string.""" - userinfo, host, port = authority - result = '' - if userinfo: - result += normalize_percent_characters(userinfo) + '@' - if host: - result += normalize_host(host) - if port: - result += ':' + port - return result - - -def normalize_username(username): - """Normalize a username to make it safe to include in userinfo.""" - return compat.urlquote(username) - - -def normalize_password(password): - """Normalize a password to make safe for userinfo.""" - return compat.urlquote(password) - - -def normalize_host(host): - """Normalize a host string.""" - if misc.IPv6_MATCHER.match(host): - percent = host.find('%') - if percent != -1: - percent_25 = host.find('%25') - - # Replace RFC 4007 IPv6 Zone ID delimiter '%' with '%25' - # from RFC 6874. If the host is '[<IPv6 addr>%25]' then we - # assume RFC 4007 and normalize to '[<IPV6 addr>%2525]' - if percent_25 == -1 or percent < percent_25 or \ - (percent == percent_25 and percent_25 == len(host) - 4): - host = host.replace('%', '%25', 1) - - # Don't normalize the casing of the Zone ID - return host[:percent].lower() + host[percent:] - - return host.lower() - - -def normalize_path(path): - """Normalize the path string.""" - if not path: - return path - - path = normalize_percent_characters(path) - return remove_dot_segments(path) - - -def normalize_query(query): - """Normalize the query string.""" - if not query: - return query - return normalize_percent_characters(query) - - -def normalize_fragment(fragment): - """Normalize the fragment string.""" - if not fragment: - return fragment - return normalize_percent_characters(fragment) - - -PERCENT_MATCHER = re.compile('%[A-Fa-f0-9]{2}') - - -def normalize_percent_characters(s): - """All percent characters should be upper-cased. - - For example, ``"%3afoo%DF%ab"`` should be turned into ``"%3Afoo%DF%AB"``. - """ - matches = set(PERCENT_MATCHER.findall(s)) - for m in matches: - if not m.isupper(): - s = s.replace(m, m.upper()) - return s - - -def remove_dot_segments(s): - """Remove dot segments from the string. - - See also Section 5.2.4 of :rfc:`3986`. - """ - # See http://tools.ietf.org/html/rfc3986#section-5.2.4 for pseudo-code - segments = s.split('/') # Turn the path into a list of segments - output = [] # Initialize the variable to use to store output - - for segment in segments: - # '.' is the current directory, so ignore it, it is superfluous - if segment == '.': - continue - # Anything other than '..', should be appended to the output - elif segment != '..': - output.append(segment) - # In this case segment == '..', if we can, we should pop the last - # element - elif output: - output.pop() - - # If the path starts with '/' and the output is empty or the first string - # is non-empty - if s.startswith('/') and (not output or output[0]): - output.insert(0, '') - - # If the path starts with '/.' or '/..' ensure we add one more empty - # string to add a trailing '/' - if s.endswith(('/.', '/..')): - output.append('') - - return '/'.join(output) - - -def encode_component(uri_component, encoding): - """Encode the specific component in the provided encoding.""" - if uri_component is None: - return uri_component - - # Try to see if the component we're encoding is already percent-encoded - # so we can skip all '%' characters but still encode all others. - percent_encodings = len(PERCENT_MATCHER.findall( - compat.to_str(uri_component, encoding))) - - uri_bytes = compat.to_bytes(uri_component, encoding) - is_percent_encoded = percent_encodings == uri_bytes.count(b'%') - - encoded_uri = bytearray() - - for i in range(0, len(uri_bytes)): - # Will return a single character bytestring on both Python 2 & 3 - byte = uri_bytes[i:i+1] - byte_ord = ord(byte) - if ((is_percent_encoded and byte == b'%') - or (byte_ord < 128 and byte.decode() in misc.NON_PCT_ENCODED)): - encoded_uri.extend(byte) - continue - encoded_uri.extend('%{0:02x}'.format(byte_ord).encode().upper()) - - return encoded_uri.decode(encoding) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/parseresult.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/parseresult.py deleted file mode 100644 index 0a73456..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/parseresult.py +++ /dev/null @@ -1,385 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2015 Ian Stapleton Cordasco -# 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. -"""Module containing the urlparse compatibility logic.""" -from collections import namedtuple - -from . import compat -from . import exceptions -from . import misc -from . import normalizers -from . import uri - -__all__ = ('ParseResult', 'ParseResultBytes') - -PARSED_COMPONENTS = ('scheme', 'userinfo', 'host', 'port', 'path', 'query', - 'fragment') - - -class ParseResultMixin(object): - def _generate_authority(self, attributes): - # I swear I did not align the comparisons below. That's just how they - # happened to align based on pep8 and attribute lengths. - userinfo, host, port = (attributes[p] - for p in ('userinfo', 'host', 'port')) - if (self.userinfo != userinfo or - self.host != host or - self.port != port): - if port: - port = '{0}'.format(port) - return normalizers.normalize_authority( - (compat.to_str(userinfo, self.encoding), - compat.to_str(host, self.encoding), - port) - ) - return self.authority - - def geturl(self): - """Shim to match the standard library method.""" - return self.unsplit() - - @property - def hostname(self): - """Shim to match the standard library.""" - return self.host - - @property - def netloc(self): - """Shim to match the standard library.""" - return self.authority - - @property - def params(self): - """Shim to match the standard library.""" - return self.query - - -class ParseResult(namedtuple('ParseResult', PARSED_COMPONENTS), - ParseResultMixin): - """Implementation of urlparse compatibility class. - - This uses the URIReference logic to handle compatibility with the - urlparse.ParseResult class. - """ - - slots = () - - def __new__(cls, scheme, userinfo, host, port, path, query, fragment, - uri_ref, encoding='utf-8'): - """Create a new ParseResult.""" - parse_result = super(ParseResult, cls).__new__( - cls, - scheme or None, - userinfo or None, - host, - port or None, - path or None, - query, - fragment) - parse_result.encoding = encoding - parse_result.reference = uri_ref - return parse_result - - @classmethod - def from_parts(cls, scheme=None, userinfo=None, host=None, port=None, - path=None, query=None, fragment=None, encoding='utf-8'): - """Create a ParseResult instance from its parts.""" - authority = '' - if userinfo is not None: - authority += userinfo + '@' - if host is not None: - authority += host - if port is not None: - authority += ':{0}'.format(port) - uri_ref = uri.URIReference(scheme=scheme, - authority=authority, - path=path, - query=query, - fragment=fragment, - encoding=encoding).normalize() - userinfo, host, port = authority_from(uri_ref, strict=True) - return cls(scheme=uri_ref.scheme, - userinfo=userinfo, - host=host, - port=port, - path=uri_ref.path, - query=uri_ref.query, - fragment=uri_ref.fragment, - uri_ref=uri_ref, - encoding=encoding) - - @classmethod - def from_string(cls, uri_string, encoding='utf-8', strict=True, - lazy_normalize=True): - """Parse a URI from the given unicode URI string. - - :param str uri_string: Unicode URI to be parsed into a reference. - :param str encoding: The encoding of the string provided - :param bool strict: Parse strictly according to :rfc:`3986` if True. - If False, parse similarly to the standard library's urlparse - function. - :returns: :class:`ParseResult` or subclass thereof - """ - reference = uri.URIReference.from_string(uri_string, encoding) - if not lazy_normalize: - reference = reference.normalize() - userinfo, host, port = authority_from(reference, strict) - - return cls(scheme=reference.scheme, - userinfo=userinfo, - host=host, - port=port, - path=reference.path, - query=reference.query, - fragment=reference.fragment, - uri_ref=reference, - encoding=encoding) - - @property - def authority(self): - """Return the normalized authority.""" - return self.reference.authority - - def copy_with(self, scheme=misc.UseExisting, userinfo=misc.UseExisting, - host=misc.UseExisting, port=misc.UseExisting, - path=misc.UseExisting, query=misc.UseExisting, - fragment=misc.UseExisting): - """Create a copy of this instance replacing with specified parts.""" - attributes = zip(PARSED_COMPONENTS, - (scheme, userinfo, host, port, path, query, fragment)) - attrs_dict = {} - for name, value in attributes: - if value is misc.UseExisting: - value = getattr(self, name) - attrs_dict[name] = value - authority = self._generate_authority(attrs_dict) - ref = self.reference.copy_with(scheme=attrs_dict['scheme'], - authority=authority, - path=attrs_dict['path'], - query=attrs_dict['query'], - fragment=attrs_dict['fragment']) - return ParseResult(uri_ref=ref, encoding=self.encoding, **attrs_dict) - - def encode(self, encoding=None): - """Convert to an instance of ParseResultBytes.""" - encoding = encoding or self.encoding - attrs = dict( - zip(PARSED_COMPONENTS, - (attr.encode(encoding) if hasattr(attr, 'encode') else attr - for attr in self))) - return ParseResultBytes( - uri_ref=self.reference, - encoding=encoding, - **attrs - ) - - def unsplit(self, use_idna=False): - """Create a URI string from the components. - - :returns: The parsed URI reconstituted as a string. - :rtype: str - """ - parse_result = self - if use_idna and self.host: - hostbytes = self.host.encode('idna') - host = hostbytes.decode(self.encoding) - parse_result = self.copy_with(host=host) - return parse_result.reference.unsplit() - - -class ParseResultBytes(namedtuple('ParseResultBytes', PARSED_COMPONENTS), - ParseResultMixin): - """Compatibility shim for the urlparse.ParseResultBytes object.""" - - def __new__(cls, scheme, userinfo, host, port, path, query, fragment, - uri_ref, encoding='utf-8', lazy_normalize=True): - """Create a new ParseResultBytes instance.""" - parse_result = super(ParseResultBytes, cls).__new__( - cls, - scheme or None, - userinfo or None, - host, - port or None, - path or None, - query or None, - fragment or None) - parse_result.encoding = encoding - parse_result.reference = uri_ref - parse_result.lazy_normalize = lazy_normalize - return parse_result - - @classmethod - def from_parts(cls, scheme=None, userinfo=None, host=None, port=None, - path=None, query=None, fragment=None, encoding='utf-8', - lazy_normalize=True): - """Create a ParseResult instance from its parts.""" - authority = '' - if userinfo is not None: - authority += userinfo + '@' - if host is not None: - authority += host - if port is not None: - authority += ':{0}'.format(int(port)) - uri_ref = uri.URIReference(scheme=scheme, - authority=authority, - path=path, - query=query, - fragment=fragment, - encoding=encoding) - if not lazy_normalize: - uri_ref = uri_ref.normalize() - to_bytes = compat.to_bytes - userinfo, host, port = authority_from(uri_ref, strict=True) - return cls(scheme=to_bytes(scheme, encoding), - userinfo=to_bytes(userinfo, encoding), - host=to_bytes(host, encoding), - port=port, - path=to_bytes(path, encoding), - query=to_bytes(query, encoding), - fragment=to_bytes(fragment, encoding), - uri_ref=uri_ref, - encoding=encoding, - lazy_normalize=lazy_normalize) - - @classmethod - def from_string(cls, uri_string, encoding='utf-8', strict=True, - lazy_normalize=True): - """Parse a URI from the given unicode URI string. - - :param str uri_string: Unicode URI to be parsed into a reference. - :param str encoding: The encoding of the string provided - :param bool strict: Parse strictly according to :rfc:`3986` if True. - If False, parse similarly to the standard library's urlparse - function. - :returns: :class:`ParseResultBytes` or subclass thereof - """ - reference = uri.URIReference.from_string(uri_string, encoding) - if not lazy_normalize: - reference = reference.normalize() - userinfo, host, port = authority_from(reference, strict) - - to_bytes = compat.to_bytes - return cls(scheme=to_bytes(reference.scheme, encoding), - userinfo=to_bytes(userinfo, encoding), - host=to_bytes(host, encoding), - port=port, - path=to_bytes(reference.path, encoding), - query=to_bytes(reference.query, encoding), - fragment=to_bytes(reference.fragment, encoding), - uri_ref=reference, - encoding=encoding, - lazy_normalize=lazy_normalize) - - @property - def authority(self): - """Return the normalized authority.""" - return self.reference.authority.encode(self.encoding) - - def copy_with(self, scheme=misc.UseExisting, userinfo=misc.UseExisting, - host=misc.UseExisting, port=misc.UseExisting, - path=misc.UseExisting, query=misc.UseExisting, - fragment=misc.UseExisting, lazy_normalize=True): - """Create a copy of this instance replacing with specified parts.""" - attributes = zip(PARSED_COMPONENTS, - (scheme, userinfo, host, port, path, query, fragment)) - attrs_dict = {} - for name, value in attributes: - if value is misc.UseExisting: - value = getattr(self, name) - if not isinstance(value, bytes) and hasattr(value, 'encode'): - value = value.encode(self.encoding) - attrs_dict[name] = value - authority = self._generate_authority(attrs_dict) - to_str = compat.to_str - ref = self.reference.copy_with( - scheme=to_str(attrs_dict['scheme'], self.encoding), - authority=to_str(authority, self.encoding), - path=to_str(attrs_dict['path'], self.encoding), - query=to_str(attrs_dict['query'], self.encoding), - fragment=to_str(attrs_dict['fragment'], self.encoding) - ) - if not lazy_normalize: - ref = ref.normalize() - return ParseResultBytes( - uri_ref=ref, - encoding=self.encoding, - lazy_normalize=lazy_normalize, - **attrs_dict - ) - - def unsplit(self, use_idna=False): - """Create a URI bytes object from the components. - - :returns: The parsed URI reconstituted as a string. - :rtype: bytes - """ - parse_result = self - if use_idna and self.host: - # self.host is bytes, to encode to idna, we need to decode it - # first - host = self.host.decode(self.encoding) - hostbytes = host.encode('idna') - parse_result = self.copy_with(host=hostbytes) - if self.lazy_normalize: - parse_result = parse_result.copy_with(lazy_normalize=False) - uri = parse_result.reference.unsplit() - return uri.encode(self.encoding) - - -def split_authority(authority): - # Initialize our expected return values - userinfo = host = port = None - # Initialize an extra var we may need to use - extra_host = None - # Set-up rest in case there is no userinfo portion - rest = authority - - if '@' in authority: - userinfo, rest = authority.rsplit('@', 1) - - # Handle IPv6 host addresses - if rest.startswith('['): - host, rest = rest.split(']', 1) - host += ']' - - if ':' in rest: - extra_host, port = rest.split(':', 1) - elif not host and rest: - host = rest - - if extra_host and not host: - host = extra_host - - return userinfo, host, port - - -def authority_from(reference, strict): - try: - subauthority = reference.authority_info() - except exceptions.InvalidAuthority: - if strict: - raise - userinfo, host, port = split_authority(reference.authority) - else: - # Thanks to Richard Barrell for this idea: - # https://twitter.com/0x2ba22e11/status/617338811975139328 - userinfo, host, port = (subauthority.get(p) - for p in ('userinfo', 'host', 'port')) - - if port: - try: - port = int(port) - except ValueError: - raise exceptions.InvalidPort(port) - return userinfo, host, port diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/uri.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/uri.py deleted file mode 100644 index d1d7150..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/uri.py +++ /dev/null @@ -1,153 +0,0 @@ -"""Module containing the implementation of the URIReference class.""" -# -*- coding: utf-8 -*- -# Copyright (c) 2014 Rackspace -# Copyright (c) 2015 Ian Stapleton Cordasco -# 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. -from collections import namedtuple - -from . import compat -from . import misc -from . import normalizers -from ._mixin import URIMixin - - -class URIReference(namedtuple('URIReference', misc.URI_COMPONENTS), URIMixin): - """Immutable object representing a parsed URI Reference. - - .. note:: - - This class is not intended to be directly instantiated by the user. - - This object exposes attributes for the following components of a - URI: - - - scheme - - authority - - path - - query - - fragment - - .. attribute:: scheme - - The scheme that was parsed for the URI Reference. For example, - ``http``, ``https``, ``smtp``, ``imap``, etc. - - .. attribute:: authority - - Component of the URI that contains the user information, host, - and port sub-components. For example, - ``google.com``, ``127.0.0.1:5000``, ``username@[::1]``, - ``username:password@example.com:443``, etc. - - .. attribute:: path - - The path that was parsed for the given URI Reference. For example, - ``/``, ``/index.php``, etc. - - .. attribute:: query - - The query component for a given URI Reference. For example, ``a=b``, - ``a=b%20c``, ``a=b+c``, ``a=b,c=d,e=%20f``, etc. - - .. attribute:: fragment - - The fragment component of a URI. For example, ``section-3.1``. - - This class also provides extra attributes for easier access to information - like the subcomponents of the authority component. - - .. attribute:: userinfo - - The user information parsed from the authority. - - .. attribute:: host - - The hostname, IPv4, or IPv6 adddres parsed from the authority. - - .. attribute:: port - - The port parsed from the authority. - """ - - slots = () - - def __new__(cls, scheme, authority, path, query, fragment, - encoding='utf-8'): - """Create a new URIReference.""" - ref = super(URIReference, cls).__new__( - cls, - scheme or None, - authority or None, - path or None, - query, - fragment) - ref.encoding = encoding - return ref - - __hash__ = tuple.__hash__ - - def __eq__(self, other): - """Compare this reference to another.""" - other_ref = other - if isinstance(other, tuple): - other_ref = URIReference(*other) - elif not isinstance(other, URIReference): - try: - other_ref = URIReference.from_string(other) - except TypeError: - raise TypeError( - 'Unable to compare URIReference() to {0}()'.format( - type(other).__name__)) - - # See http://tools.ietf.org/html/rfc3986#section-6.2 - naive_equality = tuple(self) == tuple(other_ref) - return naive_equality or self.normalized_equality(other_ref) - - def normalize(self): - """Normalize this reference as described in Section 6.2.2. - - This is not an in-place normalization. Instead this creates a new - URIReference. - - :returns: A new reference object with normalized components. - :rtype: URIReference - """ - # See http://tools.ietf.org/html/rfc3986#section-6.2.2 for logic in - # this method. - return URIReference(normalizers.normalize_scheme(self.scheme or ''), - normalizers.normalize_authority( - (self.userinfo, self.host, self.port)), - normalizers.normalize_path(self.path or ''), - normalizers.normalize_query(self.query), - normalizers.normalize_fragment(self.fragment), - self.encoding) - - @classmethod - def from_string(cls, uri_string, encoding='utf-8'): - """Parse a URI reference from the given unicode URI string. - - :param str uri_string: Unicode URI to be parsed into a reference. - :param str encoding: The encoding of the string provided - :returns: :class:`URIReference` or subclass thereof - """ - uri_string = compat.to_str(uri_string, encoding) - - split_uri = misc.URI_MATCHER.match(uri_string).groupdict() - return cls( - split_uri['scheme'], split_uri['authority'], - normalizers.encode_component(split_uri['path'], encoding), - normalizers.encode_component(split_uri['query'], encoding), - normalizers.encode_component(split_uri['fragment'], encoding), - encoding, - ) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/validators.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/validators.py deleted file mode 100644 index 7fc9721..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/rfc3986/validators.py +++ /dev/null @@ -1,450 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2017 Ian Stapleton Cordasco -# 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. -"""Module containing the validation logic for rfc3986.""" -from . import exceptions -from . import misc -from . import normalizers - - -class Validator(object): - """Object used to configure validation of all objects in rfc3986. - - .. versionadded:: 1.0 - - Example usage:: - - >>> from rfc3986 import api, validators - >>> uri = api.uri_reference('https://github.com/') - >>> validator = validators.Validator().require_presence_of( - ... 'scheme', 'host', 'path', - ... ).allow_schemes( - ... 'http', 'https', - ... ).allow_hosts( - ... '127.0.0.1', 'github.com', - ... ) - >>> validator.validate(uri) - >>> invalid_uri = rfc3986.uri_reference('imap://mail.google.com') - >>> validator.validate(invalid_uri) - Traceback (most recent call last): - ... - rfc3986.exceptions.MissingComponentError: ('path was required but - missing', URIReference(scheme=u'imap', authority=u'mail.google.com', - path=None, query=None, fragment=None), ['path']) - - """ - - COMPONENT_NAMES = frozenset([ - 'scheme', - 'userinfo', - 'host', - 'port', - 'path', - 'query', - 'fragment', - ]) - - def __init__(self): - """Initialize our default validations.""" - self.allowed_schemes = set() - self.allowed_hosts = set() - self.allowed_ports = set() - self.allow_password = True - self.required_components = { - 'scheme': False, - 'userinfo': False, - 'host': False, - 'port': False, - 'path': False, - 'query': False, - 'fragment': False, - } - self.validated_components = self.required_components.copy() - - def allow_schemes(self, *schemes): - """Require the scheme to be one of the provided schemes. - - .. versionadded:: 1.0 - - :param schemes: - Schemes, without ``://`` that are allowed. - :returns: - The validator instance. - :rtype: - Validator - """ - for scheme in schemes: - self.allowed_schemes.add(normalizers.normalize_scheme(scheme)) - return self - - def allow_hosts(self, *hosts): - """Require the host to be one of the provided hosts. - - .. versionadded:: 1.0 - - :param hosts: - Hosts that are allowed. - :returns: - The validator instance. - :rtype: - Validator - """ - for host in hosts: - self.allowed_hosts.add(normalizers.normalize_host(host)) - return self - - def allow_ports(self, *ports): - """Require the port to be one of the provided ports. - - .. versionadded:: 1.0 - - :param ports: - Ports that are allowed. - :returns: - The validator instance. - :rtype: - Validator - """ - for port in ports: - port_int = int(port, base=10) - if 0 <= port_int <= 65535: - self.allowed_ports.add(port) - return self - - def allow_use_of_password(self): - """Allow passwords to be present in the URI. - - .. versionadded:: 1.0 - - :returns: - The validator instance. - :rtype: - Validator - """ - self.allow_password = True - return self - - def forbid_use_of_password(self): - """Prevent passwords from being included in the URI. - - .. versionadded:: 1.0 - - :returns: - The validator instance. - :rtype: - Validator - """ - self.allow_password = False - return self - - def check_validity_of(self, *components): - """Check the validity of the components provided. - - This can be specified repeatedly. - - .. versionadded:: 1.1 - - :param components: - Names of components from :attr:`Validator.COMPONENT_NAMES`. - :returns: - The validator instance. - :rtype: - Validator - """ - components = [c.lower() for c in components] - for component in components: - if component not in self.COMPONENT_NAMES: - raise ValueError( - '"{}" is not a valid component'.format(component) - ) - self.validated_components.update({ - component: True for component in components - }) - return self - - def require_presence_of(self, *components): - """Require the components provided. - - This can be specified repeatedly. - - .. versionadded:: 1.0 - - :param components: - Names of components from :attr:`Validator.COMPONENT_NAMES`. - :returns: - The validator instance. - :rtype: - Validator - """ - components = [c.lower() for c in components] - for component in components: - if component not in self.COMPONENT_NAMES: - raise ValueError( - '"{}" is not a valid component'.format(component) - ) - self.required_components.update({ - component: True for component in components - }) - return self - - def validate(self, uri): - """Check a URI for conditions specified on this validator. - - .. versionadded:: 1.0 - - :param uri: - Parsed URI to validate. - :type uri: - rfc3986.uri.URIReference - :raises MissingComponentError: - When a required component is missing. - :raises UnpermittedComponentError: - When a component is not one of those allowed. - :raises PasswordForbidden: - When a password is present in the userinfo component but is - not permitted by configuration. - :raises InvalidComponentsError: - When a component was found to be invalid. - """ - if not self.allow_password: - check_password(uri) - - required_components = [ - component - for component, required in self.required_components.items() - if required - ] - validated_components = [ - component - for component, required in self.validated_components.items() - if required - ] - if required_components: - ensure_required_components_exist(uri, required_components) - if validated_components: - ensure_components_are_valid(uri, validated_components) - - ensure_one_of(self.allowed_schemes, uri, 'scheme') - ensure_one_of(self.allowed_hosts, uri, 'host') - ensure_one_of(self.allowed_ports, uri, 'port') - - -def check_password(uri): - """Assert that there is no password present in the uri.""" - userinfo = uri.userinfo - if not userinfo: - return - credentials = userinfo.split(':', 1) - if len(credentials) <= 1: - return - raise exceptions.PasswordForbidden(uri) - - -def ensure_one_of(allowed_values, uri, attribute): - """Assert that the uri's attribute is one of the allowed values.""" - value = getattr(uri, attribute) - if value is not None and allowed_values and value not in allowed_values: - raise exceptions.UnpermittedComponentError( - attribute, value, allowed_values, - ) - - -def ensure_required_components_exist(uri, required_components): - """Assert that all required components are present in the URI.""" - missing_components = sorted([ - component - for component in required_components - if getattr(uri, component) is None - ]) - if missing_components: - raise exceptions.MissingComponentError(uri, *missing_components) - - -def is_valid(value, matcher, require): - """Determine if a value is valid based on the provided matcher. - - :param str value: - Value to validate. - :param matcher: - Compiled regular expression to use to validate the value. - :param require: - Whether or not the value is required. - """ - if require: - return (value is not None - and matcher.match(value)) - - # require is False and value is not None - return value is None or matcher.match(value) - - -def authority_is_valid(authority, host=None, require=False): - """Determine if the authority string is valid. - - :param str authority: - The authority to validate. - :param str host: - (optional) The host portion of the authority to validate. - :param bool require: - (optional) Specify if authority must not be None. - :returns: - ``True`` if valid, ``False`` otherwise - :rtype: - bool - """ - validated = is_valid(authority, misc.SUBAUTHORITY_MATCHER, require) - if validated and host is not None: - return host_is_valid(host, require) - return validated - - -def host_is_valid(host, require=False): - """Determine if the host string is valid. - - :param str host: - The host to validate. - :param bool require: - (optional) Specify if host must not be None. - :returns: - ``True`` if valid, ``False`` otherwise - :rtype: - bool - """ - validated = is_valid(host, misc.HOST_MATCHER, require) - if validated and host is not None and misc.IPv4_MATCHER.match(host): - return valid_ipv4_host_address(host) - elif validated and host is not None and misc.IPv6_MATCHER.match(host): - return misc.IPv6_NO_RFC4007_MATCHER.match(host) is not None - return validated - - -def scheme_is_valid(scheme, require=False): - """Determine if the scheme is valid. - - :param str scheme: - The scheme string to validate. - :param bool require: - (optional) Set to ``True`` to require the presence of a scheme. - :returns: - ``True`` if the scheme is valid. ``False`` otherwise. - :rtype: - bool - """ - return is_valid(scheme, misc.SCHEME_MATCHER, require) - - -def path_is_valid(path, require=False): - """Determine if the path component is valid. - - :param str path: - The path string to validate. - :param bool require: - (optional) Set to ``True`` to require the presence of a path. - :returns: - ``True`` if the path is valid. ``False`` otherwise. - :rtype: - bool - """ - return is_valid(path, misc.PATH_MATCHER, require) - - -def query_is_valid(query, require=False): - """Determine if the query component is valid. - - :param str query: - The query string to validate. - :param bool require: - (optional) Set to ``True`` to require the presence of a query. - :returns: - ``True`` if the query is valid. ``False`` otherwise. - :rtype: - bool - """ - return is_valid(query, misc.QUERY_MATCHER, require) - - -def fragment_is_valid(fragment, require=False): - """Determine if the fragment component is valid. - - :param str fragment: - The fragment string to validate. - :param bool require: - (optional) Set to ``True`` to require the presence of a fragment. - :returns: - ``True`` if the fragment is valid. ``False`` otherwise. - :rtype: - bool - """ - return is_valid(fragment, misc.FRAGMENT_MATCHER, require) - - -def valid_ipv4_host_address(host): - """Determine if the given host is a valid IPv4 address.""" - # If the host exists, and it might be IPv4, check each byte in the - # address. - return all([0 <= int(byte, base=10) <= 255 for byte in host.split('.')]) - - -_COMPONENT_VALIDATORS = { - 'scheme': scheme_is_valid, - 'path': path_is_valid, - 'query': query_is_valid, - 'fragment': fragment_is_valid, -} - -_SUBAUTHORITY_VALIDATORS = set(['userinfo', 'host', 'port']) - - -def subauthority_component_is_valid(uri, component): - """Determine if the userinfo, host, and port are valid.""" - try: - subauthority_dict = uri.authority_info() - except exceptions.InvalidAuthority: - return False - - # If we can parse the authority into sub-components and we're not - # validating the port, we can assume it's valid. - if component == 'host': - return host_is_valid(subauthority_dict['host']) - elif component != 'port': - return True - - try: - port = int(subauthority_dict['port']) - except TypeError: - # If the port wasn't provided it'll be None and int(None) raises a - # TypeError - return True - - return (0 <= port <= 65535) - - -def ensure_components_are_valid(uri, validated_components): - """Assert that all components are valid in the URI.""" - invalid_components = set([]) - for component in validated_components: - if component in _SUBAUTHORITY_VALIDATORS: - if not subauthority_component_is_valid(uri, component): - invalid_components.add(component) - # Python's peephole optimizer means that while this continue *is* - # actually executed, coverage.py cannot detect that. See also, - # https://bitbucket.org/ned/coveragepy/issues/198/continue-marked-as-not-covered - continue # nocov: Python 2.7, 3.3, 3.4 - - validator = _COMPONENT_VALIDATORS[component] - if not validator(getattr(uri, component)): - invalid_components.add(component) - - if invalid_components: - raise exceptions.InvalidComponentsError(uri, *invalid_components) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py deleted file mode 100644 index 190c023..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py +++ /dev/null @@ -1,868 +0,0 @@ -"""Utilities for writing code that runs on Python 2 and 3""" - -# Copyright (c) 2010-2015 Benjamin Peterson -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -from __future__ import absolute_import - -import functools -import itertools -import operator -import sys -import types - -__author__ = "Benjamin Peterson <benjamin@python.org>" -__version__ = "1.10.0" - - -# Useful for very coarse version differentiation. -PY2 = sys.version_info[0] == 2 -PY3 = sys.version_info[0] == 3 -PY34 = sys.version_info[0:2] >= (3, 4) - -if PY3: - string_types = str, - integer_types = int, - class_types = type, - text_type = str - binary_type = bytes - - MAXSIZE = sys.maxsize -else: - string_types = basestring, - integer_types = (int, long) - class_types = (type, types.ClassType) - text_type = unicode - binary_type = str - - if sys.platform.startswith("java"): - # Jython always uses 32 bits. - MAXSIZE = int((1 << 31) - 1) - else: - # It's possible to have sizeof(long) != sizeof(Py_ssize_t). - class X(object): - - def __len__(self): - return 1 << 31 - try: - len(X()) - except OverflowError: - # 32-bit - MAXSIZE = int((1 << 31) - 1) - else: - # 64-bit - MAXSIZE = int((1 << 63) - 1) - del X - - -def _add_doc(func, doc): - """Add documentation to a function.""" - func.__doc__ = doc - - -def _import_module(name): - """Import module, returning the module after the last dot.""" - __import__(name) - return sys.modules[name] - - -class _LazyDescr(object): - - def __init__(self, name): - self.name = name - - def __get__(self, obj, tp): - result = self._resolve() - setattr(obj, self.name, result) # Invokes __set__. - try: - # This is a bit ugly, but it avoids running this again by - # removing this descriptor. - delattr(obj.__class__, self.name) - except AttributeError: - pass - return result - - -class MovedModule(_LazyDescr): - - def __init__(self, name, old, new=None): - super(MovedModule, self).__init__(name) - if PY3: - if new is None: - new = name - self.mod = new - else: - self.mod = old - - def _resolve(self): - return _import_module(self.mod) - - def __getattr__(self, attr): - _module = self._resolve() - value = getattr(_module, attr) - setattr(self, attr, value) - return value - - -class _LazyModule(types.ModuleType): - - def __init__(self, name): - super(_LazyModule, self).__init__(name) - self.__doc__ = self.__class__.__doc__ - - def __dir__(self): - attrs = ["__doc__", "__name__"] - attrs += [attr.name for attr in self._moved_attributes] - return attrs - - # Subclasses should override this - _moved_attributes = [] - - -class MovedAttribute(_LazyDescr): - - def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): - super(MovedAttribute, self).__init__(name) - if PY3: - if new_mod is None: - new_mod = name - self.mod = new_mod - if new_attr is None: - if old_attr is None: - new_attr = name - else: - new_attr = old_attr - self.attr = new_attr - else: - self.mod = old_mod - if old_attr is None: - old_attr = name - self.attr = old_attr - - def _resolve(self): - module = _import_module(self.mod) - return getattr(module, self.attr) - - -class _SixMetaPathImporter(object): - - """ - A meta path importer to import six.moves and its submodules. - - This class implements a PEP302 finder and loader. It should be compatible - with Python 2.5 and all existing versions of Python3 - """ - - def __init__(self, six_module_name): - self.name = six_module_name - self.known_modules = {} - - def _add_module(self, mod, *fullnames): - for fullname in fullnames: - self.known_modules[self.name + "." + fullname] = mod - - def _get_module(self, fullname): - return self.known_modules[self.name + "." + fullname] - - def find_module(self, fullname, path=None): - if fullname in self.known_modules: - return self - return None - - def __get_module(self, fullname): - try: - return self.known_modules[fullname] - except KeyError: - raise ImportError("This loader does not know module " + fullname) - - def load_module(self, fullname): - try: - # in case of a reload - return sys.modules[fullname] - except KeyError: - pass - mod = self.__get_module(fullname) - if isinstance(mod, MovedModule): - mod = mod._resolve() - else: - mod.__loader__ = self - sys.modules[fullname] = mod - return mod - - def is_package(self, fullname): - """ - Return true, if the named module is a package. - - We need this method to get correct spec objects with - Python 3.4 (see PEP451) - """ - return hasattr(self.__get_module(fullname), "__path__") - - def get_code(self, fullname): - """Return None - - Required, if is_package is implemented""" - self.__get_module(fullname) # eventually raises ImportError - return None - get_source = get_code # same as get_code - -_importer = _SixMetaPathImporter(__name__) - - -class _MovedItems(_LazyModule): - - """Lazy loading of moved objects""" - __path__ = [] # mark as package - - -_moved_attributes = [ - MovedAttribute("cStringIO", "cStringIO", "io", "StringIO"), - MovedAttribute("filter", "itertools", "builtins", "ifilter", "filter"), - MovedAttribute("filterfalse", "itertools", "itertools", "ifilterfalse", "filterfalse"), - MovedAttribute("input", "__builtin__", "builtins", "raw_input", "input"), - MovedAttribute("intern", "__builtin__", "sys"), - MovedAttribute("map", "itertools", "builtins", "imap", "map"), - MovedAttribute("getcwd", "os", "os", "getcwdu", "getcwd"), - MovedAttribute("getcwdb", "os", "os", "getcwd", "getcwdb"), - MovedAttribute("range", "__builtin__", "builtins", "xrange", "range"), - MovedAttribute("reload_module", "__builtin__", "importlib" if PY34 else "imp", "reload"), - MovedAttribute("reduce", "__builtin__", "functools"), - MovedAttribute("shlex_quote", "pipes", "shlex", "quote"), - MovedAttribute("StringIO", "StringIO", "io"), - MovedAttribute("UserDict", "UserDict", "collections"), - MovedAttribute("UserList", "UserList", "collections"), - MovedAttribute("UserString", "UserString", "collections"), - MovedAttribute("xrange", "__builtin__", "builtins", "xrange", "range"), - MovedAttribute("zip", "itertools", "builtins", "izip", "zip"), - MovedAttribute("zip_longest", "itertools", "itertools", "izip_longest", "zip_longest"), - MovedModule("builtins", "__builtin__"), - MovedModule("configparser", "ConfigParser"), - MovedModule("copyreg", "copy_reg"), - MovedModule("dbm_gnu", "gdbm", "dbm.gnu"), - MovedModule("_dummy_thread", "dummy_thread", "_dummy_thread"), - MovedModule("http_cookiejar", "cookielib", "http.cookiejar"), - MovedModule("http_cookies", "Cookie", "http.cookies"), - MovedModule("html_entities", "htmlentitydefs", "html.entities"), - MovedModule("html_parser", "HTMLParser", "html.parser"), - MovedModule("http_client", "httplib", "http.client"), - MovedModule("email_mime_multipart", "email.MIMEMultipart", "email.mime.multipart"), - MovedModule("email_mime_nonmultipart", "email.MIMENonMultipart", "email.mime.nonmultipart"), - MovedModule("email_mime_text", "email.MIMEText", "email.mime.text"), - MovedModule("email_mime_base", "email.MIMEBase", "email.mime.base"), - MovedModule("BaseHTTPServer", "BaseHTTPServer", "http.server"), - MovedModule("CGIHTTPServer", "CGIHTTPServer", "http.server"), - MovedModule("SimpleHTTPServer", "SimpleHTTPServer", "http.server"), - MovedModule("cPickle", "cPickle", "pickle"), - MovedModule("queue", "Queue"), - MovedModule("reprlib", "repr"), - MovedModule("socketserver", "SocketServer"), - MovedModule("_thread", "thread", "_thread"), - MovedModule("tkinter", "Tkinter"), - MovedModule("tkinter_dialog", "Dialog", "tkinter.dialog"), - MovedModule("tkinter_filedialog", "FileDialog", "tkinter.filedialog"), - MovedModule("tkinter_scrolledtext", "ScrolledText", "tkinter.scrolledtext"), - MovedModule("tkinter_simpledialog", "SimpleDialog", "tkinter.simpledialog"), - MovedModule("tkinter_tix", "Tix", "tkinter.tix"), - MovedModule("tkinter_ttk", "ttk", "tkinter.ttk"), - MovedModule("tkinter_constants", "Tkconstants", "tkinter.constants"), - MovedModule("tkinter_dnd", "Tkdnd", "tkinter.dnd"), - MovedModule("tkinter_colorchooser", "tkColorChooser", - "tkinter.colorchooser"), - MovedModule("tkinter_commondialog", "tkCommonDialog", - "tkinter.commondialog"), - MovedModule("tkinter_tkfiledialog", "tkFileDialog", "tkinter.filedialog"), - MovedModule("tkinter_font", "tkFont", "tkinter.font"), - MovedModule("tkinter_messagebox", "tkMessageBox", "tkinter.messagebox"), - MovedModule("tkinter_tksimpledialog", "tkSimpleDialog", - "tkinter.simpledialog"), - MovedModule("urllib_parse", __name__ + ".moves.urllib_parse", "urllib.parse"), - MovedModule("urllib_error", __name__ + ".moves.urllib_error", "urllib.error"), - MovedModule("urllib", __name__ + ".moves.urllib", __name__ + ".moves.urllib"), - MovedModule("urllib_robotparser", "robotparser", "urllib.robotparser"), - MovedModule("xmlrpc_client", "xmlrpclib", "xmlrpc.client"), - MovedModule("xmlrpc_server", "SimpleXMLRPCServer", "xmlrpc.server"), -] -# Add windows specific modules. -if sys.platform == "win32": - _moved_attributes += [ - MovedModule("winreg", "_winreg"), - ] - -for attr in _moved_attributes: - setattr(_MovedItems, attr.name, attr) - if isinstance(attr, MovedModule): - _importer._add_module(attr, "moves." + attr.name) -del attr - -_MovedItems._moved_attributes = _moved_attributes - -moves = _MovedItems(__name__ + ".moves") -_importer._add_module(moves, "moves") - - -class Module_six_moves_urllib_parse(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_parse""" - - -_urllib_parse_moved_attributes = [ - MovedAttribute("ParseResult", "urlparse", "urllib.parse"), - MovedAttribute("SplitResult", "urlparse", "urllib.parse"), - MovedAttribute("parse_qs", "urlparse", "urllib.parse"), - MovedAttribute("parse_qsl", "urlparse", "urllib.parse"), - MovedAttribute("urldefrag", "urlparse", "urllib.parse"), - MovedAttribute("urljoin", "urlparse", "urllib.parse"), - MovedAttribute("urlparse", "urlparse", "urllib.parse"), - MovedAttribute("urlsplit", "urlparse", "urllib.parse"), - MovedAttribute("urlunparse", "urlparse", "urllib.parse"), - MovedAttribute("urlunsplit", "urlparse", "urllib.parse"), - MovedAttribute("quote", "urllib", "urllib.parse"), - MovedAttribute("quote_plus", "urllib", "urllib.parse"), - MovedAttribute("unquote", "urllib", "urllib.parse"), - MovedAttribute("unquote_plus", "urllib", "urllib.parse"), - MovedAttribute("urlencode", "urllib", "urllib.parse"), - MovedAttribute("splitquery", "urllib", "urllib.parse"), - MovedAttribute("splittag", "urllib", "urllib.parse"), - MovedAttribute("splituser", "urllib", "urllib.parse"), - MovedAttribute("uses_fragment", "urlparse", "urllib.parse"), - MovedAttribute("uses_netloc", "urlparse", "urllib.parse"), - MovedAttribute("uses_params", "urlparse", "urllib.parse"), - MovedAttribute("uses_query", "urlparse", "urllib.parse"), - MovedAttribute("uses_relative", "urlparse", "urllib.parse"), -] -for attr in _urllib_parse_moved_attributes: - setattr(Module_six_moves_urllib_parse, attr.name, attr) -del attr - -Module_six_moves_urllib_parse._moved_attributes = _urllib_parse_moved_attributes - -_importer._add_module(Module_six_moves_urllib_parse(__name__ + ".moves.urllib_parse"), - "moves.urllib_parse", "moves.urllib.parse") - - -class Module_six_moves_urllib_error(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_error""" - - -_urllib_error_moved_attributes = [ - MovedAttribute("URLError", "urllib2", "urllib.error"), - MovedAttribute("HTTPError", "urllib2", "urllib.error"), - MovedAttribute("ContentTooShortError", "urllib", "urllib.error"), -] -for attr in _urllib_error_moved_attributes: - setattr(Module_six_moves_urllib_error, attr.name, attr) -del attr - -Module_six_moves_urllib_error._moved_attributes = _urllib_error_moved_attributes - -_importer._add_module(Module_six_moves_urllib_error(__name__ + ".moves.urllib.error"), - "moves.urllib_error", "moves.urllib.error") - - -class Module_six_moves_urllib_request(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_request""" - - -_urllib_request_moved_attributes = [ - MovedAttribute("urlopen", "urllib2", "urllib.request"), - MovedAttribute("install_opener", "urllib2", "urllib.request"), - MovedAttribute("build_opener", "urllib2", "urllib.request"), - MovedAttribute("pathname2url", "urllib", "urllib.request"), - MovedAttribute("url2pathname", "urllib", "urllib.request"), - MovedAttribute("getproxies", "urllib", "urllib.request"), - MovedAttribute("Request", "urllib2", "urllib.request"), - MovedAttribute("OpenerDirector", "urllib2", "urllib.request"), - MovedAttribute("HTTPDefaultErrorHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPRedirectHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPCookieProcessor", "urllib2", "urllib.request"), - MovedAttribute("ProxyHandler", "urllib2", "urllib.request"), - MovedAttribute("BaseHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPPasswordMgr", "urllib2", "urllib.request"), - MovedAttribute("HTTPPasswordMgrWithDefaultRealm", "urllib2", "urllib.request"), - MovedAttribute("AbstractBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("ProxyBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("AbstractDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("ProxyDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPSHandler", "urllib2", "urllib.request"), - MovedAttribute("FileHandler", "urllib2", "urllib.request"), - MovedAttribute("FTPHandler", "urllib2", "urllib.request"), - MovedAttribute("CacheFTPHandler", "urllib2", "urllib.request"), - MovedAttribute("UnknownHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPErrorProcessor", "urllib2", "urllib.request"), - MovedAttribute("urlretrieve", "urllib", "urllib.request"), - MovedAttribute("urlcleanup", "urllib", "urllib.request"), - MovedAttribute("URLopener", "urllib", "urllib.request"), - MovedAttribute("FancyURLopener", "urllib", "urllib.request"), - MovedAttribute("proxy_bypass", "urllib", "urllib.request"), -] -for attr in _urllib_request_moved_attributes: - setattr(Module_six_moves_urllib_request, attr.name, attr) -del attr - -Module_six_moves_urllib_request._moved_attributes = _urllib_request_moved_attributes - -_importer._add_module(Module_six_moves_urllib_request(__name__ + ".moves.urllib.request"), - "moves.urllib_request", "moves.urllib.request") - - -class Module_six_moves_urllib_response(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_response""" - - -_urllib_response_moved_attributes = [ - MovedAttribute("addbase", "urllib", "urllib.response"), - MovedAttribute("addclosehook", "urllib", "urllib.response"), - MovedAttribute("addinfo", "urllib", "urllib.response"), - MovedAttribute("addinfourl", "urllib", "urllib.response"), -] -for attr in _urllib_response_moved_attributes: - setattr(Module_six_moves_urllib_response, attr.name, attr) -del attr - -Module_six_moves_urllib_response._moved_attributes = _urllib_response_moved_attributes - -_importer._add_module(Module_six_moves_urllib_response(__name__ + ".moves.urllib.response"), - "moves.urllib_response", "moves.urllib.response") - - -class Module_six_moves_urllib_robotparser(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_robotparser""" - - -_urllib_robotparser_moved_attributes = [ - MovedAttribute("RobotFileParser", "robotparser", "urllib.robotparser"), -] -for attr in _urllib_robotparser_moved_attributes: - setattr(Module_six_moves_urllib_robotparser, attr.name, attr) -del attr - -Module_six_moves_urllib_robotparser._moved_attributes = _urllib_robotparser_moved_attributes - -_importer._add_module(Module_six_moves_urllib_robotparser(__name__ + ".moves.urllib.robotparser"), - "moves.urllib_robotparser", "moves.urllib.robotparser") - - -class Module_six_moves_urllib(types.ModuleType): - - """Create a six.moves.urllib namespace that resembles the Python 3 namespace""" - __path__ = [] # mark as package - parse = _importer._get_module("moves.urllib_parse") - error = _importer._get_module("moves.urllib_error") - request = _importer._get_module("moves.urllib_request") - response = _importer._get_module("moves.urllib_response") - robotparser = _importer._get_module("moves.urllib_robotparser") - - def __dir__(self): - return ['parse', 'error', 'request', 'response', 'robotparser'] - -_importer._add_module(Module_six_moves_urllib(__name__ + ".moves.urllib"), - "moves.urllib") - - -def add_move(move): - """Add an item to six.moves.""" - setattr(_MovedItems, move.name, move) - - -def remove_move(name): - """Remove item from six.moves.""" - try: - delattr(_MovedItems, name) - except AttributeError: - try: - del moves.__dict__[name] - except KeyError: - raise AttributeError("no such move, %r" % (name,)) - - -if PY3: - _meth_func = "__func__" - _meth_self = "__self__" - - _func_closure = "__closure__" - _func_code = "__code__" - _func_defaults = "__defaults__" - _func_globals = "__globals__" -else: - _meth_func = "im_func" - _meth_self = "im_self" - - _func_closure = "func_closure" - _func_code = "func_code" - _func_defaults = "func_defaults" - _func_globals = "func_globals" - - -try: - advance_iterator = next -except NameError: - def advance_iterator(it): - return it.next() -next = advance_iterator - - -try: - callable = callable -except NameError: - def callable(obj): - return any("__call__" in klass.__dict__ for klass in type(obj).__mro__) - - -if PY3: - def get_unbound_function(unbound): - return unbound - - create_bound_method = types.MethodType - - def create_unbound_method(func, cls): - return func - - Iterator = object -else: - def get_unbound_function(unbound): - return unbound.im_func - - def create_bound_method(func, obj): - return types.MethodType(func, obj, obj.__class__) - - def create_unbound_method(func, cls): - return types.MethodType(func, None, cls) - - class Iterator(object): - - def next(self): - return type(self).__next__(self) - - callable = callable -_add_doc(get_unbound_function, - """Get the function out of a possibly unbound function""") - - -get_method_function = operator.attrgetter(_meth_func) -get_method_self = operator.attrgetter(_meth_self) -get_function_closure = operator.attrgetter(_func_closure) -get_function_code = operator.attrgetter(_func_code) -get_function_defaults = operator.attrgetter(_func_defaults) -get_function_globals = operator.attrgetter(_func_globals) - - -if PY3: - def iterkeys(d, **kw): - return iter(d.keys(**kw)) - - def itervalues(d, **kw): - return iter(d.values(**kw)) - - def iteritems(d, **kw): - return iter(d.items(**kw)) - - def iterlists(d, **kw): - return iter(d.lists(**kw)) - - viewkeys = operator.methodcaller("keys") - - viewvalues = operator.methodcaller("values") - - viewitems = operator.methodcaller("items") -else: - def iterkeys(d, **kw): - return d.iterkeys(**kw) - - def itervalues(d, **kw): - return d.itervalues(**kw) - - def iteritems(d, **kw): - return d.iteritems(**kw) - - def iterlists(d, **kw): - return d.iterlists(**kw) - - viewkeys = operator.methodcaller("viewkeys") - - viewvalues = operator.methodcaller("viewvalues") - - viewitems = operator.methodcaller("viewitems") - -_add_doc(iterkeys, "Return an iterator over the keys of a dictionary.") -_add_doc(itervalues, "Return an iterator over the values of a dictionary.") -_add_doc(iteritems, - "Return an iterator over the (key, value) pairs of a dictionary.") -_add_doc(iterlists, - "Return an iterator over the (key, [values]) pairs of a dictionary.") - - -if PY3: - def b(s): - return s.encode("latin-1") - - def u(s): - return s - unichr = chr - import struct - int2byte = struct.Struct(">B").pack - del struct - byte2int = operator.itemgetter(0) - indexbytes = operator.getitem - iterbytes = iter - import io - StringIO = io.StringIO - BytesIO = io.BytesIO - _assertCountEqual = "assertCountEqual" - if sys.version_info[1] <= 1: - _assertRaisesRegex = "assertRaisesRegexp" - _assertRegex = "assertRegexpMatches" - else: - _assertRaisesRegex = "assertRaisesRegex" - _assertRegex = "assertRegex" -else: - def b(s): - return s - # Workaround for standalone backslash - - def u(s): - return unicode(s.replace(r'\\', r'\\\\'), "unicode_escape") - unichr = unichr - int2byte = chr - - def byte2int(bs): - return ord(bs[0]) - - def indexbytes(buf, i): - return ord(buf[i]) - iterbytes = functools.partial(itertools.imap, ord) - import StringIO - StringIO = BytesIO = StringIO.StringIO - _assertCountEqual = "assertItemsEqual" - _assertRaisesRegex = "assertRaisesRegexp" - _assertRegex = "assertRegexpMatches" -_add_doc(b, """Byte literal""") -_add_doc(u, """Text literal""") - - -def assertCountEqual(self, *args, **kwargs): - return getattr(self, _assertCountEqual)(*args, **kwargs) - - -def assertRaisesRegex(self, *args, **kwargs): - return getattr(self, _assertRaisesRegex)(*args, **kwargs) - - -def assertRegex(self, *args, **kwargs): - return getattr(self, _assertRegex)(*args, **kwargs) - - -if PY3: - exec_ = getattr(moves.builtins, "exec") - - def reraise(tp, value, tb=None): - if value is None: - value = tp() - if value.__traceback__ is not tb: - raise value.with_traceback(tb) - raise value - -else: - def exec_(_code_, _globs_=None, _locs_=None): - """Execute code in a namespace.""" - if _globs_ is None: - frame = sys._getframe(1) - _globs_ = frame.f_globals - if _locs_ is None: - _locs_ = frame.f_locals - del frame - elif _locs_ is None: - _locs_ = _globs_ - exec("""exec _code_ in _globs_, _locs_""") - - exec_("""def reraise(tp, value, tb=None): - raise tp, value, tb -""") - - -if sys.version_info[:2] == (3, 2): - exec_("""def raise_from(value, from_value): - if from_value is None: - raise value - raise value from from_value -""") -elif sys.version_info[:2] > (3, 2): - exec_("""def raise_from(value, from_value): - raise value from from_value -""") -else: - def raise_from(value, from_value): - raise value - - -print_ = getattr(moves.builtins, "print", None) -if print_ is None: - def print_(*args, **kwargs): - """The new-style print function for Python 2.4 and 2.5.""" - fp = kwargs.pop("file", sys.stdout) - if fp is None: - return - - def write(data): - if not isinstance(data, basestring): - data = str(data) - # If the file has an encoding, encode unicode with it. - if (isinstance(fp, file) and - isinstance(data, unicode) and - fp.encoding is not None): - errors = getattr(fp, "errors", None) - if errors is None: - errors = "strict" - data = data.encode(fp.encoding, errors) - fp.write(data) - want_unicode = False - sep = kwargs.pop("sep", None) - if sep is not None: - if isinstance(sep, unicode): - want_unicode = True - elif not isinstance(sep, str): - raise TypeError("sep must be None or a string") - end = kwargs.pop("end", None) - if end is not None: - if isinstance(end, unicode): - want_unicode = True - elif not isinstance(end, str): - raise TypeError("end must be None or a string") - if kwargs: - raise TypeError("invalid keyword arguments to print()") - if not want_unicode: - for arg in args: - if isinstance(arg, unicode): - want_unicode = True - break - if want_unicode: - newline = unicode("\n") - space = unicode(" ") - else: - newline = "\n" - space = " " - if sep is None: - sep = space - if end is None: - end = newline - for i, arg in enumerate(args): - if i: - write(sep) - write(arg) - write(end) -if sys.version_info[:2] < (3, 3): - _print = print_ - - def print_(*args, **kwargs): - fp = kwargs.get("file", sys.stdout) - flush = kwargs.pop("flush", False) - _print(*args, **kwargs) - if flush and fp is not None: - fp.flush() - -_add_doc(reraise, """Reraise an exception.""") - -if sys.version_info[0:2] < (3, 4): - def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, - updated=functools.WRAPPER_UPDATES): - def wrapper(f): - f = functools.wraps(wrapped, assigned, updated)(f) - f.__wrapped__ = wrapped - return f - return wrapper -else: - wraps = functools.wraps - - -def with_metaclass(meta, *bases): - """Create a base class with a metaclass.""" - # This requires a bit of explanation: the basic idea is to make a dummy - # metaclass for one level of class instantiation that replaces itself with - # the actual metaclass. - class metaclass(meta): - - def __new__(cls, name, this_bases, d): - return meta(name, bases, d) - return type.__new__(metaclass, 'temporary_class', (), {}) - - -def add_metaclass(metaclass): - """Class decorator for creating a class with a metaclass.""" - def wrapper(cls): - orig_vars = cls.__dict__.copy() - slots = orig_vars.get('__slots__') - if slots is not None: - if isinstance(slots, str): - slots = [slots] - for slots_var in slots: - orig_vars.pop(slots_var) - orig_vars.pop('__dict__', None) - orig_vars.pop('__weakref__', None) - return metaclass(cls.__name__, cls.__bases__, orig_vars) - return wrapper - - -def python_2_unicode_compatible(klass): - """ - A decorator that defines __unicode__ and __str__ methods under Python 2. - Under Python 3 it does nothing. - - To support Python 2 and 3 with a single code base, define a __str__ method - returning text and apply this decorator to the class. - """ - if PY2: - if '__str__' not in klass.__dict__: - raise ValueError("@python_2_unicode_compatible cannot be applied " - "to %s because it doesn't define __str__()." % - klass.__name__) - klass.__unicode__ = klass.__str__ - klass.__str__ = lambda self: self.__unicode__().encode('utf-8') - return klass - - -# Complete the moves implementation. -# This code is at the end of this module to speed up module loading. -# Turn this module into a package. -__path__ = [] # required for PEP 302 and PEP 451 -__package__ = __name__ # see PEP 366 @ReservedAssignment -if globals().get("__spec__") is not None: - __spec__.submodule_search_locations = [] # PEP 451 @UndefinedVariable -# Remove other six meta path importers, since they cause problems. This can -# happen if six is removed from sys.modules and then reloaded. (Setuptools does -# this for some reason.) -if sys.meta_path: - for i, importer in enumerate(sys.meta_path): - # Here's some real nastiness: Another "instance" of the six module might - # be floating around. Therefore, we can't use isinstance() to check for - # the six meta path importer, since the other six instance will have - # inserted an importer with different class. - if (type(importer).__name__ == "_SixMetaPathImporter" and - importer.name == __name__): - del sys.meta_path[i] - break - del i, importer -# Finally, add the importer to the meta path import hook. -sys.meta_path.append(_importer) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py deleted file mode 100644 index d6594eb..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py +++ /dev/null @@ -1,19 +0,0 @@ -import sys - -try: - # Our match_hostname function is the same as 3.5's, so we only want to - # import the match_hostname function if it's at least that good. - if sys.version_info < (3, 5): - raise ImportError("Fallback to vendored code") - - from ssl import CertificateError, match_hostname -except ImportError: - try: - # Backport of the function from a pypi module - from backports.ssl_match_hostname import CertificateError, match_hostname - except ImportError: - # Our vendored copy - from ._implementation import CertificateError, match_hostname - -# Not needed, but documenting what we provide. -__all__ = ('CertificateError', 'match_hostname') diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index aaac27485cf04bb71cab45d0f35ab4115d2a711f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 515 zcmZWkO-lnY5S?VVw$@Lu7omq9MChU2g9r*Df+%?LBBJgktWC7B$!1B?N{c52!Jp#I z-?LXw{R^I)SV6@J^TOo4yqP&)TB-xa%kCO`qX6%r_#F#a9ALU<1P+`iNMW)m;Er%Q z0NWIlM^EIDAQ!7h$7!r9X@$TA<fkzRI;h(R0^v*=Uz)i;nvHMGXr|#6bgBL*t{|tE zFhd@vHBQc;JvYT!;IvJr5#G}Z!esq8Q|dbF4O-r`Mk43N3f}4&F50wQJrvf<8`;ae zII`B*a#?4-*Jpj>e4c4BCFs$fFC#a0<>E+KCr!>|eq+jo6I~eVXWt^{l#NkqL({Yw z8V1&Nkzjv4(-kIlp@bH>&pi5-RmN~g#$LfL29E$ASBcj}QplnsbLWxoOyrKa7ya$< z_?2w7PcpPh$?L78z^>V?aLNCs3B#$SXRKR{%i5kce5k~J*v>T&YLrHGQlkyBOlUyb Gj6MOqM2dp| diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-38.pyc deleted file mode 100644 index 1dd5f24a6325685f33cadaa4e8a1ccf8eed720ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3288 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 H_(A8t&l7Vt diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py deleted file mode 100644 index 970cf65..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py +++ /dev/null @@ -1,156 +0,0 @@ -"""The match_hostname() function from Python 3.3.3, essential when using SSL.""" - -# Note: This file is under the PSF license as the code comes from the python -# stdlib. http://docs.python.org/3/license.html - -import re -import sys - -# ipaddress has been backported to 2.6+ in pypi. If it is installed on the -# system, use it to handle IPAddress ServerAltnames (this was added in -# python-3.5) otherwise only do DNS matching. This allows -# backports.ssl_match_hostname to continue to be used in Python 2.7. -try: - from pip._vendor import ipaddress -except ImportError: - ipaddress = None - -__version__ = '3.5.0.1' - - -class CertificateError(ValueError): - pass - - -def _dnsname_match(dn, hostname, max_wildcards=1): - """Matching according to RFC 6125, section 6.4.3 - - http://tools.ietf.org/html/rfc6125#section-6.4.3 - """ - pats = [] - if not dn: - return False - - # Ported from python3-syntax: - # leftmost, *remainder = dn.split(r'.') - parts = dn.split(r'.') - leftmost = parts[0] - remainder = parts[1:] - - wildcards = leftmost.count('*') - if wildcards > max_wildcards: - # Issue #17980: avoid denials of service by refusing more - # than one wildcard per fragment. A survey of established - # policy among SSL implementations showed it to be a - # reasonable choice. - raise CertificateError( - "too many wildcards in certificate DNS name: " + repr(dn)) - - # speed up common case w/o wildcards - if not wildcards: - return dn.lower() == hostname.lower() - - # RFC 6125, section 6.4.3, subitem 1. - # The client SHOULD NOT attempt to match a presented identifier in which - # the wildcard character comprises a label other than the left-most label. - if leftmost == '*': - # When '*' is a fragment by itself, it matches a non-empty dotless - # fragment. - pats.append('[^.]+') - elif leftmost.startswith('xn--') or hostname.startswith('xn--'): - # RFC 6125, section 6.4.3, subitem 3. - # The client SHOULD NOT attempt to match a presented identifier - # where the wildcard character is embedded within an A-label or - # U-label of an internationalized domain name. - pats.append(re.escape(leftmost)) - else: - # Otherwise, '*' matches any dotless string, e.g. www* - pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) - - # add the remaining fragments, ignore any wildcards - for frag in remainder: - pats.append(re.escape(frag)) - - pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) - return pat.match(hostname) - - -def _to_unicode(obj): - if isinstance(obj, str) and sys.version_info < (3,): - obj = unicode(obj, encoding='ascii', errors='strict') - return obj - -def _ipaddress_match(ipname, host_ip): - """Exact matching of IP addresses. - - RFC 6125 explicitly doesn't define an algorithm for this - (section 1.7.2 - "Out of Scope"). - """ - # OpenSSL may add a trailing newline to a subjectAltName's IP address - # Divergence from upstream: ipaddress can't handle byte str - ip = ipaddress.ip_address(_to_unicode(ipname).rstrip()) - return ip == host_ip - - -def match_hostname(cert, hostname): - """Verify that *cert* (in decoded format as returned by - SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 - rules are followed, but IP addresses are not accepted for *hostname*. - - CertificateError is raised on failure. On success, the function - returns nothing. - """ - if not cert: - raise ValueError("empty or no certificate, match_hostname needs a " - "SSL socket or SSL context with either " - "CERT_OPTIONAL or CERT_REQUIRED") - try: - # Divergence from upstream: ipaddress can't handle byte str - host_ip = ipaddress.ip_address(_to_unicode(hostname)) - except ValueError: - # Not an IP address (common case) - host_ip = None - except UnicodeError: - # Divergence from upstream: Have to deal with ipaddress not taking - # byte strings. addresses should be all ascii, so we consider it not - # an ipaddress in this case - host_ip = None - except AttributeError: - # Divergence from upstream: Make ipaddress library optional - if ipaddress is None: - host_ip = None - else: - raise - dnsnames = [] - san = cert.get('subjectAltName', ()) - for key, value in san: - if key == 'DNS': - if host_ip is None and _dnsname_match(value, hostname): - return - dnsnames.append(value) - elif key == 'IP Address': - if host_ip is not None and _ipaddress_match(value, host_ip): - return - dnsnames.append(value) - if not dnsnames: - # The subject is only checked when there is no dNSName entry - # in subjectAltName - for sub in cert.get('subject', ()): - for key, value in sub: - # XXX according to RFC 2818, the most specific Common Name - # must be used. - if key == 'commonName': - if _dnsname_match(value, hostname): - return - dnsnames.append(value) - if len(dnsnames) > 1: - raise CertificateError("hostname %r " - "doesn't match either of %s" - % (hostname, ', '.join(map(repr, dnsnames)))) - elif len(dnsnames) == 1: - raise CertificateError("hostname %r " - "doesn't match %r" - % (hostname, dnsnames[0])) - else: - raise CertificateError("no appropriate commonName or " - "subjectAltName fields were found") diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py deleted file mode 100644 index a6ade6e..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py +++ /dev/null @@ -1,455 +0,0 @@ -from __future__ import absolute_import -import collections -import functools -import logging - -from ._collections import RecentlyUsedContainer -from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool -from .connectionpool import port_by_scheme -from .exceptions import LocationValueError, MaxRetryError, ProxySchemeUnknown -from .packages import six -from .packages.six.moves.urllib.parse import urljoin -from .request import RequestMethods -from .util.url import parse_url -from .util.retry import Retry - - -__all__ = ['PoolManager', 'ProxyManager', 'proxy_from_url'] - - -log = logging.getLogger(__name__) - -SSL_KEYWORDS = ('key_file', 'cert_file', 'cert_reqs', 'ca_certs', - 'ssl_version', 'ca_cert_dir', 'ssl_context', - 'key_password') - -# All known keyword arguments that could be provided to the pool manager, its -# pools, or the underlying connections. This is used to construct a pool key. -_key_fields = ( - 'key_scheme', # str - 'key_host', # str - 'key_port', # int - 'key_timeout', # int or float or Timeout - 'key_retries', # int or Retry - 'key_strict', # bool - 'key_block', # bool - 'key_source_address', # str - 'key_key_file', # str - 'key_key_password', # str - 'key_cert_file', # str - 'key_cert_reqs', # str - 'key_ca_certs', # str - 'key_ssl_version', # str - 'key_ca_cert_dir', # str - 'key_ssl_context', # instance of ssl.SSLContext or urllib3.util.ssl_.SSLContext - 'key_maxsize', # int - 'key_headers', # dict - 'key__proxy', # parsed proxy url - 'key__proxy_headers', # dict - 'key_socket_options', # list of (level (int), optname (int), value (int or str)) tuples - 'key__socks_options', # dict - 'key_assert_hostname', # bool or string - 'key_assert_fingerprint', # str - 'key_server_hostname', # str -) - -#: The namedtuple class used to construct keys for the connection pool. -#: All custom key schemes should include the fields in this key at a minimum. -PoolKey = collections.namedtuple('PoolKey', _key_fields) - - -def _default_key_normalizer(key_class, request_context): - """ - Create a pool key out of a request context dictionary. - - According to RFC 3986, both the scheme and host are case-insensitive. - Therefore, this function normalizes both before constructing the pool - key for an HTTPS request. If you wish to change this behaviour, provide - alternate callables to ``key_fn_by_scheme``. - - :param key_class: - The class to use when constructing the key. This should be a namedtuple - with the ``scheme`` and ``host`` keys at a minimum. - :type key_class: namedtuple - :param request_context: - A dictionary-like object that contain the context for a request. - :type request_context: dict - - :return: A namedtuple that can be used as a connection pool key. - :rtype: PoolKey - """ - # Since we mutate the dictionary, make a copy first - context = request_context.copy() - context['scheme'] = context['scheme'].lower() - context['host'] = context['host'].lower() - - # These are both dictionaries and need to be transformed into frozensets - for key in ('headers', '_proxy_headers', '_socks_options'): - if key in context and context[key] is not None: - context[key] = frozenset(context[key].items()) - - # The socket_options key may be a list and needs to be transformed into a - # tuple. - socket_opts = context.get('socket_options') - if socket_opts is not None: - context['socket_options'] = tuple(socket_opts) - - # Map the kwargs to the names in the namedtuple - this is necessary since - # namedtuples can't have fields starting with '_'. - for key in list(context.keys()): - context['key_' + key] = context.pop(key) - - # Default to ``None`` for keys missing from the context - for field in key_class._fields: - if field not in context: - context[field] = None - - return key_class(**context) - - -#: A dictionary that maps a scheme to a callable that creates a pool key. -#: This can be used to alter the way pool keys are constructed, if desired. -#: Each PoolManager makes a copy of this dictionary so they can be configured -#: globally here, or individually on the instance. -key_fn_by_scheme = { - 'http': functools.partial(_default_key_normalizer, PoolKey), - 'https': functools.partial(_default_key_normalizer, PoolKey), -} - -pool_classes_by_scheme = { - 'http': HTTPConnectionPool, - 'https': HTTPSConnectionPool, -} - - -class PoolManager(RequestMethods): - """ - Allows for arbitrary requests while transparently keeping track of - necessary connection pools for you. - - :param num_pools: - Number of connection pools to cache before discarding the least - recently used pool. - - :param headers: - Headers to include with all requests, unless other headers are given - explicitly. - - :param \\**connection_pool_kw: - Additional parameters are used to create fresh - :class:`urllib3.connectionpool.ConnectionPool` instances. - - Example:: - - >>> manager = PoolManager(num_pools=2) - >>> r = manager.request('GET', 'http://google.com/') - >>> r = manager.request('GET', 'http://google.com/mail') - >>> r = manager.request('GET', 'http://yahoo.com/') - >>> len(manager.pools) - 2 - - """ - - proxy = None - - def __init__(self, num_pools=10, headers=None, **connection_pool_kw): - RequestMethods.__init__(self, headers) - self.connection_pool_kw = connection_pool_kw - self.pools = RecentlyUsedContainer(num_pools, - dispose_func=lambda p: p.close()) - - # Locally set the pool classes and keys so other PoolManagers can - # override them. - self.pool_classes_by_scheme = pool_classes_by_scheme - self.key_fn_by_scheme = key_fn_by_scheme.copy() - - def __enter__(self): - return self - - def __exit__(self, exc_type, exc_val, exc_tb): - self.clear() - # Return False to re-raise any potential exceptions - return False - - def _new_pool(self, scheme, host, port, request_context=None): - """ - Create a new :class:`ConnectionPool` based on host, port, scheme, and - any additional pool keyword arguments. - - If ``request_context`` is provided, it is provided as keyword arguments - to the pool class used. This method is used to actually create the - connection pools handed out by :meth:`connection_from_url` and - companion methods. It is intended to be overridden for customization. - """ - pool_cls = self.pool_classes_by_scheme[scheme] - if request_context is None: - request_context = self.connection_pool_kw.copy() - - # Although the context has everything necessary to create the pool, - # this function has historically only used the scheme, host, and port - # in the positional args. When an API change is acceptable these can - # be removed. - for key in ('scheme', 'host', 'port'): - request_context.pop(key, None) - - if scheme == 'http': - for kw in SSL_KEYWORDS: - request_context.pop(kw, None) - - return pool_cls(host, port, **request_context) - - def clear(self): - """ - Empty our store of pools and direct them all to close. - - This will not affect in-flight connections, but they will not be - re-used after completion. - """ - self.pools.clear() - - def connection_from_host(self, host, port=None, scheme='http', pool_kwargs=None): - """ - Get a :class:`ConnectionPool` based on the host, port, and scheme. - - If ``port`` isn't given, it will be derived from the ``scheme`` using - ``urllib3.connectionpool.port_by_scheme``. If ``pool_kwargs`` is - provided, it is merged with the instance's ``connection_pool_kw`` - variable and used to create the new connection pool, if one is - needed. - """ - - if not host: - raise LocationValueError("No host specified.") - - request_context = self._merge_pool_kwargs(pool_kwargs) - request_context['scheme'] = scheme or 'http' - if not port: - port = port_by_scheme.get(request_context['scheme'].lower(), 80) - request_context['port'] = port - request_context['host'] = host - - return self.connection_from_context(request_context) - - def connection_from_context(self, request_context): - """ - Get a :class:`ConnectionPool` based on the request context. - - ``request_context`` must at least contain the ``scheme`` key and its - value must be a key in ``key_fn_by_scheme`` instance variable. - """ - scheme = request_context['scheme'].lower() - pool_key_constructor = self.key_fn_by_scheme[scheme] - pool_key = pool_key_constructor(request_context) - - return self.connection_from_pool_key(pool_key, request_context=request_context) - - def connection_from_pool_key(self, pool_key, request_context=None): - """ - Get a :class:`ConnectionPool` based on the provided pool key. - - ``pool_key`` should be a namedtuple that only contains immutable - objects. At a minimum it must have the ``scheme``, ``host``, and - ``port`` fields. - """ - with self.pools.lock: - # If the scheme, host, or port doesn't match existing open - # connections, open a new ConnectionPool. - pool = self.pools.get(pool_key) - if pool: - return pool - - # Make a fresh ConnectionPool of the desired type - scheme = request_context['scheme'] - host = request_context['host'] - port = request_context['port'] - pool = self._new_pool(scheme, host, port, request_context=request_context) - self.pools[pool_key] = pool - - return pool - - def connection_from_url(self, url, pool_kwargs=None): - """ - Similar to :func:`urllib3.connectionpool.connection_from_url`. - - If ``pool_kwargs`` is not provided and a new pool needs to be - constructed, ``self.connection_pool_kw`` is used to initialize - the :class:`urllib3.connectionpool.ConnectionPool`. If ``pool_kwargs`` - is provided, it is used instead. Note that if a new pool does not - need to be created for the request, the provided ``pool_kwargs`` are - not used. - """ - u = parse_url(url) - return self.connection_from_host(u.host, port=u.port, scheme=u.scheme, - pool_kwargs=pool_kwargs) - - def _merge_pool_kwargs(self, override): - """ - Merge a dictionary of override values for self.connection_pool_kw. - - This does not modify self.connection_pool_kw and returns a new dict. - Any keys in the override dictionary with a value of ``None`` are - removed from the merged dictionary. - """ - base_pool_kwargs = self.connection_pool_kw.copy() - if override: - for key, value in override.items(): - if value is None: - try: - del base_pool_kwargs[key] - except KeyError: - pass - else: - base_pool_kwargs[key] = value - return base_pool_kwargs - - def urlopen(self, method, url, redirect=True, **kw): - """ - Same as :meth:`urllib3.connectionpool.HTTPConnectionPool.urlopen` - with custom cross-host redirect logic and only sends the request-uri - portion of the ``url``. - - The given ``url`` parameter must be absolute, such that an appropriate - :class:`urllib3.connectionpool.ConnectionPool` can be chosen for it. - """ - u = parse_url(url) - conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme) - - kw['assert_same_host'] = False - kw['redirect'] = False - - if 'headers' not in kw: - kw['headers'] = self.headers.copy() - - if self.proxy is not None and u.scheme == "http": - response = conn.urlopen(method, url, **kw) - else: - response = conn.urlopen(method, u.request_uri, **kw) - - redirect_location = redirect and response.get_redirect_location() - if not redirect_location: - return response - - # Support relative URLs for redirecting. - redirect_location = urljoin(url, redirect_location) - - # RFC 7231, Section 6.4.4 - if response.status == 303: - method = 'GET' - - retries = kw.get('retries') - if not isinstance(retries, Retry): - retries = Retry.from_int(retries, redirect=redirect) - - # Strip headers marked as unsafe to forward to the redirected location. - # Check remove_headers_on_redirect to avoid a potential network call within - # conn.is_same_host() which may use socket.gethostbyname() in the future. - if (retries.remove_headers_on_redirect - and not conn.is_same_host(redirect_location)): - headers = list(six.iterkeys(kw['headers'])) - for header in headers: - if header.lower() in retries.remove_headers_on_redirect: - kw['headers'].pop(header, None) - - try: - retries = retries.increment(method, url, response=response, _pool=conn) - except MaxRetryError: - if retries.raise_on_redirect: - raise - return response - - kw['retries'] = retries - kw['redirect'] = redirect - - log.info("Redirecting %s -> %s", url, redirect_location) - return self.urlopen(method, redirect_location, **kw) - - -class ProxyManager(PoolManager): - """ - Behaves just like :class:`PoolManager`, but sends all requests through - the defined proxy, using the CONNECT method for HTTPS URLs. - - :param proxy_url: - The URL of the proxy to be used. - - :param proxy_headers: - A dictionary containing headers that will be sent to the proxy. In case - of HTTP they are being sent with each request, while in the - HTTPS/CONNECT case they are sent only once. Could be used for proxy - authentication. - - Example: - >>> proxy = urllib3.ProxyManager('http://localhost:3128/') - >>> r1 = proxy.request('GET', 'http://google.com/') - >>> r2 = proxy.request('GET', 'http://httpbin.org/') - >>> len(proxy.pools) - 1 - >>> r3 = proxy.request('GET', 'https://httpbin.org/') - >>> r4 = proxy.request('GET', 'https://twitter.com/') - >>> len(proxy.pools) - 3 - - """ - - def __init__(self, proxy_url, num_pools=10, headers=None, - proxy_headers=None, **connection_pool_kw): - - if isinstance(proxy_url, HTTPConnectionPool): - proxy_url = '%s://%s:%i' % (proxy_url.scheme, proxy_url.host, - proxy_url.port) - proxy = parse_url(proxy_url) - if not proxy.port: - port = port_by_scheme.get(proxy.scheme, 80) - proxy = proxy._replace(port=port) - - if proxy.scheme not in ("http", "https"): - raise ProxySchemeUnknown(proxy.scheme) - - self.proxy = proxy - self.proxy_headers = proxy_headers or {} - - connection_pool_kw['_proxy'] = self.proxy - connection_pool_kw['_proxy_headers'] = self.proxy_headers - - super(ProxyManager, self).__init__( - num_pools, headers, **connection_pool_kw) - - def connection_from_host(self, host, port=None, scheme='http', pool_kwargs=None): - if scheme == "https": - return super(ProxyManager, self).connection_from_host( - host, port, scheme, pool_kwargs=pool_kwargs) - - return super(ProxyManager, self).connection_from_host( - self.proxy.host, self.proxy.port, self.proxy.scheme, pool_kwargs=pool_kwargs) - - def _set_proxy_headers(self, url, headers=None): - """ - Sets headers needed by proxies: specifically, the Accept and Host - headers. Only sets headers not provided by the user. - """ - headers_ = {'Accept': '*/*'} - - netloc = parse_url(url).netloc - if netloc: - headers_['Host'] = netloc - - if headers: - headers_.update(headers) - return headers_ - - def urlopen(self, method, url, redirect=True, **kw): - "Same as HTTP(S)ConnectionPool.urlopen, ``url`` must be absolute." - u = parse_url(url) - - if u.scheme == "http": - # For proxied HTTPS requests, httplib sets the necessary headers - # on the CONNECT to the proxy. For HTTP, we'll definitely - # need to set 'Host' at the very least. - headers = kw.get('headers', self.headers) - kw['headers'] = self._set_proxy_headers(url, headers) - - return super(ProxyManager, self).urlopen(method, url, redirect=redirect, **kw) - - -def proxy_from_url(url, **kw): - return ProxyManager(proxy_url=url, **kw) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py deleted file mode 100644 index 8f2f44b..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py +++ /dev/null @@ -1,150 +0,0 @@ -from __future__ import absolute_import - -from .filepost import encode_multipart_formdata -from .packages.six.moves.urllib.parse import urlencode - - -__all__ = ['RequestMethods'] - - -class RequestMethods(object): - """ - Convenience mixin for classes who implement a :meth:`urlopen` method, such - as :class:`~urllib3.connectionpool.HTTPConnectionPool` and - :class:`~urllib3.poolmanager.PoolManager`. - - Provides behavior for making common types of HTTP request methods and - decides which type of request field encoding to use. - - Specifically, - - :meth:`.request_encode_url` is for sending requests whose fields are - encoded in the URL (such as GET, HEAD, DELETE). - - :meth:`.request_encode_body` is for sending requests whose fields are - encoded in the *body* of the request using multipart or www-form-urlencoded - (such as for POST, PUT, PATCH). - - :meth:`.request` is for making any kind of request, it will look up the - appropriate encoding format and use one of the above two methods to make - the request. - - Initializer parameters: - - :param headers: - Headers to include with all requests, unless other headers are given - explicitly. - """ - - _encode_url_methods = {'DELETE', 'GET', 'HEAD', 'OPTIONS'} - - def __init__(self, headers=None): - self.headers = headers or {} - - def urlopen(self, method, url, body=None, headers=None, - encode_multipart=True, multipart_boundary=None, - **kw): # Abstract - raise NotImplementedError("Classes extending RequestMethods must implement " - "their own ``urlopen`` method.") - - def request(self, method, url, fields=None, headers=None, **urlopen_kw): - """ - Make a request using :meth:`urlopen` with the appropriate encoding of - ``fields`` based on the ``method`` used. - - This is a convenience method that requires the least amount of manual - effort. It can be used in most situations, while still having the - option to drop down to more specific methods when necessary, such as - :meth:`request_encode_url`, :meth:`request_encode_body`, - or even the lowest level :meth:`urlopen`. - """ - method = method.upper() - - urlopen_kw['request_url'] = url - - if method in self._encode_url_methods: - return self.request_encode_url(method, url, fields=fields, - headers=headers, - **urlopen_kw) - else: - return self.request_encode_body(method, url, fields=fields, - headers=headers, - **urlopen_kw) - - def request_encode_url(self, method, url, fields=None, headers=None, - **urlopen_kw): - """ - Make a request using :meth:`urlopen` with the ``fields`` encoded in - the url. This is useful for request methods like GET, HEAD, DELETE, etc. - """ - if headers is None: - headers = self.headers - - extra_kw = {'headers': headers} - extra_kw.update(urlopen_kw) - - if fields: - url += '?' + urlencode(fields) - - return self.urlopen(method, url, **extra_kw) - - def request_encode_body(self, method, url, fields=None, headers=None, - encode_multipart=True, multipart_boundary=None, - **urlopen_kw): - """ - Make a request using :meth:`urlopen` with the ``fields`` encoded in - the body. This is useful for request methods like POST, PUT, PATCH, etc. - - When ``encode_multipart=True`` (default), then - :meth:`urllib3.filepost.encode_multipart_formdata` is used to encode - the payload with the appropriate content type. Otherwise - :meth:`urllib.urlencode` is used with the - 'application/x-www-form-urlencoded' content type. - - Multipart encoding must be used when posting files, and it's reasonably - safe to use it in other times too. However, it may break request - signing, such as with OAuth. - - Supports an optional ``fields`` parameter of key/value strings AND - key/filetuple. A filetuple is a (filename, data, MIME type) tuple where - the MIME type is optional. For example:: - - fields = { - 'foo': 'bar', - 'fakefile': ('foofile.txt', 'contents of foofile'), - 'realfile': ('barfile.txt', open('realfile').read()), - 'typedfile': ('bazfile.bin', open('bazfile').read(), - 'image/jpeg'), - 'nonamefile': 'contents of nonamefile field', - } - - When uploading a file, providing a filename (the first parameter of the - tuple) is optional but recommended to best mimic behavior of browsers. - - Note that if ``headers`` are supplied, the 'Content-Type' header will - be overwritten because it depends on the dynamic random boundary string - which is used to compose the body of the request. The random boundary - string can be explicitly set with the ``multipart_boundary`` parameter. - """ - if headers is None: - headers = self.headers - - extra_kw = {'headers': {}} - - if fields: - if 'body' in urlopen_kw: - raise TypeError( - "request got values for both 'fields' and 'body', can only specify one.") - - if encode_multipart: - body, content_type = encode_multipart_formdata(fields, boundary=multipart_boundary) - else: - body, content_type = urlencode(fields), 'application/x-www-form-urlencoded' - - extra_kw['body'] = body - extra_kw['headers'] = {'Content-Type': content_type} - - extra_kw['headers'].update(headers) - extra_kw.update(urlopen_kw) - - return self.urlopen(method, url, **extra_kw) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py deleted file mode 100644 index 4f85793..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py +++ /dev/null @@ -1,760 +0,0 @@ -from __future__ import absolute_import -from contextlib import contextmanager -import zlib -import io -import logging -from socket import timeout as SocketTimeout -from socket import error as SocketError - -try: - import brotli -except ImportError: - brotli = None - -from ._collections import HTTPHeaderDict -from .exceptions import ( - BodyNotHttplibCompatible, ProtocolError, DecodeError, ReadTimeoutError, - ResponseNotChunked, IncompleteRead, InvalidHeader -) -from .packages.six import string_types as basestring, PY3 -from .packages.six.moves import http_client as httplib -from .connection import HTTPException, BaseSSLError -from .util.response import is_fp_closed, is_response_to_head - -log = logging.getLogger(__name__) - - -class DeflateDecoder(object): - - def __init__(self): - self._first_try = True - self._data = b'' - self._obj = zlib.decompressobj() - - def __getattr__(self, name): - return getattr(self._obj, name) - - def decompress(self, data): - if not data: - return data - - if not self._first_try: - return self._obj.decompress(data) - - self._data += data - try: - decompressed = self._obj.decompress(data) - if decompressed: - self._first_try = False - self._data = None - return decompressed - except zlib.error: - self._first_try = False - self._obj = zlib.decompressobj(-zlib.MAX_WBITS) - try: - return self.decompress(self._data) - finally: - self._data = None - - -class GzipDecoderState(object): - - FIRST_MEMBER = 0 - OTHER_MEMBERS = 1 - SWALLOW_DATA = 2 - - -class GzipDecoder(object): - - def __init__(self): - self._obj = zlib.decompressobj(16 + zlib.MAX_WBITS) - self._state = GzipDecoderState.FIRST_MEMBER - - def __getattr__(self, name): - return getattr(self._obj, name) - - def decompress(self, data): - ret = bytearray() - if self._state == GzipDecoderState.SWALLOW_DATA or not data: - return bytes(ret) - while True: - try: - ret += self._obj.decompress(data) - except zlib.error: - previous_state = self._state - # Ignore data after the first error - self._state = GzipDecoderState.SWALLOW_DATA - if previous_state == GzipDecoderState.OTHER_MEMBERS: - # Allow trailing garbage acceptable in other gzip clients - return bytes(ret) - raise - data = self._obj.unused_data - if not data: - return bytes(ret) - self._state = GzipDecoderState.OTHER_MEMBERS - self._obj = zlib.decompressobj(16 + zlib.MAX_WBITS) - - -if brotli is not None: - class BrotliDecoder(object): - # Supports both 'brotlipy' and 'Brotli' packages - # since they share an import name. The top branches - # are for 'brotlipy' and bottom branches for 'Brotli' - def __init__(self): - self._obj = brotli.Decompressor() - - def decompress(self, data): - if hasattr(self._obj, 'decompress'): - return self._obj.decompress(data) - return self._obj.process(data) - - def flush(self): - if hasattr(self._obj, 'flush'): - return self._obj.flush() - return b'' - - -class MultiDecoder(object): - """ - From RFC7231: - If one or more encodings have been applied to a representation, the - sender that applied the encodings MUST generate a Content-Encoding - header field that lists the content codings in the order in which - they were applied. - """ - - def __init__(self, modes): - self._decoders = [_get_decoder(m.strip()) for m in modes.split(',')] - - def flush(self): - return self._decoders[0].flush() - - def decompress(self, data): - for d in reversed(self._decoders): - data = d.decompress(data) - return data - - -def _get_decoder(mode): - if ',' in mode: - return MultiDecoder(mode) - - if mode == 'gzip': - return GzipDecoder() - - if brotli is not None and mode == 'br': - return BrotliDecoder() - - return DeflateDecoder() - - -class HTTPResponse(io.IOBase): - """ - HTTP Response container. - - Backwards-compatible to httplib's HTTPResponse but the response ``body`` is - loaded and decoded on-demand when the ``data`` property is accessed. This - class is also compatible with the Python standard library's :mod:`io` - module, and can hence be treated as a readable object in the context of that - framework. - - Extra parameters for behaviour not present in httplib.HTTPResponse: - - :param preload_content: - If True, the response's body will be preloaded during construction. - - :param decode_content: - If True, will attempt to decode the body based on the - 'content-encoding' header. - - :param original_response: - When this HTTPResponse wrapper is generated from an httplib.HTTPResponse - object, it's convenient to include the original for debug purposes. It's - otherwise unused. - - :param retries: - The retries contains the last :class:`~urllib3.util.retry.Retry` that - was used during the request. - - :param enforce_content_length: - Enforce content length checking. Body returned by server must match - value of Content-Length header, if present. Otherwise, raise error. - """ - - CONTENT_DECODERS = ['gzip', 'deflate'] - if brotli is not None: - CONTENT_DECODERS += ['br'] - REDIRECT_STATUSES = [301, 302, 303, 307, 308] - - def __init__(self, body='', headers=None, status=0, version=0, reason=None, - strict=0, preload_content=True, decode_content=True, - original_response=None, pool=None, connection=None, msg=None, - retries=None, enforce_content_length=False, - request_method=None, request_url=None): - - if isinstance(headers, HTTPHeaderDict): - self.headers = headers - else: - self.headers = HTTPHeaderDict(headers) - self.status = status - self.version = version - self.reason = reason - self.strict = strict - self.decode_content = decode_content - self.retries = retries - self.enforce_content_length = enforce_content_length - - self._decoder = None - self._body = None - self._fp = None - self._original_response = original_response - self._fp_bytes_read = 0 - self.msg = msg - self._request_url = request_url - - if body and isinstance(body, (basestring, bytes)): - self._body = body - - self._pool = pool - self._connection = connection - - if hasattr(body, 'read'): - self._fp = body - - # Are we using the chunked-style of transfer encoding? - self.chunked = False - self.chunk_left = None - tr_enc = self.headers.get('transfer-encoding', '').lower() - # Don't incur the penalty of creating a list and then discarding it - encodings = (enc.strip() for enc in tr_enc.split(",")) - if "chunked" in encodings: - self.chunked = True - - # Determine length of response - self.length_remaining = self._init_length(request_method) - - # If requested, preload the body. - if preload_content and not self._body: - self._body = self.read(decode_content=decode_content) - - def get_redirect_location(self): - """ - Should we redirect and where to? - - :returns: Truthy redirect location string if we got a redirect status - code and valid location. ``None`` if redirect status and no - location. ``False`` if not a redirect status code. - """ - if self.status in self.REDIRECT_STATUSES: - return self.headers.get('location') - - return False - - def release_conn(self): - if not self._pool or not self._connection: - return - - self._pool._put_conn(self._connection) - self._connection = None - - @property - def data(self): - # For backwords-compat with earlier urllib3 0.4 and earlier. - if self._body: - return self._body - - if self._fp: - return self.read(cache_content=True) - - @property - def connection(self): - return self._connection - - def isclosed(self): - return is_fp_closed(self._fp) - - def tell(self): - """ - Obtain the number of bytes pulled over the wire so far. May differ from - the amount of content returned by :meth:``HTTPResponse.read`` if bytes - are encoded on the wire (e.g, compressed). - """ - return self._fp_bytes_read - - def _init_length(self, request_method): - """ - Set initial length value for Response content if available. - """ - length = self.headers.get('content-length') - - if length is not None: - if self.chunked: - # This Response will fail with an IncompleteRead if it can't be - # received as chunked. This method falls back to attempt reading - # the response before raising an exception. - log.warning("Received response with both Content-Length and " - "Transfer-Encoding set. This is expressly forbidden " - "by RFC 7230 sec 3.3.2. Ignoring Content-Length and " - "attempting to process response as Transfer-Encoding: " - "chunked.") - return None - - try: - # RFC 7230 section 3.3.2 specifies multiple content lengths can - # be sent in a single Content-Length header - # (e.g. Content-Length: 42, 42). This line ensures the values - # are all valid ints and that as long as the `set` length is 1, - # all values are the same. Otherwise, the header is invalid. - lengths = set([int(val) for val in length.split(',')]) - if len(lengths) > 1: - raise InvalidHeader("Content-Length contained multiple " - "unmatching values (%s)" % length) - length = lengths.pop() - except ValueError: - length = None - else: - if length < 0: - length = None - - # Convert status to int for comparison - # In some cases, httplib returns a status of "_UNKNOWN" - try: - status = int(self.status) - except ValueError: - status = 0 - - # Check for responses that shouldn't include a body - if status in (204, 304) or 100 <= status < 200 or request_method == 'HEAD': - length = 0 - - return length - - def _init_decoder(self): - """ - Set-up the _decoder attribute if necessary. - """ - # Note: content-encoding value should be case-insensitive, per RFC 7230 - # Section 3.2 - content_encoding = self.headers.get('content-encoding', '').lower() - if self._decoder is None: - if content_encoding in self.CONTENT_DECODERS: - self._decoder = _get_decoder(content_encoding) - elif ',' in content_encoding: - encodings = [ - e.strip() for e in content_encoding.split(',') - if e.strip() in self.CONTENT_DECODERS] - if len(encodings): - self._decoder = _get_decoder(content_encoding) - - DECODER_ERROR_CLASSES = (IOError, zlib.error) - if brotli is not None: - DECODER_ERROR_CLASSES += (brotli.error,) - - def _decode(self, data, decode_content, flush_decoder): - """ - Decode the data passed in and potentially flush the decoder. - """ - if not decode_content: - return data - - try: - if self._decoder: - data = self._decoder.decompress(data) - except self.DECODER_ERROR_CLASSES as e: - content_encoding = self.headers.get('content-encoding', '').lower() - raise DecodeError( - "Received response with content-encoding: %s, but " - "failed to decode it." % content_encoding, e) - if flush_decoder: - data += self._flush_decoder() - - return data - - def _flush_decoder(self): - """ - Flushes the decoder. Should only be called if the decoder is actually - being used. - """ - if self._decoder: - buf = self._decoder.decompress(b'') - return buf + self._decoder.flush() - - return b'' - - @contextmanager - def _error_catcher(self): - """ - Catch low-level python exceptions, instead re-raising urllib3 - variants, so that low-level exceptions are not leaked in the - high-level api. - - On exit, release the connection back to the pool. - """ - clean_exit = False - - try: - try: - yield - - except SocketTimeout: - # FIXME: Ideally we'd like to include the url in the ReadTimeoutError but - # there is yet no clean way to get at it from this context. - raise ReadTimeoutError(self._pool, None, 'Read timed out.') - - except BaseSSLError as e: - # FIXME: Is there a better way to differentiate between SSLErrors? - if 'read operation timed out' not in str(e): # Defensive: - # This shouldn't happen but just in case we're missing an edge - # case, let's avoid swallowing SSL errors. - raise - - raise ReadTimeoutError(self._pool, None, 'Read timed out.') - - except (HTTPException, SocketError) as e: - # This includes IncompleteRead. - raise ProtocolError('Connection broken: %r' % e, e) - - # If no exception is thrown, we should avoid cleaning up - # unnecessarily. - clean_exit = True - finally: - # If we didn't terminate cleanly, we need to throw away our - # connection. - if not clean_exit: - # The response may not be closed but we're not going to use it - # anymore so close it now to ensure that the connection is - # released back to the pool. - if self._original_response: - self._original_response.close() - - # Closing the response may not actually be sufficient to close - # everything, so if we have a hold of the connection close that - # too. - if self._connection: - self._connection.close() - - # If we hold the original response but it's closed now, we should - # return the connection back to the pool. - if self._original_response and self._original_response.isclosed(): - self.release_conn() - - def read(self, amt=None, decode_content=None, cache_content=False): - """ - Similar to :meth:`httplib.HTTPResponse.read`, but with two additional - parameters: ``decode_content`` and ``cache_content``. - - :param amt: - How much of the content to read. If specified, caching is skipped - because it doesn't make sense to cache partial content as the full - response. - - :param decode_content: - If True, will attempt to decode the body based on the - 'content-encoding' header. - - :param cache_content: - If True, will save the returned data such that the same result is - returned despite of the state of the underlying file object. This - is useful if you want the ``.data`` property to continue working - after having ``.read()`` the file object. (Overridden if ``amt`` is - set.) - """ - self._init_decoder() - if decode_content is None: - decode_content = self.decode_content - - if self._fp is None: - return - - flush_decoder = False - data = None - - with self._error_catcher(): - if amt is None: - # cStringIO doesn't like amt=None - data = self._fp.read() - flush_decoder = True - else: - cache_content = False - data = self._fp.read(amt) - if amt != 0 and not data: # Platform-specific: Buggy versions of Python. - # Close the connection when no data is returned - # - # This is redundant to what httplib/http.client _should_ - # already do. However, versions of python released before - # December 15, 2012 (http://bugs.python.org/issue16298) do - # not properly close the connection in all cases. There is - # no harm in redundantly calling close. - self._fp.close() - flush_decoder = True - if self.enforce_content_length and self.length_remaining not in (0, None): - # This is an edge case that httplib failed to cover due - # to concerns of backward compatibility. We're - # addressing it here to make sure IncompleteRead is - # raised during streaming, so all calls with incorrect - # Content-Length are caught. - raise IncompleteRead(self._fp_bytes_read, self.length_remaining) - - if data: - self._fp_bytes_read += len(data) - if self.length_remaining is not None: - self.length_remaining -= len(data) - - data = self._decode(data, decode_content, flush_decoder) - - if cache_content: - self._body = data - - return data - - def stream(self, amt=2**16, decode_content=None): - """ - A generator wrapper for the read() method. A call will block until - ``amt`` bytes have been read from the connection or until the - connection is closed. - - :param amt: - How much of the content to read. The generator will return up to - much data per iteration, but may return less. This is particularly - likely when using compressed data. However, the empty string will - never be returned. - - :param decode_content: - If True, will attempt to decode the body based on the - 'content-encoding' header. - """ - if self.chunked and self.supports_chunked_reads(): - for line in self.read_chunked(amt, decode_content=decode_content): - yield line - else: - while not is_fp_closed(self._fp): - data = self.read(amt=amt, decode_content=decode_content) - - if data: - yield data - - @classmethod - def from_httplib(ResponseCls, r, **response_kw): - """ - Given an :class:`httplib.HTTPResponse` instance ``r``, return a - corresponding :class:`urllib3.response.HTTPResponse` object. - - Remaining parameters are passed to the HTTPResponse constructor, along - with ``original_response=r``. - """ - headers = r.msg - - if not isinstance(headers, HTTPHeaderDict): - if PY3: - headers = HTTPHeaderDict(headers.items()) - else: - # Python 2.7 - headers = HTTPHeaderDict.from_httplib(headers) - - # HTTPResponse objects in Python 3 don't have a .strict attribute - strict = getattr(r, 'strict', 0) - resp = ResponseCls(body=r, - headers=headers, - status=r.status, - version=r.version, - reason=r.reason, - strict=strict, - original_response=r, - **response_kw) - return resp - - # Backwards-compatibility methods for httplib.HTTPResponse - def getheaders(self): - return self.headers - - def getheader(self, name, default=None): - return self.headers.get(name, default) - - # Backwards compatibility for http.cookiejar - def info(self): - return self.headers - - # Overrides from io.IOBase - def close(self): - if not self.closed: - self._fp.close() - - if self._connection: - self._connection.close() - - @property - def closed(self): - if self._fp is None: - return True - elif hasattr(self._fp, 'isclosed'): - return self._fp.isclosed() - elif hasattr(self._fp, 'closed'): - return self._fp.closed - else: - return True - - def fileno(self): - if self._fp is None: - raise IOError("HTTPResponse has no file to get a fileno from") - elif hasattr(self._fp, "fileno"): - return self._fp.fileno() - else: - raise IOError("The file-like object this HTTPResponse is wrapped " - "around has no file descriptor") - - def flush(self): - if self._fp is not None and hasattr(self._fp, 'flush'): - return self._fp.flush() - - def readable(self): - # This method is required for `io` module compatibility. - return True - - def readinto(self, b): - # This method is required for `io` module compatibility. - temp = self.read(len(b)) - if len(temp) == 0: - return 0 - else: - b[:len(temp)] = temp - return len(temp) - - def supports_chunked_reads(self): - """ - Checks if the underlying file-like object looks like a - httplib.HTTPResponse object. We do this by testing for the fp - attribute. If it is present we assume it returns raw chunks as - processed by read_chunked(). - """ - return hasattr(self._fp, 'fp') - - def _update_chunk_length(self): - # First, we'll figure out length of a chunk and then - # we'll try to read it from socket. - if self.chunk_left is not None: - return - line = self._fp.fp.readline() - line = line.split(b';', 1)[0] - try: - self.chunk_left = int(line, 16) - except ValueError: - # Invalid chunked protocol response, abort. - self.close() - raise httplib.IncompleteRead(line) - - def _handle_chunk(self, amt): - returned_chunk = None - if amt is None: - chunk = self._fp._safe_read(self.chunk_left) - returned_chunk = chunk - self._fp._safe_read(2) # Toss the CRLF at the end of the chunk. - self.chunk_left = None - elif amt < self.chunk_left: - value = self._fp._safe_read(amt) - self.chunk_left = self.chunk_left - amt - returned_chunk = value - elif amt == self.chunk_left: - value = self._fp._safe_read(amt) - self._fp._safe_read(2) # Toss the CRLF at the end of the chunk. - self.chunk_left = None - returned_chunk = value - else: # amt > self.chunk_left - returned_chunk = self._fp._safe_read(self.chunk_left) - self._fp._safe_read(2) # Toss the CRLF at the end of the chunk. - self.chunk_left = None - return returned_chunk - - def read_chunked(self, amt=None, decode_content=None): - """ - Similar to :meth:`HTTPResponse.read`, but with an additional - parameter: ``decode_content``. - - :param amt: - How much of the content to read. If specified, caching is skipped - because it doesn't make sense to cache partial content as the full - response. - - :param decode_content: - If True, will attempt to decode the body based on the - 'content-encoding' header. - """ - self._init_decoder() - # FIXME: Rewrite this method and make it a class with a better structured logic. - if not self.chunked: - raise ResponseNotChunked( - "Response is not chunked. " - "Header 'transfer-encoding: chunked' is missing.") - if not self.supports_chunked_reads(): - raise BodyNotHttplibCompatible( - "Body should be httplib.HTTPResponse like. " - "It should have have an fp attribute which returns raw chunks.") - - with self._error_catcher(): - # Don't bother reading the body of a HEAD request. - if self._original_response and is_response_to_head(self._original_response): - self._original_response.close() - return - - # If a response is already read and closed - # then return immediately. - if self._fp.fp is None: - return - - while True: - self._update_chunk_length() - if self.chunk_left == 0: - break - chunk = self._handle_chunk(amt) - decoded = self._decode(chunk, decode_content=decode_content, - flush_decoder=False) - if decoded: - yield decoded - - if decode_content: - # On CPython and PyPy, we should never need to flush the - # decoder. However, on Jython we *might* need to, so - # lets defensively do it anyway. - decoded = self._flush_decoder() - if decoded: # Platform-specific: Jython. - yield decoded - - # Chunk content ends with \r\n: discard it. - while True: - line = self._fp.fp.readline() - if not line: - # Some sites may not end with '\r\n'. - break - if line == b'\r\n': - break - - # We read everything; close the "file". - if self._original_response: - self._original_response.close() - - def geturl(self): - """ - Returns the URL that was the source of this response. - If the request that generated this response redirected, this method - will return the final redirect location. - """ - if self.retries is not None and len(self.retries.history): - return self.retries.history[-1].redirect_location - else: - return self._request_url - - def __iter__(self): - buffer = [b""] - for chunk in self.stream(decode_content=True): - if b"\n" in chunk: - chunk = chunk.split(b"\n") - yield b"".join(buffer) + chunk[0] + b"\n" - for x in chunk[1:-1]: - yield x + b"\n" - if chunk[-1]: - buffer = [chunk[-1]] - else: - buffer = [] - else: - buffer.append(chunk) - if buffer: - yield b"".join(buffer) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py deleted file mode 100644 index 2914bb4..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py +++ /dev/null @@ -1,56 +0,0 @@ -from __future__ import absolute_import -# For backwards compatibility, provide imports that used to be here. -from .connection import is_connection_dropped -from .request import make_headers -from .response import is_fp_closed -from .ssl_ import ( - SSLContext, - HAS_SNI, - IS_PYOPENSSL, - IS_SECURETRANSPORT, - assert_fingerprint, - resolve_cert_reqs, - resolve_ssl_version, - ssl_wrap_socket, - PROTOCOL_TLS, -) -from .timeout import ( - current_time, - Timeout, -) - -from .retry import Retry -from .url import ( - get_host, - parse_url, - split_first, - Url, -) -from .wait import ( - wait_for_read, - wait_for_write -) - -__all__ = ( - 'HAS_SNI', - 'IS_PYOPENSSL', - 'IS_SECURETRANSPORT', - 'SSLContext', - 'PROTOCOL_TLS', - 'Retry', - 'Timeout', - 'Url', - 'assert_fingerprint', - 'current_time', - 'is_connection_dropped', - 'is_fp_closed', - 'get_host', - 'parse_url', - 'make_headers', - 'resolve_cert_reqs', - 'resolve_ssl_version', - 'split_first', - 'ssl_wrap_socket', - 'wait_for_read', - 'wait_for_write' -) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index d59da7115c9eb90f59cdb433e075b517e70692df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 980 zcmZ9K-EPw`6vvacY5I|VuUoe<K;o(rqZbGX5JHS;5|gI3YPt)2V`YuEMYEG&J1gT2 zcoTRf-*UBA;EHoR!6p*rC!cd1`+xrSX{*(6;Q9V$K;Kpz=NASKpArNg;8Q;Uu@k%8 z5iW6ECoaWhUJ_+ew&Mz~2#<Jn?D4AbiEqbMUK4dv7Y))7P0|zr2}FyuM4Pllhjc`j zbVZN!>|CGs#efXN2HCK2jSs~p*|g(2-x4D-65C{3?2sL?OLlF(!5@h|vL_ys#}GHk zlQ;;SaqAY;I%C&#qBE88LNl6(Jd^s?y~__1MORsxvXxG<l*Tg4a~8u7frzdcy<}0$ zq{0{`p67JMGX?d!X@ud)VU}w4RU7})K}f^tu?dbtI{!SIA5EcZ`VfUjho_69<>Fu( z&S#6I=|@U2sp)x=UND)<B-N%T8ECs^bcGekz9=*Jn^KC?Yfu2<Ob3ItjB={7)fLkw zm@j6_+2QPjE>FU7$pouHN|tJ>6TytX1ZIT>@!o=Ic{8q<+6B|}GE>^r^GGU23&~AW z<vc-267uC!$ziG1I>J;YK~EH$_P=l~6V1j$Sp)xM9f9{o`iKsqkLV#b5luuF0k_JL zRm1?Xf$$IkqJ<bD+K4U02rwN#H4RG73tdP?sl<C|8uv$Lmo+}PRxqXQf~E%U<yi_w z<94QkzTGMOPqh_yzrEcVn=n2)2;SW($8L-#(L>vwDT8efy0EgbTT?-w?!_CQ(ui|P ze>(CR)GdC0oM@3x@+99+Ql+83|1Ei)t=Z)(Oxh35JdHCsfqi&#_Ht6_gik0<QaBX) gBEK=UcOr`m&feoaR_J+93S4}jH@jZoj;dYn4;?}SbN~PV diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc deleted file mode 100644 index d91e3aca8b6485853938f0f65d3080aa19b7ee4d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3153 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 ANB{r; diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc deleted file mode 100644 index 1f2e35d75a4fb20832964d8c389c72594ddb96ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1025 zcmZ`&O>fgc5Z(3Kj*}*Bq2)*T&;)^yKtfOnBrYfdRUGhTWxSi>u>Q!}E)eC`T=*Bw zF@I^VoO<NSiJ6TYS*;jpp60{a_hxqeX*3!TuwO4u_#aBhZ%n%8LUImXy#)|NP(>ml z9KjULoXDXVyNYFQ<WeG?xu?hWD?jSJBf=B@nh0OIbN`w}fuI*8?A^jiWP0lWhSabs z{jsISTQstf3AVb%AUOxG9s@`cQ9&X{P~oge#H2f;f(ds`BX36)`JyKR==DS&s0OD0 zKAjaG?a|2B8ph~vz^g-mn%vM0SrP6CazVCq8ZvW`6iUgYPK&%Uo{*qWd+=@O7`KvY zW+>khJ%q~N*ONLcCuLfmrFm7yN}Vm!=f!vV^%)ke^DCK)LQfj4RQl!Vq^VOiu|to` zpT^^9p4JB_$LgfZqrLL6?Ir)!j~BS2D>5h7uwUJSRO7XUj>eW@O6FGP4n|n>`Jzgf z5=U<dk2{36d5;k<!*1*t0_3})E4rcZ24H8F7btN<#*fPq#%&e2X)Uw65?o$3^@EOp z!;S!GCGZ^ghVlNw?7)_ObC;NvMHx~%_kF%gS)al=?Z90=XidYw1f1t_COJ0)&a*-^ z3gaQ?izZgPj>etoBLrN7K0$bdfG?o~xM%GHpxi0|2x!2DEMT@8_BGZ_P{zr(_)=CH z*Bd=-(=q%P<E*%XhFvN9@cD`H>{E_Td6PGl6s<&CwWoIYtsHyV!OPt!uW*YM$_eO@ J4jtbK*gx`#()|Dc diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc deleted file mode 100644 index af25e2643d57c34b0a05227f897976540d410304..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3307 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc deleted file mode 100644 index c40d74226ef1ee090039014283c0d1065e3916d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1950 zcmZWqO>g8h7`BtlOqx!+ODiO_Ld8OWG!mU6t&m`}LX@Ra5u#MI%SR7QJ+U*B*7;c5 zX*(soP%a$!5ABf~zb98t{R>>+wUc3|Y)1aJ->>I+-+8gJ5+L|~`*b~g0<*u&V)1ie z@i{bQI))e)D8)w@BjzwyIH`N&*|{e=Y4@lL^A79&ijI1$$9x!lw!{J$m)P<F8uaf$ z3L4=05gn^sl$wW0TI5pS8$GbUJk`1gBa!e-!*XqxQ^w^!l`6?5J5uH{!bU{<nYj<` zIW#4py9z3Fi|)`5=m2?0<Fi0+U}Szjq0IRaUHKI{brw#aJvi;dsmt)0zi{Jt@rL%8 zbAx}u41+iBl@17e&!;>(Q{-aG^^{9O$s{@F8Hp3YH$`&BNj^U1ktT^Ek;oNi!@#~9 z6;#sHoQ~|;$U2<z*B|PfL`KKZUfa7GyvXQSa02^`YcA6y<Nv9Tiv>l4PVFbE(OR!= zYb}#8MBPTR?za0*T-3q$RFus=#N7p({y?%15&ip%Eu9uyMN(`gnbK5<&8y^-{DMzE zHk-DE;4aJMRw;!@#!t6Ooro>TRgq_k4~tpdPgEEiT#ffV1J)DhkngwwUd3I<ar|a< z`*xJ8aQXo04s4iakv@lsMit<D>fAVLLjz{Fp6*oW2H#<WkM35Mp*QYzGxwMabKvZ? zTRHL=Skk*g>bP=l(6tA$JnieH7^K0O2Y0ZFD_2S#RJd|k=XVD%cLDP*-3QWH9JZC> zQZL{x1esdCDl(<#oQyfJK$TI%m5NItW&{AY@EfFeF14f)yysbzml?pw8R3TFio`Nc z36P0E5KEy+9^0po19J^6g}%)|>P0SretAarXL<_5(}(<OZ5oj#nUtZ;IhRR1Yxp$M zvx3j%j>w5gL4a|%dw9724VX?R{A4as(nN7ZTA+vgGUA0!0OsNAnfi*<U%fKFb&yJ+ zId~1JU}ACgF25`wMIZum?XBhy$t2h0=Z~(3b&v5F?x?+bdBSyA(3!|78#wY2(4k%_ zvnIMBqnZwu>mY%e0ffyWUiVt5_40yK_0l0Y-ljsF%arQcGqI?9AfH06Sl*@pKmww5 z-5Jj`SGB9Ol!l9tT)j59)&}_)Hsu?}nqF(2O`)b+G5c>)OPa8G20qxr_5mEJx1mFi z`?!m{|8yY_`i_S^*N5y_#UA8`+<@~3Ibmw13(e-ldoY3Og@Et4!rCzTtqSVYnR9?D zeCyspKA1UFtv_wd|5vpdw!JL5vUH<{dNzN7%c`L=CA&M@Uv5fnZ#Bs6(u@gUgn9n5 zOe_&&vRxEA*#xT6oHyVoRJth7vW686=j@t{A^}kuJ>cDUt@0CV>b>!@_Kfy{SNFmc z3T@8hn%Q-e43H^{g3EzZ`*W-7ZhOhpumu3tp%TsSggUoCd<|EW`5Qq?T^wKtwE<*r z5Y#~!#-%PL4?}69eY954=nN7<4OMbEO!ITDqz4Cb9lAPrl@FF6wv1Wati%N}SgR}} Z{AX#-O2I!f|7FVj85`*PuK$kz{=Z`W7>NJ? diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc deleted file mode 100644 index e20b31407a6097c8a659d8efac96ab4fc9921b3a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12901 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 Jf3DG=`QOOOEO!6^ diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc deleted file mode 100644 index f9b0306017e3a03cd7019a6bd52d1d475916c834..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9779 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc deleted file mode 100644 index dc672bcb748922a90144ae455bfbd1d265a6de6e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8781 zcmdT~-EJGl72aJ^6iv&L?Kn;X1jW>eBN0_7H;(he#z9=$aRNB90n2GBpdgpKLviip zE;GB7EW+r8WfUmTJVJovGC;110)2rzK`(m2+g{}riZ<?d&dlsmvg{;nZc2g6;qJ_t zGw0_!Kh*7G#~Kb^e|-Cy&dMu}^AGwm`>Nv0dw6FXxP(sV#?H{)bX^*Iu{W%2R(M>A ztDDuZ8qURY!`f!eb>#e>vssr%WHqeG>YeIdWwUY33FpK5Lno}`X=U?hSh?jik9-Tt zPSc$(`MoTS$GPl8!%?bo+<LBa?fQ*hU%KA8a`pX7x36z>Ha`65>W$kQ>)(2M&54a@ zDARF%EBAAGRjE`>j||f!&C?_b0wO&7s^H6ecxO2-(%E!FXVVMa&5EpU&V`<=$y&b> zR>JB-cXK|R3u_Pg2%70Vce5dngh#^0LkHud;n8pb&lkdD;UYedg-hXad@jnR@I-i$ z=N!lQneY^kPlO&0`|NbyaP0r>sN)FpMFeTmkG96j&!aSHH5vjh^DGmApNO6mq3lPA z427QwpT79xI2Zj?;oB%p<91swqoui)inwTrtYCvg2KmL;TIW`Ul74vc&DOal??Vd) zc|OAIo1pWNpZHr+tr!{?&1X4R$!wG+nZ$fr)>87*vCQ(7<!e_rmRH3x-E6O|$$S2A z6w6kS4%e2OnztKDjHG(itPm?ZgD4n?bXzJFg)$TQfR9<6jK0&^nzM)dZ}wlcBDrX! zy7J3&O~aJAQ_4BY{9X(}_jW}l^E^tngdfMu+{jn{Q07vB*Hm=7>uDmp-C6FEv|}W8 zi1cZ?5kC$8Cz+N<D!0UmSfy>|6D;O_+%A;7F^F);bl8I#X;~Yq5PlM}QCKNuB1&*R zu=p!JHW`e4R*>6?AQadoWJJOsUD3%!Ec-dBRP<Fk<lDtIc`k>eyd^$N=zc*-Zp#ET z27WGjX+D5K+Z9%n#GtRwBYcHDM>2@|kqlP_I{-0Qkoy6Ph}moakO7-^x;>9S8pWV& zypX)(igq^EIqA(jYUjHnoSB780+Vo?Rnd=AKWDaR>OOs#Q_X5bilKim8jgp;AEskS zA?<4^LZUl<WF6eB1ULv^3z0<bL-q=iE>E6{Y#am<+>0B-NZT$uk+oaFr?lunj}D4D zPfKznrQHllvv{*AMk?*WJ$6Nx7H`G)7Tc$VD5FGVX>eEOt<i2l?HvOQgDu?62f(>h zZLI}*yw;Cmx%S4n^S#%@3vZu)^TJze*Q4HALFJ|R!ubpDb~~+t97$K7h71r88396* zDA!hqn84WhxZtvV+OsP8LHZ*r`%%j4$$Ur3gk+q_V4O$WrO~rbrGP`m{LCPE0d9r! zXcd?GECld9dY$!I>z`Vg1qEXU|4&NYr##lj(>2#>31kCu7NHT~c17P0@)RgevDNSQ z5gHk(*qINyBE{ITisPtvo&>36K2}K~L=gC3W8)@n>##V38}DPG34^QRCfodSCa$dC zqRDAY7#XI3VsI$Zp4`<enAlxFT(J|JpLA|~LfpU?fUG$Pqvz~t2$rx9$7T&FQ4+-C zu(ZHIv^5ZyZ{8L_EC4Bg&360|A`7;Gqi-SD2{ld<4uNno%-q3)C{<Cu3!vYY@oLGQ z5&&<o)RO~$8*{9u5rhKq{V<Fuz0u^^JPFpd$PEZ*h&jNPq4cvcV4nD(Cm_j=RP1%o zdG?9MLK<;R6av6Gkd-$h`7vgee3SHfBbL|!7$)7*!$Oc&{~V+!!O2U37A7D_^TRaD z?Yc}K+J+j$VdX~|<rp&X$H=8<j{{&nK%z&yWjZ)Y(T@};_I3er09amO!yrqkB{;%^ zI4$$z9e+0~Bu3K%KSMx|`bFRnSq@1KN$QX>5r#??yd&!8gj)cuGzq~xVy`yKf*#`3 zYv=3)jl(QR6>V`Cq?isK(=lvpR)8FTa{q2AwT$+Jtq!9E$v+2KBq=P}8DILaFLu+h z5?d*z;)rlW04l;IP6L0o`tiXyWyBm4iio;H`CAYpBo+MAc~%*ik$EaX7E5`aIgvQC z<L3d4`3#t6W1HPiWblK6lG$2EruBd-Ci|i>y)WaPy^hO$=L_dPN{%nR`%cH@Z<WyF zZ@7bJZdl=Ol@N0~)zCrFP+gzSn>aPC5;M~|cADng^h9UdkE0O9kIg!#^^To8*P+RZ z3cTrJC(C`6+h@({w3^Ad&kt1{Gt?1WzH-!YeEjp$T0R`DjiS-3QG#`G{OTlnE8UTU z3v`p;9q2bq)tUjuH3YYK%@_&dJJ{$@H12eM2Z9;x;JAzYH#xqcZK-9a1TH-`FB;F` z%`$rtgV4<(i#_)a<aGy9x>Lcs+OM7_*?8-dpP$W&^5!fOFgo-_8nBQsYC=#|%GHRe z1o?ZXqZU9|9it10=POq&(U=aeFDEdX&UYX+)#(KIlF<ss_1ro%ioZvbrScehR)uDm z7mZ1xe2PC~a380*TUU$V-MvM6cJJ0Rai7kFk$U+)?&cn5RrWmfMqUlQJ@<h-S;*(^ zyL+zd{KiREs!m?Zt9|coL)~#5`op}+eXQzxry-#S?r)vM`^1^N2>R8#uKEL>&&@su zm6wSMD17}i3dBvb=KlrC5SIrsxC=Kxc3!{$WuYqS!C%Q2*#>8P)s!E&J(g{Nk_K@~ z$@muet~J}ji_98Qk6uC}&W2}}m%Gl8C}6LkMF9t(O0mUM3cG}us4@wbWtO49MR1~N z^lIyfuD7*}q254n0%GQ%1AxjX_on0=>}(;AOY~W0sSu)P;$u2Bw<6jCpoJ7367oed z9!eDjMglRIAd!M3QiM;(z_gjXo0ytNm2wq98*-sxah)>VLu-wam-WdNW1N)W5H6!m z^HE%-vBaLN1yo_V7>+5T;29G&#S8JoWzOVXONCd6vl(iV3?Hiks;8qpeZ3-Io`jcl z#bWe<WF2&J4FRMfOO6j}ZkJq}>e7Fj;KaFBa~{rZ>a^+7fp*cf5oHWyNg$_HlESo6 zs%bjMCEN7K1|WhJ*Q`t{L7YwJ_}J4bnc@L#Q0U$`TX<)yxHw1aZp}OCR=tK>_dIvO z#n`PqTBraoaJTkdqq6AfJChd*+yMD~*d0(;%f4t_#0~-<prA{*@fkIeJpW(pn*clb zAk0hd*j|sWyOFEOEk8g`X++9rnQ_v`-I84fO%JNmkn94*DU6bxA~zv#w4`*lRrrsI zH!Dr#3EW5swpW@aO|^kJGhP}n!{iX{AojDY-8Ita7Ua_29i5H?aEkq-B#gGBkR3%I zh*JP!t=lzxb-UU~3Q8kvpsg;a)<=Jw1T+0Lc74+*(Ihnj94<GSO)pdQ+XV+*k&-pE zSIUxDpQh{wXezUyWAvjZ7QD9=Ieq)dVrqIEvN?D+T{RC2!L6U+V>)jHa=>P%4Js-- zZ0(<6UdHCOI5}xl&?+B4IU=9ZmWZf@$i>kZ7D;_v&wpW`MFuJC#{j0`2SpC4w(L`y zjj7f^A)H5mPwwuZG=tu#RY=`G1{>+4Q)sii1RV~tp*}M1K_N0r%^FZDWWr?xucZ{1 zQtAj6o$esFrF>{D%hM5Mf!uxF*Yqi(0(GOFc$89|->0rhnPzd$(X6u04rC(gS;+UG z-sX_HCh~JqSq&Fwq2VI`IA+zxPao45Dfcoh5x78C$fNEaQ73a(XBN4)M;RtRf%Yns zZv>j?%9KLJCOKtZ)v+`jE1e-1?rvLAr9RtS)nv9>ZpnLr9FfaqEyFDKFpc^)6(UIK z3o2HW^htr6xzQO1)nGsaQeThj5_$#;@ncH%c4q_MvbBO7XP~?ucA{tPTiW`nq81?- zMXBa=As8zK&*dcgP!$|wc5M3mH5Tcdwg$k*-{e`VjD7Q-tQ7K7qm=qVrQC6zr_{FM z&yho2vk*)N5;FEjglULp0RS2B7jSPn6>apT2kq{@{kt=GU)b|iLxSj)lCyZj=uo)S zPpQx?M1B|%x4TTYOY6w$Hd&@zgvw5>-jccXN&B)-kBNq{zx}lKQ_^*_p`u<UJs;** zr$ElCv}0NOE9sWqtWLpv^5TYehSp(|A5(AztJ&+?vkE>=Sw6CUTsiN5g+_RL$oyCF z33caG)zCd>PsjH&M)|B{4&LMy)GOE-aA|ISnXvMp{FJ1CG<!zt+z}``+xRghLl0&f zy#(q~Q=(S{FtR1R4fn0BH?Aa9o?FTY@mNDsZ424-haca$u(!+lrzcCI)T%W(uu!zk z+mzxLNkQvCBG<L4X<?x2fKjU8G>krv(X@g_!lCM3GL~aY<!>-M<DWkp4Ww_U@t!<q zwS8djV~QpVVMYH515z8q>nAiKMFMJRj8fl@X6{zV2-G|D9EwM&ha!*HeNp=ozEAh} z@W%$D=|0fUneGExF+1PP#Qc!Twu=8bu%B>a#&pU)R{2ZLK{G+Ngd!zF=4Ns|Mo)`4 zrsZVhGGlF&^cDJ`&W-Nkz(xq1t=a{CRzZ|k5%50-Vizk=BT*-!rTc(L(~$Gcv<Qu1 zQ4tl&5qb{P4KwY&qE}ZCquGMGOZdf9w^I$jmJL)rx`sP&4nC?blw?wn!_S)dts}|? z^g|O;R>ZS*_xGmd@zm(n)h)4J+2+y>znOy<4)QTojMljiSCsX}pTcE+9Hv8Dhenn{ zM#P$JRqn#(7{MthAxg2HpgEn9m7c%Om0@#UyDoXH?!{0<hX4Ba)C%2OrpsZ#y+D>_ z-T3dAl~Fu(PBh%cBhRaU=T#d2_U7Q!REIqx*FNP<PFdHUUEDmWD5IS=I-Ow}j$`zO zrVE`8Rph!;L`|SD4bU<oXjjbZb2K_hm(#TNC|5ERe$$ZaLUo3oy+jxMPlZ0mv~H5z zUDc#}zo1LmZ{iU(oj55Z+I%Dwj~`UM<F$I#a~o&zUaBwEkJgW2biy-9{{k`JALB;} zYHU&3H?8U42$*HGzTgzoMwyH0oTsLhqUbQwc?35?UUk;8a2RjX`a4=k?;<woj@UwF N0YP%1TB|Nr{sZ*!2_gUh diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc deleted file mode 100644 index b36398ce1a3cd867315a8812a3ba3fcdf4a2b734..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7846 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc deleted file mode 100644 index 6660d6fa26bca6a2c833766755ba60990a851634..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3074 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py deleted file mode 100644 index 5ad70b2..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py +++ /dev/null @@ -1,134 +0,0 @@ -from __future__ import absolute_import -import socket -from .wait import NoWayToWaitForSocketError, wait_for_read -from ..contrib import _appengine_environ - - -def is_connection_dropped(conn): # Platform-specific - """ - Returns True if the connection is dropped and should be closed. - - :param conn: - :class:`httplib.HTTPConnection` object. - - Note: For platforms like AppEngine, this will always return ``False`` to - let the platform handle connection recycling transparently for us. - """ - sock = getattr(conn, 'sock', False) - if sock is False: # Platform-specific: AppEngine - return False - if sock is None: # Connection already closed (such as by httplib). - return True - try: - # Returns True if readable, which here means it's been dropped - return wait_for_read(sock, timeout=0.0) - except NoWayToWaitForSocketError: # Platform-specific: AppEngine - return False - - -# This function is copied from socket.py in the Python 2.7 standard -# library test suite. Added to its signature is only `socket_options`. -# One additional modification is that we avoid binding to IPv6 servers -# discovered in DNS if the system doesn't have IPv6 functionality. -def create_connection(address, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, - source_address=None, socket_options=None): - """Connect to *address* and return the socket object. - - Convenience function. Connect to *address* (a 2-tuple ``(host, - port)``) and return the socket object. Passing the optional - *timeout* parameter will set the timeout on the socket instance - before attempting to connect. If no *timeout* is supplied, the - global default timeout setting returned by :func:`getdefaulttimeout` - is used. If *source_address* is set it must be a tuple of (host, port) - for the socket to bind as a source address before making the connection. - An host of '' or port 0 tells the OS to use the default. - """ - - host, port = address - if host.startswith('['): - host = host.strip('[]') - err = None - - # Using the value from allowed_gai_family() in the context of getaddrinfo lets - # us select whether to work with IPv4 DNS records, IPv6 records, or both. - # The original create_connection function always returns all records. - family = allowed_gai_family() - - for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): - af, socktype, proto, canonname, sa = res - sock = None - try: - sock = socket.socket(af, socktype, proto) - - # If provided, set socket level options before connecting. - _set_socket_options(sock, socket_options) - - if timeout is not socket._GLOBAL_DEFAULT_TIMEOUT: - sock.settimeout(timeout) - if source_address: - sock.bind(source_address) - sock.connect(sa) - return sock - - except socket.error as e: - err = e - if sock is not None: - sock.close() - sock = None - - if err is not None: - raise err - - raise socket.error("getaddrinfo returns an empty list") - - -def _set_socket_options(sock, options): - if options is None: - return - - for opt in options: - sock.setsockopt(*opt) - - -def allowed_gai_family(): - """This function is designed to work in the context of - getaddrinfo, where family=socket.AF_UNSPEC is the default and - will perform a DNS search for both IPv6 and IPv4 records.""" - - family = socket.AF_INET - if HAS_IPV6: - family = socket.AF_UNSPEC - return family - - -def _has_ipv6(host): - """ Returns True if the system can bind an IPv6 address. """ - sock = None - has_ipv6 = False - - # App Engine doesn't support IPV6 sockets and actually has a quota on the - # number of sockets that can be used, so just early out here instead of - # creating a socket needlessly. - # See https://github.com/urllib3/urllib3/issues/1446 - if _appengine_environ.is_appengine_sandbox(): - return False - - if socket.has_ipv6: - # has_ipv6 returns true if cPython was compiled with IPv6 support. - # It does not tell us if the system has IPv6 support enabled. To - # determine that we must bind to an IPv6 address. - # https://github.com/shazow/urllib3/pull/611 - # https://bugs.python.org/issue658327 - try: - sock = socket.socket(socket.AF_INET6) - sock.bind((host, 0)) - has_ipv6 = True - except Exception: - pass - - if sock: - sock.close() - return has_ipv6 - - -HAS_IPV6 = _has_ipv6('::1') diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py deleted file mode 100644 index d3d379a..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py +++ /dev/null @@ -1,21 +0,0 @@ -import collections -from ..packages import six -from ..packages.six.moves import queue - -if six.PY2: - # Queue is imported for side effects on MS Windows. See issue #229. - import Queue as _unused_module_Queue # noqa: F401 - - -class LifoQueue(queue.Queue): - def _init(self, _): - self.queue = collections.deque() - - def _qsize(self, len=len): - return len(self.queue) - - def _put(self, item): - self.queue.append(item) - - def _get(self): - return self.queue.pop() diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py deleted file mode 100644 index 280b853..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py +++ /dev/null @@ -1,125 +0,0 @@ -from __future__ import absolute_import -from base64 import b64encode - -from ..packages.six import b, integer_types -from ..exceptions import UnrewindableBodyError - -ACCEPT_ENCODING = 'gzip,deflate' -try: - import brotli as _unused_module_brotli # noqa: F401 -except ImportError: - pass -else: - ACCEPT_ENCODING += ',br' - -_FAILEDTELL = object() - - -def make_headers(keep_alive=None, accept_encoding=None, user_agent=None, - basic_auth=None, proxy_basic_auth=None, disable_cache=None): - """ - Shortcuts for generating request headers. - - :param keep_alive: - If ``True``, adds 'connection: keep-alive' header. - - :param accept_encoding: - Can be a boolean, list, or string. - ``True`` translates to 'gzip,deflate'. - List will get joined by comma. - String will be used as provided. - - :param user_agent: - String representing the user-agent you want, such as - "python-urllib3/0.6" - - :param basic_auth: - Colon-separated username:password string for 'authorization: basic ...' - auth header. - - :param proxy_basic_auth: - Colon-separated username:password string for 'proxy-authorization: basic ...' - auth header. - - :param disable_cache: - If ``True``, adds 'cache-control: no-cache' header. - - Example:: - - >>> make_headers(keep_alive=True, user_agent="Batman/1.0") - {'connection': 'keep-alive', 'user-agent': 'Batman/1.0'} - >>> make_headers(accept_encoding=True) - {'accept-encoding': 'gzip,deflate'} - """ - headers = {} - if accept_encoding: - if isinstance(accept_encoding, str): - pass - elif isinstance(accept_encoding, list): - accept_encoding = ','.join(accept_encoding) - else: - accept_encoding = ACCEPT_ENCODING - headers['accept-encoding'] = accept_encoding - - if user_agent: - headers['user-agent'] = user_agent - - if keep_alive: - headers['connection'] = 'keep-alive' - - if basic_auth: - headers['authorization'] = 'Basic ' + \ - b64encode(b(basic_auth)).decode('utf-8') - - if proxy_basic_auth: - headers['proxy-authorization'] = 'Basic ' + \ - b64encode(b(proxy_basic_auth)).decode('utf-8') - - if disable_cache: - headers['cache-control'] = 'no-cache' - - return headers - - -def set_file_position(body, pos): - """ - If a position is provided, move file to that point. - Otherwise, we'll attempt to record a position for future use. - """ - if pos is not None: - rewind_body(body, pos) - elif getattr(body, 'tell', None) is not None: - try: - pos = body.tell() - except (IOError, OSError): - # This differentiates from None, allowing us to catch - # a failed `tell()` later when trying to rewind the body. - pos = _FAILEDTELL - - return pos - - -def rewind_body(body, body_pos): - """ - Attempt to rewind body to a certain position. - Primarily used for request redirects and retries. - - :param body: - File-like object that supports seek. - - :param int pos: - Position to seek to in file. - """ - body_seek = getattr(body, 'seek', None) - if body_seek is not None and isinstance(body_pos, integer_types): - try: - body_seek(body_pos) - except (IOError, OSError): - raise UnrewindableBodyError("An error occurred when rewinding request " - "body for redirect/retry.") - elif body_pos is _FAILEDTELL: - raise UnrewindableBodyError("Unable to record file position for rewinding " - "request body during a redirect/retry.") - else: - raise ValueError("body_pos must be of type integer, " - "instead it was %s." % type(body_pos)) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py deleted file mode 100644 index 3d54864..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py +++ /dev/null @@ -1,87 +0,0 @@ -from __future__ import absolute_import -from ..packages.six.moves import http_client as httplib - -from ..exceptions import HeaderParsingError - - -def is_fp_closed(obj): - """ - Checks whether a given file-like object is closed. - - :param obj: - The file-like object to check. - """ - - try: - # Check `isclosed()` first, in case Python3 doesn't set `closed`. - # GH Issue #928 - return obj.isclosed() - except AttributeError: - pass - - try: - # Check via the official file-like-object way. - return obj.closed - except AttributeError: - pass - - try: - # Check if the object is a container for another file-like object that - # gets released on exhaustion (e.g. HTTPResponse). - return obj.fp is None - except AttributeError: - pass - - raise ValueError("Unable to determine whether fp is closed.") - - -def assert_header_parsing(headers): - """ - Asserts whether all headers have been successfully parsed. - Extracts encountered errors from the result of parsing headers. - - Only works on Python 3. - - :param headers: Headers to verify. - :type headers: `httplib.HTTPMessage`. - - :raises urllib3.exceptions.HeaderParsingError: - If parsing errors are found. - """ - - # This will fail silently if we pass in the wrong kind of parameter. - # To make debugging easier add an explicit check. - if not isinstance(headers, httplib.HTTPMessage): - raise TypeError('expected httplib.Message, got {0}.'.format( - type(headers))) - - defects = getattr(headers, 'defects', None) - get_payload = getattr(headers, 'get_payload', None) - - unparsed_data = None - if get_payload: - # get_payload is actually email.message.Message.get_payload; - # we're only interested in the result if it's not a multipart message - if not headers.is_multipart(): - payload = get_payload() - - if isinstance(payload, (bytes, str)): - unparsed_data = payload - - if defects or unparsed_data: - raise HeaderParsingError(defects=defects, unparsed_data=unparsed_data) - - -def is_response_to_head(response): - """ - Checks whether the request of a response has been a HEAD-request. - Handles the quirks of AppEngine. - - :param conn: - :type conn: :class:`httplib.HTTPResponse` - """ - # FIXME: Can we do this somehow without accessing private httplib _method? - method = response._method - if isinstance(method, int): # Platform-specific: Appengine - return method == 3 - return method.upper() == 'HEAD' diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py deleted file mode 100644 index 02429ee..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py +++ /dev/null @@ -1,412 +0,0 @@ -from __future__ import absolute_import -import time -import logging -from collections import namedtuple -from itertools import takewhile -import email -import re - -from ..exceptions import ( - ConnectTimeoutError, - MaxRetryError, - ProtocolError, - ReadTimeoutError, - ResponseError, - InvalidHeader, -) -from ..packages import six - - -log = logging.getLogger(__name__) - - -# Data structure for representing the metadata of requests that result in a retry. -RequestHistory = namedtuple('RequestHistory', ["method", "url", "error", - "status", "redirect_location"]) - - -class Retry(object): - """ Retry configuration. - - Each retry attempt will create a new Retry object with updated values, so - they can be safely reused. - - Retries can be defined as a default for a pool:: - - retries = Retry(connect=5, read=2, redirect=5) - http = PoolManager(retries=retries) - response = http.request('GET', 'http://example.com/') - - Or per-request (which overrides the default for the pool):: - - response = http.request('GET', 'http://example.com/', retries=Retry(10)) - - Retries can be disabled by passing ``False``:: - - response = http.request('GET', 'http://example.com/', retries=False) - - Errors will be wrapped in :class:`~urllib3.exceptions.MaxRetryError` unless - retries are disabled, in which case the causing exception will be raised. - - :param int total: - Total number of retries to allow. Takes precedence over other counts. - - Set to ``None`` to remove this constraint and fall back on other - counts. It's a good idea to set this to some sensibly-high value to - account for unexpected edge cases and avoid infinite retry loops. - - Set to ``0`` to fail on the first retry. - - Set to ``False`` to disable and imply ``raise_on_redirect=False``. - - :param int connect: - How many connection-related errors to retry on. - - These are errors raised before the request is sent to the remote server, - which we assume has not triggered the server to process the request. - - Set to ``0`` to fail on the first retry of this type. - - :param int read: - How many times to retry on read errors. - - These errors are raised after the request was sent to the server, so the - request may have side-effects. - - Set to ``0`` to fail on the first retry of this type. - - :param int redirect: - How many redirects to perform. Limit this to avoid infinite redirect - loops. - - A redirect is a HTTP response with a status code 301, 302, 303, 307 or - 308. - - Set to ``0`` to fail on the first retry of this type. - - Set to ``False`` to disable and imply ``raise_on_redirect=False``. - - :param int status: - How many times to retry on bad status codes. - - These are retries made on responses, where status code matches - ``status_forcelist``. - - Set to ``0`` to fail on the first retry of this type. - - :param iterable method_whitelist: - Set of uppercased HTTP method verbs that we should retry on. - - By default, we only retry on methods which are considered to be - idempotent (multiple requests with the same parameters end with the - same state). See :attr:`Retry.DEFAULT_METHOD_WHITELIST`. - - Set to a ``False`` value to retry on any verb. - - :param iterable status_forcelist: - A set of integer HTTP status codes that we should force a retry on. - A retry is initiated if the request method is in ``method_whitelist`` - and the response status code is in ``status_forcelist``. - - By default, this is disabled with ``None``. - - :param float backoff_factor: - A backoff factor to apply between attempts after the second try - (most errors are resolved immediately by a second try without a - delay). urllib3 will sleep for:: - - {backoff factor} * (2 ** ({number of total retries} - 1)) - - seconds. If the backoff_factor is 0.1, then :func:`.sleep` will sleep - for [0.0s, 0.2s, 0.4s, ...] between retries. It will never be longer - than :attr:`Retry.BACKOFF_MAX`. - - By default, backoff is disabled (set to 0). - - :param bool raise_on_redirect: Whether, if the number of redirects is - exhausted, to raise a MaxRetryError, or to return a response with a - response code in the 3xx range. - - :param bool raise_on_status: Similar meaning to ``raise_on_redirect``: - whether we should raise an exception, or return a response, - if status falls in ``status_forcelist`` range and retries have - been exhausted. - - :param tuple history: The history of the request encountered during - each call to :meth:`~Retry.increment`. The list is in the order - the requests occurred. Each list item is of class :class:`RequestHistory`. - - :param bool respect_retry_after_header: - Whether to respect Retry-After header on status codes defined as - :attr:`Retry.RETRY_AFTER_STATUS_CODES` or not. - - :param iterable remove_headers_on_redirect: - Sequence of headers to remove from the request when a response - indicating a redirect is returned before firing off the redirected - request. - """ - - DEFAULT_METHOD_WHITELIST = frozenset([ - 'HEAD', 'GET', 'PUT', 'DELETE', 'OPTIONS', 'TRACE']) - - RETRY_AFTER_STATUS_CODES = frozenset([413, 429, 503]) - - DEFAULT_REDIRECT_HEADERS_BLACKLIST = frozenset(['Authorization']) - - #: Maximum backoff time. - BACKOFF_MAX = 120 - - def __init__(self, total=10, connect=None, read=None, redirect=None, status=None, - method_whitelist=DEFAULT_METHOD_WHITELIST, status_forcelist=None, - backoff_factor=0, raise_on_redirect=True, raise_on_status=True, - history=None, respect_retry_after_header=True, - remove_headers_on_redirect=DEFAULT_REDIRECT_HEADERS_BLACKLIST): - - self.total = total - self.connect = connect - self.read = read - self.status = status - - if redirect is False or total is False: - redirect = 0 - raise_on_redirect = False - - self.redirect = redirect - self.status_forcelist = status_forcelist or set() - self.method_whitelist = method_whitelist - self.backoff_factor = backoff_factor - self.raise_on_redirect = raise_on_redirect - self.raise_on_status = raise_on_status - self.history = history or tuple() - self.respect_retry_after_header = respect_retry_after_header - self.remove_headers_on_redirect = frozenset([ - h.lower() for h in remove_headers_on_redirect]) - - def new(self, **kw): - params = dict( - total=self.total, - connect=self.connect, read=self.read, redirect=self.redirect, status=self.status, - method_whitelist=self.method_whitelist, - status_forcelist=self.status_forcelist, - backoff_factor=self.backoff_factor, - raise_on_redirect=self.raise_on_redirect, - raise_on_status=self.raise_on_status, - history=self.history, - remove_headers_on_redirect=self.remove_headers_on_redirect - ) - params.update(kw) - return type(self)(**params) - - @classmethod - def from_int(cls, retries, redirect=True, default=None): - """ Backwards-compatibility for the old retries format.""" - if retries is None: - retries = default if default is not None else cls.DEFAULT - - if isinstance(retries, Retry): - return retries - - redirect = bool(redirect) and None - new_retries = cls(retries, redirect=redirect) - log.debug("Converted retries value: %r -> %r", retries, new_retries) - return new_retries - - def get_backoff_time(self): - """ Formula for computing the current backoff - - :rtype: float - """ - # We want to consider only the last consecutive errors sequence (Ignore redirects). - consecutive_errors_len = len(list(takewhile(lambda x: x.redirect_location is None, - reversed(self.history)))) - if consecutive_errors_len <= 1: - return 0 - - backoff_value = self.backoff_factor * (2 ** (consecutive_errors_len - 1)) - return min(self.BACKOFF_MAX, backoff_value) - - def parse_retry_after(self, retry_after): - # Whitespace: https://tools.ietf.org/html/rfc7230#section-3.2.4 - if re.match(r"^\s*[0-9]+\s*$", retry_after): - seconds = int(retry_after) - else: - retry_date_tuple = email.utils.parsedate(retry_after) - if retry_date_tuple is None: - raise InvalidHeader("Invalid Retry-After header: %s" % retry_after) - retry_date = time.mktime(retry_date_tuple) - seconds = retry_date - time.time() - - if seconds < 0: - seconds = 0 - - return seconds - - def get_retry_after(self, response): - """ Get the value of Retry-After in seconds. """ - - retry_after = response.getheader("Retry-After") - - if retry_after is None: - return None - - return self.parse_retry_after(retry_after) - - def sleep_for_retry(self, response=None): - retry_after = self.get_retry_after(response) - if retry_after: - time.sleep(retry_after) - return True - - return False - - def _sleep_backoff(self): - backoff = self.get_backoff_time() - if backoff <= 0: - return - time.sleep(backoff) - - def sleep(self, response=None): - """ Sleep between retry attempts. - - This method will respect a server's ``Retry-After`` response header - and sleep the duration of the time requested. If that is not present, it - will use an exponential backoff. By default, the backoff factor is 0 and - this method will return immediately. - """ - - if response: - slept = self.sleep_for_retry(response) - if slept: - return - - self._sleep_backoff() - - def _is_connection_error(self, err): - """ Errors when we're fairly sure that the server did not receive the - request, so it should be safe to retry. - """ - return isinstance(err, ConnectTimeoutError) - - def _is_read_error(self, err): - """ Errors that occur after the request has been started, so we should - assume that the server began processing it. - """ - return isinstance(err, (ReadTimeoutError, ProtocolError)) - - def _is_method_retryable(self, method): - """ Checks if a given HTTP method should be retried upon, depending if - it is included on the method whitelist. - """ - if self.method_whitelist and method.upper() not in self.method_whitelist: - return False - - return True - - def is_retry(self, method, status_code, has_retry_after=False): - """ Is this method/status code retryable? (Based on whitelists and control - variables such as the number of total retries to allow, whether to - respect the Retry-After header, whether this header is present, and - whether the returned status code is on the list of status codes to - be retried upon on the presence of the aforementioned header) - """ - if not self._is_method_retryable(method): - return False - - if self.status_forcelist and status_code in self.status_forcelist: - return True - - return (self.total and self.respect_retry_after_header and - has_retry_after and (status_code in self.RETRY_AFTER_STATUS_CODES)) - - def is_exhausted(self): - """ Are we out of retries? """ - retry_counts = (self.total, self.connect, self.read, self.redirect, self.status) - retry_counts = list(filter(None, retry_counts)) - if not retry_counts: - return False - - return min(retry_counts) < 0 - - def increment(self, method=None, url=None, response=None, error=None, - _pool=None, _stacktrace=None): - """ Return a new Retry object with incremented retry counters. - - :param response: A response object, or None, if the server did not - return a response. - :type response: :class:`~urllib3.response.HTTPResponse` - :param Exception error: An error encountered during the request, or - None if the response was received successfully. - - :return: A new ``Retry`` object. - """ - if self.total is False and error: - # Disabled, indicate to re-raise the error. - raise six.reraise(type(error), error, _stacktrace) - - total = self.total - if total is not None: - total -= 1 - - connect = self.connect - read = self.read - redirect = self.redirect - status_count = self.status - cause = 'unknown' - status = None - redirect_location = None - - if error and self._is_connection_error(error): - # Connect retry? - if connect is False: - raise six.reraise(type(error), error, _stacktrace) - elif connect is not None: - connect -= 1 - - elif error and self._is_read_error(error): - # Read retry? - if read is False or not self._is_method_retryable(method): - raise six.reraise(type(error), error, _stacktrace) - elif read is not None: - read -= 1 - - elif response and response.get_redirect_location(): - # Redirect retry? - if redirect is not None: - redirect -= 1 - cause = 'too many redirects' - redirect_location = response.get_redirect_location() - status = response.status - - else: - # Incrementing because of a server error like a 500 in - # status_forcelist and a the given method is in the whitelist - cause = ResponseError.GENERIC_ERROR - if response and response.status: - if status_count is not None: - status_count -= 1 - cause = ResponseError.SPECIFIC_ERROR.format( - status_code=response.status) - status = response.status - - history = self.history + (RequestHistory(method, url, error, status, redirect_location),) - - new_retry = self.new( - total=total, - connect=connect, read=read, redirect=redirect, status=status_count, - history=history) - - if new_retry.is_exhausted(): - raise MaxRetryError(_pool, url, error or ResponseError(cause)) - - log.debug("Incremented Retry for (url='%s'): %r", url, new_retry) - - return new_retry - - def __repr__(self): - return ('{cls.__name__}(total={self.total}, connect={self.connect}, ' - 'read={self.read}, redirect={self.redirect}, status={self.status})').format( - cls=type(self), self=self) - - -# For backwards compatibility (equivalent to pre-v1.9): -Retry.DEFAULT = Retry(3) diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py deleted file mode 100644 index fbdef65..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py +++ /dev/null @@ -1,392 +0,0 @@ -from __future__ import absolute_import -import errno -import warnings -import hmac -import re - -from binascii import hexlify, unhexlify -from hashlib import md5, sha1, sha256 - -from ..exceptions import SSLError, InsecurePlatformWarning, SNIMissingWarning -from ..packages import six -from ..packages.rfc3986 import abnf_regexp - - -SSLContext = None -HAS_SNI = False -IS_PYOPENSSL = False -IS_SECURETRANSPORT = False - -# Maps the length of a digest to a possible hash function producing this digest -HASHFUNC_MAP = { - 32: md5, - 40: sha1, - 64: sha256, -} - - -def _const_compare_digest_backport(a, b): - """ - Compare two digests of equal length in constant time. - - The digests must be of type str/bytes. - Returns True if the digests match, and False otherwise. - """ - result = abs(len(a) - len(b)) - for l, r in zip(bytearray(a), bytearray(b)): - result |= l ^ r - return result == 0 - - -_const_compare_digest = getattr(hmac, 'compare_digest', - _const_compare_digest_backport) - -# Borrow rfc3986's regular expressions for IPv4 -# and IPv6 addresses for use in is_ipaddress() -_IP_ADDRESS_REGEX = re.compile( - r'^(?:%s|%s|%s)$' % ( - abnf_regexp.IPv4_RE, - abnf_regexp.IPv6_RE, - abnf_regexp.IPv6_ADDRZ_RFC4007_RE - ) -) - -try: # Test for SSL features - import ssl - from ssl import wrap_socket, CERT_REQUIRED - from ssl import HAS_SNI # Has SNI? -except ImportError: - pass - -try: # Platform-specific: Python 3.6 - from ssl import PROTOCOL_TLS - PROTOCOL_SSLv23 = PROTOCOL_TLS -except ImportError: - try: - from ssl import PROTOCOL_SSLv23 as PROTOCOL_TLS - PROTOCOL_SSLv23 = PROTOCOL_TLS - except ImportError: - PROTOCOL_SSLv23 = PROTOCOL_TLS = 2 - - -try: - from ssl import OP_NO_SSLv2, OP_NO_SSLv3, OP_NO_COMPRESSION -except ImportError: - OP_NO_SSLv2, OP_NO_SSLv3 = 0x1000000, 0x2000000 - OP_NO_COMPRESSION = 0x20000 - - -# A secure default. -# Sources for more information on TLS ciphers: -# -# - https://wiki.mozilla.org/Security/Server_Side_TLS -# - https://www.ssllabs.com/projects/best-practices/index.html -# - https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/ -# -# The general intent is: -# - prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE), -# - prefer ECDHE over DHE for better performance, -# - prefer any AES-GCM and ChaCha20 over any AES-CBC for better performance and -# security, -# - prefer AES-GCM over ChaCha20 because hardware-accelerated AES is common, -# - disable NULL authentication, MD5 MACs, DSS, and other -# insecure ciphers for security reasons. -# - NOTE: TLS 1.3 cipher suites are managed through a different interface -# not exposed by CPython (yet!) and are enabled by default if they're available. -DEFAULT_CIPHERS = ':'.join([ - 'ECDHE+AESGCM', - 'ECDHE+CHACHA20', - 'DHE+AESGCM', - 'DHE+CHACHA20', - 'ECDH+AESGCM', - 'DH+AESGCM', - 'ECDH+AES', - 'DH+AES', - 'RSA+AESGCM', - 'RSA+AES', - '!aNULL', - '!eNULL', - '!MD5', - '!DSS', -]) - -try: - from ssl import SSLContext # Modern SSL? -except ImportError: - class SSLContext(object): # Platform-specific: Python 2 - def __init__(self, protocol_version): - self.protocol = protocol_version - # Use default values from a real SSLContext - self.check_hostname = False - self.verify_mode = ssl.CERT_NONE - self.ca_certs = None - self.options = 0 - self.certfile = None - self.keyfile = None - self.ciphers = None - - def load_cert_chain(self, certfile, keyfile): - self.certfile = certfile - self.keyfile = keyfile - - def load_verify_locations(self, cafile=None, capath=None): - self.ca_certs = cafile - - if capath is not None: - raise SSLError("CA directories not supported in older Pythons") - - def set_ciphers(self, cipher_suite): - self.ciphers = cipher_suite - - def wrap_socket(self, socket, server_hostname=None, server_side=False): - warnings.warn( - 'A true SSLContext object is not available. This prevents ' - 'urllib3 from configuring SSL appropriately and may cause ' - 'certain SSL connections to fail. You can upgrade to a newer ' - 'version of Python to solve this. For more information, see ' - 'https://urllib3.readthedocs.io/en/latest/advanced-usage.html' - '#ssl-warnings', - InsecurePlatformWarning - ) - kwargs = { - 'keyfile': self.keyfile, - 'certfile': self.certfile, - 'ca_certs': self.ca_certs, - 'cert_reqs': self.verify_mode, - 'ssl_version': self.protocol, - 'server_side': server_side, - } - return wrap_socket(socket, ciphers=self.ciphers, **kwargs) - - -def assert_fingerprint(cert, fingerprint): - """ - Checks if given fingerprint matches the supplied certificate. - - :param cert: - Certificate as bytes object. - :param fingerprint: - Fingerprint as string of hexdigits, can be interspersed by colons. - """ - - fingerprint = fingerprint.replace(':', '').lower() - digest_length = len(fingerprint) - hashfunc = HASHFUNC_MAP.get(digest_length) - if not hashfunc: - raise SSLError( - 'Fingerprint of invalid length: {0}'.format(fingerprint)) - - # We need encode() here for py32; works on py2 and p33. - fingerprint_bytes = unhexlify(fingerprint.encode()) - - cert_digest = hashfunc(cert).digest() - - if not _const_compare_digest(cert_digest, fingerprint_bytes): - raise SSLError('Fingerprints did not match. Expected "{0}", got "{1}".' - .format(fingerprint, hexlify(cert_digest))) - - -def resolve_cert_reqs(candidate): - """ - Resolves the argument to a numeric constant, which can be passed to - the wrap_socket function/method from the ssl module. - Defaults to :data:`ssl.CERT_NONE`. - If given a string it is assumed to be the name of the constant in the - :mod:`ssl` module or its abbreviation. - (So you can specify `REQUIRED` instead of `CERT_REQUIRED`. - If it's neither `None` nor a string we assume it is already the numeric - constant which can directly be passed to wrap_socket. - """ - if candidate is None: - return CERT_REQUIRED - - if isinstance(candidate, str): - res = getattr(ssl, candidate, None) - if res is None: - res = getattr(ssl, 'CERT_' + candidate) - return res - - return candidate - - -def resolve_ssl_version(candidate): - """ - like resolve_cert_reqs - """ - if candidate is None: - return PROTOCOL_TLS - - if isinstance(candidate, str): - res = getattr(ssl, candidate, None) - if res is None: - res = getattr(ssl, 'PROTOCOL_' + candidate) - return res - - return candidate - - -def create_urllib3_context(ssl_version=None, cert_reqs=None, - options=None, ciphers=None): - """All arguments have the same meaning as ``ssl_wrap_socket``. - - By default, this function does a lot of the same work that - ``ssl.create_default_context`` does on Python 3.4+. It: - - - Disables SSLv2, SSLv3, and compression - - Sets a restricted set of server ciphers - - If you wish to enable SSLv3, you can do:: - - from pip._vendor.urllib3.util import ssl_ - context = ssl_.create_urllib3_context() - context.options &= ~ssl_.OP_NO_SSLv3 - - You can do the same to enable compression (substituting ``COMPRESSION`` - for ``SSLv3`` in the last line above). - - :param ssl_version: - The desired protocol version to use. This will default to - PROTOCOL_SSLv23 which will negotiate the highest protocol that both - the server and your installation of OpenSSL support. - :param cert_reqs: - Whether to require the certificate verification. This defaults to - ``ssl.CERT_REQUIRED``. - :param options: - Specific OpenSSL options. These default to ``ssl.OP_NO_SSLv2``, - ``ssl.OP_NO_SSLv3``, ``ssl.OP_NO_COMPRESSION``. - :param ciphers: - Which cipher suites to allow the server to select. - :returns: - Constructed SSLContext object with specified options - :rtype: SSLContext - """ - context = SSLContext(ssl_version or PROTOCOL_TLS) - - context.set_ciphers(ciphers or DEFAULT_CIPHERS) - - # Setting the default here, as we may have no ssl module on import - cert_reqs = ssl.CERT_REQUIRED if cert_reqs is None else cert_reqs - - if options is None: - options = 0 - # SSLv2 is easily broken and is considered harmful and dangerous - options |= OP_NO_SSLv2 - # SSLv3 has several problems and is now dangerous - options |= OP_NO_SSLv3 - # Disable compression to prevent CRIME attacks for OpenSSL 1.0+ - # (issue #309) - options |= OP_NO_COMPRESSION - - context.options |= options - - context.verify_mode = cert_reqs - if getattr(context, 'check_hostname', None) is not None: # Platform-specific: Python 3.2 - # We do our own verification, including fingerprints and alternative - # hostnames. So disable it here - context.check_hostname = False - return context - - -def ssl_wrap_socket(sock, keyfile=None, certfile=None, cert_reqs=None, - ca_certs=None, server_hostname=None, - ssl_version=None, ciphers=None, ssl_context=None, - ca_cert_dir=None, key_password=None): - """ - All arguments except for server_hostname, ssl_context, and ca_cert_dir have - the same meaning as they do when using :func:`ssl.wrap_socket`. - - :param server_hostname: - When SNI is supported, the expected hostname of the certificate - :param ssl_context: - A pre-made :class:`SSLContext` object. If none is provided, one will - be created using :func:`create_urllib3_context`. - :param ciphers: - A string of ciphers we wish the client to support. - :param ca_cert_dir: - A directory containing CA certificates in multiple separate files, as - supported by OpenSSL's -CApath flag or the capath argument to - SSLContext.load_verify_locations(). - :param key_password: - Optional password if the keyfile is encrypted. - """ - context = ssl_context - if context is None: - # Note: This branch of code and all the variables in it are no longer - # used by urllib3 itself. We should consider deprecating and removing - # this code. - context = create_urllib3_context(ssl_version, cert_reqs, - ciphers=ciphers) - - if ca_certs or ca_cert_dir: - try: - context.load_verify_locations(ca_certs, ca_cert_dir) - except IOError as e: # Platform-specific: Python 2.7 - raise SSLError(e) - # Py33 raises FileNotFoundError which subclasses OSError - # These are not equivalent unless we check the errno attribute - except OSError as e: # Platform-specific: Python 3.3 and beyond - if e.errno == errno.ENOENT: - raise SSLError(e) - raise - - elif ssl_context is None and hasattr(context, 'load_default_certs'): - # try to load OS default certs; works well on Windows (require Python3.4+) - context.load_default_certs() - - # Attempt to detect if we get the goofy behavior of the - # keyfile being encrypted and OpenSSL asking for the - # passphrase via the terminal and instead error out. - if keyfile and key_password is None and _is_key_file_encrypted(keyfile): - raise SSLError("Client private key is encrypted, password is required") - - if certfile: - if key_password is None: - context.load_cert_chain(certfile, keyfile) - else: - context.load_cert_chain(certfile, keyfile, key_password) - - # If we detect server_hostname is an IP address then the SNI - # extension should not be used according to RFC3546 Section 3.1 - # We shouldn't warn the user if SNI isn't available but we would - # not be using SNI anyways due to IP address for server_hostname. - if ((server_hostname is not None and not is_ipaddress(server_hostname)) - or IS_SECURETRANSPORT): - if HAS_SNI and server_hostname is not None: - return context.wrap_socket(sock, server_hostname=server_hostname) - - warnings.warn( - 'An HTTPS request has been made, but the SNI (Server Name ' - 'Indication) extension to TLS is not available on this platform. ' - 'This may cause the server to present an incorrect TLS ' - 'certificate, which can cause validation failures. You can upgrade to ' - 'a newer version of Python to solve this. For more information, see ' - 'https://urllib3.readthedocs.io/en/latest/advanced-usage.html' - '#ssl-warnings', - SNIMissingWarning - ) - - return context.wrap_socket(sock) - - -def is_ipaddress(hostname): - """Detects whether the hostname given is an IPv4 or IPv6 address. - Also detects IPv6 addresses with Zone IDs. - - :param str hostname: Hostname to examine. - :return: True if the hostname is an IP address, False otherwise. - """ - if six.PY3 and isinstance(hostname, bytes): - # IDN A-label bytes are ASCII compatible. - hostname = hostname.decode('ascii') - return _IP_ADDRESS_REGEX.match(hostname) is not None - - -def _is_key_file_encrypted(key_file): - """Detects if a key file is encrypted or not.""" - with open(key_file, 'r') as f: - for line in f: - # Look for Proc-Type: 4,ENCRYPTED - if 'ENCRYPTED' in line: - return True - - return False diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py deleted file mode 100644 index a4d004a..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py +++ /dev/null @@ -1,243 +0,0 @@ -from __future__ import absolute_import -# The default socket timeout, used by httplib to indicate that no timeout was -# specified by the user -from socket import _GLOBAL_DEFAULT_TIMEOUT -import time - -from ..exceptions import TimeoutStateError - -# A sentinel value to indicate that no timeout was specified by the user in -# urllib3 -_Default = object() - - -# Use time.monotonic if available. -current_time = getattr(time, "monotonic", time.time) - - -class Timeout(object): - """ Timeout configuration. - - Timeouts can be defined as a default for a pool:: - - timeout = Timeout(connect=2.0, read=7.0) - http = PoolManager(timeout=timeout) - response = http.request('GET', 'http://example.com/') - - Or per-request (which overrides the default for the pool):: - - response = http.request('GET', 'http://example.com/', timeout=Timeout(10)) - - Timeouts can be disabled by setting all the parameters to ``None``:: - - no_timeout = Timeout(connect=None, read=None) - response = http.request('GET', 'http://example.com/, timeout=no_timeout) - - - :param total: - This combines the connect and read timeouts into one; the read timeout - will be set to the time leftover from the connect attempt. In the - event that both a connect timeout and a total are specified, or a read - timeout and a total are specified, the shorter timeout will be applied. - - Defaults to None. - - :type total: integer, float, or None - - :param connect: - The maximum amount of time to wait for a connection attempt to a server - to succeed. Omitting the parameter will default the connect timeout to - the system default, probably `the global default timeout in socket.py - <http://hg.python.org/cpython/file/603b4d593758/Lib/socket.py#l535>`_. - None will set an infinite timeout for connection attempts. - - :type connect: integer, float, or None - - :param read: - The maximum amount of time to wait between consecutive - read operations for a response from the server. Omitting - the parameter will default the read timeout to the system - default, probably `the global default timeout in socket.py - <http://hg.python.org/cpython/file/603b4d593758/Lib/socket.py#l535>`_. - None will set an infinite timeout. - - :type read: integer, float, or None - - .. note:: - - Many factors can affect the total amount of time for urllib3 to return - an HTTP response. - - For example, Python's DNS resolver does not obey the timeout specified - on the socket. Other factors that can affect total request time include - high CPU load, high swap, the program running at a low priority level, - or other behaviors. - - In addition, the read and total timeouts only measure the time between - read operations on the socket connecting the client and the server, - not the total amount of time for the request to return a complete - response. For most requests, the timeout is raised because the server - has not sent the first byte in the specified time. This is not always - the case; if a server streams one byte every fifteen seconds, a timeout - of 20 seconds will not trigger, even though the request will take - several minutes to complete. - - If your goal is to cut off any request after a set amount of wall clock - time, consider having a second "watcher" thread to cut off a slow - request. - """ - - #: A sentinel object representing the default timeout value - DEFAULT_TIMEOUT = _GLOBAL_DEFAULT_TIMEOUT - - def __init__(self, total=None, connect=_Default, read=_Default): - self._connect = self._validate_timeout(connect, 'connect') - self._read = self._validate_timeout(read, 'read') - self.total = self._validate_timeout(total, 'total') - self._start_connect = None - - def __str__(self): - return '%s(connect=%r, read=%r, total=%r)' % ( - type(self).__name__, self._connect, self._read, self.total) - - @classmethod - def _validate_timeout(cls, value, name): - """ Check that a timeout attribute is valid. - - :param value: The timeout value to validate - :param name: The name of the timeout attribute to validate. This is - used to specify in error messages. - :return: The validated and casted version of the given value. - :raises ValueError: If it is a numeric value less than or equal to - zero, or the type is not an integer, float, or None. - """ - if value is _Default: - return cls.DEFAULT_TIMEOUT - - if value is None or value is cls.DEFAULT_TIMEOUT: - return value - - if isinstance(value, bool): - raise ValueError("Timeout cannot be a boolean value. It must " - "be an int, float or None.") - try: - float(value) - except (TypeError, ValueError): - raise ValueError("Timeout value %s was %s, but it must be an " - "int, float or None." % (name, value)) - - try: - if value <= 0: - raise ValueError("Attempted to set %s timeout to %s, but the " - "timeout cannot be set to a value less " - "than or equal to 0." % (name, value)) - except TypeError: - # Python 3 - raise ValueError("Timeout value %s was %s, but it must be an " - "int, float or None." % (name, value)) - - return value - - @classmethod - def from_float(cls, timeout): - """ Create a new Timeout from a legacy timeout value. - - The timeout value used by httplib.py sets the same timeout on the - connect(), and recv() socket requests. This creates a :class:`Timeout` - object that sets the individual timeouts to the ``timeout`` value - passed to this function. - - :param timeout: The legacy timeout value. - :type timeout: integer, float, sentinel default object, or None - :return: Timeout object - :rtype: :class:`Timeout` - """ - return Timeout(read=timeout, connect=timeout) - - def clone(self): - """ Create a copy of the timeout object - - Timeout properties are stored per-pool but each request needs a fresh - Timeout object to ensure each one has its own start/stop configured. - - :return: a copy of the timeout object - :rtype: :class:`Timeout` - """ - # We can't use copy.deepcopy because that will also create a new object - # for _GLOBAL_DEFAULT_TIMEOUT, which socket.py uses as a sentinel to - # detect the user default. - return Timeout(connect=self._connect, read=self._read, - total=self.total) - - def start_connect(self): - """ Start the timeout clock, used during a connect() attempt - - :raises urllib3.exceptions.TimeoutStateError: if you attempt - to start a timer that has been started already. - """ - if self._start_connect is not None: - raise TimeoutStateError("Timeout timer has already been started.") - self._start_connect = current_time() - return self._start_connect - - def get_connect_duration(self): - """ Gets the time elapsed since the call to :meth:`start_connect`. - - :return: Elapsed time. - :rtype: float - :raises urllib3.exceptions.TimeoutStateError: if you attempt - to get duration for a timer that hasn't been started. - """ - if self._start_connect is None: - raise TimeoutStateError("Can't get connect duration for timer " - "that has not started.") - return current_time() - self._start_connect - - @property - def connect_timeout(self): - """ Get the value to use when setting a connection timeout. - - This will be a positive float or integer, the value None - (never timeout), or the default system timeout. - - :return: Connect timeout. - :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None - """ - if self.total is None: - return self._connect - - if self._connect is None or self._connect is self.DEFAULT_TIMEOUT: - return self.total - - return min(self._connect, self.total) - - @property - def read_timeout(self): - """ Get the value for the read timeout. - - This assumes some time has elapsed in the connection timeout and - computes the read timeout appropriately. - - If self.total is set, the read timeout is dependent on the amount of - time taken by the connect timeout. If the connection time has not been - established, a :exc:`~urllib3.exceptions.TimeoutStateError` will be - raised. - - :return: Value to use for the read timeout. - :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None - :raises urllib3.exceptions.TimeoutStateError: If :meth:`start_connect` - has not yet been called on this object. - """ - if (self.total is not None and - self.total is not self.DEFAULT_TIMEOUT and - self._read is not None and - self._read is not self.DEFAULT_TIMEOUT): - # In case the connect timeout has not yet been established. - if self._start_connect is None: - return self._read - return max(0, min(self.total - self.get_connect_duration(), - self._read)) - elif self.total is not None and self.total is not self.DEFAULT_TIMEOUT: - return max(0, self.total - self.get_connect_duration()) - else: - return self._read diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py deleted file mode 100644 index aefa119..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py +++ /dev/null @@ -1,289 +0,0 @@ -from __future__ import absolute_import -import re -from collections import namedtuple - -from ..exceptions import LocationParseError -from ..packages import six, rfc3986 -from ..packages.rfc3986.exceptions import RFC3986Exception, ValidationError -from ..packages.rfc3986.validators import Validator -from ..packages.rfc3986 import abnf_regexp, normalizers, compat, misc - - -url_attrs = ['scheme', 'auth', 'host', 'port', 'path', 'query', 'fragment'] - -# We only want to normalize urls with an HTTP(S) scheme. -# urllib3 infers URLs without a scheme (None) to be http. -NORMALIZABLE_SCHEMES = ('http', 'https', None) - -# Regex for detecting URLs with schemes. RFC 3986 Section 3.1 -SCHEME_REGEX = re.compile(r"^(?:[a-zA-Z][a-zA-Z0-9+\-]*:|/)") - -PATH_CHARS = abnf_regexp.UNRESERVED_CHARS_SET | abnf_regexp.SUB_DELIMITERS_SET | {':', '@', '/'} -QUERY_CHARS = FRAGMENT_CHARS = PATH_CHARS | {'?'} - - -class Url(namedtuple('Url', url_attrs)): - """ - Data structure for representing an HTTP URL. Used as a return value for - :func:`parse_url`. Both the scheme and host are normalized as they are - both case-insensitive according to RFC 3986. - """ - __slots__ = () - - def __new__(cls, scheme=None, auth=None, host=None, port=None, path=None, - query=None, fragment=None): - if path and not path.startswith('/'): - path = '/' + path - if scheme is not None: - scheme = scheme.lower() - return super(Url, cls).__new__(cls, scheme, auth, host, port, path, - query, fragment) - - @property - def hostname(self): - """For backwards-compatibility with urlparse. We're nice like that.""" - return self.host - - @property - def request_uri(self): - """Absolute path including the query string.""" - uri = self.path or '/' - - if self.query is not None: - uri += '?' + self.query - - return uri - - @property - def netloc(self): - """Network location including host and port""" - if self.port: - return '%s:%d' % (self.host, self.port) - return self.host - - @property - def url(self): - """ - Convert self into a url - - This function should more or less round-trip with :func:`.parse_url`. The - returned url may not be exactly the same as the url inputted to - :func:`.parse_url`, but it should be equivalent by the RFC (e.g., urls - with a blank port will have : removed). - - Example: :: - - >>> U = parse_url('http://google.com/mail/') - >>> U.url - 'http://google.com/mail/' - >>> Url('http', 'username:password', 'host.com', 80, - ... '/path', 'query', 'fragment').url - 'http://username:password@host.com:80/path?query#fragment' - """ - scheme, auth, host, port, path, query, fragment = self - url = u'' - - # We use "is not None" we want things to happen with empty strings (or 0 port) - if scheme is not None: - url += scheme + u'://' - if auth is not None: - url += auth + u'@' - if host is not None: - url += host - if port is not None: - url += u':' + str(port) - if path is not None: - url += path - if query is not None: - url += u'?' + query - if fragment is not None: - url += u'#' + fragment - - return url - - def __str__(self): - return self.url - - -def split_first(s, delims): - """ - .. deprecated:: 1.25 - - Given a string and an iterable of delimiters, split on the first found - delimiter. Return two split parts and the matched delimiter. - - If not found, then the first part is the full input string. - - Example:: - - >>> split_first('foo/bar?baz', '?/=') - ('foo', 'bar?baz', '/') - >>> split_first('foo/bar?baz', '123') - ('foo/bar?baz', '', None) - - Scales linearly with number of delims. Not ideal for large number of delims. - """ - min_idx = None - min_delim = None - for d in delims: - idx = s.find(d) - if idx < 0: - continue - - if min_idx is None or idx < min_idx: - min_idx = idx - min_delim = d - - if min_idx is None or min_idx < 0: - return s, '', None - - return s[:min_idx], s[min_idx + 1:], min_delim - - -def _encode_invalid_chars(component, allowed_chars, encoding='utf-8'): - """Percent-encodes a URI component without reapplying - onto an already percent-encoded component. Based on - rfc3986.normalizers.encode_component() - """ - if component is None: - return component - - # Try to see if the component we're encoding is already percent-encoded - # so we can skip all '%' characters but still encode all others. - percent_encodings = len(normalizers.PERCENT_MATCHER.findall( - compat.to_str(component, encoding))) - - uri_bytes = component.encode('utf-8', 'surrogatepass') - is_percent_encoded = percent_encodings == uri_bytes.count(b'%') - - encoded_component = bytearray() - - for i in range(0, len(uri_bytes)): - # Will return a single character bytestring on both Python 2 & 3 - byte = uri_bytes[i:i+1] - byte_ord = ord(byte) - if ((is_percent_encoded and byte == b'%') - or (byte_ord < 128 and byte.decode() in allowed_chars)): - encoded_component.extend(byte) - continue - encoded_component.extend('%{0:02x}'.format(byte_ord).encode().upper()) - - return encoded_component.decode(encoding) - - -def parse_url(url): - """ - Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is - performed to parse incomplete urls. Fields not provided will be None. - This parser is RFC 3986 compliant. - - :param str url: URL to parse into a :class:`.Url` namedtuple. - - Partly backwards-compatible with :mod:`urlparse`. - - Example:: - - >>> parse_url('http://google.com/mail/') - Url(scheme='http', host='google.com', port=None, path='/mail/', ...) - >>> parse_url('google.com:80') - Url(scheme=None, host='google.com', port=80, path=None, ...) - >>> parse_url('/foo?bar') - Url(scheme=None, host=None, port=None, path='/foo', query='bar', ...) - """ - if not url: - # Empty - return Url() - - is_string = not isinstance(url, six.binary_type) - - # RFC 3986 doesn't like URLs that have a host but don't start - # with a scheme and we support URLs like that so we need to - # detect that problem and add an empty scheme indication. - # We don't get hurt on path-only URLs here as it's stripped - # off and given an empty scheme anyways. - if not SCHEME_REGEX.search(url): - url = "//" + url - - def idna_encode(name): - if name and any([ord(x) > 128 for x in name]): - try: - from pip._vendor import idna - except ImportError: - raise LocationParseError("Unable to parse URL without the 'idna' module") - try: - return idna.encode(name.lower(), strict=True, std3_rules=True) - except idna.IDNAError: - raise LocationParseError(u"Name '%s' is not a valid IDNA label" % name) - return name - - try: - split_iri = misc.IRI_MATCHER.match(compat.to_str(url)).groupdict() - iri_ref = rfc3986.IRIReference( - split_iri['scheme'], split_iri['authority'], - _encode_invalid_chars(split_iri['path'], PATH_CHARS), - _encode_invalid_chars(split_iri['query'], QUERY_CHARS), - _encode_invalid_chars(split_iri['fragment'], FRAGMENT_CHARS) - ) - has_authority = iri_ref.authority is not None - uri_ref = iri_ref.encode(idna_encoder=idna_encode) - except (ValueError, RFC3986Exception): - return six.raise_from(LocationParseError(url), None) - - # rfc3986 strips the authority if it's invalid - if has_authority and uri_ref.authority is None: - raise LocationParseError(url) - - # Only normalize schemes we understand to not break http+unix - # or other schemes that don't follow RFC 3986. - if uri_ref.scheme is None or uri_ref.scheme.lower() in NORMALIZABLE_SCHEMES: - uri_ref = uri_ref.normalize() - - # Validate all URIReference components and ensure that all - # components that were set before are still set after - # normalization has completed. - validator = Validator() - try: - validator.check_validity_of( - *validator.COMPONENT_NAMES - ).validate(uri_ref) - except ValidationError: - return six.raise_from(LocationParseError(url), None) - - # For the sake of backwards compatibility we put empty - # string values for path if there are any defined values - # beyond the path in the URL. - # TODO: Remove this when we break backwards compatibility. - path = uri_ref.path - if not path: - if (uri_ref.query is not None - or uri_ref.fragment is not None): - path = "" - else: - path = None - - # Ensure that each part of the URL is a `str` for - # backwards compatibility. - def to_input_type(x): - if x is None: - return None - elif not is_string and not isinstance(x, six.binary_type): - return x.encode('utf-8') - return x - - return Url( - scheme=to_input_type(uri_ref.scheme), - auth=to_input_type(uri_ref.userinfo), - host=to_input_type(uri_ref.host), - port=int(uri_ref.port) if uri_ref.port is not None else None, - path=to_input_type(path), - query=to_input_type(uri_ref.query), - fragment=to_input_type(uri_ref.fragment) - ) - - -def get_host(url): - """ - Deprecated. Use :func:`parse_url` instead. - """ - p = parse_url(url) - return p.scheme or 'http', p.hostname, p.port diff --git a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py b/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py deleted file mode 100644 index 4db71ba..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py +++ /dev/null @@ -1,150 +0,0 @@ -import errno -from functools import partial -import select -import sys -try: - from time import monotonic -except ImportError: - from time import time as monotonic - -__all__ = ["NoWayToWaitForSocketError", "wait_for_read", "wait_for_write"] - - -class NoWayToWaitForSocketError(Exception): - pass - - -# How should we wait on sockets? -# -# There are two types of APIs you can use for waiting on sockets: the fancy -# modern stateful APIs like epoll/kqueue, and the older stateless APIs like -# select/poll. The stateful APIs are more efficient when you have a lots of -# sockets to keep track of, because you can set them up once and then use them -# lots of times. But we only ever want to wait on a single socket at a time -# and don't want to keep track of state, so the stateless APIs are actually -# more efficient. So we want to use select() or poll(). -# -# Now, how do we choose between select() and poll()? On traditional Unixes, -# select() has a strange calling convention that makes it slow, or fail -# altogether, for high-numbered file descriptors. The point of poll() is to fix -# that, so on Unixes, we prefer poll(). -# -# On Windows, there is no poll() (or at least Python doesn't provide a wrapper -# for it), but that's OK, because on Windows, select() doesn't have this -# strange calling convention; plain select() works fine. -# -# So: on Windows we use select(), and everywhere else we use poll(). We also -# fall back to select() in case poll() is somehow broken or missing. - -if sys.version_info >= (3, 5): - # Modern Python, that retries syscalls by default - def _retry_on_intr(fn, timeout): - return fn(timeout) -else: - # Old and broken Pythons. - def _retry_on_intr(fn, timeout): - if timeout is None: - deadline = float("inf") - else: - deadline = monotonic() + timeout - - while True: - try: - return fn(timeout) - # OSError for 3 <= pyver < 3.5, select.error for pyver <= 2.7 - except (OSError, select.error) as e: - # 'e.args[0]' incantation works for both OSError and select.error - if e.args[0] != errno.EINTR: - raise - else: - timeout = deadline - monotonic() - if timeout < 0: - timeout = 0 - if timeout == float("inf"): - timeout = None - continue - - -def select_wait_for_socket(sock, read=False, write=False, timeout=None): - if not read and not write: - raise RuntimeError("must specify at least one of read=True, write=True") - rcheck = [] - wcheck = [] - if read: - rcheck.append(sock) - if write: - wcheck.append(sock) - # When doing a non-blocking connect, most systems signal success by - # marking the socket writable. Windows, though, signals success by marked - # it as "exceptional". We paper over the difference by checking the write - # sockets for both conditions. (The stdlib selectors module does the same - # thing.) - fn = partial(select.select, rcheck, wcheck, wcheck) - rready, wready, xready = _retry_on_intr(fn, timeout) - return bool(rready or wready or xready) - - -def poll_wait_for_socket(sock, read=False, write=False, timeout=None): - if not read and not write: - raise RuntimeError("must specify at least one of read=True, write=True") - mask = 0 - if read: - mask |= select.POLLIN - if write: - mask |= select.POLLOUT - poll_obj = select.poll() - poll_obj.register(sock, mask) - - # For some reason, poll() takes timeout in milliseconds - def do_poll(t): - if t is not None: - t *= 1000 - return poll_obj.poll(t) - - return bool(_retry_on_intr(do_poll, timeout)) - - -def null_wait_for_socket(*args, **kwargs): - raise NoWayToWaitForSocketError("no select-equivalent available") - - -def _have_working_poll(): - # Apparently some systems have a select.poll that fails as soon as you try - # to use it, either due to strange configuration or broken monkeypatching - # from libraries like eventlet/greenlet. - try: - poll_obj = select.poll() - _retry_on_intr(poll_obj.poll, 0) - except (AttributeError, OSError): - return False - else: - return True - - -def wait_for_socket(*args, **kwargs): - # We delay choosing which implementation to use until the first time we're - # called. We could do it at import time, but then we might make the wrong - # decision if someone goes wild with monkeypatching select.poll after - # we're imported. - global wait_for_socket - if _have_working_poll(): - wait_for_socket = poll_wait_for_socket - elif hasattr(select, "select"): - wait_for_socket = select_wait_for_socket - else: # Platform-specific: Appengine. - wait_for_socket = null_wait_for_socket - return wait_for_socket(*args, **kwargs) - - -def wait_for_read(sock, timeout=None): - """ Waits for reading to be available on a given socket. - Returns True if the socket is readable, or False if the timeout expired. - """ - return wait_for_socket(sock, read=True, timeout=timeout) - - -def wait_for_write(sock, timeout=None): - """ Waits for writing to be available on a given socket. - Returns True if the socket is readable, or False if the timeout expired. - """ - return wait_for_socket(sock, write=True, timeout=timeout) diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/__init__.py b/lib/python3.8/site-packages/pip/_vendor/webencodings/__init__.py deleted file mode 100644 index d21d697..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/webencodings/__init__.py +++ /dev/null @@ -1,342 +0,0 @@ -# coding: utf-8 -""" - - webencodings - ~~~~~~~~~~~~ - - This is a Python implementation of the `WHATWG Encoding standard - <http://encoding.spec.whatwg.org/>`. See README for details. - - :copyright: Copyright 2012 by Simon Sapin - :license: BSD, see LICENSE for details. - -""" - -from __future__ import unicode_literals - -import codecs - -from .labels import LABELS - - -VERSION = '0.5.1' - - -# Some names in Encoding are not valid Python aliases. Remap these. -PYTHON_NAMES = { - 'iso-8859-8-i': 'iso-8859-8', - 'x-mac-cyrillic': 'mac-cyrillic', - 'macintosh': 'mac-roman', - 'windows-874': 'cp874'} - -CACHE = {} - - -def ascii_lower(string): - r"""Transform (only) ASCII letters to lower case: A-Z is mapped to a-z. - - :param string: An Unicode string. - :returns: A new Unicode string. - - This is used for `ASCII case-insensitive - <http://encoding.spec.whatwg.org/#ascii-case-insensitive>`_ - matching of encoding labels. - The same matching is also used, among other things, - for `CSS keywords <http://dev.w3.org/csswg/css-values/#keywords>`_. - - This is different from the :meth:`~py:str.lower` method of Unicode strings - which also affect non-ASCII characters, - sometimes mapping them into the ASCII range: - - >>> keyword = u'Bac\N{KELVIN SIGN}ground' - >>> assert keyword.lower() == u'background' - >>> assert ascii_lower(keyword) != keyword.lower() - >>> assert ascii_lower(keyword) == u'bac\N{KELVIN SIGN}ground' - - """ - # This turns out to be faster than unicode.translate() - return string.encode('utf8').lower().decode('utf8') - - -def lookup(label): - """ - Look for an encoding by its label. - This is the spec’s `get an encoding - <http://encoding.spec.whatwg.org/#concept-encoding-get>`_ algorithm. - Supported labels are listed there. - - :param label: A string. - :returns: - An :class:`Encoding` object, or :obj:`None` for an unknown label. - - """ - # Only strip ASCII whitespace: U+0009, U+000A, U+000C, U+000D, and U+0020. - label = ascii_lower(label.strip('\t\n\f\r ')) - name = LABELS.get(label) - if name is None: - return None - encoding = CACHE.get(name) - if encoding is None: - if name == 'x-user-defined': - from .x_user_defined import codec_info - else: - python_name = PYTHON_NAMES.get(name, name) - # Any python_name value that gets to here should be valid. - codec_info = codecs.lookup(python_name) - encoding = Encoding(name, codec_info) - CACHE[name] = encoding - return encoding - - -def _get_encoding(encoding_or_label): - """ - Accept either an encoding object or label. - - :param encoding: An :class:`Encoding` object or a label string. - :returns: An :class:`Encoding` object. - :raises: :exc:`~exceptions.LookupError` for an unknown label. - - """ - if hasattr(encoding_or_label, 'codec_info'): - return encoding_or_label - - encoding = lookup(encoding_or_label) - if encoding is None: - raise LookupError('Unknown encoding label: %r' % encoding_or_label) - return encoding - - -class Encoding(object): - """Reresents a character encoding such as UTF-8, - that can be used for decoding or encoding. - - .. attribute:: name - - Canonical name of the encoding - - .. attribute:: codec_info - - The actual implementation of the encoding, - a stdlib :class:`~codecs.CodecInfo` object. - See :func:`codecs.register`. - - """ - def __init__(self, name, codec_info): - self.name = name - self.codec_info = codec_info - - def __repr__(self): - return '<Encoding %s>' % self.name - - -#: The UTF-8 encoding. Should be used for new content and formats. -UTF8 = lookup('utf-8') - -_UTF16LE = lookup('utf-16le') -_UTF16BE = lookup('utf-16be') - - -def decode(input, fallback_encoding, errors='replace'): - """ - Decode a single string. - - :param input: A byte string - :param fallback_encoding: - An :class:`Encoding` object or a label string. - The encoding to use if :obj:`input` does note have a BOM. - :param errors: Type of error handling. See :func:`codecs.register`. - :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. - :return: - A ``(output, encoding)`` tuple of an Unicode string - and an :obj:`Encoding`. - - """ - # Fail early if `encoding` is an invalid label. - fallback_encoding = _get_encoding(fallback_encoding) - bom_encoding, input = _detect_bom(input) - encoding = bom_encoding or fallback_encoding - return encoding.codec_info.decode(input, errors)[0], encoding - - -def _detect_bom(input): - """Return (bom_encoding, input), with any BOM removed from the input.""" - if input.startswith(b'\xFF\xFE'): - return _UTF16LE, input[2:] - if input.startswith(b'\xFE\xFF'): - return _UTF16BE, input[2:] - if input.startswith(b'\xEF\xBB\xBF'): - return UTF8, input[3:] - return None, input - - -def encode(input, encoding=UTF8, errors='strict'): - """ - Encode a single string. - - :param input: An Unicode string. - :param encoding: An :class:`Encoding` object or a label string. - :param errors: Type of error handling. See :func:`codecs.register`. - :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. - :return: A byte string. - - """ - return _get_encoding(encoding).codec_info.encode(input, errors)[0] - - -def iter_decode(input, fallback_encoding, errors='replace'): - """ - "Pull"-based decoder. - - :param input: - An iterable of byte strings. - - The input is first consumed just enough to determine the encoding - based on the precense of a BOM, - then consumed on demand when the return value is. - :param fallback_encoding: - An :class:`Encoding` object or a label string. - The encoding to use if :obj:`input` does note have a BOM. - :param errors: Type of error handling. See :func:`codecs.register`. - :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. - :returns: - An ``(output, encoding)`` tuple. - :obj:`output` is an iterable of Unicode strings, - :obj:`encoding` is the :obj:`Encoding` that is being used. - - """ - - decoder = IncrementalDecoder(fallback_encoding, errors) - generator = _iter_decode_generator(input, decoder) - encoding = next(generator) - return generator, encoding - - -def _iter_decode_generator(input, decoder): - """Return a generator that first yields the :obj:`Encoding`, - then yields output chukns as Unicode strings. - - """ - decode = decoder.decode - input = iter(input) - for chunck in input: - output = decode(chunck) - if output: - assert decoder.encoding is not None - yield decoder.encoding - yield output - break - else: - # Input exhausted without determining the encoding - output = decode(b'', final=True) - assert decoder.encoding is not None - yield decoder.encoding - if output: - yield output - return - - for chunck in input: - output = decode(chunck) - if output: - yield output - output = decode(b'', final=True) - if output: - yield output - - -def iter_encode(input, encoding=UTF8, errors='strict'): - """ - “Pull”-based encoder. - - :param input: An iterable of Unicode strings. - :param encoding: An :class:`Encoding` object or a label string. - :param errors: Type of error handling. See :func:`codecs.register`. - :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. - :returns: An iterable of byte strings. - - """ - # Fail early if `encoding` is an invalid label. - encode = IncrementalEncoder(encoding, errors).encode - return _iter_encode_generator(input, encode) - - -def _iter_encode_generator(input, encode): - for chunck in input: - output = encode(chunck) - if output: - yield output - output = encode('', final=True) - if output: - yield output - - -class IncrementalDecoder(object): - """ - “Push”-based decoder. - - :param fallback_encoding: - An :class:`Encoding` object or a label string. - The encoding to use if :obj:`input` does note have a BOM. - :param errors: Type of error handling. See :func:`codecs.register`. - :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. - - """ - def __init__(self, fallback_encoding, errors='replace'): - # Fail early if `encoding` is an invalid label. - self._fallback_encoding = _get_encoding(fallback_encoding) - self._errors = errors - self._buffer = b'' - self._decoder = None - #: The actual :class:`Encoding` that is being used, - #: or :obj:`None` if that is not determined yet. - #: (Ie. if there is not enough input yet to determine - #: if there is a BOM.) - self.encoding = None # Not known yet. - - def decode(self, input, final=False): - """Decode one chunk of the input. - - :param input: A byte string. - :param final: - Indicate that no more input is available. - Must be :obj:`True` if this is the last call. - :returns: An Unicode string. - - """ - decoder = self._decoder - if decoder is not None: - return decoder(input, final) - - input = self._buffer + input - encoding, input = _detect_bom(input) - if encoding is None: - if len(input) < 3 and not final: # Not enough data yet. - self._buffer = input - return '' - else: # No BOM - encoding = self._fallback_encoding - decoder = encoding.codec_info.incrementaldecoder(self._errors).decode - self._decoder = decoder - self.encoding = encoding - return decoder(input, final) - - -class IncrementalEncoder(object): - """ - “Push”-based encoder. - - :param encoding: An :class:`Encoding` object or a label string. - :param errors: Type of error handling. See :func:`codecs.register`. - :raises: :exc:`~exceptions.LookupError` for an unknown encoding label. - - .. method:: encode(input, final=False) - - :param input: An Unicode string. - :param final: - Indicate that no more input is available. - Must be :obj:`True` if this is the last call. - :returns: A byte string. - - """ - def __init__(self, encoding=UTF8, errors='strict'): - encoding = _get_encoding(encoding) - self.encode = encoding.codec_info.incrementalencoder(errors).encode diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index eeef567b2abbf23e6c3a85b1f0b15fd554642c40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9700 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 diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-38.pyc deleted file mode 100644 index d4836c97370dc2fd6a4de6ecedee0cb08ee93d37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3798 zcmeHJOOM+&5O(%qd%e$O^L{kSJKIKCQ!i7CqDYhGP$11^(Mv9ZEOKqGZOI_*>_&&8 zrvm*C{R8c(rylx4Qh?X~3!ln|Y*Cv8Jr}4ySezM-W`^W&M&EC4wrb+{bGRGr-mBIA zmW=uPOEAyGpZ$5RRztNnHFQp4327{&vsgiAv5L;3j;d&&Pos%Gjy3c#w2;Jl1sh0W zQ(+60*hV`GoJSW5?4lAEk;Em1%jn;51xZ}}1g;^8>k2oJ#7%`;=ob3y1KdUyy0gGt zBymsRegzNEhj@q{qDSblz#jVim-lbZp)U?=dr$H|S}jZbPH-2eNrp(;V^4>17Y~_| z|M1~Yzwli=w&rhG`UPu}S(82{)Jo$Keya5jl5G5rl3ssuV7-`=meU4~)qQ6jl2Mjg zhw+%C%H6?`BsgXGz<Pf8%@d1ZY`yyS#mm=+FRi1DS_n^KGGxN^Y;`(0vLUaN?g$3K ztVLL6L+FRLW6-Wadj{<rwE1qwki*%=!X~uIY<<Cjw#m3A<C%<aGQq4q$OyD)F;4l~ zC{9Q^$yk53enL`|oiH1AyxGQ_0gm6UaG=6D70#`2RV#jFE~s#w3I}Ifr?!a8PQ;lF z#bNN}UU$G7y)J-lw>@k1bGz5I9Tzx!rAvDLtd6INeLU7nb=r<27{12(<Y*Ed6Q<_} z)R-4cQyv}&x_C|vv2;9TnA!**krbo7_xbs0N<>Ox8wjZ5rlQ)^_==z*UlzyCSCg?E znhDc+K$oP#x?ov0j3*>@=(3RHDm@6bK^x?2VoqlYZx*DZ6e2Cnw}rHz4?qYzd}-+L zx;AIpcIishc39eW7q(r)wrkjSrEMr|yM=AnwC&N=ifzy?ZF>vbo?+WFY<qLtUSZqg z7s@?ZoNaSX(R#(1=atU<g)`r9<{Qp@?W`WtxJ#0}8M9GlciOO6j@;A$n+)MQWia!% za59Q*06f}|p_ErIuyKVWDhgYkrPC?H6gg0wWnhFE7-0tbEVoP7J&N%lZx)^*Z{lG# zi9!eRRW-%yYJjv^*&Qb+-F6mkJBHhi;kKjQZm?+@;c27|>jafM1F^XoecYw^gxB>* z*Q#3q#a1j5*@a~kBJ^VM(1-#WQNZGi-V!#AhsI$*LS?7tjbYX!$zn<+dqCGK3-|RJ z)hz*SKEFqTTp9*Nq6Ktg{*KmjOFfrvR_DBO&NGugq+3-*zf|;dS%~%Z1itVb(ruy4 z8wr#3mGWgV@D)Yx$O%<;BTCOpMr{0|>hfhl(hJhlx-NP&8^vkfK$$AU%8~9V0H}S{ zD*|OOAa6_vvjeA1ca^VXEQ>b1D2+BxZO!t!8Uejzib1{=r;J3W?o-bOVIZ<DW(gsM zwxenr2+e%~y4`_Lr-2TqOo_HpBfughbm+x~87TpDVlEAZRdw7TZ%&!5VxX7JNJa5e z3vlTbQ!MJ15?78+7YV&<MVRucdPcT}i_o-!4lOi73uS1bI9tC6&8JsQ&!Va+&py3o ziiNfk2lTor7OAPk9eTqQcM372H%&35w<No*Gh#ZRF-b|Biu~$}w#2aPHNCECfV!0U zP_wWt>V=*V?J|-Yd8;67*ruOJv+~Z!+U3K1^;C4y0lh86)RK=oQlTZAs@)&3gyoGS zwIwS8Wpb1mb*d%12@`#HJU~aI$#Fc6Wn}cOG$3?zM=laaw&de66(8|6-b$Ei%%U&z z=7>duI6Wr0Zq~LC()&_tg$XiWe3H1}IIo}DQYbH(Fg~DsQ`|O|_(2=U21y^N(2KPJ zFO-*#VsV$Y1}sV<sV7n#cFyo2ZxmK|QxHn8bQ}shx=_kB3@CjlywFF|Rb78S(8p4; zCmyf&mUttIP?kgyufO{G`O8;_zt-qaa$Y`W&-N#y@&1^MZIZG{JRI6Nf!PV}`%<X> w(OWD&!sx#FDZH=0Y@d$b@#dGK3{8jlEBOt=eizS`ouzaC<3F+kKh}Qx2iAG|wg3PC diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-38.pyc deleted file mode 100644 index ff682f757956ac90e5e99a02571b1d9afa3e0efa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1894 zcmcIl-EJF26rR~#uh-iqvXUxlXeFj8m9UiBB?tsoh-iK;DurBN3L&CeZ9HRp$$ED) zGa-qwxge3Cm%M>}nb+Vk=9Vj7p#sV|yKzZG#2sVJnV+-g|C{6IGc!Jc@$%#OV6jBV zZ+N&mJUDy`Q+0rFvPU@OR!sNkpb9%Xw)*y-P03dzVGa?_fiG7n!C%fT72K~$V(k*{ z@X|TibGggQu$G0#y#q_`i;5`o${9VQAZ4{k%^&>g`wYgh*cVAV<x$dA_5MK|?u%IE zoF8r)h0y1sE0R!#S}@%c*L4&cSU=@Qv8Wf{H`{4;Dx+>sH`&H?%T}Jex5D;MSu5(N z32TK}l;nn+anu%x5>2+=+FWKz2)6xfV{50i#X6~ET<9>06{!9l@<n!P)Rd28oMsRQ z#hc54dmH8kOmzpy5PoAaAqSSKYWgD`k`}q3J2lIc;`CTZGy7C2A$61{TT-SH6uU}G z$jk+iWl->Hy`lSABa5=fQKEDh$BzfmM<Ck!059_yd?yl~%Er~aHl}&4XQ$?Nm>UUl zljxRmfDl@xvI6V15YT-WCawiKXqS!v9o#-AnvAKohUAQn?Fkt>+?mh`-GuYV(j{Kv z?l~D+cs`>q$&ilSpGb%DGTeK`{RGee_hs(kj#tLs5Huh<cEWi`-_p|34Iue%h!g^! zg&CW|id`Z?rwEovvLx*P&%nqXf5>)sciCpjl2kLnBmKaC$iC=Biglt`Fj&JQo%TZ= zwV{%y3?MBK(i|~)rDDFn{d9e6yTv|X-}~3fgN4J#+rsi}1L*?7UTlu&kaDs}Hpz<* zN7m5dG~d5FvNh3kXk$Uf7Plr;LxH%xh$YO=9qSk8@cv=-(19X2rZP>TGH#JXLywGu z`K#H+ks^~hW`K)0%|OJeKQUe#qUfgb)Ob?`fN*@+If@H{ej9%^j+Abv{cLR+W2gdg zZHxLOpMO+o_4VNXG%@wnIE7THHP}qWOes|DD7uywL~D*%RQVPVNXpzd)(CM4csrwC zLhm}XIOI*@cNf&yu}Cg#iT33@k{KlU=B{{KSw&AyGP$+_jQrU+@H__hZg6n=<-Z(5 zo$sSK1`Lk9Q#i)KF;0JmM}-dFC3m1Q9eaUXx{58+9?W9He59I>6wqb=6=gee0o2I5 zKp={8KRgK_l7D=bi@?dvAyypAeQoH-kXpq!->Njh#uIWSEns3jLvCCypc@NggD&HW z6AkUexM2p}je}4cB~W@B`kg6dq0~y=0@=dgJ>2DW^`;p?^Lg(h)SYwfg+E<)j?P-v zU!Lt#Swpj45cI<+34%err*+nBG^U`bt4y@($GuP=ck8L_zG0|3I$!fmIS6>#4g&c$ zYI4D=INC3wx%I4{rBdgO)XWx~x)g^;0-%bG?u~VXa}Yo{&}sFRn&;Io!dWf;P1dlb Wt2rRfZI4>eGH2<W?UlR-9{n5LVdo+M diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-38.pyc deleted file mode 100644 index 966644d51297e7cd384b706c5ab2cc1a3f4305c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5060 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 SdC+pw&N!~LGl6@bllvbnT#R@C diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-38.pyc b/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-38.pyc deleted file mode 100644 index dbbfa216bd337cd58ee362eefa6655e1ce9237e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2628 zcmb_e*?Sa45T9eOY<5EkLB(^tStW_L5)mT-6pwgBJl12}>~zTB>|xI=M??{VC?JCO zU6m**Q9QUW!9T*!mwENcr+U^Gt)9&$0pUSEd%vpbuAZst`qk09Jey5xJhsfAW&hHu zX}_t(^wGqN9wvV`Ge^s7j_w$qUNZ8AuI8p^=FPh`C+5UAX--_2D`O*OKE{%SlVnMf zC2^L-S(0*^SklCj1WOVuNjuFfX%;b-B}ZcUB+D{RmSx#UmSS0o_nMp*5gXA~rX$`g z;vykZBI(T7p3G;Q)_hi&qb(vkrsrokX1|u3Is9unZShzw21L17aoq9>zjKXU^M$k> zG3b_s6Yalz_EA@GSJ`q)RZo;eIVc2frEFCOtzbx4YdVy&jtON}!%AoUv+iQ0x>mX? zhJtRZw=uPDxbFHJtbw&wzguEO{e`Mqj!x0-xkXX-MYpx6fAKua7s9%KS?`j*{w3C6 zMOuys3a;m~>fbpCT22pJYh{<c61L|CLKZx~uc&sW50e)?OuofTXnCE3XE;g6aLi45 z-sE7Ykm>oDlVHG_!gw$1D~1U_kZv(3s?Qrk&ErhHOnwWqKpWN9>FbQZ7-O`@^}d`L zCe(R~e%MkRD#%iyYDb8Ou%&^F9TWyUF>Z!2UwDII+$~pYL6{IyR-`|!$t)}W^PaAt zRPCy|)eg7p2L;dT7<O-~tQJEzD`7<TDp7VSvTJ&1yG{*lXLT(rR&f{SsxuqRG<`S| zx!76X_%|L(<$cbS34TmD$nLU%uqAqOg4G?As$wE%>P+DkChG5=&-2p`Q{U*z=`zNf zjYm98*><^561E+tZM#%)YMz>BZ2N^;!K?4c8Ol<dVhX!yOxctwYO|Sqr8s4z%}7$@ z#VJF**2CnV!)!87;*)t2<LpR;ZOh6<SuX-_Nd&B1dUgccS=B_2Xe*7t95Wq#j>ef{ z^hurfa<K?XndG_5D3)S2Zc5dQWHYlc&NW)_PWMT9d<jzn#5w;w)<k$2(WPu=mQtvW zBNY^N#Lfhka{gkbNO4M+YW+VzwKz(V{{od%iQB-58}kHCGu7-o#iqQ7qOH>43Z^q5 zGjWQ}$y_@FGG|RAm9v*O6f-hv{SRbRP<zx%DwvZ=q;u*RVWvNjqELEVs#ev<K|U=e zQ;tNl$eRmT&0M8VRW2J<>;Gc(5m9j1sJxKBpN80!p^JE99#g}RS`W9J+S_x<Fs3SQ zs@}pjcd8uf?L?j;t0OJL40luZor#apSgnqbsA<YK-7sVEL^9QsZq8&|X0*<1o7F!1 zoO92cbN&SvUUcy#)}@zSe#MnnT|GB<&9(D7I=lG(xbdc&Z@Klh`Q5iKxMSg+J$EhY zUA$!J-S;fJ_rCid=zH*?hac&GbopbCKk;P#si&WL)_$%qP~;nG#gM!5d9PHiR9}#O zP+PTn&D!A?*S+-edV*I7HV|wi7$Mk1@G8M(g4YOMC)h%;m0%me8wA@4-Xz#Tu#?~| zg0~6YA$XVIJ%aZMJ|Osz;3I;M2|gkCl;AT0AV7jqf-!>63BDlMMerrTR|H=Z>?Rl| z_=ezHf;|M^5qwYZ1Hq33dkOXt>?b%taFE~-!C`_U1V;&u5gaG@iQojmNrImVUm@H; zxRG##a1-IHgqsOpBYd533*lD6ZG>+SZYO+`a0lT|!nX+DCVYqRUBdSW-zWTl@I%6n z2tOwLgz!_s&j^7K2}cRX2tOzMf^Zk%mxNyteoeTWaGdZP!fy%p5PnDaJ>d_8KN9XG z+()>d@BraK!b60I36BsSB|JuWobV^Y6ND!Tf6ldrN!xZR#d@C~tOYg6eO{{6sJBQ{ z%~Usv3NI=Isgg8oiY~KdW&VROc@KnXbt4sRS4mZ?2(yjbc%bHbPSj@4R0m;dLH&+d rs4V-}FpFg}Mk?Oc)D~}xx5wHOG2PG;{4?smKN79RU&eZEy_WbJa`FD| diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/labels.py b/lib/python3.8/site-packages/pip/_vendor/webencodings/labels.py deleted file mode 100644 index 29cbf91..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/webencodings/labels.py +++ /dev/null @@ -1,231 +0,0 @@ -""" - - webencodings.labels - ~~~~~~~~~~~~~~~~~~~ - - Map encoding labels to their name. - - :copyright: Copyright 2012 by Simon Sapin - :license: BSD, see LICENSE for details. - -""" - -# XXX Do not edit! -# This file is automatically generated by mklabels.py - -LABELS = { - 'unicode-1-1-utf-8': 'utf-8', - 'utf-8': 'utf-8', - 'utf8': 'utf-8', - '866': 'ibm866', - 'cp866': 'ibm866', - 'csibm866': 'ibm866', - 'ibm866': 'ibm866', - 'csisolatin2': 'iso-8859-2', - 'iso-8859-2': 'iso-8859-2', - 'iso-ir-101': 'iso-8859-2', - 'iso8859-2': 'iso-8859-2', - 'iso88592': 'iso-8859-2', - 'iso_8859-2': 'iso-8859-2', - 'iso_8859-2:1987': 'iso-8859-2', - 'l2': 'iso-8859-2', - 'latin2': 'iso-8859-2', - 'csisolatin3': 'iso-8859-3', - 'iso-8859-3': 'iso-8859-3', - 'iso-ir-109': 'iso-8859-3', - 'iso8859-3': 'iso-8859-3', - 'iso88593': 'iso-8859-3', - 'iso_8859-3': 'iso-8859-3', - 'iso_8859-3:1988': 'iso-8859-3', - 'l3': 'iso-8859-3', - 'latin3': 'iso-8859-3', - 'csisolatin4': 'iso-8859-4', - 'iso-8859-4': 'iso-8859-4', - 'iso-ir-110': 'iso-8859-4', - 'iso8859-4': 'iso-8859-4', - 'iso88594': 'iso-8859-4', - 'iso_8859-4': 'iso-8859-4', - 'iso_8859-4:1988': 'iso-8859-4', - 'l4': 'iso-8859-4', - 'latin4': 'iso-8859-4', - 'csisolatincyrillic': 'iso-8859-5', - 'cyrillic': 'iso-8859-5', - 'iso-8859-5': 'iso-8859-5', - 'iso-ir-144': 'iso-8859-5', - 'iso8859-5': 'iso-8859-5', - 'iso88595': 'iso-8859-5', - 'iso_8859-5': 'iso-8859-5', - 'iso_8859-5:1988': 'iso-8859-5', - 'arabic': 'iso-8859-6', - 'asmo-708': 'iso-8859-6', - 'csiso88596e': 'iso-8859-6', - 'csiso88596i': 'iso-8859-6', - 'csisolatinarabic': 'iso-8859-6', - 'ecma-114': 'iso-8859-6', - 'iso-8859-6': 'iso-8859-6', - 'iso-8859-6-e': 'iso-8859-6', - 'iso-8859-6-i': 'iso-8859-6', - 'iso-ir-127': 'iso-8859-6', - 'iso8859-6': 'iso-8859-6', - 'iso88596': 'iso-8859-6', - 'iso_8859-6': 'iso-8859-6', - 'iso_8859-6:1987': 'iso-8859-6', - 'csisolatingreek': 'iso-8859-7', - 'ecma-118': 'iso-8859-7', - 'elot_928': 'iso-8859-7', - 'greek': 'iso-8859-7', - 'greek8': 'iso-8859-7', - 'iso-8859-7': 'iso-8859-7', - 'iso-ir-126': 'iso-8859-7', - 'iso8859-7': 'iso-8859-7', - 'iso88597': 'iso-8859-7', - 'iso_8859-7': 'iso-8859-7', - 'iso_8859-7:1987': 'iso-8859-7', - 'sun_eu_greek': 'iso-8859-7', - 'csiso88598e': 'iso-8859-8', - 'csisolatinhebrew': 'iso-8859-8', - 'hebrew': 'iso-8859-8', - 'iso-8859-8': 'iso-8859-8', - 'iso-8859-8-e': 'iso-8859-8', - 'iso-ir-138': 'iso-8859-8', - 'iso8859-8': 'iso-8859-8', - 'iso88598': 'iso-8859-8', - 'iso_8859-8': 'iso-8859-8', - 'iso_8859-8:1988': 'iso-8859-8', - 'visual': 'iso-8859-8', - 'csiso88598i': 'iso-8859-8-i', - 'iso-8859-8-i': 'iso-8859-8-i', - 'logical': 'iso-8859-8-i', - 'csisolatin6': 'iso-8859-10', - 'iso-8859-10': 'iso-8859-10', - 'iso-ir-157': 'iso-8859-10', - 'iso8859-10': 'iso-8859-10', - 'iso885910': 'iso-8859-10', - 'l6': 'iso-8859-10', - 'latin6': 'iso-8859-10', - 'iso-8859-13': 'iso-8859-13', - 'iso8859-13': 'iso-8859-13', - 'iso885913': 'iso-8859-13', - 'iso-8859-14': 'iso-8859-14', - 'iso8859-14': 'iso-8859-14', - 'iso885914': 'iso-8859-14', - 'csisolatin9': 'iso-8859-15', - 'iso-8859-15': 'iso-8859-15', - 'iso8859-15': 'iso-8859-15', - 'iso885915': 'iso-8859-15', - 'iso_8859-15': 'iso-8859-15', - 'l9': 'iso-8859-15', - 'iso-8859-16': 'iso-8859-16', - 'cskoi8r': 'koi8-r', - 'koi': 'koi8-r', - 'koi8': 'koi8-r', - 'koi8-r': 'koi8-r', - 'koi8_r': 'koi8-r', - 'koi8-u': 'koi8-u', - 'csmacintosh': 'macintosh', - 'mac': 'macintosh', - 'macintosh': 'macintosh', - 'x-mac-roman': 'macintosh', - 'dos-874': 'windows-874', - 'iso-8859-11': 'windows-874', - 'iso8859-11': 'windows-874', - 'iso885911': 'windows-874', - 'tis-620': 'windows-874', - 'windows-874': 'windows-874', - 'cp1250': 'windows-1250', - 'windows-1250': 'windows-1250', - 'x-cp1250': 'windows-1250', - 'cp1251': 'windows-1251', - 'windows-1251': 'windows-1251', - 'x-cp1251': 'windows-1251', - 'ansi_x3.4-1968': 'windows-1252', - 'ascii': 'windows-1252', - 'cp1252': 'windows-1252', - 'cp819': 'windows-1252', - 'csisolatin1': 'windows-1252', - 'ibm819': 'windows-1252', - 'iso-8859-1': 'windows-1252', - 'iso-ir-100': 'windows-1252', - 'iso8859-1': 'windows-1252', - 'iso88591': 'windows-1252', - 'iso_8859-1': 'windows-1252', - 'iso_8859-1:1987': 'windows-1252', - 'l1': 'windows-1252', - 'latin1': 'windows-1252', - 'us-ascii': 'windows-1252', - 'windows-1252': 'windows-1252', - 'x-cp1252': 'windows-1252', - 'cp1253': 'windows-1253', - 'windows-1253': 'windows-1253', - 'x-cp1253': 'windows-1253', - 'cp1254': 'windows-1254', - 'csisolatin5': 'windows-1254', - 'iso-8859-9': 'windows-1254', - 'iso-ir-148': 'windows-1254', - 'iso8859-9': 'windows-1254', - 'iso88599': 'windows-1254', - 'iso_8859-9': 'windows-1254', - 'iso_8859-9:1989': 'windows-1254', - 'l5': 'windows-1254', - 'latin5': 'windows-1254', - 'windows-1254': 'windows-1254', - 'x-cp1254': 'windows-1254', - 'cp1255': 'windows-1255', - 'windows-1255': 'windows-1255', - 'x-cp1255': 'windows-1255', - 'cp1256': 'windows-1256', - 'windows-1256': 'windows-1256', - 'x-cp1256': 'windows-1256', - 'cp1257': 'windows-1257', - 'windows-1257': 'windows-1257', - 'x-cp1257': 'windows-1257', - 'cp1258': 'windows-1258', - 'windows-1258': 'windows-1258', - 'x-cp1258': 'windows-1258', - 'x-mac-cyrillic': 'x-mac-cyrillic', - 'x-mac-ukrainian': 'x-mac-cyrillic', - 'chinese': 'gbk', - 'csgb2312': 'gbk', - 'csiso58gb231280': 'gbk', - 'gb2312': 'gbk', - 'gb_2312': 'gbk', - 'gb_2312-80': 'gbk', - 'gbk': 'gbk', - 'iso-ir-58': 'gbk', - 'x-gbk': 'gbk', - 'gb18030': 'gb18030', - 'hz-gb-2312': 'hz-gb-2312', - 'big5': 'big5', - 'big5-hkscs': 'big5', - 'cn-big5': 'big5', - 'csbig5': 'big5', - 'x-x-big5': 'big5', - 'cseucpkdfmtjapanese': 'euc-jp', - 'euc-jp': 'euc-jp', - 'x-euc-jp': 'euc-jp', - 'csiso2022jp': 'iso-2022-jp', - 'iso-2022-jp': 'iso-2022-jp', - 'csshiftjis': 'shift_jis', - 'ms_kanji': 'shift_jis', - 'shift-jis': 'shift_jis', - 'shift_jis': 'shift_jis', - 'sjis': 'shift_jis', - 'windows-31j': 'shift_jis', - 'x-sjis': 'shift_jis', - 'cseuckr': 'euc-kr', - 'csksc56011987': 'euc-kr', - 'euc-kr': 'euc-kr', - 'iso-ir-149': 'euc-kr', - 'korean': 'euc-kr', - 'ks_c_5601-1987': 'euc-kr', - 'ks_c_5601-1989': 'euc-kr', - 'ksc5601': 'euc-kr', - 'ksc_5601': 'euc-kr', - 'windows-949': 'euc-kr', - 'csiso2022kr': 'iso-2022-kr', - 'iso-2022-kr': 'iso-2022-kr', - 'utf-16be': 'utf-16be', - 'utf-16': 'utf-16le', - 'utf-16le': 'utf-16le', - 'x-user-defined': 'x-user-defined', -} diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/mklabels.py b/lib/python3.8/site-packages/pip/_vendor/webencodings/mklabels.py deleted file mode 100644 index 295dc92..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/webencodings/mklabels.py +++ /dev/null @@ -1,59 +0,0 @@ -""" - - webencodings.mklabels - ~~~~~~~~~~~~~~~~~~~~~ - - Regenarate the webencodings.labels module. - - :copyright: Copyright 2012 by Simon Sapin - :license: BSD, see LICENSE for details. - -""" - -import json -try: - from urllib import urlopen -except ImportError: - from urllib.request import urlopen - - -def assert_lower(string): - assert string == string.lower() - return string - - -def generate(url): - parts = ['''\ -""" - - webencodings.labels - ~~~~~~~~~~~~~~~~~~~ - - Map encoding labels to their name. - - :copyright: Copyright 2012 by Simon Sapin - :license: BSD, see LICENSE for details. - -""" - -# XXX Do not edit! -# This file is automatically generated by mklabels.py - -LABELS = { -'''] - labels = [ - (repr(assert_lower(label)).lstrip('u'), - repr(encoding['name']).lstrip('u')) - for category in json.loads(urlopen(url).read().decode('ascii')) - for encoding in category['encodings'] - for label in encoding['labels']] - max_len = max(len(label) for label, name in labels) - parts.extend( - ' %s:%s %s,\n' % (label, ' ' * (max_len - len(label)), name) - for label, name in labels) - parts.append('}') - return ''.join(parts) - - -if __name__ == '__main__': - print(generate('http://encoding.spec.whatwg.org/encodings.json')) diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/tests.py b/lib/python3.8/site-packages/pip/_vendor/webencodings/tests.py deleted file mode 100644 index e12c10d..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/webencodings/tests.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 -""" - - webencodings.tests - ~~~~~~~~~~~~~~~~~~ - - A basic test suite for Encoding. - - :copyright: Copyright 2012 by Simon Sapin - :license: BSD, see LICENSE for details. - -""" - -from __future__ import unicode_literals - -from . import (lookup, LABELS, decode, encode, iter_decode, iter_encode, - IncrementalDecoder, IncrementalEncoder, UTF8) - - -def assert_raises(exception, function, *args, **kwargs): - try: - function(*args, **kwargs) - except exception: - return - else: # pragma: no cover - raise AssertionError('Did not raise %s.' % exception) - - -def test_labels(): - assert lookup('utf-8').name == 'utf-8' - assert lookup('Utf-8').name == 'utf-8' - assert lookup('UTF-8').name == 'utf-8' - assert lookup('utf8').name == 'utf-8' - assert lookup('utf8').name == 'utf-8' - assert lookup('utf8 ').name == 'utf-8' - assert lookup(' \r\nutf8\t').name == 'utf-8' - assert lookup('u8') is None # Python label. - assert lookup('utf-8 ') is None # Non-ASCII white space. - - assert lookup('US-ASCII').name == 'windows-1252' - assert lookup('iso-8859-1').name == 'windows-1252' - assert lookup('latin1').name == 'windows-1252' - assert lookup('LATIN1').name == 'windows-1252' - assert lookup('latin-1') is None - assert lookup('LATİN1') is None # ASCII-only case insensitivity. - - -def test_all_labels(): - for label in LABELS: - assert decode(b'', label) == ('', lookup(label)) - assert encode('', label) == b'' - for repeat in [0, 1, 12]: - output, _ = iter_decode([b''] * repeat, label) - assert list(output) == [] - assert list(iter_encode([''] * repeat, label)) == [] - decoder = IncrementalDecoder(label) - assert decoder.decode(b'') == '' - assert decoder.decode(b'', final=True) == '' - encoder = IncrementalEncoder(label) - assert encoder.encode('') == b'' - assert encoder.encode('', final=True) == b'' - # All encoding names are valid labels too: - for name in set(LABELS.values()): - assert lookup(name).name == name - - -def test_invalid_label(): - assert_raises(LookupError, decode, b'\xEF\xBB\xBF\xc3\xa9', 'invalid') - assert_raises(LookupError, encode, 'é', 'invalid') - assert_raises(LookupError, iter_decode, [], 'invalid') - assert_raises(LookupError, iter_encode, [], 'invalid') - assert_raises(LookupError, IncrementalDecoder, 'invalid') - assert_raises(LookupError, IncrementalEncoder, 'invalid') - - -def test_decode(): - assert decode(b'\x80', 'latin1') == ('€', lookup('latin1')) - assert decode(b'\x80', lookup('latin1')) == ('€', lookup('latin1')) - assert decode(b'\xc3\xa9', 'utf8') == ('é', lookup('utf8')) - assert decode(b'\xc3\xa9', UTF8) == ('é', lookup('utf8')) - assert decode(b'\xc3\xa9', 'ascii') == ('é', lookup('ascii')) - assert decode(b'\xEF\xBB\xBF\xc3\xa9', 'ascii') == ('é', lookup('utf8')) # UTF-8 with BOM - - assert decode(b'\xFE\xFF\x00\xe9', 'ascii') == ('é', lookup('utf-16be')) # UTF-16-BE with BOM - assert decode(b'\xFF\xFE\xe9\x00', 'ascii') == ('é', lookup('utf-16le')) # UTF-16-LE with BOM - assert decode(b'\xFE\xFF\xe9\x00', 'ascii') == ('\ue900', lookup('utf-16be')) - assert decode(b'\xFF\xFE\x00\xe9', 'ascii') == ('\ue900', lookup('utf-16le')) - - assert decode(b'\x00\xe9', 'UTF-16BE') == ('é', lookup('utf-16be')) - assert decode(b'\xe9\x00', 'UTF-16LE') == ('é', lookup('utf-16le')) - assert decode(b'\xe9\x00', 'UTF-16') == ('é', lookup('utf-16le')) - - assert decode(b'\xe9\x00', 'UTF-16BE') == ('\ue900', lookup('utf-16be')) - assert decode(b'\x00\xe9', 'UTF-16LE') == ('\ue900', lookup('utf-16le')) - assert decode(b'\x00\xe9', 'UTF-16') == ('\ue900', lookup('utf-16le')) - - -def test_encode(): - assert encode('é', 'latin1') == b'\xe9' - assert encode('é', 'utf8') == b'\xc3\xa9' - assert encode('é', 'utf8') == b'\xc3\xa9' - assert encode('é', 'utf-16') == b'\xe9\x00' - assert encode('é', 'utf-16le') == b'\xe9\x00' - assert encode('é', 'utf-16be') == b'\x00\xe9' - - -def test_iter_decode(): - def iter_decode_to_string(input, fallback_encoding): - output, _encoding = iter_decode(input, fallback_encoding) - return ''.join(output) - assert iter_decode_to_string([], 'latin1') == '' - assert iter_decode_to_string([b''], 'latin1') == '' - assert iter_decode_to_string([b'\xe9'], 'latin1') == 'é' - assert iter_decode_to_string([b'hello'], 'latin1') == 'hello' - assert iter_decode_to_string([b'he', b'llo'], 'latin1') == 'hello' - assert iter_decode_to_string([b'hell', b'o'], 'latin1') == 'hello' - assert iter_decode_to_string([b'\xc3\xa9'], 'latin1') == 'é' - assert iter_decode_to_string([b'\xEF\xBB\xBF\xc3\xa9'], 'latin1') == 'é' - assert iter_decode_to_string([ - b'\xEF\xBB\xBF', b'\xc3', b'\xa9'], 'latin1') == 'é' - assert iter_decode_to_string([ - b'\xEF\xBB\xBF', b'a', b'\xc3'], 'latin1') == 'a\uFFFD' - assert iter_decode_to_string([ - b'', b'\xEF', b'', b'', b'\xBB\xBF\xc3', b'\xa9'], 'latin1') == 'é' - assert iter_decode_to_string([b'\xEF\xBB\xBF'], 'latin1') == '' - assert iter_decode_to_string([b'\xEF\xBB'], 'latin1') == 'ï»' - assert iter_decode_to_string([b'\xFE\xFF\x00\xe9'], 'latin1') == 'é' - assert iter_decode_to_string([b'\xFF\xFE\xe9\x00'], 'latin1') == 'é' - assert iter_decode_to_string([ - b'', b'\xFF', b'', b'', b'\xFE\xe9', b'\x00'], 'latin1') == 'é' - assert iter_decode_to_string([ - b'', b'h\xe9', b'llo'], 'x-user-defined') == 'h\uF7E9llo' - - -def test_iter_encode(): - assert b''.join(iter_encode([], 'latin1')) == b'' - assert b''.join(iter_encode([''], 'latin1')) == b'' - assert b''.join(iter_encode(['é'], 'latin1')) == b'\xe9' - assert b''.join(iter_encode(['', 'é', '', ''], 'latin1')) == b'\xe9' - assert b''.join(iter_encode(['', 'é', '', ''], 'utf-16')) == b'\xe9\x00' - assert b''.join(iter_encode(['', 'é', '', ''], 'utf-16le')) == b'\xe9\x00' - assert b''.join(iter_encode(['', 'é', '', ''], 'utf-16be')) == b'\x00\xe9' - assert b''.join(iter_encode([ - '', 'h\uF7E9', '', 'llo'], 'x-user-defined')) == b'h\xe9llo' - - -def test_x_user_defined(): - encoded = b'2,\x0c\x0b\x1aO\xd9#\xcb\x0f\xc9\xbbt\xcf\xa8\xca' - decoded = '2,\x0c\x0b\x1aO\uf7d9#\uf7cb\x0f\uf7c9\uf7bbt\uf7cf\uf7a8\uf7ca' - encoded = b'aa' - decoded = 'aa' - assert decode(encoded, 'x-user-defined') == (decoded, lookup('x-user-defined')) - assert encode(decoded, 'x-user-defined') == encoded diff --git a/lib/python3.8/site-packages/pip/_vendor/webencodings/x_user_defined.py b/lib/python3.8/site-packages/pip/_vendor/webencodings/x_user_defined.py deleted file mode 100644 index d16e326..0000000 --- a/lib/python3.8/site-packages/pip/_vendor/webencodings/x_user_defined.py +++ /dev/null @@ -1,325 +0,0 @@ -# coding: utf-8 -""" - - webencodings.x_user_defined - ~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - An implementation of the x-user-defined encoding. - - :copyright: Copyright 2012 by Simon Sapin - :license: BSD, see LICENSE for details. - -""" - -from __future__ import unicode_literals - -import codecs - - -### Codec APIs - -class Codec(codecs.Codec): - - def encode(self, input, errors='strict'): - return codecs.charmap_encode(input, errors, encoding_table) - - def decode(self, input, errors='strict'): - return codecs.charmap_decode(input, errors, decoding_table) - - -class IncrementalEncoder(codecs.IncrementalEncoder): - def encode(self, input, final=False): - return codecs.charmap_encode(input, self.errors, encoding_table)[0] - - -class IncrementalDecoder(codecs.IncrementalDecoder): - def decode(self, input, final=False): - return codecs.charmap_decode(input, self.errors, decoding_table)[0] - - -class StreamWriter(Codec, codecs.StreamWriter): - pass - - -class StreamReader(Codec, codecs.StreamReader): - pass - - -### encodings module API - -codec_info = codecs.CodecInfo( - name='x-user-defined', - encode=Codec().encode, - decode=Codec().decode, - incrementalencoder=IncrementalEncoder, - incrementaldecoder=IncrementalDecoder, - streamreader=StreamReader, - streamwriter=StreamWriter, -) - - -### Decoding Table - -# Python 3: -# for c in range(256): print(' %r' % chr(c if c < 128 else c + 0xF700)) -decoding_table = ( - '\x00' - '\x01' - '\x02' - '\x03' - '\x04' - '\x05' - '\x06' - '\x07' - '\x08' - '\t' - '\n' - '\x0b' - '\x0c' - '\r' - '\x0e' - '\x0f' - '\x10' - '\x11' - '\x12' - '\x13' - '\x14' - '\x15' - '\x16' - '\x17' - '\x18' - '\x19' - '\x1a' - '\x1b' - '\x1c' - '\x1d' - '\x1e' - '\x1f' - ' ' - '!' - '"' - '#' - '$' - '%' - '&' - "'" - '(' - ')' - '*' - '+' - ',' - '-' - '.' - '/' - '0' - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' - ':' - ';' - '<' - '=' - '>' - '?' - '@' - 'A' - 'B' - 'C' - 'D' - 'E' - 'F' - 'G' - 'H' - 'I' - 'J' - 'K' - 'L' - 'M' - 'N' - 'O' - 'P' - 'Q' - 'R' - 'S' - 'T' - 'U' - 'V' - 'W' - 'X' - 'Y' - 'Z' - '[' - '\\' - ']' - '^' - '_' - '`' - 'a' - 'b' - 'c' - 'd' - 'e' - 'f' - 'g' - 'h' - 'i' - 'j' - 'k' - 'l' - 'm' - 'n' - 'o' - 'p' - 'q' - 'r' - 's' - 't' - 'u' - 'v' - 'w' - 'x' - 'y' - 'z' - '{' - '|' - '}' - '~' - '\x7f' - '\uf780' - '\uf781' - '\uf782' - '\uf783' - '\uf784' - '\uf785' - '\uf786' - '\uf787' - '\uf788' - '\uf789' - '\uf78a' - '\uf78b' - '\uf78c' - '\uf78d' - '\uf78e' - '\uf78f' - '\uf790' - '\uf791' - '\uf792' - '\uf793' - '\uf794' - '\uf795' - '\uf796' - '\uf797' - '\uf798' - '\uf799' - '\uf79a' - '\uf79b' - '\uf79c' - '\uf79d' - '\uf79e' - '\uf79f' - '\uf7a0' - '\uf7a1' - '\uf7a2' - '\uf7a3' - '\uf7a4' - '\uf7a5' - '\uf7a6' - '\uf7a7' - '\uf7a8' - '\uf7a9' - '\uf7aa' - '\uf7ab' - '\uf7ac' - '\uf7ad' - '\uf7ae' - '\uf7af' - '\uf7b0' - '\uf7b1' - '\uf7b2' - '\uf7b3' - '\uf7b4' - '\uf7b5' - '\uf7b6' - '\uf7b7' - '\uf7b8' - '\uf7b9' - '\uf7ba' - '\uf7bb' - '\uf7bc' - '\uf7bd' - '\uf7be' - '\uf7bf' - '\uf7c0' - '\uf7c1' - '\uf7c2' - '\uf7c3' - '\uf7c4' - '\uf7c5' - '\uf7c6' - '\uf7c7' - '\uf7c8' - '\uf7c9' - '\uf7ca' - '\uf7cb' - '\uf7cc' - '\uf7cd' - '\uf7ce' - '\uf7cf' - '\uf7d0' - '\uf7d1' - '\uf7d2' - '\uf7d3' - '\uf7d4' - '\uf7d5' - '\uf7d6' - '\uf7d7' - '\uf7d8' - '\uf7d9' - '\uf7da' - '\uf7db' - '\uf7dc' - '\uf7dd' - '\uf7de' - '\uf7df' - '\uf7e0' - '\uf7e1' - '\uf7e2' - '\uf7e3' - '\uf7e4' - '\uf7e5' - '\uf7e6' - '\uf7e7' - '\uf7e8' - '\uf7e9' - '\uf7ea' - '\uf7eb' - '\uf7ec' - '\uf7ed' - '\uf7ee' - '\uf7ef' - '\uf7f0' - '\uf7f1' - '\uf7f2' - '\uf7f3' - '\uf7f4' - '\uf7f5' - '\uf7f6' - '\uf7f7' - '\uf7f8' - '\uf7f9' - '\uf7fa' - '\uf7fb' - '\uf7fc' - '\uf7fd' - '\uf7fe' - '\uf7ff' -) - -### Encoding table -encoding_table = codecs.charmap_build(decoding_table) diff --git a/lib/python3.8/site-packages/pkg_resources/__init__.py b/lib/python3.8/site-packages/pkg_resources/__init__.py deleted file mode 100644 index 1f170cf..0000000 --- a/lib/python3.8/site-packages/pkg_resources/__init__.py +++ /dev/null @@ -1,3295 +0,0 @@ -# coding: utf-8 -""" -Package resource API --------------------- - -A resource is a logical file contained within a package, or a logical -subdirectory thereof. The package resource API expects resource names -to have their path parts separated with ``/``, *not* whatever the local -path separator is. Do not use os.path operations to manipulate resource -names being passed into the API. - -The package resource API is designed to work with normal filesystem packages, -.egg files, and unpacked .egg files. It can also work in a limited way with -.zip files and with custom PEP 302 loaders that support the ``get_data()`` -method. -""" - -from __future__ import absolute_import - -import sys -import os -import io -import time -import re -import types -import zipfile -import zipimport -import warnings -import stat -import functools -import pkgutil -import operator -import platform -import collections -import plistlib -import email.parser -import errno -import tempfile -import textwrap -import itertools -import inspect -import ntpath -import posixpath -from pkgutil import get_importer - -try: - import _imp -except ImportError: - # Python 3.2 compatibility - import imp as _imp - -try: - FileExistsError -except NameError: - FileExistsError = OSError - -from pkg_resources.extern import six -from pkg_resources.extern.six.moves import urllib, map, filter - -# capture these to bypass sandboxing -from os import utime -try: - from os import mkdir, rename, unlink - WRITE_SUPPORT = True -except ImportError: - # no write support, probably under GAE - WRITE_SUPPORT = False - -from os import open as os_open -from os.path import isdir, split - -try: - import importlib.machinery as importlib_machinery - # access attribute to force import under delayed import mechanisms. - importlib_machinery.__name__ -except ImportError: - importlib_machinery = None - -from . import py31compat -from pkg_resources.extern import appdirs -from pkg_resources.extern import packaging -__import__('pkg_resources.extern.packaging.version') -__import__('pkg_resources.extern.packaging.specifiers') -__import__('pkg_resources.extern.packaging.requirements') -__import__('pkg_resources.extern.packaging.markers') - - -__metaclass__ = type - - -if (3, 0) < sys.version_info < (3, 4): - raise RuntimeError("Python 3.4 or later is required") - -if six.PY2: - # Those builtin exceptions are only defined in Python 3 - PermissionError = None - NotADirectoryError = None - -# declare some globals that will be defined later to -# satisfy the linters. -require = None -working_set = None -add_activation_listener = None -resources_stream = None -cleanup_resources = None -resource_dir = None -resource_stream = None -set_extraction_path = None -resource_isdir = None -resource_string = None -iter_entry_points = None -resource_listdir = None -resource_filename = None -resource_exists = None -_distribution_finders = None -_namespace_handlers = None -_namespace_packages = None - - -class PEP440Warning(RuntimeWarning): - """ - Used when there is an issue with a version or specifier not complying with - PEP 440. - """ - - -def parse_version(v): - try: - return packaging.version.Version(v) - except packaging.version.InvalidVersion: - return packaging.version.LegacyVersion(v) - - -_state_vars = {} - - -def _declare_state(vartype, **kw): - globals().update(kw) - _state_vars.update(dict.fromkeys(kw, vartype)) - - -def __getstate__(): - state = {} - g = globals() - for k, v in _state_vars.items(): - state[k] = g['_sget_' + v](g[k]) - return state - - -def __setstate__(state): - g = globals() - for k, v in state.items(): - g['_sset_' + _state_vars[k]](k, g[k], v) - return state - - -def _sget_dict(val): - return val.copy() - - -def _sset_dict(key, ob, state): - ob.clear() - ob.update(state) - - -def _sget_object(val): - return val.__getstate__() - - -def _sset_object(key, ob, state): - ob.__setstate__(state) - - -_sget_none = _sset_none = lambda *args: None - - -def get_supported_platform(): - """Return this platform's maximum compatible version. - - distutils.util.get_platform() normally reports the minimum version - of Mac OS X that would be required to *use* extensions produced by - distutils. But what we want when checking compatibility is to know the - version of Mac OS X that we are *running*. To allow usage of packages that - explicitly require a newer version of Mac OS X, we must also know the - current version of the OS. - - If this condition occurs for any other platform with a version in its - platform strings, this function should be extended accordingly. - """ - plat = get_build_platform() - m = macosVersionString.match(plat) - if m is not None and sys.platform == "darwin": - try: - plat = 'macosx-%s-%s' % ('.'.join(_macosx_vers()[:2]), m.group(3)) - except ValueError: - # not Mac OS X - pass - return plat - - -__all__ = [ - # Basic resource access and distribution/entry point discovery - 'require', 'run_script', 'get_provider', 'get_distribution', - 'load_entry_point', 'get_entry_map', 'get_entry_info', - 'iter_entry_points', - 'resource_string', 'resource_stream', 'resource_filename', - 'resource_listdir', 'resource_exists', 'resource_isdir', - - # Environmental control - 'declare_namespace', 'working_set', 'add_activation_listener', - 'find_distributions', 'set_extraction_path', 'cleanup_resources', - 'get_default_cache', - - # Primary implementation classes - 'Environment', 'WorkingSet', 'ResourceManager', - 'Distribution', 'Requirement', 'EntryPoint', - - # Exceptions - 'ResolutionError', 'VersionConflict', 'DistributionNotFound', - 'UnknownExtra', 'ExtractionError', - - # Warnings - 'PEP440Warning', - - # Parsing functions and string utilities - 'parse_requirements', 'parse_version', 'safe_name', 'safe_version', - 'get_platform', 'compatible_platforms', 'yield_lines', 'split_sections', - 'safe_extra', 'to_filename', 'invalid_marker', 'evaluate_marker', - - # filesystem utilities - 'ensure_directory', 'normalize_path', - - # Distribution "precedence" constants - 'EGG_DIST', 'BINARY_DIST', 'SOURCE_DIST', 'CHECKOUT_DIST', 'DEVELOP_DIST', - - # "Provider" interfaces, implementations, and registration/lookup APIs - 'IMetadataProvider', 'IResourceProvider', 'FileMetadata', - 'PathMetadata', 'EggMetadata', 'EmptyProvider', 'empty_provider', - 'NullProvider', 'EggProvider', 'DefaultProvider', 'ZipProvider', - 'register_finder', 'register_namespace_handler', 'register_loader_type', - 'fixup_namespace_packages', 'get_importer', - - # Warnings - 'PkgResourcesDeprecationWarning', - - # Deprecated/backward compatibility only - 'run_main', 'AvailableDistributions', -] - - -class ResolutionError(Exception): - """Abstract base for dependency resolution errors""" - - def __repr__(self): - return self.__class__.__name__ + repr(self.args) - - -class VersionConflict(ResolutionError): - """ - An already-installed version conflicts with the requested version. - - Should be initialized with the installed Distribution and the requested - Requirement. - """ - - _template = "{self.dist} is installed but {self.req} is required" - - @property - def dist(self): - return self.args[0] - - @property - def req(self): - return self.args[1] - - def report(self): - return self._template.format(**locals()) - - def with_context(self, required_by): - """ - If required_by is non-empty, return a version of self that is a - ContextualVersionConflict. - """ - if not required_by: - return self - args = self.args + (required_by,) - return ContextualVersionConflict(*args) - - -class ContextualVersionConflict(VersionConflict): - """ - A VersionConflict that accepts a third parameter, the set of the - requirements that required the installed Distribution. - """ - - _template = VersionConflict._template + ' by {self.required_by}' - - @property - def required_by(self): - return self.args[2] - - -class DistributionNotFound(ResolutionError): - """A requested distribution was not found""" - - _template = ("The '{self.req}' distribution was not found " - "and is required by {self.requirers_str}") - - @property - def req(self): - return self.args[0] - - @property - def requirers(self): - return self.args[1] - - @property - def requirers_str(self): - if not self.requirers: - return 'the application' - return ', '.join(self.requirers) - - def report(self): - return self._template.format(**locals()) - - def __str__(self): - return self.report() - - -class UnknownExtra(ResolutionError): - """Distribution doesn't have an "extra feature" of the given name""" - - -_provider_factories = {} - -PY_MAJOR = sys.version[:3] -EGG_DIST = 3 -BINARY_DIST = 2 -SOURCE_DIST = 1 -CHECKOUT_DIST = 0 -DEVELOP_DIST = -1 - - -def register_loader_type(loader_type, provider_factory): - """Register `provider_factory` to make providers for `loader_type` - - `loader_type` is the type or class of a PEP 302 ``module.__loader__``, - and `provider_factory` is a function that, passed a *module* object, - returns an ``IResourceProvider`` for that module. - """ - _provider_factories[loader_type] = provider_factory - - -def get_provider(moduleOrReq): - """Return an IResourceProvider for the named module or requirement""" - if isinstance(moduleOrReq, Requirement): - return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] - try: - module = sys.modules[moduleOrReq] - except KeyError: - __import__(moduleOrReq) - module = sys.modules[moduleOrReq] - loader = getattr(module, '__loader__', None) - return _find_adapter(_provider_factories, loader)(module) - - -def _macosx_vers(_cache=[]): - if not _cache: - version = platform.mac_ver()[0] - # fallback for MacPorts - if version == '': - plist = '/System/Library/CoreServices/SystemVersion.plist' - if os.path.exists(plist): - if hasattr(plistlib, 'readPlist'): - plist_content = plistlib.readPlist(plist) - if 'ProductVersion' in plist_content: - version = plist_content['ProductVersion'] - - _cache.append(version.split('.')) - return _cache[0] - - -def _macosx_arch(machine): - return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine) - - -def get_build_platform(): - """Return this platform's string for platform-specific distributions - - XXX Currently this is the same as ``distutils.util.get_platform()``, but it - needs some hacks for Linux and Mac OS X. - """ - from sysconfig import get_platform - - plat = get_platform() - if sys.platform == "darwin" and not plat.startswith('macosx-'): - try: - version = _macosx_vers() - machine = os.uname()[4].replace(" ", "_") - return "macosx-%d.%d-%s" % ( - int(version[0]), int(version[1]), - _macosx_arch(machine), - ) - except ValueError: - # if someone is running a non-Mac darwin system, this will fall - # through to the default implementation - pass - return plat - - -macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)") -darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)") -# XXX backward compat -get_platform = get_build_platform - - -def compatible_platforms(provided, required): - """Can code for the `provided` platform run on the `required` platform? - - Returns true if either platform is ``None``, or the platforms are equal. - - XXX Needs compatibility checks for Linux and other unixy OSes. - """ - if provided is None or required is None or provided == required: - # easy case - return True - - # Mac OS X special cases - reqMac = macosVersionString.match(required) - if reqMac: - provMac = macosVersionString.match(provided) - - # is this a Mac package? - if not provMac: - # this is backwards compatibility for packages built before - # setuptools 0.6. All packages built after this point will - # use the new macosx designation. - provDarwin = darwinVersionString.match(provided) - if provDarwin: - dversion = int(provDarwin.group(1)) - macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2)) - if dversion == 7 and macosversion >= "10.3" or \ - dversion == 8 and macosversion >= "10.4": - return True - # egg isn't macosx or legacy darwin - return False - - # are they the same major version and machine type? - if provMac.group(1) != reqMac.group(1) or \ - provMac.group(3) != reqMac.group(3): - return False - - # is the required OS major update >= the provided one? - if int(provMac.group(2)) > int(reqMac.group(2)): - return False - - return True - - # XXX Linux and other platforms' special cases should go here - return False - - -def run_script(dist_spec, script_name): - """Locate distribution `dist_spec` and run its `script_name` script""" - ns = sys._getframe(1).f_globals - name = ns['__name__'] - ns.clear() - ns['__name__'] = name - require(dist_spec)[0].run_script(script_name, ns) - - -# backward compatibility -run_main = run_script - - -def get_distribution(dist): - """Return a current distribution object for a Requirement or string""" - if isinstance(dist, six.string_types): - dist = Requirement.parse(dist) - if isinstance(dist, Requirement): - dist = get_provider(dist) - if not isinstance(dist, Distribution): - raise TypeError("Expected string, Requirement, or Distribution", dist) - return dist - - -def load_entry_point(dist, group, name): - """Return `name` entry point of `group` for `dist` or raise ImportError""" - return get_distribution(dist).load_entry_point(group, name) - - -def get_entry_map(dist, group=None): - """Return the entry point map for `group`, or the full entry map""" - return get_distribution(dist).get_entry_map(group) - - -def get_entry_info(dist, group, name): - """Return the EntryPoint object for `group`+`name`, or ``None``""" - return get_distribution(dist).get_entry_info(group, name) - - -class IMetadataProvider: - def has_metadata(name): - """Does the package's distribution contain the named metadata?""" - - def get_metadata(name): - """The named metadata resource as a string""" - - def get_metadata_lines(name): - """Yield named metadata resource as list of non-blank non-comment lines - - Leading and trailing whitespace is stripped from each line, and lines - with ``#`` as the first non-blank character are omitted.""" - - def metadata_isdir(name): - """Is the named metadata a directory? (like ``os.path.isdir()``)""" - - def metadata_listdir(name): - """List of metadata names in the directory (like ``os.listdir()``)""" - - def run_script(script_name, namespace): - """Execute the named script in the supplied namespace dictionary""" - - -class IResourceProvider(IMetadataProvider): - """An object that provides access to package resources""" - - def get_resource_filename(manager, resource_name): - """Return a true filesystem path for `resource_name` - - `manager` must be an ``IResourceManager``""" - - def get_resource_stream(manager, resource_name): - """Return a readable file-like object for `resource_name` - - `manager` must be an ``IResourceManager``""" - - def get_resource_string(manager, resource_name): - """Return a string containing the contents of `resource_name` - - `manager` must be an ``IResourceManager``""" - - def has_resource(resource_name): - """Does the package contain the named resource?""" - - def resource_isdir(resource_name): - """Is the named resource a directory? (like ``os.path.isdir()``)""" - - def resource_listdir(resource_name): - """List of resource names in the directory (like ``os.listdir()``)""" - - -class WorkingSet: - """A collection of active distributions on sys.path (or a similar list)""" - - def __init__(self, entries=None): - """Create working set from list of path entries (default=sys.path)""" - self.entries = [] - self.entry_keys = {} - self.by_key = {} - self.callbacks = [] - - if entries is None: - entries = sys.path - - for entry in entries: - self.add_entry(entry) - - @classmethod - def _build_master(cls): - """ - Prepare the master working set. - """ - ws = cls() - try: - from __main__ import __requires__ - except ImportError: - # The main program does not list any requirements - return ws - - # ensure the requirements are met - try: - ws.require(__requires__) - except VersionConflict: - return cls._build_from_requirements(__requires__) - - return ws - - @classmethod - def _build_from_requirements(cls, req_spec): - """ - Build a working set from a requirement spec. Rewrites sys.path. - """ - # try it without defaults already on sys.path - # by starting with an empty path - ws = cls([]) - reqs = parse_requirements(req_spec) - dists = ws.resolve(reqs, Environment()) - for dist in dists: - ws.add(dist) - - # add any missing entries from sys.path - for entry in sys.path: - if entry not in ws.entries: - ws.add_entry(entry) - - # then copy back to sys.path - sys.path[:] = ws.entries - return ws - - def add_entry(self, entry): - """Add a path item to ``.entries``, finding any distributions on it - - ``find_distributions(entry, True)`` is used to find distributions - corresponding to the path entry, and they are added. `entry` is - always appended to ``.entries``, even if it is already present. - (This is because ``sys.path`` can contain the same value more than - once, and the ``.entries`` of the ``sys.path`` WorkingSet should always - equal ``sys.path``.) - """ - self.entry_keys.setdefault(entry, []) - self.entries.append(entry) - for dist in find_distributions(entry, True): - self.add(dist, entry, False) - - def __contains__(self, dist): - """True if `dist` is the active distribution for its project""" - return self.by_key.get(dist.key) == dist - - def find(self, req): - """Find a distribution matching requirement `req` - - If there is an active distribution for the requested project, this - returns it as long as it meets the version requirement specified by - `req`. But, if there is an active distribution for the project and it - does *not* meet the `req` requirement, ``VersionConflict`` is raised. - If there is no active distribution for the requested project, ``None`` - is returned. - """ - dist = self.by_key.get(req.key) - if dist is not None and dist not in req: - # XXX add more info - raise VersionConflict(dist, req) - return dist - - def iter_entry_points(self, group, name=None): - """Yield entry point objects from `group` matching `name` - - If `name` is None, yields all entry points in `group` from all - distributions in the working set, otherwise only ones matching - both `group` and `name` are yielded (in distribution order). - """ - return ( - entry - for dist in self - for entry in dist.get_entry_map(group).values() - if name is None or name == entry.name - ) - - def run_script(self, requires, script_name): - """Locate distribution for `requires` and run `script_name` script""" - ns = sys._getframe(1).f_globals - name = ns['__name__'] - ns.clear() - ns['__name__'] = name - self.require(requires)[0].run_script(script_name, ns) - - def __iter__(self): - """Yield distributions for non-duplicate projects in the working set - - The yield order is the order in which the items' path entries were - added to the working set. - """ - seen = {} - for item in self.entries: - if item not in self.entry_keys: - # workaround a cache issue - continue - - for key in self.entry_keys[item]: - if key not in seen: - seen[key] = 1 - yield self.by_key[key] - - def add(self, dist, entry=None, insert=True, replace=False): - """Add `dist` to working set, associated with `entry` - - If `entry` is unspecified, it defaults to the ``.location`` of `dist`. - On exit from this routine, `entry` is added to the end of the working - set's ``.entries`` (if it wasn't already present). - - `dist` is only added to the working set if it's for a project that - doesn't already have a distribution in the set, unless `replace=True`. - If it's added, any callbacks registered with the ``subscribe()`` method - will be called. - """ - if insert: - dist.insert_on(self.entries, entry, replace=replace) - - if entry is None: - entry = dist.location - keys = self.entry_keys.setdefault(entry, []) - keys2 = self.entry_keys.setdefault(dist.location, []) - if not replace and dist.key in self.by_key: - # ignore hidden distros - return - - self.by_key[dist.key] = dist - if dist.key not in keys: - keys.append(dist.key) - if dist.key not in keys2: - keys2.append(dist.key) - self._added_new(dist) - - def resolve(self, requirements, env=None, installer=None, - replace_conflicting=False, extras=None): - """List all distributions needed to (recursively) meet `requirements` - - `requirements` must be a sequence of ``Requirement`` objects. `env`, - if supplied, should be an ``Environment`` instance. If - not supplied, it defaults to all distributions available within any - entry or distribution in the working set. `installer`, if supplied, - will be invoked with each requirement that cannot be met by an - already-installed distribution; it should return a ``Distribution`` or - ``None``. - - Unless `replace_conflicting=True`, raises a VersionConflict exception - if - any requirements are found on the path that have the correct name but - the wrong version. Otherwise, if an `installer` is supplied it will be - invoked to obtain the correct version of the requirement and activate - it. - - `extras` is a list of the extras to be used with these requirements. - This is important because extra requirements may look like `my_req; - extra = "my_extra"`, which would otherwise be interpreted as a purely - optional requirement. Instead, we want to be able to assert that these - requirements are truly required. - """ - - # set up the stack - requirements = list(requirements)[::-1] - # set of processed requirements - processed = {} - # key -> dist - best = {} - to_activate = [] - - req_extras = _ReqExtras() - - # Mapping of requirement to set of distributions that required it; - # useful for reporting info about conflicts. - required_by = collections.defaultdict(set) - - while requirements: - # process dependencies breadth-first - req = requirements.pop(0) - if req in processed: - # Ignore cyclic or redundant dependencies - continue - - if not req_extras.markers_pass(req, extras): - continue - - dist = best.get(req.key) - if dist is None: - # Find the best distribution and add it to the map - dist = self.by_key.get(req.key) - if dist is None or (dist not in req and replace_conflicting): - ws = self - if env is None: - if dist is None: - env = Environment(self.entries) - else: - # Use an empty environment and workingset to avoid - # any further conflicts with the conflicting - # distribution - env = Environment([]) - ws = WorkingSet([]) - dist = best[req.key] = env.best_match( - req, ws, installer, - replace_conflicting=replace_conflicting - ) - if dist is None: - requirers = required_by.get(req, None) - raise DistributionNotFound(req, requirers) - to_activate.append(dist) - if dist not in req: - # Oops, the "best" so far conflicts with a dependency - dependent_req = required_by[req] - raise VersionConflict(dist, req).with_context(dependent_req) - - # push the new requirements onto the stack - new_requirements = dist.requires(req.extras)[::-1] - requirements.extend(new_requirements) - - # Register the new requirements needed by req - for new_requirement in new_requirements: - required_by[new_requirement].add(req.project_name) - req_extras[new_requirement] = req.extras - - processed[req] = True - - # return list of distros to activate - return to_activate - - def find_plugins( - self, plugin_env, full_env=None, installer=None, fallback=True): - """Find all activatable distributions in `plugin_env` - - Example usage:: - - distributions, errors = working_set.find_plugins( - Environment(plugin_dirlist) - ) - # add plugins+libs to sys.path - map(working_set.add, distributions) - # display errors - print('Could not load', errors) - - The `plugin_env` should be an ``Environment`` instance that contains - only distributions that are in the project's "plugin directory" or - directories. The `full_env`, if supplied, should be an ``Environment`` - contains all currently-available distributions. If `full_env` is not - supplied, one is created automatically from the ``WorkingSet`` this - method is called on, which will typically mean that every directory on - ``sys.path`` will be scanned for distributions. - - `installer` is a standard installer callback as used by the - ``resolve()`` method. The `fallback` flag indicates whether we should - attempt to resolve older versions of a plugin if the newest version - cannot be resolved. - - This method returns a 2-tuple: (`distributions`, `error_info`), where - `distributions` is a list of the distributions found in `plugin_env` - that were loadable, along with any other distributions that are needed - to resolve their dependencies. `error_info` is a dictionary mapping - unloadable plugin distributions to an exception instance describing the - error that occurred. Usually this will be a ``DistributionNotFound`` or - ``VersionConflict`` instance. - """ - - plugin_projects = list(plugin_env) - # scan project names in alphabetic order - plugin_projects.sort() - - error_info = {} - distributions = {} - - if full_env is None: - env = Environment(self.entries) - env += plugin_env - else: - env = full_env + plugin_env - - shadow_set = self.__class__([]) - # put all our entries in shadow_set - list(map(shadow_set.add, self)) - - for project_name in plugin_projects: - - for dist in plugin_env[project_name]: - - req = [dist.as_requirement()] - - try: - resolvees = shadow_set.resolve(req, env, installer) - - except ResolutionError as v: - # save error info - error_info[dist] = v - if fallback: - # try the next older version of project - continue - else: - # give up on this project, keep going - break - - else: - list(map(shadow_set.add, resolvees)) - distributions.update(dict.fromkeys(resolvees)) - - # success, no need to try any more versions of this project - break - - distributions = list(distributions) - distributions.sort() - - return distributions, error_info - - def require(self, *requirements): - """Ensure that distributions matching `requirements` are activated - - `requirements` must be a string or a (possibly-nested) sequence - thereof, specifying the distributions and versions required. The - return value is a sequence of the distributions that needed to be - activated to fulfill the requirements; all relevant distributions are - included, even if they were already activated in this working set. - """ - needed = self.resolve(parse_requirements(requirements)) - - for dist in needed: - self.add(dist) - - return needed - - def subscribe(self, callback, existing=True): - """Invoke `callback` for all distributions - - If `existing=True` (default), - call on all existing ones, as well. - """ - if callback in self.callbacks: - return - self.callbacks.append(callback) - if not existing: - return - for dist in self: - callback(dist) - - def _added_new(self, dist): - for callback in self.callbacks: - callback(dist) - - def __getstate__(self): - return ( - self.entries[:], self.entry_keys.copy(), self.by_key.copy(), - self.callbacks[:] - ) - - def __setstate__(self, e_k_b_c): - entries, keys, by_key, callbacks = e_k_b_c - self.entries = entries[:] - self.entry_keys = keys.copy() - self.by_key = by_key.copy() - self.callbacks = callbacks[:] - - -class _ReqExtras(dict): - """ - Map each requirement to the extras that demanded it. - """ - - def markers_pass(self, req, extras=None): - """ - Evaluate markers for req against each extra that - demanded it. - - Return False if the req has a marker and fails - evaluation. Otherwise, return True. - """ - extra_evals = ( - req.marker.evaluate({'extra': extra}) - for extra in self.get(req, ()) + (extras or (None,)) - ) - return not req.marker or any(extra_evals) - - -class Environment: - """Searchable snapshot of distributions on a search path""" - - def __init__( - self, search_path=None, platform=get_supported_platform(), - python=PY_MAJOR): - """Snapshot distributions available on a search path - - Any distributions found on `search_path` are added to the environment. - `search_path` should be a sequence of ``sys.path`` items. If not - supplied, ``sys.path`` is used. - - `platform` is an optional string specifying the name of the platform - that platform-specific distributions must be compatible with. If - unspecified, it defaults to the current platform. `python` is an - optional string naming the desired version of Python (e.g. ``'3.6'``); - it defaults to the current version. - - You may explicitly set `platform` (and/or `python`) to ``None`` if you - wish to map *all* distributions, not just those compatible with the - running platform or Python version. - """ - self._distmap = {} - self.platform = platform - self.python = python - self.scan(search_path) - - def can_add(self, dist): - """Is distribution `dist` acceptable for this environment? - - The distribution must match the platform and python version - requirements specified when this environment was created, or False - is returned. - """ - py_compat = ( - self.python is None - or dist.py_version is None - or dist.py_version == self.python - ) - return py_compat and compatible_platforms(dist.platform, self.platform) - - def remove(self, dist): - """Remove `dist` from the environment""" - self._distmap[dist.key].remove(dist) - - def scan(self, search_path=None): - """Scan `search_path` for distributions usable in this environment - - Any distributions found are added to the environment. - `search_path` should be a sequence of ``sys.path`` items. If not - supplied, ``sys.path`` is used. Only distributions conforming to - the platform/python version defined at initialization are added. - """ - if search_path is None: - search_path = sys.path - - for item in search_path: - for dist in find_distributions(item): - self.add(dist) - - def __getitem__(self, project_name): - """Return a newest-to-oldest list of distributions for `project_name` - - Uses case-insensitive `project_name` comparison, assuming all the - project's distributions use their project's name converted to all - lowercase as their key. - - """ - distribution_key = project_name.lower() - return self._distmap.get(distribution_key, []) - - def add(self, dist): - """Add `dist` if we ``can_add()`` it and it has not already been added - """ - if self.can_add(dist) and dist.has_version(): - dists = self._distmap.setdefault(dist.key, []) - if dist not in dists: - dists.append(dist) - dists.sort(key=operator.attrgetter('hashcmp'), reverse=True) - - def best_match( - self, req, working_set, installer=None, replace_conflicting=False): - """Find distribution best matching `req` and usable on `working_set` - - This calls the ``find(req)`` method of the `working_set` to see if a - suitable distribution is already active. (This may raise - ``VersionConflict`` if an unsuitable version of the project is already - active in the specified `working_set`.) If a suitable distribution - isn't active, this method returns the newest distribution in the - environment that meets the ``Requirement`` in `req`. If no suitable - distribution is found, and `installer` is supplied, then the result of - calling the environment's ``obtain(req, installer)`` method will be - returned. - """ - try: - dist = working_set.find(req) - except VersionConflict: - if not replace_conflicting: - raise - dist = None - if dist is not None: - return dist - for dist in self[req.key]: - if dist in req: - return dist - # try to download/install - return self.obtain(req, installer) - - def obtain(self, requirement, installer=None): - """Obtain a distribution matching `requirement` (e.g. via download) - - Obtain a distro that matches requirement (e.g. via download). In the - base ``Environment`` class, this routine just returns - ``installer(requirement)``, unless `installer` is None, in which case - None is returned instead. This method is a hook that allows subclasses - to attempt other ways of obtaining a distribution before falling back - to the `installer` argument.""" - if installer is not None: - return installer(requirement) - - def __iter__(self): - """Yield the unique project names of the available distributions""" - for key in self._distmap.keys(): - if self[key]: - yield key - - def __iadd__(self, other): - """In-place addition of a distribution or environment""" - if isinstance(other, Distribution): - self.add(other) - elif isinstance(other, Environment): - for project in other: - for dist in other[project]: - self.add(dist) - else: - raise TypeError("Can't add %r to environment" % (other,)) - return self - - def __add__(self, other): - """Add an environment or distribution to an environment""" - new = self.__class__([], platform=None, python=None) - for env in self, other: - new += env - return new - - -# XXX backward compatibility -AvailableDistributions = Environment - - -class ExtractionError(RuntimeError): - """An error occurred extracting a resource - - The following attributes are available from instances of this exception: - - manager - The resource manager that raised this exception - - cache_path - The base directory for resource extraction - - original_error - The exception instance that caused extraction to fail - """ - - -class ResourceManager: - """Manage resource extraction and packages""" - extraction_path = None - - def __init__(self): - self.cached_files = {} - - def resource_exists(self, package_or_requirement, resource_name): - """Does the named resource exist?""" - return get_provider(package_or_requirement).has_resource(resource_name) - - def resource_isdir(self, package_or_requirement, resource_name): - """Is the named resource an existing directory?""" - return get_provider(package_or_requirement).resource_isdir( - resource_name - ) - - def resource_filename(self, package_or_requirement, resource_name): - """Return a true filesystem path for specified resource""" - return get_provider(package_or_requirement).get_resource_filename( - self, resource_name - ) - - def resource_stream(self, package_or_requirement, resource_name): - """Return a readable file-like object for specified resource""" - return get_provider(package_or_requirement).get_resource_stream( - self, resource_name - ) - - def resource_string(self, package_or_requirement, resource_name): - """Return specified resource as a string""" - return get_provider(package_or_requirement).get_resource_string( - self, resource_name - ) - - def resource_listdir(self, package_or_requirement, resource_name): - """List the contents of the named resource directory""" - return get_provider(package_or_requirement).resource_listdir( - resource_name - ) - - def extraction_error(self): - """Give an error message for problems extracting file(s)""" - - old_exc = sys.exc_info()[1] - cache_path = self.extraction_path or get_default_cache() - - tmpl = textwrap.dedent(""" - Can't extract file(s) to egg cache - - The following error occurred while trying to extract file(s) - to the Python egg cache: - - {old_exc} - - The Python egg cache directory is currently set to: - - {cache_path} - - Perhaps your account does not have write access to this directory? - You can change the cache directory by setting the PYTHON_EGG_CACHE - environment variable to point to an accessible directory. - """).lstrip() - err = ExtractionError(tmpl.format(**locals())) - err.manager = self - err.cache_path = cache_path - err.original_error = old_exc - raise err - - def get_cache_path(self, archive_name, names=()): - """Return absolute location in cache for `archive_name` and `names` - - The parent directory of the resulting path will be created if it does - not already exist. `archive_name` should be the base filename of the - enclosing egg (which may not be the name of the enclosing zipfile!), - including its ".egg" extension. `names`, if provided, should be a - sequence of path name parts "under" the egg's extraction location. - - This method should only be called by resource providers that need to - obtain an extraction location, and only for names they intend to - extract, as it tracks the generated names for possible cleanup later. - """ - extract_path = self.extraction_path or get_default_cache() - target_path = os.path.join(extract_path, archive_name + '-tmp', *names) - try: - _bypass_ensure_directory(target_path) - except Exception: - self.extraction_error() - - self._warn_unsafe_extraction_path(extract_path) - - self.cached_files[target_path] = 1 - return target_path - - @staticmethod - def _warn_unsafe_extraction_path(path): - """ - If the default extraction path is overridden and set to an insecure - location, such as /tmp, it opens up an opportunity for an attacker to - replace an extracted file with an unauthorized payload. Warn the user - if a known insecure location is used. - - See Distribute #375 for more details. - """ - if os.name == 'nt' and not path.startswith(os.environ['windir']): - # On Windows, permissions are generally restrictive by default - # and temp directories are not writable by other users, so - # bypass the warning. - return - mode = os.stat(path).st_mode - if mode & stat.S_IWOTH or mode & stat.S_IWGRP: - msg = ( - "%s is writable by group/others and vulnerable to attack " - "when " - "used with get_resource_filename. Consider a more secure " - "location (set with .set_extraction_path or the " - "PYTHON_EGG_CACHE environment variable)." % path - ) - warnings.warn(msg, UserWarning) - - def postprocess(self, tempname, filename): - """Perform any platform-specific postprocessing of `tempname` - - This is where Mac header rewrites should be done; other platforms don't - have anything special they should do. - - Resource providers should call this method ONLY after successfully - extracting a compressed resource. They must NOT call it on resources - that are already in the filesystem. - - `tempname` is the current (temporary) name of the file, and `filename` - is the name it will be renamed to by the caller after this routine - returns. - """ - - if os.name == 'posix': - # Make the resource executable - mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777 - os.chmod(tempname, mode) - - def set_extraction_path(self, path): - """Set the base path where resources will be extracted to, if needed. - - If you do not call this routine before any extractions take place, the - path defaults to the return value of ``get_default_cache()``. (Which - is based on the ``PYTHON_EGG_CACHE`` environment variable, with various - platform-specific fallbacks. See that routine's documentation for more - details.) - - Resources are extracted to subdirectories of this path based upon - information given by the ``IResourceProvider``. You may set this to a - temporary directory, but then you must call ``cleanup_resources()`` to - delete the extracted files when done. There is no guarantee that - ``cleanup_resources()`` will be able to remove all extracted files. - - (Note: you may not change the extraction path for a given resource - manager once resources have been extracted, unless you first call - ``cleanup_resources()``.) - """ - if self.cached_files: - raise ValueError( - "Can't change extraction path, files already extracted" - ) - - self.extraction_path = path - - def cleanup_resources(self, force=False): - """ - Delete all extracted resource files and directories, returning a list - of the file and directory names that could not be successfully removed. - This function does not have any concurrency protection, so it should - generally only be called when the extraction path is a temporary - directory exclusive to a single process. This method is not - automatically called; you must call it explicitly or register it as an - ``atexit`` function if you wish to ensure cleanup of a temporary - directory used for extractions. - """ - # XXX - - -def get_default_cache(): - """ - Return the ``PYTHON_EGG_CACHE`` environment variable - or a platform-relevant user cache dir for an app - named "Python-Eggs". - """ - return ( - os.environ.get('PYTHON_EGG_CACHE') - or appdirs.user_cache_dir(appname='Python-Eggs') - ) - - -def safe_name(name): - """Convert an arbitrary string to a standard distribution name - - Any runs of non-alphanumeric/. characters are replaced with a single '-'. - """ - return re.sub('[^A-Za-z0-9.]+', '-', name) - - -def safe_version(version): - """ - Convert an arbitrary string to a standard version string - """ - try: - # normalize the version - return str(packaging.version.Version(version)) - except packaging.version.InvalidVersion: - version = version.replace(' ', '.') - return re.sub('[^A-Za-z0-9.]+', '-', version) - - -def safe_extra(extra): - """Convert an arbitrary string to a standard 'extra' name - - Any runs of non-alphanumeric characters are replaced with a single '_', - and the result is always lowercased. - """ - return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower() - - -def to_filename(name): - """Convert a project or version name to its filename-escaped form - - Any '-' characters are currently replaced with '_'. - """ - return name.replace('-', '_') - - -def invalid_marker(text): - """ - Validate text as a PEP 508 environment marker; return an exception - if invalid or False otherwise. - """ - try: - evaluate_marker(text) - except SyntaxError as e: - e.filename = None - e.lineno = None - return e - return False - - -def evaluate_marker(text, extra=None): - """ - Evaluate a PEP 508 environment marker. - Return a boolean indicating the marker result in this environment. - Raise SyntaxError if marker is invalid. - - This implementation uses the 'pyparsing' module. - """ - try: - marker = packaging.markers.Marker(text) - return marker.evaluate() - except packaging.markers.InvalidMarker as e: - raise SyntaxError(e) - - -class NullProvider: - """Try to implement resources and metadata for arbitrary PEP 302 loaders""" - - egg_name = None - egg_info = None - loader = None - - def __init__(self, module): - self.loader = getattr(module, '__loader__', None) - self.module_path = os.path.dirname(getattr(module, '__file__', '')) - - def get_resource_filename(self, manager, resource_name): - return self._fn(self.module_path, resource_name) - - def get_resource_stream(self, manager, resource_name): - return io.BytesIO(self.get_resource_string(manager, resource_name)) - - def get_resource_string(self, manager, resource_name): - return self._get(self._fn(self.module_path, resource_name)) - - def has_resource(self, resource_name): - return self._has(self._fn(self.module_path, resource_name)) - - def _get_metadata_path(self, name): - return self._fn(self.egg_info, name) - - def has_metadata(self, name): - if not self.egg_info: - return self.egg_info - - path = self._get_metadata_path(name) - return self._has(path) - - def get_metadata(self, name): - if not self.egg_info: - return "" - path = self._get_metadata_path(name) - value = self._get(path) - if six.PY2: - return value - try: - return value.decode('utf-8') - except UnicodeDecodeError as exc: - # Include the path in the error message to simplify - # troubleshooting, and without changing the exception type. - exc.reason += ' in {} file at path: {}'.format(name, path) - raise - - def get_metadata_lines(self, name): - return yield_lines(self.get_metadata(name)) - - def resource_isdir(self, resource_name): - return self._isdir(self._fn(self.module_path, resource_name)) - - def metadata_isdir(self, name): - return self.egg_info and self._isdir(self._fn(self.egg_info, name)) - - def resource_listdir(self, resource_name): - return self._listdir(self._fn(self.module_path, resource_name)) - - def metadata_listdir(self, name): - if self.egg_info: - return self._listdir(self._fn(self.egg_info, name)) - return [] - - def run_script(self, script_name, namespace): - script = 'scripts/' + script_name - if not self.has_metadata(script): - raise ResolutionError( - "Script {script!r} not found in metadata at {self.egg_info!r}" - .format(**locals()), - ) - script_text = self.get_metadata(script).replace('\r\n', '\n') - script_text = script_text.replace('\r', '\n') - script_filename = self._fn(self.egg_info, script) - namespace['__file__'] = script_filename - if os.path.exists(script_filename): - source = open(script_filename).read() - code = compile(source, script_filename, 'exec') - exec(code, namespace, namespace) - else: - from linecache import cache - cache[script_filename] = ( - len(script_text), 0, script_text.split('\n'), script_filename - ) - script_code = compile(script_text, script_filename, 'exec') - exec(script_code, namespace, namespace) - - def _has(self, path): - raise NotImplementedError( - "Can't perform this operation for unregistered loader type" - ) - - def _isdir(self, path): - raise NotImplementedError( - "Can't perform this operation for unregistered loader type" - ) - - def _listdir(self, path): - raise NotImplementedError( - "Can't perform this operation for unregistered loader type" - ) - - def _fn(self, base, resource_name): - self._validate_resource_path(resource_name) - if resource_name: - return os.path.join(base, *resource_name.split('/')) - return base - - @staticmethod - def _validate_resource_path(path): - """ - Validate the resource paths according to the docs. - https://setuptools.readthedocs.io/en/latest/pkg_resources.html#basic-resource-access - - >>> warned = getfixture('recwarn') - >>> warnings.simplefilter('always') - >>> vrp = NullProvider._validate_resource_path - >>> vrp('foo/bar.txt') - >>> bool(warned) - False - >>> vrp('../foo/bar.txt') - >>> bool(warned) - True - >>> warned.clear() - >>> vrp('/foo/bar.txt') - >>> bool(warned) - True - >>> vrp('foo/../../bar.txt') - >>> bool(warned) - True - >>> warned.clear() - >>> vrp('foo/f../bar.txt') - >>> bool(warned) - False - - Windows path separators are straight-up disallowed. - >>> vrp(r'\\foo/bar.txt') - Traceback (most recent call last): - ... - ValueError: Use of .. or absolute path in a resource path \ -is not allowed. - - >>> vrp(r'C:\\foo/bar.txt') - Traceback (most recent call last): - ... - ValueError: Use of .. or absolute path in a resource path \ -is not allowed. - - Blank values are allowed - - >>> vrp('') - >>> bool(warned) - False - - Non-string values are not. - - >>> vrp(None) - Traceback (most recent call last): - ... - AttributeError: ... - """ - invalid = ( - os.path.pardir in path.split(posixpath.sep) or - posixpath.isabs(path) or - ntpath.isabs(path) - ) - if not invalid: - return - - msg = "Use of .. or absolute path in a resource path is not allowed." - - # Aggressively disallow Windows absolute paths - if ntpath.isabs(path) and not posixpath.isabs(path): - raise ValueError(msg) - - # for compatibility, warn; in future - # raise ValueError(msg) - warnings.warn( - msg[:-1] + " and will raise exceptions in a future release.", - DeprecationWarning, - stacklevel=4, - ) - - def _get(self, path): - if hasattr(self.loader, 'get_data'): - return self.loader.get_data(path) - raise NotImplementedError( - "Can't perform this operation for loaders without 'get_data()'" - ) - - -register_loader_type(object, NullProvider) - - -class EggProvider(NullProvider): - """Provider based on a virtual filesystem""" - - def __init__(self, module): - NullProvider.__init__(self, module) - self._setup_prefix() - - def _setup_prefix(self): - # we assume here that our metadata may be nested inside a "basket" - # of multiple eggs; that's why we use module_path instead of .archive - path = self.module_path - old = None - while path != old: - if _is_egg_path(path): - self.egg_name = os.path.basename(path) - self.egg_info = os.path.join(path, 'EGG-INFO') - self.egg_root = path - break - old = path - path, base = os.path.split(path) - - -class DefaultProvider(EggProvider): - """Provides access to package resources in the filesystem""" - - def _has(self, path): - return os.path.exists(path) - - def _isdir(self, path): - return os.path.isdir(path) - - def _listdir(self, path): - return os.listdir(path) - - def get_resource_stream(self, manager, resource_name): - return open(self._fn(self.module_path, resource_name), 'rb') - - def _get(self, path): - with open(path, 'rb') as stream: - return stream.read() - - @classmethod - def _register(cls): - loader_names = 'SourceFileLoader', 'SourcelessFileLoader', - for name in loader_names: - loader_cls = getattr(importlib_machinery, name, type(None)) - register_loader_type(loader_cls, cls) - - -DefaultProvider._register() - - -class EmptyProvider(NullProvider): - """Provider that returns nothing for all requests""" - - module_path = None - - _isdir = _has = lambda self, path: False - - def _get(self, path): - return '' - - def _listdir(self, path): - return [] - - def __init__(self): - pass - - -empty_provider = EmptyProvider() - - -class ZipManifests(dict): - """ - zip manifest builder - """ - - @classmethod - def build(cls, path): - """ - Build a dictionary similar to the zipimport directory - caches, except instead of tuples, store ZipInfo objects. - - Use a platform-specific path separator (os.sep) for the path keys - for compatibility with pypy on Windows. - """ - with zipfile.ZipFile(path) as zfile: - items = ( - ( - name.replace('/', os.sep), - zfile.getinfo(name), - ) - for name in zfile.namelist() - ) - return dict(items) - - load = build - - -class MemoizedZipManifests(ZipManifests): - """ - Memoized zipfile manifests. - """ - manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime') - - def load(self, path): - """ - Load a manifest at path or return a suitable manifest already loaded. - """ - path = os.path.normpath(path) - mtime = os.stat(path).st_mtime - - if path not in self or self[path].mtime != mtime: - manifest = self.build(path) - self[path] = self.manifest_mod(manifest, mtime) - - return self[path].manifest - - -class ZipProvider(EggProvider): - """Resource support for zips and eggs""" - - eagers = None - _zip_manifests = MemoizedZipManifests() - - def __init__(self, module): - EggProvider.__init__(self, module) - self.zip_pre = self.loader.archive + os.sep - - def _zipinfo_name(self, fspath): - # Convert a virtual filename (full path to file) into a zipfile subpath - # usable with the zipimport directory cache for our target archive - fspath = fspath.rstrip(os.sep) - if fspath == self.loader.archive: - return '' - if fspath.startswith(self.zip_pre): - return fspath[len(self.zip_pre):] - raise AssertionError( - "%s is not a subpath of %s" % (fspath, self.zip_pre) - ) - - def _parts(self, zip_path): - # Convert a zipfile subpath into an egg-relative path part list. - # pseudo-fs path - fspath = self.zip_pre + zip_path - if fspath.startswith(self.egg_root + os.sep): - return fspath[len(self.egg_root) + 1:].split(os.sep) - raise AssertionError( - "%s is not a subpath of %s" % (fspath, self.egg_root) - ) - - @property - def zipinfo(self): - return self._zip_manifests.load(self.loader.archive) - - def get_resource_filename(self, manager, resource_name): - if not self.egg_name: - raise NotImplementedError( - "resource_filename() only supported for .egg, not .zip" - ) - # no need to lock for extraction, since we use temp names - zip_path = self._resource_to_zip(resource_name) - eagers = self._get_eager_resources() - if '/'.join(self._parts(zip_path)) in eagers: - for name in eagers: - self._extract_resource(manager, self._eager_to_zip(name)) - return self._extract_resource(manager, zip_path) - - @staticmethod - def _get_date_and_size(zip_stat): - size = zip_stat.file_size - # ymdhms+wday, yday, dst - date_time = zip_stat.date_time + (0, 0, -1) - # 1980 offset already done - timestamp = time.mktime(date_time) - return timestamp, size - - def _extract_resource(self, manager, zip_path): - - if zip_path in self._index(): - for name in self._index()[zip_path]: - last = self._extract_resource( - manager, os.path.join(zip_path, name) - ) - # return the extracted directory name - return os.path.dirname(last) - - timestamp, size = self._get_date_and_size(self.zipinfo[zip_path]) - - if not WRITE_SUPPORT: - raise IOError('"os.rename" and "os.unlink" are not supported ' - 'on this platform') - try: - - real_path = manager.get_cache_path( - self.egg_name, self._parts(zip_path) - ) - - if self._is_current(real_path, zip_path): - return real_path - - outf, tmpnam = _mkstemp( - ".$extract", - dir=os.path.dirname(real_path), - ) - os.write(outf, self.loader.get_data(zip_path)) - os.close(outf) - utime(tmpnam, (timestamp, timestamp)) - manager.postprocess(tmpnam, real_path) - - try: - rename(tmpnam, real_path) - - except os.error: - if os.path.isfile(real_path): - if self._is_current(real_path, zip_path): - # the file became current since it was checked above, - # so proceed. - return real_path - # Windows, del old file and retry - elif os.name == 'nt': - unlink(real_path) - rename(tmpnam, real_path) - return real_path - raise - - except os.error: - # report a user-friendly error - manager.extraction_error() - - return real_path - - def _is_current(self, file_path, zip_path): - """ - Return True if the file_path is current for this zip_path - """ - timestamp, size = self._get_date_and_size(self.zipinfo[zip_path]) - if not os.path.isfile(file_path): - return False - stat = os.stat(file_path) - if stat.st_size != size or stat.st_mtime != timestamp: - return False - # check that the contents match - zip_contents = self.loader.get_data(zip_path) - with open(file_path, 'rb') as f: - file_contents = f.read() - return zip_contents == file_contents - - def _get_eager_resources(self): - if self.eagers is None: - eagers = [] - for name in ('native_libs.txt', 'eager_resources.txt'): - if self.has_metadata(name): - eagers.extend(self.get_metadata_lines(name)) - self.eagers = eagers - return self.eagers - - def _index(self): - try: - return self._dirindex - except AttributeError: - ind = {} - for path in self.zipinfo: - parts = path.split(os.sep) - while parts: - parent = os.sep.join(parts[:-1]) - if parent in ind: - ind[parent].append(parts[-1]) - break - else: - ind[parent] = [parts.pop()] - self._dirindex = ind - return ind - - def _has(self, fspath): - zip_path = self._zipinfo_name(fspath) - return zip_path in self.zipinfo or zip_path in self._index() - - def _isdir(self, fspath): - return self._zipinfo_name(fspath) in self._index() - - def _listdir(self, fspath): - return list(self._index().get(self._zipinfo_name(fspath), ())) - - def _eager_to_zip(self, resource_name): - return self._zipinfo_name(self._fn(self.egg_root, resource_name)) - - def _resource_to_zip(self, resource_name): - return self._zipinfo_name(self._fn(self.module_path, resource_name)) - - -register_loader_type(zipimport.zipimporter, ZipProvider) - - -class FileMetadata(EmptyProvider): - """Metadata handler for standalone PKG-INFO files - - Usage:: - - metadata = FileMetadata("/path/to/PKG-INFO") - - This provider rejects all data and metadata requests except for PKG-INFO, - which is treated as existing, and will be the contents of the file at - the provided location. - """ - - def __init__(self, path): - self.path = path - - def _get_metadata_path(self, name): - return self.path - - def has_metadata(self, name): - return name == 'PKG-INFO' and os.path.isfile(self.path) - - def get_metadata(self, name): - if name != 'PKG-INFO': - raise KeyError("No metadata except PKG-INFO is available") - - with io.open(self.path, encoding='utf-8', errors="replace") as f: - metadata = f.read() - self._warn_on_replacement(metadata) - return metadata - - def _warn_on_replacement(self, metadata): - # Python 2.7 compat for: replacement_char = '�' - replacement_char = b'\xef\xbf\xbd'.decode('utf-8') - if replacement_char in metadata: - tmpl = "{self.path} could not be properly decoded in UTF-8" - msg = tmpl.format(**locals()) - warnings.warn(msg) - - def get_metadata_lines(self, name): - return yield_lines(self.get_metadata(name)) - - -class PathMetadata(DefaultProvider): - """Metadata provider for egg directories - - Usage:: - - # Development eggs: - - egg_info = "/path/to/PackageName.egg-info" - base_dir = os.path.dirname(egg_info) - metadata = PathMetadata(base_dir, egg_info) - dist_name = os.path.splitext(os.path.basename(egg_info))[0] - dist = Distribution(basedir, project_name=dist_name, metadata=metadata) - - # Unpacked egg directories: - - egg_path = "/path/to/PackageName-ver-pyver-etc.egg" - metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO')) - dist = Distribution.from_filename(egg_path, metadata=metadata) - """ - - def __init__(self, path, egg_info): - self.module_path = path - self.egg_info = egg_info - - -class EggMetadata(ZipProvider): - """Metadata provider for .egg files""" - - def __init__(self, importer): - """Create a metadata provider from a zipimporter""" - - self.zip_pre = importer.archive + os.sep - self.loader = importer - if importer.prefix: - self.module_path = os.path.join(importer.archive, importer.prefix) - else: - self.module_path = importer.archive - self._setup_prefix() - - -_declare_state('dict', _distribution_finders={}) - - -def register_finder(importer_type, distribution_finder): - """Register `distribution_finder` to find distributions in sys.path items - - `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item - handler), and `distribution_finder` is a callable that, passed a path - item and the importer instance, yields ``Distribution`` instances found on - that path item. See ``pkg_resources.find_on_path`` for an example.""" - _distribution_finders[importer_type] = distribution_finder - - -def find_distributions(path_item, only=False): - """Yield distributions accessible via `path_item`""" - importer = get_importer(path_item) - finder = _find_adapter(_distribution_finders, importer) - return finder(importer, path_item, only) - - -def find_eggs_in_zip(importer, path_item, only=False): - """ - Find eggs in zip files; possibly multiple nested eggs. - """ - if importer.archive.endswith('.whl'): - # wheels are not supported with this finder - # they don't have PKG-INFO metadata, and won't ever contain eggs - return - metadata = EggMetadata(importer) - if metadata.has_metadata('PKG-INFO'): - yield Distribution.from_filename(path_item, metadata=metadata) - if only: - # don't yield nested distros - return - for subitem in metadata.resource_listdir(''): - if _is_egg_path(subitem): - subpath = os.path.join(path_item, subitem) - dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath) - for dist in dists: - yield dist - elif subitem.lower().endswith('.dist-info'): - subpath = os.path.join(path_item, subitem) - submeta = EggMetadata(zipimport.zipimporter(subpath)) - submeta.egg_info = subpath - yield Distribution.from_location(path_item, subitem, submeta) - - -register_finder(zipimport.zipimporter, find_eggs_in_zip) - - -def find_nothing(importer, path_item, only=False): - return () - - -register_finder(object, find_nothing) - - -def _by_version_descending(names): - """ - Given a list of filenames, return them in descending order - by version number. - - >>> names = 'bar', 'foo', 'Python-2.7.10.egg', 'Python-2.7.2.egg' - >>> _by_version_descending(names) - ['Python-2.7.10.egg', 'Python-2.7.2.egg', 'foo', 'bar'] - >>> names = 'Setuptools-1.2.3b1.egg', 'Setuptools-1.2.3.egg' - >>> _by_version_descending(names) - ['Setuptools-1.2.3.egg', 'Setuptools-1.2.3b1.egg'] - >>> names = 'Setuptools-1.2.3b1.egg', 'Setuptools-1.2.3.post1.egg' - >>> _by_version_descending(names) - ['Setuptools-1.2.3.post1.egg', 'Setuptools-1.2.3b1.egg'] - """ - def _by_version(name): - """ - Parse each component of the filename - """ - name, ext = os.path.splitext(name) - parts = itertools.chain(name.split('-'), [ext]) - return [packaging.version.parse(part) for part in parts] - - return sorted(names, key=_by_version, reverse=True) - - -def find_on_path(importer, path_item, only=False): - """Yield distributions accessible on a sys.path directory""" - path_item = _normalize_cached(path_item) - - if _is_unpacked_egg(path_item): - yield Distribution.from_filename( - path_item, metadata=PathMetadata( - path_item, os.path.join(path_item, 'EGG-INFO') - ) - ) - return - - entries = safe_listdir(path_item) - - # for performance, before sorting by version, - # screen entries for only those that will yield - # distributions - filtered = ( - entry - for entry in entries - if dist_factory(path_item, entry, only) - ) - - # scan for .egg and .egg-info in directory - path_item_entries = _by_version_descending(filtered) - for entry in path_item_entries: - fullpath = os.path.join(path_item, entry) - factory = dist_factory(path_item, entry, only) - for dist in factory(fullpath): - yield dist - - -def dist_factory(path_item, entry, only): - """ - Return a dist_factory for a path_item and entry - """ - lower = entry.lower() - is_meta = any(map(lower.endswith, ('.egg-info', '.dist-info'))) - return ( - distributions_from_metadata - if is_meta else - find_distributions - if not only and _is_egg_path(entry) else - resolve_egg_link - if not only and lower.endswith('.egg-link') else - NoDists() - ) - - -class NoDists: - """ - >>> bool(NoDists()) - False - - >>> list(NoDists()('anything')) - [] - """ - def __bool__(self): - return False - if six.PY2: - __nonzero__ = __bool__ - - def __call__(self, fullpath): - return iter(()) - - -def safe_listdir(path): - """ - Attempt to list contents of path, but suppress some exceptions. - """ - try: - return os.listdir(path) - except (PermissionError, NotADirectoryError): - pass - except OSError as e: - # Ignore the directory if does not exist, not a directory or - # permission denied - ignorable = ( - e.errno in (errno.ENOTDIR, errno.EACCES, errno.ENOENT) - # Python 2 on Windows needs to be handled this way :( - or getattr(e, "winerror", None) == 267 - ) - if not ignorable: - raise - return () - - -def distributions_from_metadata(path): - root = os.path.dirname(path) - if os.path.isdir(path): - if len(os.listdir(path)) == 0: - # empty metadata dir; skip - return - metadata = PathMetadata(root, path) - else: - metadata = FileMetadata(path) - entry = os.path.basename(path) - yield Distribution.from_location( - root, entry, metadata, precedence=DEVELOP_DIST, - ) - - -def non_empty_lines(path): - """ - Yield non-empty lines from file at path - """ - with open(path) as f: - for line in f: - line = line.strip() - if line: - yield line - - -def resolve_egg_link(path): - """ - Given a path to an .egg-link, resolve distributions - present in the referenced path. - """ - referenced_paths = non_empty_lines(path) - resolved_paths = ( - os.path.join(os.path.dirname(path), ref) - for ref in referenced_paths - ) - dist_groups = map(find_distributions, resolved_paths) - return next(dist_groups, ()) - - -register_finder(pkgutil.ImpImporter, find_on_path) - -if hasattr(importlib_machinery, 'FileFinder'): - register_finder(importlib_machinery.FileFinder, find_on_path) - -_declare_state('dict', _namespace_handlers={}) -_declare_state('dict', _namespace_packages={}) - - -def register_namespace_handler(importer_type, namespace_handler): - """Register `namespace_handler` to declare namespace packages - - `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item - handler), and `namespace_handler` is a callable like this:: - - def namespace_handler(importer, path_entry, moduleName, module): - # return a path_entry to use for child packages - - Namespace handlers are only called if the importer object has already - agreed that it can handle the relevant path item, and they should only - return a subpath if the module __path__ does not already contain an - equivalent subpath. For an example namespace handler, see - ``pkg_resources.file_ns_handler``. - """ - _namespace_handlers[importer_type] = namespace_handler - - -def _handle_ns(packageName, path_item): - """Ensure that named package includes a subpath of path_item (if needed)""" - - importer = get_importer(path_item) - if importer is None: - return None - - # capture warnings due to #1111 - with warnings.catch_warnings(): - warnings.simplefilter("ignore") - loader = importer.find_module(packageName) - - if loader is None: - return None - module = sys.modules.get(packageName) - if module is None: - module = sys.modules[packageName] = types.ModuleType(packageName) - module.__path__ = [] - _set_parent_ns(packageName) - elif not hasattr(module, '__path__'): - raise TypeError("Not a package:", packageName) - handler = _find_adapter(_namespace_handlers, importer) - subpath = handler(importer, path_item, packageName, module) - if subpath is not None: - path = module.__path__ - path.append(subpath) - loader.load_module(packageName) - _rebuild_mod_path(path, packageName, module) - return subpath - - -def _rebuild_mod_path(orig_path, package_name, module): - """ - Rebuild module.__path__ ensuring that all entries are ordered - corresponding to their sys.path order - """ - sys_path = [_normalize_cached(p) for p in sys.path] - - def safe_sys_path_index(entry): - """ - Workaround for #520 and #513. - """ - try: - return sys_path.index(entry) - except ValueError: - return float('inf') - - def position_in_sys_path(path): - """ - Return the ordinal of the path based on its position in sys.path - """ - path_parts = path.split(os.sep) - module_parts = package_name.count('.') + 1 - parts = path_parts[:-module_parts] - return safe_sys_path_index(_normalize_cached(os.sep.join(parts))) - - new_path = sorted(orig_path, key=position_in_sys_path) - new_path = [_normalize_cached(p) for p in new_path] - - if isinstance(module.__path__, list): - module.__path__[:] = new_path - else: - module.__path__ = new_path - - -def declare_namespace(packageName): - """Declare that package 'packageName' is a namespace package""" - - _imp.acquire_lock() - try: - if packageName in _namespace_packages: - return - - path = sys.path - parent, _, _ = packageName.rpartition('.') - - if parent: - declare_namespace(parent) - if parent not in _namespace_packages: - __import__(parent) - try: - path = sys.modules[parent].__path__ - except AttributeError: - raise TypeError("Not a package:", parent) - - # Track what packages are namespaces, so when new path items are added, - # they can be updated - _namespace_packages.setdefault(parent or None, []).append(packageName) - _namespace_packages.setdefault(packageName, []) - - for path_item in path: - # Ensure all the parent's path items are reflected in the child, - # if they apply - _handle_ns(packageName, path_item) - - finally: - _imp.release_lock() - - -def fixup_namespace_packages(path_item, parent=None): - """Ensure that previously-declared namespace packages include path_item""" - _imp.acquire_lock() - try: - for package in _namespace_packages.get(parent, ()): - subpath = _handle_ns(package, path_item) - if subpath: - fixup_namespace_packages(subpath, package) - finally: - _imp.release_lock() - - -def file_ns_handler(importer, path_item, packageName, module): - """Compute an ns-package subpath for a filesystem or zipfile importer""" - - subpath = os.path.join(path_item, packageName.split('.')[-1]) - normalized = _normalize_cached(subpath) - for item in module.__path__: - if _normalize_cached(item) == normalized: - break - else: - # Only return the path if it's not already there - return subpath - - -register_namespace_handler(pkgutil.ImpImporter, file_ns_handler) -register_namespace_handler(zipimport.zipimporter, file_ns_handler) - -if hasattr(importlib_machinery, 'FileFinder'): - register_namespace_handler(importlib_machinery.FileFinder, file_ns_handler) - - -def null_ns_handler(importer, path_item, packageName, module): - return None - - -register_namespace_handler(object, null_ns_handler) - - -def normalize_path(filename): - """Normalize a file/dir name for comparison purposes""" - return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename)))) - - -def _cygwin_patch(filename): # pragma: nocover - """ - Contrary to POSIX 2008, on Cygwin, getcwd (3) contains - symlink components. Using - os.path.abspath() works around this limitation. A fix in os.getcwd() - would probably better, in Cygwin even more so, except - that this seems to be by design... - """ - return os.path.abspath(filename) if sys.platform == 'cygwin' else filename - - -def _normalize_cached(filename, _cache={}): - try: - return _cache[filename] - except KeyError: - _cache[filename] = result = normalize_path(filename) - return result - - -def _is_egg_path(path): - """ - Determine if given path appears to be an egg. - """ - return path.lower().endswith('.egg') - - -def _is_unpacked_egg(path): - """ - Determine if given path appears to be an unpacked egg. - """ - return ( - _is_egg_path(path) and - os.path.isfile(os.path.join(path, 'EGG-INFO', 'PKG-INFO')) - ) - - -def _set_parent_ns(packageName): - parts = packageName.split('.') - name = parts.pop() - if parts: - parent = '.'.join(parts) - setattr(sys.modules[parent], name, sys.modules[packageName]) - - -def yield_lines(strs): - """Yield non-empty/non-comment lines of a string or sequence""" - if isinstance(strs, six.string_types): - for s in strs.splitlines(): - s = s.strip() - # skip blank lines/comments - if s and not s.startswith('#'): - yield s - else: - for ss in strs: - for s in yield_lines(ss): - yield s - - -MODULE = re.compile(r"\w+(\.\w+)*$").match -EGG_NAME = re.compile( - r""" - (?P<name>[^-]+) ( - -(?P<ver>[^-]+) ( - -py(?P<pyver>[^-]+) ( - -(?P<plat>.+) - )? - )? - )? - """, - re.VERBOSE | re.IGNORECASE, -).match - - -class EntryPoint: - """Object representing an advertised importable object""" - - def __init__(self, name, module_name, attrs=(), extras=(), dist=None): - if not MODULE(module_name): - raise ValueError("Invalid module name", module_name) - self.name = name - self.module_name = module_name - self.attrs = tuple(attrs) - self.extras = tuple(extras) - self.dist = dist - - def __str__(self): - s = "%s = %s" % (self.name, self.module_name) - if self.attrs: - s += ':' + '.'.join(self.attrs) - if self.extras: - s += ' [%s]' % ','.join(self.extras) - return s - - def __repr__(self): - return "EntryPoint.parse(%r)" % str(self) - - def load(self, require=True, *args, **kwargs): - """ - Require packages for this EntryPoint, then resolve it. - """ - if not require or args or kwargs: - warnings.warn( - "Parameters to load are deprecated. Call .resolve and " - ".require separately.", - PkgResourcesDeprecationWarning, - stacklevel=2, - ) - if require: - self.require(*args, **kwargs) - return self.resolve() - - def resolve(self): - """ - Resolve the entry point from its module and attrs. - """ - module = __import__(self.module_name, fromlist=['__name__'], level=0) - try: - return functools.reduce(getattr, self.attrs, module) - except AttributeError as exc: - raise ImportError(str(exc)) - - def require(self, env=None, installer=None): - if self.extras and not self.dist: - raise UnknownExtra("Can't require() without a distribution", self) - - # Get the requirements for this entry point with all its extras and - # then resolve them. We have to pass `extras` along when resolving so - # that the working set knows what extras we want. Otherwise, for - # dist-info distributions, the working set will assume that the - # requirements for that extra are purely optional and skip over them. - reqs = self.dist.requires(self.extras) - items = working_set.resolve(reqs, env, installer, extras=self.extras) - list(map(working_set.add, items)) - - pattern = re.compile( - r'\s*' - r'(?P<name>.+?)\s*' - r'=\s*' - r'(?P<module>[\w.]+)\s*' - r'(:\s*(?P<attr>[\w.]+))?\s*' - r'(?P<extras>\[.*\])?\s*$' - ) - - @classmethod - def parse(cls, src, dist=None): - """Parse a single entry point from string `src` - - Entry point syntax follows the form:: - - name = some.module:some.attr [extra1, extra2] - - The entry name and module name are required, but the ``:attrs`` and - ``[extras]`` parts are optional - """ - m = cls.pattern.match(src) - if not m: - msg = "EntryPoint must be in 'name=module:attrs [extras]' format" - raise ValueError(msg, src) - res = m.groupdict() - extras = cls._parse_extras(res['extras']) - attrs = res['attr'].split('.') if res['attr'] else () - return cls(res['name'], res['module'], attrs, extras, dist) - - @classmethod - def _parse_extras(cls, extras_spec): - if not extras_spec: - return () - req = Requirement.parse('x' + extras_spec) - if req.specs: - raise ValueError() - return req.extras - - @classmethod - def parse_group(cls, group, lines, dist=None): - """Parse an entry point group""" - if not MODULE(group): - raise ValueError("Invalid group name", group) - this = {} - for line in yield_lines(lines): - ep = cls.parse(line, dist) - if ep.name in this: - raise ValueError("Duplicate entry point", group, ep.name) - this[ep.name] = ep - return this - - @classmethod - def parse_map(cls, data, dist=None): - """Parse a map of entry point groups""" - if isinstance(data, dict): - data = data.items() - else: - data = split_sections(data) - maps = {} - for group, lines in data: - if group is None: - if not lines: - continue - raise ValueError("Entry points must be listed in groups") - group = group.strip() - if group in maps: - raise ValueError("Duplicate group name", group) - maps[group] = cls.parse_group(group, lines, dist) - return maps - - -def _remove_md5_fragment(location): - if not location: - return '' - parsed = urllib.parse.urlparse(location) - if parsed[-1].startswith('md5='): - return urllib.parse.urlunparse(parsed[:-1] + ('',)) - return location - - -def _version_from_file(lines): - """ - Given an iterable of lines from a Metadata file, return - the value of the Version field, if present, or None otherwise. - """ - def is_version_line(line): - return line.lower().startswith('version:') - version_lines = filter(is_version_line, lines) - line = next(iter(version_lines), '') - _, _, value = line.partition(':') - return safe_version(value.strip()) or None - - -class Distribution: - """Wrap an actual or potential sys.path entry w/metadata""" - PKG_INFO = 'PKG-INFO' - - def __init__( - self, location=None, metadata=None, project_name=None, - version=None, py_version=PY_MAJOR, platform=None, - precedence=EGG_DIST): - self.project_name = safe_name(project_name or 'Unknown') - if version is not None: - self._version = safe_version(version) - self.py_version = py_version - self.platform = platform - self.location = location - self.precedence = precedence - self._provider = metadata or empty_provider - - @classmethod - def from_location(cls, location, basename, metadata=None, **kw): - project_name, version, py_version, platform = [None] * 4 - basename, ext = os.path.splitext(basename) - if ext.lower() in _distributionImpl: - cls = _distributionImpl[ext.lower()] - - match = EGG_NAME(basename) - if match: - project_name, version, py_version, platform = match.group( - 'name', 'ver', 'pyver', 'plat' - ) - return cls( - location, metadata, project_name=project_name, version=version, - py_version=py_version, platform=platform, **kw - )._reload_version() - - def _reload_version(self): - return self - - @property - def hashcmp(self): - return ( - self.parsed_version, - self.precedence, - self.key, - _remove_md5_fragment(self.location), - self.py_version or '', - self.platform or '', - ) - - def __hash__(self): - return hash(self.hashcmp) - - def __lt__(self, other): - return self.hashcmp < other.hashcmp - - def __le__(self, other): - return self.hashcmp <= other.hashcmp - - def __gt__(self, other): - return self.hashcmp > other.hashcmp - - def __ge__(self, other): - return self.hashcmp >= other.hashcmp - - def __eq__(self, other): - if not isinstance(other, self.__class__): - # It's not a Distribution, so they are not equal - return False - return self.hashcmp == other.hashcmp - - def __ne__(self, other): - return not self == other - - # These properties have to be lazy so that we don't have to load any - # metadata until/unless it's actually needed. (i.e., some distributions - # may not know their name or version without loading PKG-INFO) - - @property - def key(self): - try: - return self._key - except AttributeError: - self._key = key = self.project_name.lower() - return key - - @property - def parsed_version(self): - if not hasattr(self, "_parsed_version"): - self._parsed_version = parse_version(self.version) - - return self._parsed_version - - def _warn_legacy_version(self): - LV = packaging.version.LegacyVersion - is_legacy = isinstance(self._parsed_version, LV) - if not is_legacy: - return - - # While an empty version is technically a legacy version and - # is not a valid PEP 440 version, it's also unlikely to - # actually come from someone and instead it is more likely that - # it comes from setuptools attempting to parse a filename and - # including it in the list. So for that we'll gate this warning - # on if the version is anything at all or not. - if not self.version: - return - - tmpl = textwrap.dedent(""" - '{project_name} ({version})' is being parsed as a legacy, - non PEP 440, - version. You may find odd behavior and sort order. - In particular it will be sorted as less than 0.0. It - is recommended to migrate to PEP 440 compatible - versions. - """).strip().replace('\n', ' ') - - warnings.warn(tmpl.format(**vars(self)), PEP440Warning) - - @property - def version(self): - try: - return self._version - except AttributeError: - version = self._get_version() - if version is None: - path = self._get_metadata_path_for_display(self.PKG_INFO) - msg = ( - "Missing 'Version:' header and/or {} file at path: {}" - ).format(self.PKG_INFO, path) - raise ValueError(msg, self) - - return version - - @property - def _dep_map(self): - """ - A map of extra to its list of (direct) requirements - for this distribution, including the null extra. - """ - try: - return self.__dep_map - except AttributeError: - self.__dep_map = self._filter_extras(self._build_dep_map()) - return self.__dep_map - - @staticmethod - def _filter_extras(dm): - """ - Given a mapping of extras to dependencies, strip off - environment markers and filter out any dependencies - not matching the markers. - """ - for extra in list(filter(None, dm)): - new_extra = extra - reqs = dm.pop(extra) - new_extra, _, marker = extra.partition(':') - fails_marker = marker and ( - invalid_marker(marker) - or not evaluate_marker(marker) - ) - if fails_marker: - reqs = [] - new_extra = safe_extra(new_extra) or None - - dm.setdefault(new_extra, []).extend(reqs) - return dm - - def _build_dep_map(self): - dm = {} - for name in 'requires.txt', 'depends.txt': - for extra, reqs in split_sections(self._get_metadata(name)): - dm.setdefault(extra, []).extend(parse_requirements(reqs)) - return dm - - def requires(self, extras=()): - """List of Requirements needed for this distro if `extras` are used""" - dm = self._dep_map - deps = [] - deps.extend(dm.get(None, ())) - for ext in extras: - try: - deps.extend(dm[safe_extra(ext)]) - except KeyError: - raise UnknownExtra( - "%s has no such extra feature %r" % (self, ext) - ) - return deps - - def _get_metadata_path_for_display(self, name): - """ - Return the path to the given metadata file, if available. - """ - try: - # We need to access _get_metadata_path() on the provider object - # directly rather than through this class's __getattr__() - # since _get_metadata_path() is marked private. - path = self._provider._get_metadata_path(name) - - # Handle exceptions e.g. in case the distribution's metadata - # provider doesn't support _get_metadata_path(). - except Exception: - return '[could not detect]' - - return path - - def _get_metadata(self, name): - if self.has_metadata(name): - for line in self.get_metadata_lines(name): - yield line - - def _get_version(self): - lines = self._get_metadata(self.PKG_INFO) - version = _version_from_file(lines) - - return version - - def activate(self, path=None, replace=False): - """Ensure distribution is importable on `path` (default=sys.path)""" - if path is None: - path = sys.path - self.insert_on(path, replace=replace) - if path is sys.path: - fixup_namespace_packages(self.location) - for pkg in self._get_metadata('namespace_packages.txt'): - if pkg in sys.modules: - declare_namespace(pkg) - - def egg_name(self): - """Return what this distribution's standard .egg filename should be""" - filename = "%s-%s-py%s" % ( - to_filename(self.project_name), to_filename(self.version), - self.py_version or PY_MAJOR - ) - - if self.platform: - filename += '-' + self.platform - return filename - - def __repr__(self): - if self.location: - return "%s (%s)" % (self, self.location) - else: - return str(self) - - def __str__(self): - try: - version = getattr(self, 'version', None) - except ValueError: - version = None - version = version or "[unknown version]" - return "%s %s" % (self.project_name, version) - - def __getattr__(self, attr): - """Delegate all unrecognized public attributes to .metadata provider""" - if attr.startswith('_'): - raise AttributeError(attr) - return getattr(self._provider, attr) - - def __dir__(self): - return list( - set(super(Distribution, self).__dir__()) - | set( - attr for attr in self._provider.__dir__() - if not attr.startswith('_') - ) - ) - - if not hasattr(object, '__dir__'): - # python 2.7 not supported - del __dir__ - - @classmethod - def from_filename(cls, filename, metadata=None, **kw): - return cls.from_location( - _normalize_cached(filename), os.path.basename(filename), metadata, - **kw - ) - - def as_requirement(self): - """Return a ``Requirement`` that matches this distribution exactly""" - if isinstance(self.parsed_version, packaging.version.Version): - spec = "%s==%s" % (self.project_name, self.parsed_version) - else: - spec = "%s===%s" % (self.project_name, self.parsed_version) - - return Requirement.parse(spec) - - def load_entry_point(self, group, name): - """Return the `name` entry point of `group` or raise ImportError""" - ep = self.get_entry_info(group, name) - if ep is None: - raise ImportError("Entry point %r not found" % ((group, name),)) - return ep.load() - - def get_entry_map(self, group=None): - """Return the entry point map for `group`, or the full entry map""" - try: - ep_map = self._ep_map - except AttributeError: - ep_map = self._ep_map = EntryPoint.parse_map( - self._get_metadata('entry_points.txt'), self - ) - if group is not None: - return ep_map.get(group, {}) - return ep_map - - def get_entry_info(self, group, name): - """Return the EntryPoint object for `group`+`name`, or ``None``""" - return self.get_entry_map(group).get(name) - - def insert_on(self, path, loc=None, replace=False): - """Ensure self.location is on path - - If replace=False (default): - - If location is already in path anywhere, do nothing. - - Else: - - If it's an egg and its parent directory is on path, - insert just ahead of the parent. - - Else: add to the end of path. - If replace=True: - - If location is already on path anywhere (not eggs) - or higher priority than its parent (eggs) - do nothing. - - Else: - - If it's an egg and its parent directory is on path, - insert just ahead of the parent, - removing any lower-priority entries. - - Else: add it to the front of path. - """ - - loc = loc or self.location - if not loc: - return - - nloc = _normalize_cached(loc) - bdir = os.path.dirname(nloc) - npath = [(p and _normalize_cached(p) or p) for p in path] - - for p, item in enumerate(npath): - if item == nloc: - if replace: - break - else: - # don't modify path (even removing duplicates) if - # found and not replace - return - elif item == bdir and self.precedence == EGG_DIST: - # if it's an .egg, give it precedence over its directory - # UNLESS it's already been added to sys.path and replace=False - if (not replace) and nloc in npath[p:]: - return - if path is sys.path: - self.check_version_conflict() - path.insert(p, loc) - npath.insert(p, nloc) - break - else: - if path is sys.path: - self.check_version_conflict() - if replace: - path.insert(0, loc) - else: - path.append(loc) - return - - # p is the spot where we found or inserted loc; now remove duplicates - while True: - try: - np = npath.index(nloc, p + 1) - except ValueError: - break - else: - del npath[np], path[np] - # ha! - p = np - - return - - def check_version_conflict(self): - if self.key == 'setuptools': - # ignore the inevitable setuptools self-conflicts :( - return - - nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt')) - loc = normalize_path(self.location) - for modname in self._get_metadata('top_level.txt'): - if (modname not in sys.modules or modname in nsp - or modname in _namespace_packages): - continue - if modname in ('pkg_resources', 'setuptools', 'site'): - continue - fn = getattr(sys.modules[modname], '__file__', None) - if fn and (normalize_path(fn).startswith(loc) or - fn.startswith(self.location)): - continue - issue_warning( - "Module %s was already imported from %s, but %s is being added" - " to sys.path" % (modname, fn, self.location), - ) - - def has_version(self): - try: - self.version - except ValueError: - issue_warning("Unbuilt egg for " + repr(self)) - return False - return True - - def clone(self, **kw): - """Copy this distribution, substituting in any changed keyword args""" - names = 'project_name version py_version platform location precedence' - for attr in names.split(): - kw.setdefault(attr, getattr(self, attr, None)) - kw.setdefault('metadata', self._provider) - return self.__class__(**kw) - - @property - def extras(self): - return [dep for dep in self._dep_map if dep] - - -class EggInfoDistribution(Distribution): - def _reload_version(self): - """ - Packages installed by distutils (e.g. numpy or scipy), - which uses an old safe_version, and so - their version numbers can get mangled when - converted to filenames (e.g., 1.11.0.dev0+2329eae to - 1.11.0.dev0_2329eae). These distributions will not be - parsed properly - downstream by Distribution and safe_version, so - take an extra step and try to get the version number from - the metadata file itself instead of the filename. - """ - md_version = self._get_version() - if md_version: - self._version = md_version - return self - - -class DistInfoDistribution(Distribution): - """ - Wrap an actual or potential sys.path entry - w/metadata, .dist-info style. - """ - PKG_INFO = 'METADATA' - EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])") - - @property - def _parsed_pkg_info(self): - """Parse and cache metadata""" - try: - return self._pkg_info - except AttributeError: - metadata = self.get_metadata(self.PKG_INFO) - self._pkg_info = email.parser.Parser().parsestr(metadata) - return self._pkg_info - - @property - def _dep_map(self): - try: - return self.__dep_map - except AttributeError: - self.__dep_map = self._compute_dependencies() - return self.__dep_map - - def _compute_dependencies(self): - """Recompute this distribution's dependencies.""" - dm = self.__dep_map = {None: []} - - reqs = [] - # Including any condition expressions - for req in self._parsed_pkg_info.get_all('Requires-Dist') or []: - reqs.extend(parse_requirements(req)) - - def reqs_for_extra(extra): - for req in reqs: - if not req.marker or req.marker.evaluate({'extra': extra}): - yield req - - common = frozenset(reqs_for_extra(None)) - dm[None].extend(common) - - for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []: - s_extra = safe_extra(extra.strip()) - dm[s_extra] = list(frozenset(reqs_for_extra(extra)) - common) - - return dm - - -_distributionImpl = { - '.egg': Distribution, - '.egg-info': EggInfoDistribution, - '.dist-info': DistInfoDistribution, -} - - -def issue_warning(*args, **kw): - level = 1 - g = globals() - try: - # find the first stack frame that is *not* code in - # the pkg_resources module, to use for the warning - while sys._getframe(level).f_globals is g: - level += 1 - except ValueError: - pass - warnings.warn(stacklevel=level + 1, *args, **kw) - - -class RequirementParseError(ValueError): - def __str__(self): - return ' '.join(self.args) - - -def parse_requirements(strs): - """Yield ``Requirement`` objects for each specification in `strs` - - `strs` must be a string, or a (possibly-nested) iterable thereof. - """ - # create a steppable iterator, so we can handle \-continuations - lines = iter(yield_lines(strs)) - - for line in lines: - # Drop comments -- a hash without a space may be in a URL. - if ' #' in line: - line = line[:line.find(' #')] - # If there is a line continuation, drop it, and append the next line. - if line.endswith('\\'): - line = line[:-2].strip() - try: - line += next(lines) - except StopIteration: - return - yield Requirement(line) - - -class Requirement(packaging.requirements.Requirement): - def __init__(self, requirement_string): - """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!""" - try: - super(Requirement, self).__init__(requirement_string) - except packaging.requirements.InvalidRequirement as e: - raise RequirementParseError(str(e)) - self.unsafe_name = self.name - project_name = safe_name(self.name) - self.project_name, self.key = project_name, project_name.lower() - self.specs = [ - (spec.operator, spec.version) for spec in self.specifier] - self.extras = tuple(map(safe_extra, self.extras)) - self.hashCmp = ( - self.key, - self.specifier, - frozenset(self.extras), - str(self.marker) if self.marker else None, - ) - self.__hash = hash(self.hashCmp) - - def __eq__(self, other): - return ( - isinstance(other, Requirement) and - self.hashCmp == other.hashCmp - ) - - def __ne__(self, other): - return not self == other - - def __contains__(self, item): - if isinstance(item, Distribution): - if item.key != self.key: - return False - - item = item.version - - # Allow prereleases always in order to match the previous behavior of - # this method. In the future this should be smarter and follow PEP 440 - # more accurately. - return self.specifier.contains(item, prereleases=True) - - def __hash__(self): - return self.__hash - - def __repr__(self): - return "Requirement.parse(%r)" % str(self) - - @staticmethod - def parse(s): - req, = parse_requirements(s) - return req - - -def _always_object(classes): - """ - Ensure object appears in the mro even - for old-style classes. - """ - if object not in classes: - return classes + (object,) - return classes - - -def _find_adapter(registry, ob): - """Return an adapter factory for `ob` from `registry`""" - types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob)))) - for t in types: - if t in registry: - return registry[t] - - -def ensure_directory(path): - """Ensure that the parent directory of `path` exists""" - dirname = os.path.dirname(path) - py31compat.makedirs(dirname, exist_ok=True) - - -def _bypass_ensure_directory(path): - """Sandbox-bypassing version of ensure_directory()""" - if not WRITE_SUPPORT: - raise IOError('"os.mkdir" not supported on this platform.') - dirname, filename = split(path) - if dirname and filename and not isdir(dirname): - _bypass_ensure_directory(dirname) - try: - mkdir(dirname, 0o755) - except FileExistsError: - pass - - -def split_sections(s): - """Split a string or iterable thereof into (section, content) pairs - - Each ``section`` is a stripped version of the section header ("[section]") - and each ``content`` is a list of stripped lines excluding blank lines and - comment-only lines. If there are any such lines before the first section - header, they're returned in a first ``section`` of ``None``. - """ - section = None - content = [] - for line in yield_lines(s): - if line.startswith("["): - if line.endswith("]"): - if section or content: - yield section, content - section = line[1:-1].strip() - content = [] - else: - raise ValueError("Invalid section heading", line) - else: - content.append(line) - - # wrap up last segment - yield section, content - - -def _mkstemp(*args, **kw): - old_open = os.open - try: - # temporarily bypass sandboxing - os.open = os_open - return tempfile.mkstemp(*args, **kw) - finally: - # and then put it back - os.open = old_open - - -# Silence the PEP440Warning by default, so that end users don't get hit by it -# randomly just because they use pkg_resources. We want to append the rule -# because we want earlier uses of filterwarnings to take precedence over this -# one. -warnings.filterwarnings("ignore", category=PEP440Warning, append=True) - - -# from jaraco.functools 1.3 -def _call_aside(f, *args, **kwargs): - f(*args, **kwargs) - return f - - -@_call_aside -def _initialize(g=globals()): - "Set up global resource manager (deliberately not state-saved)" - manager = ResourceManager() - g['_manager'] = manager - g.update( - (name, getattr(manager, name)) - for name in dir(manager) - if not name.startswith('_') - ) - - -@_call_aside -def _initialize_master_working_set(): - """ - Prepare the master working set and make the ``require()`` - API available. - - This function has explicit effects on the global state - of pkg_resources. It is intended to be invoked once at - the initialization of this module. - - Invocation by other packages is unsupported and done - at their own risk. - """ - working_set = WorkingSet._build_master() - _declare_state('object', working_set=working_set) - - require = working_set.require - iter_entry_points = working_set.iter_entry_points - add_activation_listener = working_set.subscribe - run_script = working_set.run_script - # backward compatibility - run_main = run_script - # Activate all distributions already on sys.path with replace=False and - # ensure that all distributions added to the working set in the future - # (e.g. by calling ``require()``) will get activated as well, - # with higher priority (replace=True). - tuple( - dist.activate(replace=False) - for dist in working_set - ) - add_activation_listener( - lambda dist: dist.activate(replace=True), - existing=False, - ) - working_set.entries = [] - # match order - list(map(working_set.add_entry, sys.path)) - globals().update(locals()) - -class PkgResourcesDeprecationWarning(Warning): - """ - Base class for warning about deprecations in ``pkg_resources`` - - This class is not derived from ``DeprecationWarning``, and as such is - visible by default. - """ diff --git a/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 98856c3a724ca322dc638467f1a1d34315c229d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 100342 zcmd44d4Qb9Sts0g_w<|^$-1n_ZCSQvWNGC1NPNh)WF58~d8A14)i~+y>3V0>Gd<m- z_wA81?Vdm)2MolC30WW^fF=PF=OO_XSi)gL!g7SbX2b6Cvh4D4d`os&Ag~L;A@=wC zJyq}3(<965_s5RZ?^$ovQ&mqrcU3()IGB&&@7cT7m#+C(Joab23I9Ean*;bcAIZgH zDpriCxJuOH^NC_2&g*17Sxm|~RZPh_T};b4Q_RRYTg=KiSIo(|uh=K&d@(QQ{$jtJ z2Z{r79xM*Zd8jxf=i%b8oJWcya$Z+lC+E@PsGQdqH^}*#;x%&KSllS*O~p-e-dx-) z=Pku8a^70pD(7p9*W#S256y2YZi~m-y7V^`-|%>>u{{;Dw$J6CkK37ejQ`||>xyr9 zGS)~u5o_nHLOh0aTaoU1Nw-_4vvw2<It{)^*Ke5LS==dKXX-c3-&DM5ephkV{8({J zo@MK)`SId7%HD?5Io$0o?w-H7c=P<8;vS^vEABOAXjtBBV96Kv`epRvtBK-1$#0;3 z%lsRQZ=Aoicq{VMt#I4??ZrFdG3$=mH~A3j-2Su4Em^$7<Tj{=>TjOEvv{ZEHVo+R zD&8g6Be=f1csKI7N3FXQm-DDOuQ%rna^7FOS6yQzXYWhJlCini^9lQa+9>DajZ{3= z$XWNRO_$>Did#Ep58&-nDp@>;-vjs^!tXGCNANp}--Gx)gx@jz9>(u2_#MaZ5&S0c zJAvOx{N9S+Df~`97*m_omS<vWi*@EwviPXls;+$|R(z}$D?YBasW;&I3AJ5ahx3!F zpsvTcsCK9uaQ-&6Q{9O3Q|czQ3+K0~F*T0!+tqG$^E0tjtXL|R)gHAM&njv{?Nhg? zH>z9JZR&P)hkBEGv$|8=rS4YusQv0*b)ULl9Z(0=1L}}Etd6Lo>Ou98I;I|0Z&An9 zBWjD9RM)B#>ZE$BI;BplGwM<Gn0j12p`KJl^=;}Y^)~f(RZ?YDQB$g_l(N*cno(y} zP0gw~Raf(>p_*zzom2MAgT*P-+)>9+^J7*OHCMQAsfTg@u%&Qs;eJt_$NhQB!u>Sv zFQ~WR{w?x;2KN`$aoiu5`?F}V8hUY7CDqcq6I)`%Iki-*t9Ef-4Hg?JUTmtTiwmlw z=FuMK)Uvt-XL}|#9aryA-~LRz=&0{d@5Hl~dY8I{^P-i#d|o}X5-(nmt9Rq-qP19D zQs1dg;eA_um)eK()7I0)j(S$T5!cJ=yVb2YzeByMzDM1LT)$m?ueu#iz60>SN0k9@ z`BI|zPTW1GD!8jy??mn1h5Pra!?-_;x0i7DKJ`5Ap0}RC+jrys`_v)aAHv)3w7#?W zU3l_-^$4CkV%?7v&*J|3)e+nuL5lBIA5agV%<obEN}a&@d({u9lQ_Re{h)dj=jYT9 zsmE}Bulk^R9Ow5vA6GH;A@u~{eI7aeu$n<mGsx-ttaH};t?#=8%8BP6R%h}2Ebf!V z@5lX*s2c8T*7xK71J(yF|Em?y9X$V0W#PFc>3+caflIOC58~;MsmpkJS!(n{xL;8p z!Tm?9AHvrk#QjIrEbeC|w-2G*{Ok`~A2KEXxSGPdDdd$bei&(gLRE2JwLXCRAHn@k zDusK6^vU9nT2H8t)ne-7&yn80pyp7+A43h}>J#dI)bKK{6Y7)dQ@CESeoV?)VL5o7 zRG(I#!Sj#c`TMPp@TvMK^;zWbQM^s5 lr+aFgyqkb08egY-`YxQ#|`RCA9KdF9R z{Q{nTO#K`6i#UH=eO~<%&M&B6R=<MtCy?jR>?f@sXRg+#tUJ`NUP?Tlu|JFFcg%j; zJlC+lNZ3t1UXptJnyMp@&!}HlU%>gN)ECun;QU$jZ`FRBKL_a2>Niyb(EYUfE%n=Y z_A}OJq`aSz@;)Q=)Yo3wS$hxCuxxp*en))?-~B9}z2Ev-sr&D$BA)zf^=0*YIR9LY zqviM2ze6cMufC%GJ)Zr7`l|W^od1pb59&YS{EO;8sna-rUdGHHuEb}5srbus?ONH{ zU%~HJABe3a@bpEr-XE!l(0UJ{^<Gl{S^Y7-`!)4n)PKeK*YWmG)KR=Winm|D-T$Nh z6nB4WeF1&^Mcn_H`g7d>x!nJT^#$vT)^Di4_;9lLZ`J>+{u^@mO{Dot^);mVn)O@w z=C{><SCe@DJ9z#-)Ps2bpmq1`mu7z#?|xVPmHMA}_ht3h>ThuVJ@vQhNt}OQeO>(> z&i_vRy*h*QSJeMf{~PCjZ}rc9RsDnYsOnSy_*@cL@(uM*c>V|0A6Wn45?kqI_04DE zm*U0$X#IiuXZ5XTVz~ZKDESq&fRY!iKSZgnN}i65fnUce#Y8NYKUt~HRc5S$Z8^<F zyJ{5<o;;S{+v6{vKNuvcIfY80-khmbEA_&3t!@>n%|@$IYgnpqq1HNEYvBEY&U#Ow zX$PtE&f=7+*;cjHw3iC4vzBc&rzZ-9GiNRDgP<6|Qm`&AAh8oXY*gkgC*Nuo&Q{J_ z%%NuE%hp*OY@~B6oGUE@NTFQbS1#`<>~1t$y9*c2;>CH(=2rk8z~|*l^9|svIe_JG zvw-A<MaL>Moe4?NT(FR7t=Vu2D0#lps4Xnkk(m!xUcf3$S+&LtAaNW3P-`G9i$Xmn z^7%EZh}Kk=Q=4Jy;fo7Rdrn#rP}uXPft@9%WzBm{<m|~$STi%y^v<3_rJ)Lo4YoIO z2wtEn$6AGI1)WiMOuo`H_1b(*TBx!l1?4B&wFRA-<i##5R2Q9AbG~r$$jQQOx7>>6 zswm4w_0fg}XK`VnX}6?u<?@WxDyd4VGB#c==jW}~*`}Jve~t3-c-$SXOgYW^V#_Mk z=K0Meo(=E|eQVjcPdc@W<4HHOXxHntDK|M^S#UEztCqY?FScs)7T%}l=YTqH#<tkl zNZzQ|8gplkB8L<@s4<>!(=~@l(#}G?*7_Q-oFL>EmTr4vwK<QT#9g+suz)lUF8ef! zqRZMhEzHf7yg}ehSQk-t1AWiYf%g-@8VB9q9)FE=4zRU0T|?^j&99Nvw$3eLB+Ofl zmh+nB&sXd@WICSsS`wAArDh3xJ+8l&!l8ZL$tARVqj1~A?Hq5!O=2_fQwmX4B#Qho zhXeRIBRE*GBG_>;q2f?e5~pKm>_K$=?YH0Zc*Sn8eJc3^{vIV-UpQ+u*z>l<0)SmL z$62&A##RcZp$LTE7BZaJ0re#g52BZ3N8Cag6LK^8LdwmRO6=NF$<3Ea^G&r_=k-9T zbZ)UyH*d0~l4@2<r59rMwE$fXFW<MXHNUWLp|-HM)^J*tdVO!Zc4zZ~b@q;Zj@4RR zXf>O4XJ4d4_LWMtMy*vUO)M<g*C3~hYz@%FSS~L2RW_0L$7|?zu|xPdcjC|<YQ<*b zmlK`XO8oKI=~ybp``P4N-iBVmfAT)X_nFv}Nby8W;rK#)ay)I1A_q5X+RDv7rm@Q% zI@UN}sn?WuKX}}lsZ^KDEig8IKB%<4jhPIB+&NasWcBR?k8sA~iTF@_G;ZI3>qt#l z!wi0J!Oz)&Lo0SEb~)aOuRvpIB`(KX$;+uu9B?Q2gfQE0K(g_)o1LjQr$9?E^cFDS zEw{gf#>UV-4;b8(s#RNVZrX0n&sj@ARa6ipd1=9N6LS~3;T|d}t6Hzvmd@h42@Nqh z79WV)H{%?^Sia%UZ~j_rSpZ*-x6lbIvBR;q6`o2gCzg{Ph+UoJrr4GkDgmMV5~|Wk z?2nxr?Vu{-iAgt8a!7#2llD$zY2Snc2nWck0~Ab4jokQ*8=te;Jl%i;8}YTScj>)I z;D~J?o{DGUBk`?q`&K-Qv^W7z<L3j<7GDNfm*WEX&H(UMf*=d<2@QTHc?rD!+)xO3 zV6+eXUgRq^uqSxsj|hz%fE9@itUrJR1~&-l_PBjJo<txemJ>e&Qlb%HjIH<>06JT3 zE-bwOiVZaFE-bH`m00j2_*8~cEN*kKRFgP(f4t^T3fYK@PMn3rc}9;#kq#uiTDK~; zeIpXSkaUwkEjQ7eviIS>2Lx;zLa>6@2A?pT@5SBgs;G3L{iYse4Cq=mr)D9R{3J_Z zgQ1@H;kb4^hwzs5?5>~g1p98h?ye0=Vr_IupFjeyr2APCe*Pc3jX#>9q|*MNl|0d3 zsfs=0bQh4@U$4whsmgty!FPX;U(9|0he+0}oKN?ra3i=I<DesD0~TYr&Gp%DZzX3_ zDlwO^-`>6nI!)?wx|O*^i%^=H@e0yi&Z^8xd^)iaLl+jC4WO7gP|K$@wba%X!Sbw# zrl&x+Z891#nFa8(X$V8R9LQc5Yx9fq5ID)tYg3Rt4ef)7MINPUP74x4-I?HVf+OAg zd~Do^RP`k=MoJ@;XRN|J7y<J%8A&$H>B1wGYT?A`!V^dXndd@tv92KC`7D*P+HMGm zyCI{ttOmscKx%_)Rly~vmb#!R6dqVaE|L|vWu?IzaMJ2ot2#%v=+&qO(PfFO75UFK znimM7<YmAstOm_0fRGk;+lvh{>)n*6n-Kcy_;}Hwc#ltvIIbl)$q%A+y;iNYq%}lL zC{zj!>jET)9!2dbTtG`fDAdwq1hVR)4WX<R{*3K<;<V|LW7E1Hp(Usq#ppt_if^0( zIu#PcQlUwC!tds8Spq_9t>p;JURM^JmW`@H_!R`1UTjn)U+1jXP0}f_2o);TYSUIo zTwgMhhMQ3p`$DbJ9+<CGo6g0(H#+$5#wWf;bQh^=yw4pa>P#)x>dHqTcT_%jOtb6L z0s_R+N~?MnLhO>`<~;b^)NHfXfas!25dQ3@XYA(Uf}4M=QeU)=*mlzflT7gwH$LAz zIybU-BWPOz2%iIlBD2K?Gx0n)d?J2Rd?=BL+o$lx%^HEv%>x-qPSvh0w6wep%sgL% z2=9(CV~!HLHiaS5Y`7y7?n~%Ed#SVluv_jR)942j#)pF2T4TEDt^>EU!yh>AuqQl& zpR;G853I_(yUtHRjZsAS5&uyg@KACOvav4Wk>d{eNwjFc&J!D$fdiz56he&&MUvOK zn<`3`DnN$wqOX;hvDHAeN2hBI7z;!7cHH$Ous{@>A2b^!>U!=vGMvWZLZA+~>!iu7 z>B?fgRjO7nWZnKFjq^3T*`WCD<{#G(oCW~Hr;IB7NTq?HXS)N3LuI=CrvkCx%^zW# zpOhw-@1Q6F4nYlf*r3^=W@8%TwB>FHXEfPt9c?Z)lsoWfgJZFAgw=3|<s`Myxr}Q0 zFsy92eNJWC5=q+~kV`Y%4Wbxg>u&HU5~OesuN}94sb*nFK=rcFJECZz;iW{!%}aLD zqHceyS@L^&sHP=bj0Y+*?yv<3Vv(|=c`yPBx(I0yNT7`a?vPf0Yi*Rye#sqq@WImI zW2eu!{SO?QJb3C!b94H{qo)oX(KmyK9y)U9Ehip5qi+WeA9?J^@e?QY-MV9sSgi^* z)sx;>Sa;0pE&tKLQDCQ+&>c95qW!!6BQrDp&ES#wh1Qb)-H^rGl0VD_CKu~<|1H1t zZ-x(RRPrD67i$at4TiuBk=91*H8^0m`VV}ZFP(+XU&p%*{yVLpmqgy)JYBm81P+pW z#NSSmNNhhjH{;dYIczPU#bvM<WzWr#cFe<^<8C~7zEZ1Kz-7a@=R`yV<S0Vp0i2!9 zI7GEcm4uNhrBaZ+({=-|+Y<+;KqD~Z3R4x>SjYpE1^r!FjVc+l*bB%cERslPmEguY z9AaVAqB^lz=v|PTW3$Oi@lC$0nsWO}B`6q<Q!3e;kkCzm<=gf_Tv8x%ton2}$%XpK zG^Nrj%$>X-7H@B6ONGYegqMhV95c3AXL}0|TY30l9s)sJuBfU><-dsw5z%t-RAN;# zvStUEVm}ViW-O+xH03I>>Sb`9RvEd@s;tVPiF2?E=5g**{b=d|yNN8?pAe>bkQN}@ zs;DJTJqBC!SUh;LkQYaDUGi-b3kw+NCo*jOw9j0rIoF`6wvk4xMf}XD-gp#77O^Nr zaut|DWKeVE_H9qIPbL&_f0^P>kR8}mLB9lK^3ISmwF)=bX@VP6%7_~(z6Ch(LSj;E zCiVe5wm-;2&_kj}Lwj{v1CXM1zbD!oy2!5p_Ik=2W+`iymqZmtLdC7`E)MTkl}7xK z+R<pEF@G95`=!`><3>w|iquzvDoc6|6B&hONEaC~b~-&P4s#kM;SD}4@%F~murNtg zMg&UcA3^aOn=ROhJ2{H)1gjID#!y^Nw4l$u7thAy?UwX91#}35UiX!zM9^(C8+(O% z?!g<8`a^c4X_$2Dlpi63)86Fg1HRY-r-5at8(crhctXazyJgL^FamrCz`Ok+kmQ?g z{1_mbmoQjZ<|a0lm|4;(DE<TS_O@;q!pSGc^F1lW3QNu{*t9OUmTYRx_K)%K<2-zf zhX6|hI>M0+UyT+6K}WKwL?WI~@|R0i@iOwqjyiy!Lpw*9rdX-jv`TD>71LJ6rz}~O zMt5cGpFraFyQLuy7P{)D`vPLMwEzXGLJ8bfG`~Y41KXlVZlTj!)H-k}nV9AkW2gS! zYj8;&jP)?-Foa<vl&N6+(`KrGILoU>hmVfYu@94veH7JMb1d3a;}M$R5B(e0M3)H< zY5*`fp6l7G>>it4Yk!;vX5O<K*~B|oDiI0Yn9idcrQz4^!-tSG+=nW$HeUdb5Y7NE zP>46E0q}^t8bmJ-*$c?7ebd1Z!6y~;^a3cUj+kzzDQLD&pFy|o3h3}IQMG#~7NU>Q z>NVG@9<&|m30K{R_J;xK+8xM2gZK@<12>1U$di=WcUOxu_K#kvJh#u(%XSd?;g`C7 ztx}1ySCV7I2nMq0AlBz}Ou+_ABD#X>@#JKCn8OK93+MnMrL_}#3LtDR5W?d;^kQd& zK7?%NdkJL*X=6|nQ}OnWD?`dpR<#uA$RYeh`RvJi?8|uF3mTzkhy0d`x368JeBm-k z=l}8AAJ!ZvT?R=_DSI^l+ytmasdO|{?6#i8nuL?%{XK{C3QE-@SxB=qJFRiL=uh&h z7m?=B+Q+gt;DW+lN(i(e)af3Cnsq&Z-x?kn`yAf2?+aI<pqiG`*wxamP<Uc?h~`z8 zwkqJF)(%5}3p2IzFf>scn6!y&JppF+4||OTn<;%uLN~wmD*ht8pFQHE!vJnN@fLb! zKZGryY@#xZY)%;^rcefd6T?Gk8X`ZuzGdw~orA;IywP@`a!7+IYg=CAk(k6V6sY0Q zy(Gdtt61@!l;yH^8bL-knU&!E6$V5fX%A2+Q51aZ5rvFBp8K{^*sXKhUC=gIospJM z@L8i!F0WD_%Vp7LL|QShNbz)guJ@Hg(-bv}UXuP$z1<P7O}y3$^%bQo`~5gP;dN6i z8yTkT6AqF?_&F^c*ek90rG&i`j-4b8whKF2saCoZyM#aiEgHj-m6^?U;4fK*Bdc+f zG0UP1aboo`EgVCB8f~a;<ze_uC^#n|<@L7)I*ChgSX^TNr`q=$+bx=CRRfvku>>7e zLAMdR(-1652qLP}1?Y9+<oKYQuQ?(mG^&<eN8Rix9NZLjWcxHPlNj&z!@SDsTw#uT zi?yW9AjnKRoZ(N*!kSZQwQP4#H0%;g0t=8^>`&uccs~2}*C*^#);Tw$Zzw_2|J~gi zkK&Ul_6AkaSRxPq5B+XK@f<uX1Mx`jq>v(wpY)ExMJMJw)e<KVdqPa<G@v7R4{e&5 zr5g_35c_xwrgW7;FCK4YE@$~{IjPc}<Xpx+-ocf88@rr?iM>z3#7+-N$0$DIS*`fE zvGy(dPD>EMzT>qiyJ9cxJJhtT)0Ta{R<#`S&PaL_U^Y&RY_6hC%H_~WF>JR?0{aNy zhg3@^BAUBWrGXQE8F&H3R+BN-yX@JDBTWs%C~|~%-~MHOk^w)1!f(?pGM<7*u1cet zy`AsUy6{0cX^9&s5ztr}29F?RlMPRL7NZQF0FgzL=kYHW&m~6UHq%6U0O<oSB6|$( z31IPu6PM9m7#-sIo^+E73srhAPr`w0pFHFa%SGvtN|g~E&RGoQBv1$^)*QhuRu^=E z*|%a>&wjf<TI2SY2@-z(ACbZzvhTnR0jkI5<I8l2iJy?Dpprn0HaZxFl$E&CZr|5R z!-tq4LafAy0+(|tqp~Y-fT~=puah83U5d+9pIqhPNsLb?H^TQK-s*n%UM@y_FC4u2 z_7~Q0ykK;}#wx?tGY0N89{y@X5_B}}e&UHI3Wu~`01gJR(u3HFY5+!5fM{7RE8xVM zz8c2uQ1h>8)v;k&3gJCXe0vsQ8JcGtuQe7gim-{^5oe9o8FYX|+&+&MwGZRaW>?YF zZ<8Ot951->QhV4uyHQQtsNeyxsj`m`z&^U<K+~J9&FBnBR5YsR;Y)?rh{~Oym;EAM zx#>mnR@&atGF8h>0#Br??Gwx}rE@vST!`WJ@AA-v(DdD1BBl_%W0?U6Y8yaH^f4dH z$1|_wQbS4D`I)l4*?>Owl)8ERsR=pl9h=xa-o8%zHui?!gcC$Kc@}y3H0dvKL%K1S zb2f`xk7w|9px!n{g^*S;Okf#KYWvUSjxNAtC+U2Efdk|(%c)Mve!i9Lq=2f)6>x;* zv;rN|cXCb}Ct#)n6BhFBbbz>XY3Dt-&*A=g-1p6;?dMsh%EO`nO31vtT;`I_FUhlh z^9<*?r2Qh(qGYB<89@G|SKg)gT+03vzW4GRA87y4A@HYaQ)vq%5z~_oR5@@(!4z76 zDN<e=78QDZzs7YvWPsf^0%2;?1q=8Q_Gba{%jL;t!y-<D*D*J55J8fF?+zBXO5K>* zIC3Th+dTukb_t57up95S=WMZ2ySN1Ww;bc*IwQE;PT%NE0I#Y3evN(IPQCG#iQB$L ziX)e|AJyKjwEYks*~f5j*J}hal>W2~d;1UgdJ>26tXM24(J2^;O?VN5vd&=$x>?FE zyvXz7u(;XW90IB(e9F}hH*?oL1TG-^6%K)0aS_XIhRB=;P0uG&DV~Soo555wuVPTV znn+Nf-Vh(<RdSn%*Ac`fUFA=h?S5PkT@{db7C|DQj_^qXaUm3~kj~;tCHBW!h}MBv zlms<RGx}l$Ru*lzZXY;~aKV-pA#??yUnLU3vd|#n3LKS%vi7@){k>e!H_{(k!5|x& zd?BM{l|Dw3Ow)AY_Dz>efQ@|@l897epTX653RYc^N-4_i59RJA8eqAkKHZJU?|zSs zNn=PXF+iq>f2;Um5^trE4&Xw|i?fjB?2Qrz#1XBZCh=@cOOEDA=2F7h-@>#NG+N?a zI8yd+AMj*91Q2ScFd_G?1X_|7E>bB#!15yCBwkEVt-be%gnYt`tXa;Ua5@=2VI2rY z7`jAlb~e0Ol7%=y9FY<sO)x&nrl4leF-_kY=no<kz7W?Yw=PQj7*b){N6evc!j{t_ z1&>v>miNbNAH_y+!`8dR7#2Ytv_`yr*tABOT~scJN3|d>Rw^!K@ds;-L2#)of^ek< zugEcpmJ~Rl>=P#YaU5PqYM40`?Z4om3wkE{Z-kyoS}YM66cN3RwF@8?V?+Gqdwu2) zk_0BUWPpVeSo+LB>=UtR__$0$B=G=!0$Jl)?3n^+7mR%WS0NZ*SF64dZ|@I58F)~Q zmKKKdX5H=ru1A19AfE&f_J8N03p&2|dI&n)M*i4}2k`51(x?OsYY^1vqJh6l+%uTu zrJXb2XyTm7s(vxR<%|LD-N<LvkVM&fND{lWO5MKaFjRfbH*{DvLSZ5Ui<W74>?8@1 z4XTxKcHTcJH3YWzz!!G_5_-u?`j39K<L&LMyrmQ2q*n#?t}|eCQD~s&nMiX;fE6>u zHH7y6M18w@L%XCs_+Gv;eDu<LNv{gNuRKX#_LU%{*21Am7sXV)(wLJg@MY?$1#yCF z5de;j<It8UBGc3W|0b9=ZZ4cftc1iV(0)Ps1kFbk7$sS-pgl+)I)q#2hK%?pUbS-h zhB8=-?)Yg0Ew@5|RL{cVUWMW+0z?xb-SF5=T%jo?pv7w+?ZE$5s6ltG?(lGf>JP4} zS?@chA@1t=3NY3<_wO$h#_BbgfXZbPVm~3_9Sk8Kzd{v;eDEcC5@XTx(-u~PA5DB! zpx=Mobh!7eAP1e1GP3*%guy3{;KggfKH_C5F)8>U6M}xn6`(iyuOj8>yH#}J-Xj;S zDx&Q}bU=#>UJV#gRIdR8**O|787~QUJ4^z)<v}6;3|YH<ev+<1DMCqK2>NZSp%223 zCdd1_4Xc06f&Mo<{4Eb(=i%>opwtp7OenMH`y`bAKxC!45rPanUAYX8RoqAZ09Nb( zehv>&Ux^orpwb}GAkZp{b4I~Cf^$~oRX@%-HJ}D@?o&fx;luWKBAfPY2cZQ>$R`>W zj!0vr0|kQ@%mKDHz4$txzByObU&<GkM0a4kj6c-_lQ0+?QT8aNmM493Qz&B|3L}il zIxG*NiBX%R2|xnl(+mJ64fBNy_kgCtl4q#J+1Tzi9QS?-FNS9%)Zx2U+4UsQa@99i z)dn@c4QOv-u!+n?*((GhBryK})e!doLM6NFygpKA&}oFMT@$MDjjvH-{l!()ciykB z7FWH=Q)Cy^48_TeNg*O4`c2BgXw2f|53jTHuddF3VC(CvGrqVgy1J)Ze(@?DB2->g z1A*lqdUTWsEMC&<LeOqs-9r>uyrfqJW|VVzpF&RY3IEk_u9sJXZI|(EM+n;0mT~we z&6pJ4c2)5D?8^K0U&gL_0sM9Vd}9dU9jlwyE7W6XYsESIBirK}Jp2<6-{hgp1Iq{v z#DLtB=nk@QYAN)d<<j!67s02Ld;mY^Q#eEj{w|Tm<KiOs!lf8G<+;VPMk>!4sk~2N zaz99a9@E-~)d;4X_N#Sj6i)`!dbI)PK{c*6sm*vZgemV^)K**#tD7-ReH*Su)Em@x zq*{k5@YksVo{XyN)ebyauWnE~ao(VAR5#&#jm)yzYu5mB`|v>whI(DcP>Mqf{1|f^ z!}2|dL8Ac9pr<2_fh|-D4yN&81`Q-gr!_tqAw5at>+7cX;bsQ9X(?9YF)qi1JdxQl zb2<B_7J@<OfxtYPAs9$vmoxM;VB*Pcqk!Ch2ow==g^9J5_zn?bSvrBH-CtBec(n>+ zN=G=}>w!Ez3BysADkWaKdC@IPoF?RErj~f&_F+0^eTtS{F^t$R0cy98(Y%t_1nSuT z%*SbY6v7-~TL|CNGrIN=bEuKi-7Wv%9LV6;ULOSN!bhl6M+O=j&bP-;;YQow+gw#c z+vQ;sf}3nJ+++z@&?mG7z2ndEY7fCm4|@_D59zQ*Mk^J}azMkT`OcdW))60n`;Fow zBw0TR8#3*I<OA~+MuCP~TpRb8&KS5kH_q7L5a&3a;S4$kZsKVY(vsUBG9zev5~EYx z%_gp$9q4^8p*e7WC99a=mAK$Y2Hj0OXg<`S-Nkm^fDB{l3~bdSh(l)>68&EziT37j zTkAM_{aFN4X_fRbbs9Gv;3}-f3D_oRJ*JTk^SK!02ImH>%Yvb3L^Lw2yueU+G-uOz zx_LR%0oKlD=Cbykc%SXS7l!w^p3N`~x-kCk#D2`d5lhuu{YHO)LH-y}t8lvlX)Z8P z(a<*mW7GwkDxE(XgHB;Ykb^4F6M&dem^sh#E(s(Ka9S|fhSd?KR6EN~%ApW3?b$ir zB2M+3<EA<K9c@EFEy83{1Y%C%e#CG8ENy%AIu5{On#XY@-o9aV`>*QnNLLW|Gx#0C zPmCLk@}N0u22D?I)GQla+>5Z3qA@Qe(Cni^F3=%#2(JL^&h6wJ^YK*Wj{)LA#fBBy zz!`QFl*{D_LkDOLr~j6M4`+d_B6x89_?=WPuMXfJ6FRV`a0YgFXpYpdF(F50Q8RHg zLq8`>2SNWVa4rfZE<H!vCtpii8OH!z62%&w2eldkmz2da{ERB~3za440OHHk#YQWK z$>y*KPs1oo&`b<2ln2W}W&z%eo#7-W{GUP~Hm9AJ%O2fCr8t2*Y~67n2o@MU4+;Sf zE)|l74^k8EalZnQrY4OhRf*&sph&^YoY8gi^Ao>B<eQ0c|K*vZlL!_37I8d}ct1n) zHG+Q;Pi@6RKhVIV-h#<u7wj^+aXb(ibyQ`32%g-bczZ(t--OQzA~=grf>0E?bUmD% z1(l`iO3bi#5kc4yWulni37dkmKDzj<Xk4`6L&M_?KLGv;EAb^B?!n=OganNCvK*5b zn~q}8Icr1kVu|*qP(8wFB30q=<4=a)9$bX0B2EiVv>W3<1BDx-cMBAfmUp3NmET7b z9wpXOTBT;8XZL`OV0scUJxt4>OPvd86UPKMfJ{VFM2oM{Fl;pDqJzUt6X_{fK2q2c z!3%W8L@@`;25@Z4-ModVsDgsV{}Tbon=J0noGai@pv2gFU=d+C=suKxRWKUJP!+7g z5JVm`T*@p3L16T7U_*o<*#m5UOuMTNnb3GmSzyrvZ3#wgxXl`vZuk1y3|hJP1O0YG z%j>2KmoW+FaTNa~uHPF@5|P$xIQ=xx=X`iLjUYCqJsd(q(#I;%&HLlE_Y<c6U9s=N zY)#5N&mge-FqksNQnIohXr|4kLJ&P~h8RcSoTOdT^K1B+SME|?(RBI|@r~`Ury#S6 zNFzOef_O>9@aAPFc_V?}WMMRyl*G>qdMXwLRM`EAF&F4hX*LjrfRZ?aRF4Ngn<=F7 zVU{>C0avKMfCbV%1_NNYI5=t$4m2KMLlw>9|FIn@)ZB)jtQOFTz3mo?*Oz0@!lh>B zeQ#S%JR4UrxZ8I>i$Ofg;GYeh#ABd^=Qf;6_>*|i+w_>Y86o<PnDHT~B_?hO!~>8e z@w5acei4cL_RnDQ+r<U@zUPPyG@db7d<601xmf;N?R_DPST(0_V!xg?aNmTVi^zj7 z=$QHL0y%@g7TKhTV!o5*QJRQl2NH=_+S{&FQUnpx1QNeP_&L;FLatkQ_r-Oaf|p;r zZgEA|Ed*<bBrBftHql9joVWM)a^4!#nuvE!;J>{Z->v;8fC{sJK7^C+19!w|YX3Q& z^>Va`Y4ZbYl&C|teNCug0;6dJo!A;|l`4MDaU8JvfrJP{{Mt{>08T-ku=QM?S6o5> zZwide5MHqpK3d4oY^7PW%$As-*v@l#(L$5$U(n+@jNdxUfL;%^2z#;kz719FHPQkx z?F@#X3>rN`IKVk7Ww_7=4Sxun9(+W3(AgE$8xe4&=L?Yfi{$0WXQ5#o3_5YDPhx!h zGa5w%5uuhKn$k6x<YhJ76blmG-L1_~VT6WNDt(y!A_`*$@dj}O;wLCfuT~f(^_inp z_J;QtiJ|#0o_3P<#!eiwV5BcPSn%<=B*bTg7(mnBi8l;Ez;rdn_ffQ7Mm(n6;f>s9 zIw|Kdq~r4pqWm6XKcNS4$EWB=zDuLWFLu(<b8tsZN1jsqd2fetg5Fb!4CH&=+m%hI zEX8so3qk%3wJl^v$7xn;Q1#8sE+h8_Jxt>5%feW9$miT((Jjp6lUcH25@#<%ASM-| zg8^)mPH&=FIq1U^nCEv99}0DsFfmM$ZXu`+j5sJJf(wWo^rTq>x=+hN_2C%}OW`2h zB7kEu14E^|gm6%B|69`_z*u1xks?D)L_ws+Qb<9d+h{=%C|!w48sXApt*S1$%(#?< zPhlw|x)C7nNCervlvhJ-geI2~1tg01OVA38wFFXwo-XQjm~M5fvqi_xlts4`eZg3j z$*<{!8rUrS1<WKYZoo(URUj}tHf|q+Z80mU)NE*zOU~;>J<Ntl>?sdx@#KrRLcp%T zSHcnkP;EH^1ODV@bbgY*n-a@Un#Wta2BoMApXPWZD~S!H;-fU)(4+vPLQ29h7?OcG zS3{5cv#zNfRE68{Bm7Yn@O4>)IWp7%<^-AmRN~zrfy*$1Eobn{&cv2;2$GI1_c2Ji zl|sl1f}63bX$$-sb1re;-|6pgAU<?%qSFV{SU*e;3Fk4~WiinDXLCq1(81cMb2)s+ z!QI#W+<9+jpwo}R`3(ffeWMdw9t1%^diz)OclKuxQXQM^r|F|H(#jhn$bg)Yc6Jb@ z4uYT~0`$35Du(i;WDo->7kTDcCSsft%R{Xpq#hFGAa{AVGa%$a$_IQqJNZsOT41;} zLYOWkF0bnhuVA&&&cNkS)Mh={XwXh0XoU@(5y@dh*vdM5zYZ}{*C6did5&*7eVujt zv7X_%hY*^K7Q%u%6P+9+#!ThQ;9tiv=ta1TG8qPSYQ=dBo?)yA0e!5#G!A@)c#hHF z8(*A|vJ!nBIKLqBK{bH_EM%s9D)^d|M+>N0kw0%H1(3^NG<!bLJ)RQmxza*&{E>wh zevUkjP5WbsOT`5lbWuQxv(Xw?yb0Cf;Rg-CVD|IU5;e$5_#4l28zMohg+PPhYr}{V zu7jVMH^?#bzR88*B%(k<4nplJWQ!&SRs+=rq2OGtkVRqj%;7L__mJir(}7lBKoZO4 z!yyHfjc@x<d3sNX?mikNe$=65Mly6(O$ae9l)4wRgH=-zt&5z62<GA!Pz$<-bTU*| zd=KqWCbQ9+PC6-8AMxmVs|mu?0_zawrc(!C{IQ=g(_g@f4>R7>Y4pMgJQV#x`hf1& zpj#;Vc!<GPGX3G_=k*I1aC6F!-SLX|bYx?-2~`7~10A2*CYW@P8|+E`O<CpvL8=7^ zSg4U>&*Y<DP^dy@i>*x10@Z+y6e`5Tk#c}|#wk62g6r0JW-2|~DEt+at0n0C%{dgx z=#Kd%nwRhK0n=aHTiAgYa=ioCt3^V+zD}U90X~FLTQ;m^ltm<3XaTdD>cMbnO3!13 z#1IG^oLB-5j$~P|M%LNUwH3!QF1a|PtX&8{zSP@?E|iVN75L<X#c@Ka|D^pX@E6Yp zzus`|FyfvW-{hv)@ZgH4taC@WI0x3w2>d*_F`|+zo0fzafQbjq1%}AVQh!+V!f^t- zljgIuCu?Dso+CFu1xpMJ{!nOTE~iaCEEWPidzkZ-UChOh!g=PLi+(;FFk*}N|HntQ zygU$Y05@qh&Wjkp_4F|HWd~XQ&HT6zA2aL$5x^-zAWMCC7>Si<V9wTM>dCKxm4fzd znYic<dMiFK(BPaq0+}J=h;WCyo^*=|d1UoF6cZRS61#R3q5-C2Co-vgA_H4T4kG+O zoWDFo`3(pkrZ_*4<}npd#PBbkcx5DoXB7C63Nv<+8##sA_%Yg}A@Rc4^CNOUCks%a zK7^k`aE!+Sk~tOpIJGnpFbt!=-CLw$IoH8loi{`5Xyj<a!%TS?ST3g^`^O=K#1LiM z2T31MwVZj?p>N{{D3WyYqSrl3apZD#B{l=0qdf|NBnLL0gT|X&9)!#30l1v{;BxxS zcx-tHOPufQ3~7c8!Q(TJ$DWLRWc1v0BQICzkaNYyV|O6TaCzt*Lr>uCx#=fR69dDb zfgyW2-|D|S&>372^FO~jH+`;%8fPJ}WFZDgjUkd`rnNPay1%wYf(07fkP#T>9@@OK zP+!Cvn{e};4>9>87b{rAfHVprE_dG@&^D5!NFIC4Iw6I7Jw=8K0Zq`rg=K4)wKL`q zaemFe5N97V<-^6#0UMaNnJ#*F19ehF?n|aOV>XkhIi9UPQV7Cf#|+07aPZ-tDBRsy zqf!w5mrQLUnJr-IO>1n|Az9msoSL)Ic6k*a4;tqTHLg&5daU`%0*w&@bOdSO-ViM) z($qR3xu{WI3>ASgv_qGQDw+^K%svgczV{T)-w7}j0LjQ<>GG)baz%jsHu0?NB2k(+ z^ZL@>K(>lNE%I8ZL~=zmqMw_`q+u>>hy}bVu5R$0MXZ1e)s<?}lBb|jr41+pgd6It zeqLJ9VhLKeLY6**qtb=Rt0ud7EHb6rlS>lQ`DGdopZM8DoHd?6=TKY&OQil8t!RJ< zU2;eTk*5$FDp;q%7f^f^lDt(!0SJCzh@rv_*$b(VUhknr=&MKUdc87(Ji){ujbII# zv(Pl@w6;u7`nh2mAlLYy=wY%gH0!XTdeW4HJ3*b6!9|G{`N(Q?5MGQh<mVO0t0pV( zX8)zgE2bYjXGEoN>s~AaTet2mjFls82Kl25=GL?k4KUp-kF&SJMyRgTt0k&PZbrJq z=m?KOA2g9PY2%UsOmYZiUR)$1g;8D=0Vvw78cR6pw7L{z7c?ar3+rHeOtmWGEK)HI zco6CdNo`>P61JZiOb{R{LZbbl9C(q0&;en6d0XQVl`X7YO+$nDQbX7yjjBPH#s08r z#{?D-#xy5yI-rNo-3r5`S=y{yap>Wd;bOmlA+RQ4rm%ejWt5bI6>G%*uH~g41edmH z5zz9_kVJ<0>ZMKoEekZsLZkLBCLF^70ia?^%m+jjOWYdTW#7V*a?@roxWguqp^A)i z@i7Y$Pe><n?0x(+@0_iu<^?hcdoLjnUk>FZ&b^fo0?V;?5SXaH)Ex-3w_Qm{Ah#n` zY-cW!6FDfSWtv1jF@h%pI4598!8K&0d~zG&14fca3ppv`oDAn$1wj5EP0;*3h@Y$^ z1Azro%V|@A&;k=Qgp?r|oMTuQ6c!T*2&3Ybj8}dI*&LCz-83>pn!$I*bSeAV^KNt; z6^!k2SV9fOy_$IhU^&ot#ul26gOx#-_QKr*-C^7}4EV@S8ij@Dq43Lk-Lfn-=}i<k zDq4p01WTEKo16)uxlwwxKVH<WuoYr;o<afwv&U3GZao27hc7JF5qArI0ieQlzDHOd zv>>dX2TiOC-jMOU)~MDOVOxQaV1f{k6_$G^@$qb+L5af70e#rU;5QcR>oPnT+M>Pr z+P==<C#V;?GQAw)5^?l2k&_`+vA!W7+(4pBu$D1cMI!%?c*grf_-XH%I6Gi}!(K;v zfhk6%h~+8a?9k7Ee*?fjxH%{^pS#I~tzE*3+OU2U%4EleV-ZQvw2`(8Pz<(KsLvRy zzWKqAW*gTlKu|7Zb~GaJ<fW$gz}5KCj8+|!Ihl@slL)AP6?GBq%=1m;Jb>Js_kFJ> z#9U<0ko&!CNXA3PGMo-MfFHG*NRWh|c<so7&By?TMtX<_#CL=tj0VdD?#8%4i(U^* zxQ9ucq9n-Pj%ObvOzf{1=uO0x71)9!bOhf7cG*1!6opmBxk@m=lEu7nPI6IioKxPr z>6E_?dC1#y2XfGwu{7`pdD{i%t$6k$1k?E45Z(tYd?iBm!b^HbT8<2Z)e}@afQwH2 zsT5ZkUrxbmlkk9JY$ZIB(1CE3z}#njg$T7!3RI=53IaXDXM!pqo<{gh)+)`Frb<;^ z*8-bg;sB(YT{R@-|EOO>iJYNI+f_sG7_$)gcpR&dz-u;%trJp{lL+ETPEMW~kDnRe z*ga8WD}h7o7a|E|xfLx|*?okE5oi*}X0PKFLk{dB57fx*t$fzcgV2r#c*SKp?4!IQ z?&vkP34Ex_q-wPMOK9vk6?~=;wl#>wbJpW`O>Q`s%8lfQa=F~P{C0*8#a_+74M(2O z$eUCyQ<Vpy1DYsy06&MdiUbPll@$>vEH1K)y%Sls?~?)i2xdO6Hk#^~F>T~9Y|X;l z3fi)3Ca`OA6-}elkTA&n=I`Q;Ehe^tQ33EXfQv3{RjExFnhbn=7NcPxwr~r~2B2xM zq^H}T_i4%zvwSKTs91|c833awRAvzV36WV~761i4|3ejq(|>wOFS~aXi~B<Z(y}*m zLjZlDV#*M^<20tV1=@~T#1-b(iLfcu@I*SX0xB3G1L#-rXiI>^cHAI9V&ifgRpvBp zjItWYyLhP+nvf&pmsYIF7ZO;KMK2+n^OleWd1X+FeGCV9uqZxhj1oM$22Xzh%`RjL z!4I#tcLx@^iLkM4t#}8${XtUO;@*Pn5YgFKGK5?gcQc>%3y39xW!74M1dnw{1op3s zeU?xNC(Pv&qpxIA?M-Vy!r|F_aZ%>ebGQ&?Kj~Ey!zCq1Tt!<%{*XeCfs43^jDdue zx)ih0(|QVP9P^^|6xLvU(XA3LALk0AGKm$d$Vs?-Kf>Qf)H;N_4`BbeQMDddgKC4i z27&HFYNOhO^RV7?4k7Y154}MI^Y$I5v9dp=F>=O_)2J-Kk06HX2xk^93ki-X#a=&I z6^3J~6%iH+cqq~B@U}D39quyH<Cqt=s&T1uJzC+kS6;NRz=S~N9xgVJ5Du;iRrP%e zWeuk+Sd5qw%32H`^@12+;_}vv4hBZ_8{<o%!3L#={aK!wsSL9|LnpLZqqiX=VmE+X zNA*6WB11XV3+ihR0p_-OmUJ^CsY@&tUx@J_c%S;TLnK=7=^9JI_)a=+MGN#eRbHus zpVMo_5_l^Lc!lBX@`CJpW9s4O)LkD`!04w`S7B-K1$#P1%-%U;*2K&NtUJ4In|RYM z%tH;_7F}LF3gsRwMn4EO?vu?$P)ykIg5~wWdub5x+I$S0VjrYX5BPE7hvyh0`CV!* z`c*;n8scTR>C{4DH^j}|QNeW&O<9FmuFDS>Kd5(C3sZye^Fn+PHwb`{MT0_p$yDC2 zhls2qwQ@fmjt-QpSHH>V#)fVU1B@rg_J>ejlG$&K(kP+Alp%f%!%ow`^?F)Hdqc<! z8_dTbbMXG~NuUc*l%wcMzxl#;1h{~MdRKftCu@5&$uY4L52eUUVvKJ8#j&p0@@3Ww z0~E727g|DpXiSsnlh7D7tGlp8&U7h<8llDW!WIr%lscnsCQo$?T0d||!!u|$it_hU z!YB<DEo*NYJESaMAgtNX3W+t74M%S<Sd?wg4X?Znf$R%tGwGJFJP!}f61-L1K_kRW z*imj4T}#>BWoOa75zE1wf@N0n-%6z0>%$#pQbq)3_8t4|5Pq^Y7yE@hg?It<3UxN4 zne8}b%{LK!ZMwpQ|8Us}pGGpW>m-rs9^}R)X83_U(gVF7$FsjA#DY6eF~e}`?;>E5 zYfu~$FezYm1eI*r)XB_)LU<++2|gI#w1Id!F>P!=hfQ_C#u62Ua!;cj3Q;1y$}&qg z2DzN4XNM~J+I;2zGByIQH)Cm|e3L$VtTin}w&|m3cx3F0jtT~f$$o)c*4bN4T*AZx zwi)n9qV~h+CYcpxD_-@Z={*_jG*My;550n+PvOO15jjKy%;~9Mh#wjWBMC`b1V!*c zp!#hT6yY{S61vCTZzNO?ND!|8r(;Hd*88V8t-Y=0URt+7l|Ao!w7rNS<**Mn<obG) zp$=6njnCEExv`AQQi!J3WZteh^e@0syeLgiYebmd2kx0@=@18)jyosn=ruTSgvX;B zF~aC?r=vU+YK^UAESoUVyrDlu^j3)LAs{&|iS&s55*o~-IJ9iKBVh<Q;jf$U^otTs z$);5LCVNYyJoHw3Q@Ec(sn+hU<LoXNC`oYahY-L7eH>>qfoYbWR<a62$|4}^A<PxS za!=ZvgqdPlETxA#u5KyYpu+F~)$91dAY>988vczkY)V2Z#XSNMfutWN>P+Oxo|SD1 zL8w{`^v8wEbrH{2=NHZ(Zd-^OW{i;oTU;#RF}7Df=PnzjtebQgk9El17g0U?PNvG~ zjVYV9o98l%n8S{U39sE{EWiUCRv3gCbLeEyym~++N8$0Ny|_IbZfNj;Xq+o;A=F-k zW=`V*Qymk!jhEAAs$(2}XKc#Ne~4k-`7ZjE(`IWY%)i6@mAgAwV7x<?pre#Gz>b2} zhjH(4C!N4|r(@?1Yl)pP+(Ko40aX1cXSRfK2vH~)U0yK1o+=_;U`Q?G_j1Sq8ya8Y zAfowAFd6+wt2g4$&IOT@Ubsvo2aX9u6jMM8R-tzmYg&Mazy|*8b-x%{Er_ammKP;M ziDvSVq33iH6wzR8t(UvO1P?AVY{jXgcXsfz)8%PS1GUN*Ga^-)7?*YUD+o~P0luGC zO^3|N%oaV($3&7E=|eXlw~RtpL>oZjtNe^Y{0`IuBtMu8R4$(i<Ra=e=r{C5SyTfI zBp*aSvuHt#!^QICpn^b<vhUp#jUe#sf@JB4FSu2(i4WS*&yJYjDF-1qC5%`HW)U~w zrq(-4VtfHg<6rEK>FO<%iD`@zZ;c?Mb2X+uZ9tgfTe_2Um`yJ>wi|DUIcjOajScB} zwuoiH$Yo3m1J?72_QvoS4#I<~WM|$VuPG?WNZx=8iBRdYM`T7BBpV~${1=pXLWibx z#V$vNowtTtxu7+u^EIT#jzsh)hGG+<InjbfJYeh+*d1Ef%cfT@M209v$<{IDa;UcG z6|qqoL^V<5S~b%B5*V(^0iv*Ty`s^xdob#BEVkd@f=YUp5|C3ztC1D@7{qrRieB#v zsvrUlP=}q-BnpMI433kk1MQj@7$P_&U}IBbDjNJF?={|X?GBb{rchKh;t*N8`eVw1 zK!MmsgUWPtgmVM-M}`J=16<^MZ?jsIVHo}<7_tVlAY+%MxdMc^nJ6f{xevTKB4}&y zsz~Jj5zUBhRs3YPQR)L^#}KMVIf<nM&A>)*lNkGC{d+7Tc(0z2La?#2C5#}RoFY<+ zL<;a-V5|v~1c&|>Q5y<?1Pqo2b<H@tszV#~n^_&QwwO%$Sf!H6jE{(<!Mgjp0~h9F z+?TAfy;0nsB1ts%%TunJcvx0dfHpySLn64Mj?!Ds?Q9ISFiV8HrfiH|Vj#9&OYzoY zjlEFStEj2+_RRxhh*DYzk|C<qzV=W>CLTaqxe*#|GyD=Z#m@m=SqD+u=Fjr>FLCg+ z`LrOMEaS=Puf61Ht}##pK&8^XY&*Tq0t50%hXxR&&xyOCaY@BqlCRy0y8!_aV+NFm zM)Bvc0ya@&nr>yf^<V-=yj<ekW^pPf+qWM?{TPlAD2udZgwa4oQ6vTNf(urQk_<yJ zLjpVvf{L7*1Shli;i_9U#byFhgJZ0)Sa7kvG%Flch)pV5ZxfT)mU?o0T~CL~DHQDH zPCi+B<lw_6PKkd-gg%>UtW9;rF7nXN1IfP4fu~(6)4Zzj5FoQ$iDbwA{8fxM8EW7P z$wUks;+6d7+)yr+AI|mXr~|#4-<BW1@>v5Mm61Q>8#{pCT6+-Kcvm@tR0q+rjBU^x zIntgc#&1XpLYx@9!0qI<a(f12bs8(2G_mI*NEZZE&P@i@7tPiWh!+!pP+f#{m_ZJj z>4%({AV9N*l~3Q8yH_6gi7bhwDXgBci|cSM8l)=M8y7QeBp=}_K_nKnG(T&vf(Xx& zZ<=-uv4s^xv9Tc{+4vx9p@C5{Lh@yHf6!D6LT`d-*YuRuD{Ridc7K$}M|z4?Tyc#2 zq04o@J%fv=SszX<y(XpEG7N@&y(Z<_tKV?#n^<V=o9o1w52L<i%=y?-CNSu4Ro5c* zI!NbS{f2AaP-?&4o&_lFU5`kI^lC*B*u0JDCL>&fXvmr#!cUYGZPX7OsMteZdQiy@ zgFQF4l3`Wz+RWR?jYz3MvIB!7ThIIBHGfhxz3n=x7Xb%YP=M-wd%M4s6;);xt{RMr z_k+mDVzb}Gw=bC8r8b&smJntZ5;yD~>s#3+d{_6uPPDH(WyX>Rwug|2u||2$D#`B3 z(C;~Bg!U-xq@^b40aVmPBKmbH117s3B|1WH_+o*;Y7Ux<!@ahBO@Q^fR)o*{<263l ztxZniw>D%_(f;D?+kM*#!twReaBzjdPM~LRaEu08j@LL|FUZnUy&$K%_&g!k<Q$O4 z0Q>c8!tSktx2m~c3;er$@UOhO-P(2d20-oE`cL6SXH^~6Mi@AEu&UkbuEC9_2CE^Y zF{ol<ue=tQCBAyK__qPtcfCGn!7f%odu8-~<8h1$5L@~|Fnh$TqR0EL!RjNq2lw08 zYGuB7mT-q~ys##o(A<Z-Bjk+IqK_tI{+!Xi0$E4z+%cP2z-rsFoddSb#v(fL%NZCN zldWtgIh(@<e|_BG4<P|qp1hMP<sl8FO8t-~Q>B4U>Rp)g4!V?T-|-+9GvPoM#*EcH zW$R~-510#JeV!*Tg%e#fX(IHPGcHr8D_n}y=U`Mpv=nKQ%W{lJE8^q~cB&@x4D8lS zA7$}fq5)JU*uJrvG}%8zQVoTdZKPnlW^Wm<l;xGyH36VdcpBzaP{8W)YB;*T4G0>Q zG(TJ%wj4$yug+PjC$d3T<|nbB6TH-P&mn{i+e$Ao1doe~(B3CA$YgCO@hj<7K}GiP zaqa#{Rp}^%2@yMhR~p!(TacD58-f=R*?>}nDruD`&pdQuvc!#W4;{o-w~_3^vhewe zT@!}`no}<~jtdl}mn%hVWT=q9%Fd2t0PVv-QHG^eB_<ks^%|@(J0#mP@}3(ZUa+w{ zbOs)7j5O?#L+>&6SjB7mBRqVRhyTsg`JhqVp{V5KEu@e&J!(5(G;XSe=^vPbWOwhm z<Bo*D5kz}02dAhZ$pOR{4vmcJMc?A>Rl~IVQxT#gB!**^Ea4D-4y~NjOBV7nK^Uu$ z&0?E-uBxCgYiAlxfFH&FmdmO30Orf27)J*?=(ZGgOM)HrxUqxAI9Df*nKg~X6SPWm zrVdgnXgITdoz#AeX^h`w<ue$A9<P{^EoT`fuBXmJj?|-0;(W@Cg}`7p8w`lyi{vdl zNtOeWE6GWas6Vs7i|nBdjDu0;KYDT4-n0kUH|g*OUi<hJwr7i+0MkYn6hYtuF;xU< zk7pXIrJoz-=+>Lq&1t5<@ja$3Dm09;7(_lW193-qlNSB-?b-q}y*?C)sRLb^8JBI^ zF@Y?1kiyV$!nh>8(u|{L$$}8d&J~fFzCK*xcnfJ60RpYajA3K6>>UCdihy-6z$L$% zLjI7j;m0(M%%?&1XmEtwh_UTSD<sgeM;c`_Sj8Ap3)18RrVT4X+x?;F7pg6vk~wL; zAOgX})~e)yk&Fz?bQ!Ua$qcZQ4%?gS#MrXxgU&$MhK{2K#Ck{c0>TC?JD?Zs)Lx8I z;UL%xs!92fq``iXhnIMuBZjLDE^#s=ru%el@!faCo4(7fh+^)x(uIoMD8cT{4a$QC z7GiAAA&EyU2Es$YO$*HKfcZj_V^Si_Tv*7MJsDD#DYxnk?E{kZ2~v<zyoe1BV3(1E z#86@}LoS-MN}Oe$!KV>MPuaw0^x8BeF$xKLJ556^L?m$enw7Y-olF~I09ZQqB$1^z zu|#3!09L$#F)1~hJpe-hHqMD{<StLS%h=JWm6s)L$n4XVNwkHJ9>?^sHuFith$&bM zrboZIT|+1mSO73Wb3Wn|)NRhY4{Vtp#lZ+!M8FmBWFPt%)^FI%v1J!Ri5B=>bAfv` z!Z_E$#3*1Lc}uGWY_e!{@*y)bWBJ<j4G^0nSfYRU7+WVTB5=i)t)v$!OEel!6u1+) zpd~z&foe_1OF=ff_u=+O0a<%jl+$VWY7Rpj)7FN<4Y$4d4uMrx%~RMN0ilcmGGi+h zurOFCz^y0SzjGr72m-mW)T8iG3|85!W1rZ^AoZdZ&o9<FX2?v*U8VY*J%mbe5ki^L z6IoT-qlXiPLrqX8PJTjgB@MT_6N1W&v4<ps30!rL1e&@yW>0pB0}*qWCjyL5U}MV{ zftY$#qOahJ3$aR&1tNK{6P}ypBw}oY<YrHojy-<j%tQL(!BZ#Q90w$bD|VUTmD~R) zI)uH0XD}Ockh>}QHaYLibPY56X<+HE`(rD=HN~*?4cM|L@z04@6WR8jZZY~w<3GZt zIm-NzHh~+AErxI;?A;hu5^2J*_5k8)4^Whr<)P?M1mh*UO;>IQyM;gp<ef)vVxtoi z6BR_TVH!ybgqbs)$zH&W%ACSRTGQ=KB&u*qNda3Q70$x+kFK@-g+l#p(-j;A_n0YO zUU`U2YQkdc4;j5wOaozUEL3zZ%y1WaZup35hWL!vf*}@Sl9A2eJAh`KRVOBoKUt_u zgM@Qzvs#?U6ilc0=q-w^NPGd<6A{_tQsAX$$X4bVY&Ln~j4(1G3=Ka`ATnql2b#ol zghGTN(sB@J{XJBRpkX=cn9Pf>8)K6<xnJRUL?&Q1#^>h^tFqsQCJ*)$;qwF>NJC=v zz-ZM|9W^V)D3nH#wlZ!bKPy`=XBeUrY2ZceVr?F{U3(Riz!|FhA}~;ouV?Vsem4$o zx_TA^!!xYsJk-H_F@R1$?C)jTz>F)LsXv5uf6SpHTIX;+u>srWdY$c=f<kE{#&w`} zU_bLFd?2_9BShQ_a4?jx9F>TjUjfrPO-%@mE>fG82?d+Io(FcD6@vmQ-fGIsT|N6J z)RkaH(2s!BBFzOz==tM}tBOO;LpTt_LaTyVI^yi0|1RK10*&EpNTszy-6>`fRF2Cs z>8wemnKOejfUskabG<RYH-Q+eBbJZS$XG6S)6g<^Y4Rh`P=r>bFfA0}s&d<043OL# z!~xOpCId1&mkdaTfvG!$M%Ao}=S@dCk#my%`|x>ODdaZw`dnMf!|hMkp{H76!l#z9 zQA24mUCl+Ta_eW#39dFAt`LjOmcV8d^xVf5@KZshST5oM2?^PppPfH21ASF**of|H z2o4CL5DY-9j20nb{?wiUN1|pzqJqMlHnVR@P)Q*cnx~R>Y6=9J0$30kFtdmqa3JIA zR`vl~t1u6TJ&vv80vYDyVWJUEAQkwTjZHRNm^Dn4_B51`z8+w3V2rGo#`S9IXEkqp z6I`P=Aeh>2AVETYy?rM%i`D!7uo?ZF)~I1<Y2Nl7+Ja+X?ShlbE`tjDq}eZ+5tnnM zN+(Frnz(ww_)lNrgD9=CEj;@=X%wAGF$DEuO^sJmsrC&X&U$pJhYWLc6~RJbTI(iX zHxURAfRg#OKCCe$+FxEPdo_Yw78(;+IY{U?S*czK$Is2^mTU--=De?<g@QJd2|*Eq ziHG|`X|*)WG?6cZQA2COh{EUZBptO1k=Vf=sd-uzvW5+$f*Fp%drp%qO7m<VIIWFw zrgWFmDB>kabytsaL{tj?kn}SOY6WvneUa;H$tcF=0gV~d+{iaFu#kn36l8b>B1v=| z1Y)A4?&%ugs6!~=9dylGmX5WfnK+<B<ucSrEcpjg>$ev~d*Zqm?5;IMU++X;UAb~1 zaFdz_%@Pvr{cVjH3E-xY4tq#<;WAA<{V@LM2;%r^PrxbyHXfHe#^XoF*Y|Yua`<TH zE`2(B#|ye0Y})N@n#1)57*u`j@4$ik7jn4?Gs}+Bv;BQMaG=?QFa)*0Pmw_!Z5D@N z0e1`q!gd)+%#h3Y|F-3~AWUdWZbNQs6=@=WN!%U6Pr`~QMPJ60D{K@FlQd>uG6<4x zuT=Xzf>XvoMGU-Z-YFlVZ@9RFo_Da<pTLZc!%ps=)zeoc7Z&6rEw1g*2Hm|!W@eln zS`c$by7_jyKa`4FGh=xJe(nipm)MSsO10PF;1021qsC*5^lVq!GPV#UL<Gyi-~UQP z+eeN;Ac%Gqa*t6O_ExB+C)@9Xo(IjFp`q|~Pt{;=!Ac)yjt!Y9uAxbCS&m5P0s+@7 zh;xlFYeSejS7WWz7ho-h2w~T%`zB~Q)_cHd>A<MlM)ySSdXVqhyGu9Q%R}Gx_Jezi zmA&m-_TDw|wwqs$@5M&f2^(7$Lzd{Z|DN4KC2#b{MS4{O__k6SjoYJGIS7%Rm~REM z#wF}0FI!FH$t*X)IP6<QxfcWcd)P@7E0xke%_j3U#ZZV49nZ8M5EQuj7W6_Sb@R%{ z_U{2G*{j_CA@=_Vao{EmKf}kg_vrnYuj5sLhp+PRAtwD{95BK;H!*}9GTs*PY%iNc z*dC@7j>bo!*RE<BB+(;_CDG;M;Rfe63x0g=>T9=4DBCV!POps`SBn^>U3yA8%^4ii z;HHd@Bs0-_8~AbGhSRl&!x*&pZ8zJ$kIFHC%xg6J3Egs>joICDZKS=+N2biG79-~u zS~P$QSj-p>q}{;DcE@ikGA#xt(G22sI!6o{8*RXzezg}1lT>80MTosYn_)C`H&5Ub zijJUNB{OgYbEK;FwX9c<oht380rLZX<)R~n3K_9QD)$gB;4wf2jmO|kDU2G74@{C? zhG(F?nXzC{(0GKeAp@@hR_%hihG^>eJK|iWi@pS{z_qot?XgO|rodMr16<S$w{Y^v z$-*7C+!@hl^nBNQ(9x|$nApTF7hXXTd>HEzGB38So)0W0FD|04i3lQ_QuZ?H;P#(h z!lt7akI>&}KaX~S3kY*M8ch(D6yb2=tN3gOA3n@hl9de7G__(=XZ+h5k4S_>1;53F zwrteQiIfG=VW2T9XcwU`U|Jr1Sx%z;=#5EI(KRcZCEt<s+l<UC(f&gr5B?<T$`#s5 zSK9EsN@1$mq$Yz_k|mEQSaRU#cJ;>(wMz`5kS1xek-dFG&BkDI^DWYwrZ?(`NR(K0 z5uRJPakSnBwnfp@D(qT-O&#l{HfDA~g;a}muXhkuOnSq;{$ysjn|VYo=#PrIgIEuP zy=$I*7|+m~KT4dI0s9tS{TL5j@)0}y3HF;1y&U^3k9GB`cpUjl;_d)`&Wkv#ibP6a z+r<PTkaR>+)=V+ZnTVu5vmX~WVw4HS{bqvkfb7P_-M92^Ttj9zu3>eJ+KAYr5!sWA zF-Y8zD~1Rp?#IPlxAcBo8)P>w?z*LS<Jze7Zd{wpZd{wKEozq<dj{jNxD`8m?Z&s) z%ILb;eh;eAK5_<Zo7BbY40f~xxKXeTw%XP5i_hpe0B^hHR+x2Z5Oktjbde-bun>|k zh6{$ifZoL}anf>}uExtLc?KEm5?qFOnq~wP)@-mpi}Z}cB&owzBfo@O^!v}_WPhHA z7kPLI2R94phQ!hB*H|L%5KpQ5MJDU&XwKAZu%kHwW88)1nn{=mPZ|%^+EG(J@#e@T z@rHksQB$B>dIo*MO_rt`_D`Sy6Bs4F;hs@Y61PJr*h~oC+7W@Fr&T>-A0`_5t?Th$ z`d}D@yCR`nW?H|Ss5RZ}151cUJa$5FQ1|g3_|G7m#SlP+wE=<v(ksly2WJDa((Qw& zGOozq1yG7x!rLDs5Ns>E7dVWvxp>v!fJ#J&YXtXJfrAyK8S3V>PpX8eNC7w=?(~XX z`zD}zIt100NF#AZlQ(Wwfzum%0E!1lLO?)R!pw|>C3tZB1<LHgVRw`*=x+rrDF2QS zSl30sTAelm95IPM8K(tYFd)Dg;E@xV^h!hwSLU3+P`lZmVc&h0hfm?)VZ4C*60+%n z+5T%hdnbXUL>(hbr1x=k3qm=>GHr0R$;e<@{NcNRTeff`KuS3MY7pTLfog}HgrKCf z2e599#2gu3%E*NV<d78j=(Y|P8lQ!Hj+g}*HgASixs-hu`0gE8vS&H<j+D<=4PhcB zdO5w=n%;Y7dlUFs;pt_O$KW0l3)$UxfGKW4+kBD@#Ljn<C!f5Pu_RS`qDCKW)Oc}N zZbic21mFthJ4$GY@dIm{JDbx@gRd<@k%66~yJ`Oh@1JGUZo~zfRyKK%v&bJ<_qD5` z!{`%fXf}ETRVl`49N-!)GG>687m-YFaQsuOUl)n}TfF^2!efYA6d%K7n@zXFUCryY zNlDk(&6FhOG8nz~r+dItMwTB6!E<e7e0W1vXSJ#|d|0+37ouHrv$P1u1MV=fa`mYA zMFJrNu2=JX9U1+|n&5c&|61U@7Fo-AyOzF2<1qa1atN9?^llt4?r+Vmq9(}(vA6bW zo*9fELvZ!r`1}={=<kr(M+p>LpBN4AP!uq~nLNNq!@NJraQIr&G#W*yYG4^+NFJB5 zkkv}u*$H1!Vm5)`Lj)!=_>hxQ5UqfB+!H~ipuA%<MqH=OHMa}}v7nDtrgSD$W`C@e z!%hf!?3NI>zo&&=6E4Ls4<NKL(;CE*#A%hilw8hYuYxQ>8WWcwx;O6QZrt_Z`H|&Z zJl0yrpemI^Iin~g-bqiVu+T9!K*9GZ^L-z_M|6b#UgV?vWILxfJ$LrC_n*e%lvsB3 zY5nASds)o6dc_vdC$F7Ipq_TD`ZNQGgux(bJ29Ad<N254gZ4+!A8yLR?&{vM-{~sN zR<Qk%a_hAtKf<ez@<5WKtqFqWLhoMWvzK`IH6Ezra<j*Z!lDaUivgmX{VOb`k4lte zZvQIplW-T>6sizpLkp(fXz1_xc}CaD?bqj$C|$$m#?yn5N@P_xMT)BP^gfU$UF7Ku za{f4xYXTQBPAi0AA4Kz28uw}Gkc}pB#ub*9%z!E65Imhj^j&*XbaX5>N*b6|WP{^G zSSp*L1q39DvHM;~Ot$aR&Wi=(o)=w8&vd5migw<`hG$=f&qmAFTwB+AA?~h+#|GP; zYOTpqT04C|8nT-VlP&*hFo@{9Xs?UFPs!)%A-8{<h5QZ=y^15z`$AW7>!Zc#0Qqhb zvSw4gMu8+DztvS>mn`3lIFL}_E8RQ0aUnzjL>zOv6WA%3);w4xrXdkr#;moKIAb8W zKM^(S$(Q5%#?$Vml4zN*NB9z-j>CEp`30e28mrADi4<LyJ(U3tp)a!{S~TM7hnul{ zL$vLt8xeC-q!tS(mDU5u+E@#Ud%><?#`ywvJtonDvHK>>`j;!N{o&j~?~}p`0p3&l zq?gh;*}|Ib#MM^cEF!U?uqC;4A(w4y^;4gH4rENcSJ}!5z$}J_0{$NJ4K&)$CPPwW zBIuBaCAP!6k-|+J@?V^7wHBPa_w9olZE>Lm1B8RU!Yc}907+MC?z0;E7@Oy`_ASiK z_)YFioNdk5Z$P`&sxY~0DzI0_00$n<`|i81z}OxPq<awt*qW|ggl)(g+l8o6KHn8A zRPH5(KH*GY`)Ld^5E%rNjP26)!mhOE?FHl+?Wf*|;WrbDz-ME-rkl-uQx$unb+Ofz zD@`zC8sY%7==wN*E)x^`US~#JwJrjUE@^`PAA2k)&@bZuxB$Pp02cpWN2OmktZa+v z*H?yaSieOchvAFUmL<r*;bzs9R@2t*2PnRk+RWM3Uc?B(p8-E1Rt*WcNWCVrcRkg+ zQ_jGdVR7<uVQe13SFo~F8Ne(d1a<6&J$|<j$HauTsF|U)XbGLa8!Jr9_CFI7v|m=d zIBJ0w+`i%)Zgd5-qmv;38d5*|0MtWw|6dR61NBN{PDjJ&jxhC!j&VV=s~<{!Q($)c zUgNS76-yTZpLi%r!fP(hgb#+uzpy(GdJ{xVmxjA~vVHIWQ4h<;E$w|`wUc-dnIj6f zu`z<njuaL6rAY#TEEx2#d)rhdAX?<%uB*;r?PaSzK4AO2%*|jJ(2GbR4Qp#LK8zR# zubQ>srZEzxu+M#?#b-LQ;#mp_-;IMidf37aH#*Ay@n~FS)|i9s_b_#rkoILf`zm=N z^@`Y=Hpm)XIjqq|_irkRdjwk!F(Ttz?VVRcfmg{n<e-P}b9UlDHJ1UFn9mONj!t5( zn1c{z1X+5L8<vrEbJSjGo@n3unlhX*i%Mh_w)`vX^1dA#-vy)eucKIP&HO{w|4Tgd zlB+(67uP`#(w1ovOM8iO$b5WTFF(CDDbYr1G%uD*E2u3-NSS>nliFzA(gq!o_(jC0 zDz82J)LOMapURnD1eX$~Ey`}7&V7K-*n2hs4|S__us9fLbDm+}-iix2^b_b)I`va< z>wEvQSOnL*PUkk|((*3@H~+&`d=>el0C@mEr+`D$Ca;pPbz@68mBty;3uL&g{T!0D zZ}Kd@LBw38fWWvGR`A!sHZlow725dL5yl<T>&c1yjJt*CmEc5}U>0vutn1R&?jRSz zUtB0*FhBsYe=^!O(k$$gz3gZf5kp5~nSq%Z56r+Yjb#2Glll-9aYGe+8H$Epj$tlo zKc-i)w-0EGJJFh!cDciLn-FjzG?uWPCXTst*p`#a!ofD*$COVcma$SVHd3Ye3&L*> zQ?vFSn>=~~sv2##*b=;kc@NMiW$eEQ07UwAa};(3=UmqGIA2gn)W~Qzn=LIHo0ZmI z!h1J~2~zg&F?km)_#-@fBO8WfDwd>ui~AgL%S6UxrC{BPG*q~yxr6&Amd@_7x9~ti zjvfHaI8<1Gp~R5gED=A!&|GR2)+O=k0DjJ49IlLYDhuq(Q1!<-tKk2^IcN2$0W~OI znY<c80}tEpMON)MnJyQ(86nE_%$Nz*K6@8BPCpryU>$C}3R4N-Ap)pX(156UhL{)e zQo2hk?7fH&NBAK&1jiWs6dMlf{Z9j|?4?4!j*<rnL$8uaR*r^B-ngpd-rA&JHjO|s zK829$IwypwxmlwZ_AHpB>{zJa&8rH2O|6o6Y7D2w|3S_ox<8^(rVviRE(satdbvPI zn2(3xxS<;kvJ+41DH*4XbQ3=0A6tTrAUHrpSG;Wi<b4~(!5pW9IRR7mTVtnUAH@jg z8E$u6*?)>g7*A+0U*xq}E&nBC1AB{jfI=fj=ojhz2?89@uWpd(i-@SPOo~r5jC*jw z5CB<FW;^Im473Z>2tLC&ENL+7bHU?Fpp)lvh9bceKXO`B&7&9y$HfupZqQG-%u(<Z z9GCt>cRkcPOzpwuR@hh$(+n}iWeMJV*jDWK<2{mPQ4e=Ob8ne~sJA3{^X5_2TmIUo z7j7RqLhn+0nhhX&Jh&S7T5E4v)d*hNNz7d7MVq?Vs&HswrVjx!`+x8dP)HvLAsz=< z{0Qnnw(2v`R3cu*v&bJY<p6%N14Wd4c}r@fz%oI$y4T6>Q+bfDK5-!T+uwsc+7li< zfbSlLMjd@2(}rc12Q6BV+3_4}9brv})t+M1N#g(!g60L7$&Tt;_96}sAQkt+wTatU z6AT+KEqNedne)p0l&ajfiXiqXM10F@7sO__*rqbDxE@rbD8XlW1vvP}>qs%a;d|{e zNN~=E%IK<&XUC6>8<r6%$Co;EIUmG(eHGvb<%_v1lmn}9tyL<4wf90wan*{fC+I2o zNXRuO?S+rTjJLBq5<3y|U`-`XuEND65*)y9l>lc+gr=~_v_)K$xlQgsv9^HN>)JGt zsl7c<B^gs^5ow~IVPDf4_ui5h5j0>)q=`H`2XOE>#QXMqcP!Ym;8~I74ukH13SoIB zhWhoOl#GH*RbUVc%wP|&<U$4Z0f~Q>c*xp(tzO~0L5XYupqd0BjhVPCaIz9rn%uF+ ziq_ZQUzD9bW#$8S_re<o)(ESB`X9q=2Y=V!Koh3+7z#u+Yg$yh>=}izCJbEG!nhcl zDMyF}fg4u)uyD|Ni*48HoCqmXL=cz5sO^F=lmu3a2!3)LK*Ep71_(Fd0vjM~CuP43 z{z4P$N&;;RGwTW#!3uALVE-;!lgr_L6(0$=w!exeZWf$_6FlI2l+6(S0<WR5rrQ*N zG^Ps^;&uq{B+`)vr_zaU4a9S=v~LU}%!FV^kKGVZteZvmFiSU!Pslyo9K~3&eAzV% zjF9|6i%ok8qoDrR`HTR#Y03QpK_H^V`VdHz&U`bIZI7-7ViMX&ufZmS{vTNH6q!zF zBnQL!uUVv5Qw%Q<`TVHOr&X34{v%O6fS;(kVOnp=f*jnNgJVmSq^wqw+zpRl1^{QR zhM{iXDCpt6;-F(=`2)`wb-Br_9*LZH*&g!l3iGYnycHRc1dYE#1n(3MCJGLSu^h+X z6cm}oo-|ZY=CaNN)vYbDS?o>&<pyis!miD<bnU@8$5<1lz^Vf}9k=L?w;%Vhnj!)Q zh!2tR+tZrn#SCKJk(m`6q|%F!YEMka;s;m%i-6haJPpKQiXOyCa&C^ZPFY_!Ehn4( zY5$YF@-haVi^uCFX7bN`|1BN@YAQJWk9hX|>}e9xSc;24U?*3sMAzQp^+dRnCWtZ& z1MY=cHzF@LPn1@&VW0qHvxHEo0g`<KFP>x3_>qPu2NE`)twOOR-XFlvVSU0VhIqJ? zmA*v%XN{;hE3f0?5S`X<BI5?EK^+^1XG11BZrDV}jhN`TbtXD))I`UvH_>q$Omy5e zCOU4TiH_SO0?YOG`v71YtFvo&0XkczdJ7>0Iz#C~z#BB$9zu$brv+pYRsHERqTgi` z@U9fvYf2j%G>`l|zCzr-UfUu}+E6U*0&5xtKE@7U;o2yGzV>AutUV}9J2Iw7e0^9? z;)Y~bh^`3NFcBa=22+W*QP9G>G@fMO!oC|*^Rv8$Q(88xg8eIpaDR-vS?qhO*KQQS zJ2@$G)5}|KlxgIgKvdy$J>epl&2pnN-iLS=npGEqnrds;tHiah04f_SHD>=hZr!1S zvS~HEpJEd=u}^Mh+L7@T9S^XjpvA}xL^}T@TZbZVjLW0I8Zdxxb;P~A+TIdrsqi<E z<|67wn@i$45HA3)yAEMvK+z^R($GW+1m8lbLlYsQKsVFn4Bv~nFpK5_0YYR!S91-s z!dQeWhH)wNmKON0Y>OB9icC)0LhK@Tk|~YjFbBxBeFY0hhli=~n+#rI0gs<&D+ql^ z=28Fcx&_E`0$h=V5jKrNgWxZ=AwU<C7V$X<_DZ=!Y;q_}M&{B4g9vR)clHoBg_E+A zULs@w9KvyXeHb3($oG-BMx>2p@jHZ{^ArvQ$O&flnkY0O_Xv<)hJ461CV;{K7nZFQ z7TP}9Nnu&djfm0^<{*p#4pG|Z&fRIAf#ZQOBq!T<_!=}B8R_EKxSo_|2m|L#f;lj3 zLhnT~0k}m<K~IWt>r2Gokw6u1HQ8A11_`{gu)Q-E#naTr(U!0rn!{b^Eqma<1!C*u zItOn7WiBwJ{l-~-mytADCk@eT%_)%di)`-=xM19jp0UW4OJOl*6wUSF9*9^Fy!uBF zgyVwaL;7O}F4!Mj*Ota|j*u27!@zlt9--5mt(xF0OJbHjd<s_(tooRL$$>=S_A!vZ zB&;zd$ISd3&qyV>E{is#nABd!8u#%f9%3z)E=r&SAtgJIZOQ#BtiD#j5n(7RoP?_^ zof7#Vf`1g*__5UYA}Ybr%zY7nR|oW!S>$%B;2<PgV^`(Apb$QmQ|C6z6D*j-0VMdw zxFJ~=1@_c5qJwfyxz(pbLfU@^0-Q&C_9Nv0TM~JI2wxs#)X+-8ezuck=wfR~X}fH? zlf~lwSh^p1<*=Q4;_@(JhGMfLm)Gg95m%JBJle@IprN%Mu|rsZemX&`2};_4`z%L7 zd#H5{ulXE{I-SK7jl}H6x%~5Sds0thl3HwHX?R9K%Rq#?LMO|~OafP8cC!LAVVc$! zZkLWy{hWhz?=q7*P*x#S7Epx$0NGaB&dnlHSzu9mvVGqUXeoM8gB`+_d5`6*YmGVF zLk%L|35Kc6d56c-n}yfzo7idQOJc%Yk`AnQqDRNCbrCj*)s8OOgTO9LeqSQG9_Qi5 zk;LA_7kT2|;Nz!`ojFoE{piV)Cr+Jlv&T;8fSd1NG8z6dnEPo5H`8noxIRC}1svfU zll9U9FAo+?z{*gTO%&5pABk|-{Ebsg+)T~kAkjge{Y*j(^rE7K43GlIdng8Q7~30p ze+>b}hPqg*mF&_@!P_+LX0Wae=vmj0kvjho$H*iKh$T2ZB?Z1T@M<PCkk~+@RRRl` z#8a^xqM-&5r3(^*nSuG#28f(P5IwOlJ7$Cp#fOr4d@URC;^}B&DA9gHWTct4_sLsi zp!K0}{`5e@1rUtH1qMGZAOz&b9+ZNDDa!ZGPRc4kY}v_z0eG_+5c{O_0IneSLl-zI z(oAet783$N%CxZTHoSL<_YGk{WiR)GUE~<qtIeDU(96vU6KKE1*AC1y7{(oN=89)v zmuBUxF>lolas-Lm0-=|eehx?NKVzQ_1Sk|ju<O}dq8xBZ8X<7sBpwMP6)zw;xcwq? z=+hfzYO*O(ko3LZ;X0oI0#G$eLAvp2cTmWz_oTb?w*i1r@K?<r(4~}@IL{@8uB6=5 z-W2J=0I4HffgFLHS~~AO={)RO6`RZ1ch1oJ6bJu>{T5xyu<E!yit)`m;S{7x*gcv4 zCU!Vz8#zXzJ>0+)AT0U@%dEqwnD+WE-pPkhn1<Pi;-TEbw)<NY?^&ni6)gkZ^&Y@C zJ6P`_yyRZ4w9QgZ%3u+_NR7!7yULAJJ&o^uycKs1iLa1CkTuS7gYTRFYMM<Z&=ik} zAZg;V$SCa{)D@t)CKZgGjIRQ|BHUE=2|0_VNntxFU^Q3Jl;+xT?pDOH=T>4fU^rY; z@7%5Dc9<r_{JAI5h}v+Erj!r>h~ItK+{_j_2k|-*av+pV%b72tI$HJ=;`c?~juHLR z8vT;UKx?;Yksc)!05L1w4ZH;nd@~!EVn_@WgYG$^77>i1$0$%tnma0z3Vf@iapITY zRsk167^vcF$(n&}+l4E`+d2n_uIJ6-8lSpm1ja)N5t(J=L`4Ugw6LELQ^b+&eMcgQ za7Dk?Xb3K1c^Hy}EszihJH<m+!L*?sV8M8Yg2gNp$mqSDTK-_8?^1h~RwMvj+ehfc zWq3Y}=299)$qgJE0>hW^i3X_`G&JEJ3PH0W(g>cXOF$*K_~W$?59LhhAfq*aR%5_- zb;`#Gi>NxiqVtE4;n5HTQLQa35J&LjUkHYnv3r5hj|`86z}OaP2v2}78PR-mPveTv zADTz(KIEpgenAGx2=>R(RvJP7kyjsJIuSHP3?XT@NvCwLb@_nUNH#$XVUysMi2XEa ztdOUV;X*9!;M)kN7{ErX@q9AJorQC`H|IujeYtgBm_-$7BY(*K|7-3{pyRx*`#u{6 zgM}bSLJ&pC)QA*GKq4WMS}ao}MT(0>NrY&U+DJ+Oh;IOa3jn?WMR5$;uBk+_W65^x z+BtE0LOO9;)rp(h@sh+%#AZ1;IZo@iZkmo8H%lEmv9m8tbR4O_|9#&w-(V!mZBI`@ z;={MT^}hS=elt7xHMw|Ngwt$B(ORMH)!Ar<dcf(6-LsT6rttpzLzf;x!Au9xH^xx; z$N;C5TI9g}-l)JUv%M_)AqDr{(h$5hHe}yc-V2cwl{v8L7Hy8V%+1^q6|*XgE@b|t zv!P!f(mnZ9Bi=y|B?F$cV`HS5iX`va;G^=q3%QTt2@N3Kr!t5U^dkx>?gMp2@pnWu zL>q7z8Z`0|GBUx$?O~wKI3%8zqc4DP&52<`(TN`6$C@5eJY3;!OC>f`edbsLG+)&? zW{D|@ijRJD&R4!VEpWd%8+vt{c<Nd?v&aE#q@kkg(-mnujb_dWr3F2ValM?EWRG$( zH`5onLZ1Nd8-4I{DVhxs`%Ap(yKV$kt7eHlINs2#Yf{aUr(V>mRD-k^#Jl@$F04U$ z*NX+e*?~!l#<*A#;h^pLJhY{RL<MNed;@J63M61`q#`N~yUmPWjaW;GKSrqHiMnMm z38GXH?$eB_X+Y3#mk1|2Bjaf}f3XQw<N}}72)wA5j9|Q?OHqvo9c0csLL}qR(_gOD zk(AjeBjp^gm!jS`pcBI+GWx1$+*Gc7BT58jTgpCOOOIgVyrxD_^ie#eo4E+GsC*<K z(Dto7XhQ+2d?J5malXmP`35>4S75Qr-gpWJ;HrxFi(meCHW0PV-f>0i{6acp5vv=$ zy|Oi$A07GWrppf<-n-#W=$D_<@O+$dyvGV;nKwy{T<h-8K=d{Y(}<#txTo~q`*dj9 zw{PeDX$_5*Vg|tih!!HJc0&rZT8)2dfG8!AHi{e#4Ml+T*u&2Kyy|ZS*P?cxYJltX za%-Fw?^-wf8rodphh|$pb<oJ^hMp&T%(K*dKsBq)biFIIF6bzg#<`RFQ6G2kYcY3P z?<6dXHuoIwjEN44uz4Ki(Y6RgZn2J(0C2CdF|01{mci=GtU%o)_YJ!SMVPZwd0V+* zqrk|O-DMbIpTv5kp`4gm6?1U1TodWcCx{yabVFR3WH2f%F#(R&5icL$&8Qy(Q6Z>u z!xkjpC=`xKt{ZBo&Z1$3VU}Ljs*LRC2IB7rk8XTCZlucK^W9PSS0v|FCoNqc#SgJM zw#Burk8#hosMQT&_*R!6nwF6n8yht?4tvvRs&&-dax^y(u4KdPc^$Fy(by)#8r9i6 zQtF?|BnxoZ^%FBw)7EXfy)H62TsN2=!lv#IDZP#b42Y-77aLXF(CackDQSezjevHS zfY#*To;}UMq?*@OWIkr(<EL0W5r1)oFT7oC6S~j}dqL~P^A|9hR~=}8ka!OsezC13 zEomz>DKlA!S~Rt&U>4%C|Lx`X9+gzyA5mv9sT9e(Jw5i?*voH_Crq_uiZ3L<3>a+e zi8i;9t&-qJoU@7Ikffn3P2*_IHD@pl9g_G-Xan=VVV6-=Wi+!3o5RHNpcdIpRGhGy z=^b9u=zmqXOw(s_6gX6GVrw&FT&+#o*LVwyHmN7;C2xSicA5;ZZGRf{k7#Ud`^)zr zA1G$~b0mV3DQ+}U$=ta+Rc%s8GD{lU4>inE&a4NpSh&h^j$6!T7A*j)xa$kO@bY}W zi(hLALS_bSYdBbAk_sLS?ah3C>89dFWox36S;x}Bk&TMF%w`l@QA0395+Y%SN2#OH zaE!<d&e8#jM%9J%;+DQogscxEqlh1?_L&i#0>%%dN;Cu&lKF#S{MyDgg#EQT2*L|7 zK4$Tyu^Iz!5ky^twHc#WNou4K>S|BaN;8Wgn=$cm&relO1=aHCXd@yVrF7-8v@BcR z5jKnxYQ|~83fB9fa#;~fM@Q2>Wg0gTP<oG|v=}Um5b6hl&<wk~m~zOnMNxBX(CW)t z^s)gk47xtRe11YOAykuTPc1BA3H{of%jZEeZstcQ7%)IW9xCewSv6b~O_{9?`6Pmk z^+p!MmH<O(Do53c5sl&~2rEyq?h86>RUgpF#E+2~ll0nc;XYbdgUROB2YmQ%)Ozs- z8P-H+Hibh)H|x<jztvyoApSu?!4LrUO7~7b)Fb+F3Hq74n<WJUWndTZycq%Ef4N0( z@&;yymnBA=hdOMRo3wjZ=xmMrOD@=RU31;2BzOzA>)eIne37?1CFwPDB1e|p!lfRh zB-uc^?cGgZ=c2D^5iZyBrIE#Rg-gA(1{dthc`IYLSq!w-b{H(~)p}yLvSkD^^4Re% z@{bTd`#3b{X(gQiMo4df^xwbh*}7U`=-iX1JQo1hCd$+6&pRP4$fhj<gj{+;X(IQ7 zsw}OXP>2_Fp5zS4ZsP{$T`_)-FB;e(VY_;-0k9eh<zt%2ju>^;yW&%j-=q3kn^{<P z6dNDevjD-}t-}r-j8<+(!7orEp1RlcyB-zrFI1^+33E3C&0fC#oPg#=-okVx?**^u z9MCby&ss+O0wweb{3~XizDU89pq6_4%Fq(gmf<$4SwgqKbyH&#bgWfZ@3!$kRU}i? zug1$S>-MWAl^p$Wop=U|9mV@K_Y87etwlIN!Kv0>+t>rVYCxf!L~^^6piC%oB2*${ zsTZ0Pfw@kLEg@Mt&VJ?ui!W?wn@E7-IKtc6)5n#3!itr@naG%Gd0Tni@iDh<eOV5p z`V)qM+&uK=p-me_Vl~~|Z1>_)$W0NY*(QK=)Pw;m+|yG>-(ZnR6VxD2il*9mD0bi7 zuxV)X(5=TeMa^q|^8GilWeK#X`F>dE|5@u4cHFo9`x?gPwhSfZe6N<Kz)%1$Hu@01 z<{}kILrg6ua1^_Yh(V}zK07ImaV{W=)-!0UWwQ#17HW4`+ePUfAdVUVbule9drl;7 z@JYa`_S6Vo<CiTGV5&LMs<7tBi)ND5@OZCQMdVWQ!Q2@PbED-b;kXYh`AyECxn!_e zFGzpTgdXahTeWaxWxD+@wKBE56>p(-cWby!j5ZsdCpVMQkdeHkW?bQbC0@u~)jPmn z&OFQ&zJ6>fj60F{Dpg|Z%()@@+uY2qhT8sA?X)eh&?|$An;V`rtgxg}4bKm|V+;k# zXd+fPwg|@N0yo^@7IpSFeAiI!*P>y{EH0JY!+e-RmXb}B_+8C!^}`(IGS4Abcu#gN ztH16xsZ^gM0}H>XP%pJVrwtnNf~2&z1zX;hlHR?Le>U?h79D06N>V4YhAzyJ(urp% zVA*arqht+BnJ>z2VXpJJ?0oS#V!W}bmShcJn{vl|hi$0uK6A{HxfN@7d=KIUUH(`( zrYzxVk=@R?^X|WCxD+*exFw95xv`H#g8>i_N^`Pmjzjhoni;dMJU2&@P3^uT6J(5| z>=000mMUJ%`F+oJz=WumadDC1wfQG7YPS28+V!@*g!E!E>suA#`srD>eXt8lA6bSH zAE8$9A$bGLg;1@Y4LNQ((D|grdjtq#@Dk|tIfl9|V^FA$v1xaY@Gg8%)8_YGKDHDL z0D2{;FNrBUvJ=4xRI1iL-XP|kp4HpK?l+`DepIb!*gM0{{hdH>fbt>!ApZ(j4PYC9 z<p8l!+VD1M!#3cRV!L<ElRDXrQcwy!h1Rsjckx@jmjjAnjB9Z15tW-qu8MmS;Dt00 z1v@xpK3Cm{!JR;N;~dI9uJ1AWQEKIT<}ehQD_xWdIbVB=;jmDHKW3ayG_{_HH@3ov zVPh#Y9zHq9VD9A(ZAnIlxm`3G(-B?E(gb42=%ismp4PqF%?tHwQ*`%;(Pk0r>WnN4 zcvtd8Qk|jIrZ`FDPS)FpXLbX1Rm5KgT>>``Y^tW-4qUV%q%_-C3G_5CnF5|g`P{2T zehFO@{w=*)%oYC8;9^`aHU98*W(U93n>e(R$W>U!Ze^u_d!n}kFL^s~7w~EAP`nXZ zaEh=C1EEBwA%ubm0zoOFZtLa1AfYqDWG|5b=cwPEQwx}`w;=Mqqp`8&*UG?<_>gMN z$jFe!MLk5D+8b63kM19)xGcS-UxPos0zJwME2Jku%mr-_U;?wseu7t<w*o2^*E%wC zYwJq=!(pJNmG$+6O4I^ypV4G@jer@ZF>{+C$mNsi+7hgz8Ca{@47q0u?WG(pusNHV z)F9?5SnpWxp5jDNcxAwPIf_(`Gs{E{8-*LajRNLY!&ogScJ*u)!UD6fjS|)fsq@>; zZ)qZr!u?UuJ{tu(5IDD!kQ=PS(J)RPF2W5ld(A<ow$I=Ns{@Rnl!VgL$Bjxc;U1q( zLk3)|k}8=3h;f`mD)6im8Jgsxhu&j&sw)Bq(B4aQ&;5Z0aWPqrPEWyug~r46rNc9G zJ9kH0#vU`RYJc#MKar``GyyU9kl<(czJvARo}IgP?K#BX;Rp8&A2uIBSc)qu{>N2( z$J8X)TT+T9P;f_?mp5x(EbJcc7c!tJWP1z!xgHBt(3iD$QgfuqkGbRtE)wD{q^R&@ z0Jm+KBRHxov!xcW#7{#~{LSI*AQ#9Bx#^N@wZWB2yOt$_A#Z|56}1PB8Z+fCw)BGb zyvSmk-iY?-WVFYX(Q>@f805hlzL`7jukfagt>22C)mVI8_r!;~eS*_xR93;0R|RwD zHm25)S(^WH$9ew&4U=paWWmlb!TjM0#+hv*EXmxf_FihJ1kMsFjPqN)je{47ynj{b zAsTzJ3LIU}y!RvONz`zmY;ltTqbE2NV_q<M9*BfZFI!G_5y4RaM|&4@Bp<%4%`Dg> zcrevjK_51OLVYpij##-~?Q%3)u9<@LMA|IfImRK?KY@b!sNd?4^$$`76aB;wO`fne z#jy}bKCr~gmEl^U=9AS#JgAnG)*8~Pc=r+;Y8y~m5@@~DsuL>!b1GH<sVO7_P!ZTh z87ia&G|>+oFxWLJ>qai%1Fnns0E5E(b3mbNK$>Z-LK8t_&=yi$^*mL34ReC@L~5PV zC~A}-wO*~QZr(~;5L-4cz@^68Z`J{y*9(wh(t=*m1zU2|QIqji>pfw~L3rI|WTEB5 ztNNKX^|y9jr|o1y?J@~*8=?ylJ<PH_sdq{lC`nNT^=y5asbKJ77_Sg&&1@g4tiZ<G zp=1B|CjkCY8j%QqjhAn%!^FR6L~%OwiAJpj%&Muq{@)0FTQmyWiLpfFduob=ShAsP zH1Y^46JGAo*qwn$(kclt;!Gpl&}Law@L{AR(RoAoq%uFNBN2=jDEsfUKnOB!6d~T< z_-dwyMdkV7iYCk~jV(=$_I6fBXc!u`Ds;lcxJAY#3S8!?%CSjjX-?%3O^%pxmZdK; zTy2EeA-R)v$;8oKTFy!&gNDzjr%G+5Hh89a7n`sNehA7V2Dc+4mebaZqNAL2+Hv7> zK?zn4?$=YqIMSjIMR>@-_of8g$?!+kI{2Jce8jMYl5#Bir>hZYlaS0~PxlVslf}J_ zKlLRGAfX9)x(~9hE@(;ddM2|tMX+%@G06Bj7wiGzO~LqViY3=496yJ3>E+D(S73Rb zy+pts84}1S!*7YnejtNNzPZ=FF}~H_fZ4G72$+d_0s<@GS0WNfDi?$uq$DS{CwQ3n zoqcnpBp3dzet2$?(t2FX5h|}|Zn25z;fiJCfUvM|u^^E&<#xFGeBp!%rV%eAik49b zw))gVdzWJ6uebBuRdAZN+MYd@MHV0dZZvi=go3C^afA?$WfV@I#5lGlB$q7@02V%9 z-QY0B<f2<}UyY#S<sRrFJ`Lf03z0pw^T=Km2P`5qjX!C|3krTmrXIjMihft`G9K4M zn`O^-Kc_Fh#G&3MHBq(Rx!;!KVZ~9nsCn;Ez#9NlDVhNiAMWT|`ph&C@8li#Ybu~i z?uzmgCB{Fjva6T_t!@}t50>g(VUx8sJ=0`N?=PybUr-V4;aYX~t5jk6CK#)ChCoV7 z-Y-zocALrD&YbT={M=^@t<2f`5JKyY{z*XXuV7~1PuVS*S&d@#1P3oJ)<&pZ`#rg5 za}y>sex~#u_H>h_D3(GAGEIt{e9-<p{vw2hLC7qhCEyxUn0b=P%%Re7qo^V{$2qd& z2Xb38(-^$Z=SH{&PC9F6Y^@#iqZOq{h~}Ei45T7vCOsI*=1o{rS@g6gm;kyGSP4XC zWcwqJUPF9Fj2~jzOCqdJ5ibmeaq=b=?Bl|ug59D9v_Kmqf+##5<LwtiIbgQgiN`(2 z)6Zy9wAGvRZ_NTIXxQsxiD9Ze0I><amhsnSx7Lk=ITT9F`^YvM(`Nl6qzG+{?WVmK zz%4c$Wqux+aVN*fX^6f@+P~GeZ{BDUgVnchy49mNy;a9HdIDD`0-%{Q$%E8P@-3iw zj>I}y8pKv#VjK;OJwTdJWtquxq6gj;<+JKPzoK;@i!m!2dYv(7Q9x=iG>{Ut*kEks zL?*hC1E~D&B{>dq=HUp0&gZ(!-SdJ;2KAozrz7f$mn9#Jhb9!Sh+edap2W%uCCNs8 z%4)@uPbyE1;>1}pMmC@boZ^Cf)*^XDDngTNiadq*Rbitx^3nmW0vi*5MWkD&;W}@K z-t94lFw9)lq_!w!yF*N2beH?6zK==DdSBEa>BXYq|D|N$HS7%hEw3~1tx90B@1pss z383OPxH{Yi)W{FUEsdLN%i=d0mxTuEJ`I#1xQFz~ztyGCt=W4Mn6`sV(_t{KkLkA1 zqx&(=2xCw=mp~#cjXk#^`iR~%>h^t{eM)u81}4+io9piAA%Fp4knuKmdYbB{U`#-} zi{I+6a*((|RvopUo+or3#(pav$$b2h?YF3U<u{08m;L!z{(>BQfIK%38;i(KJ2qdm zy9ay#TFU4}Jxt_loc%j5Ai$VjiKwEBMO+IPakn5>`>*#JLo2dqJ~#V=L3T28Id`ci z++lSW<RqUri!0Ovj$LefE_cp+T+{)rhJMJ(g~G%8TL{Z<#B*pcV01GnX%f4!bv_|s zOxr}e>ad6FXBer$-g;q#U9{dkHV)n8@NAhGKUwb%gD%>YdzXejp42*W7{J+9jT>V; z-RE?$&DLgly<Y#8?k#4W*#2qz62ipi^~fOO7M*=rFD2sZ1guo-mo>#}Infp<Ukyo= zdSS}7A?i*q3jsNXnDl&aK1GoUx5RV4my3ALhfFVpu;MaWC>TR|N=xN$rVFkg(S^+y zqu$>%>K*~_Zlru*PM?}07450>8$wQoJe4tR9?pbR@kSCQM3Aj_h1K|Rjlv}zF6&?e zErP|y%YBG5u!;?k#;e{Q7U@X{8?I!`^!8tC%!H?8`k)b#6H#w&T;mb_ARspe+1A5u zE<)jsLP>`>7l$79{5fb&c6+>*Pe_l_haROckK6rx8*ce)8KE6#*3KhJGi^zscF!&} zWM@f!1rIS@-4Hf4CIZbw#Z-A<H4%brTIl&rtPyc39xi{HHVKWq#9t3A59rL$uVGt3 z8H1N76%4Eli-@)&azv!b2;4OS!SqPg7pu|+p5PUYS~qoM^2>oN`2!X6?h_Q18aNFi zrFlf6i`dBBDqyBswWzu7X>=M5buUGD6pDr2PpL-L5dG*p2IDdpeyY3_!;TPPBKj}e zKS-`@ZPRen`7$9?>F6yerVJ`QJIN%GPMH)Q<=L~2t)e1R?UyLqh8hga=i}^<^^$xw zwU@b<X$NlK<L4(4a|%6=KMB30Tw_fm>)uH@*Tg-_E$ED>P=h;(+0+4ej~uHGeV^xq zP@YIpk{c^gy6wZe;0`TgBRuhe2M_Igw7hxa#yc^@oG$OO2CY}T?D2C!dEnMTb7_E= z^Z|mZ=TA$UktmeO2mO$;by>lYB`0xV)k{3;&p}d&_B5i(JSR^P70D<48Y=H(G@q6n ziVuB_VIb;rmY){G#N!BH&zFx^kSJr|%A3A{Wh{TmaiEY$Rq}Ov;juNrFt=3%_j=l5 zC?2mUEjs)YoKX~Ww_fx^4+1qTe7|PvB^|DCAX<m-f&16MPxFkt$i0>EjFg<NQ>ao? z62sV?T+}3+&0G_C3uf5NHiw&;q`EMkdcM^HPsG$|tgp;@vwr~s+qc2Uud9*djZs#^ z=H_WV52|^cyd;-A@iV=i7=LZ(5h@V1XogdOz96RdW*gGo<gZ53j>8Uo=A;?EXm-nF zA|-TqG{mx%o1FAy^2-GYB9R1`25q;-&?IT;g=^}vP4Pe$?0P{9g<B22%ba*g@XSi1 zRZ$*7vBHas|GI2pD^Le|qpdgG=13QtG~Vl)<+uTGG#OgmpspC|Y}KD5JiSx>Dbmyo zGQ$2>obILiBrGTT$@&!0=%ULlN)}WUGLEdf6ZZ-JnrPn~Nayp{h*FZ_9DsB&ABy*J z{M$oe5h)Fy<J*T}7FJn!e|qp1B>^%uq;7@|-{6Kbf}v?n-b;J$NubAjJ0RuM{Zu~$ z<m$^fzttlgG&h<NI9Ns7AW8>2T-kb6pjU{8T_0*+vtFrkW}@Q0>6P<(Z#h&$QS>0^ zP<`Rkd(Uh&Q#_QsO=A38B+$ox#BBe)NFRP=j4)}&{jw2O6>|`&_RHDTA`6USR(sta zb0FfiOhfELcb2aCz%)<u2*$2JDb;$mTF+HOIj{|qQObJdK8=r2%H};?%Jm=(mR6(I zeeB%L1ILCq4&HQQ?IX5)2JSwvRTRwjqfd}mbg(>NcVQ&U8}tY}u!T?T>FjwuH?#WI zZ^UIN^1=3@n-e>EJsG?^t|&YW|7gZiKN^-D{8oRELrO`!!j!^U0z($f^{*|AWm_cH zl5!blQ5!D`dKA?*xX$7=Wsh`JIxlqvOD<=RD4Nrof~CQ-XJ9Cg^l;S|T=fk2?#N=! zR|fsT)%K*9tLua1!8LZZ#E74=J56J1w?25>QljFn1GYn!A=w6~W-MUb=E&WNSk_FE zrKk%fvW5_c6(%zN(YXM27r#|4I)D{mt1cxS5JZ}o31Q$7#ETqRaLTjES(_)=I3ukO z$9B`Hk;!FQm~S!^z!))r#HzUe!QBr%u*U~O*BXn{6AA*5nJJoIy-f?V>TcFzl@%qc z_ec5T<3D^((D(%%;^)m6Ue@X-1cOGF8hIsqbxE#j%l62;;Q+1_bFsO4YTZ(Df`9Ji zf&su_mtSmt`n67pV&rZ@?Tcj@ZpK_)CgRJR{gZ;*%@ZsI>`CErw%<R|eo-8*wXc!o z;+pEq*)4{bYHj7CYpRdGoLvttHJp=l&(Ns)$Ub4+|BO1_gpNK*1FPz)(UNRqN(p6Y zp_ZmP%8ErnPhs(o&f_W9*MXUHUZlm^+lI01Peuy*ty&pa;|3wZKEu1Nh24Ss7!TgA zwrB`3IY<w+AarEpaEcJn!fNAJA|lgdf&+>5LYBR}yUx>Uh@=?j=fUSZThD02E6wL$ z$Z}0ys>^C?p>}V)k`GFh57iShLgE38+(~+~UW$h4SOGXiLIdFg{nYL|Kw=B*OmICg z^}I#Jqr4!D)=yfCa(S2Jh6G^o3Pi<4<HFY)X2z(TIzQz0(ku66O&}g!{IS6Q?!&r! zNQX{63IpBQjh)=B7f<4;IJp3?DiYm0G`O-NRIEER#0o+3-C|LZy=se-{#l&6)Ld(x zMeW$~ev}jKMWTc!4T_)7U%=g-AR=1W3L%)ijMJv2*i~A<gP1_Dq>wwbdl`fR|BF)% z2tW7^5)y}LiM@%#?szZ{h65y_SVgde<cnqJb;}Zjc}bOt5N*XL^Wcp{=rWLqO%?{; zl5W=9ECqv%NR0p2S|NVY*=g+5NRA_dFE~41@%c~<MVMTmjdBcXp$=^!{Q~8>FX(R5 zYSN56uR%7_kepXJEEfn>+_;v)X<s1m77DfT)w*RAGp=7_T!qsR1~C-Mwc!PXugJPZ ztH?75luDEkj1u5~i;QvM1ewod?iHIT)Yk4An_j2*!3JgG8!&`d?u4<F{u+^+A&ia& z+;~Qvy;_|;t}}Jf2SHGST^E;trwz+3dbCl8MLHxwJd@pBVEWN`fPlNs_8u8~rU%Fx zS$q6g^`>}lAG-POL9Vxj_x#LnKYHvO+359PU`zN!fDqjuygR&U5p$~Bj~yMl>Dc3T z_r}!ti<yYWe}W5*C<Z=8AI|5iD+6f|atb73^8nt4;$p*sIwlFGg&9#^I%r6DpZ^OT z2KJuL1#OBt#l0f*Wn0kBv7Hb(xr<6xUmELUq(B)KTvluzo9qHm4{5H^sv95mX6!;W zwqC;(QMG*9Fw4qE1LBbZGCXmk23VhHk7WChJ<yOJ!7X;KF)JUnLE0o{59W3A<4H}2 z<Mn3+2w#OO&tHSyLcj{V<&o+i9o=GUa&%PdGhWl9qrRT%<2+zjP~ZT*pP7|Fd+b#F zUhORjKEeS6Cjhui*wb~Ya$DGVs~~K6_3?Gq=dn41-FiU}y>Q0B&o)Ob+`*z`QsQ@~ z-9E03mZ*1_Rf2*GBQ>zy%14o_nhb}CbnQ$Od0E`Jx95DDzLYn!j4VP@!!Sk@M))T0 z{fq$K$k{HTT}5w^f5r-o>XJ_4JO&h`b~j;N?Qn(_1~?(bSjl9*a=w9kQRGBvY@sJs zDc>SQ7J4n<iZGIDM?L#AYx5LmPVK0-DQa=m6Hm6zeazi@mtP+vdhC8&uQ&DLS3#6l z)C;2$a_WP3;j1lg=s{}SQer6anA)eUCl7PN{sGAvl83gY2<xL2<~fwjwzl$+gv5T6 zzV`%jJ*3`ym0c2y$MwZLy_M#UbHetllvEGybVazBV3r$p44d5A(uk(COIr=Kt9C;% zPNAettvg2Tvvk>ylsFO_KO?YUbp#4-n7iyJGIsKwIt5V)?kR04IX3(B2ujt;^p04~ zzp0V5Z5S!Bq@6O|vKU}lLasLvP5zS<wi2d_vDI8Snsbbz@qb9%FJv)dV`o4Tnq^!$ zgX_DG&|d|{)$8O5?^WG$=EgbVJZd+_rK^qa7-d3!72PrJ=e39MM6n*ha>SdGqnyV2 z#(6pG6lynwV@=TCS!t^ljCggpw#NG7(G(kYxRA9Oi?f(6+kjL_e-TeZGC2`fxlR*c zyUBT-iP-Zz<!>?A(Dt@83yM7w&IIkL+61}Z)GRhl1<rYz3SRmznh0^7nLM<8tf_`F zVu9+PB6uyNWA!PdKwRwbVD>NsFMp!{OIsSLimh-WxQ){Fp+0RpHRA0@_4JAk|6Yy0 zS7%zaPK(c}tM1F`-dF>SX%;Itsm|QU2}W_bPND~t@|}xIot=y5&Z~tEw4ciqt%kqd zWG$fd_=i%H)#;;-MR>*>QG{jK3$@Q7ZI^@L7B9%<9&|^P#?VJ)1Txxu5L=%zt8hBF zeH(Pe7pa70B`n~PQR%EhRLe}5XrSK7rDR3ifM0nN?X!?rFrdjmd)xUw^oXZtF#V=v z?8C<<C8PLujGYX_O69mb>%L0YQeD-u5n44ww1X3GTHv+orc%k7#XO5b#wejrB^x=4 zHOMQxBUuVsDi^b}+XHRk#o9BrX@$mu(=s_St5&TDFE}w<$g%SN$N^gt?#PYJzSVwd zDbgaH@58VU?1xBial=I{i!lnj4BbSA?8?K6?StE0#hrse_e5{1mzrGlQgCHFEQ>fL zcqGwn=pMHv5+Z(ucbO*PujT<?jOl#%x>;fVqsCf51CMrd{KPEv)wRT=py@lG65{9i zQmPW|3GTeAo8%yu*+@ZmR!<}};w@Xi|5-0AYHWf>v|btad99RqF?twTy0BS)t5zFb z-c};Wh>2`}mx9ODk;Wf2Og~kv$dt5(h}-xo+P@0KUZptUjrx(&R7$}ili^4b(-BH> zIxAg1ClU9$!yrybbArXlb9#c_U<rR0oBSqoq}R)Cjw~^$P3Fi_lh<U9ETfDS!L=sU z>Erym;7xXZ74n_y`M#ff<=_UpcQxm$g4K4uymC!&W3a}~R|IQ=b-a6Ra5xwYZbGVb zU2t=-o;z;}HUvZbT^ZaGY~=6t!9&63;8xx!2e$>cbLWQOj^NGwT@~CJyoJB3gDt^b z{JqhPX}1R3o+%w!Q(0SC7i_;su+r*nN7pbG4+nP#J51U%5bO-@;r+p2SFoGEHwBLb zdxE{xaC7k1;9l;m4;~Hn1^01hLvVla0C$Fh{lPGQZwVd@4)Av){d!w)(E76JS!kjo zn^}2}nb~yh_D3Ask3?4EmST(rGCMQJTA9LzA~KH%_oj2V#I7WgKM#+K@Q;3U&P|US z_HqJ|lAnd(GD#I%B!L(^5C*^o*d3843d(>v+laiaCBuT$C*@aeb~}u2W~3vOX4Tst znm#!_b8Z^@dhOS4gFsebjulx5*6y(GnVLk%&uM|VAJQuw#4w+EY6{C&$WUXn?1ek@ zf)ymctcK6+%k+A%h-qyAzb8WrvcKv?%;Wz-1hF4S(F_u)mT1rDr;8IU3^lO&4h{h! z6N7AD<`_uvLh(ZTg_7+FP;eki%;+!Rn<g#^Cy1hZ0<>vY*JLhaq`ihR>74I$Pt149 zZb1&fxTP18vf!97wx7r`#2Qq5W_}FX<fFM4vX|OTX45`wxfMhILdLM(W`bOIfVLqN zX)!R2-b*|*1(Z9W(KE-OC8@X(`>@WdD;wL$@Xq~vJe9YY4aaQh!l@#=kdc5k4Q9V@ zb8(XjZ&9y1q`LO$Y16F8;(w`TWr&9v!Z`Md6f`=7O&eg8{eE{|&S3IK;;7$Ou-bm5 zwjwoWhI}J8^96eW@Z_OdGb&}Jk3D9sX(fpJecH8J?c%SH{B^0innq(mZ82$TEDMaZ z#2EZ4;Y$X>UFU7H#K`AwahCYA6ACu@XEbuKz20LKKoGAA1LnJEh3(}=7c_u+tHvLt zptWke32*b_RYLoVmmxD70Ug8QC&y3EF6e-IZ3F_Pgp#f}f)wJUg1&RArj-;^cA<J< zWMosr2sW=U|3-@2Q>}5$;<FeYR>6tP$!NlmovPLsLve1P7NjAH0L&w&NHug@L)FVt zefH1aV8sZXJ*4~(8s@&CLyP(<BO`Bqz500m2J3@```-0U(!VXQQ=gu{!TO-z-avh{ zf7|QT*Q$S_z6^v!o{QOKGGWlFy<*=vhlxFrQ<P*US3H;rQ=fg5mpx#;##mR*jEwA1 zTeQY-`GFI!HP5f!dF}r5G4&HKF4rA_m7mkssBxO!?R}lz>v?Jc352ziTJP`Rq{dE| zisOrfQ2#Uv+91%)6R=ne#zM_}0ZT7(Cpi<t8frC#w<>IcL^BoKuZF6J86?|21V*hl z1^yJ4YAppN{6IKY@C3|MKPmEPVYt(yHh|*D4c8ZYAxDg$*lK=-GTdq%Y$N_NEt6J= z=?{4DkXmSy2MOApt6iIFT^jeL8Y;{kBUUegS6X@)7elI&OG*+{y-p+t4bN8B>TIr! z{S_&ucFjxJLn|YZoY{zspFhz>puldKN4$`oTXY%j)X0^>@Yr^SC6>fVaJcU6kRZ|% zn*Ha6^1$1}t?<I28SEXeNNwnwUzWQ@`BY_cZ2Y{B@Tn5?gG#x4V9$Z_ZMSVqKL`sO zDnB-J7Gc79_#R}8GeLmR@5wRD)f6cxKyK-Xub>zoiJ)KQ?!zuf%)|IuWdp+{BnlYn zg8`^PN?9nA?dkHyp^Zc3eRHYq;Xs4yo+-Nn#1dHToSvE_KRJFhGf|7pB8NcQs6kWT zhHVcMG^siIabFaO{zoQlu*W5F8*UJk*ittrnbk{YbTAe9SM@Ye^n9Gldf_QJVt17a z@|vD{?tzE#ove=d5%ysfo3L^itkS;`ZKcNqdi@ln=#wUgEXmuohZxSee=Ky=Zb*Tm z54V^uVF5tK>--3%E?DOfw0@n-2-E}!3S|BOyr_Y!M3)$0Ktm(kQ-X)Q88UiBM+z56 znRwfNd7=Vj>mK&J@s@SvCvgd?7--xAguMNNnT|#NhFiFS0I9CkDD*)_T}5#Wr>nlw zt|D$g24YW+ATk#%h_e5DU13p2l#thH8cgOCsoHFnU(sF3f1B};o<60aUcpI(ha^i9 zvMz{@do`Eu%r%iBVY5;rOyLP8y^V_nBfLHtVU6l#1U15?VX_CXE;uV&dq)hfJ7Y<m zMEnA7Y0)H%li*>%M}ruQg!vMyq_ftU9+VM^c?DUF$xc)gBO!(i1-<?tS)qi(>K|!@ ztr4PbDCNzppO+rR7DQ$e%G>d8@qQ}NOD#|-G*<ZZ2Q<?Bf*d`@?<X8!V`W3po2j7{ zClkw~9T&=o>a}cUA@hX56@02t;9dt5`ahX{wWO$RGrJ`ULJYJUeulr@8Of>LFmd_? z$ZQ<5kD@hF88C!qIZdn&`6ivgf|`lR*M2gdn8?$VK_PX|qzO|sMW#chtHd|L)CMmT z<tZff6E94}A6KTyu01ntmO7`$+)1gPg)aTDmQBkyE&IHrnD|>I`Zz7)$Y=(`0+Q() zb`sd2F<mWSH=&IgLH&*v);vS!F6dCx!EC1iN)ht8;I!MvX}v@C@upz#YC$ugzF$we zC&s2u5tYH(+`Nwdp7K8!ucLN3fRmZclk%_R3L@%BtC4NmLDR65nsd!}yo2uGLWu+d zNyazJ)th-jdm^WB?yU4_GAz47-sVo4ZCDqZzZGYQwrJ!4CVZHko4V4cR_OAhY!^s7 z&r=Qhq{i^E$soBZPkG5$`hV1LeuEn}Xnv&9Sl#_kUip_XyxU0hONo@GA(~c?%1BXz z8U`d`o<5u41pJG7USNy+97Av^XXbtk1vHulW5<O;t=~U`*kBNR?u17&XUbuWgC{&5 znnNZg2Y@I=*JHf#D8He)V8;U?qB-bC%<xO-S7&y<33>rBO_WEyRto(g3PM~<1FzJo zU5^b6{1fB^hT6nlve(KJ1P?#Ui`bYH-9KnF1&HQK=Yi8gJD;J$(U9M)=Nk8Vfmy41 zHoa-grT6}n#@seeg@-_)FEjOi1c->!;m(`zO#}|9LC;fdyjia2qSmWn4>im=d@%YM zN(GQu>xc3&h)|`Tn3n~AZeb!7AzQN%1&8b0Ta8BBnQeq7HXe&2UndK?w)7}oK=|is z?FU$@jL$s|1M)Qu+0SZ7a07uz(V=ND{)Sh+7z1D-SLl@>DObBWjc^;GeZj`MU|2LX z<NTWHf<*|-p<pQ6a^wv7>l9(@jTuFt8pnpz`p@|&m88U0&r|9~Q@g**z28#1jqo;2 zTa)-CwL()^L(S9gE;VsE2WukqwR9qg0;OZ4c~P_SPL;X8)j`7L$YR9A*hV-swe7EY z=_^UwaFitZ<iha`>4Uu~J)n33{aV|kRYe~oKinQk;@H8A&BULV2vl0iy35mpkr+lS z7*-1GNeptomOpP4k=AX&a|rW1cB(CcLNtBbLl2UmVegltPNQkyv=53o3LW87*>8)4 zuY)XH!0F|F>F&MLeq>%{sb@-wqmH{yaQ7kl;zd0+nm?z@F%A(0c11TtE!Xpe7;T#F zdI>==-q>@M-_^K!Gg7&mVnk|lj}c#*M2Ox`O+53G4DOv=c=I;6cr$bJoZ*T5?25U< zL_Rd@Yjd|rO~$~JuhI<qG<=v$hu(eX<a(T7xiEa}IwG_XR5ciL*nwfzZL8NTD?)em z<CR+Hn(7Ar&z@gXwLo&<xVLK%n#7GKG<p)zvOa8E`G9UTfn1$?f0PUjbQ3DW(ksO_ z4N=q3&>Um=QbWV{$(ks0AzUVpagaY}LjUp|7iWp5jc6SRcv&tEkiL?ZncVa<eAkjq z{umGbJXsMmD%aE~V)~dZV5(7?uNcMd-~w|qn!{eEplNb*TMmkC@Kp`i{zFPRJG(J} zmDcVh$&Bv+(ejO<uPr%x)=TfBkdlwr+UN{@$$LvNQ%GwjqET<P&_79&{#M;G6AJbY zxq`_Mq=^$48G*uUA;F1}kP26HFR}Fw`&ywOT;&CIQu+H0W9ROQcsF@AL6M)G7JEB6 zt*pbi&>Y9$0XE4~@fD*nhvKax(lwZFjRhyYpqIaVUT4}SqHbQ{ya~7zc?tZl!be8F z8_%Kz^{*{Y<F(|))I<upgs9bF6O4;CpEKd{MN0_50tC;QZ#N4~Hk`YGw2Rq$4BoJP zNfj5ZV-Z`X>nFBKpU8Vg5Pqr3e1|br0M-|C)@{`I)^9p$Ik8)G)G3Zi8(I<DRAe#G z`D$%lQwL$F2%@!Ba`{u$?L$fEx}vA1*HH#WIcIV0H(ge}9o|Ua_}$nzpGn^FgDmls zD=;j06-TDY0wWght3}w#1%Tv>(iaQ14N-x@6IFvI7OjV)Brn{2Zh{Tr1;)hhw{1Q= z(PNtOm(-9eI!O5ejF>jWP)(u;X+k=C_;7LD?py%|zf;WcYp61$M-~cPFqQE#*h>9c z;3t3$rQOB)WtFKEBv1$~t)~f(%vHmkIg6Zb-Z%N$-EmC2(a{E)baYgbqL44r^1!Yq zWhDv4$(C{Ie66^qx^3H<s&LyjouFYd;f^GI4N{-$HB^SFPwDKN9Kt1pCxlF{n#Sra zjB3BeO86|3>m{rcDXG(BK8aRBN>gO?g87Zf0%?{!Rpn(YVW^I^p&=FNbSE&_HWQ${ z<TSQlZENsGAJsIBrfhqV6^xpd&Zw*r+!#g(W%Oo9=PVT1aA*`3+9s~SlMhPM;)R1T zAEQCeENW$u9PQ}Cx@!d7mo#=w1M&z@uTKU<(Im*I_omcpGX)((;m(hkmGA;WGu|Ae zA;e(}puZr>dwsYq+z~P{%DakPr_d{&&N*V107J1*1-ye2_yO1?RK8O@N7^csn|I$< zvAqo~FeVU72Uc~1yu;isyd{qjH(%njh)UEbkc`F)N1Db!GT*ftgFa3qSCR<>iY*pV zFJ@#|aHlnbqQZS+5GthLLrW-LMk0?qd>|w?2ACE99c}`ls?sx1{Y+K!q-Y{Ht3gZ{ z4QhhVq<Tw5EO?B5*cFnU`Zh{NUv4@A5z^JAX5dImAgrT2mDt~0z|1zt6V3x-l_x~e zlUpx@>pZMF%4dS2D)aUe82&#D;rg93m}je`Gh2Bg=ijYNIL6U-mao27hJ*9%K1U!V z?|c2*5Xq$zd5Gj6V@x_OOG}|7vX(HG^P-&-C0(FG9b4n~zZAcpcVE{xgs?%TNnjg1 z6EAg1u;6Q`^-&6;Zm1g?5vgYfAb1@hxX4n(LjLOCW0?<R&uoN${thf)alT_4?XY9V zh4wSwF`~RUCZ$|RmscyNCa~Jaj8RrYpev4I4-*^SeG`cFkZg`uwpmokm`ZPo?X;oH zn~fz!5s$FdGlr9(ljpEJ!hk85(ZZJGC}A$k{A?)iIaRG}iDgW>r@It9H3zYa5METS zL{t{d0`?xGelL6^Tx>)0(^>+Rf}1REN#zr=BOH_bH?o*Q0YE9~hQv+5o5`g5;*=4k z=^OPWdAnhBl%h1<_SYPeaFFSVACmHb5FLH1rX9t~LX%HUO)_lQaiPtaB21nsBO3az z#4HQG`~Pr=7tV=U<4JzVH~>25l&U7`r7#d;%VeZAiRpPkUlR&3Fk%1@7EDfSdhQTd z#OOJTk7E>_BfXiZ;o1KA#yB~z9|`1uP?*q@1<1K6wWoM!BWFbe4JT>2#nmRmGDvYT z2UI-9(lilAKgkRAj>_~|f-6CZdyAfT>7)BN)cePutc;(G6cWlcI{{rj=dKs7{WZPz zVQqzCE-)K1ZtjY{%d<K?^IMqav|c#Q(y6y$I*Hr+59<@f52)v+n{AMdx4uK&-9b5- zK3N_UU6`$-2O2}66pMtvU7GiSnsi@TioJts4}S|p(CL$jO0GLs%+>l^4^@g{6PX#y zT>ljp+I7u;zQ?qaVfI=@E-`tEc@LRHCA2gJ!OxmxqIjbHWP6oltx9#KzjGzf_Ccj@ zB}+CI%V##vb<FXW{CI;lWBQQTx);3M7Q{^*d{^KMiV)W61-|GC6g$Ie6%%hVkIlxh zwh!aN8pqvtuQ0B)MRPN=sNKkkWnznbeNigGiCfIB3PmRa(4SxmYWwzE>@7IO@;NC* zeGI!O-3kJF<=<I@OrJC|dI`Mk6{(;ruZD~zDBY&twp2H6fN}I<CV8xT&=W-Ya3=2( z1Q@F(&W&s;)#}+w6n`ufeb)2S)mhi6=C<QXAquaao0x9i;X8PtCV07tlE~zmD*z`V zJIFUH${m=Ie-l~k><Z%~oe@wn1sScuJOw5URzeY&&47_-mOy=NNS<x<JENSTB*40e z^Mj@fK`G=H0cOl3eYn>9(6rP?hK5b3y!S9PrZMEkrZ1&W?nkJvrR)JgcIE@>am1v1 zJ5iYQH1CS|Ia;`>jtGy4&b*&rTV;Vs2W5N<BrgY&MPx-$$_V-^65&j@?watyu7S_O z1c*$`7qYh<yJlv!T{JNvXoAijuM*OR6hz=&wr8PVV((8+0z23_5E&vsbUs<FZEaNE zM?#G9Y@ENM93^&7Hh#>F$9*W<Varhh;PhzFOv4ik0^CQr7m@G+5+8NH1-oqd*{3T% zqOtAd#S9!^w+Yc}OViMz#HFb*6>tF4UdkzQHRk<|?-%X8aED-)VP&XH)N&L-4F^yh zxEdm;8Ni23K6&gHcx_mysE@17LSot=3YjJ*-|Hw^?GMNhObuaNd=oJ*)x#x~tByfC zr)_wAndVIpws3fF=v$EE?ADgf1txMf`QN)J(x=EZ9|9Q}y5HA92-uq!{gE#JSch-w z@GTwwM2A1s;oCagrI(G7{VQGC3bOuun6^7<=S(5xJp-i~@F+?0Y$x`@NzCXS9X_d| zvbrZ(gxSl~i!;Y%PvRsOaAJ6!m^{yN7>j6vU|}GqMd|u=reQ;!He!jh#w&^z-hi`A zQer}qlN6N&%&K#oXk#nnF>>(MlRExWCy9HzdrMeWc6Ns87W4cqmfE?a-(qP6#~yyW z_`Rys-q}Nf-?mb*v#Zp_d!<sbyMwU&Ai?e;$$#5ByGw=6-KBn>;9@aOy{R91nc2aw z!DC`mE+N(t?8&vz>&x~`PVOUNQR8|@tppXK-(4z53Mnye-n2rQ;NepFrKs%KUolWI z{e2(|Pb=bi&PQ5RxEAObP{%2xvX!C9AyoILK{F7l)$ys>^MeVQ=kxQTe>2K`2E~y@ z$qO|S>y3`D&cwArV-ve4e5z7OzEiazt+0gXn&sjclwl#J<4+)ccwY`d5Q359Cv4aH z@}{9po3PmlDo<^^dGoEC-%=T?@Lv3J!{d?g@!(MT@RPVpq=Yu?!BdDrMWG*0EO<hb zB@m>gJB>>XFxEy6TNyj8&^C=T;`=)`QHeGH5OLC)xiNz8ior1h3!I!}nNGi8Yv`Ls zKs-o#bc_y&Yu58v7^}e$lLUKbv)91zMB|i@)*v!leKL88<V&5WV@tJ$m12uTDB-7s zgS25~x{dzJ)>gLwLPbn$w0|B3<zLM=Zn+NE=%B(HDll|swX9&>ej>tjrL5ESg4Myj z%np95+c_kwgO!2DMWqcBHk4H6V__*2<Y9r2fkn*VyfgH+z}Euc@2Z=TZ}UQ`J!~WV z#(f3s^~7IbeR)VL#xhx;t~rmJi@i}V?cZ~F=kA?{ch;^QIC^Yg{p041d@LBc$sCpk zj;=p8`1s(0b*w?(r7rK~u)wfqhbMMe-zL`gwDAcB0xLc;KYBAC(bBQWq-cd)ZTSKD zPZ`LKla?rfq+w!b;74%MCvEle{J)@P(^S^mDyOl;2>q>Gy=bMlddXG?%OHd%pI<G# zm6348uc5f`mo(c(KY?ClgsJHLwKZBp&66_J{B3HOz+nkhxVhCZHP}C01{sbRdl3%_ zsL;!<^H_Ves=mn(=_+_Iiv}l?q1fW4C7q~^@Hf>@Ps{jzqE|GL<icK3p6s1cy^Bnc z1p8HScM7jKg@u?Dw<FLj?@@1Hki;C#mM29(F1?UbkWp9~q+@1^vdX-0V1X?7E$*`N zR*~dPs$jY6`RvbONw7V$C#<9aJlSwqmszMu(@MzG@MqDt^M&QyV>>D0>UqixU5d4v z56V8$Lgg)>L=ovU4%pCeZBZyquWrz=r@GC+ndQ~3>h?_>o>RxlQplh~T&W|pFhej! z2Su)#at7BM!S}E?j=2xW03>ByWZufy#V^u%jCB-v{!G>E`3w<%O;aTjPNt7oh~3i) z8ira<e?r-%i>&n=@J>0^4SR&^F_5~EsdTG3)Y~QfWT*8eDAGI;Wx~zW2p(LS^VTS4 z@VQzYX>Tw9GT-ZUDxxTJ)EPX~d4*V0p#hckaINYw<hq8luc&X{I;95&4F)~e-6od4 zkA=4)S2KymLXd0)>cgb1Xu|6&XuG#&kTaaQr`8L5-nQp$o|sf`J(a7bwA=u$<G~ly zMv?ApGFWaA*+1KfLuzNc(^I71pVIa*ro%1{<GdOFL@brKHw%L$mTE3@5qqT?Vah;| ztPeDwlG?6S@N)F-xij5JRr}x^m4RhzBvYLx)QAs1j#`K}uLj8GvvMjzHY)(bZGJJ; zxZn2ka-+`g)8P+v_(L6xiHvP@*$8*)t^nEnlG?vfXK57a#B=^tGz1yQ(PB22m-^T8 zGU{on$CO}X-VXl09=&)~xXPpeGK_87m(*&bABm`6I2nUmLn}W1+_1M$&iROI){|D; z$|w2oRkfcEvV>}HYFROUW2U)oK^>@ohCzwfsoOx`Ux`YFI?#2h16(JmO5V+dl)>Wu z!CK56sN<BZi05;NfQDr1;_cTiXXTVEeM0E4?DQ-s=&lsT7jhV2DU2%R2wp<#00pa= zji3dXFv)@sqibl$vaJ$I{=JXMFSp#RHS{bExlf>?Ei0guds7pNE?{DLEMyp=Y8b=A zpT{ooV^9?et!5s+W90$DTw3<i4L<4VAY@?ZR}6*dDl-$F{;1{3tA}6C9{ZD5UVZgd z^pEnTbx&)&Kdr-VT^g=A&slxZAw*dFRFGO^ks(-ppVmueq14KHO6V&O?06(o#61m} z;Zo#*y~umK5yJxT)wJoSdVoVj&?VVd#PYCZWpJle-1f|owxB&I@wZ4!_D=q`Tktc2 zo>e-0_%o4t=J?sgGF@y9Pbv6>CA1f-;_7d3s38kBNWq>_1e3{<HiHpR6`yEhp7&;% zcMD2{R!IA49Fz$Bk_07U=QK~wIZ32SKpmI{Tga}<EK&Ap+$TmBg_^0%i5}^uxU+b! zcWwzO2r?&@DGU#HmT^wF<P$w}eRh|7C$4foOU?Yfs4y|v3B-^i{c~4yr{BI=9vNTl zey~hZrSh(w4?IvleDA(P<%foMKe+3m{iIdev%3uadGCX}@3Q0@4GYu96B!u1VWDtD zgJr@I(eEZ4A?c)cUVhP>HwZ}BWk<jv#{F|{#t?0cal>M^jYyH^R|`f|G}tXu8)$6G z2!X+;aLY<I(}skS*SNe&JjIt@YOz#jLsVOj0(LZ%Whlaj5c>x2)w|A48#^i)ruVHi z4<XaG-=!Bi!bOOQ#cv4CKd*ym0lyF5tnLk}0r#s$5*}2a+;w`^{UNW_myR^l?A`i8 zX;*!zON>~B_gJ}>*2?Son~XMqv&;$&&noJb?zWGAE1^X?B}&Z}UM=O6xk+w{ONqx- z>uabsamS@a@sG|0>$~{1g(=O4LV(N&zJU19yX;LoXN8+pf{pNP>S_yLFO&QXsf|V_ zvAjE9sVz;n<Nuy#nTeQgQ*G8M;y<NpGOx1c{tC9NzuIG?{$eRgU)AT6dAC9<hHLD- zxTEk`sOt&-CIx+A7)fxJI4lnAd8$IRU<DDjfjLQeUfyL=u3H(RdI_O~GQ3nH-ls)S zX19cSeY1KY)PuwcimQ+-w$+xWdlMDa<SEC;sCvUbY1C<R%(G<O?V71p+p&aqyBfx> z30effEo!1PKYDx#86eY{BvfA`DG?$L?5N!@Qd7$&e2g;ozIGE{!#qzDY7;0?vTwjK z+r}eCE$dC<bM7;$xK$t`+0N`!#R7&5P+D8kIM&9BE~H|${u)G^nl`6V^x{bqXsTd$ zjfOlS-V%Z0DV|=VYCRF#-G>M;U+R|Vuql>`CN%D+$a3|Q==*F2bD0T9P5@M-X0~>p z$qzyWz9${ZQN&-Q`6dT)GZu*1-V{}V^lgI)AIc^IjTEbhnwQgbz`H%X-_Q#oXq;-s zPMsSgWrnZlLG{HJx)N;>&xNlS?5DAaVyksSv^JU-m^1iKc1x5OqQaoDpu(iuKq~_k zMz~q2;BtUA))y<o@UojDQ!7Ol9h-#$DTnD%janL=IX>#uVWX}x3D4-xkD78}7{!Ac zNBT}wRtSviMR=>zWG(zWjdI^&xRIO^_S=8t)KvEz6Hw1Ch}--Ho;{|Ho4_l#0&EM( zsk<qXQ?nPN8X<%*u7O3t5&57Y@HW+96!}fzB!;1}Wtrb((jbc|>1VN{dYax<g^5ab zIx=%oeSC>}yh)w3#!g^XFP%o1h;COX=!%}(qXax{=Y0nc#?&dlAiC3$eHgh!gz_jC zbBJbSJsFvdUR10GO=8v^CTGN9O)zn}4*MyFJn9jVOpGX&P{>k+5gkP)hjANyG^kq+ zA?Z9m^Yn(}=V!;fuU;hQr2DYGcxTAEkx9hLV_>j$(<-8ppFYX0RVJ2IzDmp9EbA4M zGDLc*p{YM(R1{@+g;wpgI+!|Yk%r~GMoca(^~HOUm+r9<HeQIGFBv$qPiz`JeLAVp z6U`x=l(gQ`h3AYrv!YYLp;6ZFIKS1WIKYh}xA6`{W{>o+RstdnxKekFGxi_O4$Nn( z8yVm&$W^ep6E`8nb<k!U37&htlrs|q-a;j<z*}eFP<*-=RD`|BcSaSqk5y^<A;nlO zkA<9rg!j!%0#ak-&I1IN6T!dUV$H)Y4g#V8mNyUDqXg!oqv1QFqtZkBGKoJP#KLMO zQ8+1lEpombSameK^Y|)n^&)w<aX+J@+W4p~Dl&336uD$Y`|wBvmk(VCkDnSN^u51J zF^2Xe2ce7&mMG315kM7t9pi$`HAs3-a|H4q9<P8YQ4!GA3HnGzHs5(G&AW_R0N3;D zc*~*UchmGz`qS|J#-Y%{9aX%gI0xIy*`qIKANO*Cp9TPGS4UCh8b=0l5bEM-o_ho8 zgby<T!msfFN>baL0*Tw?fV=&0wTi)Ho@8@^)a87dDT!F@26M|gL!4L<n~d(fpfdi+ zb0$n@f)fcS%qs-D4Q#2=6d5LiSb71|_>V&%!47j5MS4tvgjk76Y2*xB2SU+$NttJ* zd%$wwq;g^?6538)F&Rj`#13UIHf=!eO?34IwcnFU@CeF`lDGTr-8@vBR)yi4R5o&r zPioz%Gy1j8Xz444!MsUsw4M4W4qDu_W>DzCn)F4TrI$Pg>dH1aGFBy^&Sf>o5T`c5 z`>7yRDJ#rmm8v+jM8Akw_BkpKvRgS`@)<>0;?I=k5X}k!Tr_4gD6q%3)wUf%<8v12 z?I{v1oC4aaGiTj6V)?P@u}StoTxCv8p&+B*WMPnQ3Ju*{WkYrBDU#UZ<{G}3Y8IVJ zM5t@Iz@mMn7`RJJp0{WxDLvzJF~l@y;4T@X9Q|M``3hh7-SaQ$AhOfH(+wLX+fiiL z{z(mt=mX_qhY?t53>*QK@E~Yl;-XaSB<pe~RLUA1mTNXiD;^iSpNf50uC9i1ekz8B zd=V(_$rWF5!<quVi+`*QT<zkwI?ur;#UY3gePSBCYZIOip5kXC!?*_wjIF1F86xFw z_o9Y*#LVLH4ey%JK_Uk^Mu`C)DPcS$4!>)z`@|w2I(M$;V&)Q@{6)qTS&$`%8{5O+ z7$P|Ujms`?Xy)`73&B|`4w+&g<24P8wr_hr3Q-fr-5njZuXi5US8j04vwMeS;bF0e zB`lJIBWdoj2m`}cCMLiUX4NUQ7DAJOihT-}N?9T)z=5zh$X|L4)2kj=_|&InpeWd0 z0l_gJ0zu`8Ik&m>aw<dgeC>m*4*5+2Bo~>Nq7b#<bL=7GCjnzKT!Iacw{PtL0XWmz zW*$#c38PUhlf>nums^DdtHl&v0Nq-W5<8g>J<z?>izf&+n0-F-)(}sZ-)oL#!vL|c zLnNV4$oHmYZ|)jjik7>jz1`FRi>xzE;fS)SFonvn*aFN`?G$pLPLL1nq+p;(rfoo^ zRB?GSUd!jrJ;*!mPk7wipnJIY+kEE)+O>^uxG|^3P9G1(wqp?D1dPLjOWc%-?@(<w z>r5?jM|42Om2ro4W>Syu>TI>{X<0cjpADXOH|m}(;Gf`(-Rrn+B!!LZ(hB?MI%`6! zjToZEXntBlzl!fNiy*N;{q`?cAQWHjl@f-9YzSogEfNFE9bm{*S?Y(jW_Ivv99Se# z46;%YYq%{cdhL@2areO6d;Z9H3!<S<YgvvRmnXc8d@5cbtM$R|o?1Dq&tx$gFQs)P z#7v|KGP8t6d!wVflX4#M6^xF0TL>1eQ6p16cEVFr661y$awf*eC*v2uuoHLKFpLQX z{xA>zs|GB`NhuqJ6=llf|HFe{bJER_e{*EwtQ?;)h0*JNLSNF^i<;l1+;pb95m)5? zM)%&TGt*%_qsw3Bl90$JCuI)e<$d?-`!#y_tDM!lO+V}f1I}H~{J3eA@m8J9>b1A& z@-AKejxPU`4qU;+>p>frWOYQWwv(Inj$wp#MxeXXJU-Hwnt~xzc8bj`ByeP9t4BlC zsi%ow{S=XR+f;`^v-GJ>^p3FtPGp8dvykyDgBGaUtIDBd=m@5=#yg0Vs4w$wtn9=? zr=f+FhWvcJBR+NCRBuc%_C*yV=FBb8!6cQR)0r4iStiMH!@y=_q~0B}KP>HunR@p@ zGA~X={r-%KJgKocrGu@q<0@#JgEDD*LZK?rB1R}~LbnMu;BSkKa>w*~MTb!xj_P2m z{t2BuuEU59TUEh3b$AztdQaGn5Na*7jE`QlR&N^y*{rkMbhuN8Z8~h%;cgCqTvhr_ zqWM&G4z9FwcTf-UU=w*Y;=RbH_0fzDpU`1ehci0-j1FS1U1GBK&vf~29WLtdj1E7n z!$Ugk*Wo|t@KznJXaMik+3)HgR?MB#A;C}&>+%sD9@W9D%6>p+Kd6Ht&2>7vQAIte zvybTDbTDdWQfG5IoYkSG!`pQbA>zYcyiaG6y}0Lf_JR)IR(bE$*$?UP=eqm{9p10Y zdo>f!>g+ik-lM|@bO?0VtEc;Qcvy!~9Ujpk(BY^K$8|WTgCsWfE<CTi^A!^AUr`ws z^z4H=d%w=!r^A>oKcvGabg8UumiWwaYx#Vjzo#ZDo06p>^1RDFeeqfD)!QH5bMT%A z5ACUU?tAO-g9rEQ+IeV?`|o=DwBAvmU2}LhKSs0iG2O2Fx*nL(tw?t-y|3y_0)8*_ zmwd<PE|xIEv-9V5CZ3_*1G51>2(ft8sC0Lu9*bDC&7$5O0kbe?E0kI<ZS~a5c8Wxe z%(2j`K#SksKMejPAISCaw*=SKNqVBbd^gg9K3(T@-K%#@JEklB3+u=i@`(J=p254J z1pglY^1bb)_Cg+$!&0feRN!x+ROrrQmWXJr!ITkQOMI1YI7h?WaFv|r!~2mjWb#+< z`1e#|@<md9^segk<$R^ExwpNy+`Fjv+FslP<d7Er%a=M!i!iY)l$I;BHa!_Cb#m+~ zwRN_Y+Ip_;y{_k-8U1VP?c=Pkknio~@9jucOZ+N+bx-$V?(FQ$_xAT*OTNq{#XR-& z^}aK+p*!DuQ|~psiy4v5?)L6$yYt<JPDZD@Tw2nzq;yqjF*WtT6U$p6%UerJ*Oyk6 zR&{sNs_34+Xe)J5VLPo=eY8H;(fRkq9_nqQ4U71zf9rae_1-G`_S`=e+e?dj+e-a? Xci1<@(xTFe(&Aob2yLj0Mc4i>1X@>4 diff --git a/lib/python3.8/site-packages/pkg_resources/__pycache__/py31compat.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/__pycache__/py31compat.cpython-38.pyc deleted file mode 100644 index 1325f364cd5eee3284f3ff1d9212309fea55bd1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 604 zcmYjO&2AGh5T3DjlTDO_N=S%T*h3rIQVAr4Dp0B-p@I~C+Py4MZ0Kfxyc%yHiBb-T z1CIemUddNZc?AxLaS&C<@;4rPJoC-W>wdorEZ-j9PWJ@BFK^rw$;L5n`;I|@!UB?i z8WY^wA`wa`S;#U-0tD4jp=y1_B-FvIRX<m4EoSWiB;;sLRg^;&2tY_89nl*dR)L0D zC+R30L)_hP7C74=V~kGPY;iJWTG!&~c*0M4+f#<spn>nWh98LV7OMLJG$QZP6ND>) zu)4EGy0;cH*~nRtOFH<%UPoNOmG~^q;Q}f~1)Lhs;?N0WT~tnTtunH%{bD>KGUP%{ zR2kPAjn1EqU&Yb|^`yCUkzQoBNlosgUQB-i^_bA_<6%?Q!#b;Xv&uG;qS#$!56mZh zc{H@Tnb(amg&o%Uhm^E6bDC<lmWTUOQ*zY3dg*%Ue+ud0e&j3N&Ikn#aEBKS_%0S3 z-;7P*&ysGjq8$&uT```-UGh)VX5dCHZPL<<MpH%p+ct!gFE0*U@1rK0nJUey_r?t> pt(CndK%sZ`b=`oz4;eiwjhYwwv7eRonIq&Sda~PV;oUzX_zRg^h*SUo diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py b/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 70c905f6d2780b6c5e233942b9805d8cbf25f0d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 161 zcmWIL<>g`kf(}dJco6*<L?8o3AjbiSi&=m~3PUi1CZpd<h9ZzKg81d8Uy@s(Uyxa# zo0(T!l9-dDTa{^%U!Iy_s$ZO1Qd&@wpPy5#Uyz+1UzA#$Us{x$TC5*mmYSE6U!)%& epP83g5+AQuP<e~PCO1E&G$+*#Wd3I$W&i-1Rwt<d diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc deleted file mode 100644 index 488b8a3ee66a3710c6850b84a9c15c437bf39a68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20514 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 XW&j5q=>r#s@Jo@J^h^KgmumVy^WH!{ diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc deleted file mode 100644 index a4b63bc32c9cac0afef22ddcc0ee88de9d3b57bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 201638 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 diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-38.pyc deleted file mode 100644 index 7d3253215eebd5f6d4675892f7cdef8cf37ed6d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24434 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 B-X#D4 diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py b/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py deleted file mode 100644 index ae67001..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py +++ /dev/null @@ -1,608 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# Copyright (c) 2005-2010 ActiveState Software Inc. -# Copyright (c) 2013 Eddy Petrișor - -"""Utilities for determining application-specific dirs. - -See <http://github.com/ActiveState/appdirs> for details and usage. -""" -# Dev Notes: -# - MSDN on where to store app data files: -# http://support.microsoft.com/default.aspx?scid=kb;en-us;310294#XSLTH3194121123120121120120 -# - Mac OS X: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html -# - XDG spec for Un*x: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html - -__version_info__ = (1, 4, 3) -__version__ = '.'.join(map(str, __version_info__)) - - -import sys -import os - -PY3 = sys.version_info[0] == 3 - -if PY3: - unicode = str - -if sys.platform.startswith('java'): - import platform - os_name = platform.java_ver()[3][0] - if os_name.startswith('Windows'): # "Windows XP", "Windows 7", etc. - system = 'win32' - elif os_name.startswith('Mac'): # "Mac OS X", etc. - system = 'darwin' - else: # "Linux", "SunOS", "FreeBSD", etc. - # Setting this to "linux2" is not ideal, but only Windows or Mac - # are actually checked for and the rest of the module expects - # *sys.platform* style strings. - system = 'linux2' -else: - system = sys.platform - - - -def user_data_dir(appname=None, appauthor=None, version=None, roaming=False): - r"""Return full path to the user-specific data dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "roaming" (boolean, default False) can be set True to use the Windows - roaming appdata directory. That means that for users on a Windows - network setup for roaming profiles, this user data will be - sync'd on login. See - <http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx> - for a discussion of issues. - - Typical user data directories are: - Mac OS X: ~/Library/Application Support/<AppName> - Unix: ~/.local/share/<AppName> # or in $XDG_DATA_HOME, if defined - Win XP (not roaming): C:\Documents and Settings\<username>\Application Data\<AppAuthor>\<AppName> - Win XP (roaming): C:\Documents and Settings\<username>\Local Settings\Application Data\<AppAuthor>\<AppName> - Win 7 (not roaming): C:\Users\<username>\AppData\Local\<AppAuthor>\<AppName> - Win 7 (roaming): C:\Users\<username>\AppData\Roaming\<AppAuthor>\<AppName> - - For Unix, we follow the XDG spec and support $XDG_DATA_HOME. - That means, by default "~/.local/share/<AppName>". - """ - if system == "win32": - if appauthor is None: - appauthor = appname - const = roaming and "CSIDL_APPDATA" or "CSIDL_LOCAL_APPDATA" - path = os.path.normpath(_get_win_folder(const)) - if appname: - if appauthor is not False: - path = os.path.join(path, appauthor, appname) - else: - path = os.path.join(path, appname) - elif system == 'darwin': - path = os.path.expanduser('~/Library/Application Support/') - if appname: - path = os.path.join(path, appname) - else: - path = os.getenv('XDG_DATA_HOME', os.path.expanduser("~/.local/share")) - if appname: - path = os.path.join(path, appname) - if appname and version: - path = os.path.join(path, version) - return path - - -def site_data_dir(appname=None, appauthor=None, version=None, multipath=False): - r"""Return full path to the user-shared data dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "multipath" is an optional parameter only applicable to *nix - which indicates that the entire list of data dirs should be - returned. By default, the first item from XDG_DATA_DIRS is - returned, or '/usr/local/share/<AppName>', - if XDG_DATA_DIRS is not set - - Typical site data directories are: - Mac OS X: /Library/Application Support/<AppName> - Unix: /usr/local/share/<AppName> or /usr/share/<AppName> - Win XP: C:\Documents and Settings\All Users\Application Data\<AppAuthor>\<AppName> - Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) - Win 7: C:\ProgramData\<AppAuthor>\<AppName> # Hidden, but writeable on Win 7. - - For Unix, this is using the $XDG_DATA_DIRS[0] default. - - WARNING: Do not use this on Windows. See the Vista-Fail note above for why. - """ - if system == "win32": - if appauthor is None: - appauthor = appname - path = os.path.normpath(_get_win_folder("CSIDL_COMMON_APPDATA")) - if appname: - if appauthor is not False: - path = os.path.join(path, appauthor, appname) - else: - path = os.path.join(path, appname) - elif system == 'darwin': - path = os.path.expanduser('/Library/Application Support') - if appname: - path = os.path.join(path, appname) - else: - # XDG default for $XDG_DATA_DIRS - # only first, if multipath is False - path = os.getenv('XDG_DATA_DIRS', - os.pathsep.join(['/usr/local/share', '/usr/share'])) - pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)] - if appname: - if version: - appname = os.path.join(appname, version) - pathlist = [os.sep.join([x, appname]) for x in pathlist] - - if multipath: - path = os.pathsep.join(pathlist) - else: - path = pathlist[0] - return path - - if appname and version: - path = os.path.join(path, version) - return path - - -def user_config_dir(appname=None, appauthor=None, version=None, roaming=False): - r"""Return full path to the user-specific config dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "roaming" (boolean, default False) can be set True to use the Windows - roaming appdata directory. That means that for users on a Windows - network setup for roaming profiles, this user data will be - sync'd on login. See - <http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx> - for a discussion of issues. - - Typical user config directories are: - Mac OS X: same as user_data_dir - Unix: ~/.config/<AppName> # or in $XDG_CONFIG_HOME, if defined - Win *: same as user_data_dir - - For Unix, we follow the XDG spec and support $XDG_CONFIG_HOME. - That means, by default "~/.config/<AppName>". - """ - if system in ["win32", "darwin"]: - path = user_data_dir(appname, appauthor, None, roaming) - else: - path = os.getenv('XDG_CONFIG_HOME', os.path.expanduser("~/.config")) - if appname: - path = os.path.join(path, appname) - if appname and version: - path = os.path.join(path, version) - return path - - -def site_config_dir(appname=None, appauthor=None, version=None, multipath=False): - r"""Return full path to the user-shared data dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "multipath" is an optional parameter only applicable to *nix - which indicates that the entire list of config dirs should be - returned. By default, the first item from XDG_CONFIG_DIRS is - returned, or '/etc/xdg/<AppName>', if XDG_CONFIG_DIRS is not set - - Typical site config directories are: - Mac OS X: same as site_data_dir - Unix: /etc/xdg/<AppName> or $XDG_CONFIG_DIRS[i]/<AppName> for each value in - $XDG_CONFIG_DIRS - Win *: same as site_data_dir - Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) - - For Unix, this is using the $XDG_CONFIG_DIRS[0] default, if multipath=False - - WARNING: Do not use this on Windows. See the Vista-Fail note above for why. - """ - if system in ["win32", "darwin"]: - path = site_data_dir(appname, appauthor) - if appname and version: - path = os.path.join(path, version) - else: - # XDG default for $XDG_CONFIG_DIRS - # only first, if multipath is False - path = os.getenv('XDG_CONFIG_DIRS', '/etc/xdg') - pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)] - if appname: - if version: - appname = os.path.join(appname, version) - pathlist = [os.sep.join([x, appname]) for x in pathlist] - - if multipath: - path = os.pathsep.join(pathlist) - else: - path = pathlist[0] - return path - - -def user_cache_dir(appname=None, appauthor=None, version=None, opinion=True): - r"""Return full path to the user-specific cache dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "opinion" (boolean) can be False to disable the appending of - "Cache" to the base app data dir for Windows. See - discussion below. - - Typical user cache directories are: - Mac OS X: ~/Library/Caches/<AppName> - Unix: ~/.cache/<AppName> (XDG default) - Win XP: C:\Documents and Settings\<username>\Local Settings\Application Data\<AppAuthor>\<AppName>\Cache - Vista: C:\Users\<username>\AppData\Local\<AppAuthor>\<AppName>\Cache - - On Windows the only suggestion in the MSDN docs is that local settings go in - the `CSIDL_LOCAL_APPDATA` directory. This is identical to the non-roaming - app data dir (the default returned by `user_data_dir` above). Apps typically - put cache data somewhere *under* the given dir here. Some examples: - ...\Mozilla\Firefox\Profiles\<ProfileName>\Cache - ...\Acme\SuperApp\Cache\1.0 - OPINION: This function appends "Cache" to the `CSIDL_LOCAL_APPDATA` value. - This can be disabled with the `opinion=False` option. - """ - if system == "win32": - if appauthor is None: - appauthor = appname - path = os.path.normpath(_get_win_folder("CSIDL_LOCAL_APPDATA")) - if appname: - if appauthor is not False: - path = os.path.join(path, appauthor, appname) - else: - path = os.path.join(path, appname) - if opinion: - path = os.path.join(path, "Cache") - elif system == 'darwin': - path = os.path.expanduser('~/Library/Caches') - if appname: - path = os.path.join(path, appname) - else: - path = os.getenv('XDG_CACHE_HOME', os.path.expanduser('~/.cache')) - if appname: - path = os.path.join(path, appname) - if appname and version: - path = os.path.join(path, version) - return path - - -def user_state_dir(appname=None, appauthor=None, version=None, roaming=False): - r"""Return full path to the user-specific state dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "roaming" (boolean, default False) can be set True to use the Windows - roaming appdata directory. That means that for users on a Windows - network setup for roaming profiles, this user data will be - sync'd on login. See - <http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx> - for a discussion of issues. - - Typical user state directories are: - Mac OS X: same as user_data_dir - Unix: ~/.local/state/<AppName> # or in $XDG_STATE_HOME, if defined - Win *: same as user_data_dir - - For Unix, we follow this Debian proposal <https://wiki.debian.org/XDGBaseDirectorySpecification#state> - to extend the XDG spec and support $XDG_STATE_HOME. - - That means, by default "~/.local/state/<AppName>". - """ - if system in ["win32", "darwin"]: - path = user_data_dir(appname, appauthor, None, roaming) - else: - path = os.getenv('XDG_STATE_HOME', os.path.expanduser("~/.local/state")) - if appname: - path = os.path.join(path, appname) - if appname and version: - path = os.path.join(path, version) - return path - - -def user_log_dir(appname=None, appauthor=None, version=None, opinion=True): - r"""Return full path to the user-specific log dir for this application. - - "appname" is the name of application. - If None, just the system directory is returned. - "appauthor" (only used on Windows) is the name of the - appauthor or distributing body for this application. Typically - it is the owning company name. This falls back to appname. You may - pass False to disable it. - "version" is an optional version path element to append to the - path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this - would typically be "<major>.<minor>". - Only applied when appname is present. - "opinion" (boolean) can be False to disable the appending of - "Logs" to the base app data dir for Windows, and "log" to the - base cache dir for Unix. See discussion below. - - Typical user log directories are: - Mac OS X: ~/Library/Logs/<AppName> - Unix: ~/.cache/<AppName>/log # or under $XDG_CACHE_HOME if defined - Win XP: C:\Documents and Settings\<username>\Local Settings\Application Data\<AppAuthor>\<AppName>\Logs - Vista: C:\Users\<username>\AppData\Local\<AppAuthor>\<AppName>\Logs - - On Windows the only suggestion in the MSDN docs is that local settings - go in the `CSIDL_LOCAL_APPDATA` directory. (Note: I'm interested in - examples of what some windows apps use for a logs dir.) - - OPINION: This function appends "Logs" to the `CSIDL_LOCAL_APPDATA` - value for Windows and appends "log" to the user cache dir for Unix. - This can be disabled with the `opinion=False` option. - """ - if system == "darwin": - path = os.path.join( - os.path.expanduser('~/Library/Logs'), - appname) - elif system == "win32": - path = user_data_dir(appname, appauthor, version) - version = False - if opinion: - path = os.path.join(path, "Logs") - else: - path = user_cache_dir(appname, appauthor, version) - version = False - if opinion: - path = os.path.join(path, "log") - if appname and version: - path = os.path.join(path, version) - return path - - -class AppDirs(object): - """Convenience wrapper for getting application dirs.""" - def __init__(self, appname=None, appauthor=None, version=None, - roaming=False, multipath=False): - self.appname = appname - self.appauthor = appauthor - self.version = version - self.roaming = roaming - self.multipath = multipath - - @property - def user_data_dir(self): - return user_data_dir(self.appname, self.appauthor, - version=self.version, roaming=self.roaming) - - @property - def site_data_dir(self): - return site_data_dir(self.appname, self.appauthor, - version=self.version, multipath=self.multipath) - - @property - def user_config_dir(self): - return user_config_dir(self.appname, self.appauthor, - version=self.version, roaming=self.roaming) - - @property - def site_config_dir(self): - return site_config_dir(self.appname, self.appauthor, - version=self.version, multipath=self.multipath) - - @property - def user_cache_dir(self): - return user_cache_dir(self.appname, self.appauthor, - version=self.version) - - @property - def user_state_dir(self): - return user_state_dir(self.appname, self.appauthor, - version=self.version) - - @property - def user_log_dir(self): - return user_log_dir(self.appname, self.appauthor, - version=self.version) - - -#---- internal support stuff - -def _get_win_folder_from_registry(csidl_name): - """This is a fallback technique at best. I'm not sure if using the - registry for this guarantees us the correct answer for all CSIDL_* - names. - """ - if PY3: - import winreg as _winreg - else: - import _winreg - - shell_folder_name = { - "CSIDL_APPDATA": "AppData", - "CSIDL_COMMON_APPDATA": "Common AppData", - "CSIDL_LOCAL_APPDATA": "Local AppData", - }[csidl_name] - - key = _winreg.OpenKey( - _winreg.HKEY_CURRENT_USER, - r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" - ) - dir, type = _winreg.QueryValueEx(key, shell_folder_name) - return dir - - -def _get_win_folder_with_pywin32(csidl_name): - from win32com.shell import shellcon, shell - dir = shell.SHGetFolderPath(0, getattr(shellcon, csidl_name), 0, 0) - # Try to make this a unicode path because SHGetFolderPath does - # not return unicode strings when there is unicode data in the - # path. - try: - dir = unicode(dir) - - # Downgrade to short path name if have highbit chars. See - # <http://bugs.activestate.com/show_bug.cgi?id=85099>. - has_high_char = False - for c in dir: - if ord(c) > 255: - has_high_char = True - break - if has_high_char: - try: - import win32api - dir = win32api.GetShortPathName(dir) - except ImportError: - pass - except UnicodeError: - pass - return dir - - -def _get_win_folder_with_ctypes(csidl_name): - import ctypes - - csidl_const = { - "CSIDL_APPDATA": 26, - "CSIDL_COMMON_APPDATA": 35, - "CSIDL_LOCAL_APPDATA": 28, - }[csidl_name] - - buf = ctypes.create_unicode_buffer(1024) - ctypes.windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf) - - # Downgrade to short path name if have highbit chars. See - # <http://bugs.activestate.com/show_bug.cgi?id=85099>. - has_high_char = False - for c in buf: - if ord(c) > 255: - has_high_char = True - break - if has_high_char: - buf2 = ctypes.create_unicode_buffer(1024) - if ctypes.windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024): - buf = buf2 - - return buf.value - -def _get_win_folder_with_jna(csidl_name): - import array - from com.sun import jna - from com.sun.jna.platform import win32 - - buf_size = win32.WinDef.MAX_PATH * 2 - buf = array.zeros('c', buf_size) - shell = win32.Shell32.INSTANCE - shell.SHGetFolderPath(None, getattr(win32.ShlObj, csidl_name), None, win32.ShlObj.SHGFP_TYPE_CURRENT, buf) - dir = jna.Native.toString(buf.tostring()).rstrip("\0") - - # Downgrade to short path name if have highbit chars. See - # <http://bugs.activestate.com/show_bug.cgi?id=85099>. - has_high_char = False - for c in dir: - if ord(c) > 255: - has_high_char = True - break - if has_high_char: - buf = array.zeros('c', buf_size) - kernel = win32.Kernel32.INSTANCE - if kernel.GetShortPathName(dir, buf, buf_size): - dir = jna.Native.toString(buf.tostring()).rstrip("\0") - - return dir - -if system == "win32": - try: - import win32com.shell - _get_win_folder = _get_win_folder_with_pywin32 - except ImportError: - try: - from ctypes import windll - _get_win_folder = _get_win_folder_with_ctypes - except ImportError: - try: - import com.sun.jna - _get_win_folder = _get_win_folder_with_jna - except ImportError: - _get_win_folder = _get_win_folder_from_registry - - -#---- self test code - -if __name__ == "__main__": - appname = "MyApp" - appauthor = "MyCompany" - - props = ("user_data_dir", - "user_config_dir", - "user_cache_dir", - "user_state_dir", - "user_log_dir", - "site_data_dir", - "site_config_dir") - - print("-- app dirs %s --" % __version__) - - print("-- app dirs (with optional 'version')") - dirs = AppDirs(appname, appauthor, version="1.0") - for prop in props: - print("%s: %s" % (prop, getattr(dirs, prop))) - - print("\n-- app dirs (without optional 'version')") - dirs = AppDirs(appname, appauthor) - for prop in props: - print("%s: %s" % (prop, getattr(dirs, prop))) - - print("\n-- app dirs (without optional 'appauthor')") - dirs = AppDirs(appname) - for prop in props: - print("%s: %s" % (prop, getattr(dirs, prop))) - - print("\n-- app dirs (with disabled 'appauthor')") - dirs = AppDirs(appname, appauthor=False) - for prop in props: - print("%s: %s" % (prop, getattr(dirs, prop))) diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py deleted file mode 100644 index 95d330e..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py +++ /dev/null @@ -1,21 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -__all__ = [ - "__title__", "__summary__", "__uri__", "__version__", "__author__", - "__email__", "__license__", "__copyright__", -] - -__title__ = "packaging" -__summary__ = "Core utilities for Python packages" -__uri__ = "https://github.com/pypa/packaging" - -__version__ = "16.8" - -__author__ = "Donald Stufft and individual contributors" -__email__ = "donald@stufft.io" - -__license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2014-2016 %s" % __author__ diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py deleted file mode 100644 index 5ee6220..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -from .__about__ import ( - __author__, __copyright__, __email__, __license__, __summary__, __title__, - __uri__, __version__ -) - -__all__ = [ - "__title__", "__summary__", "__uri__", "__version__", "__author__", - "__email__", "__license__", "__copyright__", -] diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc deleted file mode 100644 index 9f03addb0de5f6271bd789a5de1f57f7215aea82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 711 zcmYk4&2AGh5XZeAX*OSNpr~gPi9;lkZL3lhgixV9B2*N?VK3HZ$Jw>IYg_&Z%02<F z!rO4pl@qVP0bwVg;*o#rvBrPTjQ7)M)JJZ7eR)j2hY0=f&i^BE&b6ER&H)evHEMz^ zXu>RPqAUs!gb+at9XNn4B+x69EQWs8fkAcv!>kLVEP=zU2S-^S#@PTK(cTHlhVXcS zrpG^>Dw;;yqkO4FZ4D)?kwTem0&LAR6MTCp72}4iEH8}rdxRKfYD&m<K!~<YldFw$ zx`bH8_PcAU{8{Jp3CXRggmP<lk~TT3_c1jqDA!(QL`WgzMzOLoK1}AteO@wNwv!v7 zD7J>x%rL6)N+^7{adI5*gQ#wwR>nyEDosmfD!ZH)qDkdO=IMh>e0Dj%YNxk?=QZGk zv8$EAIS0(RFB5ED<3ezw*wPxIbUTJ!=(XO3&Y5T@?-sY%-Tv08RusSAC;uFO-dBpx z=cnz-&A%$}`RUok%;6G0(;ucI--eYnR=IMOduF5}kJ!QYEw5cqRL5@}cyvAd%d4J; z|3lQkW9aY=sj**s{Q8)hMy8U<8RObGomtDS#1~q<NHsN98X;<(%KMTis)bbr)hSt1 v4njTjCv_Ptg>}83%gr`<-3YKXedDv!6Ne{Ji2hoz`~HqQao{X;<{A6}Pk7Ko diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 2d0d1d5fd621fc1ef55096cd4da170e63e0251df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 549 zcmYk4%WB*(6ozGc#@BI5X&$1pNW2QPP)eVm6q;<bIXIT$5s@sR%arL8^i}#w-gcE& z=%VzTOevA@hkol^eh#|p`<CJQ@%{~DIb**_yj(SkPxysfgkU1m%w#+>InPbOi;Rg} z6nbN}d}~Txnu=GZ=Cx^fV_M#tj(29qcNn)3TTzNi)S?ls=;oUDV)vEp`zNf-_Qm>Y zybo5VC_x!#eOzmyjw&d-tQXF!CBj2mril6}ql|iO0mc*$)&s0Pz+~OYtN9R7HUQF$ zO5?Eu&}x!PkY^E+F{3}7gQAL>{#O9Wt8>6ndg=<`JM80WKz>K)2_=EX;u}JR_`JU$ zFApgukHtI=lKFzLL6Dd6-X^qlPNtL>6`t!qclzIi?2H=C|789(MH7C18KQB6Q|?MF zA>#ejclFMGlZTrj$e3KTR)@ho&fsOR$xkv2aFmO%esJUTIL>OB2LQDw^m6S^YyH7k Xk+l3sKEoyAGJjj<?BB*0f&0&2U*V4- diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc deleted file mode 100644 index 16e5cc0cd4bb8c1b248d425355d2dedd80f848e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 985 zcmah{OKTKC5bnq9?quC;gapOMVZ8`@$POriLI{F_w<w5$gV1!Qdy_Wvvb!f?mv~Ab z`!n>IztmSx`3s(`nhkMtvY=|Js;9sDs;WP&ulEVa;?<`3$_e?6!KyF_UW2;NU=&d_ zCk0Ju!BST6lvB*HJW3-Sed{RlfGB>%((X+ZLDbVd`&P$Ony!^y-N&!$sO~vQ?<n?> zjC)srO~yQI$bDDkjn~2yb!B~sl{q%fRAm^})|6gMn=<nd?_D9WD_~4Ainp%?6J5|A zsCx?L9l0PEbjlP}>^xR%LC^RP=E+Zb$`n_TA-^J^(3vOw5y%^>rPm`l+Lum`vRpbh zIx+qbGKKcCO-$N9GXTFOSQ^DW1fxkx6-n7@@sukLrK0&0L=^w<cJeBdx!axGq_U`m zS{n3GH$mM1%z~cM1v%ws2uJrW0W<I{cOfcep+nyv8Yi#;7pS^qp|kWOgts`EKkpM? z)JbjXZBsfg^L%@5UREdi@I~UZZ)#svxl8J!17WqR8k=dCh+|!<$|kkUj^u$U4-%18 zMJ@fLo`s$er9KhjF>=J!5IP_Kx6R4*tvzTU1|Qf95&A+Dm1=VI2SR*rWWGGHcLBF; zz~UH|-UfJK?PhY1AZ!W5)NbL?hS&I(q@9U&d+n_;3z47Ix<wpwJ4Cp3G<avFM2kMW z-3b2T+6DFQaeE)4@c>Cr8{b$UZLxog&%xqffxDRtgJW&+Aq!JZtH3{ed4}dW9C{lD rU|^sEDY?*Z*VSfP^d%kK+e*jr&T>Y(Si&LyEf(`39Yzt2S(pC>f)V!y diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc deleted file mode 100644 index 92fcbd9aa986f44f14e9718229326ea4e67faf91..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2767 zcmcIm%Wl&^6dl`%<D_YuJ`gQX5GxdkHWE^$B2ZNX0<p=aWs}Xwc&4da$98ANMXkC^ z7yXs|lDDk*1y<ZUsY}|}NkA~sJnVaC&V9{szRb_p2(;_hEA+Zd$aj1gZ6$cvgDyY7 zzz8z}(la_n&+M2zt794D6JaK^t_ZVusc&`4yxb?9GQ2IZGQ2J8w>G!ot<CIx(yaV| zlStD_7u~Ni3KGSs--{!mQiu6xzVxFoU5JGrDtefNo`Po&cZ@a@9`>Ni0~k2z7>smG zW-#-LbS!4E63l?lY?#Ze!W@`wR%JDqD{PL{VRqO&TY$OB7Fh%48e3w^Fwe0SuyQqZ zK8J^X=&N(j0FbQV8vA?b5`)7G&^Frwf=32qV5B9<gF|7%qaJ?lw^T1~#eTf$hf=vg zuzBI{MBn()c1v=V#43sc*@{oPRB#z3!sD_<&v?ip(TZK~#O?ZFw?(BAiKi0K*^19o zhk|x2D6OI$7!G1wEM*pNWzsRzEl|{^*I}WEGA>Eq=z|LbqdhRw(vd5V(h?pmDxmS( z4S_%iiyD;T_B`03)YArm3N~DiMQmWUKkCB=rf@(ZEl28zi~D#srGcV!5i~Ni#Ste_ zHXTbeVEgdorQ4OxkM;>MIHk))7$6(NxEIDt2;;HQH}{E{gJU3&HK=3EcIff63I_zP zl#rAHe11ylg93b%72_|!E=4l@I=Qhx;Aur@A$YV_fQGU$w7l#cObloj67#qK0%g-7 z#3S@TXQ?1)T`=`&5eB+}W@io8cid1}sG3IFX!EYC{4<`FR&MQAC=Gd+(&ungR*a2o z2i!O<Y!B*qNkX>=7Nj*wdl5^pywW<Qr->U3B?3uTU|EY599D6_oQQQCFm&Px4(Q;> zrMRtHO*eQ$CDyHDI@aBvmU|$&)9@<pLI01mDK_Bz$)Uet%!}$~7QLZ|IfSF*)I^Il zqZk+K_fz#3RHyH#KnBapv(C!PDUh?$+~g|Oxo?d?J<RcLMvj|!U37iDng)b-Mu!;` zvEh0$(G}8+uH|jmpXDvjvwzEM`sVCRft-!rCVw#W?R+x@XhxEo_+`=zusaRtPnb@# zLT=F`&%7IfTFa@#A;F1fpq5KXc=KQ283mMt@^-U=tazB<KN<KSVvPwbGJ*f4Qak#3 d%sn-<6ZP|eQs?cERd;cZ#J>-#R%644{tJL&=$ill diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc deleted file mode 100644 index 41c27eb83674a947c14c7ce50880b9fa0a2d51ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8923 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 KJmWad#Qy^g2g#2B diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc deleted file mode 100644 index a1002ee581bfec88c671d077b05906729067b7f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3882 zcmZ`6%W~VuaRvZE@F9wlWy!L=yRiIN)7HxyKjX)WmT5;ZMJbfDwz1`)V9rQ}3=rG_ z=m%Hc!^){jZB=gh0O`0@`H9?f&S9=O`J9_BPWMohXnO<J^z?N1^vrbkbPv}C2C@Xc zzuq|F>O+M52M7IM3I=n~VxbYj2%`ZBsY64}(L&wPDblpSa17O_oD}qWV1{WY9a@eR zW}Hlzb+Ss%0D8{Jg?T3*4mbm0!6}4;&Y<F@fLC;e6mAB?;Spy9@HDf6qv5DC8jd+* zYMcp<h2ze6c-%Q2o^Vc3@_?``%e^Bk$4_qS&KEq-jm<BieKkh5sbljYmfxm3r*?@m z0r<c^ej4z?K7I!9!F~KJ;KhCX9N<Iy_}73B@8joro*e<*C2sQ^FKtt9kCD5?xxfb% z<-#^qYhUCS*$Bu@@{7(CFR-KAl#Rl8nxE&>W5k)^Q!xJ=pF(LE&+-XAz-JNXr^g5z z1KCTwz>jZ!!&95TgLe5Y+18vZKpX#rc9mb@SIfk?279=sv|j6KWkq(3jsHz&$3fe5 z(0_(s2mNQET?cK{xxsJj{GOd)C*P4>N(s;K8?etWfOC`I1kRUzoY8HV!M+0CC?5r$ zeZc$Lxy5hsQ8>kIeiK%?txj}@&m7?2@=3risndPS@7yIIJIB*}4t8PzUItH|ViVxW z34RwmInT5eQab$}qp_sRLGM`{1?_~pe%OjcA}!{>^kYA2%0f%{&BR@AHya6zYb8VG z;sj_LD~Sh^neL#{WO6VP{)XT5f>r)HxgQBxSoTEBE3X^8g>y?OnRU2`mc(KtxHKL` zf=O#h@w`B$>U@L0mg)H@eC9WKiOO`<Pq^>`KvOML^`7E>HJMv1*B@5uZsqZEU7CxY zc)<l8qslkD#+#KEZ}{sz7cz5*<`2*no;2{>{U7R`gBBM7aN<x#9F0*&S9a3n@Iv#Y z7x=8se`x!HhrF3|{+PAlD>rSw%d^EH(|+Z}_IlKAvPruga}nF|^Qav#kXh%#P9l4` zvTR?Oy*{m!pj9o`ZF(VhU72;=Fk<Zh@x1H)(Ds6TPTF-@)NtKji8uipRbX#*CJ9?J zEx$G8H{-+$f~k&wJ$l8TUzv${(rzVD6vQ*F7aOkNanu$K9?!Thd6PwArsXwWc;K^* znZC`()2%mR6!Z_HMIbd1i>mP+{eF)=-J|FCXlaj5?$MijbgrXMxzp0X9d=UR|Ji<e zQR;0GNE3oUc=3I3S9UY<n=2}4q~)<quL1Ux8CQ6(+!&nI&|!_<hd8=p9$Jj~b4%MK zEsIeISgj^WiHZ_Xf7K<8B@HA^4s9V$0!Lc60xx{VygOH6^j~O1%pg63YpKBaY(YGv zTF?Sy3p_tg)N%sjp{xJm0j5lkD=D=%5Saxa%}@p6XUYv=D&-@9BxDOuM4@Sa(Z=D* z!$P!H(gj*u4!XTd<bp5ZehnNFz-8k9?cz2}R=a2b^3jJ!n}Zgg2k>!dGyNTb;$pBA z^eJYtH1sC3U`H95>yPz+s+(+k{V_hBRk7RSZ1@mU{d~Kd8Q^+Axcf<L!xc{ANjq*g zp4)IeFk)cT^U0*rwpOoB+Fp~{-RPON>z*I;*#7+f*-;br^UPzxo2m6kgd8u|!R=Ja zx*O<Tu?E_q_hI41&{AIcHz1utLU!mD-KB4}N2EDtkVJct6*WrULK*H%Bs!xz#unYu zH&fV{Hb&5UyL6lWOdpXegn{Hw`eX8hG_}X*VRMVPCiH3X_r%(<5CiSTma&-;KLgAv zn2CQuJpKh%&`}r4!OV2iWDqHCI>`YgFaCjWXJ8k!Z$QidC!Z962Bj77LBNXQUkIC; znpb2Pz(%ceao=+N#+gJ{#86I!h=lDW_Qa2~r^MTd_Za=1q23Jeg{{0=8iHu3{Aq2W zURkWvR%K32?_Owub5wSaCc42(q#i^KaR$j}0Z0q7ftn!AxbYlvr!<>90U4=7eiG+U z#`NN<5AHgOvo0a{1^^TcBj&-n9PaZh+zYHeQU{u(TxOMS=E5qUB?8y=n||WDk3m^H z34l<I7HAQmL5DwRA4Uy}nlukT;{(t>XqrW{nn{lXr8ClZ1Ezbb8kn1UAI21(U&T=e zkS(%FHt1XM$tD#Sw&)I|k{u`_J4TX1+BQTO{wPYCVh$w|@b{*P97VOnV>M6T(SdFq zNM}S#(G5k<bm=UGQMrpb#H>O3{c-l~Q*jD5(n-zPFzBRiVka&Dsg&(HW#8bf7UmPo zUedt)4Bmmt&zUkmxF!+GeO*UrVh#nd3McWWW`?Q+(onQOB*q*^s0B7W39SfiShdcP zkFBX@d}K^C>_Mt5zyM4~5-=s21`epzIwQCGl$=*VTe?%y)G5RQOo8Gs2i>PTgxV^2 z3%2+ZFjYk(pSiayP%EXy7-~3%U>w151Qi4i5mXTzRNpS9ioq3NphS!jVNoM*9kqr8 zQcL%+rmwe?wt$+Bk9{I^1bAGqdpDpp!JRKZD$~=D1i5HJImQ@=pck09goz-HK;69z zVwlZD4nZEl00Ok3q*dqaZz_%b*VAG2lE>3<a{~XF7{oa@aZb8h$YKG1T1dApWe@Un zERG-*{j9F5%zozuZC=4#(#-<{Ufl3~H{c2EK9(kfS78!Mt6W|FL%FuLD6P2NYQbX! zXw|#*^8CZfs<i4o%&ab#>y?@`>)k#zzqGhmhPPa0abbR`x>S=|8FJ9_T5W!Ht-QJb zgu=o-$V&_N7w}D318X0SrBN#{R%EL3c(q=Z`dWPfK~?4yVa2U3tgK42I{+^Ue1l>* z%k+1Z`rW0K3MhL}TdG&)%YYYvxB@G>@O-;`dG>Hztvo2tKasf}f2mfH`QBi$TzdkA zyf<7~uFT5<<i2Ih!e#ZYJ`_f-Q`~>xu2hyQ_44WxzH-%*R}S~Ilxz3geOdty<o1n+ z@W}VvzLYJlp<m7D*(Pr!Dkgs`gyH4XeR$r%z>L=cj6g!Pv}5!nCP}SGNA#ju)G%Ql v{6L}z7abxV=oZRoBhZkl5$%IPp#h};+=5o11~oqzx&e})L5C!)=k@;qa8l(I diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc deleted file mode 100644 index 55b1bf4e001598e2e8fdefc9666b8335c894b18a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19791 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 UHuYFx48LE|rg4yKym0S-176VHBLDyZ diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc deleted file mode 100644 index 67daeb6b0a3e5d364be9f52d3989400550ec4e19..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 470 zcmY*V%}N6?5Kgk&cB$4M>PsxLT@VBX5y7*)h?f-!+f7_U^GA}cT0DC2G1`L%Uny5l zzCuqX9z+M`V`lQrd^5QjjfNoD+vym;LjXQw^4F4(Tm-jA0SF+F0|6^2P=!QNB{0?y zPpg!ss~$<#u<DbP^j<+VAm|$8{jbmm^2G1fGpl&#C}u({<9tTgf?1}d-_eFihwnSt zxR6hm{o4Xh?hc!<(67Zf4SpHi?gemQ1qplsYqUaZ5Twv_1B;+E#!W4iWKGT4l43(! z`s5Sa&3uomM{08DQ&|i80ZhDob5%N_OU-n_q;)mt#gd%_;=^%isq3^;irZ4p+c3(i z&NS4PctIsmrqp#auUjVDvU7~viGKF`|J0+<c3c?+0La8R&-@UFb6saB#wNa)_|GQZ o=aHd)&?uo9r=}mvvFB&iKd=?4*_lwJ<Mcc>+Q>aXSu#w%0bne6u>b%7 diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc deleted file mode 100644 index 85de26ffc0c3244ca92c87a876b89251859f3417..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10638 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 diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py deleted file mode 100644 index 210bb80..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import sys - - -PY2 = sys.version_info[0] == 2 -PY3 = sys.version_info[0] == 3 - -# flake8: noqa - -if PY3: - string_types = str, -else: - string_types = basestring, - - -def with_metaclass(meta, *bases): - """ - Create a base class with a metaclass. - """ - # This requires a bit of explanation: the basic idea is to make a dummy - # metaclass for one level of class instantiation that replaces itself with - # the actual metaclass. - class metaclass(meta): - def __new__(cls, name, this_bases, d): - return meta(name, bases, d) - return type.__new__(metaclass, 'temporary_class', (), {}) diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py deleted file mode 100644 index ccc2786..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py +++ /dev/null @@ -1,68 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - - -class Infinity(object): - - def __repr__(self): - return "Infinity" - - def __hash__(self): - return hash(repr(self)) - - def __lt__(self, other): - return False - - def __le__(self, other): - return False - - def __eq__(self, other): - return isinstance(other, self.__class__) - - def __ne__(self, other): - return not isinstance(other, self.__class__) - - def __gt__(self, other): - return True - - def __ge__(self, other): - return True - - def __neg__(self): - return NegativeInfinity - -Infinity = Infinity() - - -class NegativeInfinity(object): - - def __repr__(self): - return "-Infinity" - - def __hash__(self): - return hash(repr(self)) - - def __lt__(self, other): - return True - - def __le__(self, other): - return True - - def __eq__(self, other): - return isinstance(other, self.__class__) - - def __ne__(self, other): - return not isinstance(other, self.__class__) - - def __gt__(self, other): - return False - - def __ge__(self, other): - return False - - def __neg__(self): - return Infinity - -NegativeInfinity = NegativeInfinity() diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py deleted file mode 100644 index 892e578..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py +++ /dev/null @@ -1,301 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import operator -import os -import platform -import sys - -from pkg_resources.extern.pyparsing import ParseException, ParseResults, stringStart, stringEnd -from pkg_resources.extern.pyparsing import ZeroOrMore, Group, Forward, QuotedString -from pkg_resources.extern.pyparsing import Literal as L # noqa - -from ._compat import string_types -from .specifiers import Specifier, InvalidSpecifier - - -__all__ = [ - "InvalidMarker", "UndefinedComparison", "UndefinedEnvironmentName", - "Marker", "default_environment", -] - - -class InvalidMarker(ValueError): - """ - An invalid marker was found, users should refer to PEP 508. - """ - - -class UndefinedComparison(ValueError): - """ - An invalid operation was attempted on a value that doesn't support it. - """ - - -class UndefinedEnvironmentName(ValueError): - """ - A name was attempted to be used that does not exist inside of the - environment. - """ - - -class Node(object): - - def __init__(self, value): - self.value = value - - def __str__(self): - return str(self.value) - - def __repr__(self): - return "<{0}({1!r})>".format(self.__class__.__name__, str(self)) - - def serialize(self): - raise NotImplementedError - - -class Variable(Node): - - def serialize(self): - return str(self) - - -class Value(Node): - - def serialize(self): - return '"{0}"'.format(self) - - -class Op(Node): - - def serialize(self): - 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") -) -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): - if isinstance(results, ParseResults): - return [_coerce_parse_result(i) for i in results] - else: - return results - - -def _format_marker(marker, first=True): - assert isinstance(marker, (list, tuple, string_types)) - - # Sometimes we have a structure like [[...]] which is a single item list - # where the single item is itself it's own list. In that case we want skip - # the rest of this function so that we don't get extraneous () on the - # outside. - if (isinstance(marker, list) and len(marker) == 1 and - isinstance(marker[0], (list, tuple))): - return _format_marker(marker[0]) - - if isinstance(marker, list): - inner = (_format_marker(m, first=False) for m in marker) - if first: - return " ".join(inner) - else: - return "(" + " ".join(inner) + ")" - elif isinstance(marker, tuple): - return " ".join([m.serialize() for m in marker]) - else: - return marker - - -_operators = { - "in": lambda lhs, rhs: lhs in rhs, - "not in": lambda lhs, rhs: lhs not in rhs, - "<": operator.lt, - "<=": operator.le, - "==": operator.eq, - "!=": operator.ne, - ">=": operator.ge, - ">": operator.gt, -} - - -def _eval_op(lhs, op, rhs): - try: - spec = Specifier("".join([op.serialize(), rhs])) - except InvalidSpecifier: - pass - else: - return spec.contains(lhs) - - oper = _operators.get(op.serialize()) - if oper is None: - raise UndefinedComparison( - "Undefined {0!r} on {1!r} and {2!r}.".format(op, lhs, rhs) - ) - - return oper(lhs, rhs) - - -_undefined = object() - - -def _get_env(environment, name): - value = environment.get(name, _undefined) - - if value is _undefined: - raise UndefinedEnvironmentName( - "{0!r} does not exist in evaluation environment.".format(name) - ) - - return value - - -def _evaluate_markers(markers, environment): - groups = [[]] - - for marker in markers: - assert isinstance(marker, (list, tuple, string_types)) - - if isinstance(marker, list): - groups[-1].append(_evaluate_markers(marker, environment)) - elif isinstance(marker, tuple): - lhs, op, rhs = marker - - if isinstance(lhs, Variable): - lhs_value = _get_env(environment, lhs.value) - rhs_value = rhs.value - else: - lhs_value = lhs.value - rhs_value = _get_env(environment, rhs.value) - - groups[-1].append(_eval_op(lhs_value, op, rhs_value)) - else: - assert marker in ["and", "or"] - if marker == "or": - groups.append([]) - - return any(all(item) for item in groups) - - -def format_full_version(info): - 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(): - if hasattr(sys, 'implementation'): - iver = format_full_version(sys.implementation.version) - implementation_name = sys.implementation.name - else: - iver = '0' - implementation_name = '' - - return { - "implementation_name": implementation_name, - "implementation_version": iver, - "os_name": os.name, - "platform_machine": platform.machine(), - "platform_release": platform.release(), - "platform_system": platform.system(), - "platform_version": platform.version(), - "python_full_version": platform.python_version(), - "platform_python_implementation": platform.python_implementation(), - "python_version": platform.python_version()[:3], - "sys_platform": sys.platform, - } - - -class Marker(object): - - def __init__(self, marker): - try: - self._markers = _coerce_parse_result(MARKER.parseString(marker)) - except ParseException as e: - err_str = "Invalid marker: {0!r}, parse error at {1!r}".format( - marker, marker[e.loc:e.loc + 8]) - raise InvalidMarker(err_str) - - def __str__(self): - return _format_marker(self._markers) - - def __repr__(self): - return "<Marker({0!r})>".format(str(self)) - - def evaluate(self, environment=None): - """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/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py deleted file mode 100644 index 0c8c4a3..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py +++ /dev/null @@ -1,127 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import string -import re - -from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException -from pkg_resources.extern.pyparsing import ZeroOrMore, Word, Optional, Regex, Combine -from pkg_resources.extern.pyparsing import Literal as L # noqa -from pkg_resources.extern.six.moves.urllib import parse as urlparse - -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_SEPERATOR = SEMICOLON -MARKER = MARKER_SEPERATOR + 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 - - -class Requirement(object): - """Parse a requirement. - - Parse a given requirement string into its parts, such as name, specifier, - URL, and extras. Raises InvalidRequirement on a badly-formed requirement - string. - """ - - # TODO: Can we test whether something is contained within a requirement? - # If so how do we do that? Do we need to test against the _name_ of - # the thing as well as the version? What about the markers? - # TODO: Can we normalize the name and extra name? - - def __init__(self, requirement_string): - try: - req = REQUIREMENT.parseString(requirement_string) - except ParseException as e: - raise InvalidRequirement( - "Invalid requirement, parse error at \"{0!r}\"".format( - requirement_string[e.loc:e.loc + 8])) - - self.name = req.name - if req.url: - parsed_url = urlparse.urlparse(req.url) - if not (parsed_url.scheme and parsed_url.netloc) or ( - not parsed_url.scheme and not parsed_url.netloc): - raise InvalidRequirement("Invalid URL given") - self.url = req.url - else: - self.url = None - self.extras = set(req.extras.asList() if req.extras else []) - self.specifier = SpecifierSet(req.specifier) - self.marker = req.marker if req.marker else None - - def __str__(self): - parts = [self.name] - - if self.extras: - parts.append("[{0}]".format(",".join(sorted(self.extras)))) - - if self.specifier: - parts.append(str(self.specifier)) - - if self.url: - parts.append("@ {0}".format(self.url)) - - if self.marker: - parts.append("; {0}".format(self.marker)) - - return "".join(parts) - - def __repr__(self): - return "<Requirement({0!r})>".format(str(self)) diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py deleted file mode 100644 index 7f5a76c..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py +++ /dev/null @@ -1,774 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import abc -import functools -import itertools -import re - -from ._compat import string_types, with_metaclass -from .version import Version, LegacyVersion, parse - - -class InvalidSpecifier(ValueError): - """ - An invalid specifier was found, users should refer to PEP 440. - """ - - -class BaseSpecifier(with_metaclass(abc.ABCMeta, object)): - - @abc.abstractmethod - def __str__(self): - """ - Returns the str representation of this Specifier like object. This - should be representative of the Specifier itself. - """ - - @abc.abstractmethod - def __hash__(self): - """ - Returns a hash value for this Specifier like object. - """ - - @abc.abstractmethod - def __eq__(self, other): - """ - Returns a boolean representing whether or not the two Specifier like - objects are equal. - """ - - @abc.abstractmethod - def __ne__(self, other): - """ - Returns a boolean representing whether or not the two Specifier like - objects are not equal. - """ - - @abc.abstractproperty - def prereleases(self): - """ - Returns whether or not pre-releases as a whole are allowed by this - specifier. - """ - - @prereleases.setter - def prereleases(self, value): - """ - Sets whether or not pre-releases as a whole are allowed by this - specifier. - """ - - @abc.abstractmethod - def contains(self, item, prereleases=None): - """ - Determines if the given item is contained within this specifier. - """ - - @abc.abstractmethod - def filter(self, iterable, prereleases=None): - """ - 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 = {} - - def __init__(self, spec="", prereleases=None): - match = self._regex.search(spec) - if not match: - raise InvalidSpecifier("Invalid specifier: '{0}'".format(spec)) - - self._spec = ( - match.group("operator").strip(), - match.group("version").strip(), - ) - - # Store whether or not this Specifier should accept prereleases - self._prereleases = prereleases - - def __repr__(self): - pre = ( - ", prereleases={0!r}".format(self.prereleases) - if self._prereleases is not None - else "" - ) - - return "<{0}({1!r}{2})>".format( - self.__class__.__name__, - str(self), - pre, - ) - - def __str__(self): - return "{0}{1}".format(*self._spec) - - def __hash__(self): - return hash(self._spec) - - def __eq__(self, other): - if isinstance(other, string_types): - try: - other = self.__class__(other) - except InvalidSpecifier: - return NotImplemented - elif not isinstance(other, self.__class__): - return NotImplemented - - return self._spec == other._spec - - def __ne__(self, other): - if isinstance(other, string_types): - try: - other = self.__class__(other) - except InvalidSpecifier: - return NotImplemented - elif not isinstance(other, self.__class__): - return NotImplemented - - return self._spec != other._spec - - def _get_operator(self, op): - return getattr(self, "_compare_{0}".format(self._operators[op])) - - def _coerce_version(self, version): - if not isinstance(version, (LegacyVersion, Version)): - version = parse(version) - return version - - @property - def operator(self): - return self._spec[0] - - @property - def version(self): - return self._spec[1] - - @property - def prereleases(self): - return self._prereleases - - @prereleases.setter - def prereleases(self, value): - self._prereleases = value - - def __contains__(self, item): - return self.contains(item) - - def contains(self, item, prereleases=None): - # 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") - 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 item.is_prerelease and not prereleases: - return False - - # Actually do the comparison to determine if this item is contained - # within this Specifier or not. - return self._get_operator(self.operator)(item, self.version) - - def filter(self, iterable, prereleases=None): - yielded = False - found_prereleases = [] - - kw = {"prereleases": prereleases if prereleases is not None else True} - - # Attempt to iterate over all the values in the iterable and if any of - # them match, yield them. - for version in iterable: - parsed_version = self._coerce_version(version) - - if self.contains(parsed_version, **kw): - # If our version is a prerelease, and we were not set to allow - # prereleases, then we'll store it for later incase nothing - # else matches this specifier. - if (parsed_version.is_prerelease and not - (prereleases or self.prereleases)): - found_prereleases.append(version) - # Either this is not a prerelease, or we should have been - # accepting prereleases from the begining. - 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<operator>(==|!=|<=|>=|<|>)) - \s* - (?P<version> - [^,;\s)]* # Since this is a "legacy" specifier, and the version - # string can be just about anything, we match everything - # except for whitespace, a semi-colon for marker support, - # a closing paren since versions can be enclosed in - # them, and a comma since it's a version separator. - ) - """ - ) - - _regex = re.compile( - r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) - - _operators = { - "==": "equal", - "!=": "not_equal", - "<=": "less_than_equal", - ">=": "greater_than_equal", - "<": "less_than", - ">": "greater_than", - } - - def _coerce_version(self, version): - if not isinstance(version, LegacyVersion): - version = LegacyVersion(str(version)) - return version - - def _compare_equal(self, prospective, spec): - return prospective == self._coerce_version(spec) - - def _compare_not_equal(self, prospective, spec): - return prospective != self._coerce_version(spec) - - def _compare_less_than_equal(self, prospective, spec): - return prospective <= self._coerce_version(spec) - - def _compare_greater_than_equal(self, prospective, spec): - return prospective >= self._coerce_version(spec) - - def _compare_less_than(self, prospective, spec): - return prospective < self._coerce_version(spec) - - def _compare_greater_than(self, prospective, spec): - return prospective > self._coerce_version(spec) - - -def _require_version_compare(fn): - @functools.wraps(fn) - def wrapped(self, prospective, spec): - if not isinstance(prospective, Version): - return False - return fn(self, prospective, spec) - return wrapped - - -class Specifier(_IndividualSpecifier): - - _regex_str = ( - r""" - (?P<operator>(~=|==|!=|<=|>=|<|>|===)) - (?P<version> - (?: - # 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. - (?<!==|!=|~=) # We have special cases for these - # operators so we want to make sure they - # don't match here. - - \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]*) - )? - (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release - ) - ) - """ - ) - - _regex = re.compile( - r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) - - _operators = { - "~=": "compatible", - "==": "equal", - "!=": "not_equal", - "<=": "less_than_equal", - ">=": "greater_than_equal", - "<": "less_than", - ">": "greater_than", - "===": "arbitrary", - } - - @_require_version_compare - def _compare_compatible(self, prospective, spec): - # Compatible releases have an equivalent combination of >= and ==. That - # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to - # implement this in terms of the other specifiers instead of - # implementing it ourselves. The only thing we need to do is construct - # the other specifiers. - - # We want everything but the last item in the version, but we want to - # ignore post and dev releases and we want to treat the pre-release as - # it's own separate segment. - prefix = ".".join( - list( - itertools.takewhile( - lambda x: (not x.startswith("post") and not - x.startswith("dev")), - _version_split(spec), - ) - )[:-1] - ) - - # Add the prefix notation to the end of our string - prefix += ".*" - - return (self._get_operator(">=")(prospective, spec) and - self._get_operator("==")(prospective, prefix)) - - @_require_version_compare - def _compare_equal(self, prospective, spec): - # 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. - 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. - 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. - prospective = prospective[:len(spec)] - - # Pad out our two sides with zeros so that they both equal the same - # length. - spec, prospective = _pad_version(spec, prospective) - else: - # Convert our spec string into a Version - spec = 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.local: - prospective = Version(prospective.public) - - return prospective == spec - - @_require_version_compare - def _compare_not_equal(self, prospective, spec): - return not self._compare_equal(prospective, spec) - - @_require_version_compare - def _compare_less_than_equal(self, prospective, spec): - return prospective <= Version(spec) - - @_require_version_compare - def _compare_greater_than_equal(self, prospective, spec): - return prospective >= Version(spec) - - @_require_version_compare - def _compare_less_than(self, prospective, spec): - # Convert our spec to a Version instance, since we'll want to work with - # it as a version. - spec = Version(spec) - - # Check to see if the prospective version is less than the spec - # version. If it's not we can short circuit and just return False now - # instead of doing extra unneeded work. - if not prospective < spec: - return False - - # This special case is here so that, unless the specifier itself - # includes is a pre-release version, that we do not accept pre-release - # versions for the version mentioned in the specifier (e.g. <3.1 should - # not match 3.1.dev0, but should match 3.0.dev0). - if not spec.is_prerelease and prospective.is_prerelease: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # If we've gotten to here, it means that prospective version is both - # less than the spec version *and* it's not a pre-release of the same - # version in the spec. - return True - - @_require_version_compare - def _compare_greater_than(self, prospective, spec): - # Convert our spec to a Version instance, since we'll want to work with - # it as a version. - spec = Version(spec) - - # 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 techincally greater than, to match. - if prospective.local is not None: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # If we've gotten to here, it means that prospective version is both - # greater than the spec version *and* it's not a pre-release of the - # same version in the spec. - return True - - def _compare_arbitrary(self, prospective, spec): - return str(prospective).lower() == str(spec).lower() - - @property - def prereleases(self): - # 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): - self._prereleases = value - - -_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") - - -def _version_split(version): - result = [] - for item in version.split("."): - match = _prefix_regex.search(item) - if match: - result.extend(match.groups()) - else: - result.append(item) - return result - - -def _pad_version(left, right): - left_split, right_split = [], [] - - # Get the release segment of our versions - left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) - right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) - - # Get the rest of our versions - left_split.append(left[len(left_split[0]):]) - right_split.append(right[len(right_split[0]):]) - - # Insert our padding - left_split.insert( - 1, - ["0"] * max(0, len(right_split[0]) - len(left_split[0])), - ) - right_split.insert( - 1, - ["0"] * max(0, len(left_split[0]) - len(right_split[0])), - ) - - return ( - list(itertools.chain(*left_split)), - list(itertools.chain(*right_split)), - ) - - -class SpecifierSet(BaseSpecifier): - - def __init__(self, specifiers="", prereleases=None): - # Split on , to break each indidivual specifier into it's own item, and - # strip each item to remove leading/trailing whitespace. - specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] - - # Parsed each individual specifier, attempting first to make it a - # Specifier and falling back to a LegacySpecifier. - parsed = set() - for specifier in 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): - pre = ( - ", prereleases={0!r}".format(self.prereleases) - if self._prereleases is not None - else "" - ) - - return "<SpecifierSet({0!r}{1})>".format(str(self), pre) - - def __str__(self): - return ",".join(sorted(str(s) for s in self._specs)) - - def __hash__(self): - return hash(self._specs) - - def __and__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - specifier = SpecifierSet() - specifier._specs = frozenset(self._specs | other._specs) - - if self._prereleases is None and other._prereleases is not None: - specifier._prereleases = other._prereleases - elif self._prereleases is not None and other._prereleases is None: - specifier._prereleases = self._prereleases - elif self._prereleases == other._prereleases: - specifier._prereleases = self._prereleases - else: - raise ValueError( - "Cannot combine SpecifierSets with True and False prerelease " - "overrides." - ) - - return specifier - - def __eq__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif isinstance(other, _IndividualSpecifier): - other = SpecifierSet(str(other)) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - return self._specs == other._specs - - def __ne__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif isinstance(other, _IndividualSpecifier): - other = SpecifierSet(str(other)) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - return self._specs != other._specs - - def __len__(self): - return len(self._specs) - - def __iter__(self): - return iter(self._specs) - - @property - def prereleases(self): - # 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): - self._prereleases = value - - def __contains__(self, item): - return self.contains(item) - - def contains(self, item, prereleases=None): - # 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, prereleases=None): - # 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 = [] - found_prereleases = [] - - 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/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py deleted file mode 100644 index 942387c..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import re - - -_canonicalize_regex = re.compile(r"[-_.]+") - - -def canonicalize_name(name): - # This is taken from PEP 503. - return _canonicalize_regex.sub("-", name).lower() diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py b/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py deleted file mode 100644 index 83b5ee8..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py +++ /dev/null @@ -1,393 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import collections -import itertools -import re - -from ._structures import Infinity - - -__all__ = [ - "parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN" -] - - -_Version = collections.namedtuple( - "_Version", - ["epoch", "release", "dev", "pre", "post", "local"], -) - - -def parse(version): - """ - Parse the given version string and return either a :class:`Version` object - or a :class:`LegacyVersion` object depending on if the given version is - a valid PEP 440 version or a legacy version. - """ - try: - return Version(version) - except InvalidVersion: - return LegacyVersion(version) - - -class InvalidVersion(ValueError): - """ - An invalid version was found, users should refer to PEP 440. - """ - - -class _BaseVersion(object): - - def __hash__(self): - return hash(self._key) - - def __lt__(self, other): - return self._compare(other, lambda s, o: s < o) - - def __le__(self, other): - return self._compare(other, lambda s, o: s <= o) - - def __eq__(self, other): - return self._compare(other, lambda s, o: s == o) - - def __ge__(self, other): - return self._compare(other, lambda s, o: s >= o) - - def __gt__(self, other): - return self._compare(other, lambda s, o: s > o) - - def __ne__(self, other): - return self._compare(other, lambda s, o: s != o) - - def _compare(self, other, method): - if not isinstance(other, _BaseVersion): - return NotImplemented - - return method(self._key, other._key) - - -class LegacyVersion(_BaseVersion): - - def __init__(self, version): - self._version = str(version) - self._key = _legacy_cmpkey(self._version) - - def __str__(self): - return self._version - - def __repr__(self): - return "<LegacyVersion({0})>".format(repr(str(self))) - - @property - def public(self): - return self._version - - @property - def base_version(self): - return self._version - - @property - def local(self): - return None - - @property - def is_prerelease(self): - return False - - @property - def is_postrelease(self): - 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): - 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): - # 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 = [] - 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) - parts = tuple(parts) - - return epoch, 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<epoch>[0-9]+)!)? # epoch - (?P<release>[0-9]+(?:\.[0-9]+)*) # release segment - (?P<pre> # pre-release - [-_\.]? - (?P<pre_l>(a|b|c|rc|alpha|beta|pre|preview)) - [-_\.]? - (?P<pre_n>[0-9]+)? - )? - (?P<post> # post release - (?:-(?P<post_n1>[0-9]+)) - | - (?: - [-_\.]? - (?P<post_l>post|rev|r) - [-_\.]? - (?P<post_n2>[0-9]+)? - ) - )? - (?P<dev> # dev release - [-_\.]? - (?P<dev_l>dev) - [-_\.]? - (?P<dev_n>[0-9]+)? - )? - ) - (?:\+(?P<local>[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): - # Validate the version and parse it into pieces - match = self._regex.search(version) - if not match: - raise InvalidVersion("Invalid version: '{0}'".format(version)) - - # Store the parsed out pieces of the version - self._version = _Version( - epoch=int(match.group("epoch")) if match.group("epoch") else 0, - release=tuple(int(i) for i in match.group("release").split(".")), - pre=_parse_letter_version( - match.group("pre_l"), - match.group("pre_n"), - ), - post=_parse_letter_version( - match.group("post_l"), - match.group("post_n1") or match.group("post_n2"), - ), - dev=_parse_letter_version( - match.group("dev_l"), - match.group("dev_n"), - ), - local=_parse_local_version(match.group("local")), - ) - - # Generate a key which will be used for sorting - self._key = _cmpkey( - self._version.epoch, - self._version.release, - self._version.pre, - self._version.post, - self._version.dev, - self._version.local, - ) - - def __repr__(self): - return "<Version({0})>".format(repr(str(self))) - - def __str__(self): - parts = [] - - # Epoch - if self._version.epoch != 0: - parts.append("{0}!".format(self._version.epoch)) - - # Release segment - parts.append(".".join(str(x) for x in self._version.release)) - - # Pre-release - if self._version.pre is not None: - parts.append("".join(str(x) for x in self._version.pre)) - - # Post-release - if self._version.post is not None: - parts.append(".post{0}".format(self._version.post[1])) - - # Development release - if self._version.dev is not None: - parts.append(".dev{0}".format(self._version.dev[1])) - - # Local version segment - if self._version.local is not None: - parts.append( - "+{0}".format(".".join(str(x) for x in self._version.local)) - ) - - return "".join(parts) - - @property - def public(self): - return str(self).split("+", 1)[0] - - @property - def base_version(self): - parts = [] - - # Epoch - if self._version.epoch != 0: - parts.append("{0}!".format(self._version.epoch)) - - # Release segment - parts.append(".".join(str(x) for x in self._version.release)) - - return "".join(parts) - - @property - def local(self): - version_string = str(self) - if "+" in version_string: - return version_string.split("+", 1)[1] - - @property - def is_prerelease(self): - return bool(self._version.dev or self._version.pre) - - @property - def is_postrelease(self): - return bool(self._version.post) - - -def _parse_letter_version(letter, number): - 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) - - -_local_version_seperators = re.compile(r"[\._-]") - - -def _parse_local_version(local): - """ - 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_seperators.split(local) - ) - - -def _cmpkey(epoch, release, pre, post, dev, local): - # 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 = -Infinity - # Versions without a pre-release (except as noted above) should sort after - # those with one. - elif pre is None: - pre = Infinity - - # Versions without a post segment should sort before those with one. - if post is None: - post = -Infinity - - # Versions without a development segment should sort after those with one. - if dev is None: - dev = Infinity - - if local is None: - # Versions without a local segment should sort before those with one. - local = -Infinity - 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 (-Infinity, i) - for i in local - ) - - return epoch, release, pre, post, dev, local diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py b/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py deleted file mode 100644 index cf75e1e..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py +++ /dev/null @@ -1,5742 +0,0 @@ -# module pyparsing.py -# -# Copyright (c) 2003-2018 Paul T. McGuire -# -# Permission is hereby granted, free of charge, to any person obtaining -# a copy of this software and associated documentation files (the -# "Software"), to deal in the Software without restriction, including -# without limitation the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the Software, and to -# permit persons to whom the Software is furnished to do so, subject to -# the following conditions: -# -# The above copyright notice and this permission notice shall be -# included in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# - -__doc__ = \ -""" -pyparsing module - Classes and methods to define and execute parsing grammars -============================================================================= - -The pyparsing module is an alternative approach to creating and executing simple grammars, -vs. the traditional lex/yacc approach, or the use of regular expressions. With pyparsing, you -don't need to learn a new syntax for defining grammars or matching expressions - the parsing module -provides a library of classes that you use to construct the grammar directly in Python. - -Here is a program to parse "Hello, World!" (or any greeting of the form -C{"<salutation>, <addressee>!"}), built up using L{Word}, L{Literal}, and L{And} elements -(L{'+'<ParserElement.__add__>} operator gives L{And} expressions, strings are auto-converted to -L{Literal} expressions):: - - from pyparsing import Word, alphas - - # define grammar of a greeting - greet = Word(alphas) + "," + Word(alphas) + "!" - - hello = "Hello, World!" - print (hello, "->", greet.parseString(hello)) - -The program outputs the following:: - - Hello, World! -> ['Hello', ',', 'World', '!'] - -The Python representation of the grammar is quite readable, owing to the self-explanatory -class names, and the use of '+', '|' and '^' operators. - -The L{ParseResults} object returned from L{ParserElement.parseString<ParserElement.parseString>} can be accessed as a nested list, a dictionary, or an -object with named attributes. - -The pyparsing module handles some of the problems that are typically vexing when writing text parsers: - - extra or missing whitespace (the above program will also handle "Hello,World!", "Hello , World !", etc.) - - quoted strings - - embedded comments - - -Getting Started - ------------------ -Visit the classes L{ParserElement} and L{ParseResults} to see the base classes that most other pyparsing -classes inherit from. Use the docstrings for examples of how to: - - construct literal match expressions from L{Literal} and L{CaselessLiteral} classes - - construct character word-group expressions using the L{Word} class - - see how to create repetitive expressions using L{ZeroOrMore} and L{OneOrMore} classes - - use L{'+'<And>}, L{'|'<MatchFirst>}, L{'^'<Or>}, and L{'&'<Each>} operators to combine simple expressions into more complex ones - - associate names with your parsed results using L{ParserElement.setResultsName} - - find some helpful expression short-cuts like L{delimitedList} and L{oneOf} - - find more useful common expressions in the L{pyparsing_common} namespace class -""" - -__version__ = "2.2.1" -__versionTime__ = "18 Sep 2018 00:49 UTC" -__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>" - -import string -from weakref import ref as wkref -import copy -import sys -import warnings -import re -import sre_constants -import collections -import pprint -import traceback -import types -from datetime import datetime - -try: - from _thread import RLock -except ImportError: - from threading import RLock - -try: - # Python 3 - from collections.abc import Iterable - from collections.abc import MutableMapping -except ImportError: - # Python 2.7 - from collections import Iterable - from collections import MutableMapping - -try: - from collections import OrderedDict as _OrderedDict -except ImportError: - try: - from ordereddict import OrderedDict as _OrderedDict - except ImportError: - _OrderedDict = None - -#~ sys.stderr.write( "testing pyparsing module, version %s, %s\n" % (__version__,__versionTime__ ) ) - -__all__ = [ -'And', 'CaselessKeyword', 'CaselessLiteral', 'CharsNotIn', 'Combine', 'Dict', 'Each', 'Empty', -'FollowedBy', 'Forward', 'GoToColumn', 'Group', 'Keyword', 'LineEnd', 'LineStart', 'Literal', -'MatchFirst', 'NoMatch', 'NotAny', 'OneOrMore', 'OnlyOnce', 'Optional', 'Or', -'ParseBaseException', 'ParseElementEnhance', 'ParseException', 'ParseExpression', 'ParseFatalException', -'ParseResults', 'ParseSyntaxException', 'ParserElement', 'QuotedString', 'RecursiveGrammarException', -'Regex', 'SkipTo', 'StringEnd', 'StringStart', 'Suppress', 'Token', 'TokenConverter', -'White', 'Word', 'WordEnd', 'WordStart', 'ZeroOrMore', -'alphanums', 'alphas', 'alphas8bit', 'anyCloseTag', 'anyOpenTag', 'cStyleComment', 'col', -'commaSeparatedList', 'commonHTMLEntity', 'countedArray', 'cppStyleComment', 'dblQuotedString', -'dblSlashComment', 'delimitedList', 'dictOf', 'downcaseTokens', 'empty', 'hexnums', -'htmlComment', 'javaStyleComment', 'line', 'lineEnd', 'lineStart', 'lineno', -'makeHTMLTags', 'makeXMLTags', 'matchOnlyAtCol', 'matchPreviousExpr', 'matchPreviousLiteral', -'nestedExpr', 'nullDebugAction', 'nums', 'oneOf', 'opAssoc', 'operatorPrecedence', 'printables', -'punc8bit', 'pythonStyleComment', 'quotedString', 'removeQuotes', 'replaceHTMLEntity', -'replaceWith', 'restOfLine', 'sglQuotedString', 'srange', 'stringEnd', -'stringStart', 'traceParseAction', 'unicodeString', 'upcaseTokens', 'withAttribute', -'indentedBlock', 'originalTextFor', 'ungroup', 'infixNotation','locatedExpr', 'withClass', -'CloseMatch', 'tokenMap', 'pyparsing_common', -] - -system_version = tuple(sys.version_info)[:3] -PY_3 = system_version[0] == 3 -if PY_3: - _MAX_INT = sys.maxsize - basestring = str - unichr = chr - _ustr = str - - # build list of single arg builtins, that can be used as parse actions - singleArgBuiltins = [sum, len, sorted, reversed, list, tuple, set, any, all, min, max] - -else: - _MAX_INT = sys.maxint - range = xrange - - def _ustr(obj): - """Drop-in replacement for str(obj) that tries to be Unicode friendly. It first tries - str(obj). If that fails with a UnicodeEncodeError, then it tries unicode(obj). It - then < returns the unicode object | encodes it with the default encoding | ... >. - """ - if isinstance(obj,unicode): - return obj - - try: - # If this works, then _ustr(obj) has the same behaviour as str(obj), so - # it won't break any existing code. - return str(obj) - - except UnicodeEncodeError: - # Else encode it - ret = unicode(obj).encode(sys.getdefaultencoding(), 'xmlcharrefreplace') - xmlcharref = Regex(r'&#\d+;') - xmlcharref.setParseAction(lambda t: '\\u' + hex(int(t[0][2:-1]))[2:]) - return xmlcharref.transformString(ret) - - # build list of single arg builtins, tolerant of Python version, that can be used as parse actions - singleArgBuiltins = [] - import __builtin__ - for fname in "sum len sorted reversed list tuple set any all min max".split(): - try: - singleArgBuiltins.append(getattr(__builtin__,fname)) - except AttributeError: - continue - -_generatorType = type((y for y in range(1))) - -def _xml_escape(data): - """Escape &, <, >, ", ', etc. in a string of data.""" - - # ampersand must be replaced first - from_symbols = '&><"\'' - to_symbols = ('&'+s+';' for s in "amp gt lt quot apos".split()) - for from_,to_ in zip(from_symbols, to_symbols): - data = data.replace(from_, to_) - return data - -class _Constants(object): - pass - -alphas = string.ascii_uppercase + string.ascii_lowercase -nums = "0123456789" -hexnums = nums + "ABCDEFabcdef" -alphanums = alphas + nums -_bslash = chr(92) -printables = "".join(c for c in string.printable if c not in string.whitespace) - -class ParseBaseException(Exception): - """base exception class for all parsing runtime exceptions""" - # Performance tuning: we construct a *lot* of these, so keep this - # constructor as small and fast as possible - def __init__( self, pstr, loc=0, msg=None, elem=None ): - self.loc = loc - if msg is None: - self.msg = pstr - self.pstr = "" - else: - self.msg = msg - self.pstr = pstr - self.parserElement = elem - self.args = (pstr, loc, msg) - - @classmethod - def _from_exception(cls, pe): - """ - internal factory method to simplify creating one type of ParseException - from another - avoids having __init__ signature conflicts among subclasses - """ - return cls(pe.pstr, pe.loc, pe.msg, pe.parserElement) - - def __getattr__( self, aname ): - """supported attributes by name are: - - lineno - returns the line number of the exception text - - col - returns the column number of the exception text - - line - returns the line containing the exception text - """ - if( aname == "lineno" ): - return lineno( self.loc, self.pstr ) - elif( aname in ("col", "column") ): - return col( self.loc, self.pstr ) - elif( aname == "line" ): - return line( self.loc, self.pstr ) - else: - raise AttributeError(aname) - - def __str__( self ): - return "%s (at char %d), (line:%d, col:%d)" % \ - ( self.msg, self.loc, self.lineno, self.column ) - def __repr__( self ): - return _ustr(self) - def markInputline( self, markerString = ">!<" ): - """Extracts the exception line from the input string, and marks - the location of the exception with a special symbol. - """ - line_str = self.line - line_column = self.column - 1 - if markerString: - line_str = "".join((line_str[:line_column], - markerString, line_str[line_column:])) - return line_str.strip() - def __dir__(self): - return "lineno col line".split() + dir(type(self)) - -class ParseException(ParseBaseException): - """ - Exception thrown when parse expressions don't match class; - supported attributes by name are: - - lineno - returns the line number of the exception text - - col - returns the column number of the exception text - - line - returns the line containing the exception text - - Example:: - try: - Word(nums).setName("integer").parseString("ABC") - except ParseException as pe: - print(pe) - print("column: {}".format(pe.col)) - - prints:: - Expected integer (at char 0), (line:1, col:1) - column: 1 - """ - pass - -class ParseFatalException(ParseBaseException): - """user-throwable exception thrown when inconsistent parse content - is found; stops all parsing immediately""" - pass - -class ParseSyntaxException(ParseFatalException): - """just like L{ParseFatalException}, but thrown internally when an - L{ErrorStop<And._ErrorStop>} ('-' operator) indicates that parsing is to stop - immediately because an unbacktrackable syntax error has been found""" - pass - -#~ class ReparseException(ParseBaseException): - #~ """Experimental class - parse actions can raise this exception to cause - #~ pyparsing to reparse the input string: - #~ - with a modified input string, and/or - #~ - with a modified start location - #~ Set the values of the ReparseException in the constructor, and raise the - #~ exception in a parse action to cause pyparsing to use the new string/location. - #~ Setting the values as None causes no change to be made. - #~ """ - #~ def __init_( self, newstring, restartLoc ): - #~ self.newParseText = newstring - #~ self.reparseLoc = restartLoc - -class RecursiveGrammarException(Exception): - """exception thrown by L{ParserElement.validate} if the grammar could be improperly recursive""" - def __init__( self, parseElementList ): - self.parseElementTrace = parseElementList - - def __str__( self ): - return "RecursiveGrammarException: %s" % self.parseElementTrace - -class _ParseResultsWithOffset(object): - def __init__(self,p1,p2): - self.tup = (p1,p2) - def __getitem__(self,i): - return self.tup[i] - def __repr__(self): - return repr(self.tup[0]) - def setOffset(self,i): - self.tup = (self.tup[0],i) - -class ParseResults(object): - """ - Structured parse results, to provide multiple means of access to the parsed data: - - as a list (C{len(results)}) - - by list index (C{results[0], results[1]}, etc.) - - by attribute (C{results.<resultsName>} - see L{ParserElement.setResultsName}) - - Example:: - integer = Word(nums) - date_str = (integer.setResultsName("year") + '/' - + integer.setResultsName("month") + '/' - + integer.setResultsName("day")) - # equivalent form: - # date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - # parseString returns a ParseResults object - result = date_str.parseString("1999/12/31") - - def test(s, fn=repr): - print("%s -> %s" % (s, fn(eval(s)))) - test("list(result)") - test("result[0]") - test("result['month']") - test("result.day") - test("'month' in result") - test("'minutes' in result") - test("result.dump()", str) - prints:: - list(result) -> ['1999', '/', '12', '/', '31'] - result[0] -> '1999' - result['month'] -> '12' - result.day -> '31' - 'month' in result -> True - 'minutes' in result -> False - result.dump() -> ['1999', '/', '12', '/', '31'] - - day: 31 - - month: 12 - - year: 1999 - """ - def __new__(cls, toklist=None, name=None, asList=True, modal=True ): - if isinstance(toklist, cls): - return toklist - retobj = object.__new__(cls) - retobj.__doinit = True - return retobj - - # Performance tuning: we construct a *lot* of these, so keep this - # constructor as small and fast as possible - def __init__( self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance ): - if self.__doinit: - self.__doinit = False - self.__name = None - self.__parent = None - self.__accumNames = {} - self.__asList = asList - self.__modal = modal - if toklist is None: - toklist = [] - if isinstance(toklist, list): - self.__toklist = toklist[:] - elif isinstance(toklist, _generatorType): - self.__toklist = list(toklist) - else: - self.__toklist = [toklist] - self.__tokdict = dict() - - if name is not None and name: - if not modal: - self.__accumNames[name] = 0 - if isinstance(name,int): - name = _ustr(name) # will always return a str, but use _ustr for consistency - self.__name = name - if not (isinstance(toklist, (type(None), basestring, list)) and toklist in (None,'',[])): - if isinstance(toklist,basestring): - toklist = [ toklist ] - if asList: - if isinstance(toklist,ParseResults): - self[name] = _ParseResultsWithOffset(toklist.copy(),0) - else: - self[name] = _ParseResultsWithOffset(ParseResults(toklist[0]),0) - self[name].__name = name - else: - try: - self[name] = toklist[0] - except (KeyError,TypeError,IndexError): - self[name] = toklist - - def __getitem__( self, i ): - if isinstance( i, (int,slice) ): - return self.__toklist[i] - else: - if i not in self.__accumNames: - return self.__tokdict[i][-1][0] - else: - return ParseResults([ v[0] for v in self.__tokdict[i] ]) - - def __setitem__( self, k, v, isinstance=isinstance ): - if isinstance(v,_ParseResultsWithOffset): - self.__tokdict[k] = self.__tokdict.get(k,list()) + [v] - sub = v[0] - elif isinstance(k,(int,slice)): - self.__toklist[k] = v - sub = v - else: - self.__tokdict[k] = self.__tokdict.get(k,list()) + [_ParseResultsWithOffset(v,0)] - sub = v - if isinstance(sub,ParseResults): - sub.__parent = wkref(self) - - def __delitem__( self, i ): - if isinstance(i,(int,slice)): - mylen = len( self.__toklist ) - del self.__toklist[i] - - # convert int to slice - if isinstance(i, int): - if i < 0: - i += mylen - i = slice(i, i+1) - # get removed indices - removed = list(range(*i.indices(mylen))) - removed.reverse() - # fixup indices in token dictionary - for name,occurrences in self.__tokdict.items(): - for j in removed: - for k, (value, position) in enumerate(occurrences): - occurrences[k] = _ParseResultsWithOffset(value, position - (position > j)) - else: - del self.__tokdict[i] - - def __contains__( self, k ): - return k in self.__tokdict - - def __len__( self ): return len( self.__toklist ) - def __bool__(self): return ( not not self.__toklist ) - __nonzero__ = __bool__ - def __iter__( self ): return iter( self.__toklist ) - def __reversed__( self ): return iter( self.__toklist[::-1] ) - def _iterkeys( self ): - if hasattr(self.__tokdict, "iterkeys"): - return self.__tokdict.iterkeys() - else: - return iter(self.__tokdict) - - def _itervalues( self ): - return (self[k] for k in self._iterkeys()) - - def _iteritems( self ): - return ((k, self[k]) for k in self._iterkeys()) - - if PY_3: - keys = _iterkeys - """Returns an iterator of all named result keys (Python 3.x only).""" - - values = _itervalues - """Returns an iterator of all named result values (Python 3.x only).""" - - items = _iteritems - """Returns an iterator of all named result key-value tuples (Python 3.x only).""" - - else: - iterkeys = _iterkeys - """Returns an iterator of all named result keys (Python 2.x only).""" - - itervalues = _itervalues - """Returns an iterator of all named result values (Python 2.x only).""" - - iteritems = _iteritems - """Returns an iterator of all named result key-value tuples (Python 2.x only).""" - - def keys( self ): - """Returns all named result keys (as a list in Python 2.x, as an iterator in Python 3.x).""" - return list(self.iterkeys()) - - def values( self ): - """Returns all named result values (as a list in Python 2.x, as an iterator in Python 3.x).""" - return list(self.itervalues()) - - def items( self ): - """Returns all named result key-values (as a list of tuples in Python 2.x, as an iterator in Python 3.x).""" - return list(self.iteritems()) - - def haskeys( self ): - """Since keys() returns an iterator, this method is helpful in bypassing - code that looks for the existence of any defined results names.""" - return bool(self.__tokdict) - - def pop( self, *args, **kwargs): - """ - Removes and returns item at specified index (default=C{last}). - Supports both C{list} and C{dict} semantics for C{pop()}. If passed no - argument or an integer argument, it will use C{list} semantics - and pop tokens from the list of parsed tokens. If passed a - non-integer argument (most likely a string), it will use C{dict} - semantics and pop the corresponding value from any defined - results names. A second default return value argument is - supported, just as in C{dict.pop()}. - - Example:: - def remove_first(tokens): - tokens.pop(0) - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - print(OneOrMore(Word(nums)).addParseAction(remove_first).parseString("0 123 321")) # -> ['123', '321'] - - label = Word(alphas) - patt = label("LABEL") + OneOrMore(Word(nums)) - print(patt.parseString("AAB 123 321").dump()) - - # Use pop() in a parse action to remove named result (note that corresponding value is not - # removed from list form of results) - def remove_LABEL(tokens): - tokens.pop("LABEL") - return tokens - patt.addParseAction(remove_LABEL) - print(patt.parseString("AAB 123 321").dump()) - prints:: - ['AAB', '123', '321'] - - LABEL: AAB - - ['AAB', '123', '321'] - """ - if not args: - args = [-1] - for k,v in kwargs.items(): - if k == 'default': - args = (args[0], v) - else: - raise TypeError("pop() got an unexpected keyword argument '%s'" % k) - if (isinstance(args[0], int) or - len(args) == 1 or - args[0] in self): - index = args[0] - ret = self[index] - del self[index] - return ret - else: - defaultvalue = args[1] - return defaultvalue - - def get(self, key, defaultValue=None): - """ - Returns named result matching the given key, or if there is no - such name, then returns the given C{defaultValue} or C{None} if no - C{defaultValue} is specified. - - Similar to C{dict.get()}. - - Example:: - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parseString("1999/12/31") - print(result.get("year")) # -> '1999' - print(result.get("hour", "not specified")) # -> 'not specified' - print(result.get("hour")) # -> None - """ - if key in self: - return self[key] - else: - return defaultValue - - def insert( self, index, insStr ): - """ - Inserts new element at location index in the list of parsed tokens. - - Similar to C{list.insert()}. - - Example:: - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - - # use a parse action to insert the parse location in the front of the parsed results - def insert_locn(locn, tokens): - tokens.insert(0, locn) - print(OneOrMore(Word(nums)).addParseAction(insert_locn).parseString("0 123 321")) # -> [0, '0', '123', '321'] - """ - self.__toklist.insert(index, insStr) - # fixup indices in token dictionary - for name,occurrences in self.__tokdict.items(): - for k, (value, position) in enumerate(occurrences): - occurrences[k] = _ParseResultsWithOffset(value, position + (position > index)) - - def append( self, item ): - """ - Add single element to end of ParseResults list of elements. - - Example:: - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - - # use a parse action to compute the sum of the parsed integers, and add it to the end - def append_sum(tokens): - tokens.append(sum(map(int, tokens))) - print(OneOrMore(Word(nums)).addParseAction(append_sum).parseString("0 123 321")) # -> ['0', '123', '321', 444] - """ - self.__toklist.append(item) - - def extend( self, itemseq ): - """ - Add sequence of elements to end of ParseResults list of elements. - - Example:: - patt = OneOrMore(Word(alphas)) - - # use a parse action to append the reverse of the matched strings, to make a palindrome - def make_palindrome(tokens): - tokens.extend(reversed([t[::-1] for t in tokens])) - return ''.join(tokens) - print(patt.addParseAction(make_palindrome).parseString("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' - """ - if isinstance(itemseq, ParseResults): - self += itemseq - else: - self.__toklist.extend(itemseq) - - def clear( self ): - """ - Clear all elements and results names. - """ - del self.__toklist[:] - self.__tokdict.clear() - - def __getattr__( self, name ): - try: - return self[name] - except KeyError: - return "" - - if name in self.__tokdict: - if name not in self.__accumNames: - return self.__tokdict[name][-1][0] - else: - return ParseResults([ v[0] for v in self.__tokdict[name] ]) - else: - return "" - - def __add__( self, other ): - ret = self.copy() - ret += other - return ret - - def __iadd__( self, other ): - if other.__tokdict: - offset = len(self.__toklist) - addoffset = lambda a: offset if a<0 else a+offset - otheritems = other.__tokdict.items() - otherdictitems = [(k, _ParseResultsWithOffset(v[0],addoffset(v[1])) ) - for (k,vlist) in otheritems for v in vlist] - for k,v in otherdictitems: - self[k] = v - if isinstance(v[0],ParseResults): - v[0].__parent = wkref(self) - - self.__toklist += other.__toklist - self.__accumNames.update( other.__accumNames ) - return self - - def __radd__(self, other): - if isinstance(other,int) and other == 0: - # useful for merging many ParseResults using sum() builtin - return self.copy() - else: - # this may raise a TypeError - so be it - return other + self - - def __repr__( self ): - return "(%s, %s)" % ( repr( self.__toklist ), repr( self.__tokdict ) ) - - def __str__( self ): - return '[' + ', '.join(_ustr(i) if isinstance(i, ParseResults) else repr(i) for i in self.__toklist) + ']' - - def _asStringList( self, sep='' ): - out = [] - for item in self.__toklist: - if out and sep: - out.append(sep) - if isinstance( item, ParseResults ): - out += item._asStringList() - else: - out.append( _ustr(item) ) - return out - - def asList( self ): - """ - Returns the parse results as a nested list of matching tokens, all converted to strings. - - Example:: - patt = OneOrMore(Word(alphas)) - result = patt.parseString("sldkj lsdkj sldkj") - # even though the result prints in string-like form, it is actually a pyparsing ParseResults - print(type(result), result) # -> <class 'pyparsing.ParseResults'> ['sldkj', 'lsdkj', 'sldkj'] - - # Use asList() to create an actual list - result_list = result.asList() - print(type(result_list), result_list) # -> <class 'list'> ['sldkj', 'lsdkj', 'sldkj'] - """ - return [res.asList() if isinstance(res,ParseResults) else res for res in self.__toklist] - - def asDict( self ): - """ - Returns the named parse results as a nested dictionary. - - Example:: - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parseString('12/31/1999') - print(type(result), repr(result)) # -> <class 'pyparsing.ParseResults'> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) - - result_dict = result.asDict() - print(type(result_dict), repr(result_dict)) # -> <class 'dict'> {'day': '1999', 'year': '12', 'month': '31'} - - # even though a ParseResults supports dict-like access, sometime you just need to have a dict - import json - print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable - print(json.dumps(result.asDict())) # -> {"month": "31", "day": "1999", "year": "12"} - """ - if PY_3: - item_fn = self.items - else: - item_fn = self.iteritems - - def toItem(obj): - if isinstance(obj, ParseResults): - if obj.haskeys(): - return obj.asDict() - else: - return [toItem(v) for v in obj] - else: - return obj - - return dict((k,toItem(v)) for k,v in item_fn()) - - def copy( self ): - """ - Returns a new copy of a C{ParseResults} object. - """ - ret = ParseResults( self.__toklist ) - ret.__tokdict = self.__tokdict.copy() - ret.__parent = self.__parent - ret.__accumNames.update( self.__accumNames ) - ret.__name = self.__name - return ret - - def asXML( self, doctag=None, namedItemsOnly=False, indent="", formatted=True ): - """ - (Deprecated) Returns the parse results as XML. Tags are created for tokens and lists that have defined results names. - """ - nl = "\n" - out = [] - namedItems = dict((v[1],k) for (k,vlist) in self.__tokdict.items() - for v in vlist) - nextLevelIndent = indent + " " - - # collapse out indents if formatting is not desired - if not formatted: - indent = "" - nextLevelIndent = "" - nl = "" - - selfTag = None - if doctag is not None: - selfTag = doctag - else: - if self.__name: - selfTag = self.__name - - if not selfTag: - if namedItemsOnly: - return "" - else: - selfTag = "ITEM" - - out += [ nl, indent, "<", selfTag, ">" ] - - for i,res in enumerate(self.__toklist): - if isinstance(res,ParseResults): - if i in namedItems: - out += [ res.asXML(namedItems[i], - namedItemsOnly and doctag is None, - nextLevelIndent, - formatted)] - else: - out += [ res.asXML(None, - namedItemsOnly and doctag is None, - nextLevelIndent, - formatted)] - else: - # individual token, see if there is a name for it - resTag = None - if i in namedItems: - resTag = namedItems[i] - if not resTag: - if namedItemsOnly: - continue - else: - resTag = "ITEM" - xmlBodyText = _xml_escape(_ustr(res)) - out += [ nl, nextLevelIndent, "<", resTag, ">", - xmlBodyText, - "</", resTag, ">" ] - - out += [ nl, indent, "</", selfTag, ">" ] - return "".join(out) - - def __lookup(self,sub): - for k,vlist in self.__tokdict.items(): - for v,loc in vlist: - if sub is v: - return k - return None - - def getName(self): - r""" - Returns the results name for this token expression. Useful when several - different expressions might match at a particular location. - - Example:: - integer = Word(nums) - ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") - house_number_expr = Suppress('#') + Word(nums, alphanums) - user_data = (Group(house_number_expr)("house_number") - | Group(ssn_expr)("ssn") - | Group(integer)("age")) - user_info = OneOrMore(user_data) - - result = user_info.parseString("22 111-22-3333 #221B") - for item in result: - print(item.getName(), ':', item[0]) - prints:: - age : 22 - ssn : 111-22-3333 - house_number : 221B - """ - if self.__name: - return self.__name - elif self.__parent: - par = self.__parent() - if par: - return par.__lookup(self) - else: - return None - elif (len(self) == 1 and - len(self.__tokdict) == 1 and - next(iter(self.__tokdict.values()))[0][1] in (0,-1)): - return next(iter(self.__tokdict.keys())) - else: - return None - - def dump(self, indent='', depth=0, full=True): - """ - Diagnostic method for listing out the contents of a C{ParseResults}. - Accepts an optional C{indent} argument so that this string can be embedded - in a nested display of other data. - - Example:: - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parseString('12/31/1999') - print(result.dump()) - prints:: - ['12', '/', '31', '/', '1999'] - - day: 1999 - - month: 31 - - year: 12 - """ - out = [] - NL = '\n' - out.append( indent+_ustr(self.asList()) ) - if full: - if self.haskeys(): - items = sorted((str(k), v) for k,v in self.items()) - for k,v in items: - if out: - out.append(NL) - out.append( "%s%s- %s: " % (indent,(' '*depth), k) ) - if isinstance(v,ParseResults): - if v: - out.append( v.dump(indent,depth+1) ) - else: - out.append(_ustr(v)) - else: - out.append(repr(v)) - elif any(isinstance(vv,ParseResults) for vv in self): - v = self - for i,vv in enumerate(v): - if isinstance(vv,ParseResults): - out.append("\n%s%s[%d]:\n%s%s%s" % (indent,(' '*(depth)),i,indent,(' '*(depth+1)),vv.dump(indent,depth+1) )) - else: - out.append("\n%s%s[%d]:\n%s%s%s" % (indent,(' '*(depth)),i,indent,(' '*(depth+1)),_ustr(vv))) - - return "".join(out) - - def pprint(self, *args, **kwargs): - """ - Pretty-printer for parsed results as a list, using the C{pprint} module. - Accepts additional positional or keyword args as defined for the - C{pprint.pprint} method. (U{http://docs.python.org/3/library/pprint.html#pprint.pprint}) - - Example:: - ident = Word(alphas, alphanums) - num = Word(nums) - func = Forward() - term = ident | num | Group('(' + func + ')') - func <<= ident + Group(Optional(delimitedList(term))) - result = func.parseString("fna a,b,(fnb c,d,200),100") - result.pprint(width=40) - prints:: - ['fna', - ['a', - 'b', - ['(', 'fnb', ['c', 'd', '200'], ')'], - '100']] - """ - pprint.pprint(self.asList(), *args, **kwargs) - - # add support for pickle protocol - def __getstate__(self): - return ( self.__toklist, - ( self.__tokdict.copy(), - self.__parent is not None and self.__parent() or None, - self.__accumNames, - self.__name ) ) - - def __setstate__(self,state): - self.__toklist = state[0] - (self.__tokdict, - par, - inAccumNames, - self.__name) = state[1] - self.__accumNames = {} - self.__accumNames.update(inAccumNames) - if par is not None: - self.__parent = wkref(par) - else: - self.__parent = None - - def __getnewargs__(self): - return self.__toklist, self.__name, self.__asList, self.__modal - - def __dir__(self): - return (dir(type(self)) + list(self.keys())) - -MutableMapping.register(ParseResults) - -def col (loc,strg): - """Returns current column within a string, counting newlines as line separators. - The first column is number 1. - - Note: the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See L{I{ParserElement.parseString}<ParserElement.parseString>} for more information - on parsing strings containing C{<TAB>}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) - -def lineno(loc,strg): - """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 L{I{ParserElement.parseString}<ParserElement.parseString>} for more information - on parsing strings containing C{<TAB>}s, and suggested methods to maintain a - consistent view of the parsed string, the parse location, and line and column - positions within the parsed string. - """ - return strg.count("\n",0,loc) + 1 - -def line( loc, strg ): - """Returns the line of text containing loc within a string, counting newlines as line separators. - """ - lastCR = strg.rfind("\n", 0, loc) - nextCR = strg.find("\n", loc) - if nextCR >= 0: - return strg[lastCR+1:nextCR] - else: - return strg[lastCR+1:] - -def _defaultStartDebugAction( instring, loc, expr ): - print (("Match " + _ustr(expr) + " at loc " + _ustr(loc) + "(%d,%d)" % ( lineno(loc,instring), col(loc,instring) ))) - -def _defaultSuccessDebugAction( instring, startloc, endloc, expr, toks ): - print ("Matched " + _ustr(expr) + " -> " + str(toks.asList())) - -def _defaultExceptionDebugAction( instring, loc, expr, exc ): - print ("Exception raised:" + _ustr(exc)) - -def nullDebugAction(*args): - """'Do-nothing' debug action, to suppress debugging output during parsing.""" - pass - -# Only works on Python 3.x - nonlocal is toxic to Python 2 installs -#~ 'decorator to trim function calls to match the arity of the target' -#~ def _trim_arity(func, maxargs=3): - #~ if func in singleArgBuiltins: - #~ return lambda s,l,t: func(t) - #~ limit = 0 - #~ foundArity = False - #~ def wrapper(*args): - #~ nonlocal limit,foundArity - #~ while 1: - #~ try: - #~ ret = func(*args[limit:]) - #~ foundArity = True - #~ return ret - #~ except TypeError: - #~ if limit == maxargs or foundArity: - #~ raise - #~ limit += 1 - #~ continue - #~ return wrapper - -# this version is Python 2.x-3.x cross-compatible -'decorator to trim function calls to match the arity of the target' -def _trim_arity(func, maxargs=2): - if func in singleArgBuiltins: - return lambda s,l,t: func(t) - limit = [0] - foundArity = [False] - - # traceback return data structure changed in Py3.5 - normalize back to plain tuples - if system_version[:2] >= (3,5): - def extract_stack(limit=0): - # special handling for Python 3.5.0 - extra deep call stack by 1 - offset = -3 if system_version == (3,5,0) else -2 - frame_summary = traceback.extract_stack(limit=-offset+limit-1)[offset] - return [frame_summary[:2]] - def extract_tb(tb, limit=0): - frames = traceback.extract_tb(tb, limit=limit) - frame_summary = frames[-1] - return [frame_summary[:2]] - else: - extract_stack = traceback.extract_stack - extract_tb = traceback.extract_tb - - # synthesize what would be returned by traceback.extract_stack at the call to - # user's parse action 'func', so that we don't incur call penalty at parse time - - LINE_DIFF = 6 - # IF ANY CODE CHANGES, EVEN JUST COMMENTS OR BLANK LINES, BETWEEN THE NEXT LINE AND - # THE CALL TO FUNC INSIDE WRAPPER, LINE_DIFF MUST BE MODIFIED!!!! - this_line = extract_stack(limit=2)[-1] - pa_call_line_synth = (this_line[0], this_line[1]+LINE_DIFF) - - def wrapper(*args): - while 1: - try: - ret = func(*args[limit[0]:]) - foundArity[0] = True - return ret - except TypeError: - # re-raise TypeErrors if they did not come from our arity testing - if foundArity[0]: - raise - else: - try: - tb = sys.exc_info()[-1] - if not extract_tb(tb, limit=2)[-1][:2] == pa_call_line_synth: - raise - finally: - del tb - - if limit[0] <= maxargs: - limit[0] += 1 - continue - raise - - # copy func name to wrapper for sensible debug output - func_name = "<parse action>" - try: - func_name = getattr(func, '__name__', - getattr(func, '__class__').__name__) - except Exception: - func_name = str(func) - wrapper.__name__ = func_name - - return wrapper - -class ParserElement(object): - """Abstract base level parser element class.""" - DEFAULT_WHITE_CHARS = " \n\t\r" - verbose_stacktrace = False - - @staticmethod - def setDefaultWhitespaceChars( chars ): - r""" - Overrides the default whitespace chars - - Example:: - # default whitespace chars are space, <TAB> and newline - OneOrMore(Word(alphas)).parseString("abc def\nghi jkl") # -> ['abc', 'def', 'ghi', 'jkl'] - - # change to just treat newline as significant - ParserElement.setDefaultWhitespaceChars(" \t") - OneOrMore(Word(alphas)).parseString("abc def\nghi jkl") # -> ['abc', 'def'] - """ - ParserElement.DEFAULT_WHITE_CHARS = chars - - @staticmethod - def inlineLiteralsUsing(cls): - """ - Set class to be used for inclusion of string literals into a parser. - - Example:: - # default literal class used is Literal - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - date_str.parseString("1999/12/31") # -> ['1999', '/', '12', '/', '31'] - - - # change to Suppress - ParserElement.inlineLiteralsUsing(Suppress) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - date_str.parseString("1999/12/31") # -> ['1999', '12', '31'] - """ - ParserElement._literalStringClass = cls - - def __init__( self, savelist=False ): - self.parseAction = list() - self.failAction = None - #~ self.name = "<unknown>" # don't define self.name, let subclasses try/except upcall - self.strRepr = None - self.resultsName = None - self.saveAsList = savelist - self.skipWhitespace = True - self.whiteChars = ParserElement.DEFAULT_WHITE_CHARS - self.copyDefaultWhiteChars = True - self.mayReturnEmpty = False # used when checking for left-recursion - self.keepTabs = False - self.ignoreExprs = list() - self.debug = False - self.streamlined = False - self.mayIndexError = True # used to optimize exception handling for subclasses that don't advance parse index - self.errmsg = "" - self.modalResults = True # used to mark results names as modal (report only last) or cumulative (list all) - self.debugActions = ( None, None, None ) #custom debug actions - self.re = None - self.callPreparse = True # used to avoid redundant calls to preParse - self.callDuringTry = False - - def copy( self ): - """ - Make a copy of this C{ParserElement}. Useful for defining different parse actions - for the same parsing pattern, using copies of the original parse element. - - Example:: - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - integerK = integer.copy().addParseAction(lambda toks: toks[0]*1024) + Suppress("K") - integerM = integer.copy().addParseAction(lambda toks: toks[0]*1024*1024) + Suppress("M") - - print(OneOrMore(integerK | integerM | integer).parseString("5K 100 640K 256M")) - prints:: - [5120, 100, 655360, 268435456] - Equivalent form of C{expr.copy()} is just C{expr()}:: - integerM = integer().addParseAction(lambda toks: toks[0]*1024*1024) + Suppress("M") - """ - cpy = copy.copy( self ) - cpy.parseAction = self.parseAction[:] - cpy.ignoreExprs = self.ignoreExprs[:] - if self.copyDefaultWhiteChars: - cpy.whiteChars = ParserElement.DEFAULT_WHITE_CHARS - return cpy - - def setName( self, name ): - """ - Define name for this expression, makes debugging and exception messages clearer. - - Example:: - Word(nums).parseString("ABC") # -> Exception: Expected W:(0123...) (at char 0), (line:1, col:1) - Word(nums).setName("integer").parseString("ABC") # -> Exception: Expected integer (at char 0), (line:1, col:1) - """ - self.name = name - self.errmsg = "Expected " + self.name - if hasattr(self,"exception"): - self.exception.msg = self.errmsg - return self - - def setResultsName( self, name, listAllMatches=False ): - """ - Define name for referencing matching tokens as a nested attribute - of the returned parse results. - NOTE: this returns a *copy* of the original C{ParserElement} object; - this is so that the client can define a basic element, such as an - integer, and reference it in multiple places with different names. - - You can also set results names using the abbreviated syntax, - C{expr("name")} in place of C{expr.setResultsName("name")} - - see L{I{__call__}<__call__>}. - - Example:: - date_str = (integer.setResultsName("year") + '/' - + integer.setResultsName("month") + '/' - + integer.setResultsName("day")) - - # equivalent form: - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - """ - newself = self.copy() - if name.endswith("*"): - name = name[:-1] - listAllMatches=True - newself.resultsName = name - newself.modalResults = not listAllMatches - return newself - - def setBreak(self,breakFlag = True): - """Method to invoke the Python pdb debugger when this element is - about to be parsed. Set C{breakFlag} to True to enable, False to - disable. - """ - if breakFlag: - _parseMethod = self._parse - def breaker(instring, loc, doActions=True, callPreParse=True): - import pdb - pdb.set_trace() - return _parseMethod( instring, loc, doActions, callPreParse ) - breaker._originalParseMethod = _parseMethod - self._parse = breaker - else: - if hasattr(self._parse,"_originalParseMethod"): - self._parse = self._parse._originalParseMethod - return self - - def setParseAction( self, *fns, **kwargs ): - """ - Define one or more actions to perform when successfully matching parse element definition. - Parse action fn is a callable method with 0-3 arguments, called as C{fn(s,loc,toks)}, - C{fn(loc,toks)}, C{fn(toks)}, or just C{fn()}, where: - - s = the original string being parsed (see note below) - - loc = the location of the matching substring - - toks = a list of the matched tokens, packaged as a C{L{ParseResults}} object - If the functions in fns modify the tokens, they can return them as the return - value from fn, and the modified list of tokens will replace the original. - Otherwise, fn does not need to return any value. - - Optional keyword arguments: - - callDuringTry = (default=C{False}) indicate if parse action should be run during lookaheads and alternate testing - - Note: the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See L{I{parseString}<parseString>} for more information - on parsing strings containing C{<TAB>}s, and suggested methods to maintain a - consistent view of the parsed string, the parse location, and line and column - positions within the parsed string. - - Example:: - integer = Word(nums) - date_str = integer + '/' + integer + '/' + integer - - date_str.parseString("1999/12/31") # -> ['1999', '/', '12', '/', '31'] - - # use parse action to convert to ints at parse time - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - date_str = integer + '/' + integer + '/' + integer - - # note that integer fields are now ints, not strings - date_str.parseString("1999/12/31") # -> [1999, '/', 12, '/', 31] - """ - self.parseAction = list(map(_trim_arity, list(fns))) - self.callDuringTry = kwargs.get("callDuringTry", False) - return self - - def addParseAction( self, *fns, **kwargs ): - """ - Add one or more parse actions to expression's list of parse actions. See L{I{setParseAction}<setParseAction>}. - - See examples in L{I{copy}<copy>}. - """ - self.parseAction += list(map(_trim_arity, list(fns))) - self.callDuringTry = self.callDuringTry or kwargs.get("callDuringTry", False) - return self - - def addCondition(self, *fns, **kwargs): - """Add a boolean predicate function to expression's list of parse actions. See - L{I{setParseAction}<setParseAction>} for function call signatures. Unlike C{setParseAction}, - functions passed to C{addCondition} need to return boolean success/fail of the condition. - - Optional keyword arguments: - - message = define a custom message to be used in the raised exception - - fatal = if True, will raise ParseFatalException to stop parsing immediately; otherwise will raise ParseException - - Example:: - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - year_int = integer.copy() - year_int.addCondition(lambda toks: toks[0] >= 2000, message="Only support years 2000 and later") - date_str = year_int + '/' + integer + '/' + integer - - result = date_str.parseString("1999/12/31") # -> Exception: Only support years 2000 and later (at char 0), (line:1, col:1) - """ - msg = kwargs.get("message", "failed user-defined condition") - exc_type = ParseFatalException if kwargs.get("fatal", False) else ParseException - for fn in fns: - def pa(s,l,t): - if not bool(_trim_arity(fn)(s,l,t)): - raise exc_type(s,l,msg) - self.parseAction.append(pa) - self.callDuringTry = self.callDuringTry or kwargs.get("callDuringTry", False) - return self - - def setFailAction( self, fn ): - """Define action to perform if parsing fails at this expression. - Fail acton fn is a callable function that takes the arguments - C{fn(s,loc,expr,err)} where: - - s = string being parsed - - loc = location where expression match was attempted and failed - - expr = the parse expression that failed - - err = the exception thrown - The function returns no value. It may throw C{L{ParseFatalException}} - if it is desired to stop parsing immediately.""" - self.failAction = fn - return self - - def _skipIgnorables( self, instring, loc ): - exprsFound = True - while exprsFound: - exprsFound = False - for e in self.ignoreExprs: - try: - while 1: - loc,dummy = e._parse( instring, loc ) - exprsFound = True - except ParseException: - pass - return loc - - def preParse( self, instring, loc ): - if self.ignoreExprs: - loc = self._skipIgnorables( instring, loc ) - - if self.skipWhitespace: - wt = self.whiteChars - instrlen = len(instring) - while loc < instrlen and instring[loc] in wt: - loc += 1 - - return loc - - def parseImpl( self, instring, loc, doActions=True ): - return loc, [] - - def postParse( self, instring, loc, tokenlist ): - return tokenlist - - #~ @profile - def _parseNoCache( self, instring, loc, doActions=True, callPreParse=True ): - debugging = ( self.debug ) #and doActions ) - - if debugging or self.failAction: - #~ print ("Match",self,"at loc",loc,"(%d,%d)" % ( lineno(loc,instring), col(loc,instring) )) - if (self.debugActions[0] ): - self.debugActions[0]( instring, loc, self ) - if callPreParse and self.callPreparse: - preloc = self.preParse( instring, loc ) - else: - preloc = loc - tokensStart = preloc - try: - try: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - except IndexError: - raise ParseException( instring, len(instring), self.errmsg, self ) - except ParseBaseException as err: - #~ print ("Exception raised:", err) - if self.debugActions[2]: - self.debugActions[2]( instring, tokensStart, self, err ) - if self.failAction: - self.failAction( instring, tokensStart, self, err ) - raise - else: - if callPreParse and self.callPreparse: - preloc = self.preParse( instring, loc ) - else: - preloc = loc - tokensStart = preloc - if self.mayIndexError or preloc >= len(instring): - try: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - except IndexError: - raise ParseException( instring, len(instring), self.errmsg, self ) - else: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - - tokens = self.postParse( instring, loc, tokens ) - - retTokens = ParseResults( tokens, self.resultsName, asList=self.saveAsList, modal=self.modalResults ) - if self.parseAction and (doActions or self.callDuringTry): - if debugging: - try: - for fn in self.parseAction: - tokens = fn( instring, tokensStart, retTokens ) - if tokens is not None: - retTokens = ParseResults( tokens, - self.resultsName, - asList=self.saveAsList and isinstance(tokens,(ParseResults,list)), - modal=self.modalResults ) - except ParseBaseException as err: - #~ print "Exception raised in user parse action:", err - if (self.debugActions[2] ): - self.debugActions[2]( instring, tokensStart, self, err ) - raise - else: - for fn in self.parseAction: - tokens = fn( instring, tokensStart, retTokens ) - if tokens is not None: - retTokens = ParseResults( tokens, - self.resultsName, - asList=self.saveAsList and isinstance(tokens,(ParseResults,list)), - modal=self.modalResults ) - if debugging: - #~ print ("Matched",self,"->",retTokens.asList()) - if (self.debugActions[1] ): - self.debugActions[1]( instring, tokensStart, loc, self, retTokens ) - - return loc, retTokens - - def tryParse( self, instring, loc ): - try: - return self._parse( instring, loc, doActions=False )[0] - except ParseFatalException: - raise ParseException( instring, loc, self.errmsg, self) - - def canParseNext(self, instring, loc): - try: - self.tryParse(instring, loc) - except (ParseException, IndexError): - return False - else: - return True - - class _UnboundedCache(object): - def __init__(self): - cache = {} - self.not_in_cache = not_in_cache = object() - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - - def clear(self): - cache.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - if _OrderedDict is not None: - class _FifoCache(object): - def __init__(self, size): - self.not_in_cache = not_in_cache = object() - - cache = _OrderedDict() - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - while len(cache) > size: - try: - cache.popitem(False) - except KeyError: - pass - - def clear(self): - cache.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - else: - class _FifoCache(object): - def __init__(self, size): - self.not_in_cache = not_in_cache = object() - - cache = {} - key_fifo = collections.deque([], size) - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - while len(key_fifo) > size: - cache.pop(key_fifo.popleft(), None) - key_fifo.append(key) - - def clear(self): - cache.clear() - key_fifo.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - # argument cache for optimizing repeated calls when backtracking through recursive expressions - packrat_cache = {} # this is set later by enabledPackrat(); this is here so that resetCache() doesn't fail - packrat_cache_lock = RLock() - packrat_cache_stats = [0, 0] - - # this method gets repeatedly called during backtracking with the same arguments - - # we can cache these arguments and save ourselves the trouble of re-parsing the contained expression - def _parseCache( self, instring, loc, doActions=True, callPreParse=True ): - HIT, MISS = 0, 1 - lookup = (self, instring, loc, callPreParse, doActions) - with ParserElement.packrat_cache_lock: - cache = ParserElement.packrat_cache - value = cache.get(lookup) - if value is cache.not_in_cache: - ParserElement.packrat_cache_stats[MISS] += 1 - try: - value = self._parseNoCache(instring, loc, doActions, callPreParse) - except ParseBaseException as pe: - # cache a copy of the exception, without the traceback - cache.set(lookup, pe.__class__(*pe.args)) - raise - else: - cache.set(lookup, (value[0], value[1].copy())) - return value - else: - ParserElement.packrat_cache_stats[HIT] += 1 - if isinstance(value, Exception): - raise value - return (value[0], value[1].copy()) - - _parse = _parseNoCache - - @staticmethod - def resetCache(): - ParserElement.packrat_cache.clear() - ParserElement.packrat_cache_stats[:] = [0] * len(ParserElement.packrat_cache_stats) - - _packratEnabled = False - @staticmethod - def enablePackrat(cache_size_limit=128): - """Enables "packrat" parsing, which adds memoizing to the parsing logic. - Repeated parse attempts at the same string location (which happens - often in many complex grammars) can immediately return a cached value, - instead of re-executing parsing/validating code. Memoizing is done of - both valid results and parsing exceptions. - - Parameters: - - cache_size_limit - (default=C{128}) - if an integer value is provided - will limit the size of the packrat cache; if None is passed, then - the cache size will be unbounded; if 0 is passed, the cache will - be effectively disabled. - - This speedup may break existing programs that use parse actions that - have side-effects. For this reason, packrat parsing is disabled when - you first import pyparsing. To activate the packrat feature, your - program must call the class method C{ParserElement.enablePackrat()}. If - your program uses C{psyco} to "compile as you go", you must call - C{enablePackrat} before calling C{psyco.full()}. If you do not do this, - Python will crash. For best results, call C{enablePackrat()} immediately - after importing pyparsing. - - Example:: - import pyparsing - pyparsing.ParserElement.enablePackrat() - """ - if not ParserElement._packratEnabled: - ParserElement._packratEnabled = True - if cache_size_limit is None: - ParserElement.packrat_cache = ParserElement._UnboundedCache() - else: - ParserElement.packrat_cache = ParserElement._FifoCache(cache_size_limit) - ParserElement._parse = ParserElement._parseCache - - def parseString( self, instring, parseAll=False ): - """ - Execute the parse expression with the given string. - This is the main interface to the client code, once the complete - expression has been built. - - If you want the grammar to require that the entire input string be - successfully parsed, then set C{parseAll} to True (equivalent to ending - the grammar with C{L{StringEnd()}}). - - Note: C{parseString} implicitly calls C{expandtabs()} on the input string, - in order to report proper column numbers in parse actions. - If the input string contains tabs and - the grammar uses parse actions that use the C{loc} argument to index into the - string being parsed, you can ensure you have a consistent view of the input - string by: - - calling C{parseWithTabs} on your grammar before calling C{parseString} - (see L{I{parseWithTabs}<parseWithTabs>}) - - define your parse action using the full C{(s,loc,toks)} signature, and - reference the input string using the parse action's C{s} argument - - explictly expand the tabs in your input string before calling - C{parseString} - - Example:: - Word('a').parseString('aaaaabaaa') # -> ['aaaaa'] - Word('a').parseString('aaaaabaaa', parseAll=True) # -> Exception: Expected end of text - """ - ParserElement.resetCache() - if not self.streamlined: - self.streamline() - #~ self.saveAsList = True - for e in self.ignoreExprs: - e.streamline() - if not self.keepTabs: - instring = instring.expandtabs() - try: - loc, tokens = self._parse( instring, 0 ) - if parseAll: - loc = self.preParse( instring, loc ) - se = Empty() + StringEnd() - se._parse( instring, loc ) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - else: - return tokens - - def scanString( self, instring, maxMatches=_MAX_INT, overlap=False ): - """ - Scan the input string for expression matches. Each match will return the - matching tokens, start location, and end location. May be called with optional - C{maxMatches} argument, to clip scanning after 'n' matches are found. If - C{overlap} is specified, then overlapping matches will be reported. - - Note that the start and end locations are reported relative to the string - being parsed. See L{I{parseString}<parseString>} for more information on parsing - strings with embedded tabs. - - Example:: - source = "sldjf123lsdjjkf345sldkjf879lkjsfd987" - print(source) - for tokens,start,end in Word(alphas).scanString(source): - print(' '*start + '^'*(end-start)) - print(' '*start + tokens[0]) - - prints:: - - sldjf123lsdjjkf345sldkjf879lkjsfd987 - ^^^^^ - sldjf - ^^^^^^^ - lsdjjkf - ^^^^^^ - sldkjf - ^^^^^^ - lkjsfd - """ - if not self.streamlined: - self.streamline() - for e in self.ignoreExprs: - e.streamline() - - if not self.keepTabs: - instring = _ustr(instring).expandtabs() - instrlen = len(instring) - loc = 0 - preparseFn = self.preParse - parseFn = self._parse - ParserElement.resetCache() - matches = 0 - try: - while loc <= instrlen and matches < maxMatches: - try: - preloc = preparseFn( instring, loc ) - nextLoc,tokens = parseFn( instring, preloc, callPreParse=False ) - except ParseException: - loc = preloc+1 - else: - if nextLoc > loc: - matches += 1 - yield tokens, preloc, nextLoc - if overlap: - nextloc = preparseFn( instring, loc ) - if nextloc > loc: - loc = nextLoc - else: - loc += 1 - else: - loc = nextLoc - else: - loc = preloc+1 - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def transformString( self, instring ): - """ - Extension to C{L{scanString}}, to modify matching text with modified tokens that may - be returned from a parse action. To use C{transformString}, define a grammar and - attach a parse action to it that modifies the returned token list. - Invoking C{transformString()} on a target string will then scan for matches, - and replace the matched text patterns according to the logic in the parse - action. C{transformString()} returns the resulting transformed string. - - Example:: - wd = Word(alphas) - wd.setParseAction(lambda toks: toks[0].title()) - - print(wd.transformString("now is the winter of our discontent made glorious summer by this sun of york.")) - Prints:: - Now Is The Winter Of Our Discontent Made Glorious Summer By This Sun Of York. - """ - out = [] - lastE = 0 - # force preservation of <TAB>s, to minimize unwanted transformation of string, and to - # keep string locs straight between transformString and scanString - self.keepTabs = True - try: - for t,s,e in self.scanString( instring ): - out.append( instring[lastE:s] ) - if t: - if isinstance(t,ParseResults): - out += t.asList() - elif isinstance(t,list): - out += t - else: - out.append(t) - lastE = e - out.append(instring[lastE:]) - out = [o for o in out if o] - return "".join(map(_ustr,_flatten(out))) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def searchString( self, instring, maxMatches=_MAX_INT ): - """ - Another extension to C{L{scanString}}, simplifying the access to the tokens found - to match the given parse expression. May be called with optional - C{maxMatches} argument, to clip searching after 'n' matches are found. - - Example:: - # a capitalized word starts with an uppercase letter, followed by zero or more lowercase letters - cap_word = Word(alphas.upper(), alphas.lower()) - - print(cap_word.searchString("More than Iron, more than Lead, more than Gold I need Electricity")) - - # the sum() builtin can be used to merge results into a single ParseResults object - print(sum(cap_word.searchString("More than Iron, more than Lead, more than Gold I need Electricity"))) - prints:: - [['More'], ['Iron'], ['Lead'], ['Gold'], ['I'], ['Electricity']] - ['More', 'Iron', 'Lead', 'Gold', 'I', 'Electricity'] - """ - try: - return ParseResults([ t for t,s,e in self.scanString( instring, maxMatches ) ]) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def split(self, instring, maxsplit=_MAX_INT, includeSeparators=False): - """ - Generator method to split a string using the given expression as a separator. - May be called with optional C{maxsplit} argument, to limit the number of splits; - and the optional C{includeSeparators} argument (default=C{False}), if the separating - matching text should be included in the split results. - - Example:: - punc = oneOf(list(".,;:/-!?")) - print(list(punc.split("This, this?, this sentence, is badly punctuated!"))) - prints:: - ['This', ' this', '', ' this sentence', ' is badly punctuated', ''] - """ - splits = 0 - last = 0 - for t,s,e in self.scanString(instring, maxMatches=maxsplit): - yield instring[last:s] - if includeSeparators: - yield t[0] - last = e - yield instring[last:] - - def __add__(self, other ): - """ - Implementation of + operator - returns C{L{And}}. Adding strings to a ParserElement - converts them to L{Literal}s by default. - - Example:: - greet = Word(alphas) + "," + Word(alphas) + "!" - hello = "Hello, World!" - print (hello, "->", greet.parseString(hello)) - Prints:: - Hello, World! -> ['Hello', ',', 'World', '!'] - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return And( [ self, other ] ) - - def __radd__(self, other ): - """ - Implementation of + operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other + self - - def __sub__(self, other): - """ - Implementation of - operator, returns C{L{And}} with error stop - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return self + And._ErrorStop() + other - - def __rsub__(self, other ): - """ - Implementation of - operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other - self - - def __mul__(self,other): - """ - Implementation of * operator, allows use of C{expr * 3} in place of - C{expr + expr + expr}. Expressions may also me multiplied by a 2-integer - tuple, similar to C{{min,max}} multipliers in regular expressions. Tuples - may also include C{None} as in: - - C{expr*(n,None)} or C{expr*(n,)} is equivalent - to C{expr*n + L{ZeroOrMore}(expr)} - (read as "at least n instances of C{expr}") - - C{expr*(None,n)} is equivalent to C{expr*(0,n)} - (read as "0 to n instances of C{expr}") - - C{expr*(None,None)} is equivalent to C{L{ZeroOrMore}(expr)} - - C{expr*(1,None)} is equivalent to C{L{OneOrMore}(expr)} - - Note that C{expr*(None,n)} does not raise an exception if - more than n exprs exist in the input stream; that is, - C{expr*(None,n)} does not enforce a maximum number of expr - occurrences. If this behavior is desired, then write - C{expr*(None,n) + ~expr} - """ - if isinstance(other,int): - minElements, optElements = other,0 - elif isinstance(other,tuple): - other = (other + (None, None))[:2] - if other[0] is None: - other = (0, other[1]) - if isinstance(other[0],int) and other[1] is None: - if other[0] == 0: - return ZeroOrMore(self) - if other[0] == 1: - return OneOrMore(self) - else: - return self*other[0] + ZeroOrMore(self) - elif isinstance(other[0],int) and isinstance(other[1],int): - minElements, optElements = other - optElements -= minElements - else: - raise TypeError("cannot multiply 'ParserElement' and ('%s','%s') objects", type(other[0]),type(other[1])) - else: - raise TypeError("cannot multiply 'ParserElement' and '%s' objects", type(other)) - - if minElements < 0: - raise ValueError("cannot multiply ParserElement by negative value") - if optElements < 0: - raise ValueError("second tuple value must be greater or equal to first tuple value") - if minElements == optElements == 0: - raise ValueError("cannot multiply ParserElement by 0 or (0,0)") - - if (optElements): - def makeOptionalList(n): - if n>1: - return Optional(self + makeOptionalList(n-1)) - else: - return Optional(self) - if minElements: - if minElements == 1: - ret = self + makeOptionalList(optElements) - else: - ret = And([self]*minElements) + makeOptionalList(optElements) - else: - ret = makeOptionalList(optElements) - else: - if minElements == 1: - ret = self - else: - ret = And([self]*minElements) - return ret - - def __rmul__(self, other): - return self.__mul__(other) - - def __or__(self, other ): - """ - Implementation of | operator - returns C{L{MatchFirst}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return MatchFirst( [ self, other ] ) - - def __ror__(self, other ): - """ - Implementation of | operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other | self - - def __xor__(self, other ): - """ - Implementation of ^ operator - returns C{L{Or}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return Or( [ self, other ] ) - - def __rxor__(self, other ): - """ - Implementation of ^ operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other ^ self - - def __and__(self, other ): - """ - Implementation of & operator - returns C{L{Each}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return Each( [ self, other ] ) - - def __rand__(self, other ): - """ - Implementation of & operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other & self - - def __invert__( self ): - """ - Implementation of ~ operator - returns C{L{NotAny}} - """ - return NotAny( self ) - - def __call__(self, name=None): - """ - Shortcut for C{L{setResultsName}}, with C{listAllMatches=False}. - - If C{name} is given with a trailing C{'*'} character, then C{listAllMatches} will be - passed as C{True}. - - If C{name} is omitted, same as calling C{L{copy}}. - - Example:: - # these are equivalent - userdata = Word(alphas).setResultsName("name") + Word(nums+"-").setResultsName("socsecno") - userdata = Word(alphas)("name") + Word(nums+"-")("socsecno") - """ - if name is not None: - return self.setResultsName(name) - else: - return self.copy() - - def suppress( self ): - """ - Suppresses the output of this C{ParserElement}; useful to keep punctuation from - cluttering up returned output. - """ - return Suppress( self ) - - def leaveWhitespace( self ): - """ - Disables the skipping of whitespace before matching the characters in the - C{ParserElement}'s defined pattern. This is normally only used internally by - the pyparsing module, but may be needed in some whitespace-sensitive grammars. - """ - self.skipWhitespace = False - return self - - def setWhitespaceChars( self, chars ): - """ - Overrides the default whitespace chars - """ - self.skipWhitespace = True - self.whiteChars = chars - self.copyDefaultWhiteChars = False - return self - - def parseWithTabs( self ): - """ - Overrides default behavior to expand C{<TAB>}s to spaces before parsing the input string. - Must be called before C{parseString} when the input grammar contains elements that - match C{<TAB>} characters. - """ - self.keepTabs = True - return self - - def ignore( self, other ): - """ - Define expression to be ignored (e.g., comments) while doing pattern - matching; may be called repeatedly, to define multiple comment or other - ignorable patterns. - - Example:: - patt = OneOrMore(Word(alphas)) - patt.parseString('ablaj /* comment */ lskjd') # -> ['ablaj'] - - patt.ignore(cStyleComment) - patt.parseString('ablaj /* comment */ lskjd') # -> ['ablaj', 'lskjd'] - """ - if isinstance(other, basestring): - other = Suppress(other) - - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - self.ignoreExprs.append(other) - else: - self.ignoreExprs.append( Suppress( other.copy() ) ) - return self - - def setDebugActions( self, startAction, successAction, exceptionAction ): - """ - Enable display of debugging messages while doing pattern matching. - """ - self.debugActions = (startAction or _defaultStartDebugAction, - successAction or _defaultSuccessDebugAction, - exceptionAction or _defaultExceptionDebugAction) - self.debug = True - return self - - def setDebug( self, flag=True ): - """ - Enable display of debugging messages while doing pattern matching. - Set C{flag} to True to enable, False to disable. - - Example:: - wd = Word(alphas).setName("alphaword") - integer = Word(nums).setName("numword") - term = wd | integer - - # turn on debugging for wd - wd.setDebug() - - OneOrMore(term).parseString("abc 123 xyz 890") - - prints:: - Match alphaword at loc 0(1,1) - Matched alphaword -> ['abc'] - Match alphaword at loc 3(1,4) - Exception raised:Expected alphaword (at char 4), (line:1, col:5) - Match alphaword at loc 7(1,8) - Matched alphaword -> ['xyz'] - Match alphaword at loc 11(1,12) - Exception raised:Expected alphaword (at char 12), (line:1, col:13) - Match alphaword at loc 15(1,16) - Exception raised:Expected alphaword (at char 15), (line:1, col:16) - - The output shown is that produced by the default debug actions - custom debug actions can be - specified using L{setDebugActions}. Prior to attempting - to match the C{wd} expression, the debugging message C{"Match <exprname> at loc <n>(<line>,<col>)"} - is shown. Then if the parse succeeds, a C{"Matched"} message is shown, or an C{"Exception raised"} - message is shown. Also note the use of L{setName} to assign a human-readable name to the expression, - which makes debugging and exception messages easier to understand - for instance, the default - name created for the C{Word} expression without calling C{setName} is C{"W:(ABCD...)"}. - """ - if flag: - self.setDebugActions( _defaultStartDebugAction, _defaultSuccessDebugAction, _defaultExceptionDebugAction ) - else: - self.debug = False - return self - - def __str__( self ): - return self.name - - def __repr__( self ): - return _ustr(self) - - def streamline( self ): - self.streamlined = True - self.strRepr = None - return self - - def checkRecursion( self, parseElementList ): - pass - - def validate( self, validateTrace=[] ): - """ - Check defined expressions for valid structure, check for infinite recursive definitions. - """ - self.checkRecursion( [] ) - - def parseFile( self, file_or_filename, parseAll=False ): - """ - Execute the parse expression on the given file or filename. - If a filename is specified (instead of a file object), - the entire file is opened, read, and closed before parsing. - """ - try: - file_contents = file_or_filename.read() - except AttributeError: - with open(file_or_filename, "r") as f: - file_contents = f.read() - try: - return self.parseString(file_contents, parseAll) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def __eq__(self,other): - if isinstance(other, ParserElement): - return self is other or vars(self) == vars(other) - elif isinstance(other, basestring): - return self.matches(other) - else: - return super(ParserElement,self)==other - - def __ne__(self,other): - return not (self == other) - - def __hash__(self): - return hash(id(self)) - - def __req__(self,other): - return self == other - - def __rne__(self,other): - return not (self == other) - - def matches(self, testString, parseAll=True): - """ - Method for quick testing of a parser against a test string. Good for simple - inline microtests of sub expressions while building up larger parser. - - Parameters: - - testString - to test against this expression for a match - - parseAll - (default=C{True}) - flag to pass to C{L{parseString}} when running tests - - Example:: - expr = Word(nums) - assert expr.matches("100") - """ - try: - self.parseString(_ustr(testString), parseAll=parseAll) - return True - except ParseBaseException: - return False - - def runTests(self, tests, parseAll=True, comment='#', fullDump=True, printResults=True, failureTests=False): - """ - Execute the parse expression on a series of test strings, showing each - test, the parsed results or where the parse failed. Quick and easy way to - run a parse expression against a list of sample strings. - - Parameters: - - tests - a list of separate test strings, or a multiline string of test strings - - parseAll - (default=C{True}) - flag to pass to C{L{parseString}} when running tests - - comment - (default=C{'#'}) - expression for indicating embedded comments in the test - string; pass None to disable comment filtering - - fullDump - (default=C{True}) - dump results as list followed by results names in nested outline; - if False, only dump nested list - - printResults - (default=C{True}) prints test output to stdout - - failureTests - (default=C{False}) indicates if these tests are expected to fail parsing - - Returns: a (success, results) tuple, where success indicates that all tests succeeded - (or failed if C{failureTests} is True), and the results contain a list of lines of each - test's output - - Example:: - number_expr = pyparsing_common.number.copy() - - result = number_expr.runTests(''' - # unsigned integer - 100 - # negative integer - -100 - # float with scientific notation - 6.02e23 - # integer with scientific notation - 1e-12 - ''') - print("Success" if result[0] else "Failed!") - - result = number_expr.runTests(''' - # stray character - 100Z - # missing leading digit before '.' - -.100 - # too many '.' - 3.14.159 - ''', failureTests=True) - print("Success" if result[0] else "Failed!") - prints:: - # unsigned integer - 100 - [100] - - # negative integer - -100 - [-100] - - # float with scientific notation - 6.02e23 - [6.02e+23] - - # integer with scientific notation - 1e-12 - [1e-12] - - Success - - # stray character - 100Z - ^ - FAIL: Expected end of text (at char 3), (line:1, col:4) - - # missing leading digit before '.' - -.100 - ^ - FAIL: Expected {real number with scientific notation | real number | signed integer} (at char 0), (line:1, col:1) - - # too many '.' - 3.14.159 - ^ - FAIL: Expected end of text (at char 4), (line:1, col:5) - - Success - - Each test string must be on a single line. If you want to test a string that spans multiple - lines, create a test like this:: - - expr.runTest(r"this is a test\\n of strings that spans \\n 3 lines") - - (Note that this is a raw string literal, you must include the leading 'r'.) - """ - if isinstance(tests, basestring): - tests = list(map(str.strip, tests.rstrip().splitlines())) - if isinstance(comment, basestring): - comment = Literal(comment) - allResults = [] - comments = [] - success = True - for t in tests: - if comment is not None and comment.matches(t, False) or comments and not t: - comments.append(t) - continue - if not t: - continue - out = ['\n'.join(comments), t] - comments = [] - try: - t = t.replace(r'\n','\n') - result = self.parseString(t, parseAll=parseAll) - out.append(result.dump(full=fullDump)) - success = success and not failureTests - except ParseBaseException as pe: - fatal = "(FATAL)" if isinstance(pe, ParseFatalException) else "" - if '\n' in t: - out.append(line(pe.loc, t)) - out.append(' '*(col(pe.loc,t)-1) + '^' + fatal) - else: - out.append(' '*pe.loc + '^' + fatal) - out.append("FAIL: " + str(pe)) - success = success and failureTests - result = pe - except Exception as exc: - out.append("FAIL-EXCEPTION: " + str(exc)) - success = success and failureTests - result = exc - - if printResults: - if fullDump: - out.append('') - print('\n'.join(out)) - - allResults.append((t, result)) - - return success, allResults - - -class Token(ParserElement): - """ - Abstract C{ParserElement} subclass, for defining atomic matching patterns. - """ - def __init__( self ): - super(Token,self).__init__( savelist=False ) - - -class Empty(Token): - """ - An empty token, will always match. - """ - def __init__( self ): - super(Empty,self).__init__() - self.name = "Empty" - self.mayReturnEmpty = True - self.mayIndexError = False - - -class NoMatch(Token): - """ - A token that will never match. - """ - def __init__( self ): - super(NoMatch,self).__init__() - self.name = "NoMatch" - self.mayReturnEmpty = True - self.mayIndexError = False - self.errmsg = "Unmatchable token" - - def parseImpl( self, instring, loc, doActions=True ): - raise ParseException(instring, loc, self.errmsg, self) - - -class Literal(Token): - """ - Token to exactly match a specified string. - - Example:: - Literal('blah').parseString('blah') # -> ['blah'] - Literal('blah').parseString('blahfooblah') # -> ['blah'] - Literal('blah').parseString('bla') # -> Exception: Expected "blah" - - For case-insensitive matching, use L{CaselessLiteral}. - - For keyword matching (force word break before and after the matched string), - use L{Keyword} or L{CaselessKeyword}. - """ - def __init__( self, matchString ): - super(Literal,self).__init__() - self.match = matchString - self.matchLen = len(matchString) - try: - self.firstMatchChar = matchString[0] - except IndexError: - warnings.warn("null string passed to Literal; use Empty() instead", - SyntaxWarning, stacklevel=2) - self.__class__ = Empty - self.name = '"%s"' % _ustr(self.match) - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = False - self.mayIndexError = False - - # Performance tuning: this routine gets called a *lot* - # if this is a single character match string and the first character matches, - # short-circuit as quickly as possible, and avoid calling startswith - #~ @profile - def parseImpl( self, instring, loc, doActions=True ): - if (instring[loc] == self.firstMatchChar and - (self.matchLen==1 or instring.startswith(self.match,loc)) ): - return loc+self.matchLen, self.match - raise ParseException(instring, loc, self.errmsg, self) -_L = Literal -ParserElement._literalStringClass = Literal - -class Keyword(Token): - """ - Token to exactly match a specified string as a keyword, that is, it must be - immediately followed by a non-keyword character. Compare with C{L{Literal}}: - - C{Literal("if")} will match the leading C{'if'} in C{'ifAndOnlyIf'}. - - C{Keyword("if")} will not; it will only match the leading C{'if'} in C{'if x=1'}, or C{'if(y==2)'} - Accepts two optional constructor arguments in addition to the keyword string: - - C{identChars} is a string of characters that would be valid identifier characters, - defaulting to all alphanumerics + "_" and "$" - - C{caseless} allows case-insensitive matching, default is C{False}. - - Example:: - Keyword("start").parseString("start") # -> ['start'] - Keyword("start").parseString("starting") # -> Exception - - For case-insensitive matching, use L{CaselessKeyword}. - """ - DEFAULT_KEYWORD_CHARS = alphanums+"_$" - - def __init__( self, matchString, identChars=None, caseless=False ): - super(Keyword,self).__init__() - if identChars is None: - identChars = Keyword.DEFAULT_KEYWORD_CHARS - self.match = matchString - self.matchLen = len(matchString) - try: - self.firstMatchChar = matchString[0] - except IndexError: - warnings.warn("null string passed to Keyword; use Empty() instead", - SyntaxWarning, stacklevel=2) - self.name = '"%s"' % self.match - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = False - self.mayIndexError = False - self.caseless = caseless - if caseless: - self.caselessmatch = matchString.upper() - identChars = identChars.upper() - self.identChars = set(identChars) - - def parseImpl( self, instring, loc, doActions=True ): - if self.caseless: - if ( (instring[ loc:loc+self.matchLen ].upper() == self.caselessmatch) and - (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen].upper() not in self.identChars) and - (loc == 0 or instring[loc-1].upper() not in self.identChars) ): - return loc+self.matchLen, self.match - else: - if (instring[loc] == self.firstMatchChar and - (self.matchLen==1 or instring.startswith(self.match,loc)) and - (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen] not in self.identChars) and - (loc == 0 or instring[loc-1] not in self.identChars) ): - return loc+self.matchLen, self.match - raise ParseException(instring, loc, self.errmsg, self) - - def copy(self): - c = super(Keyword,self).copy() - c.identChars = Keyword.DEFAULT_KEYWORD_CHARS - return c - - @staticmethod - def setDefaultKeywordChars( chars ): - """Overrides the default Keyword chars - """ - Keyword.DEFAULT_KEYWORD_CHARS = chars - -class CaselessLiteral(Literal): - """ - Token to match a specified string, ignoring case of letters. - Note: the matched results will always be in the case of the given - match string, NOT the case of the input text. - - Example:: - OneOrMore(CaselessLiteral("CMD")).parseString("cmd CMD Cmd10") # -> ['CMD', 'CMD', 'CMD'] - - (Contrast with example for L{CaselessKeyword}.) - """ - def __init__( self, matchString ): - super(CaselessLiteral,self).__init__( matchString.upper() ) - # Preserve the defining literal. - self.returnString = matchString - self.name = "'%s'" % self.returnString - self.errmsg = "Expected " + self.name - - def parseImpl( self, instring, loc, doActions=True ): - if instring[ loc:loc+self.matchLen ].upper() == self.match: - return loc+self.matchLen, self.returnString - raise ParseException(instring, loc, self.errmsg, self) - -class CaselessKeyword(Keyword): - """ - Caseless version of L{Keyword}. - - Example:: - OneOrMore(CaselessKeyword("CMD")).parseString("cmd CMD Cmd10") # -> ['CMD', 'CMD'] - - (Contrast with example for L{CaselessLiteral}.) - """ - def __init__( self, matchString, identChars=None ): - super(CaselessKeyword,self).__init__( matchString, identChars, caseless=True ) - - def parseImpl( self, instring, loc, doActions=True ): - if ( (instring[ loc:loc+self.matchLen ].upper() == self.caselessmatch) and - (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen].upper() not in self.identChars) ): - return loc+self.matchLen, self.match - raise ParseException(instring, loc, self.errmsg, self) - -class CloseMatch(Token): - """ - A variation on L{Literal} which matches "close" matches, that is, - strings with at most 'n' mismatching characters. C{CloseMatch} takes parameters: - - C{match_string} - string to be matched - - C{maxMismatches} - (C{default=1}) maximum number of mismatches allowed to count as a match - - The results from a successful parse will contain the matched text from the input string and the following named results: - - C{mismatches} - a list of the positions within the match_string where mismatches were found - - C{original} - the original match_string used to compare against the input string - - If C{mismatches} is an empty list, then the match was an exact match. - - Example:: - patt = CloseMatch("ATCATCGAATGGA") - patt.parseString("ATCATCGAAXGGA") # -> (['ATCATCGAAXGGA'], {'mismatches': [[9]], 'original': ['ATCATCGAATGGA']}) - patt.parseString("ATCAXCGAAXGGA") # -> Exception: Expected 'ATCATCGAATGGA' (with up to 1 mismatches) (at char 0), (line:1, col:1) - - # exact match - patt.parseString("ATCATCGAATGGA") # -> (['ATCATCGAATGGA'], {'mismatches': [[]], 'original': ['ATCATCGAATGGA']}) - - # close match allowing up to 2 mismatches - patt = CloseMatch("ATCATCGAATGGA", maxMismatches=2) - patt.parseString("ATCAXCGAAXGGA") # -> (['ATCAXCGAAXGGA'], {'mismatches': [[4, 9]], 'original': ['ATCATCGAATGGA']}) - """ - def __init__(self, match_string, maxMismatches=1): - super(CloseMatch,self).__init__() - self.name = match_string - self.match_string = match_string - self.maxMismatches = maxMismatches - self.errmsg = "Expected %r (with up to %d mismatches)" % (self.match_string, self.maxMismatches) - self.mayIndexError = False - self.mayReturnEmpty = False - - def parseImpl( self, instring, loc, doActions=True ): - start = loc - instrlen = len(instring) - maxloc = start + len(self.match_string) - - if maxloc <= instrlen: - match_string = self.match_string - match_stringloc = 0 - mismatches = [] - maxMismatches = self.maxMismatches - - for match_stringloc,s_m in enumerate(zip(instring[loc:maxloc], self.match_string)): - src,mat = s_m - if src != mat: - mismatches.append(match_stringloc) - if len(mismatches) > maxMismatches: - break - else: - loc = match_stringloc + 1 - results = ParseResults([instring[start:loc]]) - results['original'] = self.match_string - results['mismatches'] = mismatches - return loc, results - - raise ParseException(instring, loc, self.errmsg, self) - - -class Word(Token): - """ - Token for matching words composed of allowed character sets. - Defined with string containing all allowed initial characters, - an optional string containing allowed body characters (if omitted, - defaults to the initial character set), and an optional minimum, - maximum, and/or exact length. The default value for C{min} is 1 (a - minimum value < 1 is not valid); the default values for C{max} and C{exact} - are 0, meaning no maximum or exact length restriction. An optional - C{excludeChars} parameter can list characters that might be found in - the input C{bodyChars} string; useful to define a word of all printables - except for one or two characters, for instance. - - L{srange} is useful for defining custom character set strings for defining - C{Word} expressions, using range notation from regular expression character sets. - - A common mistake is to use C{Word} to match a specific literal string, as in - C{Word("Address")}. Remember that C{Word} uses the string argument to define - I{sets} of matchable characters. This expression would match "Add", "AAA", - "dAred", or any other word made up of the characters 'A', 'd', 'r', 'e', and 's'. - To match an exact literal string, use L{Literal} or L{Keyword}. - - pyparsing includes helper strings for building Words: - - L{alphas} - - L{nums} - - L{alphanums} - - L{hexnums} - - L{alphas8bit} (alphabetic characters in ASCII range 128-255 - accented, tilded, umlauted, etc.) - - L{punc8bit} (non-alphabetic characters in ASCII range 128-255 - currency, symbols, superscripts, diacriticals, etc.) - - L{printables} (any non-whitespace character) - - Example:: - # a word composed of digits - integer = Word(nums) # equivalent to Word("0123456789") or Word(srange("0-9")) - - # a word with a leading capital, and zero or more lowercase - capital_word = Word(alphas.upper(), alphas.lower()) - - # hostnames are alphanumeric, with leading alpha, and '-' - hostname = Word(alphas, alphanums+'-') - - # roman numeral (not a strict parser, accepts invalid mix of characters) - roman = Word("IVXLCDM") - - # any string of non-whitespace characters, except for ',' - csv_value = Word(printables, excludeChars=",") - """ - def __init__( self, initChars, bodyChars=None, min=1, max=0, exact=0, asKeyword=False, excludeChars=None ): - super(Word,self).__init__() - if excludeChars: - initChars = ''.join(c for c in initChars if c not in excludeChars) - if bodyChars: - bodyChars = ''.join(c for c in bodyChars if c not in excludeChars) - self.initCharsOrig = initChars - self.initChars = set(initChars) - if bodyChars : - self.bodyCharsOrig = bodyChars - self.bodyChars = set(bodyChars) - else: - self.bodyCharsOrig = initChars - self.bodyChars = set(initChars) - - self.maxSpecified = max > 0 - - if min < 1: - raise ValueError("cannot specify a minimum length < 1; use Optional(Word()) if zero-length word is permitted") - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.asKeyword = asKeyword - - if ' ' not in self.initCharsOrig+self.bodyCharsOrig and (min==1 and max==0 and exact==0): - if self.bodyCharsOrig == self.initCharsOrig: - self.reString = "[%s]+" % _escapeRegexRangeChars(self.initCharsOrig) - elif len(self.initCharsOrig) == 1: - self.reString = "%s[%s]*" % \ - (re.escape(self.initCharsOrig), - _escapeRegexRangeChars(self.bodyCharsOrig),) - else: - self.reString = "[%s][%s]*" % \ - (_escapeRegexRangeChars(self.initCharsOrig), - _escapeRegexRangeChars(self.bodyCharsOrig),) - if self.asKeyword: - self.reString = r"\b"+self.reString+r"\b" - try: - self.re = re.compile( self.reString ) - except Exception: - self.re = None - - def parseImpl( self, instring, loc, doActions=True ): - if self.re: - result = self.re.match(instring,loc) - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - return loc, result.group() - - if not(instring[ loc ] in self.initChars): - raise ParseException(instring, loc, self.errmsg, self) - - start = loc - loc += 1 - instrlen = len(instring) - bodychars = self.bodyChars - maxloc = start + self.maxLen - maxloc = min( maxloc, instrlen ) - while loc < maxloc and instring[loc] in bodychars: - loc += 1 - - throwException = False - if loc - start < self.minLen: - throwException = True - if self.maxSpecified and loc < instrlen and instring[loc] in bodychars: - throwException = True - if self.asKeyword: - if (start>0 and instring[start-1] in bodychars) or (loc<instrlen and instring[loc] in bodychars): - throwException = True - - if throwException: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - def __str__( self ): - try: - return super(Word,self).__str__() - except Exception: - pass - - - if self.strRepr is None: - - def charsAsStr(s): - if len(s)>4: - return s[:4]+"..." - else: - return s - - if ( self.initCharsOrig != self.bodyCharsOrig ): - self.strRepr = "W:(%s,%s)" % ( charsAsStr(self.initCharsOrig), charsAsStr(self.bodyCharsOrig) ) - else: - self.strRepr = "W:(%s)" % charsAsStr(self.initCharsOrig) - - return self.strRepr - - -class Regex(Token): - r""" - Token for matching strings that match a given regular expression. - Defined with string specifying the regular expression in a form recognized by the inbuilt Python re module. - If the given regex contains named groups (defined using C{(?P<name>...)}), these will be preserved as - named parse results. - - Example:: - realnum = Regex(r"[+-]?\d+\.\d*") - date = Regex(r'(?P<year>\d{4})-(?P<month>\d\d?)-(?P<day>\d\d?)') - # ref: http://stackoverflow.com/questions/267399/how-do-you-match-only-valid-roman-numerals-with-a-regular-expression - roman = Regex(r"M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})") - """ - compiledREtype = type(re.compile("[A-Z]")) - def __init__( self, pattern, flags=0): - """The parameters C{pattern} and C{flags} are passed to the C{re.compile()} function as-is. See the Python C{re} module for an explanation of the acceptable patterns and flags.""" - super(Regex,self).__init__() - - if isinstance(pattern, basestring): - if not pattern: - warnings.warn("null string passed to Regex; use Empty() instead", - SyntaxWarning, stacklevel=2) - - self.pattern = pattern - self.flags = flags - - try: - self.re = re.compile(self.pattern, self.flags) - self.reString = self.pattern - except sre_constants.error: - warnings.warn("invalid pattern (%s) passed to Regex" % pattern, - SyntaxWarning, stacklevel=2) - raise - - elif isinstance(pattern, Regex.compiledREtype): - self.re = pattern - self.pattern = \ - self.reString = str(pattern) - self.flags = flags - - else: - raise ValueError("Regex may only be constructed with a string or a compiled RE object") - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - result = self.re.match(instring,loc) - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - d = result.groupdict() - ret = ParseResults(result.group()) - if d: - for k in d: - ret[k] = d[k] - return loc,ret - - def __str__( self ): - try: - return super(Regex,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "Re:(%s)" % repr(self.pattern) - - return self.strRepr - - -class QuotedString(Token): - r""" - Token for matching strings that are delimited by quoting characters. - - Defined with the following parameters: - - quoteChar - string of one or more characters defining the quote delimiting string - - escChar - character to escape quotes, typically backslash (default=C{None}) - - escQuote - special quote sequence to escape an embedded quote string (such as SQL's "" to escape an embedded ") (default=C{None}) - - multiline - boolean indicating whether quotes can span multiple lines (default=C{False}) - - unquoteResults - boolean indicating whether the matched text should be unquoted (default=C{True}) - - endQuoteChar - string of one or more characters defining the end of the quote delimited string (default=C{None} => same as quoteChar) - - convertWhitespaceEscapes - convert escaped whitespace (C{'\t'}, C{'\n'}, etc.) to actual whitespace (default=C{True}) - - Example:: - qs = QuotedString('"') - print(qs.searchString('lsjdf "This is the quote" sldjf')) - complex_qs = QuotedString('{{', endQuoteChar='}}') - print(complex_qs.searchString('lsjdf {{This is the "quote"}} sldjf')) - sql_qs = QuotedString('"', escQuote='""') - print(sql_qs.searchString('lsjdf "This is the quote with ""embedded"" quotes" sldjf')) - prints:: - [['This is the quote']] - [['This is the "quote"']] - [['This is the quote with "embedded" quotes']] - """ - def __init__( self, quoteChar, escChar=None, escQuote=None, multiline=False, unquoteResults=True, endQuoteChar=None, convertWhitespaceEscapes=True): - super(QuotedString,self).__init__() - - # remove white space from quote chars - wont work anyway - quoteChar = quoteChar.strip() - if not quoteChar: - warnings.warn("quoteChar cannot be the empty string",SyntaxWarning,stacklevel=2) - raise SyntaxError() - - if endQuoteChar is None: - endQuoteChar = quoteChar - else: - endQuoteChar = endQuoteChar.strip() - if not endQuoteChar: - warnings.warn("endQuoteChar cannot be the empty string",SyntaxWarning,stacklevel=2) - raise SyntaxError() - - self.quoteChar = quoteChar - self.quoteCharLen = len(quoteChar) - self.firstQuoteChar = quoteChar[0] - self.endQuoteChar = endQuoteChar - self.endQuoteCharLen = len(endQuoteChar) - self.escChar = escChar - self.escQuote = escQuote - self.unquoteResults = unquoteResults - self.convertWhitespaceEscapes = convertWhitespaceEscapes - - if multiline: - self.flags = re.MULTILINE | re.DOTALL - self.pattern = r'%s(?:[^%s%s]' % \ - ( re.escape(self.quoteChar), - _escapeRegexRangeChars(self.endQuoteChar[0]), - (escChar is not None and _escapeRegexRangeChars(escChar) or '') ) - else: - self.flags = 0 - self.pattern = r'%s(?:[^%s\n\r%s]' % \ - ( re.escape(self.quoteChar), - _escapeRegexRangeChars(self.endQuoteChar[0]), - (escChar is not None and _escapeRegexRangeChars(escChar) or '') ) - if len(self.endQuoteChar) > 1: - self.pattern += ( - '|(?:' + ')|(?:'.join("%s[^%s]" % (re.escape(self.endQuoteChar[:i]), - _escapeRegexRangeChars(self.endQuoteChar[i])) - for i in range(len(self.endQuoteChar)-1,0,-1)) + ')' - ) - if escQuote: - self.pattern += (r'|(?:%s)' % re.escape(escQuote)) - if escChar: - self.pattern += (r'|(?:%s.)' % re.escape(escChar)) - self.escCharReplacePattern = re.escape(self.escChar)+"(.)" - self.pattern += (r')*%s' % re.escape(self.endQuoteChar)) - - try: - self.re = re.compile(self.pattern, self.flags) - self.reString = self.pattern - except sre_constants.error: - warnings.warn("invalid pattern (%s) passed to Regex" % self.pattern, - SyntaxWarning, stacklevel=2) - raise - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - result = instring[loc] == self.firstQuoteChar and self.re.match(instring,loc) or None - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - ret = result.group() - - if self.unquoteResults: - - # strip off quotes - ret = ret[self.quoteCharLen:-self.endQuoteCharLen] - - if isinstance(ret,basestring): - # replace escaped whitespace - if '\\' in ret and self.convertWhitespaceEscapes: - ws_map = { - r'\t' : '\t', - r'\n' : '\n', - r'\f' : '\f', - r'\r' : '\r', - } - for wslit,wschar in ws_map.items(): - ret = ret.replace(wslit, wschar) - - # replace escaped characters - if self.escChar: - ret = re.sub(self.escCharReplacePattern, r"\g<1>", ret) - - # replace escaped quotes - if self.escQuote: - ret = ret.replace(self.escQuote, self.endQuoteChar) - - return loc, ret - - def __str__( self ): - try: - return super(QuotedString,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "quoted string, starting with %s ending with %s" % (self.quoteChar, self.endQuoteChar) - - return self.strRepr - - -class CharsNotIn(Token): - """ - Token for matching words composed of characters I{not} in a given set (will - include whitespace in matched characters if not listed in the provided exclusion set - see example). - Defined with string containing all disallowed characters, and an optional - minimum, maximum, and/or exact length. The default value for C{min} is 1 (a - minimum value < 1 is not valid); the default values for C{max} and C{exact} - are 0, meaning no maximum or exact length restriction. - - Example:: - # define a comma-separated-value as anything that is not a ',' - csv_value = CharsNotIn(',') - print(delimitedList(csv_value).parseString("dkls,lsdkjf,s12 34,@!#,213")) - prints:: - ['dkls', 'lsdkjf', 's12 34', '@!#', '213'] - """ - def __init__( self, notChars, min=1, max=0, exact=0 ): - super(CharsNotIn,self).__init__() - self.skipWhitespace = False - self.notChars = notChars - - if min < 1: - raise ValueError("cannot specify a minimum length < 1; use Optional(CharsNotIn()) if zero-length char group is permitted") - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = ( self.minLen == 0 ) - self.mayIndexError = False - - def parseImpl( self, instring, loc, doActions=True ): - if instring[loc] in self.notChars: - raise ParseException(instring, loc, self.errmsg, self) - - start = loc - loc += 1 - notchars = self.notChars - maxlen = min( start+self.maxLen, len(instring) ) - while loc < maxlen and \ - (instring[loc] not in notchars): - loc += 1 - - if loc - start < self.minLen: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - def __str__( self ): - try: - return super(CharsNotIn, self).__str__() - except Exception: - pass - - if self.strRepr is None: - if len(self.notChars) > 4: - self.strRepr = "!W:(%s...)" % self.notChars[:4] - else: - self.strRepr = "!W:(%s)" % self.notChars - - return self.strRepr - -class White(Token): - """ - Special matching class for matching whitespace. Normally, whitespace is ignored - by pyparsing grammars. This class is included when some whitespace structures - are significant. Define with a string containing the whitespace characters to be - matched; default is C{" \\t\\r\\n"}. Also takes optional C{min}, C{max}, and C{exact} arguments, - as defined for the C{L{Word}} class. - """ - whiteStrs = { - " " : "<SPC>", - "\t": "<TAB>", - "\n": "<LF>", - "\r": "<CR>", - "\f": "<FF>", - } - def __init__(self, ws=" \t\r\n", min=1, max=0, exact=0): - super(White,self).__init__() - self.matchWhite = ws - self.setWhitespaceChars( "".join(c for c in self.whiteChars if c not in self.matchWhite) ) - #~ self.leaveWhitespace() - self.name = ("".join(White.whiteStrs[c] for c in self.matchWhite)) - self.mayReturnEmpty = True - self.errmsg = "Expected " + self.name - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - def parseImpl( self, instring, loc, doActions=True ): - if not(instring[ loc ] in self.matchWhite): - raise ParseException(instring, loc, self.errmsg, self) - start = loc - loc += 1 - maxloc = start + self.maxLen - maxloc = min( maxloc, len(instring) ) - while loc < maxloc and instring[loc] in self.matchWhite: - loc += 1 - - if loc - start < self.minLen: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - -class _PositionToken(Token): - def __init__( self ): - super(_PositionToken,self).__init__() - self.name=self.__class__.__name__ - self.mayReturnEmpty = True - self.mayIndexError = False - -class GoToColumn(_PositionToken): - """ - Token to advance to a specific column of input text; useful for tabular report scraping. - """ - def __init__( self, colno ): - super(GoToColumn,self).__init__() - self.col = colno - - def preParse( self, instring, loc ): - if col(loc,instring) != self.col: - instrlen = len(instring) - if self.ignoreExprs: - loc = self._skipIgnorables( instring, loc ) - while loc < instrlen and instring[loc].isspace() and col( loc, instring ) != self.col : - loc += 1 - return loc - - def parseImpl( self, instring, loc, doActions=True ): - thiscol = col( loc, instring ) - if thiscol > self.col: - raise ParseException( instring, loc, "Text not in expected column", self ) - newloc = loc + self.col - thiscol - ret = instring[ loc: newloc ] - return newloc, ret - - -class LineStart(_PositionToken): - """ - Matches if current position is at the beginning of a line within the parse string - - Example:: - - test = '''\ - AAA this line - AAA and this line - AAA but not this one - B AAA and definitely not this one - ''' - - for t in (LineStart() + 'AAA' + restOfLine).searchString(test): - print(t) - - Prints:: - ['AAA', ' this line'] - ['AAA', ' and this line'] - - """ - def __init__( self ): - super(LineStart,self).__init__() - self.errmsg = "Expected start of line" - - def parseImpl( self, instring, loc, doActions=True ): - if col(loc, instring) == 1: - return loc, [] - raise ParseException(instring, loc, self.errmsg, self) - -class LineEnd(_PositionToken): - """ - Matches if current position is at the end of a line within the parse string - """ - def __init__( self ): - super(LineEnd,self).__init__() - self.setWhitespaceChars( ParserElement.DEFAULT_WHITE_CHARS.replace("\n","") ) - self.errmsg = "Expected end of line" - - def parseImpl( self, instring, loc, doActions=True ): - if loc<len(instring): - if instring[loc] == "\n": - return loc+1, "\n" - else: - raise ParseException(instring, loc, self.errmsg, self) - elif loc == len(instring): - return loc+1, [] - else: - raise ParseException(instring, loc, self.errmsg, self) - -class StringStart(_PositionToken): - """ - Matches if current position is at the beginning of the parse string - """ - def __init__( self ): - super(StringStart,self).__init__() - self.errmsg = "Expected start of text" - - def parseImpl( self, instring, loc, doActions=True ): - if loc != 0: - # see if entire string up to here is just whitespace and ignoreables - if loc != self.preParse( instring, 0 ): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - -class StringEnd(_PositionToken): - """ - Matches if current position is at the end of the parse string - """ - def __init__( self ): - super(StringEnd,self).__init__() - self.errmsg = "Expected end of text" - - def parseImpl( self, instring, loc, doActions=True ): - if loc < len(instring): - raise ParseException(instring, loc, self.errmsg, self) - elif loc == len(instring): - return loc+1, [] - elif loc > len(instring): - return loc, [] - else: - raise ParseException(instring, loc, self.errmsg, self) - -class WordStart(_PositionToken): - """ - Matches if the current position is at the beginning of a Word, and - is not preceded by any character in a given set of C{wordChars} - (default=C{printables}). To emulate the C{\b} behavior of regular expressions, - use C{WordStart(alphanums)}. C{WordStart} will also match at the beginning of - the string being parsed, or at the beginning of a line. - """ - def __init__(self, wordChars = printables): - super(WordStart,self).__init__() - self.wordChars = set(wordChars) - self.errmsg = "Not at the start of a word" - - def parseImpl(self, instring, loc, doActions=True ): - if loc != 0: - if (instring[loc-1] in self.wordChars or - instring[loc] not in self.wordChars): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - -class WordEnd(_PositionToken): - """ - Matches if the current position is at the end of a Word, and - is not followed by any character in a given set of C{wordChars} - (default=C{printables}). To emulate the C{\b} behavior of regular expressions, - use C{WordEnd(alphanums)}. C{WordEnd} will also match at the end of - the string being parsed, or at the end of a line. - """ - def __init__(self, wordChars = printables): - super(WordEnd,self).__init__() - self.wordChars = set(wordChars) - self.skipWhitespace = False - self.errmsg = "Not at the end of a word" - - def parseImpl(self, instring, loc, doActions=True ): - instrlen = len(instring) - if instrlen>0 and loc<instrlen: - if (instring[loc] in self.wordChars or - instring[loc-1] not in self.wordChars): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - - -class ParseExpression(ParserElement): - """ - Abstract subclass of ParserElement, for combining and post-processing parsed tokens. - """ - def __init__( self, exprs, savelist = False ): - super(ParseExpression,self).__init__(savelist) - if isinstance( exprs, _generatorType ): - exprs = list(exprs) - - if isinstance( exprs, basestring ): - self.exprs = [ ParserElement._literalStringClass( exprs ) ] - elif isinstance( exprs, Iterable ): - exprs = list(exprs) - # if sequence of strings provided, wrap with Literal - if all(isinstance(expr, basestring) for expr in exprs): - exprs = map(ParserElement._literalStringClass, exprs) - self.exprs = list(exprs) - else: - try: - self.exprs = list( exprs ) - except TypeError: - self.exprs = [ exprs ] - self.callPreparse = False - - def __getitem__( self, i ): - return self.exprs[i] - - def append( self, other ): - self.exprs.append( other ) - self.strRepr = None - return self - - def leaveWhitespace( self ): - """Extends C{leaveWhitespace} defined in base class, and also invokes C{leaveWhitespace} on - all contained expressions.""" - self.skipWhitespace = False - self.exprs = [ e.copy() for e in self.exprs ] - for e in self.exprs: - e.leaveWhitespace() - return self - - def ignore( self, other ): - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - super( ParseExpression, self).ignore( other ) - for e in self.exprs: - e.ignore( self.ignoreExprs[-1] ) - else: - super( ParseExpression, self).ignore( other ) - for e in self.exprs: - e.ignore( self.ignoreExprs[-1] ) - return self - - def __str__( self ): - try: - return super(ParseExpression,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "%s:(%s)" % ( self.__class__.__name__, _ustr(self.exprs) ) - return self.strRepr - - def streamline( self ): - super(ParseExpression,self).streamline() - - for e in self.exprs: - e.streamline() - - # collapse nested And's of the form And( And( And( a,b), c), d) to And( a,b,c,d ) - # but only if there are no parse actions or resultsNames on the nested And's - # (likewise for Or's and MatchFirst's) - if ( len(self.exprs) == 2 ): - other = self.exprs[0] - if ( isinstance( other, self.__class__ ) and - not(other.parseAction) and - other.resultsName is None and - not other.debug ): - self.exprs = other.exprs[:] + [ self.exprs[1] ] - self.strRepr = None - self.mayReturnEmpty |= other.mayReturnEmpty - self.mayIndexError |= other.mayIndexError - - other = self.exprs[-1] - if ( isinstance( other, self.__class__ ) and - not(other.parseAction) and - other.resultsName is None and - not other.debug ): - self.exprs = self.exprs[:-1] + other.exprs[:] - self.strRepr = None - self.mayReturnEmpty |= other.mayReturnEmpty - self.mayIndexError |= other.mayIndexError - - self.errmsg = "Expected " + _ustr(self) - - return self - - def setResultsName( self, name, listAllMatches=False ): - ret = super(ParseExpression,self).setResultsName(name,listAllMatches) - return ret - - def validate( self, validateTrace=[] ): - tmp = validateTrace[:]+[self] - for e in self.exprs: - e.validate(tmp) - self.checkRecursion( [] ) - - def copy(self): - ret = super(ParseExpression,self).copy() - ret.exprs = [e.copy() for e in self.exprs] - return ret - -class And(ParseExpression): - """ - Requires all given C{ParseExpression}s to be found in the given order. - Expressions may be separated by whitespace. - May be constructed using the C{'+'} operator. - May also be constructed using the C{'-'} operator, which will suppress backtracking. - - Example:: - integer = Word(nums) - name_expr = OneOrMore(Word(alphas)) - - expr = And([integer("id"),name_expr("name"),integer("age")]) - # more easily written as: - expr = integer("id") + name_expr("name") + integer("age") - """ - - class _ErrorStop(Empty): - def __init__(self, *args, **kwargs): - super(And._ErrorStop,self).__init__(*args, **kwargs) - self.name = '-' - self.leaveWhitespace() - - def __init__( self, exprs, savelist = True ): - super(And,self).__init__(exprs, savelist) - self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs) - self.setWhitespaceChars( self.exprs[0].whiteChars ) - self.skipWhitespace = self.exprs[0].skipWhitespace - self.callPreparse = True - - def parseImpl( self, instring, loc, doActions=True ): - # pass False as last arg to _parse for first element, since we already - # pre-parsed the string as part of our And pre-parsing - loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False ) - errorStop = False - for e in self.exprs[1:]: - if isinstance(e, And._ErrorStop): - errorStop = True - continue - if errorStop: - try: - loc, exprtokens = e._parse( instring, loc, doActions ) - except ParseSyntaxException: - raise - except ParseBaseException as pe: - pe.__traceback__ = None - raise ParseSyntaxException._from_exception(pe) - except IndexError: - raise ParseSyntaxException(instring, len(instring), self.errmsg, self) - else: - loc, exprtokens = e._parse( instring, loc, doActions ) - if exprtokens or exprtokens.haskeys(): - resultlist += exprtokens - return loc, resultlist - - def __iadd__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #And( [ self, other ] ) - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - if not e.mayReturnEmpty: - break - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - -class Or(ParseExpression): - """ - Requires that at least one C{ParseExpression} is found. - If two expressions match, the expression that matches the longest string will be used. - May be constructed using the C{'^'} operator. - - Example:: - # construct Or using '^' operator - - number = Word(nums) ^ Combine(Word(nums) + '.' + Word(nums)) - print(number.searchString("123 3.1416 789")) - prints:: - [['123'], ['3.1416'], ['789']] - """ - def __init__( self, exprs, savelist = False ): - super(Or,self).__init__(exprs, savelist) - if self.exprs: - self.mayReturnEmpty = any(e.mayReturnEmpty for e in self.exprs) - else: - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - maxExcLoc = -1 - maxException = None - matches = [] - for e in self.exprs: - try: - loc2 = e.tryParse( instring, loc ) - except ParseException as err: - err.__traceback__ = None - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - except IndexError: - if len(instring) > maxExcLoc: - maxException = ParseException(instring,len(instring),e.errmsg,self) - maxExcLoc = len(instring) - else: - # save match among all matches, to retry longest to shortest - matches.append((loc2, e)) - - if matches: - matches.sort(key=lambda x: -x[0]) - for _,e in matches: - try: - return e._parse( instring, loc, doActions ) - except ParseException as err: - err.__traceback__ = None - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - - if maxException is not None: - maxException.msg = self.errmsg - raise maxException - else: - raise ParseException(instring, loc, "no defined alternatives to match", self) - - - def __ixor__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #Or( [ self, other ] ) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " ^ ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class MatchFirst(ParseExpression): - """ - Requires that at least one C{ParseExpression} is found. - If two expressions match, the first one listed is the one that will match. - May be constructed using the C{'|'} operator. - - Example:: - # construct MatchFirst using '|' operator - - # watch the order of expressions to match - number = Word(nums) | Combine(Word(nums) + '.' + Word(nums)) - print(number.searchString("123 3.1416 789")) # Fail! -> [['123'], ['3'], ['1416'], ['789']] - - # put more selective expression first - number = Combine(Word(nums) + '.' + Word(nums)) | Word(nums) - print(number.searchString("123 3.1416 789")) # Better -> [['123'], ['3.1416'], ['789']] - """ - def __init__( self, exprs, savelist = False ): - super(MatchFirst,self).__init__(exprs, savelist) - if self.exprs: - self.mayReturnEmpty = any(e.mayReturnEmpty for e in self.exprs) - else: - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - maxExcLoc = -1 - maxException = None - for e in self.exprs: - try: - ret = e._parse( instring, loc, doActions ) - return ret - except ParseException as err: - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - except IndexError: - if len(instring) > maxExcLoc: - maxException = ParseException(instring,len(instring),e.errmsg,self) - maxExcLoc = len(instring) - - # only got here if no expression matched, raise exception for match that made it the furthest - else: - if maxException is not None: - maxException.msg = self.errmsg - raise maxException - else: - raise ParseException(instring, loc, "no defined alternatives to match", self) - - def __ior__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #MatchFirst( [ self, other ] ) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " | ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class Each(ParseExpression): - """ - Requires all given C{ParseExpression}s to be found, but in any order. - Expressions may be separated by whitespace. - May be constructed using the C{'&'} operator. - - Example:: - color = oneOf("RED ORANGE YELLOW GREEN BLUE PURPLE BLACK WHITE BROWN") - shape_type = oneOf("SQUARE CIRCLE TRIANGLE STAR HEXAGON OCTAGON") - integer = Word(nums) - shape_attr = "shape:" + shape_type("shape") - posn_attr = "posn:" + Group(integer("x") + ',' + integer("y"))("posn") - color_attr = "color:" + color("color") - size_attr = "size:" + integer("size") - - # use Each (using operator '&') to accept attributes in any order - # (shape and posn are required, color and size are optional) - shape_spec = shape_attr & posn_attr & Optional(color_attr) & Optional(size_attr) - - shape_spec.runTests(''' - shape: SQUARE color: BLACK posn: 100, 120 - shape: CIRCLE size: 50 color: BLUE posn: 50,80 - color:GREEN size:20 shape:TRIANGLE posn:20,40 - ''' - ) - prints:: - shape: SQUARE color: BLACK posn: 100, 120 - ['shape:', 'SQUARE', 'color:', 'BLACK', 'posn:', ['100', ',', '120']] - - color: BLACK - - posn: ['100', ',', '120'] - - x: 100 - - y: 120 - - shape: SQUARE - - - shape: CIRCLE size: 50 color: BLUE posn: 50,80 - ['shape:', 'CIRCLE', 'size:', '50', 'color:', 'BLUE', 'posn:', ['50', ',', '80']] - - color: BLUE - - posn: ['50', ',', '80'] - - x: 50 - - y: 80 - - shape: CIRCLE - - size: 50 - - - color: GREEN size: 20 shape: TRIANGLE posn: 20,40 - ['color:', 'GREEN', 'size:', '20', 'shape:', 'TRIANGLE', 'posn:', ['20', ',', '40']] - - color: GREEN - - posn: ['20', ',', '40'] - - x: 20 - - y: 40 - - shape: TRIANGLE - - size: 20 - """ - def __init__( self, exprs, savelist = True ): - super(Each,self).__init__(exprs, savelist) - self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs) - self.skipWhitespace = True - self.initExprGroups = True - - def parseImpl( self, instring, loc, doActions=True ): - if self.initExprGroups: - self.opt1map = dict((id(e.expr),e) for e in self.exprs if isinstance(e,Optional)) - opt1 = [ e.expr for e in self.exprs if isinstance(e,Optional) ] - opt2 = [ e for e in self.exprs if e.mayReturnEmpty and not isinstance(e,Optional)] - self.optionals = opt1 + opt2 - self.multioptionals = [ e.expr for e in self.exprs if isinstance(e,ZeroOrMore) ] - self.multirequired = [ e.expr for e in self.exprs if isinstance(e,OneOrMore) ] - self.required = [ e for e in self.exprs if not isinstance(e,(Optional,ZeroOrMore,OneOrMore)) ] - self.required += self.multirequired - self.initExprGroups = False - tmpLoc = loc - tmpReqd = self.required[:] - tmpOpt = self.optionals[:] - matchOrder = [] - - keepMatching = True - while keepMatching: - tmpExprs = tmpReqd + tmpOpt + self.multioptionals + self.multirequired - failed = [] - for e in tmpExprs: - try: - tmpLoc = e.tryParse( instring, tmpLoc ) - except ParseException: - failed.append(e) - else: - matchOrder.append(self.opt1map.get(id(e),e)) - if e in tmpReqd: - tmpReqd.remove(e) - elif e in tmpOpt: - tmpOpt.remove(e) - if len(failed) == len(tmpExprs): - keepMatching = False - - if tmpReqd: - missing = ", ".join(_ustr(e) for e in tmpReqd) - raise ParseException(instring,loc,"Missing one or more required elements (%s)" % missing ) - - # add any unmatched Optionals, in case they have default values defined - matchOrder += [e for e in self.exprs if isinstance(e,Optional) and e.expr in tmpOpt] - - resultlist = [] - for e in matchOrder: - loc,results = e._parse(instring,loc,doActions) - resultlist.append(results) - - finalResults = sum(resultlist, ParseResults([])) - return loc, finalResults - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " & ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class ParseElementEnhance(ParserElement): - """ - Abstract subclass of C{ParserElement}, for combining and post-processing parsed tokens. - """ - def __init__( self, expr, savelist=False ): - super(ParseElementEnhance,self).__init__(savelist) - if isinstance( expr, basestring ): - if issubclass(ParserElement._literalStringClass, Token): - expr = ParserElement._literalStringClass(expr) - else: - expr = ParserElement._literalStringClass(Literal(expr)) - self.expr = expr - self.strRepr = None - if expr is not None: - self.mayIndexError = expr.mayIndexError - self.mayReturnEmpty = expr.mayReturnEmpty - self.setWhitespaceChars( expr.whiteChars ) - self.skipWhitespace = expr.skipWhitespace - self.saveAsList = expr.saveAsList - self.callPreparse = expr.callPreparse - self.ignoreExprs.extend(expr.ignoreExprs) - - def parseImpl( self, instring, loc, doActions=True ): - if self.expr is not None: - return self.expr._parse( instring, loc, doActions, callPreParse=False ) - else: - raise ParseException("",loc,self.errmsg,self) - - def leaveWhitespace( self ): - self.skipWhitespace = False - self.expr = self.expr.copy() - if self.expr is not None: - self.expr.leaveWhitespace() - return self - - def ignore( self, other ): - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - super( ParseElementEnhance, self).ignore( other ) - if self.expr is not None: - self.expr.ignore( self.ignoreExprs[-1] ) - else: - super( ParseElementEnhance, self).ignore( other ) - if self.expr is not None: - self.expr.ignore( self.ignoreExprs[-1] ) - return self - - def streamline( self ): - super(ParseElementEnhance,self).streamline() - if self.expr is not None: - self.expr.streamline() - return self - - def checkRecursion( self, parseElementList ): - if self in parseElementList: - raise RecursiveGrammarException( parseElementList+[self] ) - subRecCheckList = parseElementList[:] + [ self ] - if self.expr is not None: - self.expr.checkRecursion( subRecCheckList ) - - def validate( self, validateTrace=[] ): - tmp = validateTrace[:]+[self] - if self.expr is not None: - self.expr.validate(tmp) - self.checkRecursion( [] ) - - def __str__( self ): - try: - return super(ParseElementEnhance,self).__str__() - except Exception: - pass - - if self.strRepr is None and self.expr is not None: - self.strRepr = "%s:(%s)" % ( self.__class__.__name__, _ustr(self.expr) ) - return self.strRepr - - -class FollowedBy(ParseElementEnhance): - """ - Lookahead matching of the given parse expression. C{FollowedBy} - does I{not} advance the parsing position within the input string, it only - verifies that the specified parse expression matches at the current - position. C{FollowedBy} always returns a null token list. - - Example:: - # use FollowedBy to match a label only if it is followed by a ':' - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - - OneOrMore(attr_expr).parseString("shape: SQUARE color: BLACK posn: upper left").pprint() - prints:: - [['shape', 'SQUARE'], ['color', 'BLACK'], ['posn', 'upper left']] - """ - def __init__( self, expr ): - super(FollowedBy,self).__init__(expr) - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - self.expr.tryParse( instring, loc ) - return loc, [] - - -class NotAny(ParseElementEnhance): - """ - Lookahead to disallow matching with the given parse expression. C{NotAny} - does I{not} advance the parsing position within the input string, it only - verifies that the specified parse expression does I{not} match at the current - position. Also, C{NotAny} does I{not} skip over leading whitespace. C{NotAny} - always returns a null token list. May be constructed using the '~' operator. - - Example:: - - """ - def __init__( self, expr ): - super(NotAny,self).__init__(expr) - #~ self.leaveWhitespace() - self.skipWhitespace = False # do NOT use self.leaveWhitespace(), don't want to propagate to exprs - self.mayReturnEmpty = True - self.errmsg = "Found unwanted token, "+_ustr(self.expr) - - def parseImpl( self, instring, loc, doActions=True ): - if self.expr.canParseNext(instring, loc): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "~{" + _ustr(self.expr) + "}" - - return self.strRepr - -class _MultipleMatch(ParseElementEnhance): - def __init__( self, expr, stopOn=None): - super(_MultipleMatch, self).__init__(expr) - self.saveAsList = True - ender = stopOn - if isinstance(ender, basestring): - ender = ParserElement._literalStringClass(ender) - self.not_ender = ~ender if ender is not None else None - - def parseImpl( self, instring, loc, doActions=True ): - self_expr_parse = self.expr._parse - self_skip_ignorables = self._skipIgnorables - check_ender = self.not_ender is not None - if check_ender: - try_not_ender = self.not_ender.tryParse - - # must be at least one (but first see if we are the stopOn sentinel; - # if so, fail) - if check_ender: - try_not_ender(instring, loc) - loc, tokens = self_expr_parse( instring, loc, doActions, callPreParse=False ) - try: - hasIgnoreExprs = (not not self.ignoreExprs) - while 1: - if check_ender: - try_not_ender(instring, loc) - if hasIgnoreExprs: - preloc = self_skip_ignorables( instring, loc ) - else: - preloc = loc - loc, tmptokens = self_expr_parse( instring, preloc, doActions ) - if tmptokens or tmptokens.haskeys(): - tokens += tmptokens - except (ParseException,IndexError): - pass - - return loc, tokens - -class OneOrMore(_MultipleMatch): - """ - Repetition of one or more of the given expression. - - Parameters: - - expr - expression that must match one or more times - - stopOn - (default=C{None}) - expression for a terminating sentinel - (only required if the sentinel would ordinarily match the repetition - expression) - - Example:: - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word).setParseAction(' '.join)) - - text = "shape: SQUARE posn: upper left color: BLACK" - OneOrMore(attr_expr).parseString(text).pprint() # Fail! read 'color' as data instead of next label -> [['shape', 'SQUARE color']] - - # use stopOn attribute for OneOrMore to avoid reading label string as part of the data - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - OneOrMore(attr_expr).parseString(text).pprint() # Better -> [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'BLACK']] - - # could also be written as - (attr_expr * (1,)).parseString(text).pprint() - """ - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + _ustr(self.expr) + "}..." - - return self.strRepr - -class ZeroOrMore(_MultipleMatch): - """ - Optional repetition of zero or more of the given expression. - - Parameters: - - expr - expression that must match zero or more times - - stopOn - (default=C{None}) - expression for a terminating sentinel - (only required if the sentinel would ordinarily match the repetition - expression) - - Example: similar to L{OneOrMore} - """ - def __init__( self, expr, stopOn=None): - super(ZeroOrMore,self).__init__(expr, stopOn=stopOn) - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - try: - return super(ZeroOrMore, self).parseImpl(instring, loc, doActions) - except (ParseException,IndexError): - return loc, [] - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "[" + _ustr(self.expr) + "]..." - - return self.strRepr - -class _NullToken(object): - def __bool__(self): - return False - __nonzero__ = __bool__ - def __str__(self): - return "" - -_optionalNotMatched = _NullToken() -class Optional(ParseElementEnhance): - """ - Optional matching of the given expression. - - Parameters: - - expr - expression that must match zero or more times - - default (optional) - value to be returned if the optional expression is not found. - - Example:: - # US postal code can be a 5-digit zip, plus optional 4-digit qualifier - zip = Combine(Word(nums, exact=5) + Optional('-' + Word(nums, exact=4))) - zip.runTests(''' - # traditional ZIP code - 12345 - - # ZIP+4 form - 12101-0001 - - # invalid ZIP - 98765- - ''') - prints:: - # traditional ZIP code - 12345 - ['12345'] - - # ZIP+4 form - 12101-0001 - ['12101-0001'] - - # invalid ZIP - 98765- - ^ - FAIL: Expected end of text (at char 5), (line:1, col:6) - """ - def __init__( self, expr, default=_optionalNotMatched ): - super(Optional,self).__init__( expr, savelist=False ) - self.saveAsList = self.expr.saveAsList - self.defaultValue = default - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - try: - loc, tokens = self.expr._parse( instring, loc, doActions, callPreParse=False ) - except (ParseException,IndexError): - if self.defaultValue is not _optionalNotMatched: - if self.expr.resultsName: - tokens = ParseResults([ self.defaultValue ]) - tokens[self.expr.resultsName] = self.defaultValue - else: - tokens = [ self.defaultValue ] - else: - tokens = [] - return loc, tokens - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "[" + _ustr(self.expr) + "]" - - return self.strRepr - -class SkipTo(ParseElementEnhance): - """ - Token for skipping over all undefined text until the matched expression is found. - - Parameters: - - expr - target expression marking the end of the data to be skipped - - include - (default=C{False}) if True, the target expression is also parsed - (the skipped text and target expression are returned as a 2-element list). - - ignore - (default=C{None}) used to define grammars (typically quoted strings and - comments) that might contain false matches to the target expression - - failOn - (default=C{None}) define expressions that are not allowed to be - included in the skipped test; if found before the target expression is found, - the SkipTo is not a match - - Example:: - report = ''' - Outstanding Issues Report - 1 Jan 2000 - - # | Severity | Description | Days Open - -----+----------+-------------------------------------------+----------- - 101 | Critical | Intermittent system crash | 6 - 94 | Cosmetic | Spelling error on Login ('log|n') | 14 - 79 | Minor | System slow when running too many reports | 47 - ''' - integer = Word(nums) - SEP = Suppress('|') - # use SkipTo to simply match everything up until the next SEP - # - ignore quoted strings, so that a '|' character inside a quoted string does not match - # - parse action will call token.strip() for each matched token, i.e., the description body - string_data = SkipTo(SEP, ignore=quotedString) - string_data.setParseAction(tokenMap(str.strip)) - ticket_expr = (integer("issue_num") + SEP - + string_data("sev") + SEP - + string_data("desc") + SEP - + integer("days_open")) - - for tkt in ticket_expr.searchString(report): - print tkt.dump() - prints:: - ['101', 'Critical', 'Intermittent system crash', '6'] - - days_open: 6 - - desc: Intermittent system crash - - issue_num: 101 - - sev: Critical - ['94', 'Cosmetic', "Spelling error on Login ('log|n')", '14'] - - days_open: 14 - - desc: Spelling error on Login ('log|n') - - issue_num: 94 - - sev: Cosmetic - ['79', 'Minor', 'System slow when running too many reports', '47'] - - days_open: 47 - - desc: System slow when running too many reports - - issue_num: 79 - - sev: Minor - """ - def __init__( self, other, include=False, ignore=None, failOn=None ): - super( SkipTo, self ).__init__( other ) - self.ignoreExpr = ignore - self.mayReturnEmpty = True - self.mayIndexError = False - self.includeMatch = include - self.asList = False - if isinstance(failOn, basestring): - self.failOn = ParserElement._literalStringClass(failOn) - else: - self.failOn = failOn - self.errmsg = "No match found for "+_ustr(self.expr) - - def parseImpl( self, instring, loc, doActions=True ): - startloc = loc - instrlen = len(instring) - expr = self.expr - expr_parse = self.expr._parse - self_failOn_canParseNext = self.failOn.canParseNext if self.failOn is not None else None - self_ignoreExpr_tryParse = self.ignoreExpr.tryParse if self.ignoreExpr is not None else None - - tmploc = loc - while tmploc <= instrlen: - if self_failOn_canParseNext is not None: - # break if failOn expression matches - if self_failOn_canParseNext(instring, tmploc): - break - - if self_ignoreExpr_tryParse is not None: - # advance past ignore expressions - while 1: - try: - tmploc = self_ignoreExpr_tryParse(instring, tmploc) - except ParseBaseException: - break - - try: - expr_parse(instring, tmploc, doActions=False, callPreParse=False) - except (ParseException, IndexError): - # no match, advance loc in string - tmploc += 1 - else: - # matched skipto expr, done - break - - else: - # ran off the end of the input string without matching skipto expr, fail - raise ParseException(instring, loc, self.errmsg, self) - - # build up return values - loc = tmploc - skiptext = instring[startloc:loc] - skipresult = ParseResults(skiptext) - - if self.includeMatch: - loc, mat = expr_parse(instring,loc,doActions,callPreParse=False) - skipresult += mat - - return loc, skipresult - -class Forward(ParseElementEnhance): - """ - Forward declaration of an expression to be defined later - - used for recursive grammars, such as algebraic infix notation. - When the expression is known, it is assigned to the C{Forward} variable using the '<<' operator. - - Note: take care when assigning to C{Forward} not to overlook precedence of operators. - Specifically, '|' has a lower precedence than '<<', so that:: - fwdExpr << a | b | c - will actually be evaluated as:: - (fwdExpr << a) | b | c - thereby leaving b and c out as parseable alternatives. It is recommended that you - explicitly group the values inserted into the C{Forward}:: - fwdExpr << (a | b | c) - Converting to use the '<<=' operator instead will avoid this problem. - - See L{ParseResults.pprint} for an example of a recursive parser created using - C{Forward}. - """ - def __init__( self, other=None ): - super(Forward,self).__init__( other, savelist=False ) - - def __lshift__( self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass(other) - self.expr = other - self.strRepr = None - self.mayIndexError = self.expr.mayIndexError - self.mayReturnEmpty = self.expr.mayReturnEmpty - self.setWhitespaceChars( self.expr.whiteChars ) - self.skipWhitespace = self.expr.skipWhitespace - self.saveAsList = self.expr.saveAsList - self.ignoreExprs.extend(self.expr.ignoreExprs) - return self - - def __ilshift__(self, other): - return self << other - - def leaveWhitespace( self ): - self.skipWhitespace = False - return self - - def streamline( self ): - if not self.streamlined: - self.streamlined = True - if self.expr is not None: - self.expr.streamline() - return self - - def validate( self, validateTrace=[] ): - if self not in validateTrace: - tmp = validateTrace[:]+[self] - if self.expr is not None: - self.expr.validate(tmp) - self.checkRecursion([]) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - return self.__class__.__name__ + ": ..." - - # stubbed out for now - creates awful memory and perf issues - self._revertClass = self.__class__ - self.__class__ = _ForwardNoRecurse - try: - if self.expr is not None: - retString = _ustr(self.expr) - else: - retString = "None" - finally: - self.__class__ = self._revertClass - return self.__class__.__name__ + ": " + retString - - def copy(self): - if self.expr is not None: - return super(Forward,self).copy() - else: - ret = Forward() - ret <<= self - return ret - -class _ForwardNoRecurse(Forward): - def __str__( self ): - return "..." - -class TokenConverter(ParseElementEnhance): - """ - Abstract subclass of C{ParseExpression}, for converting parsed results. - """ - def __init__( self, expr, savelist=False ): - super(TokenConverter,self).__init__( expr )#, savelist ) - self.saveAsList = False - -class Combine(TokenConverter): - """ - Converter to concatenate all matching tokens to a single string. - By default, the matching patterns must also be contiguous in the input string; - this can be disabled by specifying C{'adjacent=False'} in the constructor. - - Example:: - real = Word(nums) + '.' + Word(nums) - print(real.parseString('3.1416')) # -> ['3', '.', '1416'] - # will also erroneously match the following - print(real.parseString('3. 1416')) # -> ['3', '.', '1416'] - - real = Combine(Word(nums) + '.' + Word(nums)) - print(real.parseString('3.1416')) # -> ['3.1416'] - # no match when there are internal spaces - print(real.parseString('3. 1416')) # -> Exception: Expected W:(0123...) - """ - def __init__( self, expr, joinString="", adjacent=True ): - super(Combine,self).__init__( expr ) - # suppress whitespace-stripping in contained parse expressions, but re-enable it on the Combine itself - if adjacent: - self.leaveWhitespace() - self.adjacent = adjacent - self.skipWhitespace = True - self.joinString = joinString - self.callPreparse = True - - def ignore( self, other ): - if self.adjacent: - ParserElement.ignore(self, other) - else: - super( Combine, self).ignore( other ) - return self - - def postParse( self, instring, loc, tokenlist ): - retToks = tokenlist.copy() - del retToks[:] - retToks += ParseResults([ "".join(tokenlist._asStringList(self.joinString)) ], modal=self.modalResults) - - if self.resultsName and retToks.haskeys(): - return [ retToks ] - else: - return retToks - -class Group(TokenConverter): - """ - Converter to return the matched tokens as a list - useful for returning tokens of C{L{ZeroOrMore}} and C{L{OneOrMore}} expressions. - - Example:: - ident = Word(alphas) - num = Word(nums) - term = ident | num - func = ident + Optional(delimitedList(term)) - print(func.parseString("fn a,b,100")) # -> ['fn', 'a', 'b', '100'] - - func = ident + Group(Optional(delimitedList(term))) - print(func.parseString("fn a,b,100")) # -> ['fn', ['a', 'b', '100']] - """ - def __init__( self, expr ): - super(Group,self).__init__( expr ) - self.saveAsList = True - - def postParse( self, instring, loc, tokenlist ): - return [ tokenlist ] - -class Dict(TokenConverter): - """ - Converter to return a repetitive expression as a list, but also as a dictionary. - Each element can also be referenced using the first token in the expression as its key. - Useful for tabular report scraping when the first column can be used as a item key. - - Example:: - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word).setParseAction(' '.join)) - - text = "shape: SQUARE posn: upper left color: light blue texture: burlap" - attr_expr = (label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - - # print attributes as plain groups - print(OneOrMore(attr_expr).parseString(text).dump()) - - # instead of OneOrMore(expr), parse using Dict(OneOrMore(Group(expr))) - Dict will auto-assign names - result = Dict(OneOrMore(Group(attr_expr))).parseString(text) - print(result.dump()) - - # access named fields as dict entries, or output as dict - print(result['shape']) - print(result.asDict()) - prints:: - ['shape', 'SQUARE', 'posn', 'upper left', 'color', 'light blue', 'texture', 'burlap'] - - [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] - - color: light blue - - posn: upper left - - shape: SQUARE - - texture: burlap - SQUARE - {'color': 'light blue', 'posn': 'upper left', 'texture': 'burlap', 'shape': 'SQUARE'} - See more examples at L{ParseResults} of accessing fields by results name. - """ - def __init__( self, expr ): - super(Dict,self).__init__( expr ) - self.saveAsList = True - - def postParse( self, instring, loc, tokenlist ): - for i,tok in enumerate(tokenlist): - if len(tok) == 0: - continue - ikey = tok[0] - if isinstance(ikey,int): - ikey = _ustr(tok[0]).strip() - if len(tok)==1: - tokenlist[ikey] = _ParseResultsWithOffset("",i) - elif len(tok)==2 and not isinstance(tok[1],ParseResults): - tokenlist[ikey] = _ParseResultsWithOffset(tok[1],i) - else: - dictvalue = tok.copy() #ParseResults(i) - del dictvalue[0] - if len(dictvalue)!= 1 or (isinstance(dictvalue,ParseResults) and dictvalue.haskeys()): - tokenlist[ikey] = _ParseResultsWithOffset(dictvalue,i) - else: - tokenlist[ikey] = _ParseResultsWithOffset(dictvalue[0],i) - - if self.resultsName: - return [ tokenlist ] - else: - return tokenlist - - -class Suppress(TokenConverter): - """ - Converter for ignoring the results of a parsed expression. - - Example:: - source = "a, b, c,d" - wd = Word(alphas) - wd_list1 = wd + ZeroOrMore(',' + wd) - print(wd_list1.parseString(source)) - - # often, delimiters that are useful during parsing are just in the - # way afterward - use Suppress to keep them out of the parsed output - wd_list2 = wd + ZeroOrMore(Suppress(',') + wd) - print(wd_list2.parseString(source)) - prints:: - ['a', ',', 'b', ',', 'c', ',', 'd'] - ['a', 'b', 'c', 'd'] - (See also L{delimitedList}.) - """ - def postParse( self, instring, loc, tokenlist ): - return [] - - def suppress( self ): - return self - - -class OnlyOnce(object): - """ - Wrapper for parse actions, to ensure they are only called once. - """ - def __init__(self, methodCall): - self.callable = _trim_arity(methodCall) - self.called = False - def __call__(self,s,l,t): - if not self.called: - results = self.callable(s,l,t) - self.called = True - return results - raise ParseException(s,l,"") - def reset(self): - self.called = False - -def traceParseAction(f): - """ - Decorator for debugging parse actions. - - When the parse action is called, this decorator will print C{">> entering I{method-name}(line:I{current_source_line}, I{parse_location}, I{matched_tokens})".} - When the parse action completes, the decorator will print C{"<<"} followed by the returned value, or any exception that the parse action raised. - - Example:: - wd = Word(alphas) - - @traceParseAction - def remove_duplicate_chars(tokens): - return ''.join(sorted(set(''.join(tokens)))) - - wds = OneOrMore(wd).setParseAction(remove_duplicate_chars) - print(wds.parseString("slkdjs sld sldd sdlf sdljf")) - prints:: - >>entering remove_duplicate_chars(line: 'slkdjs sld sldd sdlf sdljf', 0, (['slkdjs', 'sld', 'sldd', 'sdlf', 'sdljf'], {})) - <<leaving remove_duplicate_chars (ret: 'dfjkls') - ['dfjkls'] - """ - f = _trim_arity(f) - def z(*paArgs): - thisFunc = f.__name__ - s,l,t = paArgs[-3:] - if len(paArgs)>3: - thisFunc = paArgs[0].__class__.__name__ + '.' + thisFunc - sys.stderr.write( ">>entering %s(line: '%s', %d, %r)\n" % (thisFunc,line(l,s),l,t) ) - try: - ret = f(*paArgs) - except Exception as exc: - sys.stderr.write( "<<leaving %s (exception: %s)\n" % (thisFunc,exc) ) - raise - sys.stderr.write( "<<leaving %s (ret: %r)\n" % (thisFunc,ret) ) - return ret - try: - z.__name__ = f.__name__ - except AttributeError: - pass - return z - -# -# global helpers -# -def delimitedList( expr, delim=",", combine=False ): - """ - Helper to define a delimited list of expressions - the delimiter defaults to ','. - By default, the list elements and delimiters can have intervening whitespace, and - comments, but this can be overridden by passing C{combine=True} in the constructor. - If C{combine} is set to C{True}, the matching tokens are returned as a single token - string, with the delimiters included; otherwise, the matching tokens are returned - as a list of tokens, with the delimiters suppressed. - - Example:: - delimitedList(Word(alphas)).parseString("aa,bb,cc") # -> ['aa', 'bb', 'cc'] - delimitedList(Word(hexnums), delim=':', combine=True).parseString("AA:BB:CC:DD:EE") # -> ['AA:BB:CC:DD:EE'] - """ - dlName = _ustr(expr)+" ["+_ustr(delim)+" "+_ustr(expr)+"]..." - if combine: - return Combine( expr + ZeroOrMore( delim + expr ) ).setName(dlName) - else: - return ( expr + ZeroOrMore( Suppress( delim ) + expr ) ).setName(dlName) - -def countedArray( expr, intExpr=None ): - """ - Helper to define a counted list of expressions. - This helper defines a pattern of the form:: - integer expr expr expr... - where the leading integer tells how many expr expressions follow. - The matched tokens returns the array of expr tokens as a list - the leading count token is suppressed. - - If C{intExpr} is specified, it should be a pyparsing expression that produces an integer value. - - Example:: - countedArray(Word(alphas)).parseString('2 ab cd ef') # -> ['ab', 'cd'] - - # in this parser, the leading integer value is given in binary, - # '10' indicating that 2 values are in the array - binaryConstant = Word('01').setParseAction(lambda t: int(t[0], 2)) - countedArray(Word(alphas), intExpr=binaryConstant).parseString('10 ab cd ef') # -> ['ab', 'cd'] - """ - arrayExpr = Forward() - def countFieldParseAction(s,l,t): - n = t[0] - arrayExpr << (n and Group(And([expr]*n)) or Group(empty)) - return [] - if intExpr is None: - intExpr = Word(nums).setParseAction(lambda t:int(t[0])) - else: - intExpr = intExpr.copy() - intExpr.setName("arrayLen") - intExpr.addParseAction(countFieldParseAction, callDuringTry=True) - return ( intExpr + arrayExpr ).setName('(len) ' + _ustr(expr) + '...') - -def _flatten(L): - ret = [] - for i in L: - if isinstance(i,list): - ret.extend(_flatten(i)) - else: - ret.append(i) - return ret - -def matchPreviousLiteral(expr): - """ - Helper to define an expression that is indirectly defined from - the tokens matched in a previous expression, that is, it looks - for a 'repeat' of a previous expression. For example:: - first = Word(nums) - second = matchPreviousLiteral(first) - matchExpr = first + ":" + second - will match C{"1:1"}, but not C{"1:2"}. Because this matches a - previous literal, will also match the leading C{"1:1"} in C{"1:10"}. - If this is not desired, use C{matchPreviousExpr}. - Do I{not} use with packrat parsing enabled. - """ - rep = Forward() - def copyTokenToRepeater(s,l,t): - if t: - if len(t) == 1: - rep << t[0] - else: - # flatten t tokens - tflat = _flatten(t.asList()) - rep << And(Literal(tt) for tt in tflat) - else: - rep << Empty() - expr.addParseAction(copyTokenToRepeater, callDuringTry=True) - rep.setName('(prev) ' + _ustr(expr)) - return rep - -def matchPreviousExpr(expr): - """ - Helper to define an expression that is indirectly defined from - the tokens matched in a previous expression, that is, it looks - for a 'repeat' of a previous expression. For example:: - first = Word(nums) - second = matchPreviousExpr(first) - matchExpr = first + ":" + second - will match C{"1:1"}, but not C{"1:2"}. Because this matches by - expressions, will I{not} match the leading C{"1:1"} in C{"1:10"}; - the expressions are evaluated first, and then compared, so - C{"1"} is compared with C{"10"}. - Do I{not} use with packrat parsing enabled. - """ - rep = Forward() - e2 = expr.copy() - rep <<= e2 - def copyTokenToRepeater(s,l,t): - matchTokens = _flatten(t.asList()) - def mustMatchTheseTokens(s,l,t): - theseTokens = _flatten(t.asList()) - if theseTokens != matchTokens: - raise ParseException("",0,"") - rep.setParseAction( mustMatchTheseTokens, callDuringTry=True ) - expr.addParseAction(copyTokenToRepeater, callDuringTry=True) - rep.setName('(prev) ' + _ustr(expr)) - return rep - -def _escapeRegexRangeChars(s): - #~ escape these chars: ^-] - for c in r"\^-]": - s = s.replace(c,_bslash+c) - s = s.replace("\n",r"\n") - s = s.replace("\t",r"\t") - return _ustr(s) - -def oneOf( strs, caseless=False, useRegex=True ): - """ - Helper to quickly define a set of alternative Literals, and makes sure to do - longest-first testing when there is a conflict, regardless of the input order, - but returns a C{L{MatchFirst}} for best performance. - - Parameters: - - strs - a string of space-delimited literals, or a collection of string literals - - caseless - (default=C{False}) - treat all literals as caseless - - useRegex - (default=C{True}) - as an optimization, will generate a Regex - object; otherwise, will generate a C{MatchFirst} object (if C{caseless=True}, or - if creating a C{Regex} raises an exception) - - Example:: - comp_oper = oneOf("< = > <= >= !=") - var = Word(alphas) - number = Word(nums) - term = var | number - comparison_expr = term + comp_oper + term - print(comparison_expr.searchString("B = 12 AA=23 B<=AA AA>12")) - prints:: - [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] - """ - if caseless: - isequal = ( lambda a,b: a.upper() == b.upper() ) - masks = ( lambda a,b: b.upper().startswith(a.upper()) ) - parseElementClass = CaselessLiteral - else: - isequal = ( lambda a,b: a == b ) - masks = ( lambda a,b: b.startswith(a) ) - parseElementClass = Literal - - symbols = [] - if isinstance(strs,basestring): - symbols = strs.split() - elif isinstance(strs, Iterable): - symbols = list(strs) - else: - warnings.warn("Invalid argument to oneOf, expected string or iterable", - SyntaxWarning, stacklevel=2) - if not symbols: - return NoMatch() - - i = 0 - while i < len(symbols)-1: - cur = symbols[i] - for j,other in enumerate(symbols[i+1:]): - if ( isequal(other, cur) ): - del symbols[i+j+1] - break - elif ( masks(cur, other) ): - del symbols[i+j+1] - symbols.insert(i,other) - cur = other - break - else: - i += 1 - - if not caseless and useRegex: - #~ print (strs,"->", "|".join( [ _escapeRegexChars(sym) for sym in symbols] )) - try: - if len(symbols)==len("".join(symbols)): - return Regex( "[%s]" % "".join(_escapeRegexRangeChars(sym) for sym in symbols) ).setName(' | '.join(symbols)) - else: - return Regex( "|".join(re.escape(sym) for sym in symbols) ).setName(' | '.join(symbols)) - except Exception: - warnings.warn("Exception creating Regex for oneOf, building MatchFirst", - SyntaxWarning, stacklevel=2) - - - # last resort, just use MatchFirst - return MatchFirst(parseElementClass(sym) for sym in symbols).setName(' | '.join(symbols)) - -def dictOf( key, value ): - """ - Helper to easily and clearly define a dictionary by specifying the respective patterns - for the key and value. Takes care of defining the C{L{Dict}}, C{L{ZeroOrMore}}, and C{L{Group}} tokens - in the proper order. The key pattern can include delimiting markers or punctuation, - as long as they are suppressed, thereby leaving the significant key text. The value - pattern can include named results, so that the C{Dict} results can include named token - fields. - - Example:: - text = "shape: SQUARE posn: upper left color: light blue texture: burlap" - attr_expr = (label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - print(OneOrMore(attr_expr).parseString(text).dump()) - - attr_label = label - attr_value = Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join) - - # similar to Dict, but simpler call format - result = dictOf(attr_label, attr_value).parseString(text) - print(result.dump()) - print(result['shape']) - print(result.shape) # object attribute access works too - print(result.asDict()) - prints:: - [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] - - color: light blue - - posn: upper left - - shape: SQUARE - - texture: burlap - SQUARE - SQUARE - {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} - """ - return Dict( ZeroOrMore( Group ( key + value ) ) ) - -def originalTextFor(expr, asString=True): - """ - Helper to return the original, untokenized text for a given expression. Useful to - restore the parsed fields of an HTML start tag into the raw tag text itself, or to - revert separate tokens with intervening whitespace back to the original matching - input text. By default, returns astring containing the original parsed text. - - If the optional C{asString} argument is passed as C{False}, then the return value is a - C{L{ParseResults}} containing any results names that were originally matched, and a - single token containing the original matched text from the input string. So if - the expression passed to C{L{originalTextFor}} contains expressions with defined - results names, you must set C{asString} to C{False} if you want to preserve those - results name values. - - Example:: - src = "this is test <b> bold <i>text</i> </b> normal text " - for tag in ("b","i"): - opener,closer = makeHTMLTags(tag) - patt = originalTextFor(opener + SkipTo(closer) + closer) - print(patt.searchString(src)[0]) - prints:: - ['<b> bold <i>text</i> </b>'] - ['<i>text</i>'] - """ - locMarker = Empty().setParseAction(lambda s,loc,t: loc) - endlocMarker = locMarker.copy() - endlocMarker.callPreparse = False - matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") - if asString: - extractText = lambda s,l,t: s[t._original_start:t._original_end] - else: - def extractText(s,l,t): - t[:] = [s[t.pop('_original_start'):t.pop('_original_end')]] - matchExpr.setParseAction(extractText) - matchExpr.ignoreExprs = expr.ignoreExprs - return matchExpr - -def ungroup(expr): - """ - Helper to undo pyparsing's default grouping of And expressions, even - if all but one are non-empty. - """ - return TokenConverter(expr).setParseAction(lambda t:t[0]) - -def locatedExpr(expr): - """ - Helper to decorate a returned token with its starting and ending locations in the input string. - This helper adds the following results names: - - locn_start = location where matched expression begins - - locn_end = location where matched expression ends - - value = the actual parsed results - - Be careful if the input text contains C{<TAB>} characters, you may want to call - C{L{ParserElement.parseWithTabs}} - - Example:: - wd = Word(alphas) - for match in locatedExpr(wd).searchString("ljsdf123lksdjjf123lkkjj1222"): - print(match) - prints:: - [[0, 'ljsdf', 5]] - [[8, 'lksdjjf', 15]] - [[18, 'lkkjj', 23]] - """ - locator = Empty().setParseAction(lambda s,l,t: l) - return Group(locator("locn_start") + expr("value") + locator.copy().leaveWhitespace()("locn_end")) - - -# convenience constants for positional expressions -empty = Empty().setName("empty") -lineStart = LineStart().setName("lineStart") -lineEnd = LineEnd().setName("lineEnd") -stringStart = StringStart().setName("stringStart") -stringEnd = StringEnd().setName("stringEnd") - -_escapedPunc = Word( _bslash, r"\[]-*.$+^?()~ ", exact=2 ).setParseAction(lambda s,l,t:t[0][1]) -_escapedHexChar = Regex(r"\\0?[xX][0-9a-fA-F]+").setParseAction(lambda s,l,t:unichr(int(t[0].lstrip(r'\0x'),16))) -_escapedOctChar = Regex(r"\\0[0-7]+").setParseAction(lambda s,l,t:unichr(int(t[0][1:],8))) -_singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | CharsNotIn(r'\]', exact=1) -_charRange = Group(_singleChar + Suppress("-") + _singleChar) -_reBracketExpr = Literal("[") + Optional("^").setResultsName("negate") + Group( OneOrMore( _charRange | _singleChar ) ).setResultsName("body") + "]" - -def srange(s): - r""" - Helper to easily define string ranges for use in Word construction. Borrows - syntax from regexp '[]' string range definitions:: - srange("[0-9]") -> "0123456789" - srange("[a-z]") -> "abcdefghijklmnopqrstuvwxyz" - srange("[a-z$_]") -> "abcdefghijklmnopqrstuvwxyz$_" - The input string must be enclosed in []'s, and the returned string is the expanded - character set joined into a single string. - The values enclosed in the []'s may be: - - a single character - - an escaped character with a leading backslash (such as C{\-} or C{\]}) - - an escaped hex character with a leading C{'\x'} (C{\x21}, which is a C{'!'} character) - (C{\0x##} is also supported for backwards compatibility) - - an escaped octal character with a leading C{'\0'} (C{\041}, which is a C{'!'} character) - - a range of any of the above, separated by a dash (C{'a-z'}, etc.) - - any combination of the above (C{'aeiouy'}, C{'a-zA-Z0-9_$'}, etc.) - """ - _expanded = lambda p: p if not isinstance(p,ParseResults) else ''.join(unichr(c) for c in range(ord(p[0]),ord(p[1])+1)) - try: - return "".join(_expanded(part) for part in _reBracketExpr.parseString(s).body) - except Exception: - return "" - -def matchOnlyAtCol(n): - """ - Helper method for defining parse actions that require matching at a specific - column in the input text. - """ - def verifyCol(strg,locn,toks): - if col(locn,strg) != n: - raise ParseException(strg,locn,"matched token not at column %d" % n) - return verifyCol - -def replaceWith(replStr): - """ - Helper method for common parse actions that simply return a literal value. Especially - useful when used with C{L{transformString<ParserElement.transformString>}()}. - - Example:: - num = Word(nums).setParseAction(lambda toks: int(toks[0])) - na = oneOf("N/A NA").setParseAction(replaceWith(math.nan)) - term = na | num - - OneOrMore(term).parseString("324 234 N/A 234") # -> [324, 234, nan, 234] - """ - return lambda s,l,t: [replStr] - -def removeQuotes(s,l,t): - """ - Helper parse action for removing quotation marks from parsed quoted strings. - - Example:: - # by default, quotation marks are included in parsed results - quotedString.parseString("'Now is the Winter of our Discontent'") # -> ["'Now is the Winter of our Discontent'"] - - # use removeQuotes to strip quotation marks from parsed results - quotedString.setParseAction(removeQuotes) - quotedString.parseString("'Now is the Winter of our Discontent'") # -> ["Now is the Winter of our Discontent"] - """ - return t[0][1:-1] - -def tokenMap(func, *args): - """ - Helper to define a parse action by mapping a function to all elements of a ParseResults list.If any additional - args are passed, they are forwarded to the given function as additional arguments after - the token, as in C{hex_integer = Word(hexnums).setParseAction(tokenMap(int, 16))}, which will convert the - parsed data to an integer using base 16. - - Example (compare the last to example in L{ParserElement.transformString}:: - hex_ints = OneOrMore(Word(hexnums)).setParseAction(tokenMap(int, 16)) - hex_ints.runTests(''' - 00 11 22 aa FF 0a 0d 1a - ''') - - upperword = Word(alphas).setParseAction(tokenMap(str.upper)) - OneOrMore(upperword).runTests(''' - my kingdom for a horse - ''') - - wd = Word(alphas).setParseAction(tokenMap(str.title)) - OneOrMore(wd).setParseAction(' '.join).runTests(''' - now is the winter of our discontent made glorious summer by this sun of york - ''') - prints:: - 00 11 22 aa FF 0a 0d 1a - [0, 17, 34, 170, 255, 10, 13, 26] - - my kingdom for a horse - ['MY', 'KINGDOM', 'FOR', 'A', 'HORSE'] - - now is the winter of our discontent made glorious summer by this sun of york - ['Now Is The Winter Of Our Discontent Made Glorious Summer By This Sun Of York'] - """ - def pa(s,l,t): - return [func(tokn, *args) for tokn in t] - - try: - func_name = getattr(func, '__name__', - getattr(func, '__class__').__name__) - except Exception: - func_name = str(func) - pa.__name__ = func_name - - return pa - -upcaseTokens = tokenMap(lambda t: _ustr(t).upper()) -"""(Deprecated) Helper parse action to convert tokens to upper case. Deprecated in favor of L{pyparsing_common.upcaseTokens}""" - -downcaseTokens = tokenMap(lambda t: _ustr(t).lower()) -"""(Deprecated) Helper parse action to convert tokens to lower case. Deprecated in favor of L{pyparsing_common.downcaseTokens}""" - -def _makeTags(tagStr, xml): - """Internal helper to construct opening and closing tag expressions, given a tag name""" - if isinstance(tagStr,basestring): - resname = tagStr - tagStr = Keyword(tagStr, caseless=not xml) - else: - resname = tagStr.name - - tagAttrName = Word(alphas,alphanums+"_-:") - if (xml): - tagAttrValue = dblQuotedString.copy().setParseAction( removeQuotes ) - openTag = Suppress("<") + tagStr("tag") + \ - Dict(ZeroOrMore(Group( tagAttrName + Suppress("=") + tagAttrValue ))) + \ - Optional("/",default=[False]).setResultsName("empty").setParseAction(lambda s,l,t:t[0]=='/') + Suppress(">") - else: - printablesLessRAbrack = "".join(c for c in printables if c not in ">") - tagAttrValue = quotedString.copy().setParseAction( removeQuotes ) | Word(printablesLessRAbrack) - openTag = Suppress("<") + tagStr("tag") + \ - Dict(ZeroOrMore(Group( tagAttrName.setParseAction(downcaseTokens) + \ - Optional( Suppress("=") + tagAttrValue ) ))) + \ - Optional("/",default=[False]).setResultsName("empty").setParseAction(lambda s,l,t:t[0]=='/') + Suppress(">") - closeTag = Combine(_L("</") + tagStr + ">") - - openTag = openTag.setResultsName("start"+"".join(resname.replace(":"," ").title().split())).setName("<%s>" % resname) - closeTag = closeTag.setResultsName("end"+"".join(resname.replace(":"," ").title().split())).setName("</%s>" % resname) - openTag.tag = resname - closeTag.tag = resname - return openTag, closeTag - -def makeHTMLTags(tagStr): - """ - Helper to construct opening and closing tag expressions for HTML, given a tag name. Matches - tags in either upper or lower case, attributes with namespaces and with quoted or unquoted values. - - Example:: - text = '<td>More info at the <a href="http://pyparsing.wikispaces.com">pyparsing</a> wiki page</td>' - # makeHTMLTags returns pyparsing expressions for the opening and closing tags as a 2-tuple - a,a_end = makeHTMLTags("A") - link_expr = a + SkipTo(a_end)("link_text") + a_end - - for link in link_expr.searchString(text): - # attributes in the <A> tag (like "href" shown here) are also accessible as named results - print(link.link_text, '->', link.href) - prints:: - pyparsing -> http://pyparsing.wikispaces.com - """ - return _makeTags( tagStr, False ) - -def makeXMLTags(tagStr): - """ - Helper to construct opening and closing tag expressions for XML, given a tag name. Matches - tags only in the given upper/lower case. - - Example: similar to L{makeHTMLTags} - """ - return _makeTags( tagStr, True ) - -def withAttribute(*args,**attrDict): - """ - Helper to create a validating parse action to be used with start tags created - with C{L{makeXMLTags}} or C{L{makeHTMLTags}}. Use C{withAttribute} to qualify a starting tag - with a required attribute value, to avoid false matches on common tags such as - C{<TD>} or C{<DIV>}. - - Call C{withAttribute} with a series of attribute names and values. Specify the list - of filter attributes names and values as: - - keyword arguments, as in C{(align="right")}, or - - as an explicit dict with C{**} operator, when an attribute name is also a Python - reserved word, as in C{**{"class":"Customer", "align":"right"}} - - a list of name-value tuples, as in ( ("ns1:class", "Customer"), ("ns2:align","right") ) - For attribute names with a namespace prefix, you must use the second form. Attribute - names are matched insensitive to upper/lower case. - - If just testing for C{class} (with or without a namespace), use C{L{withClass}}. - - To verify that the attribute exists, but without specifying a value, pass - C{withAttribute.ANY_VALUE} as the value. - - Example:: - html = ''' - <div> - Some text - <div type="grid">1 4 0 1 0</div> - <div type="graph">1,3 2,3 1,1</div> - <div>this has no type</div> - </div> - - ''' - div,div_end = makeHTMLTags("div") - - # only match div tag having a type attribute with value "grid" - div_grid = div().setParseAction(withAttribute(type="grid")) - grid_expr = div_grid + SkipTo(div | div_end)("body") - for grid_header in grid_expr.searchString(html): - print(grid_header.body) - - # construct a match with any div tag having a type attribute, regardless of the value - div_any_type = div().setParseAction(withAttribute(type=withAttribute.ANY_VALUE)) - div_expr = div_any_type + SkipTo(div | div_end)("body") - for div_header in div_expr.searchString(html): - print(div_header.body) - prints:: - 1 4 0 1 0 - - 1 4 0 1 0 - 1,3 2,3 1,1 - """ - if args: - attrs = args[:] - else: - attrs = attrDict.items() - attrs = [(k,v) for k,v in attrs] - def pa(s,l,tokens): - for attrName,attrValue in attrs: - if attrName not in tokens: - raise ParseException(s,l,"no matching attribute " + attrName) - if attrValue != withAttribute.ANY_VALUE and tokens[attrName] != attrValue: - raise ParseException(s,l,"attribute '%s' has value '%s', must be '%s'" % - (attrName, tokens[attrName], attrValue)) - return pa -withAttribute.ANY_VALUE = object() - -def withClass(classname, namespace=''): - """ - Simplified version of C{L{withAttribute}} when matching on a div class - made - difficult because C{class} is a reserved word in Python. - - Example:: - html = ''' - <div> - Some text - <div class="grid">1 4 0 1 0</div> - <div class="graph">1,3 2,3 1,1</div> - <div>this <div> has no class</div> - </div> - - ''' - div,div_end = makeHTMLTags("div") - div_grid = div().setParseAction(withClass("grid")) - - grid_expr = div_grid + SkipTo(div | div_end)("body") - for grid_header in grid_expr.searchString(html): - print(grid_header.body) - - div_any_type = div().setParseAction(withClass(withAttribute.ANY_VALUE)) - div_expr = div_any_type + SkipTo(div | div_end)("body") - for div_header in div_expr.searchString(html): - print(div_header.body) - prints:: - 1 4 0 1 0 - - 1 4 0 1 0 - 1,3 2,3 1,1 - """ - classattr = "%s:class" % namespace if namespace else "class" - return withAttribute(**{classattr : classname}) - -opAssoc = _Constants() -opAssoc.LEFT = object() -opAssoc.RIGHT = object() - -def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): - """ - Helper method for constructing grammars of expressions made up of - operators working in a precedence hierarchy. Operators may be unary or - binary, left- or right-associative. Parse actions can also be attached - to operator expressions. The generated parser will also recognize the use - of parentheses to override operator precedences (see example below). - - Note: if you define a deep operator list, you may see performance issues - when using infixNotation. See L{ParserElement.enablePackrat} for a - mechanism to potentially improve your parser performance. - - Parameters: - - baseExpr - expression representing the most basic element for the nested - - opList - list of tuples, one for each operator precedence level in the - expression grammar; each tuple is of the form - (opExpr, numTerms, rightLeftAssoc, parseAction), where: - - opExpr is the pyparsing expression for the operator; - may also be a string, which will be converted to a Literal; - if numTerms is 3, opExpr is a tuple of two expressions, for the - two operators separating the 3 terms - - numTerms is the number of terms for this operator (must - be 1, 2, or 3) - - rightLeftAssoc is the indicator whether the operator is - right or left associative, using the pyparsing-defined - constants C{opAssoc.RIGHT} and C{opAssoc.LEFT}. - - parseAction is the parse action to be associated with - expressions matching this operator expression (the - parse action tuple member may be omitted); if the parse action - is passed a tuple or list of functions, this is equivalent to - calling C{setParseAction(*fn)} (L{ParserElement.setParseAction}) - - lpar - expression for matching left-parentheses (default=C{Suppress('(')}) - - rpar - expression for matching right-parentheses (default=C{Suppress(')')}) - - Example:: - # simple example of four-function arithmetic with ints and variable names - integer = pyparsing_common.signed_integer - varname = pyparsing_common.identifier - - arith_expr = infixNotation(integer | varname, - [ - ('-', 1, opAssoc.RIGHT), - (oneOf('* /'), 2, opAssoc.LEFT), - (oneOf('+ -'), 2, opAssoc.LEFT), - ]) - - arith_expr.runTests(''' - 5+3*6 - (5+3)*6 - -2--11 - ''', fullDump=False) - prints:: - 5+3*6 - [[5, '+', [3, '*', 6]]] - - (5+3)*6 - [[[5, '+', 3], '*', 6]] - - -2--11 - [[['-', 2], '-', ['-', 11]]] - """ - ret = Forward() - lastExpr = baseExpr | ( lpar + ret + rpar ) - for i,operDef in enumerate(opList): - opExpr,arity,rightLeftAssoc,pa = (operDef + (None,))[:4] - termName = "%s term" % opExpr if arity < 3 else "%s%s term" % opExpr - if arity == 3: - if opExpr is None or len(opExpr) != 2: - raise ValueError("if numterms=3, opExpr must be a tuple or list of two expressions") - opExpr1, opExpr2 = opExpr - thisExpr = Forward().setName(termName) - if rightLeftAssoc == opAssoc.LEFT: - if arity == 1: - matchExpr = FollowedBy(lastExpr + opExpr) + Group( lastExpr + OneOrMore( opExpr ) ) - elif arity == 2: - if opExpr is not None: - matchExpr = FollowedBy(lastExpr + opExpr + lastExpr) + Group( lastExpr + OneOrMore( opExpr + lastExpr ) ) - else: - matchExpr = FollowedBy(lastExpr+lastExpr) + Group( lastExpr + OneOrMore(lastExpr) ) - elif arity == 3: - matchExpr = FollowedBy(lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr) + \ - Group( lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr ) - else: - raise ValueError("operator must be unary (1), binary (2), or ternary (3)") - elif rightLeftAssoc == opAssoc.RIGHT: - if arity == 1: - # try to avoid LR with this extra test - if not isinstance(opExpr, Optional): - opExpr = Optional(opExpr) - matchExpr = FollowedBy(opExpr.expr + thisExpr) + Group( opExpr + thisExpr ) - elif arity == 2: - if opExpr is not None: - matchExpr = FollowedBy(lastExpr + opExpr + thisExpr) + Group( lastExpr + OneOrMore( opExpr + thisExpr ) ) - else: - matchExpr = FollowedBy(lastExpr + thisExpr) + Group( lastExpr + OneOrMore( thisExpr ) ) - elif arity == 3: - matchExpr = FollowedBy(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + \ - Group( lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr ) - else: - raise ValueError("operator must be unary (1), binary (2), or ternary (3)") - else: - raise ValueError("operator must indicate right or left associativity") - if pa: - if isinstance(pa, (tuple, list)): - matchExpr.setParseAction(*pa) - else: - matchExpr.setParseAction(pa) - thisExpr <<= ( matchExpr.setName(termName) | lastExpr ) - lastExpr = thisExpr - ret <<= lastExpr - return ret - -operatorPrecedence = infixNotation -"""(Deprecated) Former name of C{L{infixNotation}}, will be dropped in a future release.""" - -dblQuotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"').setName("string enclosed in double quotes") -sglQuotedString = Combine(Regex(r"'(?:[^'\n\r\\]|(?:'')|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*")+"'").setName("string enclosed in single quotes") -quotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"'| - Regex(r"'(?:[^'\n\r\\]|(?:'')|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*")+"'").setName("quotedString using single or double quotes") -unicodeString = Combine(_L('u') + quotedString.copy()).setName("unicode string literal") - -def nestedExpr(opener="(", closer=")", content=None, ignoreExpr=quotedString.copy()): - """ - Helper method for defining nested lists enclosed in opening and closing - delimiters ("(" and ")" are the default). - - Parameters: - - opener - opening character for a nested list (default=C{"("}); can also be a pyparsing expression - - closer - closing character for a nested list (default=C{")"}); can also be a pyparsing expression - - content - expression for items within the nested lists (default=C{None}) - - ignoreExpr - expression for ignoring opening and closing delimiters (default=C{quotedString}) - - If an expression is not provided for the content argument, the nested - expression will capture all whitespace-delimited content between delimiters - as a list of separate values. - - Use the C{ignoreExpr} argument to define expressions that may contain - opening or closing characters that should not be treated as opening - or closing characters for nesting, such as quotedString or a comment - expression. Specify multiple expressions using an C{L{Or}} or C{L{MatchFirst}}. - The default is L{quotedString}, but if no expressions are to be ignored, - then pass C{None} for this argument. - - Example:: - data_type = oneOf("void int short long char float double") - decl_data_type = Combine(data_type + Optional(Word('*'))) - ident = Word(alphas+'_', alphanums+'_') - number = pyparsing_common.number - arg = Group(decl_data_type + ident) - LPAR,RPAR = map(Suppress, "()") - - code_body = nestedExpr('{', '}', ignoreExpr=(quotedString | cStyleComment)) - - c_function = (decl_data_type("type") - + ident("name") - + LPAR + Optional(delimitedList(arg), [])("args") + RPAR - + code_body("body")) - c_function.ignore(cStyleComment) - - source_code = ''' - int is_odd(int x) { - return (x%2); - } - - int dec_to_hex(char hchar) { - if (hchar >= '0' && hchar <= '9') { - return (ord(hchar)-ord('0')); - } else { - return (10+ord(hchar)-ord('A')); - } - } - ''' - for func in c_function.searchString(source_code): - print("%(name)s (%(type)s) args: %(args)s" % func) - - prints:: - is_odd (int) args: [['int', 'x']] - dec_to_hex (int) args: [['char', 'hchar']] - """ - if opener == closer: - raise ValueError("opening and closing strings cannot be the same") - if content is None: - if isinstance(opener,basestring) and isinstance(closer,basestring): - if len(opener) == 1 and len(closer)==1: - if ignoreExpr is not None: - content = (Combine(OneOrMore(~ignoreExpr + - CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - content = (empty.copy()+CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS - ).setParseAction(lambda t:t[0].strip())) - else: - if ignoreExpr is not None: - content = (Combine(OneOrMore(~ignoreExpr + - ~Literal(opener) + ~Literal(closer) + - CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - content = (Combine(OneOrMore(~Literal(opener) + ~Literal(closer) + - CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - raise ValueError("opening and closing arguments must be strings if no content expression is given") - ret = Forward() - if ignoreExpr is not None: - ret <<= Group( Suppress(opener) + ZeroOrMore( ignoreExpr | ret | content ) + Suppress(closer) ) - else: - ret <<= Group( Suppress(opener) + ZeroOrMore( ret | content ) + Suppress(closer) ) - ret.setName('nested %s%s expression' % (opener,closer)) - return ret - -def indentedBlock(blockStatementExpr, indentStack, indent=True): - """ - Helper method for defining space-delimited indentation blocks, such as - those used to define block statements in Python source code. - - Parameters: - - blockStatementExpr - expression defining syntax of statement that - is repeated within the indented block - - indentStack - list created by caller to manage indentation stack - (multiple statementWithIndentedBlock expressions within a single grammar - should share a common indentStack) - - indent - boolean indicating whether block must be indented beyond the - the current level; set to False for block of left-most statements - (default=C{True}) - - A valid block must contain at least one C{blockStatement}. - - Example:: - data = ''' - def A(z): - A1 - B = 100 - G = A2 - A2 - A3 - B - def BB(a,b,c): - BB1 - def BBA(): - bba1 - bba2 - bba3 - C - D - def spam(x,y): - def eggs(z): - pass - ''' - - - indentStack = [1] - stmt = Forward() - - identifier = Word(alphas, alphanums) - funcDecl = ("def" + identifier + Group( "(" + Optional( delimitedList(identifier) ) + ")" ) + ":") - func_body = indentedBlock(stmt, indentStack) - funcDef = Group( funcDecl + func_body ) - - rvalue = Forward() - funcCall = Group(identifier + "(" + Optional(delimitedList(rvalue)) + ")") - rvalue << (funcCall | identifier | Word(nums)) - assignment = Group(identifier + "=" + rvalue) - stmt << ( funcDef | assignment | identifier ) - - module_body = OneOrMore(stmt) - - parseTree = module_body.parseString(data) - parseTree.pprint() - prints:: - [['def', - 'A', - ['(', 'z', ')'], - ':', - [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], - 'B', - ['def', - 'BB', - ['(', 'a', 'b', 'c', ')'], - ':', - [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], - 'C', - 'D', - ['def', - 'spam', - ['(', 'x', 'y', ')'], - ':', - [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] - """ - def checkPeerIndent(s,l,t): - if l >= len(s): return - curCol = col(l,s) - if curCol != indentStack[-1]: - if curCol > indentStack[-1]: - raise ParseFatalException(s,l,"illegal nesting") - raise ParseException(s,l,"not a peer entry") - - def checkSubIndent(s,l,t): - curCol = col(l,s) - if curCol > indentStack[-1]: - indentStack.append( curCol ) - else: - raise ParseException(s,l,"not a subentry") - - def checkUnindent(s,l,t): - if l >= len(s): return - curCol = col(l,s) - if not(indentStack and curCol < indentStack[-1] and curCol <= indentStack[-2]): - raise ParseException(s,l,"not an unindent") - indentStack.pop() - - NL = OneOrMore(LineEnd().setWhitespaceChars("\t ").suppress()) - INDENT = (Empty() + Empty().setParseAction(checkSubIndent)).setName('INDENT') - PEER = Empty().setParseAction(checkPeerIndent).setName('') - UNDENT = Empty().setParseAction(checkUnindent).setName('UNINDENT') - if indent: - smExpr = Group( Optional(NL) + - #~ FollowedBy(blockStatementExpr) + - INDENT + (OneOrMore( PEER + Group(blockStatementExpr) + Optional(NL) )) + UNDENT) - else: - smExpr = Group( Optional(NL) + - (OneOrMore( PEER + Group(blockStatementExpr) + Optional(NL) )) ) - blockStatementExpr.ignore(_bslash + LineEnd()) - return smExpr.setName('indented block') - -alphas8bit = srange(r"[\0xc0-\0xd6\0xd8-\0xf6\0xf8-\0xff]") -punc8bit = srange(r"[\0xa1-\0xbf\0xd7\0xf7]") - -anyOpenTag,anyCloseTag = makeHTMLTags(Word(alphas,alphanums+"_:").setName('any tag')) -_htmlEntityMap = dict(zip("gt lt amp nbsp quot apos".split(),'><& "\'')) -commonHTMLEntity = Regex('&(?P<entity>' + '|'.join(_htmlEntityMap.keys()) +");").setName("common HTML entity") -def replaceHTMLEntity(t): - """Helper parser action to replace common HTML entities with their special characters""" - return _htmlEntityMap.get(t.entity) - -# it's easy to get these comment structures wrong - they're very common, so may as well make them available -cStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/').setName("C style comment") -"Comment of the form C{/* ... */}" - -htmlComment = Regex(r"<!--[\s\S]*?-->").setName("HTML comment") -"Comment of the form C{<!-- ... -->}" - -restOfLine = Regex(r".*").leaveWhitespace().setName("rest of line") -dblSlashComment = Regex(r"//(?:\\\n|[^\n])*").setName("// comment") -"Comment of the form C{// ... (to end of line)}" - -cppStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/'| dblSlashComment).setName("C++ style comment") -"Comment of either form C{L{cStyleComment}} or C{L{dblSlashComment}}" - -javaStyleComment = cppStyleComment -"Same as C{L{cppStyleComment}}" - -pythonStyleComment = Regex(r"#.*").setName("Python style comment") -"Comment of the form C{# ... (to end of line)}" - -_commasepitem = Combine(OneOrMore(Word(printables, excludeChars=',') + - Optional( Word(" \t") + - ~Literal(",") + ~LineEnd() ) ) ).streamline().setName("commaItem") -commaSeparatedList = delimitedList( Optional( quotedString.copy() | _commasepitem, default="") ).setName("commaSeparatedList") -"""(Deprecated) Predefined expression of 1 or more printable words or quoted strings, separated by commas. - This expression is deprecated in favor of L{pyparsing_common.comma_separated_list}.""" - -# some other useful expressions - using lower-case class name since we are really using this as a namespace -class pyparsing_common: - """ - Here are some common low-level expressions that may be useful in jump-starting parser development: - - numeric forms (L{integers<integer>}, L{reals<real>}, L{scientific notation<sci_real>}) - - common L{programming identifiers<identifier>} - - network addresses (L{MAC<mac_address>}, L{IPv4<ipv4_address>}, L{IPv6<ipv6_address>}) - - ISO8601 L{dates<iso8601_date>} and L{datetime<iso8601_datetime>} - - L{UUID<uuid>} - - L{comma-separated list<comma_separated_list>} - Parse actions: - - C{L{convertToInteger}} - - C{L{convertToFloat}} - - C{L{convertToDate}} - - C{L{convertToDatetime}} - - C{L{stripHTMLTags}} - - C{L{upcaseTokens}} - - C{L{downcaseTokens}} - - Example:: - pyparsing_common.number.runTests(''' - # any int or real number, returned as the appropriate type - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - ''') - - pyparsing_common.fnumber.runTests(''' - # any int or real number, returned as float - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - ''') - - pyparsing_common.hex_integer.runTests(''' - # hex numbers - 100 - FF - ''') - - pyparsing_common.fraction.runTests(''' - # fractions - 1/2 - -3/4 - ''') - - pyparsing_common.mixed_integer.runTests(''' - # mixed fractions - 1 - 1/2 - -3/4 - 1-3/4 - ''') - - import uuid - pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID)) - pyparsing_common.uuid.runTests(''' - # uuid - 12345678-1234-5678-1234-567812345678 - ''') - prints:: - # any int or real number, returned as the appropriate type - 100 - [100] - - -100 - [-100] - - +100 - [100] - - 3.14159 - [3.14159] - - 6.02e23 - [6.02e+23] - - 1e-12 - [1e-12] - - # any int or real number, returned as float - 100 - [100.0] - - -100 - [-100.0] - - +100 - [100.0] - - 3.14159 - [3.14159] - - 6.02e23 - [6.02e+23] - - 1e-12 - [1e-12] - - # hex numbers - 100 - [256] - - FF - [255] - - # fractions - 1/2 - [0.5] - - -3/4 - [-0.75] - - # mixed fractions - 1 - [1] - - 1/2 - [0.5] - - -3/4 - [-0.75] - - 1-3/4 - [1.75] - - # uuid - 12345678-1234-5678-1234-567812345678 - [UUID('12345678-1234-5678-1234-567812345678')] - """ - - convertToInteger = tokenMap(int) - """ - Parse action for converting parsed integers to Python int - """ - - convertToFloat = tokenMap(float) - """ - Parse action for converting parsed numbers to Python float - """ - - integer = Word(nums).setName("integer").setParseAction(convertToInteger) - """expression that parses an unsigned integer, returns an int""" - - hex_integer = Word(hexnums).setName("hex integer").setParseAction(tokenMap(int,16)) - """expression that parses a hexadecimal integer, returns an int""" - - signed_integer = Regex(r'[+-]?\d+').setName("signed integer").setParseAction(convertToInteger) - """expression that parses an integer with optional leading sign, returns an int""" - - fraction = (signed_integer().setParseAction(convertToFloat) + '/' + signed_integer().setParseAction(convertToFloat)).setName("fraction") - """fractional expression of an integer divided by an integer, returns a float""" - fraction.addParseAction(lambda t: t[0]/t[-1]) - - mixed_integer = (fraction | signed_integer + Optional(Optional('-').suppress() + fraction)).setName("fraction or mixed integer-fraction") - """mixed integer of the form 'integer - fraction', with optional leading integer, returns float""" - mixed_integer.addParseAction(sum) - - real = Regex(r'[+-]?\d+\.\d*').setName("real number").setParseAction(convertToFloat) - """expression that parses a floating point number and returns a float""" - - sci_real = Regex(r'[+-]?\d+([eE][+-]?\d+|\.\d*([eE][+-]?\d+)?)').setName("real number with scientific notation").setParseAction(convertToFloat) - """expression that parses a floating point number with optional scientific notation and returns a float""" - - # streamlining this expression makes the docs nicer-looking - number = (sci_real | real | signed_integer).streamline() - """any numeric expression, returns the corresponding Python type""" - - fnumber = Regex(r'[+-]?\d+\.?\d*([eE][+-]?\d+)?').setName("fnumber").setParseAction(convertToFloat) - """any int or real number, returned as float""" - - identifier = Word(alphas+'_', alphanums+'_').setName("identifier") - """typical code identifier (leading alpha or '_', followed by 0 or more alphas, nums, or '_')""" - - ipv4_address = Regex(r'(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(\.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}').setName("IPv4 address") - "IPv4 address (C{0.0.0.0 - 255.255.255.255})" - - _ipv6_part = Regex(r'[0-9a-fA-F]{1,4}').setName("hex_integer") - _full_ipv6_address = (_ipv6_part + (':' + _ipv6_part)*7).setName("full IPv6 address") - _short_ipv6_address = (Optional(_ipv6_part + (':' + _ipv6_part)*(0,6)) + "::" + Optional(_ipv6_part + (':' + _ipv6_part)*(0,6))).setName("short IPv6 address") - _short_ipv6_address.addCondition(lambda t: sum(1 for tt in t if pyparsing_common._ipv6_part.matches(tt)) < 8) - _mixed_ipv6_address = ("::ffff:" + ipv4_address).setName("mixed IPv6 address") - ipv6_address = Combine((_full_ipv6_address | _mixed_ipv6_address | _short_ipv6_address).setName("IPv6 address")).setName("IPv6 address") - "IPv6 address (long, short, or mixed form)" - - mac_address = Regex(r'[0-9a-fA-F]{2}([:.-])[0-9a-fA-F]{2}(?:\1[0-9a-fA-F]{2}){4}').setName("MAC address") - "MAC address xx:xx:xx:xx:xx (may also have '-' or '.' delimiters)" - - @staticmethod - def convertToDate(fmt="%Y-%m-%d"): - """ - Helper to create a parse action for converting parsed date string to Python datetime.date - - Params - - - fmt - format to be passed to datetime.strptime (default=C{"%Y-%m-%d"}) - - Example:: - date_expr = pyparsing_common.iso8601_date.copy() - date_expr.setParseAction(pyparsing_common.convertToDate()) - print(date_expr.parseString("1999-12-31")) - prints:: - [datetime.date(1999, 12, 31)] - """ - def cvt_fn(s,l,t): - try: - return datetime.strptime(t[0], fmt).date() - except ValueError as ve: - raise ParseException(s, l, str(ve)) - return cvt_fn - - @staticmethod - def convertToDatetime(fmt="%Y-%m-%dT%H:%M:%S.%f"): - """ - Helper to create a parse action for converting parsed datetime string to Python datetime.datetime - - Params - - - fmt - format to be passed to datetime.strptime (default=C{"%Y-%m-%dT%H:%M:%S.%f"}) - - Example:: - dt_expr = pyparsing_common.iso8601_datetime.copy() - dt_expr.setParseAction(pyparsing_common.convertToDatetime()) - print(dt_expr.parseString("1999-12-31T23:59:59.999")) - prints:: - [datetime.datetime(1999, 12, 31, 23, 59, 59, 999000)] - """ - def cvt_fn(s,l,t): - try: - return datetime.strptime(t[0], fmt) - except ValueError as ve: - raise ParseException(s, l, str(ve)) - return cvt_fn - - iso8601_date = Regex(r'(?P<year>\d{4})(?:-(?P<month>\d\d)(?:-(?P<day>\d\d))?)?').setName("ISO8601 date") - "ISO8601 date (C{yyyy-mm-dd})" - - iso8601_datetime = Regex(r'(?P<year>\d{4})-(?P<month>\d\d)-(?P<day>\d\d)[T ](?P<hour>\d\d):(?P<minute>\d\d)(:(?P<second>\d\d(\.\d*)?)?)?(?P<tz>Z|[+-]\d\d:?\d\d)?').setName("ISO8601 datetime") - "ISO8601 datetime (C{yyyy-mm-ddThh:mm:ss.s(Z|+-00:00)}) - trailing seconds, milliseconds, and timezone optional; accepts separating C{'T'} or C{' '}" - - uuid = Regex(r'[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}').setName("UUID") - "UUID (C{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx})" - - _html_stripper = anyOpenTag.suppress() | anyCloseTag.suppress() - @staticmethod - def stripHTMLTags(s, l, tokens): - """ - Parse action to remove HTML tags from web page HTML source - - Example:: - # strip HTML links from normal text - text = '<td>More info at the <a href="http://pyparsing.wikispaces.com">pyparsing</a> wiki page</td>' - td,td_end = makeHTMLTags("TD") - table_text = td + SkipTo(td_end).setParseAction(pyparsing_common.stripHTMLTags)("body") + td_end - - print(table_text.parseString(text).body) # -> 'More info at the pyparsing wiki page' - """ - return pyparsing_common._html_stripper.transformString(tokens[0]) - - _commasepitem = Combine(OneOrMore(~Literal(",") + ~LineEnd() + Word(printables, excludeChars=',') - + Optional( White(" \t") ) ) ).streamline().setName("commaItem") - comma_separated_list = delimitedList( Optional( quotedString.copy() | _commasepitem, default="") ).setName("comma separated list") - """Predefined expression of 1 or more printable words or quoted strings, separated by commas.""" - - upcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).upper())) - """Parse action to convert tokens to upper case.""" - - downcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).lower())) - """Parse action to convert tokens to lower case.""" - - -if __name__ == "__main__": - - selectToken = CaselessLiteral("select") - fromToken = CaselessLiteral("from") - - ident = Word(alphas, alphanums + "_$") - - columnName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) - columnNameList = Group(delimitedList(columnName)).setName("columns") - columnSpec = ('*' | columnNameList) - - tableName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) - tableNameList = Group(delimitedList(tableName)).setName("tables") - - simpleSQL = selectToken("command") + columnSpec("columns") + fromToken + tableNameList("tables") - - # demo runTests method, including embedded comments in test string - simpleSQL.runTests(""" - # '*' as column list and dotted table name - select * from SYS.XYZZY - - # caseless match on "SELECT", and casts back to "select" - SELECT * from XYZZY, ABC - - # list of column names, and mixed case SELECT keyword - Select AA,BB,CC from Sys.dual - - # multiple tables - Select A, B, C from Sys.dual, Table2 - - # invalid SELECT keyword - should fail - Xelect A, B, C from Sys.dual - - # incomplete command - should fail - Select - - # invalid column name - should fail - Select ^^^ frox Sys.dual - - """) - - pyparsing_common.number.runTests(""" - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - """) - - # any int or real number, returned as float - pyparsing_common.fnumber.runTests(""" - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - """) - - pyparsing_common.hex_integer.runTests(""" - 100 - FF - """) - - import uuid - pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID)) - pyparsing_common.uuid.runTests(""" - 12345678-1234-5678-1234-567812345678 - """) diff --git a/lib/python3.8/site-packages/pkg_resources/_vendor/six.py b/lib/python3.8/site-packages/pkg_resources/_vendor/six.py deleted file mode 100644 index 190c023..0000000 --- a/lib/python3.8/site-packages/pkg_resources/_vendor/six.py +++ /dev/null @@ -1,868 +0,0 @@ -"""Utilities for writing code that runs on Python 2 and 3""" - -# Copyright (c) 2010-2015 Benjamin Peterson -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -from __future__ import absolute_import - -import functools -import itertools -import operator -import sys -import types - -__author__ = "Benjamin Peterson <benjamin@python.org>" -__version__ = "1.10.0" - - -# Useful for very coarse version differentiation. -PY2 = sys.version_info[0] == 2 -PY3 = sys.version_info[0] == 3 -PY34 = sys.version_info[0:2] >= (3, 4) - -if PY3: - string_types = str, - integer_types = int, - class_types = type, - text_type = str - binary_type = bytes - - MAXSIZE = sys.maxsize -else: - string_types = basestring, - integer_types = (int, long) - class_types = (type, types.ClassType) - text_type = unicode - binary_type = str - - if sys.platform.startswith("java"): - # Jython always uses 32 bits. - MAXSIZE = int((1 << 31) - 1) - else: - # It's possible to have sizeof(long) != sizeof(Py_ssize_t). - class X(object): - - def __len__(self): - return 1 << 31 - try: - len(X()) - except OverflowError: - # 32-bit - MAXSIZE = int((1 << 31) - 1) - else: - # 64-bit - MAXSIZE = int((1 << 63) - 1) - del X - - -def _add_doc(func, doc): - """Add documentation to a function.""" - func.__doc__ = doc - - -def _import_module(name): - """Import module, returning the module after the last dot.""" - __import__(name) - return sys.modules[name] - - -class _LazyDescr(object): - - def __init__(self, name): - self.name = name - - def __get__(self, obj, tp): - result = self._resolve() - setattr(obj, self.name, result) # Invokes __set__. - try: - # This is a bit ugly, but it avoids running this again by - # removing this descriptor. - delattr(obj.__class__, self.name) - except AttributeError: - pass - return result - - -class MovedModule(_LazyDescr): - - def __init__(self, name, old, new=None): - super(MovedModule, self).__init__(name) - if PY3: - if new is None: - new = name - self.mod = new - else: - self.mod = old - - def _resolve(self): - return _import_module(self.mod) - - def __getattr__(self, attr): - _module = self._resolve() - value = getattr(_module, attr) - setattr(self, attr, value) - return value - - -class _LazyModule(types.ModuleType): - - def __init__(self, name): - super(_LazyModule, self).__init__(name) - self.__doc__ = self.__class__.__doc__ - - def __dir__(self): - attrs = ["__doc__", "__name__"] - attrs += [attr.name for attr in self._moved_attributes] - return attrs - - # Subclasses should override this - _moved_attributes = [] - - -class MovedAttribute(_LazyDescr): - - def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): - super(MovedAttribute, self).__init__(name) - if PY3: - if new_mod is None: - new_mod = name - self.mod = new_mod - if new_attr is None: - if old_attr is None: - new_attr = name - else: - new_attr = old_attr - self.attr = new_attr - else: - self.mod = old_mod - if old_attr is None: - old_attr = name - self.attr = old_attr - - def _resolve(self): - module = _import_module(self.mod) - return getattr(module, self.attr) - - -class _SixMetaPathImporter(object): - - """ - A meta path importer to import six.moves and its submodules. - - This class implements a PEP302 finder and loader. It should be compatible - with Python 2.5 and all existing versions of Python3 - """ - - def __init__(self, six_module_name): - self.name = six_module_name - self.known_modules = {} - - def _add_module(self, mod, *fullnames): - for fullname in fullnames: - self.known_modules[self.name + "." + fullname] = mod - - def _get_module(self, fullname): - return self.known_modules[self.name + "." + fullname] - - def find_module(self, fullname, path=None): - if fullname in self.known_modules: - return self - return None - - def __get_module(self, fullname): - try: - return self.known_modules[fullname] - except KeyError: - raise ImportError("This loader does not know module " + fullname) - - def load_module(self, fullname): - try: - # in case of a reload - return sys.modules[fullname] - except KeyError: - pass - mod = self.__get_module(fullname) - if isinstance(mod, MovedModule): - mod = mod._resolve() - else: - mod.__loader__ = self - sys.modules[fullname] = mod - return mod - - def is_package(self, fullname): - """ - Return true, if the named module is a package. - - We need this method to get correct spec objects with - Python 3.4 (see PEP451) - """ - return hasattr(self.__get_module(fullname), "__path__") - - def get_code(self, fullname): - """Return None - - Required, if is_package is implemented""" - self.__get_module(fullname) # eventually raises ImportError - return None - get_source = get_code # same as get_code - -_importer = _SixMetaPathImporter(__name__) - - -class _MovedItems(_LazyModule): - - """Lazy loading of moved objects""" - __path__ = [] # mark as package - - -_moved_attributes = [ - MovedAttribute("cStringIO", "cStringIO", "io", "StringIO"), - MovedAttribute("filter", "itertools", "builtins", "ifilter", "filter"), - MovedAttribute("filterfalse", "itertools", "itertools", "ifilterfalse", "filterfalse"), - MovedAttribute("input", "__builtin__", "builtins", "raw_input", "input"), - MovedAttribute("intern", "__builtin__", "sys"), - MovedAttribute("map", "itertools", "builtins", "imap", "map"), - MovedAttribute("getcwd", "os", "os", "getcwdu", "getcwd"), - MovedAttribute("getcwdb", "os", "os", "getcwd", "getcwdb"), - MovedAttribute("range", "__builtin__", "builtins", "xrange", "range"), - MovedAttribute("reload_module", "__builtin__", "importlib" if PY34 else "imp", "reload"), - MovedAttribute("reduce", "__builtin__", "functools"), - MovedAttribute("shlex_quote", "pipes", "shlex", "quote"), - MovedAttribute("StringIO", "StringIO", "io"), - MovedAttribute("UserDict", "UserDict", "collections"), - MovedAttribute("UserList", "UserList", "collections"), - MovedAttribute("UserString", "UserString", "collections"), - MovedAttribute("xrange", "__builtin__", "builtins", "xrange", "range"), - MovedAttribute("zip", "itertools", "builtins", "izip", "zip"), - MovedAttribute("zip_longest", "itertools", "itertools", "izip_longest", "zip_longest"), - MovedModule("builtins", "__builtin__"), - MovedModule("configparser", "ConfigParser"), - MovedModule("copyreg", "copy_reg"), - MovedModule("dbm_gnu", "gdbm", "dbm.gnu"), - MovedModule("_dummy_thread", "dummy_thread", "_dummy_thread"), - MovedModule("http_cookiejar", "cookielib", "http.cookiejar"), - MovedModule("http_cookies", "Cookie", "http.cookies"), - MovedModule("html_entities", "htmlentitydefs", "html.entities"), - MovedModule("html_parser", "HTMLParser", "html.parser"), - MovedModule("http_client", "httplib", "http.client"), - MovedModule("email_mime_multipart", "email.MIMEMultipart", "email.mime.multipart"), - MovedModule("email_mime_nonmultipart", "email.MIMENonMultipart", "email.mime.nonmultipart"), - MovedModule("email_mime_text", "email.MIMEText", "email.mime.text"), - MovedModule("email_mime_base", "email.MIMEBase", "email.mime.base"), - MovedModule("BaseHTTPServer", "BaseHTTPServer", "http.server"), - MovedModule("CGIHTTPServer", "CGIHTTPServer", "http.server"), - MovedModule("SimpleHTTPServer", "SimpleHTTPServer", "http.server"), - MovedModule("cPickle", "cPickle", "pickle"), - MovedModule("queue", "Queue"), - MovedModule("reprlib", "repr"), - MovedModule("socketserver", "SocketServer"), - MovedModule("_thread", "thread", "_thread"), - MovedModule("tkinter", "Tkinter"), - MovedModule("tkinter_dialog", "Dialog", "tkinter.dialog"), - MovedModule("tkinter_filedialog", "FileDialog", "tkinter.filedialog"), - MovedModule("tkinter_scrolledtext", "ScrolledText", "tkinter.scrolledtext"), - MovedModule("tkinter_simpledialog", "SimpleDialog", "tkinter.simpledialog"), - MovedModule("tkinter_tix", "Tix", "tkinter.tix"), - MovedModule("tkinter_ttk", "ttk", "tkinter.ttk"), - MovedModule("tkinter_constants", "Tkconstants", "tkinter.constants"), - MovedModule("tkinter_dnd", "Tkdnd", "tkinter.dnd"), - MovedModule("tkinter_colorchooser", "tkColorChooser", - "tkinter.colorchooser"), - MovedModule("tkinter_commondialog", "tkCommonDialog", - "tkinter.commondialog"), - MovedModule("tkinter_tkfiledialog", "tkFileDialog", "tkinter.filedialog"), - MovedModule("tkinter_font", "tkFont", "tkinter.font"), - MovedModule("tkinter_messagebox", "tkMessageBox", "tkinter.messagebox"), - MovedModule("tkinter_tksimpledialog", "tkSimpleDialog", - "tkinter.simpledialog"), - MovedModule("urllib_parse", __name__ + ".moves.urllib_parse", "urllib.parse"), - MovedModule("urllib_error", __name__ + ".moves.urllib_error", "urllib.error"), - MovedModule("urllib", __name__ + ".moves.urllib", __name__ + ".moves.urllib"), - MovedModule("urllib_robotparser", "robotparser", "urllib.robotparser"), - MovedModule("xmlrpc_client", "xmlrpclib", "xmlrpc.client"), - MovedModule("xmlrpc_server", "SimpleXMLRPCServer", "xmlrpc.server"), -] -# Add windows specific modules. -if sys.platform == "win32": - _moved_attributes += [ - MovedModule("winreg", "_winreg"), - ] - -for attr in _moved_attributes: - setattr(_MovedItems, attr.name, attr) - if isinstance(attr, MovedModule): - _importer._add_module(attr, "moves." + attr.name) -del attr - -_MovedItems._moved_attributes = _moved_attributes - -moves = _MovedItems(__name__ + ".moves") -_importer._add_module(moves, "moves") - - -class Module_six_moves_urllib_parse(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_parse""" - - -_urllib_parse_moved_attributes = [ - MovedAttribute("ParseResult", "urlparse", "urllib.parse"), - MovedAttribute("SplitResult", "urlparse", "urllib.parse"), - MovedAttribute("parse_qs", "urlparse", "urllib.parse"), - MovedAttribute("parse_qsl", "urlparse", "urllib.parse"), - MovedAttribute("urldefrag", "urlparse", "urllib.parse"), - MovedAttribute("urljoin", "urlparse", "urllib.parse"), - MovedAttribute("urlparse", "urlparse", "urllib.parse"), - MovedAttribute("urlsplit", "urlparse", "urllib.parse"), - MovedAttribute("urlunparse", "urlparse", "urllib.parse"), - MovedAttribute("urlunsplit", "urlparse", "urllib.parse"), - MovedAttribute("quote", "urllib", "urllib.parse"), - MovedAttribute("quote_plus", "urllib", "urllib.parse"), - MovedAttribute("unquote", "urllib", "urllib.parse"), - MovedAttribute("unquote_plus", "urllib", "urllib.parse"), - MovedAttribute("urlencode", "urllib", "urllib.parse"), - MovedAttribute("splitquery", "urllib", "urllib.parse"), - MovedAttribute("splittag", "urllib", "urllib.parse"), - MovedAttribute("splituser", "urllib", "urllib.parse"), - MovedAttribute("uses_fragment", "urlparse", "urllib.parse"), - MovedAttribute("uses_netloc", "urlparse", "urllib.parse"), - MovedAttribute("uses_params", "urlparse", "urllib.parse"), - MovedAttribute("uses_query", "urlparse", "urllib.parse"), - MovedAttribute("uses_relative", "urlparse", "urllib.parse"), -] -for attr in _urllib_parse_moved_attributes: - setattr(Module_six_moves_urllib_parse, attr.name, attr) -del attr - -Module_six_moves_urllib_parse._moved_attributes = _urllib_parse_moved_attributes - -_importer._add_module(Module_six_moves_urllib_parse(__name__ + ".moves.urllib_parse"), - "moves.urllib_parse", "moves.urllib.parse") - - -class Module_six_moves_urllib_error(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_error""" - - -_urllib_error_moved_attributes = [ - MovedAttribute("URLError", "urllib2", "urllib.error"), - MovedAttribute("HTTPError", "urllib2", "urllib.error"), - MovedAttribute("ContentTooShortError", "urllib", "urllib.error"), -] -for attr in _urllib_error_moved_attributes: - setattr(Module_six_moves_urllib_error, attr.name, attr) -del attr - -Module_six_moves_urllib_error._moved_attributes = _urllib_error_moved_attributes - -_importer._add_module(Module_six_moves_urllib_error(__name__ + ".moves.urllib.error"), - "moves.urllib_error", "moves.urllib.error") - - -class Module_six_moves_urllib_request(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_request""" - - -_urllib_request_moved_attributes = [ - MovedAttribute("urlopen", "urllib2", "urllib.request"), - MovedAttribute("install_opener", "urllib2", "urllib.request"), - MovedAttribute("build_opener", "urllib2", "urllib.request"), - MovedAttribute("pathname2url", "urllib", "urllib.request"), - MovedAttribute("url2pathname", "urllib", "urllib.request"), - MovedAttribute("getproxies", "urllib", "urllib.request"), - MovedAttribute("Request", "urllib2", "urllib.request"), - MovedAttribute("OpenerDirector", "urllib2", "urllib.request"), - MovedAttribute("HTTPDefaultErrorHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPRedirectHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPCookieProcessor", "urllib2", "urllib.request"), - MovedAttribute("ProxyHandler", "urllib2", "urllib.request"), - MovedAttribute("BaseHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPPasswordMgr", "urllib2", "urllib.request"), - MovedAttribute("HTTPPasswordMgrWithDefaultRealm", "urllib2", "urllib.request"), - MovedAttribute("AbstractBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("ProxyBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("AbstractDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("ProxyDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPSHandler", "urllib2", "urllib.request"), - MovedAttribute("FileHandler", "urllib2", "urllib.request"), - MovedAttribute("FTPHandler", "urllib2", "urllib.request"), - MovedAttribute("CacheFTPHandler", "urllib2", "urllib.request"), - MovedAttribute("UnknownHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPErrorProcessor", "urllib2", "urllib.request"), - MovedAttribute("urlretrieve", "urllib", "urllib.request"), - MovedAttribute("urlcleanup", "urllib", "urllib.request"), - MovedAttribute("URLopener", "urllib", "urllib.request"), - MovedAttribute("FancyURLopener", "urllib", "urllib.request"), - MovedAttribute("proxy_bypass", "urllib", "urllib.request"), -] -for attr in _urllib_request_moved_attributes: - setattr(Module_six_moves_urllib_request, attr.name, attr) -del attr - -Module_six_moves_urllib_request._moved_attributes = _urllib_request_moved_attributes - -_importer._add_module(Module_six_moves_urllib_request(__name__ + ".moves.urllib.request"), - "moves.urllib_request", "moves.urllib.request") - - -class Module_six_moves_urllib_response(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_response""" - - -_urllib_response_moved_attributes = [ - MovedAttribute("addbase", "urllib", "urllib.response"), - MovedAttribute("addclosehook", "urllib", "urllib.response"), - MovedAttribute("addinfo", "urllib", "urllib.response"), - MovedAttribute("addinfourl", "urllib", "urllib.response"), -] -for attr in _urllib_response_moved_attributes: - setattr(Module_six_moves_urllib_response, attr.name, attr) -del attr - -Module_six_moves_urllib_response._moved_attributes = _urllib_response_moved_attributes - -_importer._add_module(Module_six_moves_urllib_response(__name__ + ".moves.urllib.response"), - "moves.urllib_response", "moves.urllib.response") - - -class Module_six_moves_urllib_robotparser(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_robotparser""" - - -_urllib_robotparser_moved_attributes = [ - MovedAttribute("RobotFileParser", "robotparser", "urllib.robotparser"), -] -for attr in _urllib_robotparser_moved_attributes: - setattr(Module_six_moves_urllib_robotparser, attr.name, attr) -del attr - -Module_six_moves_urllib_robotparser._moved_attributes = _urllib_robotparser_moved_attributes - -_importer._add_module(Module_six_moves_urllib_robotparser(__name__ + ".moves.urllib.robotparser"), - "moves.urllib_robotparser", "moves.urllib.robotparser") - - -class Module_six_moves_urllib(types.ModuleType): - - """Create a six.moves.urllib namespace that resembles the Python 3 namespace""" - __path__ = [] # mark as package - parse = _importer._get_module("moves.urllib_parse") - error = _importer._get_module("moves.urllib_error") - request = _importer._get_module("moves.urllib_request") - response = _importer._get_module("moves.urllib_response") - robotparser = _importer._get_module("moves.urllib_robotparser") - - def __dir__(self): - return ['parse', 'error', 'request', 'response', 'robotparser'] - -_importer._add_module(Module_six_moves_urllib(__name__ + ".moves.urllib"), - "moves.urllib") - - -def add_move(move): - """Add an item to six.moves.""" - setattr(_MovedItems, move.name, move) - - -def remove_move(name): - """Remove item from six.moves.""" - try: - delattr(_MovedItems, name) - except AttributeError: - try: - del moves.__dict__[name] - except KeyError: - raise AttributeError("no such move, %r" % (name,)) - - -if PY3: - _meth_func = "__func__" - _meth_self = "__self__" - - _func_closure = "__closure__" - _func_code = "__code__" - _func_defaults = "__defaults__" - _func_globals = "__globals__" -else: - _meth_func = "im_func" - _meth_self = "im_self" - - _func_closure = "func_closure" - _func_code = "func_code" - _func_defaults = "func_defaults" - _func_globals = "func_globals" - - -try: - advance_iterator = next -except NameError: - def advance_iterator(it): - return it.next() -next = advance_iterator - - -try: - callable = callable -except NameError: - def callable(obj): - return any("__call__" in klass.__dict__ for klass in type(obj).__mro__) - - -if PY3: - def get_unbound_function(unbound): - return unbound - - create_bound_method = types.MethodType - - def create_unbound_method(func, cls): - return func - - Iterator = object -else: - def get_unbound_function(unbound): - return unbound.im_func - - def create_bound_method(func, obj): - return types.MethodType(func, obj, obj.__class__) - - def create_unbound_method(func, cls): - return types.MethodType(func, None, cls) - - class Iterator(object): - - def next(self): - return type(self).__next__(self) - - callable = callable -_add_doc(get_unbound_function, - """Get the function out of a possibly unbound function""") - - -get_method_function = operator.attrgetter(_meth_func) -get_method_self = operator.attrgetter(_meth_self) -get_function_closure = operator.attrgetter(_func_closure) -get_function_code = operator.attrgetter(_func_code) -get_function_defaults = operator.attrgetter(_func_defaults) -get_function_globals = operator.attrgetter(_func_globals) - - -if PY3: - def iterkeys(d, **kw): - return iter(d.keys(**kw)) - - def itervalues(d, **kw): - return iter(d.values(**kw)) - - def iteritems(d, **kw): - return iter(d.items(**kw)) - - def iterlists(d, **kw): - return iter(d.lists(**kw)) - - viewkeys = operator.methodcaller("keys") - - viewvalues = operator.methodcaller("values") - - viewitems = operator.methodcaller("items") -else: - def iterkeys(d, **kw): - return d.iterkeys(**kw) - - def itervalues(d, **kw): - return d.itervalues(**kw) - - def iteritems(d, **kw): - return d.iteritems(**kw) - - def iterlists(d, **kw): - return d.iterlists(**kw) - - viewkeys = operator.methodcaller("viewkeys") - - viewvalues = operator.methodcaller("viewvalues") - - viewitems = operator.methodcaller("viewitems") - -_add_doc(iterkeys, "Return an iterator over the keys of a dictionary.") -_add_doc(itervalues, "Return an iterator over the values of a dictionary.") -_add_doc(iteritems, - "Return an iterator over the (key, value) pairs of a dictionary.") -_add_doc(iterlists, - "Return an iterator over the (key, [values]) pairs of a dictionary.") - - -if PY3: - def b(s): - return s.encode("latin-1") - - def u(s): - return s - unichr = chr - import struct - int2byte = struct.Struct(">B").pack - del struct - byte2int = operator.itemgetter(0) - indexbytes = operator.getitem - iterbytes = iter - import io - StringIO = io.StringIO - BytesIO = io.BytesIO - _assertCountEqual = "assertCountEqual" - if sys.version_info[1] <= 1: - _assertRaisesRegex = "assertRaisesRegexp" - _assertRegex = "assertRegexpMatches" - else: - _assertRaisesRegex = "assertRaisesRegex" - _assertRegex = "assertRegex" -else: - def b(s): - return s - # Workaround for standalone backslash - - def u(s): - return unicode(s.replace(r'\\', r'\\\\'), "unicode_escape") - unichr = unichr - int2byte = chr - - def byte2int(bs): - return ord(bs[0]) - - def indexbytes(buf, i): - return ord(buf[i]) - iterbytes = functools.partial(itertools.imap, ord) - import StringIO - StringIO = BytesIO = StringIO.StringIO - _assertCountEqual = "assertItemsEqual" - _assertRaisesRegex = "assertRaisesRegexp" - _assertRegex = "assertRegexpMatches" -_add_doc(b, """Byte literal""") -_add_doc(u, """Text literal""") - - -def assertCountEqual(self, *args, **kwargs): - return getattr(self, _assertCountEqual)(*args, **kwargs) - - -def assertRaisesRegex(self, *args, **kwargs): - return getattr(self, _assertRaisesRegex)(*args, **kwargs) - - -def assertRegex(self, *args, **kwargs): - return getattr(self, _assertRegex)(*args, **kwargs) - - -if PY3: - exec_ = getattr(moves.builtins, "exec") - - def reraise(tp, value, tb=None): - if value is None: - value = tp() - if value.__traceback__ is not tb: - raise value.with_traceback(tb) - raise value - -else: - def exec_(_code_, _globs_=None, _locs_=None): - """Execute code in a namespace.""" - if _globs_ is None: - frame = sys._getframe(1) - _globs_ = frame.f_globals - if _locs_ is None: - _locs_ = frame.f_locals - del frame - elif _locs_ is None: - _locs_ = _globs_ - exec("""exec _code_ in _globs_, _locs_""") - - exec_("""def reraise(tp, value, tb=None): - raise tp, value, tb -""") - - -if sys.version_info[:2] == (3, 2): - exec_("""def raise_from(value, from_value): - if from_value is None: - raise value - raise value from from_value -""") -elif sys.version_info[:2] > (3, 2): - exec_("""def raise_from(value, from_value): - raise value from from_value -""") -else: - def raise_from(value, from_value): - raise value - - -print_ = getattr(moves.builtins, "print", None) -if print_ is None: - def print_(*args, **kwargs): - """The new-style print function for Python 2.4 and 2.5.""" - fp = kwargs.pop("file", sys.stdout) - if fp is None: - return - - def write(data): - if not isinstance(data, basestring): - data = str(data) - # If the file has an encoding, encode unicode with it. - if (isinstance(fp, file) and - isinstance(data, unicode) and - fp.encoding is not None): - errors = getattr(fp, "errors", None) - if errors is None: - errors = "strict" - data = data.encode(fp.encoding, errors) - fp.write(data) - want_unicode = False - sep = kwargs.pop("sep", None) - if sep is not None: - if isinstance(sep, unicode): - want_unicode = True - elif not isinstance(sep, str): - raise TypeError("sep must be None or a string") - end = kwargs.pop("end", None) - if end is not None: - if isinstance(end, unicode): - want_unicode = True - elif not isinstance(end, str): - raise TypeError("end must be None or a string") - if kwargs: - raise TypeError("invalid keyword arguments to print()") - if not want_unicode: - for arg in args: - if isinstance(arg, unicode): - want_unicode = True - break - if want_unicode: - newline = unicode("\n") - space = unicode(" ") - else: - newline = "\n" - space = " " - if sep is None: - sep = space - if end is None: - end = newline - for i, arg in enumerate(args): - if i: - write(sep) - write(arg) - write(end) -if sys.version_info[:2] < (3, 3): - _print = print_ - - def print_(*args, **kwargs): - fp = kwargs.get("file", sys.stdout) - flush = kwargs.pop("flush", False) - _print(*args, **kwargs) - if flush and fp is not None: - fp.flush() - -_add_doc(reraise, """Reraise an exception.""") - -if sys.version_info[0:2] < (3, 4): - def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, - updated=functools.WRAPPER_UPDATES): - def wrapper(f): - f = functools.wraps(wrapped, assigned, updated)(f) - f.__wrapped__ = wrapped - return f - return wrapper -else: - wraps = functools.wraps - - -def with_metaclass(meta, *bases): - """Create a base class with a metaclass.""" - # This requires a bit of explanation: the basic idea is to make a dummy - # metaclass for one level of class instantiation that replaces itself with - # the actual metaclass. - class metaclass(meta): - - def __new__(cls, name, this_bases, d): - return meta(name, bases, d) - return type.__new__(metaclass, 'temporary_class', (), {}) - - -def add_metaclass(metaclass): - """Class decorator for creating a class with a metaclass.""" - def wrapper(cls): - orig_vars = cls.__dict__.copy() - slots = orig_vars.get('__slots__') - if slots is not None: - if isinstance(slots, str): - slots = [slots] - for slots_var in slots: - orig_vars.pop(slots_var) - orig_vars.pop('__dict__', None) - orig_vars.pop('__weakref__', None) - return metaclass(cls.__name__, cls.__bases__, orig_vars) - return wrapper - - -def python_2_unicode_compatible(klass): - """ - A decorator that defines __unicode__ and __str__ methods under Python 2. - Under Python 3 it does nothing. - - To support Python 2 and 3 with a single code base, define a __str__ method - returning text and apply this decorator to the class. - """ - if PY2: - if '__str__' not in klass.__dict__: - raise ValueError("@python_2_unicode_compatible cannot be applied " - "to %s because it doesn't define __str__()." % - klass.__name__) - klass.__unicode__ = klass.__str__ - klass.__str__ = lambda self: self.__unicode__().encode('utf-8') - return klass - - -# Complete the moves implementation. -# This code is at the end of this module to speed up module loading. -# Turn this module into a package. -__path__ = [] # required for PEP 302 and PEP 451 -__package__ = __name__ # see PEP 366 @ReservedAssignment -if globals().get("__spec__") is not None: - __spec__.submodule_search_locations = [] # PEP 451 @UndefinedVariable -# Remove other six meta path importers, since they cause problems. This can -# happen if six is removed from sys.modules and then reloaded. (Setuptools does -# this for some reason.) -if sys.meta_path: - for i, importer in enumerate(sys.meta_path): - # Here's some real nastiness: Another "instance" of the six module might - # be floating around. Therefore, we can't use isinstance() to check for - # the six meta path importer, since the other six instance will have - # inserted an importer with different class. - if (type(importer).__name__ == "_SixMetaPathImporter" and - importer.name == __name__): - del sys.meta_path[i] - break - del i, importer -# Finally, add the importer to the meta path import hook. -sys.meta_path.append(_importer) diff --git a/lib/python3.8/site-packages/pkg_resources/extern/__init__.py b/lib/python3.8/site-packages/pkg_resources/extern/__init__.py deleted file mode 100644 index c1eb9e9..0000000 --- a/lib/python3.8/site-packages/pkg_resources/extern/__init__.py +++ /dev/null @@ -1,73 +0,0 @@ -import sys - - -class VendorImporter: - """ - A PEP 302 meta path importer for finding optionally-vendored - or otherwise naturally-installed packages from root_name. - """ - - def __init__(self, root_name, vendored_names=(), vendor_pkg=None): - self.root_name = root_name - self.vendored_names = set(vendored_names) - self.vendor_pkg = vendor_pkg or root_name.replace('extern', '_vendor') - - @property - def search_path(self): - """ - Search first the vendor package then as a natural package. - """ - yield self.vendor_pkg + '.' - yield '' - - def find_module(self, fullname, path=None): - """ - Return self when fullname starts with root_name and the - target module is one vendored through this importer. - """ - root, base, target = fullname.partition(self.root_name + '.') - if root: - return - if not any(map(target.startswith, self.vendored_names)): - return - return self - - def load_module(self, fullname): - """ - Iterate over the search path to locate and load fullname. - """ - root, base, target = fullname.partition(self.root_name + '.') - for prefix in self.search_path: - try: - extant = prefix + target - __import__(extant) - mod = sys.modules[extant] - sys.modules[fullname] = mod - # mysterious hack: - # Remove the reference to the extant package/module - # on later Python versions to cause relative imports - # in the vendor package to resolve the same modules - # as those going through this importer. - if prefix and sys.version_info > (3, 3): - del sys.modules[extant] - return mod - except ImportError: - pass - else: - raise ImportError( - "The '{target}' package is required; " - "normally this is bundled with this package so if you get " - "this warning, consult the packager of your " - "distribution.".format(**locals()) - ) - - def install(self): - """ - Install this importer into sys.meta_path if not already present. - """ - if self not in sys.meta_path: - sys.meta_path.append(self) - - -names = 'packaging', 'pyparsing', 'six', 'appdirs' -VendorImporter(__name__, names).install() diff --git a/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 92feca80c53e50df9ac3b5183445afbf44342b30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2410 zcmZ`)TW=gS6t?HOJGr!gNNAyz1%k3tn;<Sy5d{^s6{<i{)j)w&VKiNPlSyXBQ`_5Q zm&pqoA)a_Z;=Ot7-{5EXm8bp%Bn0Ppb~kAvyz*Ild^_iSpFe-Iw3HAizkd8m`e&Pv zzp!(%_|UltRbK_e38w|=k}nANxPM5vKk>Sh2VGB4;R|o#Jq?Zsg;|@V6F!F(WTS`n zWSQ@H6TS)p>q*z+wCnR_9`Nvxb^{Ueh{uOyLc0+^$6LG&Ut^x|g+tP9@kPD_|84HW zDd+9-15t9R?hY!cj8NmlghBb7-Me#-eemA<Y#>a=s?2P&d^&~orDFZO<axQpWMy($ zW<@c&_QY)@xZ41xNV6@}UakczGc#0fPF`vQ4Z&f{-fp%fH0vulU`k4pmf1k8xz*1g z@Zdz$*v5Jbs(uGdO>2@8Lu+q>EwA>g%Qb!KbIQFV555GPKzRN}Hxm00R%zq3@vjrw z_WU&KYhmp2%yZ{~wy_dbk@bX4nt`<1-RcB3(4y$85KdPy8o-+<gu|J?@2s0awO-}b zwP}#o#`$%*C$>LYheL*yk+RV1uvMyrmP6GOdcE;&Jx%j6H)*<7jcjYyL1O6$451NC z=y>(P3qY;S=JhDfnHFq&P?0uz1x!tLfKRLB0rJXo7I6>8U%5mh)|(<zy=_2LX~O_B z)<iu+2tSo9(=40eI2&oO!YwRavt*+~T~3}+g}xuBMlC?sE@*d7id;H}?m2+NMLNEC zDzXz3dzjx@!DP%?a2+~;I0i^Dz$5z5KkyHNgRu71W$tYf;~BpWcLJCZPJk!+L;PAh zUW|X4hkqZyQ6)og*&c@49~K2tkpWee(QGdV^3N&5vXWy;=Ide7mN0A}`LGZy*G!hP z6avl7wvxlGZTN?g*$p~QoLYh~Had}QS8!I2cgZo#`dK-${vfMt(zt<MINo(4mtNbN z`Dp`8sSVIY8$8Oiuu<dG83^#!rj4hoaIjtkL&6mr!0%<KXP`K-pohGgl@>IR|F@v( z-@%-L!b311_1<mr!;c5y_;wxE!74e30F-D#DKWuLSVtGgL0reKO>dAoR1cvYac?(p zEtv5sspD^f)D(aVh>3R-wNIf($@k>(8{a`SG52>`ePY@Z@*ADdpFvYmLC0UtLAnbX zkQu?`6QK}2fZLJY37e6ukUbnmYzvw3IR{Q5)$yJqA=T?(#(#Vb`&{{{N%g^%*{whd zDDilhE5ScurBnk{z9|7Tdo(OL>YrnkW5rYnnU*Z?vymJ!<dYlP%Tx&}dzJNMsfR^# zJ*V?QVBKuRc&?4g9}ST`Ya5+Jy@WnGp*jyOn}Ad}?M_n=yb%aoLji3UAsrf4f&TQR zU1%PGJ4#7qBT)H4W^9D1DRigRT<TYGYvhi44b27IKdO}I=lf1-v(f-<B|k$wOzV_- zZ^0t{CKwW|fU<eC1;2zQ(X#so>v=TtgMYk#&k*v&HfMwnp>c$~2#uN;P=?)Dt>FJt zcoU9*bna>O#`lkj(L6{m-cOd7zzN9I8oqu`u@IV48kQAGWPHRRWGzZ_%#V$ZuP(v4 zwmn~CqpYexv=z$T>4e17SK=m&HBuOW$giA|!s(=r=az%Q0=)P{pgsYbfNTRLv=`I# z@i24B1-&>;x$LE>!YgiDm6DZEW~7i13iG4hM)NKjN9kjOYOV0Hqt@zWFfAH{N$Ale zP8M62+!(xvAX)f?13#fT0{zn1^mV>(V+fqXd(sJAPTUF`qSIP+aQpu|*S2mn0eyxq NnS1_P{_^dB{s)Cpa;pFU diff --git a/lib/python3.8/site-packages/pkg_resources/py31compat.py b/lib/python3.8/site-packages/pkg_resources/py31compat.py deleted file mode 100644 index a381c42..0000000 --- a/lib/python3.8/site-packages/pkg_resources/py31compat.py +++ /dev/null @@ -1,23 +0,0 @@ -import os -import errno -import sys - -from .extern import six - - -def _makedirs_31(path, exist_ok=False): - try: - os.makedirs(path) - except OSError as exc: - if not exist_ok or exc.errno != errno.EEXIST: - raise - - -# rely on compatibility behavior until mode considerations -# and exists_ok considerations are disentangled. -# See https://github.com/pypa/setuptools/pull/1083#issuecomment-315168663 -needs_makedirs = ( - six.PY2 or - (3, 4) <= sys.version_info < (3, 4, 1) -) -makedirs = _makedirs_31 if needs_makedirs else os.makedirs diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/INSTALLER b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/LICENSE b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/LICENSE deleted file mode 100644 index 6e0693b..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (C) 2016 Jason R Coombs <jaraco@jaraco.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. diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/METADATA b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/METADATA deleted file mode 100644 index 96f2587..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/METADATA +++ /dev/null @@ -1,77 +0,0 @@ -Metadata-Version: 2.1 -Name: setuptools -Version: 41.2.0 -Summary: Easily download, build, install, upgrade, and uninstall Python packages -Home-page: https://github.com/pypa/setuptools -Author: Python Packaging Authority -Author-email: distutils-sig@python.org -License: UNKNOWN -Project-URL: Documentation, https://setuptools.readthedocs.io/ -Keywords: CPAN PyPI distutils eggs package management -Platform: UNKNOWN -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: MIT License -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.7 -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 -Classifier: Programming Language :: Python :: 3.5 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 -Classifier: Topic :: Software Development :: Libraries :: Python Modules -Classifier: Topic :: System :: Archiving :: Packaging -Classifier: Topic :: System :: Systems Administration -Classifier: Topic :: Utilities -Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* -Description-Content-Type: text/x-rst; charset=UTF-8 -Provides-Extra: certs -Requires-Dist: certifi (==2016.9.26) ; extra == 'certs' -Provides-Extra: ssl -Requires-Dist: wincertstore (==0.2) ; (sys_platform == "win32") and extra == 'ssl' - -.. image:: https://img.shields.io/pypi/v/setuptools.svg - :target: https://pypi.org/project/setuptools - -.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg - :target: https://setuptools.readthedocs.io - -.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white - :target: https://travis-ci.org/pypa/setuptools - -.. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white - :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master - -.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white - :target: https://codecov.io/gh/pypa/setuptools - -.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat - :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme - -.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg - -See the `Installation Instructions -<https://packaging.python.org/installing/>`_ in the Python Packaging -User's Guide for instructions on installing, upgrading, and uninstalling -Setuptools. - -Questions and comments should be directed to the `distutils-sig -mailing list <http://mail.python.org/pipermail/distutils-sig/>`_. -Bug reports and especially tested patches may be -submitted directly to the `bug tracker -<https://github.com/pypa/setuptools/issues>`_. - -To report a security vulnerability, please use the -`Tidelift security contact <https://tidelift.com/security>`_. -Tidelift will coordinate the fix and disclosure. - - -Code of Conduct ---------------- - -Everyone interacting in the setuptools project's codebases, issue trackers, -chat rooms, and mailing lists is expected to follow the -`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_. - - diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/RECORD b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/RECORD deleted file mode 100644 index db72627..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/RECORD +++ /dev/null @@ -1,186 +0,0 @@ -../../../bin/easy_install,sha256=F3GGFuVm5kJVeJ69LU_xZE7EOr6VaCMK1W-WrWxv3ZQ,266 -../../../bin/easy_install-3.8,sha256=F3GGFuVm5kJVeJ69LU_xZE7EOr6VaCMK1W-WrWxv3ZQ,266 -__pycache__/easy_install.cpython-38.pyc,, -easy_install.py,sha256=MDC9vt5AxDsXX5qcKlBz2TnW6Tpuv_AobnfhCJ9X3PM,126 -pkg_resources/__init__.py,sha256=6Kq6B-JSGEFSg_2FAnl6Lmoa5by2RyjDxPBiWuAh-dw,108309 -pkg_resources/__pycache__/__init__.cpython-38.pyc,, -pkg_resources/__pycache__/py31compat.cpython-38.pyc,, -pkg_resources/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc,, -pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc,, -pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc,, -pkg_resources/_vendor/__pycache__/six.cpython-38.pyc,, -pkg_resources/_vendor/appdirs.py,sha256=MievUEuv3l_mQISH5SF0shDk_BNhHHzYiAPrT3ITN4I,24701 -pkg_resources/_vendor/packaging/__about__.py,sha256=zkcCPTN_6TcLW0Nrlg0176-R1QQ_WVPTm8sz1R4-HjM,720 -pkg_resources/_vendor/packaging/__init__.py,sha256=_vNac5TrzwsrzbOFIbF-5cHqc_Y2aPT2D7zrIR06BOo,513 -pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc,, -pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc,, -pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc,, -pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc,, -pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc,, -pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc,, -pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc,, -pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc,, -pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc,, -pkg_resources/_vendor/packaging/_compat.py,sha256=Vi_A0rAQeHbU-a9X0tt1yQm9RqkgQbDSxzRw8WlU9kA,860 -pkg_resources/_vendor/packaging/_structures.py,sha256=RImECJ4c_wTlaTYYwZYLHEiebDMaAJmK1oPARhw1T5o,1416 -pkg_resources/_vendor/packaging/markers.py,sha256=uEcBBtGvzqltgnArqb9c4RrcInXezDLos14zbBHhWJo,8248 -pkg_resources/_vendor/packaging/requirements.py,sha256=SikL2UynbsT0qtY9ltqngndha_sfo0w6XGFhAhoSoaQ,4355 -pkg_resources/_vendor/packaging/specifiers.py,sha256=SAMRerzO3fK2IkFZCaZkuwZaL_EGqHNOz4pni4vhnN0,28025 -pkg_resources/_vendor/packaging/utils.py,sha256=3m6WvPm6NNxE8rkTGmn0r75B_GZSGg7ikafxHsBN1WA,421 -pkg_resources/_vendor/packaging/version.py,sha256=OwGnxYfr2ghNzYx59qWIBkrK3SnB6n-Zfd1XaLpnnM0,11556 -pkg_resources/_vendor/pyparsing.py,sha256=tmrp-lu-qO1i75ZzIN5A12nKRRD1Cm4Vpk-5LR9rims,232055 -pkg_resources/_vendor/six.py,sha256=A6hdJZVjI3t_geebZ9BzUvwRrIXo0lfwzQlM2LcKyas,30098 -pkg_resources/extern/__init__.py,sha256=cHiEfHuLmm6rs5Ve_ztBfMI7Lr31vss-D4wkqF5xzlI,2498 -pkg_resources/extern/__pycache__/__init__.cpython-38.pyc,, -pkg_resources/py31compat.py,sha256=-WQ0e4c3RG_acdhwC3gLiXhP_lg4G5q7XYkZkQg0gxU,558 -setuptools-41.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -setuptools-41.2.0.dist-info/LICENSE,sha256=wyo6w5WvYyHv0ovnPQagDw22q4h9HCHU_sRhKNIFbVo,1078 -setuptools-41.2.0.dist-info/METADATA,sha256=_t0DvK_bLLT2yjvvNOCXiSIoNJvjX6dTWT8fLNVrUQk,3305 -setuptools-41.2.0.dist-info/RECORD,, -setuptools-41.2.0.dist-info/WHEEL,sha256=8zNYZbwQSXoB9IfXOjPfeNwvAsALAjffgk27FqvCWbo,110 -setuptools-41.2.0.dist-info/dependency_links.txt,sha256=HlkCFkoK5TbZ5EMLbLKYhLcY_E31kBWD8TqW2EgmatQ,239 -setuptools-41.2.0.dist-info/entry_points.txt,sha256=jBqCYDlVjl__sjYFGXo1JQGIMAYFJE-prYWUtnMZEew,2990 -setuptools-41.2.0.dist-info/top_level.txt,sha256=2HUXVVwA4Pff1xgTFr3GsTXXKaPaO6vlG6oNJ_4u4Tg,38 -setuptools-41.2.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 -setuptools/__init__.py,sha256=WBpCcn2lvdckotabeae1TTYonPOcgCIF3raD2zRWzBc,7283 -setuptools/__pycache__/__init__.cpython-38.pyc,, -setuptools/__pycache__/_deprecation_warning.cpython-38.pyc,, -setuptools/__pycache__/archive_util.cpython-38.pyc,, -setuptools/__pycache__/build_meta.cpython-38.pyc,, -setuptools/__pycache__/config.cpython-38.pyc,, -setuptools/__pycache__/dep_util.cpython-38.pyc,, -setuptools/__pycache__/depends.cpython-38.pyc,, -setuptools/__pycache__/dist.cpython-38.pyc,, -setuptools/__pycache__/extension.cpython-38.pyc,, -setuptools/__pycache__/glibc.cpython-38.pyc,, -setuptools/__pycache__/glob.cpython-38.pyc,, -setuptools/__pycache__/launch.cpython-38.pyc,, -setuptools/__pycache__/lib2to3_ex.cpython-38.pyc,, -setuptools/__pycache__/monkey.cpython-38.pyc,, -setuptools/__pycache__/msvc.cpython-38.pyc,, -setuptools/__pycache__/namespaces.cpython-38.pyc,, -setuptools/__pycache__/package_index.cpython-38.pyc,, -setuptools/__pycache__/pep425tags.cpython-38.pyc,, -setuptools/__pycache__/py27compat.cpython-38.pyc,, -setuptools/__pycache__/py31compat.cpython-38.pyc,, -setuptools/__pycache__/py33compat.cpython-38.pyc,, -setuptools/__pycache__/sandbox.cpython-38.pyc,, -setuptools/__pycache__/site-patch.cpython-38.pyc,, -setuptools/__pycache__/ssl_support.cpython-38.pyc,, -setuptools/__pycache__/unicode_utils.cpython-38.pyc,, -setuptools/__pycache__/version.cpython-38.pyc,, -setuptools/__pycache__/wheel.cpython-38.pyc,, -setuptools/__pycache__/windows_support.cpython-38.pyc,, -setuptools/_deprecation_warning.py,sha256=jU9-dtfv6cKmtQJOXN8nP1mm7gONw5kKEtiPtbwnZyI,218 -setuptools/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -setuptools/_vendor/__pycache__/__init__.cpython-38.pyc,, -setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc,, -setuptools/_vendor/__pycache__/six.cpython-38.pyc,, -setuptools/_vendor/packaging/__about__.py,sha256=zkcCPTN_6TcLW0Nrlg0176-R1QQ_WVPTm8sz1R4-HjM,720 -setuptools/_vendor/packaging/__init__.py,sha256=_vNac5TrzwsrzbOFIbF-5cHqc_Y2aPT2D7zrIR06BOo,513 -setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc,, -setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc,, -setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc,, -setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc,, -setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc,, -setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc,, -setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc,, -setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc,, -setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc,, -setuptools/_vendor/packaging/_compat.py,sha256=Vi_A0rAQeHbU-a9X0tt1yQm9RqkgQbDSxzRw8WlU9kA,860 -setuptools/_vendor/packaging/_structures.py,sha256=RImECJ4c_wTlaTYYwZYLHEiebDMaAJmK1oPARhw1T5o,1416 -setuptools/_vendor/packaging/markers.py,sha256=Gvpk9EY20yKaMTiKgQZ8yFEEpodqVgVYtfekoic1Yts,8239 -setuptools/_vendor/packaging/requirements.py,sha256=t44M2HVWtr8phIz2OhnILzuGT3rTATaovctV1dpnVIg,4343 -setuptools/_vendor/packaging/specifiers.py,sha256=SAMRerzO3fK2IkFZCaZkuwZaL_EGqHNOz4pni4vhnN0,28025 -setuptools/_vendor/packaging/utils.py,sha256=3m6WvPm6NNxE8rkTGmn0r75B_GZSGg7ikafxHsBN1WA,421 -setuptools/_vendor/packaging/version.py,sha256=OwGnxYfr2ghNzYx59qWIBkrK3SnB6n-Zfd1XaLpnnM0,11556 -setuptools/_vendor/pyparsing.py,sha256=tmrp-lu-qO1i75ZzIN5A12nKRRD1Cm4Vpk-5LR9rims,232055 -setuptools/_vendor/six.py,sha256=A6hdJZVjI3t_geebZ9BzUvwRrIXo0lfwzQlM2LcKyas,30098 -setuptools/archive_util.py,sha256=kw8Ib_lKjCcnPKNbS7h8HztRVK0d5RacU3r_KRdVnmM,6592 -setuptools/build_meta.py,sha256=-9Nmj9YdbW4zX3TssPJZhsENrTa4fw3k86Jm1cdKMik,9597 -setuptools/cli-32.exe,sha256=dfEuovMNnA2HLa3jRfMPVi5tk4R7alCbpTvuxtCyw0Y,65536 -setuptools/cli-64.exe,sha256=KLABu5pyrnokJCv6skjXZ6GsXeyYHGcqOUT3oHI3Xpo,74752 -setuptools/cli.exe,sha256=dfEuovMNnA2HLa3jRfMPVi5tk4R7alCbpTvuxtCyw0Y,65536 -setuptools/command/__init__.py,sha256=NWzJ0A1BEengZpVeqUyWLNm2bk4P3F4iL5QUErHy7kA,594 -setuptools/command/__pycache__/__init__.cpython-38.pyc,, -setuptools/command/__pycache__/alias.cpython-38.pyc,, -setuptools/command/__pycache__/bdist_egg.cpython-38.pyc,, -setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc,, -setuptools/command/__pycache__/bdist_wininst.cpython-38.pyc,, -setuptools/command/__pycache__/build_clib.cpython-38.pyc,, -setuptools/command/__pycache__/build_ext.cpython-38.pyc,, -setuptools/command/__pycache__/build_py.cpython-38.pyc,, -setuptools/command/__pycache__/develop.cpython-38.pyc,, -setuptools/command/__pycache__/dist_info.cpython-38.pyc,, -setuptools/command/__pycache__/easy_install.cpython-38.pyc,, -setuptools/command/__pycache__/egg_info.cpython-38.pyc,, -setuptools/command/__pycache__/install.cpython-38.pyc,, -setuptools/command/__pycache__/install_egg_info.cpython-38.pyc,, -setuptools/command/__pycache__/install_lib.cpython-38.pyc,, -setuptools/command/__pycache__/install_scripts.cpython-38.pyc,, -setuptools/command/__pycache__/py36compat.cpython-38.pyc,, -setuptools/command/__pycache__/register.cpython-38.pyc,, -setuptools/command/__pycache__/rotate.cpython-38.pyc,, -setuptools/command/__pycache__/saveopts.cpython-38.pyc,, -setuptools/command/__pycache__/sdist.cpython-38.pyc,, -setuptools/command/__pycache__/setopt.cpython-38.pyc,, -setuptools/command/__pycache__/test.cpython-38.pyc,, -setuptools/command/__pycache__/upload.cpython-38.pyc,, -setuptools/command/__pycache__/upload_docs.cpython-38.pyc,, -setuptools/command/alias.py,sha256=KjpE0sz_SDIHv3fpZcIQK-sCkJz-SrC6Gmug6b9Nkc8,2426 -setuptools/command/bdist_egg.py,sha256=be-IBpr1zhS9i6GjKANJgzkbH3ChImdWY7S-j0r2BK8,18167 -setuptools/command/bdist_rpm.py,sha256=B7l0TnzCGb-0nLlm6rS00jWLkojASwVmdhW2w5Qz_Ak,1508 -setuptools/command/bdist_wininst.py,sha256=_6dz3lpB1tY200LxKPLM7qgwTCceOMgaWFF-jW2-pm0,637 -setuptools/command/build_clib.py,sha256=bQ9aBr-5ZSO-9fGsGsDLz0mnnFteHUZnftVLkhvHDq0,4484 -setuptools/command/build_ext.py,sha256=Ib42YUGksBswm2mL5xmQPF6NeTA6HcqrvAtEgFCv32A,13019 -setuptools/command/build_py.py,sha256=yWyYaaS9F3o9JbIczn064A5g1C5_UiKRDxGaTqYbtLE,9596 -setuptools/command/develop.py,sha256=MQlnGS6uP19erK2JCNOyQYoYyquk3PADrqrrinqqLtA,8184 -setuptools/command/dist_info.py,sha256=5t6kOfrdgALT-P3ogss6PF9k-Leyesueycuk3dUyZnI,960 -setuptools/command/easy_install.py,sha256=telww7CuPsoTtvlpY-ktnZGT85cZ6xGCGZa0vHvFJ-Q,87273 -setuptools/command/egg_info.py,sha256=w73EdxYSOk2gsaAiHGL2dZrCldoPiuRr2eTfqcFvCds,25570 -setuptools/command/install.py,sha256=a0EZpL_A866KEdhicTGbuyD_TYl1sykfzdrri-zazT4,4683 -setuptools/command/install_egg_info.py,sha256=bMgeIeRiXzQ4DAGPV1328kcjwQjHjOWU4FngAWLV78Q,2203 -setuptools/command/install_lib.py,sha256=r5NuasaSxvmIrjgZNj38Iq-1UJG1o1ms7CuHq6MCTbQ,3862 -setuptools/command/install_scripts.py,sha256=UD0rEZ6861mTYhIdzcsqKnUl8PozocXWl9VBQ1VTWnc,2439 -setuptools/command/launcher manifest.xml,sha256=xlLbjWrB01tKC0-hlVkOKkiSPbzMml2eOPtJ_ucCnbE,628 -setuptools/command/py36compat.py,sha256=SzjZcOxF7zdFUT47Zv2n7AM3H8koDys_0OpS-n9gIfc,4986 -setuptools/command/register.py,sha256=LO3MvYKPE8dN1m-KkrBRHC68ZFoPvA_vI8Xgp7vv6zI,534 -setuptools/command/rotate.py,sha256=co5C1EkI7P0GGT6Tqz-T2SIj2LBJTZXYELpmao6d4KQ,2164 -setuptools/command/saveopts.py,sha256=za7QCBcQimKKriWcoCcbhxPjUz30gSB74zuTL47xpP4,658 -setuptools/command/sdist.py,sha256=gr5hFrDzUtGfp_0tu0sllzIyr3jMQegIkFmlDauQJxw,7388 -setuptools/command/setopt.py,sha256=NTWDyx-gjDF-txf4dO577s7LOzHVoKR0Mq33rFxaRr8,5085 -setuptools/command/test.py,sha256=oePJ49u17ENKtrM-rOrrLlRhtNnrzcSr0IW-gE9XVq0,9285 -setuptools/command/upload.py,sha256=GxtNkIl7SA0r8mACkbDcSCN1m2_WPppK9gZXJmQSiow,6811 -setuptools/command/upload_docs.py,sha256=oXiGplM_cUKLwE4CWWw98RzCufAu8tBhMC97GegFcms,7311 -setuptools/config.py,sha256=lz19l1AtoHctpp1_tbYZv176nrEj4Gpf7ykNIYTIkAQ,20425 -setuptools/dep_util.py,sha256=fgixvC1R7sH3r13ktyf7N0FALoqEXL1cBarmNpSEoWg,935 -setuptools/depends.py,sha256=hC8QIDcM3VDpRXvRVA6OfL9AaQfxvhxHcN_w6sAyNq8,5837 -setuptools/dist.py,sha256=MRrBrgBFEwzUvrJrIgW79IepDuAeRxetGuSPky-MawQ,50248 -setuptools/extension.py,sha256=uc6nHI-MxwmNCNPbUiBnybSyqhpJqjbhvOQ-emdvt_E,1729 -setuptools/extern/__init__.py,sha256=TxeNKFMSfBMzBpBDiHx8Dh3RzsdVmvWaXhtZ03DZMs0,2499 -setuptools/extern/__pycache__/__init__.cpython-38.pyc,, -setuptools/glibc.py,sha256=X64VvGPL2AbURKwYRsWJOXXGAYOiF_v2qixeTkAULuU,3146 -setuptools/glob.py,sha256=o75cHrOxYsvn854thSxE0x9k8JrKDuhP_rRXlVB00Q4,5084 -setuptools/gui-32.exe,sha256=XBr0bHMA6Hpz2s9s9Bzjl-PwXfa9nH4ie0rFn4V2kWA,65536 -setuptools/gui-64.exe,sha256=aYKMhX1IJLn4ULHgWX0sE0yREUt6B3TEHf_jOw6yNyE,75264 -setuptools/gui.exe,sha256=XBr0bHMA6Hpz2s9s9Bzjl-PwXfa9nH4ie0rFn4V2kWA,65536 -setuptools/launch.py,sha256=sd7ejwhBocCDx_wG9rIs0OaZ8HtmmFU8ZC6IR_S0Lvg,787 -setuptools/lib2to3_ex.py,sha256=t5e12hbR2pi9V4ezWDTB4JM-AISUnGOkmcnYHek3xjg,2013 -setuptools/monkey.py,sha256=FGc9fffh7gAxMLFmJs2DW_OYWpBjkdbNS2n14UAK4NA,5264 -setuptools/msvc.py,sha256=uuRFaZzjJt5Fv3ZmyKUUuLtjx12_8G9RILigGec4irI,40838 -setuptools/namespaces.py,sha256=F0Nrbv8KCT2OrO7rwa03om4N4GZKAlnce-rr-cgDQa8,3199 -setuptools/package_index.py,sha256=F9LBC-hQ5fkjeEVflxif0mo_DzRMrepahdFTPenOtGM,40587 -setuptools/pep425tags.py,sha256=o_D_WVeWcXZiI2xjPSg7pouGOvaWRgGRxEDK9DzAXIA,10861 -setuptools/py27compat.py,sha256=3mwxRMDk5Q5O1rSXOERbQDXhFqwDJhhUitfMW_qpUCo,536 -setuptools/py31compat.py,sha256=h2rtZghOfwoGYd8sQ0-auaKiF3TcL3qX0bX3VessqcE,838 -setuptools/py33compat.py,sha256=SMF9Z8wnGicTOkU1uRNwZ_kz5Z_bj29PUBbqdqeeNsc,1330 -setuptools/sandbox.py,sha256=9UbwfEL5QY436oMI1LtFWohhoZ-UzwHvGyZjUH_qhkw,14276 -setuptools/script (dev).tmpl,sha256=RUzQzCQUaXtwdLtYHWYbIQmOaES5Brqq1FvUA_tu-5I,218 -setuptools/script.tmpl,sha256=WGTt5piezO27c-Dbx6l5Q4T3Ff20A5z7872hv3aAhYY,138 -setuptools/site-patch.py,sha256=OumkIHMuoSenRSW1382kKWI1VAwxNE86E5W8iDd34FY,2302 -setuptools/ssl_support.py,sha256=nLjPUBBw7RTTx6O4RJZ5eAMGgjJG8beiDbkFXDZpLuM,8493 -setuptools/unicode_utils.py,sha256=NOiZ_5hD72A6w-4wVj8awHFM3n51Kmw1Ic_vx15XFqw,996 -setuptools/version.py,sha256=og_cuZQb0QI6ukKZFfZWPlr1HgJBPPn2vO2m_bI9ZTE,144 -setuptools/wheel.py,sha256=94uqXsOaKt91d9hW5z6ZppZmNSs_nO66R4uiwhcr4V0,8094 -setuptools/windows_support.py,sha256=5GrfqSP2-dLGJoZTq2g6dCKkyQxxa2n5IQiXlJCoYEE,714 diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/WHEEL b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/WHEEL deleted file mode 100644 index 8b701e9..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/WHEEL +++ /dev/null @@ -1,6 +0,0 @@ -Wheel-Version: 1.0 -Generator: bdist_wheel (0.33.6) -Root-Is-Purelib: true -Tag: py2-none-any -Tag: py3-none-any - diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/dependency_links.txt b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/dependency_links.txt deleted file mode 100644 index e87d021..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/dependency_links.txt +++ /dev/null @@ -1,2 +0,0 @@ -https://files.pythonhosted.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d -https://files.pythonhosted.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2 diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/entry_points.txt b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/entry_points.txt deleted file mode 100644 index 4159fd0..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/entry_points.txt +++ /dev/null @@ -1,65 +0,0 @@ -[console_scripts] -easy_install = setuptools.command.easy_install:main -easy_install-3.6 = setuptools.command.easy_install:main - -[distutils.commands] -alias = setuptools.command.alias:alias -bdist_egg = setuptools.command.bdist_egg:bdist_egg -bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm -bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst -build_clib = setuptools.command.build_clib:build_clib -build_ext = setuptools.command.build_ext:build_ext -build_py = setuptools.command.build_py:build_py -develop = setuptools.command.develop:develop -dist_info = setuptools.command.dist_info:dist_info -easy_install = setuptools.command.easy_install:easy_install -egg_info = setuptools.command.egg_info:egg_info -install = setuptools.command.install:install -install_egg_info = setuptools.command.install_egg_info:install_egg_info -install_lib = setuptools.command.install_lib:install_lib -install_scripts = setuptools.command.install_scripts:install_scripts -register = setuptools.command.register:register -rotate = setuptools.command.rotate:rotate -saveopts = setuptools.command.saveopts:saveopts -sdist = setuptools.command.sdist:sdist -setopt = setuptools.command.setopt:setopt -test = setuptools.command.test:test -upload = setuptools.command.upload:upload -upload_docs = setuptools.command.upload_docs:upload_docs - -[distutils.setup_keywords] -convert_2to3_doctests = setuptools.dist:assert_string_list -dependency_links = setuptools.dist:assert_string_list -eager_resources = setuptools.dist:assert_string_list -entry_points = setuptools.dist:check_entry_points -exclude_package_data = setuptools.dist:check_package_data -extras_require = setuptools.dist:check_extras -include_package_data = setuptools.dist:assert_bool -install_requires = setuptools.dist:check_requirements -namespace_packages = setuptools.dist:check_nsp -package_data = setuptools.dist:check_package_data -packages = setuptools.dist:check_packages -python_requires = setuptools.dist:check_specifier -setup_requires = setuptools.dist:check_requirements -test_loader = setuptools.dist:check_importable -test_runner = setuptools.dist:check_importable -test_suite = setuptools.dist:check_test_suite -tests_require = setuptools.dist:check_requirements -use_2to3 = setuptools.dist:assert_bool -use_2to3_exclude_fixers = setuptools.dist:assert_string_list -use_2to3_fixers = setuptools.dist:assert_string_list -zip_safe = setuptools.dist:assert_bool - -[egg_info.writers] -PKG-INFO = setuptools.command.egg_info:write_pkg_info -dependency_links.txt = setuptools.command.egg_info:overwrite_arg -depends.txt = setuptools.command.egg_info:warn_depends_obsolete -eager_resources.txt = setuptools.command.egg_info:overwrite_arg -entry_points.txt = setuptools.command.egg_info:write_entries -namespace_packages.txt = setuptools.command.egg_info:overwrite_arg -requires.txt = setuptools.command.egg_info:write_requirements -top_level.txt = setuptools.command.egg_info:write_toplevel_names - -[setuptools.installation] -eggsecutable = setuptools.command.easy_install:bootstrap - diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/top_level.txt b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/top_level.txt deleted file mode 100644 index 4577c6a..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/top_level.txt +++ /dev/null @@ -1,3 +0,0 @@ -easy_install -pkg_resources -setuptools diff --git a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/zip-safe b/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/zip-safe deleted file mode 100644 index 8b13789..0000000 --- a/lib/python3.8/site-packages/setuptools-41.2.0.dist-info/zip-safe +++ /dev/null @@ -1 +0,0 @@ - diff --git a/lib/python3.8/site-packages/setuptools/__init__.py b/lib/python3.8/site-packages/setuptools/__init__.py deleted file mode 100644 index a71b2bb..0000000 --- a/lib/python3.8/site-packages/setuptools/__init__.py +++ /dev/null @@ -1,228 +0,0 @@ -"""Extensions to the 'distutils' for large or complex distributions""" - -import os -import sys -import functools -import distutils.core -import distutils.filelist -import re -from distutils.errors import DistutilsOptionError -from distutils.util import convert_path -from fnmatch import fnmatchcase - -from ._deprecation_warning import SetuptoolsDeprecationWarning - -from setuptools.extern.six import PY3, string_types -from setuptools.extern.six.moves import filter, map - -import setuptools.version -from setuptools.extension import Extension -from setuptools.dist import Distribution, Feature -from setuptools.depends import Require -from . import monkey - -__metaclass__ = type - - -__all__ = [ - 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', - 'SetuptoolsDeprecationWarning', - 'find_packages' -] - -if PY3: - __all__.append('find_namespace_packages') - -__version__ = setuptools.version.__version__ - -bootstrap_install_from = None - -# If we run 2to3 on .py files, should we also convert docstrings? -# Default: yes; assume that we can detect doctests reliably -run_2to3_on_doctests = True -# Standard package names for fixer packages -lib2to3_fixer_packages = ['lib2to3.fixes'] - - -class PackageFinder: - """ - Generate a list of all Python packages found within a directory - """ - - @classmethod - def find(cls, where='.', exclude=(), include=('*',)): - """Return a list all Python packages found within directory 'where' - - 'where' is the root directory which will be searched for packages. It - should be supplied as a "cross-platform" (i.e. URL-style) path; it will - be converted to the appropriate local path syntax. - - 'exclude' is a sequence of package names to exclude; '*' can be used - as a wildcard in the names, such that 'foo.*' will exclude all - subpackages of 'foo' (but not 'foo' itself). - - 'include' is a sequence of package names to include. If it's - specified, only the named packages will be included. If it's not - specified, all found packages will be included. 'include' can contain - shell style wildcard patterns just like 'exclude'. - """ - - return list(cls._find_packages_iter( - convert_path(where), - cls._build_filter('ez_setup', '*__pycache__', *exclude), - cls._build_filter(*include))) - - @classmethod - def _find_packages_iter(cls, where, exclude, include): - """ - All the packages found in 'where' that pass the 'include' filter, but - not the 'exclude' filter. - """ - for root, dirs, files in os.walk(where, followlinks=True): - # Copy dirs to iterate over it, then empty dirs. - all_dirs = dirs[:] - dirs[:] = [] - - for dir in all_dirs: - full_path = os.path.join(root, dir) - rel_path = os.path.relpath(full_path, where) - package = rel_path.replace(os.path.sep, '.') - - # Skip directory trees that are not valid packages - if ('.' in dir or not cls._looks_like_package(full_path)): - continue - - # Should this package be included? - if include(package) and not exclude(package): - yield package - - # Keep searching subdirectories, as there may be more packages - # down there, even if the parent was excluded. - dirs.append(dir) - - @staticmethod - def _looks_like_package(path): - """Does a directory look like a package?""" - return os.path.isfile(os.path.join(path, '__init__.py')) - - @staticmethod - def _build_filter(*patterns): - """ - Given a list of patterns, return a callable that will be true only if - the input matches at least one of the patterns. - """ - return lambda name: any(fnmatchcase(name, pat=pat) for pat in patterns) - - -class PEP420PackageFinder(PackageFinder): - @staticmethod - def _looks_like_package(path): - return True - - -find_packages = PackageFinder.find - -if PY3: - find_namespace_packages = PEP420PackageFinder.find - - -def _install_setup_requires(attrs): - # Note: do not use `setuptools.Distribution` directly, as - # our PEP 517 backend patch `distutils.core.Distribution`. - dist = distutils.core.Distribution(dict( - (k, v) for k, v in attrs.items() - if k in ('dependency_links', 'setup_requires') - )) - # Honor setup.cfg's options. - dist.parse_config_files(ignore_option_errors=True) - if dist.setup_requires: - dist.fetch_build_eggs(dist.setup_requires) - - -def setup(**attrs): - # Make sure we have any requirements needed to interpret 'attrs'. - _install_setup_requires(attrs) - return distutils.core.setup(**attrs) - -setup.__doc__ = distutils.core.setup.__doc__ - - -_Command = monkey.get_unpatched(distutils.core.Command) - - -class Command(_Command): - __doc__ = _Command.__doc__ - - command_consumes_arguments = False - - def __init__(self, dist, **kw): - """ - Construct the command for dist, updating - vars(self) with any keyword parameters. - """ - _Command.__init__(self, dist) - vars(self).update(kw) - - def _ensure_stringlike(self, option, what, default=None): - val = getattr(self, option) - if val is None: - setattr(self, option, default) - return default - elif not isinstance(val, string_types): - raise DistutilsOptionError("'%s' must be a %s (got `%s`)" - % (option, what, val)) - return val - - def ensure_string_list(self, option): - r"""Ensure that 'option' is a list of strings. If 'option' is - currently a string, we split it either on /,\s*/ or /\s+/, so - "foo bar baz", "foo,bar,baz", and "foo, bar baz" all become - ["foo", "bar", "baz"]. - """ - val = getattr(self, option) - if val is None: - return - elif isinstance(val, string_types): - setattr(self, option, re.split(r',\s*|\s+', val)) - else: - if isinstance(val, list): - ok = all(isinstance(v, string_types) for v in val) - else: - ok = False - if not ok: - raise DistutilsOptionError( - "'%s' must be a list of strings (got %r)" - % (option, val)) - - def reinitialize_command(self, command, reinit_subcommands=0, **kw): - cmd = _Command.reinitialize_command(self, command, reinit_subcommands) - vars(cmd).update(kw) - return cmd - - -def _find_all_simple(path): - """ - Find all files under 'path' - """ - results = ( - os.path.join(base, file) - for base, dirs, files in os.walk(path, followlinks=True) - for file in files - ) - return filter(os.path.isfile, results) - - -def findall(dir=os.curdir): - """ - Find all files under 'dir' and return the list of full filenames. - Unless dir is '.', return full filenames with dir prepended. - """ - files = _find_all_simple(dir) - if dir == os.curdir: - make_rel = functools.partial(os.path.relpath, start=dir) - files = map(make_rel, files) - return list(files) - - -# Apply monkey patches -monkey.patch_all() diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 838314f25890d0558021ebe9d0ce62a5c18aa6a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7772 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 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc deleted file mode 100644 index 202abd7d07f19ec75d6d61e86bcd8b5530e7b9a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 520 zcmZWly-EW?5Z=246AlA{mKNIvOi~F7B0+?7Hc^B$bDP_ZS=ie>Z|)M3RtulQ&R4qD zN3gSU?gtZb;G3PlZ)Rs6dcA;=yj>ncLGNej>`R-RF#%6VO_*fTdnG9L(wceFpR#@{ zqRb!h$Qu*zh?HVf$7a6tX05uuIGw62Pcr8W-l`;3k;t^Ok0Q0&K5gFvPI4nq@yG~7 zzHljD*GVpS^~km5VTixI!Z4_)_e+fpl?>}LVx@YeBwwU1Cd&VzVR*)cm0TdlJX&&% zRi~9kJvWNaH`HPwa+3|K_+7tUbOEf06+jUH#7^d>v=0HEb77iH2SB<A;De<Hbc#xS zPexgsj1rv;w8cyqGuY}2w^qyZ(QcQ06ZV#d<`BbVla^;Lfj+6OSNV5+zvwiVtOC2i Swbh~8qI*?;_`0Nj5!erLevd@} diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc deleted file mode 100644 index 020ad6f821188c7dbe8c5e9e66366d8692d4bd8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5132 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 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc deleted file mode 100644 index 4c2a4d95e140863164af9e6914aa8621c142ddc0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8499 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 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc deleted file mode 100644 index 16b2347b0cabd56dbb81460ac9fd75c058998704..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17780 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 A!2kdN diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc deleted file mode 100644 index 34631e6cb2e174ce612bc402fa34174b211a3cfe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 823 zcmY*X&5IK;6i?=(uHEfYs)zNK+w4HM1z|x^L{P6D6cq|mvXgWs>`XEy8H#20Vm<h0 z=t=yS=IY6RK`*{cTIfD_kN5d|AIZDXXo!HmJ-)a686x!C8HW^r@f_HkfnbQ?5><GC zF=7D=zoJFJqPHlG|3DO_xI317&Gj<Zs;M(qyQdfw$1i|Q0m7mdZ81o^#n+)evzUSQ z1?T7{01j>7Gq(68`uOlBvSEwb=mF$AxefHR4ZcU-_XFl>L$Laovpzwz4Oaoo7Hs}~ zpyf5WQnnye=S{_>HAF~KQ%%c~ms4W7u|noVtO%!BL5ym2#!0^h5r*_z4GEAfs3ZdF zGo>{*wUW#gS^(yDM&5ASXlV!qaG{A>ky04QKKF>mU&c&5R$pXNvM#vhyQVPNuAlGa zk*9=a(9!o&5P@`FQE5eHdMxOa9NhjqO=i7+bD7*~oe(M+Nj$1aNYxliuDC~}6(=Q^ zxh>MT3qk9K?`hfaS6VCG#hS{TYxk<%fYvpaER7eZx8O~8X9wNgmCIeose3OLzmPr# zh`&$fwyNi~s4s*x79QeaBOa+WFD~Z>u2@^8N^__(UN0Lf%31xnyYF{(M_voV{aFX@ zZ%sg;!5ANf5svT}Pw*)o2YLkF*J;>I7`%r=F|$2hzfqsi4|X6<pr|`~S}E3){22zz Ixb08k|ISJ5T>t<8 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc deleted file mode 100644 index 23612f87ae8d5ee8ac696ff899dcfa4c76073616..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5292 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 Tn%{G`wz%o7cxS!0n@j%#iC$q> diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc deleted file mode 100644 index 0d39920775d10e6ae0065e9f10ec4f28ebbf0169..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 42151 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 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/extension.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/extension.cpython-38.pyc deleted file mode 100644 index a8cd53dfa2d66bb57dd9c23f9eb0bee4f27a5b0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1965 zcmaJ>PmkO*6t|tsOeVWCUAm|OS_wld%BXD00Ys4ss#GWvLW@Kf0l7rk*t3(_{KIy- zJJIZEd*A{e0kuay24BPC#;IR{6YnK6vs+Q&=siE%FVFAK@A>=D$R{v<`E)n>vrow1 zxVSuASUdpIOJITsnvt-ZX-L~O3!Qd$S97nOS=P@7;eZn12siWcVK@Z2C;CrG=u1D` zl0)gtx96jC8jimrVj#SyM0j$1?t~*)4}}kFUyfjXMbO7&vh@NyAo~+)ojk5yP*{LG zI+7-;iz+tBOo{|m)&n&>poc*EBVdA_k>;8qOCs1270$10PAU0;2=_5@iDAdS3Mj$v zCsME<!Cknv-+btE7~e@#tAZb>TJm(tA1=(SEO-(Z{17(ss#HdbpjB<&>P~|%Qf+FJ zW;!^m(@aG2)Y#!h1n<46D)S7q4jxS$>qk*%D2h}M{I$a`PZL?0v@9kx+)COjQ6>9> zs39o)bN{Z%tGiWN?WKh_ahB~h>Amtq&OW}Y!QaZ1Wu`BS;DIbO7!0a~-HvAQ6B%`O zw=qj&V8nGPV>`4@$3SWec3w&=sxY7jK$-)S1d$LjL80<YI8b3%xS|I$)EiPbz(7{_ zHlJ)nZf3FJwU(OS4wBn^nr0xT1+TI=k-VJ3cC|QN9V8B1wH}xqMCP|Z`h8$a_ZgH| zu;*+^B5K&&S&}7PvZ=FlerHSfHz>3q;ES_w$JHXr(maKFMRAornz+`f%1VvE4%A@d zpY@;~MQWmG(zC9X+0?p4oJ%{<WvvpatsAQ&ZQ1cjTaAukJE<LDH-R)dNt`ilu5Qc* zYpV$YbUjcJqiVsr4}u}*MEQvPC7ILes$geyNuROj&{4-s-4brWMDL6l=b3AI^S<aW z*>mU2F$3c*A^Q37oSjq1#<1<4LGxFO%?`?4hF4+mlhn*OrkcxjnKU;gf9c%JBsUPR zG#fivTpZQ$k-YdV;0Lo*^IRsgxJY%*0g~m3<{QnphPF|i^}4FE#l~2r<X%!1PbBuy z=IX=RpeJxRl?nhOJ3m*Rb?t^B?OW0~$(=im8zfcLupnuA7}2eX-y+z0YZq(}Jd(-| zr*)CE{b2`HtV|kbmMLi+T_0K(dr~3F)h@7!t6qZ%wjtus@6v$XtZtwRw&F$c?Tu&^ zM+6Q;D_0{^M)>yxbT#%G>GzpSefm1xq0M`j(D6S%?@#&&N(5mP;d7CfqRvp>j-sFI zI9r_zqDYhpydsE0^)|8#A6uzKDZ0UdG(7yoqb~FM3itlg?g-QeKpO46-0s*?cJNJl zsA9EfKKr`XhG*%q<S|$BsLo==H?e)dv7Gq+86IoU$hzO4=e3cs*oQoGxIw*x>|JCx zk-f_ITX1j>NMn&as&GBoQP*KoZvwMpv3Y!x66!kKtnJQ545U&3N4tAzXWatf^@}Go zz{XHTpwrVJFP})=Vk7M5WpOMQ3Y)iuS?ISfYPC@E)Vg?Yn^1KH70|_3#bUktT^&Ei WJnL(~Ji7YWHrsZ*D=zSzH~s~+jQv3X diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/glibc.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/glibc.cpython-38.pyc deleted file mode 100644 index de421adc9b010e1bdb27ee89d27efc2b13f14dc7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1534 zcmZ8hTW{nv6t<mACYx=$-3t{01ePe$26{mVq%B$&(6SXm)d;nqg#i?$wr3`tBo4N- zrK9wzJn+sRXdn4Ye&vb3z{_&%=`3x}$d@^`zZ{?MeExoUIYD55?A*`3SwiS<_vfk+ z`11uc{WWwPaa^Jb4>5LgQj#I@V=xT-7!E@o@bGsu?C~CtV2pU5$1wK!EuO#_b8>*v z+y4L>O0m6@A8J{)Mr1|RNM#1hEi5d6Net~NG`$a<LFbs`3w(-ZNr#TeDSnRXwGf$L znyB|Na=#xT$OH5P>^%xQob@_<hE9ozI%4`~L=QT04nY70>0BtmY-eAXR@Iu0%i@sH z7eeVm)>Io+)Z+~*6&=W0&|*YuX=tm#JKwrBu)SQfqDXJqh?$c{Xd6ELYH!az7}sq! z7AA9u*(IV~`O*O9A>8(vQc~HNWo(kGtg(G1v^#H;0^qgDYbI;}5!i?eCb>uhd$&=N z39Yj_uY_)LCR79|v9~YbGuZwYQg^`j@1t!~HQP<mY<je^+?*AU<gu81vaR8=jghj{ zSEv5!Tg?eXel=u=3D<Qcq8~tq`UxgD!7D)=#5f`ePKde-e&(oJSO^o>JZ-LS=CpO_ zf}93jpw|sK4>;-28ZzMpfm#X<km+^7dBnpDe1<zbC35%D)AJrO?EzWQV7C77^KTzl z`H@sle)@28=a&!CpSQfLsQ-7(K700CBbX8V2C2t|nb40YlTdB7sEwu`YO8XmH|SWJ zPw9Jl*Y>;{2Io)vmMGzThD~gIoU0m=0$jV9UD<DIQ&i&l+--xRHnulbvTf2(t-$r| ziW0xJg%UiQ!!84CQMFa(;VrH_Yx8c^9k|aXf=#n)T&%-_UV{$xmvD$9OkNUbAqnw4 zy!ukT4J*vabzzQ@S2Va)gPamNknA*8_nb-$?tlhR2oR8x!EQQd(_^K9dJ_(*w_NA0 zaWlx*Cix4Ixm4z+I4s3H+>c?WcA`ZPVhn+*cVNz(V__I3E>K?|uL46I2-gP&vgARB zMs9>4({T3Zcj|;1Nx3jWLDB>@6LFo|B%xpnDd!ZbycAT9E_JNwLn!Qxg}PIEJSo@& z07rRS8iy^a#+)p6d$6LWEZ6gIl~PXIhK};0)LVXakP?d&g?j+oPBba@Qh--&`5JLI z^A;}@wg+eDsfv86h<X=1@R%f7HfrHb5?Q8PqLiaiIRPqH0RA(cBcEG;>dHsl3!r=% c#g8k=+fqDnrJx;$OC$zTK)i3ntMTjq0UYUvbN~PV diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc deleted file mode 100644 index 5d1d844351ce278d54aff277ed63c35abd29d95d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3737 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 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc deleted file mode 100644 index 99709212dfa40a936563a543de18a89798d56a9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 828 zcmYjPO=}b}7|z#xblQ3;V(Tf_6}rWPV4)PjtCXU6*;a;hl6GTfk|C3+?y`GY1uy=G z_UK>A)l>h1AoylSv2Vyb&-*dS^N{!b_I825z8&tAI~1XxF?eVMf>*G+F*u1PNMcE9 zJi+TPnGi`O`+_D^F_~Nw_e{|h!bp;LXq3*+iZ`M+)s*|G;-@n|wT5?<)2-)#VzRPL zBaGy=Hj0Z&uUye7-?!e{y5qXz7uNdDJJGgE@*6F<Zd&X7xVQ&G=%kANpQQj2*so!C z4x9%n9)Bbf@1Z5~bOFR7;qP>bhrFa;$==XIBR)c&`9vl@UC||3kOf-d+w2Z4>4M(o zGL_jKSu($|U~pCrJ&7+C$pWtkh^8QVV}4q2u($mn@UL7A!e`xBxT~A9=O4HLZI@ho zJ{5A^exa1%+T7S{kZFYPov7>CcwM{4ASL8w*$8dQ@?=C~aH(rmmJu1zM3j}Kv=snm zTV>|#+?|^_IX8i+&#D@2hOM%^=ymP2>7a`OpTHuaz@)Bx$gY$Z-n)={U}5xJxh!7H zoDwo*PPMhDRLJ1TTDaTgP#mRUb5OWu5jG;1u8n<3WKo86C{H$xbxk=0fmK$jAILp{ zBYqto_@+H*b-NG5JjmXk>zDSEn!Y&rKMD_Fy`HIYI}6nHW*g4vo`ORO!v!Y8`kf}b zWD5_=?LpPSc%xC`;*hvU(Z$IhN^xk`WFEL($c6l<v9hn#aeRU<{=o7a=QMwu<3EPu B-emv) diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc deleted file mode 100644 index 257702c0232daba96d196b0b5d4052be586397d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2415 zcmbtVTWcFf6rS0Ov|7uylDM`pO}h<gU;~yRrI41k7?LKmP`5O0DGOzhH6wZDy~s18 z*cQr@^U#;}ClvY7e`%mked=GxQ_q>z%5q5Zl3C`=ea@NheCO;h%ga82^2Zmq;(zLd z{ELId;=o`Rs{9QEBN1VgSt-q|$fnr0QzvsH*YusVmer$r=0%<vyJ;h8JSD8g>Msea z^ZL0R`7ria1I7(*!`Nc(GZOmaGyl;@sv=9qoCQB5r%C=m6`uuiG#nN}ed+tbcF<u= zRx?4b5J9)dpL3y-ydSWltGHCs_x=6DL<U*GMkx<OCy`tRojmw1!;8KZ0?rkA@Y9(( zgyuop{|_EULaG~ctuV0Dq90m%^=IDebX6fh#ePwwdZW)(+)GZmka15GSv>4?k2-z6 z*Tq{Fiv@#SsPZldP9h56SqR=s64}gV4zvz)Sq)m3)d2)gZ$3_>8mT0euj%dLZB;>+ z*ie6jD%U_LGN2RMqZ8|I>n{S(lV{|T?uC}XZQAAd=+M!Q<Y`aane1z)Bl=QXM<<s= zEW@T(U+<`FxHC+K+et1}Cr!7<$;0A=AAY_gxf%@>yk0JL)8qg>6!X*e@Ju%Vuh{6h ziB=hN>G;mu-qW6MzxFaT7wc2J<83b!KvPn^%}MfJacPSN%n4+&SVDnMD#Z%)^b)Ge zxRl_j4`8CQ@9sP8n;m#h3th$!MtyN(ZjrIgm}NjS%bN>Ey&E*MeJ`wOFOKt0#^YG~ zaa^(;`pq~#9(B@kMXaJybcjGO7f_koAZoCHwn^-G)U!R?%ynUSt)O3ap~`z8=6r52 zi`g$JFdDdQ7;S<b80}$L3napmE}pFlvKMtdf+_`w2^j!?89i!<7BY82<tDbun%a2# z)S1u=x<M`|g}qbv0vHZ$&9s&{Q1yW)a@Bx){B!!kp4fw>3ET&t^Cu*!ys4Vg<q6z- zVU@8Fx_kTM`V&kt{ooZ1Akf_tktiN5S7{_J^7JfR(M<*sDUt&S$|8@vk>oM5-UOCt zf%V!M6iKdc$MftF#|NV%Wo4EyK9YKCahacX(-GsdG@|{h_=?uVC^rf~e_YvO{Gpdj z)|uVsiCJC(=g$>uuR0w%CLpxiOHwW)uewQ7u|NXkptu9#HdKieBzBWJ=3Aq{1?bhN zPj6b|n{y@YN=KLCfmuN}yHJf&Bj})0g^zCRLq8^p4y?!I_q7)kSEjZCr=EjbDLGz; z8Fx@)1PJhJ*?-H<UA(Uh|GM}Xw1|&DMC(;5DiNAxWT|WXRPme%G)!#a&eh6)GwdOY zVB*kp_!=zHtv7hF4O=DpoB%8{XlN6@@$D;k-f-?3QWy#t0tTt?p`!pFM*HO4HrN18 z28nwUI<)}}7#reKz+~%%HL+mMIjV{K*iPMvSv|gw$b{Bjv~rzXkSFT!$Lc60N(46M z2wdMNJ_S<@rn)A0Ry^lnnN*|I*~S^6W#nHG@paT%G5ih|$^8&+l}!-D0JQ>~^67YM z5w7b8_Coq3tO-ogVjaZ>3M8rc5Cu|oLF-i>Lk8lGSswFmcxCblmvlYGP=e&Rg28Nl zuWghjIf+l;kZ#OZ%3o${MyYlcX99gzG6^|nLh?;^Xz!~s7k`7{VV>?ZkRvV2vs+95 E1BOXPF8}}l diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc deleted file mode 100644 index c7aba8d2140c9a28e6552df18626232bc1d20ac5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4648 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 M|Gr=K&-m_t0dD)<F8}}l diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc deleted file mode 100644 index ca0ae10d62610e73f234def53c159cce81daf15e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34444 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 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc deleted file mode 100644 index 08dc274e512248c709e5762d2031a0105aa3b73a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3620 zcmai1O>Y~=8Q$3sYDrPDA}a}+80j{)L2e+?C>p~l8Vg2UB<&$W<2Xq{MOdskOKIi( z%FIx<2ns#OhunJZjXL_*^gh>~`WJHQ^UhKvB|GgBGqXD%@60^!^M3H#wY8Ro=cnJ_ zjQ-xXtbfzT^5f#;5sG|*id&pzR-alsW4Yb8S>5OK9rQVwn|pnaS&4JpI9}=dUs~Md z-YbiH=XSq|uLfVi*Gkencls^PzOh38Kagwfg-knHc}PtjR|D!>ejI!}LXl5VC03tt zt8a6LU2X2XvifelPv5I|=r_3EU*XNZ&s%&I<4xY?YiL`1o!>yanzZ=_f9I8T&iZS7 z6X&?8n|~>!inA;c<JL|gtLKNkN*xUtcD#HVcxj?MMv*_Enpjio!a8FUCO5eCjiuPJ zJ$2CQURW3G2m8!Eb0+r0I`$q|XVf;PD--*IF-!T=CTDmDgsO#+)d@Sd&s@B<1y^em z_Z+i~%=L-Q?Q{Dd8)x3co8FkXwElbRzV)^B#QK|=6FPh2wb}X8;xM=?wf#bc8+t1` zOjLwhMTLy2c<?+vOfXhT?N+fm(!Q*+R3$H!UNtjSEU-W~&HW?lUnxhb8Y!t8aaAP+ z7dGy#-Lx2%g4CjKU||9A04&PVBGD^coJL|)Xg5ox(r$@my7fX}9~zfoL%TA`hT6d* z?GMu|DdIfQ4sGX|DVhymTjB$V|M}rPl~?zwwAx8){p^g>&&n6c(fxZeQKL$gWhR$j zNtVP_6WOay_2z6<wCKJ8v65t4%x5lsTdc*}^s^f_dh9kE-<pA$h~Aq5u5f}dAR{rH z_%mLVb<C#F_0*YhfI;&NdUe48W=6dUyI`_sv<pUn2h8xmn))<S>pish#;Z?~ygaEj z8aBlW#0#G)Vxb_*6|1OpBY6p^rO}O8H$8$@CZQv?Xx4jFy-yWgyskdPo8B4~Z(i^> z7?JP>K&ZyX1v=x87MQ$k(G^t4YN!}g$ZT+b*vD%|mfomY_L|jayLuvXs}L(B5zS)b zcNg0(Q8a9h-%azX6e^IXayw9`Rf49J<J(8EjPjuj9@0qfBoQ(#i--st>;~Q6Z3p+m z@tq38B^UxD=pC17(Y@OhWvN2Q_~dREh98P>{As;ImOjJmOR;gmgD9#;qNv-M&*_a+ znsvhQ&i|j8$Acr7f;h$Wf9BVO)2Z{4k1{YA6z9n>9%Tv#goTA-JGi>xY-%(VWgf{Y z8FUxp^KE*6#XY}B3l2UH(bN;?68A5W;He-x=~m%E7>47=bhJDug+cOvoyox8`^ud9 zDO7QJS_pZN6V_cLX8#}z2*11+MLZp-C|bT@CxVMoM^V(-#>DYQ-6|+b6{JOwSF?3h zul7PXVaUdx=0+Moij@-GCE)gPw^$^F3dO;8aJLJ%Gfv>;;V<))%-94aSl%5HMtmCz z0_3-0Zy06eAkO4|N5Yc<sm?)dM;~L^b+c+3suH7&1<a^?^BR?Dd|<|i>UhYu=g#Ci zd?*WHfx&ISMNAR#F6hgyoeM$>oC-n)n|d_zgLCGcHO^Khp7`U00!af7$K^Ic4nl_V z&#m_mqu+-ahVGtby`R}1G;4)T?MNlG2Va^c+A{$`+{WGr3AI;;1I~0y08o`G*phx{ zX&}l$&Q!Z(M7mK!6#B-pwFAbYLY#5ws{Iy8GC>02q}C5MPb%#h{agc4kfZ(rMQ)(7 z;F{Orup4XxF1y9Xzq$hEas;}fVS?8~F?tB_LZ0ZDRjotv#<p@4K?RR|Zl42OfWyYy zPY_u|5lFa~ga;JHf^rxjj0Uq98Z5#I!daVRhDe{m0hC35b3V3+xQ$wrUKwVfYEsmp zvlUU$G}A-7hRj8eybc68(63P>al@kcwB(Bo)2>DMHxO{JZa@;cs3>b8!cg8K?r=7x z_`|+~!zPklp#8DMZ6M){|J4d+&zI>*QUvkh;+Ift2d8P0@jx9V!JvdoE?{<&@KQ&y zny;S$*K5stc6WDcX>boqx|~DO?Zmxjy+J3uvI555tq}_z!o%ZhzY}-11DZT*u;yT~ z=&2Yba|z-O?!SkqND)TtpaMV33h3XXcaJ#!2K=94h>TH^d0MR&_y-kiz3t3<;kx!C zqtYnStthIUCf?go^y4Vb=;%>oqPDmNY2w#ZnMnQ#y=_x<n<`?zAkFJG@=}!!@<bh# zT+nHj2x6iqg>pgUplm==u=j1(_BVascic_a^BsTH_iSe75D%_AWFn7HBpqmxU2_|m zvcnzjqD3ALLNxTopOTX#E35hCuTYIbzJv0Zq){HCkP^eZW~L<qbcGJQK~f3P!AIXu z4iAmj7a!wu>0aha1jHfAWiIf+_1%q&j*K6ry)U0%NI&ZRnKqju(R}{aO-UKYD3_bw zdi$nz60;Y2;&V(E52@OviVj_CbdlLCwDbt0Llk4nKJy(xJ>jZJ?sStp3FQ%WE~lFa zHNvF0{SU$QS-RUprksePC)1Y*|0jv8-3h#C3@5y1QUO{RKf}M72M}-cZZ=v%cz!1B Xe_qpcmvA$QpAUxncH8lt_5J?>Ujm)q diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc deleted file mode 100644 index 1650b99d34ace672db5b11f1dcb980ad57dc6678..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32965 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 L`;$1!CK>%dFr!Wm diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/pep425tags.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/pep425tags.cpython-38.pyc deleted file mode 100644 index 0d5ccaa3a99a7459bab125f8f62c76aae7617afb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7207 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 IPl|W`2Z(s{T>t<8 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/py27compat.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/py27compat.cpython-38.pyc deleted file mode 100644 index 0a714f7adb876d57fd49fdc9699c4c8be38a0e60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 788 zcma)4JC74F5VrT7<&NW3Aknyu#BHQV=s<!9=?YQ+ij+{W&C0j-CFZ;j*$!l*lob4o zyE1=iTPkWg3dDGm6A=|7&Ft7a{^t9}{&0L8Bd~8T9%hdngudIwp}`({4X$Sp7)lYt z%#k?7@O7nAxT%W~^O*k?r5<-b`6^+-eub}t8^ppZryAKmX~;u0=2022i1nbp$DAqZ z$LnEyUKKSp;zCGa8Zuqhb)^istQ46vW>J-7n4A$>GQz2nf~)ukutD$pxOKHy<(A~F z+1v#`2iI2H23?~KzQNE6ug5U~dm}#c67a})Hk-WTTGKgyN)$Is1=~`R1*eQFO$uuA zg(&BQl6iOLiZ@9I0j<M1HyKoKoi;3XAgv1pTckqh`|H)f6!oAM^{FVefx^?ZcwT+s zi)RB3t!h(MQXi&uGd#<?NhEdCp6ubXJsGP-cS=3ggZzJ0Z?T<I3}|~G<-zHW;x0sX zX%QcQ?>gYte=Ex6D#x&OYc{vuP1a&;&=e_4tHXgNc=Zo#8@-gYxL|bj1j>GbBXt)- zKW@V;V^yAIZB$EY;Hr!C{@<}Ad}X*QmDSsEYu(AmVH@a18(yR*(z457U>Vi95bz9) wO7Ez`D9$rYFZlrxdl|}#1U5y*mXeRG4E+d#=S9wu8-)Rm{3GoBcKmzz57_Lv?f?J) diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/py31compat.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/py31compat.cpython-38.pyc deleted file mode 100644 index 8fb5ff6c119499703e5641efbc36aebb146d9310..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1195 zcmZ`&OK%e~5VpO}W}CLClpc`EVNZyaXe)}4Kmt^WmjEe6N};e9Ygs$#w%!M}Lz}2K zdf>!wfE)cwd*#Gm;Ka<PDd9Dd$K&jHzIl9pxwzONARq5s5|2GXzTsh30yu2JvM)dl zNK6!s*?373Nwt^rm{YP#icL;b>!4$vQG!4C%CsN*&F;nC6CypyPl)6nSj^v$g1rWh z9*J7tAu5Szy}YCHsx*liJ<N<sU1>($6u-?1gTodqdkvH#F_k1{lE$87(mNqBmt3}B zZ%JRaVfSSK7;^^ijlXunGkK-VD70B#X%)IDY$&I=VOkbW9l0=1ie#Y7`uWA(OzY6W zWmkq$Y2{Ry^qn$?iILaCw?h{mqDP`_8D@i`G%DQgg-Ib1Ez^lPkEDz#jSb6U5+^H* zUnnVsbf<!;!&u03SoSg~Nsfsij_$KQIi{Z|o+Rm!Q`(KZniol~>Hw?iXIj<m{6OL% zVl}r)_iO(Ek{#GnV&)*&k9!*~uQsZzTFVOS60O(9+3oUB?cLh2$_*=5mfFsm)#&Dp zw9Ko-tyiNu5F#rwC&UV-$3YS5)A8!x!(5+w{#G4Uit7O^>w`Kb`%sI)iX&<;AZ%^e znsg@$`C88jp<qfz2yBYQHW50$@=xG1$F#{09YN4WYB$K6V2qa?`3&9M2SR;e4XIZ+ zaUPKR>V(v1w8j22?0CewI}xvayEk;1u6>g`qg0c0-QMm!!VyQj$-Zu@qtuNm6$fCv zPxNqNIg_O7&(ff&>Ij><3TfHqby7x`>4pEdcH-ZS+BgxUfDm;@h`f|TjrM{N?}mv! z`_dLdmZ=bC9stY&s*9+Q5i<&ro2Rn~hQ($Dl=}e>yyjm3gFrwTh|jUMdJzznOH!R! t3(;HC`}O=&eA}++h{0$xC=F;c(%|kS-}}f2djS+@++%DBDi3JDegaiY8)^Um diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/py33compat.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/py33compat.cpython-38.pyc deleted file mode 100644 index 7603415965a8752ac7b970812ccb46928599610b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1412 zcmZuxUvJz*5Z^!kcaASj+K9FSA*)mhC$$%;6#}GEHPBOwL=OaMY5ih3-p$2#KHFJu zpm*{;T^|r1fJc-d9^fnOD^K|fyugf45hq}+nVnhB%+CB~?C0ICPhkD<@wND#O~@ap ztS=9gM?m#2zyuLAC(&xB5p8uAv3bx+JmTMy;)X?}HSyI0O7Iah;;%@-UZNMv?Wq$v za7qNv-KiIOl*mrxOLn#)EMcFsD0o7IBiuJcxJwpw<)$RUliekcu7J!%M^KQr<d&cl zPyH;tv+Z*--iko~hV=Xk$de3v)bKic4co@Cp5}3ts9Gvxe_8FT(cCYqv=lN-)F?&s z^~FGW1XRBROcE?IVuA|xhD2O&VZjcG!c~sB^65-Vj1;Hkv`Tb}&X)^iq|bnA1i7IN ziJ@|ErI?_Fo;_x)TINT}0gK;>LcIU{WKU14y(+8jW<{-&Jij~7J}SSL#~<v~QlD13 zEc1F@tY-J`uTtn&Gvmc^R%AMkui@2gPIP|bU%B=#jZz9$mkY1AfDo4YH(;8aK?@r) zrek)_7F6?<yrc^z*n$ID4R6?ls9&K#ev>Th#@5!@p4jR~JQ4glxrxOCb|?vZhg>HO z$O{L~oDa!@w;s-fsh_kv_Jj*j+{S5K;VtP7Sy(5xi$HW*dye+H)7Xu(WG`UAPHu}1 zHh%u_RVH&0?!I4Ecc8Pq-LOhB6&{r;lu3FVmX%bA&dMUpim>f}c{rA-4tG)6HS|y+ z6c;T+)Gi=8x!@@M1uG+<4|~3`6Qz<_+cD#&B{W}1!*f{}F0$HmpYFdH#QR@AdH!rL zJTSrF<-uV1c<>mH6vj2(tk7~KRjg-~tQ7*@^OTFP>_Zr-+HhGO8D42+0{L3YLP!xq zO@@_~;UGkvyevkoe>*ZO*1-taeGReWw?L~yV1#ecfLYXH9y~q^DRAo3fLh!F`G04l z4KeK57_UgCGLDTO$J0`r<|qeod~%xPt2YYATfK`62WX99MhgBb<SI~&g?iNE?TPU& zC(?MQg{;%0lD(^H2R*idnT@o}bLbCrtTq;Y#%AO5X;mscP^whX_CMc3A3;(@i*EGx zf6n{xE9g(l?*MD;rm+xr(}i-RPSQN7Ypf1y5%6{8vhBz!Np}P$S}S!6^Lh`x{ig@d tzWA#Bp{!Nf7QSl0gB3~-agb_61!@ME834XXeHLIdSim=L1v~&W{sv&5UG@L~ diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc deleted file mode 100644 index e88c6641bc0394e8fc16882eeeee8d94b7230918..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15540 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 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/site-patch.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/site-patch.cpython-38.pyc deleted file mode 100644 index 71570845acb6ac84bd9c237afaa76ea1fed0a92a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1478 zcmY*Z&2QsG6rVSC9LI6eHcd;5IOKp-<<J%_T5XX^1=>X{m$K3>+BR%uyqRh0#<AU* zDOIcSg%pWnk@y4BBUes{6MqD!IU#Y{D@P71-Z*TvIGXYMe!uq-f7NOQ1fL&1T8>`( zg#2Zhw;zhkCwSz0crn7@nhXdBM#ogFaWW-9z9!6hO8V{)E$*Hbq#Af0;*kMHVZcaA z%J~~g&~Qp;4x_hFQcW2d`|_S9r!I3a@{Xo*XGBVxg__Q4XzN)!Ro8^M37I;jgSNhE zXgbBX-_vzcx@hIk0@Xyznsy(NqhCr-d%8BJQfN<Jp9$^E9Bm`jbsaM{#BaJj3t0^% zzV<80uiBrrtOT&K8#voK6IZ<od%JAthPBq-2yW>Mrwqzw89pc3noHEeI1qnZA0UV1 zOdOJo9uOVay2NXY(M4a3s{`HC;jIhgIk}Je+2SpF9Ngtn3(T9scc7M7o%z?qR{4lb zVG3ods=mPht8X*VB<g62Rklk{Eo=0u@E&O5lGBcEKOht>R9CwU)-l2hS}v4}jFd~* z*Umid(M$C0T3^&ImtEb}i(`5N;&;7dky{FT+`;TisB4YA8<2n8>HgH6*^2EakgSXJ zs$N2l0zr%50cOJf{iLg0xH&kbUA%Eqn)|Qpo|xdt;j_nI?mzkT*<(|?NU{&_ndKr@ zCs8sfa-q10hVk%(8&@WZU%me@KTlb<p?b$j#(L_6_XLmA-iFm~^d>nwPx%mR<o_PK zyDpxmc&hy!VLy+$B`Bh?ql~O0o@4qWJ#!Hiyt2N1F#aSSbBm)-4c+>{xEO!(GZFTW z^3TWHYEo<$NwJw^QpIVyd6n$s7yRV@w&d!(P<fup|B>juiP459Tg9abcGE<vVLmDL z`WBUi=i#KT-i@M{d9Jp0(|j1Gau10&hNc-sd^Ey*TqxmLknb2rUP?oAY3e-tHW7Jd zoDo;XFVa{Y=VD@NvPctU>b4Nc3sXmRtduaWl^7@GnW?ixWbuR>KZ=f%lt+<i+U7>{ zW}0T2$9If_Q!&jis?mHVL@rEinC244!;+yAEyQJlm@zvJj4SF^;KfD3GiJOw`u>V& zqgX81%Z_K@6v=Q<mx@_bgWBZMy4nwi@!xEL@hl83g#82=PbwVyM66n-#<&~`(;R2{ zMHW@18ZS>-fsFw+pcxx9=9!}yo0IX2%E&-rXjW7conOr=^n3<(4dgd?5%BRB!YX() zq#<-5q?V@;pd1giha$ZO?Mg<0(rzX7@g1Tc+S4{&1Q%SChbTo2gieUG*u)&7hSz?7 g&e%cNfke?;*zDek3ZTC`AIx3_(QbnOxep%v3ljr<wEzGB diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc deleted file mode 100644 index cc46a0c5f35fdb8962eeb8af3fa02e551fa76f60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6859 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 OR$RA?`?WJ}<$nN)U!pGn diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc deleted file mode 100644 index 7a69f8b8d610c55cafda9b07a21bcf7f89aaa2bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1155 zcmZ9ML2uJA6vu5R&C;$LV;cf-iVza3#MTqikPw>0%CR7gv8@7CQSGi_sgv0*TdVd2 z2R=r7<SXS07rw$y{GGI0!Iqz&pP%jc_nvdSwpJl1KVELNe>;TyvV-NqFgQTd`w*OP z8k1Jh(-y^;#jNkN97?#u-S4F3@)GyZm-q_z(R-X8ky`l=R+DCpW{!@oJJgQm#p*uV z8#Mh9!jLgB^b7mO)Fb0eT~5bj#*WD7>6lDQoXzNj+}S7ao_dA#gvf1|n3ao)dQXY1 zXGF47c;FM9X3J^5J-jImOm}y`=4X{iM^c+mc7(FG%*sYwo3<IIB3m8EsFQHPLlb6Y znW%mkM<bDWTv&7F37PlR<HE0@RHAS@Hw{hiCs9@GcXLoT{j{D&>27{b9Pf^z{p3pY zUevWPgVZERte4gKq3wZ*V!f9Rv$8#|pC(#ZLV6Q|&?+jU707i|kE(T8|3T`)P)5s< zeuA=ubi=~1_+})1%;|)VDW_dFVPkekKJQJO5j>`)u`{D5gaP3Z0a6c0KP-@5?wpa! zol`W9u+*H<StUSeNIg&@Ful+~h~PZ>Dr8`R1d$F3aQu1h+I-h+1Xn#w%OnujspuHN zgPdt3&x5N(UFh6VAtjMEE6QFekCG}uLlzBn_TXHYZWIgXM)Vh}l|_|p&I5Cp$EygB zt5z}9^18YW=d98RC65qcp)&`DJZObjvs<js_ih)Tz71Ou0k2A3R;51k5r+-LK-syD z&7noH`fXD0U@)qJDj8EtH780z^vQy#eIuuMTcF8Cbu&;hnCHSBlt`K+2!rlGc1)DW zFb-6LM3JIdW6DPR_RftwH;X&7%+p2zs@j6f|5vOSHMA^{($6rh?I#n)^3+lfp@Y1K zPThlO-M`D)J-ig5WDyaYe>sAD$<i726{wu0|EizxK`dU|*RJg!#|OWv>sS4)zv$Qy ARsaA1 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc deleted file mode 100644 index 511b4e2d0ab0e84799e5ceb8db66e5cc48922739..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 296 zcmWIL<>g`kf(}dJ_z6JzF^Gc<IDi}nATBlo5-AKRj5!QZ3{?WD3=0@jm=-c-F-0+l zGvrCIFr>0%a}^mdGJs$Ta};wVLmpEEP<=3iCd*5pUIxEgT*av+r3EGV`8mb6*h}-W z^YY8{G+A%)7G$T#7o`^Gmlh?b7T*#`Pc4a0$t*4@%1kOP$;{8Y#a@<LR19Kp$HzmN z@$t7fT`Q7P3qT51G8AzFEdUe0tn^EA3-k*z3v@H{ic1o6a&)UQE%M7#Gfedn)*~~a hCh8Sb-r}&y%}*)KNws4H8dnVRItLRIqW~ixBLJUrQqKSY diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc deleted file mode 100644 index e4bddb274e14c695441ab10bc71e012a010759fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7058 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 b!}}loA&f-v%;L|q$PSv;|2mH4c?<ss_L3Z1 diff --git a/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc deleted file mode 100644 index 84365b28940fc65476f09f6d2db047f80a25c486..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 993 zcmZWo!EVz)5Z$#M$8lQ$1q3JLBRMoyTY)I5Dq51Nm7)|isUrE}y7q=RvAt$@Lr9cf zXb(vIM0?~{_=LT3>X{oSW*rIvM%tOTquIB!&*PJo6&rzl+Pd$5)e!ooHjAdi<`pdd z6kLQNoFH!=v4<lq(l3#x5iK&J(j~gUo*v;gs+u=YjangA;g=~4H=x(B_+xMaUEynB z9O~@BoT-gw2u>R<S?<PJM8`aYy5FWwD;6IXH^4=z8n?cnswRzqz2(vzj#Xr;?ZW-o zb48lFd7Q7s85cp4tWDz=bWHlsTu#I&7nCM^5sv3K`+St=l!;nCk=Aw+q-RmEQwG}a zu+a3$Z5hpyNo_l!VUX}00P{j<$jXyI^e9WE$tPTpw2GzC8)f02=9mdoa(R)e1R1W< z2rpv`vt>Yk$*A6~URTK21Ry}d3yhJ#18txWjB^aAG%yQa?rAgZTLrEFvLo#rGBY&O zF0^xfrt<@Vua>USM;z%&`srue0c#WCh(2-paTJlv34~zr*+>wF!p7;v2_WV~F(aX% zY*Mp}Q~QjjPG5-prR##$;gG&3te4PnEu^XYZbZ0<X~y04t>+sX>zkYI{Mcz8i2kXQ zj<|5nh$F}cQ7ibScS14A39o@d1-MZo(5fy=+xO#CeIDPJ=DbLnO2;IT){wA_B%2%F zDm-H!dfmNkpLad$mdi7nZ@TTyu~({hkB;log25>+@r=Erqoyn~XcunxtZtk&7^AFe zNJF*i-TRMMKHNWSHvHXA=lF2%q|@*Z4(s(sOX`e>f4_GHL?yn`a0y<+?}9@W3)^@V x+nS--*ud-&<f;a%Kwx*2Q*%&c7ubp+FGk4PPH8ks$d39wxCPF_mTs9E{t4!K`ceP@ diff --git a/lib/python3.8/site-packages/setuptools/_deprecation_warning.py b/lib/python3.8/site-packages/setuptools/_deprecation_warning.py deleted file mode 100644 index 086b64d..0000000 --- a/lib/python3.8/site-packages/setuptools/_deprecation_warning.py +++ /dev/null @@ -1,7 +0,0 @@ -class SetuptoolsDeprecationWarning(Warning): - """ - Base class for warning deprecations in ``setuptools`` - - This class is not derived from ``DeprecationWarning``, and as such is - visible by default. - """ diff --git a/lib/python3.8/site-packages/setuptools/_vendor/__init__.py b/lib/python3.8/site-packages/setuptools/_vendor/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index b70ea21d41ab86d745d571978c0ee97d5481786b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 158 zcmWIL<>g`kf(}dJco6*<L?8o3AjbiSi&=m~3PUi1CZpd<h9ZzKg81dEUy@s(Uyxa# zo0(T!l9-dDTa{^%U!Iy_s$ZO1Qd&@wpPy5V%#1Hf%}dEI(vOeN%*!l^kJl@xyv1RY Ro1apelWGSt{4)?U0018ACX4_8 diff --git a/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc deleted file mode 100644 index 6b53dbb0d83da3f4cc68596f42912866236ebef5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 201635 zcmeFadwd;NbuWHq&O=8>vTVzaV>?bVmLHN5Nq)w09LJ3<+lj%EQ`;dyNjN#u9?3^K zI!B&4vMpKS5e4E<0-@#hNn5!OsA(xJg|=|}prxe`XiF)DcFJv`@at{*ZlR?&_X79( zU3;EKl9K?x`@4Vqq|cd|J+o)e-fOSD_S);UA6l`Zkiy@UyVevhzB!%xA`|hyG7|UV z=YFOol~Sp}lrjblWe%DuJ(yM*m91n3GdSle*@@g>laZ2p`N6!Ln+KcaTo^3Kxn;0L z&aH#3a$YgGLe6c2ZE{{YxKhrm23O(SR9QW-dT_OonqewmX`fg#xW-65oT^%xl)ZMm z;QW-4;=eq-K|g(Us%k!xn%RVV&6RZ%HxAw?&kML-Ke%4r?(yILxA5)e%8FRd6*{M1 z62IMo=Nkq$%G*cu+s_%!as9s3uBCEQm}6s@<6i#@*};vvG<{U9YK3Z3E7dBsTD7Y+ zYOT6Kty4Fu^=gCKsBTi5)XnM^b*r+}X4Rp#sI6+7+O9fPm+DrxsoPbL>Q#MehuW!j zsoiRi+N<tR`_!Fkzq(5uP<N|?>K=7SeTTYN9acwFzdEXpspINCb-y~HUZGy8PO1mg zfI6ifRNtvit264XdPu!WJ**y4uU3QVQT3R5T)jpW)f1|uhSac9%2p$4RGm|0HKxW@ zMNO!xs;NnJUOCED_0jU+Ci`Z)dF+;XLuJ*}8_f-=!CUQHRc1p<O^us_mTf&}I+Mt; zd9cIYGPu>=Hn<(<PP@zQwr{g<w|nq@uia<wuy@+KMq37VSD!%cJ;=Rx@D6oBU3@Av z*g2XS+>QRoR`w0<Q<oO*yqY?idVK%j{+YG*?uEPT1NJ_9|GatCke=Fvez<$Qfbagk z?uS>Wo-@yXukHh0*$36Mnt3W^-=Qwg8%I;~#=J3jkD66;_|~EOQtGwpbx)<#>+J8C zPY>Q}XT}cWcjU&@V843(;8FXidIPSH+5PrWoR8bv)RTDsJ~h8^zj{i_&5WI3saK7` zSD>^vsx2sOi~UNJb`t3~sclGavri)Z0MbvZPNX{}J%IET)s1wwJ%Hz@kbXw>Al)PH zKZx|3)psHNT~fR6MEWhN3+XONpSIU8oUu<666#s?9ca&4^;Y#D&JU@#sRwX=m3mIS z9p{JDcdPHg`4ROF^<Qv)wfbK5FwTR|8NjgbS3mHSG59D-|3P&dO217?e+=m#QoE7f zZ9j(EJ&yD{)f%MN*pDOq8l-<%-Hi0jk}e|sBkCrkZ<6#A_7j68`w9E8;t-zvs9KLF z>*dKX(hI5$={EZbl%$Zps#YMq!X8H2M*7E;gR~?0N09z;bqCUSNO~0MpHRI>_e%O4 z(m$zgNBVY2myv##T8Z>ZNsl4@ZnYQby^<bB`lr-2q_0W3g7kaTI;7Xx6?}gJ>7P~` zk=`ijD$+lrHXyx0(lw;tt9By2Q__=2|E$`9^bSd%NBVv0PNeUYw1f1|seMTAleCNU z&#Uc7Zx_hck$%5wMY`3l<NH%c|AOj3x<k?zkp6($g!Cp!Uqt$YsvYTeNnb+x7u8mz zw@P`_NdJ;ri}YH18s*I({mbeWq;HY*Wu!l(K8*B-B|VGue^s|4eXBi-{BubEirSC# zeo4O;>0ed9hV-uqX1vaR-F#~B^|<@%YBTO`mQvn;^hZ=5(tVPC66xPiHz0k3r00?T zP4!WvKWfk8D^DT)TWSx|d*t~Wk^XJ93h7n$8}a;2NPkS-i1dw;ej4fDQLB+&E$J&r z|E}7F^e#z1gY@qy3u#Mg`DXR|>Kt(VyMW_6)gP$i!11@>dYAe`bp+SXsy|Yn#PheR zKUNRn{5JI|br$F6)SswN<NS8y-K{>OUX8rptv;*n!@cjpy*=vB)CBImL;bm`;@*Ez zo|?q@d+pcErxw0Xod6~He!D8yr*QoPc1^AaaQ%b!q+E~U`iJcEay^3UciN-&ed;gN z_o>f4n_l=~_21NAK9$1#AF<D=znV92=kxxZAH|(7$eq9T?=09qV*luol)Zr8nEIl+ zj55q4slluE)Am*S8TF-k<HnSI^+wRB!5_1qQ2)=oVZTBB4a)d&_1~}Z+0*u%{bTmk zBSIT-_iuSuJr8>K6YB4jjkf)y`g?T-=Xa@pP(wJsTm7SY0_UGn|D;@;ui4ksKeImg z#(Qx6FaGsUtAADhhUY({zO23z=l80wsM9$AtonB~j`RD_Qz`p>#h(LQ_p1L;=K<HB zx9<gZy<eWZzxWIO`2%RlS5fn4)PK$!Bc}Qvs)oEDv_Clbi}srUlNT^2{ZF<LJ@CH( zxnGjIU&Gz6`***AyT2UIi?{seZ27|Xp$>%khmfa)Ys?e&hZgczQ~G_}!JISrVf9t@ zpDL@LjAU>(tzLzi{8wDvfnP>dkopz-CvlwxG=5dCa=7|6`@QJpe)~9{G@(pWzL>v? z?>uG>{`%lY?BB3|6VIAC<KbMGH}Td-?Q^(p!LN1Ue*2>fzjYOLyphjWg!O7ey?z^a zR;m(U`Z2Z<sa5j^j;q65?a1{z@??$Q+O@dzyK?6S-1)t$z+Swu4tIZF?%wF<TaP;* zZ!FdRcnGx(c>W3d6N7&sZ*BD7x(Rpx5O2+))vr(=N6DL>HSIUpqqw>muzf;(eBM|I z=yH7UOg!c6yzobUO>RL6pS0hCccdTePaa9BdAxn=vw#fx`CdH#<NF8;OVu&%>+|N| zr|dsLdh@vXT#NH5Tj9C`Q2ex9ZNb%_hJCOVUo!_kgYrLvT-(&2;<%lo&wdZe{VYbs zTkOwDeF&9K-1{?}yX-&1*!uHj-ty!vFMO*TZ~cY+X}otETKwlMM@HkHqSb$aR5w$D zpR+%=@ZXTSoin-psj<J5RF9wft3>MalIoQ?pFGkR2ETwezJOX^v%fI**W^Q_j4w#O zKFOColj_=Mq*A5NHK$UA$?3_G<Cd$V)<jKBRcx!*>aUbs*LJN^Rap~u{aj7CR=s8^ zd!$^o<*t3n9-gY(R`BYmQ<|7SF@<}+oqvVG*>m_tV+G5snN_OPZKqnQmoK17lao%Z zG<=S=9CmEnL~~esT~DUm^28(>7gV&TaKY`f>L|YMlvKH1u2oAFt72c;F<lxS4h!tD zYL4WZa&4<NVmbEcRHfvg+)2lFUA%=-tcT0>b5S*Wtm)cRLDj0Ab*pOIij}I^B?nbT z`l97dSL>xq)(A=#h_ZG;wfMP-QhoRwZ^k}?PGMaGaO<8bpwSn~iXCND%0o`cnPwe_ z{obpeE7e&Qi*+YpP}#aOHC&gX{4ZLn?AXKg%CuFkS`SX6ud989!u_^mTLiO(PcSFn z=f`cU<9@qRsr6V7*PM#l++lU0#--{sT437(cGQ4XMe`=CLjUECgKnuZRY#Z9s)u^4 zgCzwn4%lTM+T1bM-D3?+l`C~?Y7(_%n@?Uw!D_At7bnZ;;8F$G?8%dt4_DQkWmoJ8 zyIOaxLf6U5ows)$e2}$rj_KQd#Ujct77xu?wMo2ON99I=Aa3}2)Nef&pn*@Km1t~f zs$S~_gf7@lUAn9gRUqCG-3Ja73KsrGoZ3Xx=N7Q5=F|xlh5A+|&y`%AZ%Z(20)PWP zr4U+Dlz`5<M_%sI?{-_aTOB<eII_g}&CMOU+;i*(ywuPiQs5-oRkyk%OOMsjd#IyF zf3Z*c@Qk!uKkn}K2btf`wW<2#6u_&y5TCdR5Cv^cbiLJk$a=I>Zguupojp7VQt)DP z=i|CujZzpl953iN!2@C`KM;Tfn09^&y^U-oRT`?;7<T+Fv5xs%yE4*?(NHO2yw{xR zf}prnElt?2#t!E4hbWK&6`1W5tm%ABXNU<d5c@3hoxChKbJ}*NDs>l_GBkz}fN$5Q zoGSWWde+YrB32A=4Ja3T0<;?jWf}rH4G$B^l~v*(s@g7*s#13As4j-wu+ST4TF6VO zTJWoIk#vNu!h3ae(hx{&Q0qlh@Ek@(1(@yDCWJH*1Q@M=-UPc3W1o0kpPnoamns<F z7wk&}>BVz))w<|_;t{^~rMe#1j(ea0B7?M35+YOvb(8Gq7k9EWY+GIYLTRW5dK*xM zi{(lM*zVRWU7G+K1rIg@>oj&+Ru70I35I3yu3aDQ>*nXqPt^z*e;`T)CWdTE9zd-o zWS|!ch5PKf)b>ohB!jcJ(A)S|cvaagYr+<gzlI*1^QlO(?}1<-MS^5QB~Z8EWr5#B z&8=HCwAzUVx<);Ky<Ek8e3IDGXFWs`3-GAga6nZ^-|b5!&N?m;{#@-M@L8Z7QR0fG zahm4G=}dry0TJ|T-;YY7JU6`USD2uSN*z8|a!SLXp4LTBkKR$I2KpMGO*E}#g?)Of z8_rS)4qa6}lX6f_g0jmzySR*#mj`X9cFK96=GXy<PgU*UMyz@qo|<HXkRK8Xk5PK? z0nT>E%Z^+3@4cq;;3<dKn(B9M?>u-6Q+tf03o`=z7$P^~&+GA;f%w(H%mDk53E;nE z)i46tIIuOf;c^L-Mrem60}fLpI+)XlLR*C>gp-kAOGpG<yY5qs0SwYPmI#gr_{$*( zYCAbHRf)mba?fE-=mn$XV(gEz`O2=8C(!5WBxpeZFVybTNK~5C9MEE690j#%tV|-F zVA{#cAw?+aTywfnGFAodg_-Q`zTJJhW^UNE-#TMYTDy1RV&~2Sd+)LyI@>>U+k+*1 z;(_7&roaPO2Pf+j!=v}&!;ahM0w%*YP<YhttJ?KL&qExX8t68>v}2Fplve;^y*y## zI(zzLZFrnFPjJEp0m60L1DNx1`2bim&=K5eIprv@73wIcpO*#>cq;>Jex*H4M2&9v z=<OByfywSbt$w2FHTCNr_cBsKhDhOMk4;S0r@g}Q8mB5-9hvr;j@O)vC6rdUuXeW9 zU#m<_RK4td90Oic@TI1cz@1~LLo+Xguz0v942M^UaMEiUs7cDpp%#a$(_V9k-Cq7w zwK9FGI&9-=Qge`=dCKwH1#6CAs2;mCY|9gGjokCulw(zpOT5;mZ-$vx`sskT^xryO zs+THJQLU28M?`O}q|OLW8Rc0acLT)rTE9~Wt)BS34X44pgXO<q->2F3=)LS|tcNan zxijPC$+I=DS-(L*wdhL?s{ENLaNM9nUiNHl+^%|Ua_aZ_C&$Y^d=9|$G9dcOYvNIW z%?n*ZAtD=Iv+z9CsR`H1Y4*n}==1)ea@}hId)Z&9x%S!8C>~U&PfglYUauHFQ=hKb zzzfb4UV6Az@!B~SN<el{K!2EdtMvG||Lg-Nk5xg*roGnT+Ef*f4?9k2+FLn1IhiPF zr5dUvAjTVKz*e6NzO^DTki8tI^iv~Vo2p%`4x{4*9Dt53=-G76z9h|SIai;k1ZAum zD_tlhzMH848NDVR1zfz);L7o`TJu^bO5-*gg7&*!3saByi8fg`5G4=Sf%V>MNk8b= z7s|CM_ZS#oZ*AgMi0+y_ksK?lQ<ch5duVF(u<$5eM(Ujv66H13CJ&Q>dhG#sjpB!G zWfPgP8Uf+un0LMW<WzN7I<I|F))a|mw(4o$$HrF2o&ZlF@OHh`m~ATHHe#LC;@{#b z%PRou0O^wi)Jk_W*-bguDOE>puh|t2SI|~pYACJ(b2Dtq(D0kLVyapmt|>s7O98KS zYBJV)D>ywI4j3_S1xP*c3`C{^dgraIIpxtZR*h%DG=b)LO;c5wX_;}Pd<pbIm|d?0 z*@=q+;AWQD&lMVo8<AR5mwcVW2*lD`)kxN#PlNOhW4Rvw@kSoMe*D}K9O|jrRNa_2 zownK3nbb_7ZqBCWjfZiaN!8QPnLVL(A$5cI7c%wiLhdTGdRNUkqu!*<d1KC;H5c-b zU1ca|G*U=4&q8*POT8MUJd#q78Fc4LH=r6vo!VqCCLzC9IP_#K3qW^)kL}jHC*TRT z2lFtP;fFMg!P1m%@T}8))(O1ADIbe(WRo=u*HrimN<kj35x~Wcl*$!X&(x)$sAE-j z+A+teIX#>Ws}`9*`J~^WQWbtEUby5u=yUpdjpJtz76G#sa2Z8onyu?^3Rh>3V5Y3= zXXJ`!t-iiK>rh`<xVQS!M1^b@rbizzGr8?s9#gm9o#;AtV-CMF?7FQuD5H+9n@uSw z&j@}h(I_s$b&A(FB5QYcV8(oG%Hhk;n>>62f8C~+23_&e7<JbS&!}HZIn#Lf!qFY| ziOC(4W%iPbnWNG>Q{Ios@!TCdz`#sR)@!wj8^0`GK)2MK9U<oRO-_6HgO$?6kSZPe zX_Wb8{8BSF7N^iXeFurp755M>bdG`Uf>!|l&99LXU?9k#^3urewfo&4>oYH>p^OaE zuGc<l*C7ZYgyl8>>~!OMUK^?#AFL}ee5)>)l8G}iT)Wd=8W=~Oq&`@PbpXL2uyAHr zPFCvugSd3taY$tgM#ePL1+&duYvheK!?}XHGyB}B2?%PcVCQ6+0m=zh2uvZ@Z599r z@eyhSzH}OEo{BYrK`>Fel;~gf4u8Y=$;W0>j~C{QS>shuS)Vr*dh?nwAaz6knSDDw zV_Mf#>MYf5J~(Pu$<H48C6<!GA%jAlx8UM=;y~hyS=``Hh`|9|C}R$yX_bZmG_#PR zvXsLcIA+Y6^CncMYacV`(sP;F)Pgyip3Q&=q|RF;9NpQO9mm|^(xh!|hoq**g1iQ+ zH7uvOU?byM@|S8{&wv9g_043rA3E64nWz!lpT^JSZzB$XK|AV{nxz^6KOYt*zL<W& z*#3fXcK{LR&B*Q<ZUac9>A%L}0$|MCQbd0jZK-VxBLm3Itii&|8m(IxwVZ7r(5tz? zm#jNk0ZWmdDT5jG2WofL%djzCE7x*GcY0z71H>!TYvFZPo_J~8YN(pm6069ESVgg| z$YhLm`~$Uq0QZOui9hz@z4*DUIM^vzSEOKFVE`beS15vw;z+8y1E_JnSmauzSj2;( zmiytlwOBkqRjTMGu_}dF<PhCI%1^L6@`j|n!p>d0_w2o6-<|vK8f-m$r2pu#<E5ct z48G?dLoP3gSwTOt_U<Me(2r}0%k|WlG2Y~uajbTpK?c-5hau0Iv~ZCOpa>4GnSQqp z$0|xpmu~$yOD9Prju#e#ikNgS^E`+{1S%M!tf5f=lq(rKt8%JIlubF6SItm*G^v7W z!8uQ}3!Ix_ZUNH^<Sx+s0(V+e8sNUcxfR9E+$oEHJ7C21YFK794s`I6A`5ZAGh)eu z)tJxKyF!u&hB^L%KVGxW{rI_uaG1qpTujY^o{#69O&Eo#B9uuun$=c}KcwWIIg1fl zOmmdZrbl=`Bh<nia28MskTeat>!l~$Q7<z|!n%U>3Pqn@rsRye#AQebMx39*JI=d! zcsCAShH}#e@DsJl)pEU9{9|NsSK*K{av+HKnK>MD#>`DZe-ld?$XNAT!$gqakJlj? zT8G3ehWi+QXx<o5Wh_0P0l<x!_lA=uCN4_wE12SkDc19K4dfbRRbL*Nj->hEKq<@; zQI}LIT(nqWfg-spRkg?ltNjbLGBg+GN*6e12h~Q|qYxubiFlwoQUT`<868&H&=E`x zg#ruBj#%B922eWJ&^RD^dKfgqgpgT=TsZE$l|`WyA&z_w*<}o-ax)!EK{J_s5l};1 z8X!=CIpe0Yjtn0Fn;HW}Kf}A`c+Tmm18Wj@)5v?I4!nx)*0ZzVE}n#95}lEq`KpVB zoSyC?iK8_%EusVp5FxLM{q<rl<T?a`4=pa$OcZZgSSSoZ;^d2V!}g1ev7rzw)EY{_ z9W2vdP8sseC8_}_SiJ-UMR$^QTc#e)N$ExBZk)WF{<?DliGl8%Jkw)GMiKMKGp{XN z3<&GlZ8~I*ye!1h6N?a`rC0=GL#P&uUqUvw4Tn^Y{D%KCXKq;vA)?n3(<<kTaD=T# zf<y!(%<o*B(<7O6oW{+8nT~C))dl96EUC3kLC?}ffF0Nd?F3qjb2l)Xq(L{7;BbB( zhiitksS&H2ibar|Vv&rXQ0tUo8tvbh*|=l_B<rHelSBwr<l2Q8JdX)a<_&z59GLS# z9va3Ih!o~&eEL7|P!FW#$db<YLi*6=gNb28rlAQx`S?Lx5N=rU0CLJ$pPB>Fb@nO~ z>=4+d*)-X1O@@_RkEE~a^-=mNp_`d`<1tFfNj8!gCMYR1i1*7?C{lcWNeeTfARSLE zc9=~ThtQ2J9ylVLELrZP4UuI9YD4lR(UQY?7A=vvVE|o8+?5XWGGnze1YVqnC-Fcq z6k-Es+;-0BxjD~@vOlpj<&}^A4S-+4cTTVo%=DiqUr!O4oB{qBSd8iV8#!~vS^@<U zuP#Ca_J{PvT3jfDOlsZGYgX#NH3qNbS3zk|IUzdTY3J?8?xmry^fH_YmP8jIDl!y{ zCWcFZElVS*WJ9SOR|61jIv>JCcdPS5I63d+;fHbXSYT}!Ncdi+T4a9EI&tUcnCSyN z{2~v(%)_tq@S8kD;FK$2c*t!00e-SH$Qzk-p~W-`P5G7iblxl!hVdxz7xIamoD<BC zFwf3r+%64ZU<rYZX2kkA2ZAWA>zO2%kdPp2)wIZhG^ca7y#5lWf^TgOpqk>FCjR=< z4O0j41ckm7s_#QdbTZIs1`}J|nT`^?Nik&?1z+8LSnv&ixOa7sSsAsRj_!mGwF69a z2UJ=9pPp^>h=_UvI>5<>iBx1|U6Xe7DofCJJM?%wU|pW;=;La)R7cJ}+=a3>_!7^O zkayguHIOnvn~7DcU*TvP*cr|OyYwWmD=IGd<Sr?5;990(7&spVrY(umM8PcZRF-By z>Gqe6#9L6pOqF_vUcp<65aaW9442Cg&Qx72$0>Buh|QiyDgX>r$s>^Ms=GmXYm;E? zV*Gm<a$-g8Pi1<*`R(Nz#OlE6J8Y2ovKzFG4f?Aw2ulLBkC4cu7#|8QsCO}g$Vd%X zVd!Z^K?|L*-_s{A3$JkotvLv#NnbHcLL=7I*&FG%yV2#4L!*71m@xShK;(k}6SCAO zA!L<fpn!yKxJ2a~G}lwrq0;a;C%19w1>aP~rl1Xcw2Qouj|hOT13|X`)))lSiy%l= z;9mS(3x_0Kqu@fk3$i$4VTakE$>~D2nZXz@r=bQuwL#0<ccD}%Q#Undm6J9GkoZIW z3~3}RH6X#X9e^6bYpn-KunVjlfBpE$YF^f7DXzwRZpB+IxaVtg&Qhq1MXt=WtKv_n z<ckd&nF2VC>?LsciIg$Zv8*yCT4*7A_{Zx+?KB%0Fn%{LTigL_o9lcGZ!a}($_#dA ztXi9wEeF*?tBOT(%E`G>6A3m@Pl!v+fb7ZL{0^7=AQwjdI@r;JJP~#%6Bv=!GHPH5 za6>SpN#$|Qsb*kG!Mm|2W6jr&QDtyyWCTQfIE}J`KVFA0BwJ2)Z$#GV@m@|t<_88r z`qiA=h1K5frF!%37}%_3J|Fd^bh}>>UWfId+=z_ntg#`$H0R^E7hslAZumGvPh2WM z%ra3d-V>|DmgOrE=3m5=5hjB1goj>VD%6BL`ZdTPP&`+?8S>c9Cy-bYi^u|fN315- z0f%PRmmhfK4G9ibVip#@5Qyj@_$hvzfN}nahX~0yyrBBAp&nw7ACA>y^KuXga}R*Z zG+?tJGDRbrv-@=NYY|iT`*?7GALF_v57`O-9o`+rFY(9q+r9X???nCxvw_u*2Er_e zZm|kcX*)Zj#aae%+ZSr#9_)Z2*fL^*E%+1x{|odh!nuXMML4(Gt?;vgj}flh=x2oU zO8Oe%yo&xtIIpJ95zg)Q8t0w%s=>AP>cJcA_Q7@4tw`O7)Ow^g&?^bK*3vTx=Nssq zg!4LjDB--3UP?IM1P>zkDxq$h=&yu3H`8Yc=UeEvg!8TRUBcO-{}Rrd>BEF`2mP3E z-a=m{oVU`S3FmF}X~KCsJd@zpgpxby+k`t^^l!qsTfxT(=iA`91V1O_xShUExYI*_ zC!BlX(FC6-Jn5s~6YlJw?-R~D>HmcDF8V;>yqkVdIPX#9t)FnVqMu49&|@+aW9bCT zNeGRU&v!r%N%JwNpI{lO?J%tg+$mE{FkwSc!4;jh17jYp^<-`U7$Iy98BQ9dShU{+ zx6svp8TyAVzv%9{kU#6CNJg?y2YHDZ{Y;PUe7pzqnAGLbU5|sS@Qtf9`yeldlAYLl zeFy!Q$lZdI(1t&avnhthX<at6p*{kOW7?`I;yFWJ)3;$1);VBc*j!m{TK8C8K2u7z zI#zI3$29C?J81OSxuY{=QhW|5I^7<8Xwmx+-__53D+Q?1bVrQ6-eTFXNCY$CYd0st z{<2`u88ygnPeTL3dUkarD;9eoAJp(<1Gi}80Gg3w3xsPWy_E1l<tr&e!0H|ZSc3{B zmnOUJy6dhTyLRu`vkNPf@FfWQA(C_JT|nKD>OCaG-BIIM6@L{12@)(kx49kGHcMyj zvH_4Tw;O+9aZ*$VQPW4;?$~ljKh)I(qAvHOQ-IXD-19ySDprkux={ZeAcT+oiwf_A zevbB&o!7~utJbHcCMLVOq3Qx-qnp;as*=GMv`|~V61=oD-ND1I-Qne)U9f%CRki%O zq3wL9Q(kF&7PMaH*xlLioUNBfC^vkxsP)Wo)|s+nITp2^d5%MI8)Zr~pN}8aReZ5l z^#bFj4_JHjYLRX2g}og{-~nsb?yw5I7DqL10Z?*t;OsCbz~GM@V90fJAOWreB26)4 z0M}7BAdrJG!dw;{ZWfvmm>_@?ISZNA95Q=3Z8S>(4Xo;+6T2ZX$y01YJq5VbpJnzY zSXdBEVbKCo216s*P$HFuO087!au{(auYsFzK8rWUIkk&YPvl+&sztQX)oD!{!P`j% zhS{LtkJo%jSgIiuL0-nWAc`OGF;x4=(Jb>CQb#I$L<Ix^y{L-zji#V%L#mzwNFL-} zZ4!W-P1RfENghu|>N$$^<!*k~7?rDf^E}HfK%$u%Z-(FUYi3P3X54oufORZAYaUFY z471*XGTv2hg>qP=oOnxrb%g@+S8uE5M$*XfN%?+yG&PbQ&pl_juaWP!;mPOuP1H1v z^1I~j%6Wb(S6?-2EUbo|36vDj2H|_vb@f&Cl~h-dv5f9hMK+6jMWecJ25<4Xegl5r zTVcb}USCsRi!T>Y?qk}Pg{Z<ZeeY_K%nlqEK2<BsZgBn#@b}g<V1@L4BdTCx2BG&h zG~~tXJvG6Z&s~IEKKiU}ctc|o?6`nh>l&T~2-pU$y{erP&O(d{<uffJm&ncg&IL3= zOUHkM%_&e*2{MIQLO2xRGri1kjV2qgZWQT&*UW<TW#I%l2D!#i;9AD{a~?b%{(=W; zsANbrVm}$+I<fx<E~pxe|8wnDFjnE$YLe+)CFz2w54Ykj^R^mm&2@NgBHub==7#vv zZ21*YC?2N9mo$OG;SnH_vtAHa)<^9Au?)1(dvV4ff%Oc3KpaqxoL(dbPiO(bbqv>b zu%&V8C|3|Au?XTqjGq?M9Iie_frF2?QsJ#q8&YpK&qHMfO$7j=R~?~V`$7ZYyuv{u z0IUut5B(V7$6|9>>CN;sKp<R>#Y`B&SFs`?p%V;%JRgcm+xZf2e4dB@&cjw7mRJTk zT(<lWKdlK@n^7<eM!Pw)ez^(^vyQ<ZsWj6<yxxKfkSDWF%DfXWC0#b^>G{-EC`?8n zu;;y5;~<73`(Q3pJ&OEB9cE_IYXcnKV<1w@fv4M(WuS-g-h4wzuup+)O1%l+yi(6o zS2UX`Hp}Xq3&8GzAihAsO9PC~7jah)mVf1y0E*!8vKPl`l=WA9E2|gt#<=s(%p~(j z8d~4R4#dhD9I9Sf{{+EEd`JPSH{l0h8acB=@O=?L!`BikTlNB1hXT+K<0669KP!sc zjL=^o^{jD^{~V3KAJ}J%r<?;6QQV0c0eTW*q)Bf@q_U*`3r(}|MSUxP1YK5|KB}<b zON})z6eL!{AsGB*=CZSC82{{?%hg+E;fadt4%~0TFF)4|`k$X|#(!=+vmPabjyD}l zoqy{5rSp|4z&{3Sz<Xo>T}x|WfT*9kS41f45biKiu&WyQ><}-j4KkZVG6^yYn;S8z z(jAv2gk7)M#)5$a(Uwj{-wK)fq!cg#3tt$2Ya>x5WXo%*fiT0=4#sA#XN);tk(^*o zr(lW=LmzSHTcS^Cv@6n*pJ$(L!dofn&3u}43tCyT9h3||W36$^;=vNWp6FZB4gREW z+0jCpQsa<ZYNHrK8tW^IrLK)tgEfz@z;KJjkFjnn5W>L?4Z}6cl^|VsBUuHY7sh0$ zU&XhnztjD)l#&%Z6rfxz{vJwlW|4Ifha-;{eUu-L+6@k;75|}_bouW=sXGKK#9|Ra zI{XhdP7eC{qAw;O-O$WykWZn1o$G#=8H&YEEc;#ke9?DF5~Zc21p2$=$CUBLbR;CJ z<C)XUqL%_PdO0vDEEfMDtUzNQM|l=iA{|tMgw3x6&3@Nuic0mgwgCxeJ9EIxvqj_f zwA-EWnjpicG(gWDZLC9Kx#~6-gBSl0S$w5`D<+bebxEuYvMpI%R@tRJ(9<c%u0Xe* z%3nzZW{H@N(*udu*u8vZPw*P1;I=vA3I^4Nz-}-=Fd0SuB&>&31a%R$bLRR})}3=1 z&C6zPUtDvc8g6X<4NM3z)vrpzMv50HV~fB>zxru@!5^;;(<>pPGbI{{7o?Hj1Z>z6 zfz3u-XuHZ;A37suWMe9XM^hPuQi`Kv2$(-(wL`$b6$o15a6!Y0<2SJsT%7h~i4jx^ z0u_1hvn<^Q%8kpEy(CQf(JrxyBzi9xS23pnON^OUofh{@t<WP6ANXonL~STJLm?U@ z0>0Df?!HSfyubsRhiitLvH<_-p1w=neV~kA#1|bI3K9B*!d)-J;{PdZjXASA(HcH| zS?zda*>-3|`Bqy3L+lXgmZU;C{hfb{HA(v>1)YB#gk7$4MwV?9;M2RfVYCsWIkh;m zz3k5Nn%P7_v!z<-{4aFqf5e)n-LZn^$$N{sY?)~Vi1*wXD4lJ=vaaq(Fc+Z|9T1>l z)ixp2wFZuWK(!%+E)YN3P$&Xf3H=MSg0@ntjZ<H(Lkz$_mx^tCjDlkrnM-tl5Yb)j z-UpQRGMpSW4POdpN#%){FN8oyH_YdLh6EVMpOPM&!q0sx4zq?^P<m}|YKr~%ZQvGZ zI-Z8XAr}L1Q@~0+GXhTZe0v>6g|q2(7_m<>1wNHeu~0A(EDT&NR{Ys<T>Ec<LvmiL zufdx_7J;Qhj^}$)v*4ZZgm;=|o3L;bEpX{Wn1n+>o))hm4sKEcx^B~F!=8ZWv^JR< zDT@(=h|7KVf_oreFTwA!JF=ppBOB}=q1lGjsD<a~1MQdDf0^s=Ihg!Uz!tkatUIdz z@?;IN!a4CzVdvr_)mm69*x-Vdg>eG<lw?O6jlhsn-|o?FC9p}L!aev}_=Tt#Gz#B= z-T+=f_%LG)h_M)IN9>p+wPs)mK8{zV6ba9(wJIDy#Aqe_zSSi@&2&bE`n%*?r@<~n zyj{X-NyEd+gw+#ROSPcO7_NZ<cPDEwIe@@g#<;F$9CO1mkd@jJABC;MfGT)ds6u?t z8r_3_F#)tVn8Ff5>!cn_EGt0QF~D>u_4$1gNx2uRC@7_*>{~A+isF9Mr2*I=|7K1f zvMhIJB<$uBEgcV?K)WJap$5yKosfm@vG(kS^t~J6eUYy2)Ux6|JmE=9Q2b&=Bdmo? zJlby!l4$zO=~ldi@1iErCqt0(o0Za#U9pm}ClVPZ!7t*u<m>7<dHBe&lcHx?5(3FL zA*6!k65dbhB@Q1x5`o5-y~h+3tko8AsFz-4FCz?z7_q_Tl9rOtrs?(zI)#it7Yx6B z!nzc40-2B@QNt~MIeyFsj(t+&2@WwIW0Rd9Lm+{~OG2OkXo*j=l|IsITuVF^pe^0y z^4(;uG)lfyK=aG|TcqOP%||=YJJ&_hUQ23lz(U4oyuJ9lB6ahc`~fdgw3%Mr!=v=i zq45!%p0w>6X0MB|!Heit=Qg)fBn|_R;c$X?{+@?WJ|^qi?z|Qpya$iG+&G-TM_s)z zptQ%!itf~Tn%Av<J%nyGF2~cT);BnJb|7o2BLhk1Dv=JfQCjc~(=2@5OjBNvgCAMm zm|2xz3Gwps#wP1gAmsy?`&MDD!=eT=9rVrG_oq|_9}*%$z*Hr;U9s9E#pQIs&^A@F zCK5+P8$7|SK`=cm#+^c3B$nZON(Pf<Q~-#mCd03y1O)+69MIJPI9!MkRcv-^%!m(( zbuy<~1Xm#v@b3&l956@{#;H%AA)w=&8RiHtmZsCew6&x<nO_JLo*+zq-fva|%hLS6 zr~$m8$3H$0d@D)B63W$}1fKO^)Nl8(-M((yp930nfJ?t|4$&7FJO%VB0&qBubS7>` zO2O-t70f{F)DZT*)17bNlm;4w!$J_DVOTi-2Hf2P1l6K|)fD<Spgx+LKz*{5q2c{$ zqCP}K3lLvITnPhhq|5~v)k74yS2LDi6CnomMUz?F%gr^xV<k5WHgMJ$&rs+IC0Q1t z$*%M3{XuhUe9)Yz!j6=T1_Eu-=ZU-+IKt4%UfWM#PFbFv3IP;eBoLajL?3)z@fpGC zFxS$!{B7nJ!mqKnw+I`#cy`palP2nkGuC{$3x<+Bs<x1nEWs?A@J|qiNf%Z`5!Egp zXz@a}b9t`G2hPqOg1x%bT(u<g(AO~G#XkJvEDk=_xjc78Tg5K{|Gb<oRIi<69{Cz> zYq7IGd)y4lFZp1Lp|xa?rl<5gLazcR%|p`c%;~_r6C4{v`BWPP$!m?7<ic8idXeln zjTdBLO&kAUfJmG^N<Pfe*HLuX>xUJh&4B#VLfXe}P+7Qdvoqt<khT`WO+OpMND*cD z_kRRY^{4bP{4$fvAuZKq3@ONgNl)w~cKT%A5BCL3;gSVSXKpk<@da{e2s?w@MHKX+ zJetnh#jF#hNt!5yC>}F(Vb!lUmK%^a`u>aK?jpqPvG(rW8yS%dKuV>tSC@(;6(l0; zZglE&wgO!qCnn;TO0_oNpe|r}9Nda`AbEqz6=LPJ<WQh<O2JW8NHrru7y+-cHcoa0 zFJUqjh%W-HV;6mUuv0HX8VH9UEH6o761cD&wrM~J`uGC(0O5qg!s1#h*|mWm<E+Rk z1kNT3i}7d@C0Y>Qn4>re<8%G|MUf6MLjV`7<8+LHu1D*S9yrju>v1g&;-W`W*~c4D zkl*vy4V|5RboB~8m1wrc)TNdY4Ha#`&Wby(#w=G=#>Ymi%DAf{u0tN_Cw!pX@yf{9 zctyDg4)0bXHiX`2!j}`5e7x1I4e+)}WN`NRMk2Z$s5?&76+@a81?n1-BvhA^5L@A$ z$cjiy#c4DQ#f%9-l4z@`4%NKE%$*^W`Wcc_+(SZK)uN=hpd!o-PkgOaqT1cd4)f(D zg^yjR&m7y3LB>?3)tE_&ALY$O<1f?=kKv`6f?gT;@mo@e-(qQ-msd+O9+4FUT<~+w zkmwpsm_gjnrivK^Odu$Cqbf*jiUkOK5|}|$GX#bhL*%q``L|*b;rt`2tb6jG!mChz z?)(exy)}TxayAfDNfnDR9ZX~ck#YWxr4sDU=XoGjUDE_m&&~}q@dxnyDSogW7xYr4 z!XD0bIJcV{7b|tav+B<$I)#%m3W-#HP)5K_kzsO#B;p*YIiE+yz)v76&gZhoY(Q@s zs$r5S7QdUd6BNf163fR%V=~E<s0}j{pI9qb>@nb4?~E~S3_QS%XN;$fK)Ln|kOMq6 zxav7mRBjCElb<!&`7{myZ`}jFn&to$x@Hchz;kCQYOQBM@(;qC06F!YV$=D9v-q&M z@5A`OM9czwG0)IIV+d4D4jwE@E~&!ffF$VFu(H&aBDf7L7+S9&^K9yhgtT#J#32Ae zWH_UQL#`%P`x<DXrMiqPKZugFLb@}~-OzYQz!b+B9gHSH90;^#{G={>aUnK61c2DO z0T{Q?`xi4_nl?UAGp4oE!#oU*-kv_c>O5_JOl|Y?EZ&Ek=<nkM|F}2fBut@~y+Cvo zixRY>8TDG!6pn&-vfDY(VHrhhpl{4{zi5+Cu2>OC1z;B;!yr=S3j-U`+Ap(8v~!V> z;^n3$xpob#zHUdycm+XEp}$_6TvOI7=}1zd`^9v2;|-^e2lj`Aix8lHA6v2sw`dav z`!D<oh6!KbR!T{XRj>tXTf*9FF<ui*h|~S}x!Z9FS&xkn|1;9TMn<WjUYmrDuECK7 zP&y|4;Rp<f0^8X*^yow`pMN*2uE$=xnNKe=Nz=I!IE3P4@JS^pzhTHGQd?L@@{9pE zVg~M4`L1o?7`DMiI_>-k@<x-!lC#AxBg^|(B|-xB9*ss2zLN~A5d85vG)A}u2`beW zBzDwOQZ0^j3D}<%SL)or3&x`_nDF?Fm%{IHaJc++;Q(E-1#=?6Sy;dIRNu@S)g0^z zaBk2nCuaC7cw5?v4v;}XyPbv(kVr4Tz=rapqKa=E&lo|8DIie8zhFGxZ8{%jnP1{z z35Az<o4r2<#zu-NWs6m4f~>MGAt+BG0gGD_I0_^Vf-abjg~$LFVxeJXCAkAo($r@; z`x&HVA#*ha?$|sJE87KFV$G%rc!YUEI<WoG%T8g+Bc{k(Q7pM<#D?=EDF-14kP1(q zcI`<-wVJ9s+t6Q)V5FDV2iZ`r6;on?mY31jhB4;{V>lgHCC9&!=zJmq5kN4SC5c@I zkw<t0T4j{xks;)M0!btnTOut8q~nXi8<UBSM3f>YfC?UpC1`uX(AoiO{o+f~m(KKu z;=09RaJQny$E=FWqg=;a1uXo**MnkIgg&1dMFe@Y(JxGxXi+nvld$OSl_0KE5QxGI z(oZNP5QRxpX<_iR#4<btAwQ&<a)vGlJP88V9bY(jP@)T1oncvh@fo6%_W9BP3h1Rh zywG=|)gr%?_^ei@XoF>_u(2YO5cycpK(itZ5Me>$9SwmZCpL&cb*e8YB9U`ZqvR#1 z6k|m+G>@ge#Kt7>mN?7tdImp{&C6`QF-Ep9ZE(7%f_Q0rT|JfgQ^i)iCnnDzD5O*j z9JeUc7^mt#<Palu5Qa5LsWcGcd`CD*V<)tw=@ZSYKf*HEf>c|>qDGgvsHOZqCr5W5 z4t4NPoO9+tk~!zh8Ie8JGvM@Nte!C+a{Arb(nnE5*kAE+thEZuk7nTuuqlEw{i4J4 z|Dd=&Y|0`m*XXvKydDlZ@PpbR4me3^!6N(>)SYyKA=-eu%MQ&h_|7DpfG{+*YY_c} z;G}oC6HYUo2dqcC0w<fj-MHOJCmH`X-`^=WwMUd>hTl(*wY&TA$QzJtPY!W^tg+AH z!}TcAT`$sHgi9H&C)=!VH8h;rFld8T1Z@ba?>9cEcPDB+7fBph;Ut-D@NDz7`>w>s z*K}69PQoV(;uZ<J#;q(w^&f1ifxuoMV)9A?FZ{h2#@t#MMS&IY=`U}K*4b_7;xJ&x z0V{N$I3R&Owd&Y<#hFtBFkEmDji)@r_y~!wYD8L8I;f`ZhCl~%+4l)NV0FMV4_Y3& zw;@5?WKvuqncm%jnBe|jf;w>iCS_O?Q3pT%YoBJ9g>A+X@J!6=a@L>Qs|W|?ul|>? zy(H0*V!3b&93W_YIUgsenl0gS{~8u<_1X#8-ROI=a3cx*#{>zzGd_>`5Q#{rE+9%r z-V+H%lR-J?w?%Mb9rh-C#W_rp8%Z0EAo;iaasdx%uTLe_T61R0OZa{Q!~`#4u?Ihw zTsHXQb^fxE_Ljo*H*m#Lk89~@WvHDD8mh?U`@aUj$zX<=*?!&1g~32!zMFaQ)x|wp z{f%8MQ_kO@EX-xXIEqlMI8xQnkdI1d^dsXZLy)XNzy%WvwdO^05TTj?0p5ugXZw)| zRz2{D!3;zZ!>l0!0oZoIcg+~fE^uzjYQex56m~`Y#Cr2^h{(Ydq_@JM+Y(vE5){R8 zC<L2wL>go0_P3%AvGo+!e9>yx*+YQ*CGKGvLVzqKf^qoHmkEqkT%<BwyXshM4Q8FJ z*YSk2VjJ?e;Mb3zdlKJLa7@H{Ay<df5o4Bcb|&wkrEIWUgW%=H)Lecx<L+14xio%x z{NU3+2l0u@jW;{5m^J2_MYf)HUWND5c+%{SVBImqc+08@=^Vr~X$9X5)jXQTY9lA% z{IvhZ&j29{b1e|rw1}h3=VuGEO^^zH1aGx0<e@Sxz&g*Yy<fhUhlfYzYG#xY{T%!U zC6CJC`KJ~?KmR1^+3J_~6<re2t?>MVFbQ6Gne$IVj@UHUT5qlwW?SfBHMc@)n@4S1 zRrBl$Rp5EFncqAAq~DT4)Do3lXqnAjC5E)jJRM?4*HP{jBN4N^tpHt?TzMe!d7s5V z=nPcoGqo_~p*f|to1;LN%%&d?N9GF%>k%+2RCoFoY2nvBqmUQ{Bm(@o`~?f;nEa@n zLN&^c7^6Z6LL0*TqD??U3XHUp-PuX(Y>-rv5@bMVL?{GG0I?8+Lfhiw0Hl(Qj3O?F zt6~#sfCZNCWlo$u_P`6q!554}FPH~+Ac7gmLQKQSLE(s+^Gm!6<wagrN|y+=+QX2m z?Cv&APjZNQR!5NiHenP=;a$d-r)HE<(7k4^gRnlcm1kBf4x@f}g($DL64pHRlUP|* zPUsh!7?%{i<$RL0xR?3ib?f4e*MeBSM`~)Ck<=TZbP5^2&LR66yp}>--Hfpwk{h1! zZ-Sn|84Iw(m88vf=w3<qDV8z~^J|4Hm&kIJV{V%5&~PV%9Id>MwXpg1e5SooR4>p; z2n;AVA~FaOIDiWbS}{_Gz<{Q)Fpd=o>n2=N!U~@?#C%;hYnsqN@OLJ4e%<+k$grNl z>!95t(W4wM5YzoTuC*v`7jZ`X)ZWE=N$jCCj^@KtlXnw^^nBMY^bC@KMmdtsnLuok z_pmLmM}lpUMFwg~V&;&UfB`-oAmP{x;zn<5kR|-81N1YY3om4Jmjd@SKSh@`xUnrX z(Rd$upp1~{<{6NtOX9G`r*Km9y)ykWu~_LsQ^JuLANrcV)#jtVy)<|-8RfCacCrl* zcTJHHS}s*<h?^J|sLCTF*nk9v4-Br2%`0F_2)pg_=()PT{|*dA#FzrszOu_(U^els zuYg>)TI5&3oy!gzT~5bih?nx1>J1OPXpl@mBH`La9auGZod(OSd{^g|P6o^f?N2FZ z!M0<`*c)UY8Ck6eNpJ}t?~;8`x)v4O-PIAl2Mf;-Y%C)FH*4uKf+pcrTsG8vsTcfZ zBJ!6;?Rc;aW|m4~-vn-H7AbkdswWpQiMnarz-wU<NlUHWyRBWjcJ=Pw-Ma^W)|TD7 zcO7Y{EvF31z^QiC#U&$Ru!5SsXD(WG4ZxnR3#+Ei16Z8#CPF+!b(FlZn0$QSLZht% z*6t`i0&fCxxEZToqG|Cik#~0;37-$h^r965zJj8TQQX}uOpq`}i=5Uq8PL9fBs_?P zK#D6aVAwJ}<#2z8fT2uJLdDrYbejC8A0f>V4Zu1QQwEKOH#o>JNGj|jH^Dv<&c;bG ztpBRic$kzY_#<0I_NpI0cMvrITLl#*=x1gD(<-%GWULq(R9H&}8h8-*z<@fxQqL%# z{aVO|%vWwU2a4=~3OA7fa~_kDG-HY~;idrRf?0EIYPM+v4htgM&CTY8iF(g$-uXev zp9c#COEs0lcV&C=^S{jds84=g3wn=Bx;aW$-%&59Ce03NMo`yvE)S<$yye%bd9DB& zS>X5Zd@D-<(-hQ+>>+B$@1ll<cr8Y9y0+&(cfEH|!vd5NVP0$@+X~hXbhf)tx*vo; zM53eR(r6XCoRx<I{}m1evP?8Fg%n!Eq4YWh+0+4z8aefdML#^uu;}#2z?OS@J0xV* z>;haW0?!C+7AMgO#cM_jR)byhY=85&uzq6u?eCta%81>MSSVO7h~kQdnWb-?G6&|J zARs=03M@ALXhgA?JtEx*qYT9!a0wp`e-7-h2~30}D)?A}LcN%5O1~W%%CkWJElFgq zFN8`|$`9faMrYBb#zMKo!n^QU7|tc4V9xzU!)_Fy3tDK&v7B5tWBCYffN}O3*3DSU zzYf`*qbRI_;E3MnwIntq7_wU4n&6Kaxn~LXc&4z;-RAZ}5qH3HUcqw7i!aIl2xCvR z9#;6PB2jW<9nFYu27wgmv3a2}@PkzM%~5sXak^S+^5{18_yM`v=IZDqE3{5XlxGr! zLrXXG)+2g}A2I3~HdAzLUK;K-nwb}7y+yBePos%mR$=&^^D^Loe16;<IH`;J3gIiP zq%hybB_LhGy-`-Z2YFNN<fhjNVMhQD5_e-ge&oGZiEU#BCh@JtUbCmsBa&5306IVk z@hjVivax*xfKAqN1gzzcz?9;xMqr>*`u8|_!tPS_`gE^gIzr2nHephV@6#8$efD7b z56t4>qb0A*`8ygfL84T+<!=x!0GuL<k2xNIkU<>juNL`fu0g{Q6nvvE{FLmI+-G$? zbopGpK6zlr4(<hsopfYNU2LScW6utMlinTrojz^`w#C2pi;4NcEN!KU?S8?)Cj51l zW&FSj200gVg(KLZ3r~;h&GH(g#PF}=tNLTJ49kx#k2KrY+0_ZcC~qTLTX$!Y?8*Iu z2ZL8{_g@OO$LmULo7Tn8#Dj^E%!IU(MJ4ED$4Iqgm3oGHx<;x))^LyN*}W4njd$(b z*+6@Jf~i5;b+N4K=kD1XbK_cua-#Uop0I;i7wFp--Lg7|8gn6A7d3IH7EX_L4l|*6 zKm{rK2bdmjC>g=P_$*S}!N}9g=_-qk3W7utW4(t%cheFBb_Dm{!2!#aT<V4ffu1fY zF%XeIQg`<u!4)4@dgQKfh8P1vsarH>HEA(C6@rmKpf>^s&jy9IEL$5Sa3W_|LOsvT zYQX$qOB=)iEdC6uOm>gzYX;f?rTH4<9*toTqBjytaLxmv&VGQ6fT0MZMPZ8-EJrt_ z9^*DDu<pT99Og=XbS*S)0luliK1xI^=P2~`5aJ?Fu9}lbTsWeUUqz7!yz?cT^x9ln z^?4>m!uVxgNh}#(VUIxj3|#U!pzF1kt6+lskWmd&8KHpSFg_H1fly#r1PG}!xv%9Y zhX5qVKtpn2E`mn%=AteoMEddbZLJ!2ga|q=quV6S`2w;#f6c>E-PI=D1qTZHPZf(F z32`jgcj0tkVZd$;^DSR7&aQfwGp_hyL?OJp4)w1?q-30rur|NJ!xwqrLS(7RNoalQ zG&R;QHlEW_{WAjtXU}#UjOxFD;<_`4491JIFw5at79nT5_cn%n{V1P(mIs-9-^(kB z0Q(=j%CJ(5b?)SN$m75myl}Lg!5+9UF>2xM6+B4fh&8-g%fm4qq)oES61y!4Ik1io zM3&F_-?^0s`q_v>fo2i5^B&Dg^;QEtyxPaZejaE+q@yj<Hbe*X>gSaVP72SQM|pS+ z4<#N*H=J`kjPp?8;Wt@IwAPcW8Q$B91Nk!d94@fP+g@m1+nH}}U6H>5TNcQ&kH>rt zDaz#1_%}=*@t@Dge>T6jur9wg-<EIBH{qDgugd3{ztDoKE%}zhJ-ENE(3@Y6^9lrn z7K(-s@(+CtC5eyX$8iCnxydkk89ahn;U@5v7|6KVTSW&|*D~6aGS@>StGNFSHuj)A zizYgV3WoQtrq^SjcV|i&d?pYw>2N~WFGcS|!>u=D?V;Bv442QnpRgtZx^u$;VGei! zeIQs8?n(|13(Od2!6fLd4gI31JJdVl?9z*s0eGn%5M~0*g={NGo`z))+1#oKoQBA@ zD5atR8(V6M4GP(h_?{yC+7P$sMIE>?cEJ4vr6DLS_aN_sKOVMpK6&|s*02P7!p5i8 zx$ACePToiMB&K+VGGEBe_;GmR2H(<Pa%trgY`)Wf`QX{ZM-I*T9vkk|=qTdWLGZ2v zB}hp632fBE{8owO;pHH-|AjK#w~`JZK~F@QfIvD2{zv5e=nP(HxU;~3wbQ#t;xpm9 zfpx!hnGgdlP2qY5?EQZN%@DeZdpm<*Q2L5pwd&5O^BgW?<3xtY-MII=q(~&hsY1p` zpf6E5oUdq-3_&VHsEomQ6;YnWL@!fnS^^aXyL{C7cHpCw_y1#~;K={Y*hn0VP!bl! zSs^|^OHl*V_&6fff`TW3SAQB#iiHFM5-URl)buk#K$trkpo^r6qPu_uKkMuksTWXF zZ-oTvNhui8dUsN20ALi2y~Dz&FC12aT^z9xD8|VE2C3|$`pr>O3}Q=!3=u%+3{?dT zu+HW1%tTP}at!X#f7;7Ys@Z?K5lSZji7yaJqAW?b39q%vOn9tvwrRqzA3t|L4p8q> z0*M(0?MKi(T!V+fb($8kj8;nvS)OSG4F6OEOIev;24->(aBq8SChvQoS~E>u*nms+ z-tw}t3ekEu_MdD;#{C}QCaA-EYPv(MK|@Qt^+kW`I77l8+phWVLnJVqivUtWg-t97 zF@Y1i-!_=7`fY=6Ev2eVhwVrY%;cpVAl)+=hOq$585LAlT_iUYV8Abbirtcz$q3!f zO<onw&IRc$C~F#R?Yxa)JEn#?SH)WLPqCI<W=n*+;ye7~HGk4ev{Z?=B&<2ML0cW# z^jJ=*48g$xU{6?iG=x>w7$mh!V~deSU~dX48I~2R=D)_OImc?EGT|T6(D|iO_u(hA z1660;=FEMaM{B)s;s%Q`+6fT@cH5>QCZ<(79>Vz%i#I?+KfxB$B8lZ@VrojFgZr~? zpYOnJII>1;pb2O2(XWKHGabsg5`=+hp2rV)QZC&wt{}uGRCH^fHUno84E6M=@eC{( zaKtcB*aw=sqrrM1>m0}K0^ECp?AQ&eSrwi#o`I)e-Gm*3iDTxOlxm?BHFoM~eb!Jb z7#egoqay~XHmun|Qbx>YvQMX;Hl8-0PCuP_Iy;h+Z94O?lUO~Mn^|AaUNKd>9M{a7 zW4ZbCTn;gTHz6i)6a1n+rv0Mo`70Qpb2%Lgn3e`b`~d591B*sCC*(D3GTW{#dHf}k zbUc>boa8;D;#|TR<QMX^s*e;xY%k;XYG9vsOS!p-!8%baAs*FqOc3esj4Wj9xWFEW zcOGv(&k>kdDiQwtvBN@=1ID#gnN^Toh$LnI%oZ@QB*E*^2hV~C0h*AUp+|D;kx^n+ z6TQ^<5$6p=YogxsU&Bt(&wm{UVQ^rsm8~E;LtR%XjV+d^!IVv42WYUMwW`<5y?<<O z0_3frY6xhF-CmGH$!}z#bO-TPj5yGL(YY2Iy*2J%>|8;X8v!8gX92_Xjo9U8NiZe8 zkU-90gbPr%q9NRKmTqy%couqgG#riArWbmXJ^?^xz<G+5q#`T;`qQj%A^1{#2xe4f zeMlPP<)j_1^9)~V7(Z{uJ)l|OEy7J3XKuZ2E9yhf=lJ2M3L<pIt?-Zi+>GCi__+%> z%ye7<CwN7?j&yYIw?g5r%qwW<K{Pk!1Ni+K*ZE{a$~p98s=9Zkk3rI}Vw4gah|Ki( zdlp!OG3rm(R~U0^?8(%_sXJ1yH6QW6btN-yIN#0hX1P$x-3b(AEba5DC*}AEu4Ec( z($QYeMljXwW7B{We~**%Bo1C4q!Sy%j?{2h=+V=B^j(1BwVXp>dIi}x>M%!&^Lj#@ z2<0_l3vCJ-y!Odb5&Mc)U_Z{?38xWGUiS${o!4~Hq06q*%Pz5SCxxie+`T)8sI6F- zBGqbaq8SLhkQj@4X48_L<rg#4c92vQD+ZyvheQzIH6soycnAnRAUHtf=<X$_W^c9j zx<BlU9+@g*myfFJyoqffdI`qsHc~-KcS66saLN!32joi9?zac;c+DqI3>+&SJ#qXv zMjoQbN!y+8!E@Nxfb7WD&l(DE<4XdHmRQ495*#A22Pj$rj9eNaxwEZVTxB!haS(ue zJyzs+Qus#RWB{9-=`b?%Fku+~BVpp7OaH{g-ZUn5TS^aR?VR=}oi_%Xa2;&9oL6s> z{b>wrvaB~<F8G@+x2UHTcc(E1Th$fWcG<w5G;7pa?6T5^Ib$8pE7gr^J<hAt2DK6A z)#@g-3Fmfov$_T6HR>64tFlnWTD4hq;LZ)|&1#F<iaYDnHnkmhZd9GB3+MIsrBt`N z?WvTy&E7Dd9^7c(q;7{u^YgebJJG0KxxcBp3U~UrH%)M-jNNMNTjse(%?`C=)WjY& z-zB@%7=xSbb%Pyfuk2Zawr>F}wj%u&b%)yb6qrHmQ}e94Q|(8Mw%eU5Jz}c6)B&Wr z)ZOYJ>eX#`Vn)439m2ia{2Y2eo7<J%&!)%U&!*Sk&!$h^r|!p_JJbpF3Y>SUSE`dZ z?@|w_0i1Wso;KX8M(=5}*Wc6T4u4OZeg2*{cPhQ7&3^S(>@f5gzJC|?(s>O^IDma| zp1}ETRZ>GZA5_Ci;e3y>)d<dq)Tla#^LMDXsj?cwoA;`5Rl%LZYC=_UKB8)B66bz( zUO6})9c6@9g!)6?W9m6Ir7qy=xOgU9RF|I058kJy)eLgpuP&=uoKL7Z^;(=?p<bt6 zkMk?l+tnM?lX&Z-`fl}<dLynLcp9AE-~eW~?{T&RJ7>BN4}m|%u(gH|3E!&F!c1$0 zoFLYP-qf-W+-jkD#qq>s3&f9HpSTWy;WW2m5XP+Z$9PP^f&87qoajIULgPW3iXf5I zMBAFn-nwpN<G!@M2D`;9^QIUr$_D8@mWWDZW$Me9!dkE@kv)tU`vgG`;u0L#)C>*t zQ;$_g&y_9s<wH#klY5Cehex83ut#{pbDof;A^cq8n_JktDoj?ukc!cL-LYXF<yViY zF>a$>9>IQt(dLT+w+BgALn#vk*GDw~9u7Bz@5iRZZdZr(SiM1U^KEQsLa`#4<E_DN z_lF-kdA9iQ{V<s<_TPW_^cgZl+#`9>(qzN36+cUoOD;0CVn(|Ly?A3^1`fUvMTb3c z#>QfrGZMRD$fk*tHgH8u(h3xwdfQ;VUc?d{dI;?ALOX_<<wpf_BIRdT>Wg8jUy%Q0 z`6lE>Cw1{*DeP?DV#50WGEmo&HWlJc5o~@G4g_)k0q!rkWluDc*|IqP2PSukrYF(7 zTqW1ygUEe|%tBZ2T2ezAR2MM&7VS+~P5&=h_uvyr0>Q>F3lZ(Q1gD*)#tpa<!K^bP zm*^)xf-(A8jDQBF*;}&&9Jq4V<7Lgv<`;!pVimwq#$P{v?vprR4+^UKun?tkPmXCh z!lDazxKj`mdiAC;Y*~QaBA6;r)LLwjW2^uE3Q4ueai!#1g^j;c#np1%4*RfFagCI_ zR_@#&IoAn8oE<o;bx8<aj%}lF6n&M~BHZL*VJ5-omdX|Xx(S2xGz{9k7Oj<bX*uW> zT(~YB);kcjx#Q)@h&T$Za^8uV$ScTXBh=Enfi4MgN~&+SO_Zj!4&&IwWF1?;jNA6) zS!fKr7LaG?297~|<kB<*LI$q|m9a|`L{;TsfA49UX6wCSAgytn33t?Ml`U+16(0k_ z;YHmR*E1d4YbB2k!whM#w}PpoB9=JoOk<5poi$`YXdbP|8t_B*(7r@`=t8y>xp$gw z%fB|urX^u;Cpi1@=0hrr*bms(39LFN^WcwY!qt_a%0XPzQwu;6Y##+A7{dh5fH1Vu z$L>b(UWuiF9%E@|e?7x(WFR-ttiV<j7LNA^boigZTSY9_e20~wRtN~pn5DEnroIF- zF)9hkO=NT|0Q1)yQIs`iCV$}qEkbn)eVA<r(jaZqg722WhWPrBnp1{M2<9rfKtFoT zOD6M6k!)_K_aLWj-O*iIdO`bY*iYdFh8S{b;hH36eo?QCNEtS%o}BLLZj9uXD9<nJ zwp}}S@1+5AKqk97UfIA7_~k$F&6mH#M;>VSNZ83Fr6QB<irA2_g|h*%egK9r{@sSq zNq4-`f=P$9Z|}}mTD$MqhwnttTH4~|j$OMEwhk}#So`j{W6wUEckkQ3ch4Pr@7Nd7 z;bX~-2#E&$mnjwYfjvicp|EKBHi8nyc4lO&7Q^vnbkU1|ko%^Js`<w-8l9iv;TjL* z)rE>VKZRsK7}CR&i^N5I`)#BNt++_7;+|5gKm#Cd(UFsa5hl%DG(Ci4{x-ZUlK=$v z7|{^1fQXB+0rwemwv!5Qq{CB<;`wxmdhoFGL0PHHrT<FgUqB#34l8n5hRupgWT|O{ z!~+(0WWumRm<#)EC_ot)%6{ogS7^Q8fK0NjywA6ULWBc|+~)_#efU7vP6T!C>+9=& zX&bx~4`Ls~fEN??>uzg*o$vc7_0qomLUUMe?DZ1>4GIGfedhce(PbqMAL8NNyw}aE zq(IJt|B%%AUBneG-BNj)%P{tg@9z>~ik~wf`^8()1hE$hSfQlg-2&|mHDFf_r-KGW zTABzET!y-_*)$v+%~pu2xkVq)CR=(iJ~1?+4K|vhhsiK0KNRJ|l<<>`GKjmFD*Cp} z6cLrN{d?p=>=SnwJR*`kn0!s#eV!pA?gOXJ9;5L9hP=*-a;@7)b#GfVKQzuz{`R4F zhe$8Qprptm8(wskG7Su|s?&2ABxGD@!$91hXyA~|fWmA|H7v<T2d#+@fB<uaI%rR{ zD=y5pq2&>EU~FFGn2SfJd^Oy>`FX5lpbNnQ$OnS<)Qg#UmWGB9KCcYxE2#4!E-YP& zZ0vke*ula(x<MjgtH7_vs3(f{xg0$bf~>t(*eusKoB*#u!DMmnU~qK^!HmOfORuK_ zE*!I0mk*ys+t!M&_x}ak-iA#fnYhm0w|pFHm*1>!*<ju?ZqvK+adS`32aqOLl}oD! z=O;-DejW!r5`#z*4X=&d<>5+2YbLR;7z7h8{0ke2Mq9F%KS0_c#)oU^6iCBnnQ1l& z_Y<cdG1NGlm~=Sd1hmAx7YTUBadJsP-33(^L|~vHPc>_CJeW<emql)Ti8JC7W*B3Q zSDcJsvdF0@H}kFs#CVvC{BrdI$c3<k{>CViY6wFST=*zVpvALI#;rdbG5N<kuQVi1 z8zL+a5~BKG{!<6XfU!~<KVB(~&hazcE0$-w$~Xo+dS6)Fh?fP23qFj9&)I|$mhxi$ zM43iYfAG|)is<+j42E2UK7uncA|=hkU_c_i!NxU>_Q)>nkYZy%`f6isWYer_!BQhw zX6TOj2>KtQnpQ;E1edCzrMp@y2c&Vf^I3K;bue67fPq*no;gA&M0z^^J#TF>;Hu?& z`UBl2YzWg{PJh(-9U>y<DJVE(mD3!8lzK>izWOa*Nu}~YJ^9=xS*um7RhH=1mI2B^ zNr7ogZ=@ARJ9#0oupzz?%wj%Iu8NkFb*O4-hcFMdC-4YL)&+P>DMZyq3UU2}!C4Ot zZ`hyyOjQGu6PR<AWVI@yB`8*C+T}Y=YGpj#2&SW1Oduaj0{;4jyibH40y=+zgRP~> zmX<)tE7&?hwnT>^ywb#fXYZcS9|-ng%mW&ZDW(7NNELfc!)l<1%Y^Q^I7P>!*aMx{ z&&4+REHHB6HMYdDV_tmN-yF2-9vN6cU;A;WAXwuxEe%xI>Ka5J%6S{NE47Oe4-W?z zeBLhtS7HYjOuFG@kIf{p>_vGY<nbPBi5LA{-u<awUO}@pd(eaL508U~6gZU7I)5*A zpAgLjArZoIPw42~R1>iu#71z04y`q;Ij5zeLD5)XPRpFCc?LeiJ~>*jt#5^;#x`;p z!2(na5V1U!Lb;(1>8><dGc^~>i0uVofXuC2#|E&C(Bc$sI~QSm!TrW9RRaeA@IsO- zZTHz2d}vzl{t}y41FwO&SBC7a<0d*bA%Xyy;bb7PdhGTi+g;CfgQ_BY4HyLrdn9N? z*2r(UaIvf?idLN|R8HGh&`q**&MqnPIOvZG7vp@JTaUAALuh?FZ8<r&q9PcFFWI0| znsP?aZBFYmb>h&REMk^2+LW(+yDc}R&~Ll>rj+^;Z8#-w*ey#lWWk!{WeBSqT>u-? z5hkz#0cZ3w<gQCgqNO$dK?kr-AT8!?0Gr|TIEABGz|*>q*Nl`D!huCB)#`6j-V?MB zV=O2YE<iiz5421=37;*Ru8Q|(@B+3DK?rHlg;i@8r7=B1A2bzBFgGs)z!Y}-g8p5* z{fj-jBB6@&LCn*~5p&^-m{Gkn;=YSg+z}~;7~nI*wP0@y(A6b<aGt{3e;qO%9cvl) zbTKdaU?f^wG_}(TOQv?cBt@`YJ-w&3p&=)D3A_tlYAiF^gNYtOZhxZpB^fin5O(-s z#Kn(K@o}_~i9Ql(bh;rePvj!MsLjQ}zr<=jcQBde3MjzS@Pe<}mr4`C-hQ+?=i+qk zAdm4^!VVCKvlpC?lXaqLf;`i15T9VOK@iY}NUpJp<-r|krZ2aNn=UlKKbbiJe{`I% z@+)zc@FIY&*k)ffpTV*p*RXuMYQn|9sKTO+p_SplZ6VyUSgeg8rjN=!m8Yjs<X?1t zD^l6XSIPTLd_QE#@})mXr&8=Atf{espN&;6BuxI)6innC(=WA~LckNy$^Kc~Uot0z zU*W7NI@}T@4p@L&4?%^6l}CSLIX%&OIC$9wv5}qcP}Tm+fN(#zfg=|(*Ep{S?S#;P z7M?q(8VQ&t5HbDM%b)Xofg30hCVNWmz-dmob!?LtJVDh0g{g1(uPs0$sa*&>aA+g& zC9eRTLD@!RaRd%hSQ}c6>WH4lnI)9Pv6t|@Ng=yrAIlTila#`U%JkjZL7hC$qEf;F zqOXTnFMZnjCJ8vj4N#uYf7GYHz6?360!MU^i&FfsW0N`oGPKYKScmSh;Nl3mwGZ`s zIv68JELgFrqLk!H4q>D!fR583evi#5!FL-c*~WBoQUUH_XF(zYN{6kY^P;nF*aZh* zS@9yZeQ5$t7_n&q@XXD`Z!oruMbfKLlO8EPo_krrv*QWDBuGNEj^2s{7kF0;F6_8^ zo`-q1Yw5K#tX$JiVwD~E^qJ0vkY>IXSJz-Z4*6=4A!a=jvEbf~;$rJ$bF#FZ)RKfR zMOvvt&xH%nc!x)eWK0j73^7^C#JGiJZstKq_g2<Gp8N6{+1XkgRzJ;0LcD2MqgTbP z@o%)VG9r#y-73a>t7x$n1TtQ-S_xT9LO(3lJdsqzD7E0RzwGt7eT>;)rRy&QIC9x# z!a-@dN+|S?<~IzA<D^?C2CVa<rENeKv91CiRu@eH*Fr(aiv$xBTjG++_dx9m`DEjA z6<_3v^`51csENTEEK0)#sgx9(K=caUx=4X7w2IIY13kH{(U{s$7^{S@vi6!Qh-M<) zx~1Q8f|r1OzDfk5yV}KSy!f*yGz3*3y{^{$WuIl8U>GJYT=8PG{!NnIxw&|W=tPQ` zsh4rfm`JZjl>1<^@Z&&3Ulry2Nr;?+p(3(bfhm+7eOOl1z2Q(P<O0{%5GNBk6XTik zC))V-<LA;tS;@u=&MTDoBujMhy>pqFjc~Sr9XGc^lh9${>*mtu*FT&(-=0CFaagw> z)fT_7%58@|Zu|KR<BDHP!vFyyC{eZjE*r5K-w2|IP4ULNaDyh#(EJ~V-=gvi8x{aC z)^60jc`J)FJ~%;30Sal{18g!KD(IZee*{j00XMhMfVk>r;krT)G`yPt0?HBAN`P=b z5|nv5?a;aSO@?*_YIx@;S*N+Q-X0k40q{V9C+AUug$@F6M>q<jX0X5rv%X!LZw`nh zJLHA}fxlpb-^~N{jCvc$tQHhUurM#yeZQKD?FYz=Iz0~-Od56{8!vJ?Na<R|FoFK* z;fD8N!-E$R;!x65(j#dxeG6ty7(}AOqP^I!`4lp&nDd*ga|3(ZECcTZc<3{%5X;2Q z0D2Sks0v(CFwdeophR5<R){*Q>wF(Z#}wl%VX5IYW8tmY|5sh77D1kbpAq%AB*p>> zhSFx=bH5RH6|M~DAK3F^#NHEJiI_MwpT>?N8I2P>!ew8E2f|eXGq5={b_1L_I<pQ> z7+Ws~hyJt-ojhDZx-e*R7&LFugQkwqqjkho;xsze4F9amlZJK=LEcA@w}8BVYoz9y zjnvEmsRuC5`ABeu@|!RLH_vCd%L!`z86S7$?p55?CiMy>yterf7|mB<Twi@|HiL*x zus#}Nlq#H;Y6G6OAdu$v*_^K7couobmTA{*x?RWtg*E?|Z&{V&s{t~&(<;!-Uri$l z)d~awO^vnTw-P^CJw2P5!*)YstDiHSADKm+-CsniT~b*b&&~|+DV9A)=2~W31S$nM z;UJhOqeY-rzZEa@IivPMeGMXMt*EaZf!aO##&gE`-vZ>1YsjPI2YuL6cOu>#xOXVH zjzfP*IKSe$wKAQ-M6Jx)bIa7qJU=+gc79C0oY|0yUrQ~}21L`!0t?L90>^WAR=Y$5 z4ki-4=X1b!O_y$P-pfJFsm6If4<F#+uXy+Z5C6cNn|Yv@vDSXy%B%PB>6dsQ6R7oG z?_!e5FU@O_&C-zxzKAS{^eGCl26FOIWb&G|#t7^Uf{Hj0WDk2SS{f`agACeCrL>m@ z`{6ZXGCnKmrDsL002!$Dmxj;TgCqxZu)*dpW&!&uG1_LE$;pB-EY@MFxCL9l6hJw- zZSFey9LUpk@^qE42@yKm%ykl7h`TdU6T-I<3FK>SnRaMK*5a+?eZ<JX{dMNdO$}3! z&`Q5%i3uo;3X%#75xN%_9A1cx0fIvL$+Pgi-T<GNGnl3721vmHe{fOhPqf9FJ|Y>u zL+5d@5JIs5VX7l#_T7SO-JdjM@FhkuzrqIUo`+4GwBah@$Qp8wDnhMM8x&+*)U1%X zpvY(jG<89mb=5S`pz208sBVssfw)aK>eXOD&ZHiJ|0*2%L^m{WoRKj8k?6FU^%tc4 z2PPY;3pHF-syhG=s&})>VtIiouR_OT1K5qp4vA+UX5-?2oXYOSPdJRo!$g^|{YQUb zXk`}h7!OsU(S((v667036~jN&Cep;d7Kt)+u(a^ZfMOT9D;C5waK=D)Lr9}HOn^WK z*Lr6xUw9)rTRJl4=Q4GKwFUyf8yY3(6t1)gN1g#KB$bmC1aOjS5~wy0ELxm!4i^0= z=fo@0QCEzs0aI|zkQLQ6KVY?m#$7XEkIrG{wL(dPwK^;hkc!rD^2P_)5k6zEC)okT zB*3^)mKaM$%Q<)`EkY@dmav|)^dvJ53aZ4I2R|MWYv};hppSL_jn@$;g}rO)zx1tC z4euv<7{v=u6;_QPyoxz6TmqvKU95z}vHABzb>zW^W7WCi<w8pD)yGN%e~Ail@Yd0* z^B7zLCsamg`Vy7#nx!9$;6HygR;9aMc9n<?ECun<KZEZ(Uq+R@EEoK)SI~NEZeF05 z>i<E22z+w50?RD(g{<PENB@JFq!a&@S6m2*o$k-Ep21q6)oe?*%0FGmK&%=h2g{+| z0C?UXVu|nM;fI5=V`L^mpOp=Tye|M$-f+H#sttTI1m%VG4In;V9?=t7Vz6@2#=**g z5L%iCbfj+1gR&&32`C8Mq+#hH^h9sJqUlK{Mo+SJhMkHihy<YuDF{;`1(BT4+zUMc zZv|rbvgwKQ&+Nc|;X%4G1g&7hCjxM$j2HC2Lg8wn7y{)b(hH)#49Y{e2<U|#3s<mB zw{u{o4MSDT>NqK#&tp>JgtRZ1kk03^qLpS|GY7bw<-qZpCSmCe8HL{S@hfNuR_i1( z2)|NBjHReSMBhJRgGg9u?ZHUiM9i1fw3knBoUanPOAK%sW}l6Lc;|9>w*-h^E}?P$ zbGce@Fnh6D?0q@42x&`mjJC8EPdN&<6p9-}I4|(S|C5IXDnbGSM_(Z@2zS2dc}Qi@ z*D`I8a5<7Qq&UCBiff94<u@o!Tb?vWQ=Atzzi3kiod3l_1xuoXNOlSlihnEs56DV0 zYWmGk6^EO0FHb-iK_JG6APOBA6R;Me@V<s_iHr$}hh|JjN{pw|&?be%MA(+4$Vmpv zyMUZvCkUhhhNMYS0XfM_Dj+A#|8J0!zYD;aGMsM^8YG>;AFo5+hiqz$Mqo*P#RQGm zP6}~F`>%uSVc)zwQeeLrr7xV|!Dh>x%E)L!A1d}pT?a-J`k=9ielOF-5s-F`Qb|Jb zkF2U@wMi)24JXZhM~UGdugOpeQ6mZloCd0t<TxS<;L|3Da^@Im;(YsMevtqmX>u57 zZ27M(Vk53Uy1yEOdlm&_SI~$NXhHC+immN|==6gPxvxKD9Y&s#$^+0cE~Pa~49+j{ zyX&M$tys^IAy}1b%LK#I$)lj<2cV3!F9uZyObGCV)TjkF`0K~dU5m%cfNUoVsgJB~ zFjJ;SvU5$01M#+hf)oT&14<!)Fimjs!Nw`G`7!Rc@G(5e&gLYnfvLk9%wQvPY)!+3 zU7A~<%r#@3v>#IvLx_AY<PZhOfHtBm*)j#vqQY3=t%8!F?4j`5g2;IKu=%pi*DQfd zni+>;p#`CAA;yJ_0419UwD6s&)2ScF9A3RwYLkuErrtW+Tweh@(7%~&e$v2pC|HQ% z7?zVPfngh18dh)Q2@v682Vf(j27w{A>!48}qbCfHBMzNjFJNm3M({}7(-d3y#Wjfs z4DeBRoxf+fB8d>*@EuIP2Ssc54vB~OeYn@{ha6r?>X3$Gt(SS=#F;aQ#Uz_kXq@75 z!FeCcY9PxkTC~v5nI{Jx%-xDi95W2J!M$ZEUSOPuRpwfRGT4MIoGEU|7=D1vh=ZA= zKvc?EM9(=61*^JnLHuFJ43HRO)TpPC&deKYc|W57<2RcA!sk=S433$=byjka2p=u9 zXjL#~8k<vqGSaR~EpBCNgaSa6G1I_=M%kW!J<4B18%RE-#`|%>8oPVB=`3B>5TPp% zk1>gek2`4u+@XvSj&4jLZx-hqSNd>q`CbgTV`Aa!S{;6$cUS}!1VgluEYp%7Te(Aj zJ5ejoP#XpvS)l!4vQir@4<|HX@MeT3IFu~{@<6HNE6{vLHf_8^dr562*`+^qjv+j% z33XU)1fk`jjfUz67J%IBxME+jMiE~Ip=I1|v099&)<bhaJOIuptvrgXM4>lh{4Ch+ z(a6BDd+kg1@RY<x^qai{7LH};irKi~nzH*W>w&QGR3(Z1%t&0#G=xx1{7^aCHHZo{ zzre_#Ku3T?7342o!h;AAIblQl9k*OWu3p`YBDq_5*&;9xZpG{uckSK}>&0FgCBRlB zu$j^}ny4#6JYGPA0u}!hN)^imT^hTRg$E`VJ`(89-pz6c*j|<;799vcb<R#`?NA;I z5pe6Gq<Gp^1fm%!XJ<np{u|8PP(8eAV<#5OQg9NTh9`)anX3enMK&k+{#m-axRWp# zothLCp%`8R?*2Xn00R+*_N>sqLiHY?rf(R_+wnTcK2R<I*Q@Kn7@5b#4-?;kfjBk@ z)aJOLr(rMSQBYGcla3e2oe6c&Pk-ydXqQOT9=`Z&E5?jJvV>4uBN#=nyy>y<wi7SS zZw~xsU}`I7I?@3W1^`GzE9wT<o<42H|Dc`%VE>E;ok*ZCzd>{%oCqPBT2H#u!!_{+ z=-{}6-2!cb*_P27HX`IjScQ1~;9Da!#sAz~V6@7ra#Z;x_tAhnsEd@QYGT=k6E*FL zLF@ZE2x<*GCHI`)B}1^dMVHXT!#5O1@rlpl3vt_<ctuN~EeNJMF$r4~RxIk3c&_;M z(iS*C!Nz`#zl6uJqA}EC;V&Ah8oqXxev>kBuf!B62ysk+szlVGXB@6hoV7gsE+<~Y zTP33~MlBjApcRSlZQ~py3*?*VOU=O2t&0@di8m5VJQ>qak4JBR%rwUTrtV$f<GSwq zPGB$?3_t*cD2SqDSssCs07xWFQV+|tL<<5*i3tVDBy1^qAs_~%2!a54XDEupfznz| zB4;D#)lHLZHX)PLjp{f~(|lal&9nKe>!fKm+aygo@uqRp=3_UHP19!Us&TyE-~XI@ z?!EH>NlQ+*AaOBs@44rF{_lq{r*tJ1Y2kYOw><ixK}F+och25IiQdWsc-9pz6V9rJ z$IB)3ad_ED)ve4}xrp#-me~XYIpnVWub`281*c7E`BWA<4XOb;Z6|cv2I#aOgHG#% zPTK^I8;rh_@K^bI-v<ehbsso!t?%VNqt6P^XG)#t@ZTfgzcA(d4HLv?kVQ%xNyyd6 zPUi`L(u%jbNFb6yARvGaqJq{MD2|THq0HmU*l!MuvJDeVJrLA1e3o+aOPN!=z+pSK zNMpwoP%32tcksBKmh%Kwab0rAP%TAJ^cXsDTZSeyfUlmur{e-sX&AG&x^u1^!dHuB z2jR`Jj)SUOQ_IVVPtb%~0Kv!!kOpzX;^c(-)TGDF&XYrK3eM(y|4NyoxHg#@h_jCO zt+-M;t7n!^E}X0a`2{cph?o@csp1^#Fk@k(X3|4SKm}93DshCH3>|DiHRPR4_42vX zD?Zk;IYZdsVu$-=Et%ft`gz&n5VODvwoGT*j@aO4rdGEQ!Z@mO`XU5RD$@<~hvNa{ z42avPs!*$^kJ64O4&b6cVa_Yy1=|BY!!6xw7a7^6sHM&eEzS`hC~K{sWS=WMgiW&{ zg?Kr==RpdHtGr*e&<LQ;9Aso~YBLckbp8kN*S+a%#blasMw$)_sovO4C`sC(J<1Gb zynhn=RP#hh_abpJZCT8u&h%Pg?~G|{vN}m++XV>NliHGQE81$>R$#wbr_;N!3Ew3Z zm1x15Y@W4Hq&<Eyzicv1WPQNL=k;@pU-G<#P)@p+3eqCnbH&$1%(!#@ko^AQ+ER9q z`(wXy&byI{X!}B^jnAB!9CEzS4Z=r12|gl-Nr)!mY;itjcaziX6r`s5mWg$Aw=Uu^ z8=G)mIJQb|JBuyp907}oHoH-bI~@HRv5p_ri(gRfIdE%Tx0)Hr)Vx0?v}cUu+r&f` zVZa6q{Yh!*vOc;H1Nj~_$~Qfsxe1J9s-6X7-)LGt8i0_YxXTJ+Y#~8x7eQhHB^nY$ zr0?#WMd+~9Q@PifHeKo!A|&Y-(l270604M_ePoI4S}J0e(SK>cv7~GLwI5UbQlc}y zfk-2VG1MEi5~e7aySzfSSIjp^?o~$d@S03tHmnVTA_-GzC=zP{{o}bZ&k_yw?9-q_ za;ze4`*TDLdCaK#>&oi7;dqY{9MyZG{}}2Xs*}H!l7CR&K)%*Ls}t>y@`bZsvhPpF zwVr*N7Vo9S!BYd6f9wP;4}+FRtNlwue80sI^RP$Ey=%iS568wa%4s`UnEw{0HSDdU z0(dPa7%^TNIXh1|QR(|(`ar;ns%)fU;?EXp44!z-!U1=6#YhgUsB>x4HjkN8s(l=@ zL%0&bK3Gbl1>y{5q2B3>1gd;oO)sXPhz0Bg_n#?M7>PxEaa8B{%DC$&q_(otTI@@j zN|EK$7gsq3%kyVIipJk85Kb*1X#ebtfVZCjH)cAD!yTA!5tb=*Pq@}$Bh988vzXNM zNL^3jm#GDVY{;FMgmFkI)R;z2bUgM7Nga@@@i|Ln2?#a2hI}A^IOm(8-qe8FgUSkg z47AllrLoF#dFePIFqSLjrKMBH@45Fr?wndW{=mE5y?kn^a=iTR2i`RnniQOL!ChPp zDYs6ZXutXGVl%f*vj*rl$m+xG?a%@{z&_#YNFiF)&yQ<jyfl87TLIjoo*%z!g6g*0 zjZ{b&_d>f@Tu(9yCBryc0?C9Ys_$y%B=f@a`pMj}Dl&KCj#}BK((yCD2yNes%als4 zhAR|ut9XS%q0XzSGL&{3Bh+n(?EqT)UlvADMB5p}slsj1&BAhKVEQqAeU)d?+jP$a zfQHh<lciANZ7O2o(_1JvxiN*!1`^28==0~=A-3OF9l~yn0j#v_XdPHV%^{Se5B}gs ze?&ROI3S}k0o4r?+BaZWTXZ;(Y}T5v;UhHBb*orFa3Pkh$}%Khbls8N)(F1?W`(3+ zx>AzJ^cU=jg%^rAnfi3+dz!_VNh29mScY%>0~#iuXAYFtV^P$)YCkBXDK!rW^XX@M z#1DcFbL1B$-b&p9j9a3nd~}A``uVD2CLBR_kGkt}7bq#Wa;x13Ax0!iuM17(RtBsF zvRs1J3K&w~9M|X~x|mXl;K(0B6{XCa^awt)3hE_&IZk%3km1vtgNfU01a5P1X(;+k zhTH53+$I*EX13Hfe;ko**jM{sLZ)fK86o?{Ate*FhHE-Ey^nT+t5{iwcY>p}g8~ku zV-_DOH}LO+#2k-sc=CZBJw*+qo?SH=*z`r{s+9_`?X&}1G##9!VyZvQ>fjzA^qQ?t zy+tZ%45#m#V}l*)1zlQ4&6hC6V=0P-V>_BU;W@l{z<q=zlIOG?W&?A<dW#|uK=yk- z;r)cpI3&T<+!de$nmive4HUPq0Eeiy>A7&BNw5XY^~FwBm`mpt!j!elmAV<bDCj*W zg0foUNoD8`ktM?p6}LxT=gT0jG)@WS1)<KD*Y)aRn&on}qYCRx>ftN`%T(l$5Y;tL z{g`>!y5&1BVR9r|Uy?y2n__{*^q-zD!{aaG$4~NUJh^adi%Q4jmLVbqCwX4Euo|7( zk&bWn1Q8Fa%?XcZaN{^wv5ZJhy4DUKFCC_}eMxJNtF=et){eT?9=YH|zDH?|SH3~5 zg%KLio}J0)OaQoMxpS1iW<YQP@*Ig2P$t5L{JU~z^O$G_mI1}>w^6duy_(!}c29rK z?LQR2<d>{dxvqRyZPybS2BB$E6T7+xWkxT7&t6M01}6EKp!<Zd#_jqP@_D)}U4KXu z(WiC!7kVlbLsIwS&}6KG!z6d=siBh;a}>Q-$e<T-aCN`sC~#Scj8SUC8b#ksCBLLG zP4I!t1psoTn;QkF3&_i}LuR}Mz7K-}6nhO&-{kAjH0q3;P;63=6CUA9jhtL&+`uZt z{vIwHvWKuT1v&(T?J;>?&r&{mz#uHnZ6?pdBjn|tz&4m+=={gi5OxaVNUS1Z64r&Z z6%#fczhLK<Qw(gtPcH@x9>N-B9=4Z&v+)-?^-dUQFeAl}059GWh5=_x7a(jsjv;g` zd}t3_wgR^o=CPhaO;r;U0}ym<fTy#8s^k?}j22wfYz3GkAP43GtLG`s0ap&Y5F18! z(?v5nJ2f<C4P?OC4y#{T(H+UW!z#H7P!(4P{L_?pB75v{MZy5_tdtH$(#Tji3;TWu z{a*U}qpQU5IOtrD_sjkvl7x|z%&By$0<l{S2LRJ1CY{t3tRQp)PDO@i?qfhZf?j)# zgA?4%BZgWzfp)|I!4ap7@WIr=s;GJgcvbz^a6}2<Z{Y>hhi9G{*Ssm~=riM*H}^?1 z=00hz{8RTQHDT#|q*j@$i}(pv6MwB9{#q@%uTbKd8p4cZAhciv!gx#=07SAPF$g^j z_2*J`w!-MV!RTfH7hre-ufHPLruqvQ{MVW+8`C?g9jKl`#eX~RIxubIdjfRR?pn7A zjJE-=jlpyif1<va#${8k`<57%HrdFhU&zRqWZ18PEbv>I<pR-6SSQpavFAeWHHg>e z?qb?-g~I%$yWU&xQ(Rjw&3O>14cS5L8##2&ZdM6L0PCK!v7dj2v4mxMba92K;p8vG z2EcTSKtK|$L-WnY#91OxbpR0w9|yz;Tyz)|i&G#bSb7}*39$t~WKAT}Sfh#)m9<ZM z2dQD@DoM;j5rG2Dv3!QwEEals@o3zOlz1ksOZTyWwn^!&8ho!g+F>rT^mq~*$hTlJ z0ejWv#{-FE(4n3HqIHP$6Q1bH86q}82%>jCe0)Mg!^GH*ZSUFh&h59oH%(JnQPEYd zjNaN|voSFyb(HitCoAuDe;ACYw*_=hP-(~J%ZRe|LiL<1HEyHYD}jx1)v3d5)#^j| z5-PVlZR)qusn{yeC(4|nBclwgqJSp*Q~Yo-UjN2*Eo;{(xD{{YMc`cF_<t7-^$|hE zd2J5Ki)af(jK~^1cCXJ8ZdPxGQKer7l&1MxIlx6h)vB<9(Wr9-QS@lLhbvoUk0L~4 zhGR0^%@~h4DJ-W7;u1$b-aP>$iHx&%9;344gdLPk%V`!UL=3x|?duQS_P}O{QJh*S zuc5r3B0V__jAJj1UYU2uCl*tO{RGvnI6y|zpB7<r=%Noozs5emxWa|PT5pery0qa= zM2j$G8MLnOlw;e*xTaYb-MlR;UwdH@VnU+1$Mj*FiZ8SGGW8qIDot3?ZKbj8doeVy zHZxHh>~U(#wq-9et++%Nc1yc)n=aPAKHQd4n7ncCG;&(vk3p#)Q{a$Aw>GBrz;U8< zho_e^o5y_p2tbI+17*GC9GPKD8%6&GHja}6T@qnlByF<fz?DW`pQ2ylabxJH#V38z zJ&GhDiQYx&X8vOv_uj4zy@?WCgHl|GLeF*OzEZ&GvN_J}+#JSRge28Qj(;+n`VsDa z^_v>xfks{%x|W>ob$7Fcr<8@R+u)L-x@d3nCI`vPY08y9+C{Hzj-%atnt8q0Zfc`@ zRq8%nG^x@3`qXX~l^A(fn8kd{EH;H*BysZ<rt$0E+%y6mF7;n#D(fUxwCQ|bI25hZ zxjg`fZLP4u35jsp1YaxsOsJ=M3NZ_Avpd^Pp>|_qU~a!EJxZPJ=CsjA_VRPb=H?z+ zXI^i}tS^2J_Quz8cUmUr^>=47oo2R0!k{<1JEM1X*m$t-bCHet;5xI^y8BwENu)BQ zq;p656x%r*Vko*Y@Id+PSN?sBn{cVemq1BLU5Zu-K12tS0J|7HMm+THa_>!;C_8MX zCx+!Nx%*a1pY=vJnFn92_9*_062IC#GRQ^WR?WM6ull+%nYB{d(P!UKPeQ%FZr^Cp zTKV<547n}6Y(4h?Oh2XZZ4e&S8?P8fRsRseA^=z!=4qe9vajSYkVbTTste8HAQ-p! zN;h|U{GD65({Fb$?6!2^Im+FyG4S^hO9x)0%z%4~d*ADwxHgmrKU5^1m&$!REighp zRbTDK^U>0wuH^~Yi$B5%+8?E7sryCunG&~#H$VC+lsY|6y`fx}ob{pk|Io88EkN9E zPYZ}|hGnjp^cK?B#jq~jRk{ZSVG_SO9C`ozZWB#_k42Wt@(*RcC(p6#MYCyvw25nf z8Y8-sP_B;MpD*p+E~y+*g+q<ib5JU1Off`Vo;Mqt>5CUnpIq4n!A1bmP(ft&HPPaU zb1Igw15(k>s*Xfl5IW!~Jw_#qQz(Dck<y@T_v5{5Vr833$Py?@-IJMLrIc7Fg-(lX z!A4b*cJ<`06{h0Q#ix;G9FD{auTALoWF~M7FHB(QSynH`Fr^|C8+L{=>jJ?;Mq9EC zSKnGXU{%sdb#dEDbEi_>nAoYuO}$JS-KnD2+@PPB%tW|0*B^1x?_KfawyonZJV|!a z!T=Hlv!CaQFa;r|t3_CorE(Gm=wxDsn#gZdfZ#M-;eNEY#Z(0o8#2_qhdV4w+DNo> ztBXoYzkqa)-Tu<a)8|fmBQTM4Y9|a~bz$LLr11O-cZVk4SRI5vSXrH9uQ4M&j*yrt zR1xP%Rhih*HFbbp_OfbEme~1Y<j4x-NEs;<Ywtq7By!WAoeQOGOzLq9#WXQ~2fUXq zlU}Y=sqMU)7xhYb<DJcKWYDp=ftAG*PUCMD<h6$@i|`Nd(>k)wlHOVTA`gQohjm0j z!1+FVj@Wo?S7+j!DqXw#icRiR4V;CYlNossC@l$kCc!kG4RRbsa%@1DZ(9Jn%0mrv z#XbEsr?AiQDoo|uc?W{Ldj*gA5hdq{g9RUAOF3TCWJTs&xEF-|Eken{sd6tF&DGwS znH`7~R%mW6kr6f58I$`jQUeaxnzBfqZPD9w`D0yvNsk6TFu#0m(TFLd^JA~;yXkjh z1Hcq%nV3N`G$F%?zeL}v3arNuiMlYSMQAST)ce)-eH7>#bzw0^P|yyNR#$3VehH>= z3!esZw-Q)GYFqts2Sx8Ni9i*eV~d6AkSe#8hp;wUs5G#a^FfhlA2~h<{xWM|j_%C= z^m;Uq)%gADHKmyF=Fk?9N$ndI-Sd`n<F$hU0<==w^?-hHvxqf*V#Obq7U00is8U^r zQHeK2mIrK0Wp80<Z7J)*9Kq-3=6+DqWo%z7!!p{uSM@^6iiOF0gr)+)c+H{=aea?C zHf24oFEw#*5!ct5uI3=Xo6ODq_&Rgc!hF~pohRw7l=sx8*4bgtciLfxqqk;fDfdF# zoyD}hq-pz^Yne8Cqw}=A`MouD<-L`fvak8x63=F1{>61>sg-BD!Zf|5yK8!#-F0WD z-6d1Ww`PASKxe1@g*bk0?$_3txt3#TZ+tEH*TYxdU#Us^8`)nr=HFdsmRk3hn<kM- z@sB<Wof>|W%mxr|<k4hzZT~tu<mFB~1d4uY<w9zYfYxuOUKidXt7$_%L?9uFn&;;J zy#`{4J>P5*mK17P;XqFaT#5B3F}LE?dAdTD0+(62GBn0yZhnaR!<de~fVC@LoMske z_EeeFO|q#nn_c`bApUS?G2FdadB~}J+6cd){iiP~;gd0yPOD{A%$KlqIO*Nk#_t+m zvn<cp2}xUSOhI!a#BNof=#<lqkBtp$Iek&~_NhSW@SR~)**>h|`-!Rs=9^xLElnIT z4!IEOSI#(P>TUT}pf~TpD5K_%aDJU{67kFO$Sbzf$*|yYOy-X|u5$O-_OZ#9a+TEu zn243tG?UCAJ2W%l^KrG*J2942#OujVn5`L%c7A~);Jne><%a{1YtH88{-gG%QToFo zid%_KSFD8}>2$bW4V{QnRU#h{$4aWDGwe#(Of!yZa>`tLkEQ{)7O_rB%NjIt$`~lq zy-+W?oMn$8oev(a!LrWPpKM>w=k`wLvsl6ULSmmUhtt{HJo30m=aGxnw~V)d7CVPU zraW{LyDf_nYlBzdSTjy%_?D;EQkioOV8-Pn7bm}Co|ItQj*y9sn7L46^OWJF<4hFg zU9Blukwi(BXZ$Bf?P(VH0-94UX0TyqW#mHT`?17CQfm`@J!NZoPEsw>?U^_X=2p39 zkb)t2sH}3@lJ0Luk6Iy+Jx1}~LNevkElXjGG;861n&9I`L`W|#J{fYH=Yi19|G$7L zvdNmNscZ|Z3_DSl5`I0P%E^12<H|2<(^GpOOygCis*jJA#Sczm<|<z&r|V<dT0f*C z)-<$D0Ec8?mUnnaqZ1D5BAJ!`)w23Y!HK3<u71<izSw49UXhtdYdBPhUqF*U*#~E* z9@&e+lY6!c<ydLk@C>GVI#t>cLB7O|<V-y-Cu_EZ_x<qiW&OCE;vlIbHlCHqB+j77 zu{=vpJ1I|dI|HG2sZ)@&KFg8*n5MklmLhxyX5deHkG;*A4b>C}GgGo<I|at@5DOL< z!%d{5lQ&Y(a7Xuw^;_yW)fYXczY1L|v*{J{WV%E+L>ziC!G6W=+9vFt|D6ngaBhAQ zi+TGHR)ooQsi?`VwYcNN4)T4iVpNI*WKt&&$y0e%Yvd1nSo;`+yeB@jeu*#vw)hjv z7r@A?u}L%X1PQmz<yMtT>|{2Ap+4(`r6P-Mg_Cs%g@WZqxT8a(7r>Z7Iy#ZogeR62 zanXz}dz>ccmrC!vD;{>~u6LG}E2oyq2>Z4=y|oodDXCRaO9ytiS)5onTD`EmIPK=} zEo&S#x$9KI^Al4%Q6U=QF^34VWmS^Kwmd<>_3|CstrppT2w{|Y;0+VPrPd_LaD_8Q zP%?lDwBi_F>fL7wY}(wJK~m!MoMGD@C+O82N+8APba<*Z8>Y*-(aWM4OL1_;adwE3 zCu)oNEDdP*TlZZ+S;?-LMRs>yr}LsNYr6cjE(-8VxFi8grBuhgY|0`{G={vtwg0*? zh{4^BX27};D7i0{U;TbfnpuxIsQT9hEOnc4N7Fl<54)qYBgH;K5l6;AqGfZKF%V1U zZT=(BNneYpJ8C&6F=jrIxRwiIH>I15Luy>n@2kahUKqxas%C6@9&^_w8q_PdVoFyu ztkJKYz&&@m%{x#Wr+I<aLYD6^J1vJ2a+_Sea&Sv_m>d_*C*I?F$JzDUI!`p&qb2}F z4QJhd$L5bMl<;pWy>y{gdf?qVQ=<!AYHI=dxS219Sy5^*+=NOyCw6Vyl?4}85;`a; zyL~TKqcq$Ei#k+!4^`fqtupu&mt3};J^N$N;-rxYdL)vtbT6jD7`Lq~?%5@zu)OEK zY-JsqeHYC>(57VTNSL~-8_BL+nw{O*O0Q`wyxcUHUH4?G>oA&K_o?aovt_TX>HAum zrn<06W)n^Yi^lWl9L2q`1_VwhpIdO+U=cSliDkRlyAxFuqR1sy%HBrt17;765S_<) zuR@m#(&F=!g>5LNvEt%%00l(ZlZS+I;eGC&4rce$7tfd1Om*j|2;;m{hb&I<G<|W* zP3nW9IK<BHjd%NlD|;t!$XHq2yN%Ri%X=rs5<MN`w~5#x*A%A1nS&Y$rQFsFFb7yy z%3{e?zgQka_f1#G&Z)_>mkII_Nz+N8=EX`i)%+HweadQ$LQt0NW_2zMWwRx?WWbU@ zOyEU2@WMHQVr`e6+Q=3SP}8Ru6A~-&j{>Qgcl1>ysz>2{67?R{DY`aV4pGwN!D3Xg z5<H%EOQsoC%6hS2+Cg&2XhG@D^hHrb=`}NnjB*i+YSWIeykc&Q%puc83VX8L?^6o< zv6P7907&-(FhI?i*O0E`QW|+7mS$|Ke7go^9~K(rx2tPwp1^US&?fO(T(E^D0k1pp znxqFZx=!?64eqp~(xXrE;G|j<(}t?6Mc|1#63K+Bj(_wyuz2cdEXi}xw*N7A+BWqm z9xSJtY8n=T?8P(dwx#4Ij-4zsJcW~EfWOU6*gtc7{V}@MwrTmpuBvI1t2magDX1Oe zM02k**Fuwoc@=RNLVLOe{4BScmvR^<`-M|Sh};JI29uQ<b5nM|Y{8a>10g9=RD{q8 z0_9<`YeL4_QrOhfYEJ-=-s3YL_?L?9aJ1!weq(&+FsN3<E^F1F6<)zg0HKX_7Qunl zV#)AQvIE&ce*<&q`RvA!)rp3ER!Oj%$6t(}o)06>H*ey&NX8XQt0Mw(n%~NYxYS7g zp#Y|9Jw$ETore&_^=hw+6Cr-CjJ5N349iw2E)|EHbO}vrif}<-CuJ$}&RcnEcp2v{ zQeqH{sduRmEt&IHZwSWJ`*Lq^-m*YUwciLcy>1jHANt41V~>k91it96fKEb}BRQQ9 zw+$i(>@$&y{^!bg^N7g=P8$4lag(eKz!4@`EWGS3<ya(8xUfuk68xeva)hJ{jqZpD zUX8q7h<=)hZsb)*^bXdz*>}%HMQ)6!F{ygv0Yz`8aAU}BOO#+n0o}*jdYQPSKnJK{ zO<O{8p{_y><^M3hTX5$aj-5@~B?{7eZO?|zN98dtK`JmNJN8q>GbJUg$2QMo1gBU< zE75~({Qc|*lMHaL7nZDxG%r}(dGm}9Q(4S7-pS`i{zar1(HHm_-J$XJB89|$Rd&0` z(=5uU$(zjL0bTgw*}1vz(ikO+?810q3%^Kln>a^Tuw_uR;5NUrT2RLZV<_%USsR04 zQoPTtEY8h+znWDIfbo{*RG<Zl2l%2xr@VcdGnuM5Gl^UyPn5408o86@c2HIJqI!<< zKh<&zRCh%>50!U;ZEg)52C)fkH&7|kHNiieYOe)hS&7cgUDM2}LCxHctlOZ?t>!ZR z(Ps^7n%|17Y-(GCj+tL(R~DhKS#UUoc>|`&opgtTX{0*AT@<%`*<SX}|0cUEfF73} z!N4{#&Vctmowq13@AM8ycR~_9IX~&Ccfr_EdUTbji=uYSrF1co&YUEB7G4CWPcB3d zbrn1@s11YO3=(nT2E}<ZzYb*l*iB-1>D<wy1gyX=hVDMmE@mjX<Z0xnrTm6m6E&!A z#=SN@M1sDo$1;mU7$558HKTQ>&{}1Jjhe1X(MCmGscI>*^j9i3d&RYjC8%jl$(U{d zZ*15}_31IR7pJL%aM>nAGqybQvf_{uut$Y<SkD(L6Jxt}rWs%WhhXRIff=I78_0c? zJz{W|8zz?-Nao4PHlbL9MSoA5(!k764)15IrCP{0-+?!}w=SSp2|psFHt=iv^Do$B z3H+3xMV>+~_~E5K<fV88nUs~B&cM%m@fE_xc#UZAYkm9{@$l=fckjc-`MDn<!V_UK zP>nuMFhv4Umx&i&IbJUkE^(j|)r*$~>I0%+&hF#;OK10$^OrW%i<gNBb%JP6s*Pl3 z1D6KLOsv3)O6@g7yeEQPyp~%VtZ(4`LDGNa%YCmoDQ^GjFV+i##D#)B_;b$EMvLl% zDdXA@`28b{Yp6Oxum7lAT*;OD*M`ga`oO6I*3x&Ww(52Dp`}eE$Rd0Ofj78Q9w610 zzgOO{rE9dSJc#GR@Qp@!t!!~+R3iJt?hg?yYe;5)RvYQXR-Yx9M}K`tajq=T<Iu}P zMqBKoucOx2pP{cC>Fe!Q!!R{$%+&BhR>Q_n!^W34#?%R^zq+G_rEL2(d%IulR&TIb z-EbLL!<hOs=k-AXe7kw?ulHFRu#NNg0QJMxy%J$Fj~iWd(peVUnT4K&FM`t)KPe7r z5sQsbor*XH%uZesc^DYP=`+vhIL@uh$+@HSK7(qaUf}L7l+GjmtgeO{Ij%97O97_< zI_5(<a5T^or2GC|GjNi~AXS<3%3Mr?Q^w3FfJ>6u8~Ai>33R5XCUpI41F}lVPr4<q zoyfw*@vY+)h`9;265jEoLR@S0P9Iw=ORE@bH>6$^sc9oh8n8y)c;Dk7tn8=-W)WE% zpC5Ms!q6#&lb3<bgh||Y?(~^#_X6l9%cm5`7B5#;1Tu&K3nX6t@iS4>rjA`<qtR<v zb*)6=XzL~i;fNVgD5fb&R;%8>p{mn8GhyTr-*h{~;-r;sKD_FjQCF&EzN9PCc81NG zrDNJlsc_idg_oIiInx<{32zjC(@LA=Lo9Kma#dy6julEIVn-GwxUKAA3r={6y-0tX zv`K`z?0yAD*CF$dQ!Se444H;+(F=@HF}Nqhv(PS+O7BSbn;MRpn`p5VB!P3P{SmK- z*CwXUjuyn|2|<R0Fwjs@l)EVm6Bj<T$GOg<dd{QXpdFvnW?Nm^;U34?z(ZZy1g?MJ z>r@px04BCR6XWCKnbLY=D>5aCurvcr9wvIMAMkmb*Mfa|r`NW(fA9G6D)LM-;HfN} zgpVSS-h!lT=5gE7(EU4h?q1w|Ps{zSad)r2s$GlQckOPeh)K!Hb8YKSj2)G9u~He+ z#&FZBB<hRH?BB5iwq<bDPWGuL>Z_T3pbMZsSY5Pqk4b#G<>ppsSOkwiGOQDfOf8>0 zK@<Sb0gvx!UFYpP+Al|SRnlC-`L}!No*ldH-LdPwceiwaNh2Uh>ae(ArI~WqG>@7- z{W!R@C*^Cz%`5ED=7BxKjpwo}vo&$2Xt!Nkw(2vw(^AJZY~6O-_8Gf*_wIXIDvs4( zS9K~{xA8M}tEpDMe=|#x`Lb11L&v?x_*?c}Hu~U!se_01$bpR*E<g{3VKkb60AE3C zbWgLk0~J(LC$4EHx9;L~`*abJ&vNWx)M;{2AEt}dEs${n4%d>=>}(zlI=ZIObUaQS zkJ7pWXgjIxRB@SZ#7iG;%D&j)a!<Tjt^kZZ5aL1W0!W}Cg~4{n(@Mz%TtM@fWA*eU zC=k$%)edGfu?<IP!w?|iR^}2Bt7plVPo4tZV-v=S4kdNYjbrqPX(AdkUKrV)d+k{Z zT;{s!^<S=09^7O7thCdx;^bzk8v2;j7tNoKdrzDc0y!+FvL(cRjzaA*Bpr{&cO(d5 zcIH6z7(C+}xo20R)9|s#hRb}f^-Ua@nw>f{Y4O9}=q_1E$~U^7uNB<6sEz3F_We&y z?|)+U;Nh7)rOC}H6OBKFA$76DzDb|{DVIh8%}#Xk41o(2vc%>yx=~Lhi*sSgKCQ3c zql<CU^Yp|?Ft_U7L0vwo%X@VByLwvXGCAV->|P_hoG7!;Q?89-Or<sk4fq~$v{hp; z4c;3AP*L%dVoWtR`i!EgR9xr}i*;6TNYG^v`VIA<T_B!fOp|;{Z2b(q?RwHl4;AB5 z{|35m;Wx)8$xC&W{8VAjHt|oXhHlSou}=z)raPO_9ytf9krq4BxVg!0@&fZ8Tdvv3 z+^qZUjyBuEav#w@kE}rNY_ux51qOJBo6}<cvZnV3H8=%)Bdm~!mjxG-C;DOCzpTs0 zRm`k!KCQ2268o$ABx!&2>-zNDy8LTheovQwtIOwg`S-f~u`ZVR_s{g{U+Xnx*Nh6< z5teeo(j7@v6AkO0r8^2~C?X30exn}Tq>DBUg3QOKo|-#2Gwb3geY4)(rl*R~5-F-h zq@WDZyLE4mF4MZ~(`COd2XuK<m&bHDsLR*s^7XnL(&ceo4(sxSF7MOjh%Tlrd`h3B zi;JWsbMafHaETP`C_1Lgaa~U6vZTu?U6ysRv+y#X8bio<m1kvv2qs7_6GO;Fm6M3t zB7GcYaw^})H@~xTL{A;&cXZ&!;*G`Ofm;SP74Iw#6yH`H;@{vvPcc96Xt7W%j%+S= zZ+iR4+ZB72dpG9wX5Mz<*ud`LM~in4zHNAOakMyS|MnGo{3rLlFmQdbuh?(@ZY&NA zO!B;^*jwxwEDVee7VR5%2CiSAZ<(JS|E*HuLy~&=X_vV)SMK>x@o6%b=DVI&knVi6 zgJRyOYU-G9`a%^}29abEDt%32PMa;okt2qrv}d9p2_}U&G}u$Yf0-q(*M_x~p{skQ z)bKL&94X;3c73fIT^-{4*L!AUeEUhZ5c0jU)<PY0hrvuIZGD0s!5%!^Pn{H%G=F$j z>CHptO%hc$C8f2~XJ_kgtM+yauNEIvojMr`hx?`{Suy2nPA@fuOEe}C64=mD`7^*_ z&Mzavkq<xOTPKF;JbAZMS3G%felxR@Lya?+FUw-CH_jlZb^$>JH<K2c--h1ce)JD? zPCubbr-^+`lOXAQ7m(A8e~0(0?_qkQ4|SSDwYBf+=I}0xcG{@rKIEH)4|PA?Yg@L! zmMum%@j`9FD1s?BjgGdksa#pacjfA4QVm~mCb2st%NkpAvUkQ>o;^^z?)@vaR3^l+ zbtK1+ZB}*7ZPunKR?7H}^L$hjW#VZ+&sZ{y%&b0c+ab>DJ=<bD8LWMk#!_-=Wei=C zW-9-|?x1`}5q+C_Wj*)<btBpH2Iqt^o>mY15xOpJ+2oOOqy?|N-q-mc8OrH+nlvSc zRlQW!I!%LpozK%X?*)-K^P&`NJJ{iugl+L9;22^oTc*-HWM^!(<OoA|$n2d~DT<G) zH8GAo?+eYjI^4aGro+A_mb6!V_4w-Qo2wzD2nohWDK=_Mb-OrRHnsymYlQ(N{zu~P zU~>Za-X_lqERv=vKp>Bb@4L6q3Gb6{RrZq!l%D_x5QM>Qy8LWjav(XEi*PEE*qVV8 zaue>g@~*|NcU4;4kEH$ht_Og&8(Cfb=(FHZ55H#ZkUh4tW+x>gx@vTWfIn;*uy-KY zCPx=-$6a}s0Q3Xi8lt#F63!|bmva8K9<%@(C^zV=Aj-YfA<ht5o6UNAxUB3QXf*h| zu}lt+xe>cwX8@r%V}T%QyH}La#*Nbiy^NYY=;za%gGvTB2}bIz7LpKHZ{)}BsEkDl z{c~V)lY=5gw+m1=dTkb6&TN9|fgTPmt~7=%KEvbsDkqKTPbivlMYnKS2JB7g{;HlD zI5H3r!2avr#%hDrd(@N^Q5*EStivlCV}}JqS1VC7p@l72*&y}^gM6!v_yGs(unxrf zI%*TV(i$yw5p@V#gC*ANRIYL-`ZU2Yvqa&(!8EPFQjfGTT4lROtjqxCEL21x`mnIk zt6VI68^Q9#wMXBoySHf))&+szq+t&GVHUpv%kY(4Zlt?*T|BHbIE=nol_r2Rp&GSz z&!@oM&|oW#Cb~jDl|x+8sBbZ^;7(8XmWM63yii~N(}nWJa<SYG66~|P1LY0SaK**` z@?d%BLzp2vJz&Uj12}3V5-ym3mV<I_08uK0d7RhmtV<mQAFR-m$OS#SZ}p`Ubf%RJ z^T=RVw#T3%2qf|8nkG)Rg!Lvsk$yP_GizQ<r-(KF-o)6+<6}hHF+^^=l8z+I_4LK@ zlgDw?MBQQ^r&h{`(N!Gep4VNeE)PaBbs-=ob)^Ky98}Y9T)FnrOAqZD$KezZYOPIN zc<7<sljF|1bPDnA83kiJPb6gwTvu^TLmz}aflSAE1+D)%bA3^72|8zHVuA`9P&`i# zWTfVSOqDBD9cdz)nn1$?6+~lUPQ6Uy{OUPEAtQxxHf#2#vdRGPgA-n22~`r&J})gC zWIMf(TEpzL5%r_2T&UovIW{+Ds*17OeI!TCrm%;Q17Vz8$f|YFiElzZpT5}Sk!!oB z71f5tGUp21PVJC6ScI#nJTAs21G2U6DLe10c$@Kt3IfJ-(xhubj=m|s(cZ|--9B@m zg&+$k>L)pbO(-f??jl6nE!FO&o;A#<KqdJqrUQns3Mquu2g14?gjK}U<#~^=`j<!q zRoxIHtQb`R67z<p1`SO~`Q9}*WC&{5t{as!er|;1PnQ6y*Im~0O=Qd9(^?MYJ?0AB z8NC{0=Er{pWEOpkz@o!tH#l4-cw`iD<A#0v4@|xP(CpmT@BfA;4<Fe#H~rYuk)sYg ze@UeTxg88|htS$!utqW7o{e4$N!}QWZ`k>c{$H?aV<0(I-j^r(U)0if>+&7Cv_X15 zAP_EUR7g+B#Uva`BR*x=6x!22mqMjB;wR~95MY6xv3>}+44ru-rvT65>4fY+ihohh z#YD{#QIbyeRt|aOhv7sh*^3(=B@KBl>3KP~rR6C#@($O6km$;bDrd;I&)O04&4GM> zgndGQ+a<EJTyEF?XVdLdF5ULOOWIDJ@F~@974sKE-k7Td<o#cnWO9w$O4t_oPOZsz z>0;Z$*2$2#;rDOXgDa!+PiO&UP}ao)5uh7{z8QpG`0HG5^sjS0n+T8;kUaM`aj)>@ zT+hgtb9o{Ccqs$Y&oJb4!DvyVM{nj!`mkdG#38SD<FXd)1A9}4;fs`yKB7@*WZq6V z`Z3*Y+K4Loa~g+OC$|x6gK^ImR?l3>bc!977@LcmtkW$#iJb}bw)U>WzBWS|Ni0A4 z;M>8qZvOAooT7EaG&VMyX}zHoUxlHqf2Q7QcDnMlTjQR#FFKi<F;VGYTgLJ}s&JEJ z0t;g?ZQ{O36Zbv3bmTbI^KVs0M9sl*judmlHw+99_U5`5xRd$O3hKwsdYTk7Qp=0W z+Daib!}H5bO_tDdgvERd#|bHQ0>5_QU%@D8yOtLvF7whdsUP+jbzn8XLO5Btf)pnb zBDvT)W0SZN(GzAyZQXFKJE~z@Y3A^()tD~poTHUV$GhUSBIU$cZ92;uPK-@IzK;;& zSuDM98qe&<_m!qkmv>>iSMsi|+)_y9)SrY+w!ThGV+u_MXs^$QWjAXiNf_HOg-)x| zVyr4s+D_s9d`M0qV2qT-W?N>cR=yA(S@z1ceyP`xr4#J*%+&IVuV;uWmgH!8og_!# zs4?hbH8{#7#Z7&ic4E`9)sFp5?LQ|v8?`iCwJlAPc{Nz#VQMmnsV);%*ziNQ;Rm2~ zw9R0t!VRy-9DSHd5CJBj)nMu0QOB<gMjIN313$`gP`jyl6ahdYB<jo+X*NF_SH+PW zXd?s)T+ucPr;lQ}XonGY9d0OJ?k^Y0eHoG9Kt$DD-uEExU<o;(WiH^P9g4XE=(i4( zXzQl;;Ond1^k2<xk9i}nL!8ODd}y0X<Y(JGjdYeoPdYI=;tZqadS+%3qYI_RVsy=r z?PqT{o1%f*Y~L?vt#})(lWg1=o?nGTa)~$B*|;BoumMAg{9NiX!sdV{4A{&NHg1dO zA#5n=wm#Qh<Nt{!Z1<4H1QO!IG>2d~+2ZY}hbwRPKh~(72q2*t(wjb>fz+m#(y#Nr z*R20r)#`<x#o?X>Ze@Pn%)VctrumoH6}GFVU<RX;W(p<ce8OvE<K{dDkr-iUHfBCA zV_rlDmmk=DtHz;^IGYdxfK_0$r8zxWF$7~sEO41S;P$5FMDw@=QaCmeqqBk>jAZ7E z!fz@5*4`!+u+ZQd7Ju%O7*Y_MJ&euk#CsCt^>N>#GO=PHIDOIcm=Ep3NV7EvEao7t z7K9nz5|X+XR?iV8!UP=l)COsnS&(OpW_^l1uas6aA6sRIeq)n8VO!r%Od>E=vA1+L z9dsmE{5cVcrb||s0i~yBB=lGVOsr{D<(XAQs6nVeAFxSqc;8z0Q|L_>Q==xAlg~hF z<D*J)&qkPcA)inKsy6=a1`=0gQFd&yoV;e<yGJySEtx!wJy@eu|0S`AwOg_oHLK=S zudxepB_y18t*<MG_rW-ly)`j5H9O7!N2jJ{AANKxWyYbRS*j$Ie9B5Xs$}As@yvbY zMY=eijA48aX_emn9Cyd#S<<cKB{e(#Tq@;x`-Y!V7t;*~(L+jD-&AX9!bD`ajIav3 zWTWS|^5j+85N&l@4>z%H`AaUMNr#znbJ#jFZjfze=4vJ;G`!V$*17Ju<EVq+#<x2) zzVOBs*PBdWX^?<8F7s~dFk9BaZ-8*W?FP7aTj{FzfLZReplP9KL(`A&A)!hylbH$Z zg|5P`dEqgXwMLsd{AS{uf(3sf>kLne9-Y_j47PH25N0{GRqjAFlkAlP1gbSnq%cFG ziEIp};YMR9GmlO#Zkk{z2Vw%@dqpAsU0vD`2m?@bL0aylAo8oJU7wuR4g{_g6G3zN zt9+^F*7DL`;wjTh5?B$le7=#4<UT+8Cv|775AT^GelPue!{0@|H%18*L=@XQh_lF< zwVNCS#kCFf4g4Kk8zKw((5aqirrv+4SN=2Td%EiVP#yyWp`O9N=96b<>P3m&5s8Vm zU{zG(3H1k`SoEpG<(>z5hrfCL=IX;nhbU9KXcNRGF&!cmF%#%A3^$4~2x$zY7O39| zHIm8wvR?RZU2f-Hm!m9@D(URP&N%CzQ3%&cNk*gJ*XIIjsqDb2v9U3|%)0yi@gg>Q zDs!i~L<@}`3N`vX-fLp)&3@>5E$#$e>O!<tB&f6mV6v+!<Vt*3*l9#x+?C}N-|^W@ zEqjVMveU6HfuwEvpHc+Umf`*u0?F79%2giVl3@&nj4=>9AjV)A)?mOf2FJV0migi7 zf~iLOP>pPicJccBD2*A^aJph~n>J^HO;TwRj}eW9xdg*F#8gC(spH#I^&I;???i5A z(Ni*>PEch|#O{(V%5(grGz5WYa-w<AWzZh9t-+;iTrH=Jyep*%jLPFEk~S1i6qyU3 z!`DsCsn^~SA>AY~$`wW5^~F<D+eEy)lUacu2TS9TeWLmTdYoA(hgiUm%Hf>I3~5HF z!*mt9z*5#3U#X8W{~)Lgx&Q@?Q&dbU;D1w1&iCHvJ=6>+krjZS#+|A~%A=h?{>6E- zIa-m$xeNZ^)JaitP?i>;iSQfA)LOSxC(#$nizcU9OXyR?F)Pk{CRrUv5T8DI;spyC zXNf~4c(IxiifH=cF_y+x=+-YC3X<uP$LPFMmAl>KY}92q;-qbK3PqC5rJREpl2l4b zPn^Y-w8qL-ks_CfBtm}T6E3bP#G43Kt%x<M{pW+ZgsQX$Ji+ZIJe2hFBQMQ#U=R2L z7vja*2~HM{<ZVp}l5{$CMy%>7^OS-i0St;c(1w7<ku5+RPK2*^3Yjc#s<FVDn8mH{ zGyBrKm{OgE94wbvbnJNvI&*|z`*>zCfzn;Z71M|mX0el7(95X<Zhfr6gNkAUkHI2Y zKg_ZxOdUxiW)+%JcE>cQsGd&!=K8E|klk!-YHDiCou#qzR75Zt=lzCzgv(*;%_zu& z3=u?2>Q>T5X?#lZva&9bE{j}r8pbQ*Zrx|YBq^<iozA8y(v+sSKDI-P<Rdr)v7hZc zR7xaa!%;u8H-ZPVHbuh09lB^r!-_kZ@DqnFqCiZ4jg^Y&doL`$)UH(Jfnz7DGLT<B z^TPbGMQmWxv%zVbIy!yuAmOFh<;2H&VEgX-?h}uM>J?ujqBr1Dh#MZe^z`!lIlHr1 zU5L%E)i)(Z^o>Y8eT@zI6e0v4tXw#KY;~FQU=a-}3)op#`BpwT&qw-A-koiw=C<K+ zt9H&cMD~Ds02_`K^%(+zBt!LH0Q;TzGv&OZM8CFW(g?|1brL~+?E8`Sv4)^eVghTQ zYYivHb`oOj-uv!<*8}fHM$68yyAFo%a65MsYTC{O%mY>VJ{XdNJ@p<#q`g%FVz)ut z=MxTf__EiOM>xE^we$kg2j{~mOc3ucDXo1l=(tbz$RC;Qi4Rl!ekqgdkaF5~+Lw2a zZ%;XKrCKI%FQ~yZ<lycJ;V{6Hp%^C{AX2n;qYMEEnQgISPM>^9M>{#z$)vjKd@sfh ze&DG?)B7Gz@vy0uwO>3vKxLhFjy7F_K1eGQYFMbeIOmYGZ_bSKZ8zFG0S`VzzDL)? z8Kc#Vd_AyWf@`QH{phoPd-$#V8Wd-ipLrFN?lRK$L|-Bg_gC;aCpTFx^$gS04;AY< z|4bswj0&8x%f=7&p%!<F>Eg<WmC_xkadAWVv-h5oNoGIZ^MzAg(f4A<)#tK)ad(4z z9{mJVJT_e`1zB^=4U!p`x1!IGL)X5kWEI-p>cqGPDt@Es14hbl7jxIacc3UQ%cq`t zmilh&I@O2&_-Cz6<q!L;wc|diZug0jdc(dwP~L!oop0WfY;@(Z>J9EY{Z{$o<-zLa zOE>D?<!&p>IF9Fx0~}qsxjYoV-~5a>Hu3)VmBpQmk_*n+r;QS$XY(aR&ln|2K-b)6 z3<++*kl-fso&St8C9r5vo4o;nj9NF&M3-3Dj3N=1!B+bot+)iu^{(eODbw7m%tOS= zDZ}tt3>tj&6URdQC<V#WGngi`+!HAbqi^T(jp8dr&F4{6lET?wP+$|2j64sXAV?3m zcJEu%t?072AhXsAeL0rxOTxF+p7yDZ93ethHRu+jlRYt9f~IwL5OF3V7bSKQ>%QZb zTz$KvnjQ3pZUDQwpzqE!B05WVYQ4|gQF-p}THhTNeYmUEuRrc%?%89LH#;_7Jd0!F zKh3AckT{8H83-Lls^{z*`oq1(P@qTkxX~ZJivNG<Xlw)<Jxm8+98a#unotZRf1|&p zNqSZ7HFPm!ISB<C{qq$s_-<^TTdV-j7mtul?xiEb%+{GkF<Lz83<ynS|Bs9@bwwL; z7CM8Mw7C=^rMK|YKc>b$s&4eq4Y8yzHF}MxiT;5e{fI6mcd)gyWs_d*IW60>e2_X^ zNr3e$+YC8c45DcpApenAQn9D*igbdov}UW3+sRv-&|~3@A@%=Pius%vSUwecigsU5 zYePbgVPj_P80kPFzaYStWDi}@gSuYgjL2|8QMM`*il}4~0*r7ZAt3TrUWPZ^%U>e8 zvZM$qVbY5NC+q2!H*!csa^>!KNj8DJ0f~g{QHyJRf@Dkm$SjK0fqJoCcm<gU^%jAM zAN6(iohtCzzkT-Aat_H!uHL&v{oO#hpDp*8EM<_m7`eJ&X(RP!!#^DY(rf{K=7FDo z#dD-pGA^l8`*(I%M%|lM#*M`8M_cS|qIyI-TF0bXoQy>?AeqT)OzDAHJA#wLkv310 z(PpCuU&co7iD>oQnaH+|Z8Pnk=yhE_q05i!^7nPo79uaI?X+{M?xVC2Npupe>G==n zV$u^kBEr^{=zrs8V;F<c)${uetwQIwla73kwxHC_vMkXi9AT>sVox%Xle9##5+$M? zWh>_G`OTCmcJJ=avpw-H8@A0Aq$DjcE+E?%X`(igMz=mNTMxEj2#fU3fpV5KZ}w$p z<V^FSE`T-aGJXq)zP=Hk5c>|g)89fsGx?Pfg1q==hIoYT^0p|MZZUC&5svb=ayu7E z>0ZIKM2Xx;=ti79$;>20V^8zzrIufmZtIO6B0ol7q7GD&-^q=pNo@?+{7+SYAioep z<t`2^a}{F<h@o`Kw&aCcKhY)csBF8VGFdCw$H`cOZ=lm0#mtxS$F%xCs)hf1Tw=4E zf1(>r@=d+-Np(bqBwfIY5tgyg16(N#cHfetTZ0}xShpq%DcZ>qP*Mt#+PI_Z(dX3{ z>)PK|`|a$A)%zXlgwbE!`5nXe4{TjfhtfYmcX)uiY0=nXezErwf@FoZdAhH>!N@a+ zCj@0h?1o9OilD6D?n-D@OxX|*MUzxEFS7?DDBB3i7&jsYZ;2W+?k<>Lt6;z}ulw3a z%RGjav_iaa>#LHv5ZsS+5IkI1J+X4Kh8B(dhE4_}F11>E;zIQWIC7W+mjJ@GhjvPZ zLZ=pAl6|g=;_sAk22GHrIWa)l3p=JSPQ3St2UTLP0+y~JHlrT+YBR$@O(_w;V)P>Y zKp<fg<f?PpLLOpei-gdgv@&&a7KfvN88H-!_wqA$Z-4H+&zA3gcE_{jyHe}`$y*ka zV&m%7g~j=3@3ZBL_pVKD*LUK1RA1o6v*q`?8|C>6{%eY(*~-)$-&1;_T0OJpo$o{f zvv6t^+X&(joF@#(>35zzhulnR#&_<%|6TXI``zy(O40W6>UKQ2x7*rom&NpU<8QVb z6SJKW$Qin_U2Ng@c_P<Zg4peefF!UYG1n6h_wkE6x81uoG5vUbdS89td#Cw&&)Vd~ zQ`7aQ4%H96_bLDV;8XR3AE<xey$9WQKQ9nXQ`?_@&JJ0N(j~yn-)H-#p(Y}KAYe65 zaI0^rcUQJ4lx4Y_bitT+z1HJZGD4rQ6}4Nd0|eSKvHnv3W!)1S0E;k3V5+m9f}kE+ z8V3G;(7|7;3mCc?7n8WY4+53Xe(EX0a9X?FOB-qVrvzu`2CA?$uXN`Dk}xx3My%D9 zV)eRmuh^I>nUahxx!!DguQ#@2)U0`L5Ti1;x!ezY9;khMmfg*s^GbFEUQ(ZtM<o`a zDz=-<wmBC*PZ6R39f@fI8))H0lTBc4e;g@^)}Q^n{UoBUql=4H&Yvq4Cn~b#Rxt@9 zJTdFMJip=%4ctL<jIhbgd`G0~C6u1Jv7@%Ly^oCTiYpiuzj1raT>FYk0Q||+psbSG zwEaPR=hMb;R5|cKDh%>DtX_cOAeZDH^CsxG=sidF``Dq5KA)YLywOqL0)&qGPVyrp zx#{I+)9CY^YV_Jj9rf~)g6cn^$3vB9k<dFPza<lBuO)PE4EyOXAK72M0C!++{36QR z(ck8%87t*}R)u~}mnNho;`sN3FZS@E%hH32BsL!%k_!~@Ki(vq3T5K_b_OtDF60Vd zk!A;fVoxI1hHV-<(7rliL3j6!eBo$hsot>`dM~DWjpkkJMaP!6Sb3sld!wi7z3A*l zjH2y>t}N919_%`MKy;<3Ll<4M*p4QQep>U}Z%~{dQB|io`$yc2d5kucU!%M160rUk zI-kP3#$O04e>uVXF=?mFtEL9)u5EOa)1G$Y?L<%_e0+_x+rz*lquIR3Ag0A~Gqt`W zi=uJ@X=D4ciM07mjmWk~J9l0c9w3mR*V%fShDC>(8H$(Oku%+n5GR&Fd(+%sQbR_h z+cy72ZAR@r7kXfQszx3EmzrXJWtuyPC)wD*PzzlnA%T8cRep|=ah_56K*``9jLOeZ zGKtD>C>p1Z`H#i+QCFg51S`vn%Oph?#DL5=dv4V{W<+lyZx6=0hTSq0jR0$6?UTS| zZ|Z|6b-UGO{4$?oID{t8seLSGcG6Cw$5GAdN9dZ!CHHzjvfE4W+S7EBnnN8D{W=!h zy^pvMU?XX@l4wB%R0x3ZLOSZ&41G!2wpgw2v!>~=ga?R0T~{hdn3Y~T)rQbQ92w6S zGAhv`ue~5*>FE0o5zTCDtiwx)rBe~$TKba25Zqomwz`VcS4q`FR6e4(F;kHrswwpp z_9cXxagkrrE%+F7sYyJyVjVvcLffs=j+Vu!BX){ef)U)&dt~`)$btlEDW|K4e0sn{ z7R=PHlx=GLs$JWDh$H(nZw>n5D@rwOGg*3QZ%8<3gH*fe{(z&D^zq4{q1bPN9!m@1 z9{J4#Dh*|1kvINqRc><nu%Zv92hkF9V3bZgUAkpHZ1P*F<g*nhUz?utQQJfl<6|j` z)&&PUTOl>fe6;XFTx7YjR6brBGgX~bjPdM@l`6~SrQ_o%1&8qO^5RQ#Z5q0G5xrY_ zbsidDTWe`Nsi18qE?!LcV$5cIjBvUw9jTmMZr6!1^`Ww0Q}EFESnJ^3du`ipod8Gt zjE%+TlOt$7B0gQFLoM;so_S_GJq~+m{JF%kx#_td=Q<^<2H%~~8{e7uwV4C6EeZ&s ziyq;F8L*9L`&S9J>!M#cQ-6u4D?1gA7c2_j>nQtb-z!}R-Z1mW_ik?;l4E78UXW{m zjEgGYXyx-Q<*9wHC|{*l^l1QR^4^=e__U#3;5x_?WGH+Zs^_>4*L%2btoL#qsrPZc zuAYy+P~Eh2J-?%m=*=6-h3ckDn_q>KK-hmHe+k@slPG<}=mY`&T=hmNJ<j}ox$k(- zX1%dx<-xLQgz8`KO+;)ryLZ2{`^+uL+tq%xfrzI6RGu<tUPb1<w55#i@THp!SIT#| zSiLzZx220v8^f>kI0X%A1ymyM>dMiRdJi>x#MdyQ-qd?8!}0j1QfB<Te|nugMd}bg z^?e_{++E&uqsH|%Uy`}8`4~*f!h3DHbPN67!tV{2HMg7Gx4E~Y%-9L<b?eeQP-o<# zJ3aTM^&V9j_^+_);=fjMPjyvG>=LchZRHy%bDOn4R%R9Eww76gx!X-lwPmJuyX{K@ z#a{Ri_aOM;LbW)Un)vM3#?$aYxJJ6ccCUygtPS2#nRxG>XP&>Kf`s4HEwzzw>)DlO zBi)t^w3e?^u+}@NKN$fWyS__dsZAwwFCS3JY+ED9M-}p$vE?u#G!Y!Ti`^)X0PQZR zlf1IVd4WmWKtG<F!4uL*xQ|maI-3+SiasWS?mhH870KS{W2tbS5)COffPhASJ&KQf zZQ^~R5Imd?d_x;$PE_T!H@YWleHxwwc18DL$7HQ%f=hn#t~)BxKUMSQLOMHnhhxJ; z#W@mFq0X8j9W*u^y?|WjrTr0k;2Zs6C0)>j!SG$G4i`AVI;_Qxep#d6m>#`K^?72d zQH()wV>nA1G`4g?mo}@7{>SliJ$UHg%>G7U-(e!X9dbOIX4}oL5$d1TX#N|Q#tpv7 zBa1NB3yV)URz3=RWc2fT^A~h^RWCJk2^t#5A$rZqXH@7{b@>-u8vTK8ihfNuHRR}D z>S7F}@d~!OBH`bu)vfaZ?F#x3MB8TOCtZsB>_pqTI-AdeiMXXr8SKV|@+-w&SWf%4 znQsMLDJAkA{p%vTh3`C-wnm}XZuShRm{P}(1{U;&wmWJemUXIo{rm<-^tbqebOiyl z*irnV5J@j7hy?d8=g!<(?lOhUy^_XA-Xf*0SID4-K_QdBRN$|8ufFKlOtm7FaQ_DL zw}NFIsP|SkAjA1JPFXK%l}kJwj4lbwl#!{H3qP0_KDjh>xeI1?6vNX#)G@u6hU<Np zoT9`z`)$0jG5Tb+`_c%Xu0x*Fd%4G2+@uyMiBgx}>s6XQnybrXapsNgXW!`VcR>WZ z2jA!(n#>bSuo|6V0c*KukMkSVdY?V<;I6%sqtR!ztZmdM#wtf*jolvj=lb+3x+G!^ z+Y*1pOu7hxwt@aqUw=d8w3Te@U|!r&tMaWBZxqgBXF7kT(R;pv0hhim=%ghgZrf~P zwa;j?-Nidy-6d@=r?A5_cL3={j%~!hzbX_Ez9YXF(JzttGF#&+`0&T5{u=r4M_6UA zJ@M-J6eqsJ;7LqoV-X}nTybP3U%CSuF<6r1Ypjbf2-d`~+d;MC*ok5P9?g*RM@ks> zO<3DzW?@b)9CLH1A)uUQ6r3>nw3aKGay#iZ@9M{9)hZCqq24k)wVqa?#o#urN4PTg zO+#Jt|AoF7ncs%{J}>Jslf%UZx7sX@(=Hvn2v)UdAM;*}FAGLY-<OxIzBvA7iorl# z5c6cIiqOgnKg%Tr28lAl?Bv9Ik-z}T0fiZy+4QM;7+u7lD5Aw5Om<dX0RN>+&{E6L zR}tO4!%@<(vqgdjjct6b+o-$E=$4+E8LO50pWooNlfq-GH?wr|*3<JO-j;NPm5@dO zGh*`zLWQHL^nPfzT=S()7EROak;=?!_29|`MG_{~v4uf^bBOhx2$oPyPRr#}*z7G= z%BPl&Z>#LuUApJqZ4ckJb=&S;_r!K^t<2E4UXo>|drzO-tNO&-`a=aiKuKaxwIECt z|LC(g8RKTYg%4Rxg<wzO9zslpuIR36Z<&Bp@G;UA6fi=PGX7zU?a_ycle7YT7$oWL z(`NX@H<g4>5r+W>Qx<L;FkOOl8wJX$u0d;U$f)1~v1*M5J$~)xFR2A-HG<K3AjdkI zd)fUarZ6InoyYaCqw)kT9F?bx<&7d|)+#n@6{p-cU4J_}l@Qd5oPr-yJq<xXvkLer zefo#Gw2_#9La?yJ3o<8>lsq;X$(oJ~%CRNvx<KS+4MX~<CD0_&bEjyMLUgNA8X5J$ z%p3I~Gm)G#?qE%zKcG(x)7(h9E%BZhbr6TcOf!!8x)g8YSo{{LVW3^iphM;xf2*|x z-tz7&CQSbv^9n|?xw(xFdJ0l=V>4?;6|$nBkj-L~1YKqmwk}%Jit{|da411E0k{8i z&FjrHp?P(75d|zF@Ejoq2l!pMd^9zqSAofoQ`t3Q@^6gg>1L=fYmWcO0-Ujevv*h- zRK(1sLdN<bKNEeDq1Fa&Gm8T0fopy4a}dEZK(E42tP5=ZY<4?g^xxIIY_fStF#0gj zhX-@DO{w{aae7YzMPjLZXXLIf{jeJF$bIARmVxUQ)L8l_h}IwEZrWrZA!o~dKiG>u z&4>vK<VVv_NV4njui1#vKq6k>6z!yn`R`y?8D=y4G9-S6f(6bkW~}K9!>t5a<5Mz& zVqel|<=_a0(EtgTEZikmMhc&pte-&Ld77<f{wNf54d@ML%P!d@iC!zK<WEgi34P=e zIy%E?iTRbaLb)U6SE^LzMEQ<}n~z1PDHJb)AyuEYzb8_VbNb}Cp73~&@STLdf_5Z7 zEj?R(HhOl2#HS^f64tp#$0PwoAP7u;3O&HzwEs)+R;YM)p^8VQ>3pn*Tt?P4HyMs% zsr5d1^oi-c{F$A4WN$71;GqM$P9M?rz=6F$N!cJqzp0BNlt;g<Prt?GjeMzpXdu~k zEyzn?&XAXU)|y3e2vrb2T*_k+>{K!qK?Q+C!HJdRf2U`#O+6n%9JJ)cO}s~>SFXh} zA~spv@)>(IuF8|u2WqRDm~8_HZ;-pP^wr&u)bs9}N*W>~D&r-3)*?PppG|yn3m*`l zj5>=}7{+!st&`n&?a810N$t$&M|r26IOIz@ZaPu2XdURP-DbrDf@mWJY1^*~HB`2^ zevK%D7+!}6aGLCFv02iAYxLVzMCx5}{c3{064Sh)eu-gLzh({1I`}c<aINZbxc2w8 z@K5OSY2EvAZH9(E8A>$~gW1&u)ax;9BX_>i7QtpE3V*4N#E78KT_Wtd*=Ytui_hqA zcG9v~Rg>EZtM*+1s|uU;U?ka#t7vb)sm5P}FJqi4nL#0iRUi54u&PaDf>mw4i~vcn zs>=@=wZW=peAo_=_75_Do0$Vcq_D|yz64=lTxdviqno>cKauPG-&#zOa<<|z+CVAZ z&K&LEs<1>qPJ7$Y98DYMkF=ITUNDYD&!Bhb{(GTsc(et}=(OplqSF>*8N(+sP%J7O zIU&epYS_~lo_oSaIxrS7b3)jT3AsGMmn^xg1(rC+c~KLnS!8XW;6U^{yvm@>8T#{K zlok=yCL-D7pU|Ffhp{y;H){ceP_+OOd)02tb~haM*L$01*ygq4l&VuVsdoM{rIEgO zp2yu3is!N1oek$MA=HNyHniUx_9ZxaAku=>j-@zospiTr%AL@(bcw?q>C?}hw(J>6 zkf`9#DBnW-na+{V5__^Ut0Zp35ehe;l@ku<ENB?<k3MS)=+^*S)3O<tW6ShmO0a2d znbcLc8Q-J3K0a+P{UUN!8|wXb&7O$`S)1DRkFL(HPTLs5nk>Zokowqg?suBMW<!n@ zD?&oD+6n~pL{GV_qiZ4vb7VbKK4cRin$30(Amb@VhRcqd(oJs%viz>PELV)!?sdsD z3<UgywwV$&H2TQDBqy*q9AN?wWRu(s29(xeLL+sOpb@h$9_+rI-Iy6OhKWx=8!cwx zXND`;$H?PuOD1Xq&yzvLcoT7hjx*7HxJ7siq><uUdS%`#gB@p<L+rNN+h!I2M1mD0 zDj0;hL_Tg0y`FR9zK!<U^Ae3dIQ|Ny8-<m{^YT>xR?0RHU1Gvr8alrmK$%r5^f2t$ zXlk(&;D^mhdoX7wG0Bh7@l0w5meimpp?e1N#a4&(cvD?_&^STzd8P8O^Z2+34E$3O zP&sGAYKZwF>d{isEJ9xrzQrU>_<|`y3<e{THpYT1t$ErY#H!Bf)a_P@ALVc<JyaqC zm%iy|YHA9x3$3Z%P)>J6iMBp*ZyY=4mfoIYH4<KY#46OQkil|HS;W{xo1~?r^2vqQ z47z9|O&p>dM<rAxSoYoc#7<3(^B1$)>fz&hHks9VYe18Uk&Q;=#6VRi7qS+fkT0gP z2<fqYi0DGSh-;Dorozf5Pcu_6{+wQQeeR5-M8#!+ofGL8ZOXCPygxoFCOWn_fEtzu zf!ZJr1RCkp2`e4e9u1IhQ<$^>__9DiB?A#9k$VgT6f`v2T+f{_Z<J;Mf&plQV?D`v zc0z+cU=O!Dtw+@{V=+0WMF3RNwe&IV95G81uqUnrLSu9=zrd}`Pmlk0?dR_X-mJaf z_QBO1KE(N2qN_M|En7mfpq^H?amj88p%&R5V4)8=blDQlTILQTT_%w~7*lqM7i*(o z!}z`|YrA;DM&ohY#Yp%&_4Nm}G~c67>u#ZE<4G1_Giu@6R~GlLbaH#jY@uV+P6#&( z+5%d<-=Rg@Ot*suaRVu%dnQ<Wlgw*nBD|F&B#V{oy!9q~{5-rybFcTfz$v$dfpyw~ z^BS1Ll?u^2n3IYT`3iyD-2ks{BWh}&isy)p*fZGs7H&lCiQ41Wun{v@z!VtGaKB{( zYV+9!{3>9QOxj|Yq`qDSOgf{<3NUFD{uJ8KK>5``B{3MHprFIpBpeVnSGoIgPT!li zQ4Fu5f5l5!MjK+k^2VsDgN~Fh64@U=zZ=q>yt-|n$yioJI^MP|-b(m%H<i{Ny@qY! zVZvLyAzENgdON6(SFs(wDYG3mxtYF7`0_kW1W3`<%H^*-7@jJ11l#7uE(b@#{e1Lw z@iuARJ^`&oUw}`EI>C`wG=Lb67z_c95bNmrWGGj+Wi(+Iudrq8+)%EvgG-vvTg)Ht zHojSsG|6G(j7SNOSBxarnm+^FZ{9iD7gtYO%B#&JkX8*ep$IqFiiJffN|D4WE<q4} zid;);W<itF7p2iPIkpQCk}^Xzvdjg<m?WMGw#itg$j3>2oW59GgV23p{>78<nbZ_H zk0LP^(0)?SdKqXEHO5hiA&i4!z__R{_P}S6z)2}YO%V~AC8uqix><3i%EuNZwzgGe zBIG2}`VM0j2EG#0JI0b^k-p4NOdW@G)Fc*2Da1(KJi{#eh5}9K!fwQwyR^RU$XP`D z{xHji;^DSFrUGBoZf?US|F7}hb0Un|Cav>T1LlXR+5_eXgy&s!dE*=ll?jLW?OR{; zK=Vn9Phey*-g{gRuMDVvKpo~6mQOLpd?J?XlWwQa-Rtc+zNdKGP1)x;7oCHJYieJM zCkS}nH`0pc-`wHcO$+l+U;E+opncwaU|Wu5Ci}|&pN=IU-i7qRNwAU}N^W;Nl5V6| zdl<vKT+K0T6&bc1Lx~LIK;Q>zTT-Vnw50PEoAPKmle6fyv=r8k+WwCn&fx3XVi_^w zh_*Ac(t$V<yB1isC-~y1ZAooRoB5ce)X?6Kg%j9)s!++E&~8*4kF_{td1lX@$-JYg z4RnNq87t8fxs<uiw-Zk3aD75!bBIzg6p%~%%t`SG)5kUXW6e;avPf)`G_jX6C$X@= zt;|n2i67#28cmjOG$a|v2$z451fueD?jnPdJcGJ?{v;O|uxRCn%EJhwogehZ@`(JP z%UkTpb>&T<+YKk=S9E=O6vgMD-M^u{nNkEE%y&IK3;@3=5~Q!WM9d+BW}GlnsO$+5 z>e2pX;*+fq6IY@Rya$eX<01G<q77EJV~?ba@d^GxI7@;^A8YVHMvy6@UVBM@D?iC4 zK{QxAcBlMZ$DGy!m6AMQ2@?@LSnVUj2jO{62nqGCykJiTc=A#xyTL^faDjYY>5i7G zgVjEKU}cdYA2o-@`d7BqhLdkT+{_TZu|MLhv+KSMA8tmuXogJ;lAp=&Dr^Xo%~muV z@hWKNObbSrX|h!d7OWN#5q}%yqZf7ll08+^y>I988Eq%+8L7c)ciT$9PJ4<XoV+$_ zx&y?EG?}zk*By6j^*`wAAL{Z2U5w$rMC%G(at4K*j%=d`rMAn@{KqQvGdzcVH5~mX z+WntYciSN9pH+8VrZxF#${^PLbsVfqKZB%uOQ(Uf$lx`#)BKvhov^gjim_W|cVxZ! zKh?*k$@{;!_Z#YsDj){@+ge*ZLBzJ|;%V~eS{aq&N1wGVtx?Hx)TrX3nC6#nbAa2p z13j(-7WdS`GrX(KI_l|fsw-l+6cz#%%;x6q%%3>}ux{B^p(o-ljp`ysg*4Cf%A!=! zAC7@OKQ}0SuyZLnd#n05nXkRP|D`JRN|BGh*^7&&Y%|gQTF}Hp1s_vF51$}cB10oO zaa!g8w|#YW#c&<cME%Hq(AyfAIbys$D?1Lf3`l$VD8Ck(;)D*0>vq@WuJ6j7MV;mr z@-FQ-e>VP2n>qb+s`y-dHVQf$_cYIF(|A)yM0S*Nf7%P@ZHUiy(P37e<7k__U6XqL zyJ~WPw!5(ARqR+a81J}3!<pTs_0$Q|-%7+qNKr5%dIU6x)&_*PVv&L69t5D$uH!z| z2k85Wyu&?nmbl4sgPgr<W!p8Be#&<4AoB?=V9;PYU5HGtlfa524Ak~D(_^!7w-&&r zr0K}3<mWXdo2bTVH+0-bkxeK?dFw8Bb}^YvLEQ-|nBmJcnn*pSQ?W!q1mX+foRoxy z;TzlObvYm3QE|@4KC<)}t+?PNiRDwGR((}ZZAY||U4N3Nf2tunav`yS+JauSc_(-y zsLXh^@;U^z1GLQ()OWed)*6eF%vl~q`Hz;^qSeS%NfFX|%2H?LKwdy20^;N_>CY|o zRdg+yvzR{h+xH#}#>^4G-s@3hXfvebKG1{U5I9zCp!9~roFnW~^qsH{OM~`((B8^t zTeDu!9ubtb#4Y-J#7yFzde~LYTV(5;eYPH4OS>+Usp4o0?HW8IPK{8kGYgPR)jV>X z4Q3kK-5l>=M;qEsw*>~T6Fo<lkLzL}J6K*i#}tX2<Be~7-gbY}##aOXRl7hYXfUPV zxq)77dK~Q`9gF1R%9Drd7C=2>I-cT+|CK!V^W4wpZ}s<wbG4hB_Y92u;{0iG1{sRU z(Exti2rVVsM)WgY7d`c!1T7_}S-QGdO=}hdKc|tKuCi%RDtXfogHl^vI={EJbZ)VF z#Q7G_5Vj)&+2RgP^R5M#Li!o@opv113rx!19#&Vus7C0WWv^U<pm*3c8Gs$YXS9yr zz$G5Q(|m69R8OCA;HU}btN7bB0LP{XKBH)Dp*1WH404;yvE)@dl6EX_=Swobc-A1u zRa7c%Yng$O8VzbxrXTI;z^g=X(f>oM&4i0E+a2*L7-pMjUIisiYm3gj3T})lqA%)V zv-qeMylJiVbgNo%G>Kx$)kfR3Gucg!GtrXmY;QiUHbiN;$nV0Ckzo%($;eKjHdSQn zXdUXPw^pA&r4yySEvfYIC^0>Hi~WOxg9C$O!}-B=c&S<5N%K;VdLpUZvzULS2QF%( zaXxW2T2dfe^r$}1RTVANIw{1<;-<P%k)*DRw3X(E7?=?}M--P9;@e0b7ny1LV$-y( zS#0QIK8uNDjFQi}!Z6H>krTWnRD1<{Q{ovQ!;2jYB&jqLIiu8E`Nv%u=qw<FiwNU_ zTRZ9F_}$|Kf5td{p5(2`8%D@cb;sAXr(QEF)`b_)%|p-;DcI;Z3$#F%vxQS;C}Y!* z)y<0pY!}AYit3@lOU;S9C_Pj<ys~&WdK_aI7jn{spM(WT6zRU)6hfG1e63`{EssrZ z3)M`F=_7Z-^Z65eeJ*jN*h;t`Y-AVbD<{$3pC`sKR4|Sji2~g>6KYTksOekU;9e+W zt=Om**cF){ferm!g|%31n6d4cGjGqM)zvc@Fr<3)s~i&*@n!-;IKx5>DkEb(_mOVd zpMnvg2`=@DV(@zTH@dgS!dC6s=m8x@JD>*j?QEWC0|`{*-3cTZH3PA14+EPS{X12f zKwSeW#;dBe2UH7xWeTS6vl#@YQ3*%rZ{-M=1i(53CZ<1t*}TB4$(o^eFDYgu_O>@+ zSL^9v_f3u?MFIdK2C!M^Z3V~bkFn*We2BS?rDnra;`$jG&<-GfJ1;)0p*ai(tMLw- zo;ewZq+|Mppsz-s%o4uQu&}L$W;yy(I^#gHHD(HLGgmbxL`-({XDZSJtM%?)b-)-8 zAoXT`VWJ1q-B?iX;-7v#Y~XjA-^yQe5$07sd0FK`F+x2OULcQ~CoUYs)f7(wwdSZq zF!X2E3JBc_RV)*sEccaraRA*xtfODAZN^E|*KxVW-Y4Df*+0nR@PXK*>cl1%K1}xt z+=IqiD|TZA0JT}1BN8&g8$t+tu=~lb``Ei{#g~gu;qGpA^i%#<T^$n3;I?Xe0P3_$ zW?d>pP_j*}eW>?U{-oY_X%MTn9T<i65pOh4j}b6hgih#2Cb#QARMPam#>d&oA-58r z)vOzVn4FqBC=k7aOJitmPM~j5!Di;>qMy=(Khfn&x|nss%~a6dr?fEurofI~>}I3i z;%4c*8|l&*5CC!lvgi}4EICznpgvEv`?cs3JnZVZ1;bg%Q1bYc>UT36K(u9{`({4f zVip4MqC?seXC$sWi2GlLKGQ+a*|R+%5l!GcN2@v630k~sEZ_CX(_t8d+SGi3;)$fl zA^Uccj{E8K^XjytDvUjjcPS~vn<OpnJoz5oPZJ#}#w}@zvEH+kt85{D^X{`-OcDBF zUWH;eT1Uj99p%^aj(7bP9yT^2%{;P5e4)jKQ*x?nOFin<h4e8~_Yu`>(wt)Dws49n z&RIsr49I58iJbdkzA&*IHV%$FrI|{uIb+H8=-6E{k87hP4ai-FG%gp6$q|99fU<ov zX29O)zGzMknbzWEG?*q@379r4gL@s7CP8ELk9ppf$P`Rl)mQ^eyVU^`=B6!3Yjm%% z88$LjXIpQa)2CH^!YMcHV9|g}$$T=G@Ij?qZ9}RhTz&PweV8ucz!VzOiHNkrj3c;0 z@KGJ+2{kS@9ddHxNMX2d;3f#lz6I`NeqzX3*~jfP8Cf1SvN0CPZ;aD+mW$<n6Uq~e zL_&Fjcn$FvfqWh!k_8-zbin3+p3Y{;Msp8EQ;KW~Ge!l@Y9$|KIBEG>92KW9pd?fg zxbSLZ=bmIyJyW-#GO5`4@VL-H%d14UrWw{$LisrSC;I1dLLjb38$O?+4LimIB}-aN zl9mofJ_hOd^W%XS4P;>WfL={$PBJMUo-a+CO2N~Grh1e4<PI56N)0n%w-OT18A-aT zvKEzN<cTQVvt!r2yY4SpvIzH*y^yh?d}f@IN}%@4xGU~H^G+Per&VjA%_1;rQ3_j0 z7*23cL=>Mu$n+$H%u2y5<a#@45OlP!OsYixSs<<xq4LeyLwz_3v|EZ{jDyq9#ss5w ztD_a|G#}F;GZLi}Ir2d@qcbKk0pTz>)v2bkrkf%}0x@!gs>|IF9oS`)3QdHaL;^ps z)>k9)PzXO>L>KcS1Vj#kfZnY2LqHG(quvkS-H*G3JcW<c`ypKTwwCv#ME}eEMoMh* z<Op_z`lqC5kdk`m`=m?s-}{v8;FY`ubmaM39`a(-Qv`4nfl}`~?!*%i8wj>0>V>6# zCwMRCUxNg%OCb9^1keCIAEoDzDk7{d_dJOZts4=y>pkxx{<r>@vi;}DXvYzJ_NlJ3 zpCwc|k(DU-FtbFw4McOjAM9QkcKT3xM2jf0-2{PCWtuaXf|;f(UfM3wQCR6FmICDd zulQ;d2VP>`FE!I17kT<atZ-E4L+w^pHjoslU9>!Z`dE2>?__sWqNz79wFw%9`DMj% zCA#X1u*!IA7*qnv+wS^P?XKI@0R>iYfz6v}DyFQfk+0yQ5gC2<_bENO!6EdlN|)#` z1kQPB;n3=WWe7;(p5LL$CBSRsG0xu|eNi8~=bFbVtny*)W+%zZLtW*;`;zO5x*Fh{ zXstmEOow|$6#tyhIlgJ%iypfftVYCiLTaby=}nVf(U;W!HbhpVNcQ5FRzcIBP`6W* zmOp~_tYs%i>0qSa!+dzFD3s{G)5%&->G@KoJ#IP}$zPM_eAP6{KhY2ajq-MbF`Y=1 z=&v+mU)IG0_if0LpHX#=iwfk(KvHRD(Oj#3(zY>@j?`(BJTuUw=&ur*^uMWJO<fYj z`E$u4N?uvJj_zcMO_RWho9rloGs>tJtmKFyqk%gL+Klv9ql1hI%4i6>=uQdR{zm8` zDaYp({r7837acztc>+t^mx87^nn)y<5lTi48C<$LTBv@lw2)cnAFysXIo)`DJ(_51 z>AZYtOjc-8LK$A9iM|+&u1iJLzm`-~X=|x;VE*LtZKdsd$ugWGo*dmIf-6Hog|2Qb zox$D4L~@nIW&Er_45`7DY_&q^KptKlMOdn*=)+LSwUCDz*dvRIJ>D`hqarhdD)I9_ z9a;E0I`9FG-kI#pt0E6|Xs?Mp{4F(?ArG%_(`1%R%*d=hLyIw)=t;zntQBfo(vlw{ zZX<h26I;<YdRfz!dJ$=<2)-xkMTkVc1tKw)Hw{Ce<smPBAdxqDBJq2TNOVR*g(XN- zBNFYq5sAYPXTy#-i++aQ;Z#WYnlx!9d2LLZ;Q}JkEcyyS52qKy2u9T0rn?{2rHT46 zYNvgavTgzSoGzxCG%cP8n`X=+jPQF}gxjfKIdC0KBmZA%DHEDzByag%h-H#mpg`?q z5F-7*W&u)XDy9!AMnueiRxeXT%%)U7e31-o!N9&Y(iWp--sl0EWZH{I{pRH@U(TGt zJ2K;Z6Ew}2RBaPYlbuAXJhPN<p0<e!+Jv2mnr@^neo>96xhXZ+uZp<oQ)?0^IoVG~ z;zp3_mo*`txEX=C*|I)yBf38$^l=g5VxbRFZp#I1C)-$JBJ3$5>=}wAW12tR*G$yN zEb6LsgxgB;MwK%HX3$?l72%y%L&M<FjD6=r5>6dHJ~4J=|Gv`UBU3Yv?k|1A{zHcj zKUsS8$o~B^rAH3Ee}CzT_aAxU(0)EoO@Dpq$;S@P^7+W&CudSgU@9+=Y;8_CB9c0f zzVH20WUQDzcx0NlXOA4DdOjSTojOu_Z2wbJj~<>W9iE=m-&9Rr4VMuc1$6J4A?T>O zK4#zcj3GHnnxAlYQx#&hx-u8PqA&KwqYCsj5p;epnOcx2ZB!O+ULeHU#F$=5Rc8|y z>a%ZFp?#Vdvp=cg6*2*Z()wbBLle3~=`g^pNY)lh`{yAMCmcN)D|<`hcaBe5AcO_W z#H<mWWJAd<JGG@ssj4PyTFgIMgRm4UkyCBsHDW!rhw6kqjD!6o;x{+3imA_pyDv7C zcgh&pPwSnfkYCX1wBb&cQn$k-q(++5ydyfdGK&PWG9g!M5nl0+mDxi)e%nY^`5wOw zZ6Qm$c9L;>*Y2I|-tzm-=Dc*@PB&h?&W?6(-?wwy1KC$y6K?C<i@SHaQSS-c*IwOC zZlLU&&0X&xjJ);{Ju~j!kr%j|2z_!L)h9cZ`d}U70~Gttow~727bYi`a%xsdyP$*b zXE99Mc0VI+-VJ5+@=JR(<(XR-xRqJ};!+9}#EUkNY;Ax4T9+j~e)q11Ws9Q^_t{X> z)A9cOx}VI3D`AuIK&QEQ|NbzhWGb3o3?=+T+}AP>sm&Co!F4&j%YDHB_G4;h{F0=$ zT`BCl1a7)Lo85WOq&9-Ro|zk#UQ=c3p-=H1&d!f3W%F}y`}wh&Q$uh)d1k!n%}~Nm zP-<7`4jUzPX2Jx;oeFQqQ{-P?$GqSH5OS+*zP)*Y$>g16KK5O2Apk`LzFEoqdqook z7R(^|`plPikQZ^`n6D=D0T~T6hGm4XAKj3ltx8Axfrr$3%#m%DT60LaB=jI-K5!jP ziXDUK>Z<%1&4>kyzPp-O!R3Nhqel^>O`B==kn9s0E%m(@b$qXBH}j~^Qcp125KWc6 zQ$V$ry@QM%b5yQN1&h{?%@%Ls&u6*=R?HbKzzoVn#DDuRzO-w_@&M^UB|l$MP6PE} z$$GMcwsmcQ5*z9RNbz4>8$|aoD4&vg0Xxb9x`z_XA;t*2JL1^G`UWKYMEY00%CnzC zOHkxHx}HlLs)Kd16!6US1@%FfSQMFk-=!h<#@Wx+3HU~YuFnxzF5Dx1^M+TtxemOd z5Eh><_pkMz{d8Svn*R<t4mP4x%rTFBnrT$?L(1lW@8VE>Xmi&qJ;YLV{y)RamtuYA zR1UL;BI6pa7a7;s8a*Rgx7SOUvBt*wF#X=BaeQa@*`KLiS0Ao!Iw4b=+}a5GixD%I z*w|`Dqm64P;7&du&b`&CoXv7QCw^J>$#p^|G^wC5+%yY<xAR(bl5^xdT{@|+_G_Dp z8;qmT*(MGAXiEDK>#$nRss!Cf`87){b1)!IUa)n*x?w4oax{3oC)Gc5!fDqv*<>Dw zyC$1V0_BZ$>{@Uy=-jsw6<Xi6$Y+DYm6zjbHTO!cLJw2@!>+*;amgfh>ffXB30MCL z^ssa5x5TZlH#4+sjowS)&Wom*IhdW9x2WB>U9sJ-yF$A#WNs&v_z=&w+X>ZNwdZ(G z>ujfYs}0<G(P_%RKHY&4B>>(7uxuH>fl<2f=2Ria)mXqEcRfx7E@|~8(1u?#*=kI} zmyof_Rgcu5B&lfWk50(->d)=*yxh`!LJVAGcVaXk9$ZsFj`RX1*wFS)>}2*z+6YVP zqL7R`A_HBM*GK(&>yNl+lCMS|oWw3g*YA&6ib`YH5<Dc|hwOVi7-i-*quX+nXbz<y zjQ&Ek3Z^s)(c)=k1pSikm{p1-Y>l4ExzmvbIeA@M-C<sxY3RD!MkFO-A0s=mc(&|= zXC9WpZe#G&;^G;TVKC*5B1MF9i649%ark1{sTuoDyCsSKQef_q`ZY)ZsrhAZG4Cd8 zgXSYxcui}@o}h=y#Jt&bj&hvQKWQJ8eHqVzobn)!@~!Cgk|PA6lx@2b`%w<9<S6+C zwop#q=EDS5tPN+uQ)Uw|H(x^;8v4LHzg9A|3z<Xk4o||o3F%o?6*fuF2GiC4jmpi| z)Eg%ZHM!aK){|z5nVC%WUqKys6~Zza>*|Zgk0$WG;ljYK_4I(typR!<jb`klND)=; zGf|nhkFuw-kt%w}WlPya`ewyp#!~8pT$4x2*YVDPmEBanp0Wtw5UmX&TH73zXtFkM zEI?b=WN$tdJ0}x<_$~5I7Nj-6{R4bR@e*0@<cF)I16}H?7P0o*T`gQ9#l6fZvC-hO z%fDr2l`_~SxG&cYQX`Wu>w7`_xK@!rw|i-bzx<Lzg-p9<;M~20?I5|hx|gow?{)ko zx5}L5SGhFGx9e3ZD4Hj4aF)iJEXOJs=Kca-8v_8PbH~iJGZO6<T@vWrp-(sJVl<Cg z^H~tlc819x)f;A=Y>t9tt_se;_Vy?Byp7HBw`y-m-P~nL2ZgY*5cL2l{S)}ozuGNN z$Y9mGm+xPBL4iF3W0F-8X;pMSrunVx<^tu*JTRX)ye=i?&3Nm)hVx$)drPQV==79A zCQqJ#l7VR6hd#A2BpMkr>iq)^sYzS^dG39`hU5;Y+#G9fZ`bueuC@SOT6JB&ix1A5 zm(H2bF3T%FMz=Zcw7Wf*yW|guxegSadTM6k*4;1iesoxaXlLr62R|GiY+;r`um!dS zTif-v$xSu`@6_LL5F)+=I{FIUs<tF6jG~bBS8eaD+Nt!Fyj4q@1@kwuNik!YrhTZV zAJtTBqHG%vRquZ1=%sk?b?{OZI53c)bCiGtw@UJHWE+k#<{qEcPb>Ffin4O%2vFj) zbBeO=w(~BP%hXS+yN*?tzK(VCZg|;Fg7jiPK`m4K6L->1$RpgXW4HqExminBH`h<g z#KA_3okD|ip4)tTZS&!3oP{w&F{3tjT4Z4Ye_+nRzoNTuaHILWsL-d9U08&YF{C!u zZWm^8TxJtyMs&YM)UNLi3QW*<IqN%Kyw$M~cF*QMI2LllM)9-;@Soa@LM4A8SrLr@ zpTf2vtF2!lKqGN)eu^*G=-zyU5t$uebi^E;4cq8mv!iqL=kydugk-B336OX=+rZ5W z)(nYW)w;FYgL>`%(1`iv$iyDbqa;0xqbOu|Vw~zho`UkLSl>>`pq3q4ZFZ;6v*obv zcGT>Z=*uhWl@7A`2W}cD6#MWF)V0+&P`gGy*B)VWgtz8J!yDCcXm$0}{0ocoWoN`_ zESJj{?^JsR>{GTZBuSXQcwp6~QhMZq3nErtMH%C>L50ZGI0fou)rj2mq$RLVMa6Xy ztU2Wr*j73zYw_g^)+HDn5<keYQWoD9{7b2gxkV%vq0&@$f<d@1=|ibmJ#nkeUB<cb z{QQMVDO#+ai&pS;EUlbFm1)i@mV;^?TW~3<lF<j-PwH5nKeo7RgD4R#nDLmIyH7c# z$ZVzYJ&BU1JYSukQ_v!`OJ@D;9R;o9C4O9W50#RFcc&Vjpsqw$CB;<if9TYE?(Mrv zN4=Ayl}E#OICv+9dX*t<^~~XwhwL2%@2wgDo5G4|mHbVZs4uOaTuG(o4Sh^%3q5E` z;*?Q|WHc~d??V5uN?Kk#ULE6AXVla|gM>wvRVN|7*9VztyD1TL(<y}Po&@!}l~f<= zf-<0&Ltq$BhskmvBv{WyrZ5@?%m=3XZOX)$PDjWQqM|3UgESax0H_H+f1Hw^*Rd9v zAv&>keX@PlAp%u=nqMzdaS>YN1`ov)hleuUn{xo)L<gOyy8n=L0M2<d)d4$Ba-{;Y zb&mL};r@o|5M>B#8d)#muc+2E6J?AKbSjKb9)IK}YXf72`e20yqMLbf{vR@*w!ad% zgkfNuye)xImdr2lJ8lLGcI1f@Hns9U9zvyo<7u;jTpw0V5fD+?x_$Rc>GvzAPM#@A z5+n~Bm&P#U<xz0O^pLLz<w~V>eXhq}PV6~5LPT4u&Sz>TYue#V!M4od<%%C9RJ4zR z5i6(;%+@v^SUpFeo^vbbNdN@kH|V^r6o*yTW^pIbm<D6(4CC7&G#+P+Q{9ej`%CR) zM}NxR9aYgrH*M=2$6#G9(%92rqQY`SK1Df@=E1VZ)3aYvGC7}sb=j}KiVvCMKmsd9 ze8<8uZQ-~CxeQK7n*0Bi_b$+Jp6PubFt`mskc23TqO@A=2qc9834jE6kwk%%NRV7{ zmx8n+wb~^}!2`^I1c{rz8HnT%*v(nVYuU%^u3Ou6y|zo$j_Zx%q_G`0S)V4SagNj4 zj_bN{jyrbJ+UvM>>NtsWnsjyIRe%5I{od~~GaxB<cirQH#E0+l-Y?Jl+#gV2sIDf4 zc_T&m!8E&F<6I=*3S%#_QO0<<vaXT0n)%Fa(=cx|gNw(t88IfbrWI4R6qgCoaZ5C) z#=a7O`HB#tnCdi8StYw|{eS7F1pw32+tqUyCy#mZL?EUs0x;bd+Yqlg0Ml-OrGx%; z6TRd`tW@U-7ilcc$&}f)C;v2%<uhEGFIVJo_yb>KxiY*X#t9+9w#+t-EE->H+e$=h z<AC6v#vd0Uwz^v@Q71uQtcHkr5i=}m-Al`rX&hOV0?wG|G^usEvl-uI`qXSSZ_?09 z8%&3bII2cbJ)G|H1}j_Hy7{#Q^!K>Y%D#rBkd}rSO<V7fM0N(dd55_)a>&kLjHtP+ z`L}c!!9<r`knF)igX?VdlceqFZRy1>h}7SfNZlQ*5TU~IuJ<ev`EI?(N+5*PTh82i z)7qx;7m-GGV(R<~c1oKh^LyhJWR^RTS;C2$lg$*|8vS#A>!_c%xI$_RIUi671_q4j zp?Ds_9?gKAk;dYYO|#pMe@w42+_4d_v%J}gD)*eBRnxZrYTNCFK=8Ct(B>+)w#i64 zH+QwohzzEqsSN&*dTLv)7RqO@C_aiY)q_9K%Win=p>=e;A#5**4fCKTRXh~AS9L}@ z*>+9scF2_;*x*ue?d7kGbwqYzp0l%V$|IOD*g7e?rL&%Hu?4BxHg>(Lh1;XHXqQ0X zW&^#MRl|}$LZhDN*IWZe8<P+?&Z3NSA6^wMD<y0yyhT}dY7j|V4(dQMWeSj#^Y9oS z?Xiu3Gi0#5FB9Hvv4ldq_joaEGy%#MadJmKEUscF;f~#86_xqLl8ZG*9=FN3NjO8E zB=!1Wx<IjB3q<G$2ndJq7lch2DHNWJT)11I?YUfDbPTkGlj(>SFbXD2n7gsOx<J5! zfWx~G$a#lro6-=p#}9~g(v=r?XwbdT)hQP>x+#gU`oD0p;%<aQ)H^vXr=_7jqgQux zS~fB2o}wH2qs;fDKFlS0L{#Lkf^gOy@Rf?8BH4g~+iK8ICB%$|_pH4owaQUY&Jd)I z>~QT7K@qjZX)lKBC{j=~UVYR|Q(=5_dA`U*JKW9H;YeULge?mh>=uj~6%`+mR}9v- zfWV8IoR2C_({*(tyDM#7Qa4=Ax}+IJCY8N<>g{sW>F7ol*xEGS*H7&3CQ1@FG`BaG z9~~OJTYD|nHxH9?MuY9^1SJi20WO=eu!S{!tO?fiKs5H8*@iex0yvv-oQ$0mpB;8* z2Z*5Tff#7FKhglN1<mzSmL6FOUOO?B*9~`?;u3nvt$if)LU<*Ltv3+PS-8OoVk7#} zieNd>MH6t0#at}~%aH{Cn*`ZYb^N6Q?PyId&MTrDRPedm(c*Ayw=^cpQfu+ptcj&O zCX0I|Fs@?j7r@sn{GKs1@a=|a^ONMd;Mp3c5n^b8=qb+tH&jaLnxUW5exbF1n^YgX z$YeYBR~w+5YM@X~HP%d$t1#}-4U#udM@X58xtW)Pa2v9B#36f*u<8WqJKypt*x_FK z(BW9Z*7)BQI`af&JDVe8h}3aplw?+|b|j!&&B!-gqU90h^i6~j&(MnZ+ArS|M$9*X z5!(`Njd;_-@ir!~G&tvdry;O5ZE4@q$WxB+xE#r2xF9{fi*2Pg@Ho?j1Qv*}>a6ul zPr^98ATQVrLq-1_U7;B-wlY}~@;U0S85x-+Ls>0UBk*VZU|cp!X=ZtO0q;60)c@$d zv68>a+l?y`%zQIZ$+lD_A-HWol-0CgQI`#2?g4EN73?@<Sy1yp?`C~#{oe@m9^p+q z#0+nJ6cNuV1N@qcbm&|FuMBc}f)A6qP@w!Y;5AgTfrB3-kRcc6&xJg13}SsW<-FH$ z64s2YXcbFj#a`w-5T9K($_};h>5{m57|JB{3uE1C#BO)xUOg|qafL%>cDabxzXGnE zvEaxZ9xl#bf#+VGUm41+EUcFC&JvzRhr&;9tQHm|LkO&JA<-lTpK36|9im;tjy`r+ z{_^~xmLC{SIco8V4h<$4;}p2DNyn}np0<ic@6h~<XJ581M2%5{@YZtZaOzF!VV834 zJ0z@fG4)||Z1lkB@PPvdMpLg-54*r{O@OCDQeU2V`l%y_hf}Yx>DYh?e~(_IdtfHi zhYl0CFDkuhADXmZS$(I{`I~j4Nf&a?-@k_S%!#w-j^<ALsD7|g49OOj58i0ua&m_U zhjMv2r9C=o20}-VxB*D<ir8@R2|L1rKe}|n8V5ui5#y7Hxhbw7I^goE@1j>oGvh7b z+XWw~Li^Y;hU}0v?$8qgG!5tPhxE4YB-2U#BOa*h{55x85BMd!!3iu@X2kRn!dQKb zCfBK!m@+kPXO=F&bdfHpm@X^fISd~WZ+P9oRm;~Iyl$SU+pn0D8Qz6qORsf~x4f~S z=PR(3mfBI=#s$q%2Icb5Z(WdQMB(Vh%$g@OAmYgc8iv|~(|#MnOf=>l%82IPcsFT4 zjGORnjOmi#GDb|5AJb56C!b`#kD09A^b0dRcsQwUi-zr6b^Hh8n$x>d2!BgWPHOML zSM7@$8lC+YV0bkn5k?tax4eE=RoUsap#WNIvFcY7C_;Z<XU~>d4Oj9fI=_Z^n>@dY zE<}go9Cw2#^n@;GJM7fz<kZ>}h@n+@pS5Suz|aPxki}6`lwv2?kX0$1f5j#h+h4nM z6($SvSy&`?!tpvj(-Pjqtk{hYH$s*Y5h0m%u@K1VtCj4b0+kp)z#U!Iv{KQ5uVFyw z?7}MNPKr}>2D((NB2Kpp!D`9*Eo-cd6V3=&TVBOn1QFpF8G}fJ;5%FZL^YOBz~gIl zmclM5<i>_WO=uHa4>|@Jt#b-K>1KuuEqO=Nx$FiwcLhEg!+<6=Cam+b4F0X$8>`Eb zxH!H9)zFwkYY8l1y4RRwN<6<ff8{DLba|;#z#4N-V-e1hc}7y#8hYY~Q`*HZEj4Xs z*t~e2Lu~+!0sK|@CtkkcdIAEFXkIu)AREpvaX5n(SNB=Xk)ar14V<Dhty%M;B{h^R zSV_+_Nf(y&-P+(fx)CofjKO_Ov3wH^%;jEMt$@NTnfUH3+KXs9zzbEp?%~{M?qlFI zW1QvjnaL5RpIw;lpD#%{qH>GdQzfE%&l{HGzHfM4%jHf<-{B=9aHJYCte<^$t-p<5 zZg7{#mc|{hlN_aa6EsuniQBUX@L-wBMKR9$Zoy|;%n_Kpe6^v)wAB9`NwqYWd*+Y| zT`t4*ouB3Q{7Pwo^ZH88{Eost&YfE(3Ue+$u&{h(Z3&BE{}UHFdZ@0@r=Fpt7w6&4 zD=~$-#+6xH_@~CBG6uR9*SWGRCtp~vyGbpR*8d!ODphE5vO{BMkj&V@UzGU#>6iHs zD`>1G6gnI`F<fnIR+s=Q5vy2B;1<D}>HF$R0yY}kl2W4@cEyk&y`@q4Sa!P?r4+pO zBm)MP=Yem9Gz@SeXf1hzzo`lgoaMlm#m6_NLjoc|7>L3Vfshr#M2m4=l4-Yx-}V`; zpOMmtgO|m`YMxmxIz=E2v4cX>29p^s+kkm`NoJF&9CKYeZ+b+rN=zbKy+(`G{bFGy zPa4<41PagMx?VyOhxr4u6Pw9P%eXX+=N>bc*W5*;;1`1Xi%GsU#afI_e(B8*m_s9R z?<|oWeUY6FmQ=!0Kkj|hHVu5`y7^v6^epX8(k<y`A-a`yq`11s6k3Um9wxE49+jSr z-|f2JaJ%ax4wRzC4Rg|ljX#=;_dBl{f}<OQjYI*_w8%U=rhX9Vl-@iV!JsI^)W9=` zthpf^;lBT#fTW*hj~?2n-3gfD8-C9cqxNu8`*n2`2$y*8+8;JEdOtPr)H7<ofh^tJ zH^5TjLr-ngi3ALbI&r_CFlt<?GfzE}cyFDtHrvZHld~d1{EzNIR2@t3+qm&ml^B9% zEg%XC3A1P_<6l}(7-%ZdS4f1{+AG~i<<C@l?rd6Xe^=>xmpYLv^A`mZEDx@22^CDX zifxF>!-X@|2Pb{lQHK#|tKity)Juh_8sdz3K_t0#hKjNxsP%?ehLI$}Z!2{(p}v_< zy|m=wt{9Oc?GI13>{CfyVM$KS`w-*MjLQ4BG3g>9zyC+r6%<&iTOCx~fZju`BBuAA zq)vqH?NXM;C8%_7TFuZHt5GvChBXXjH^h5{{ZeRHm+`Gr&^@WUYn}GC+eG(0YaQ2H zgWp)oTCO?7^{truW`emles2wr^_293)h%l>?B(rx51!PQpeMVaCDGG$0{l0A5QF0- zJWegi&8SjBNSiW2YYXXrkM!9}x6z-!8q%LV#Ws`zddT-N^8MZ$A7cqf38Cd0Cd=|m zwbnx{7966kWfY%heNzRc0(z@RKfRbAKkgI~OlhG#R9e7nd2KVL5*KK#*NlWaCeIKp z>mM*+!7u9a1<kVTD$oEnJG_``wP`aIpD|6K=^4nqdV&*eYCj@cgM%a)+|rbCy{URE zhNH@MF4RNagPo>(;1K3%*j|u1<<ca?QO$jcmnjb2Z`oHf`NK76EnDW)6d_gX(VcVJ z9{iUPJ2n;_{VvshU2E+qEtOj>X&+?aknez@i7g9+GQoe^T$sDwjJXNTY-ww6?`uOJ zf$v$k5CmZE3s<Be2c}-wc4pEz)Zd=2HC6%AmivmT4s{HVY}q`kMkIeC;&X<#DdO`% zQv&jGE2#iAi7gpMLBWE2uGJ!;v=R|TF(oY`3hxwAGHIT*J&>n>!pE602e_7l8wFH$ zizV!h2t*R9E`YGdbV|tc^z^IZC*yU`vK#3oFhjg%`B}$DpeMh;$W}p*MAR)@Da`~0 zaNPN&x%rzSG^`>=+r1{FRFp`fLa34JOUpNwOo>`lCWf<DjCK~1ClB0bT)Wrd$_De& zS_!>a>+8Vyc!QeXB=p}=$hPa^utFsnD(s3ia(OvfrqDuAR4FAcpiAzfQDfs|Y8_$3 zmM}^tN23(Ejn3pm0{28YCWrDg#9WZf3T?S$ZHsW#qj7ALxf{jPLeR#?$-0)C;dj<X z*ziwqQCPj8%MgYo@u8UlgvUwG*!g4$gQ+4Ilc0pUw#<gq*%_mMXLHMVuyP{$a><4; z=>r&b)3c`V&CD8ktZ3Xu9^YDCwU#ko3-hz{6`FNL4w!6aj7cspMnoSqAD&ALWO~Y) z_c|YS+aYEX%S#NuX{1nsbkxJCJr>Wcsxb`*H%O+402P7OL9on{SPX>&=Sw97jRrtM zyWUWPV%@NKTk8d=5u4pYVkz5RCvYmt4eE>eaI&t)>(8y>$p&>%?Q8a!(;xDuf0Cza z!oJT5_O`hLTKm#*wwf75i81;-O3PlB)E91m=!9%&foh*n3$AgAjKGqCBOLZ2#Yr8S z?Q)wqE$`m#^4)=Z#1{N(=&9Q<7Ts|eDfk?Bg!fR`xof?6$I!F+*)Zd;@1!~ogC@v> zV~XB~;bLU7*wmSF&-C;{`Re=}fm|juB0H$inTZLBkglM!!9v+|TRciWOT#!Z1#X-q zJeB3uaW95-99Nr-SSdlg*V-oB9Qp!ZPRt65@CHsbEB<?fgfFVFhoZbip%*4j^0ldU zg=}!nt13G&=xFs}Us=65ASYh*qx+~r9oEcN3;IEtd)+(xv7GJ_CU9mL&=&j+a=S@0 zyPsw<PJMVy%~EG%x9Dad9(hQ|d)mAmw{~Ik))gGMi>25Bwf!!ZVnL2IA3UK;dcG`} z+3RsDWpQsdVbLx!G15ly<!l#yk~TI|M#hLR^Drx>Dr;6`A|Qx|On86-I9A2Tm)9+9 z4qt`6OH_a+D!JNGSw?jk+`S`ISME5PLwH_m7hAKMIV#2Qt(t)vRSUapF^>4f-swR6 zlFGya=U454>2MiLF1uJKB{yTza1KMG*1BP_o;MP{eqh8uFKJ->Cc^NvO=v7SnP_7Q zJF0H=>nvo>rxvu<76a~Jo#aQFBO8UC6`Z4(5=7g(^b$uY#N-2oZTYzUJ)cl_2sO%$ zPBAd}M-&u%R6VYf59!03@kBam0ej?L-$upRlXmD`Oxnh^K#u8Rc5Sw_V{106dP9kV zS~slvLzA{`TiUXl33}I#L0eb$fmuGMel$GK^J_wy7`=1q2StKEqNnm4O-YR@{ccnP z7|cut|1HJ28Em!{HJ6`N+f*s)29GqX48RiGae8`^TI+->%A8mnG5)O9ea4qclrU?p zDoFlBSZqIU<8GoYi?9SNG{j;f1@_KhKMAX!u*39jP6C7zxezLmn}7%{u+v$ZhYHxV zVaRft?-u8y-1vjoli>+lC_zcDG^ED4qu9ikAEAu;g{brR^BNWhjyY={HtA1@wh%Fp zBfx@<;R`-^JDNBf*qB66O`r3{AfalT<wfcz8rmbgP7SS7Yzw7RHq26M%QjJK+Z0GG zzVJ_Ig+pH)ZUuS@YK5F*7RZP8FHBO{oW{>|II%*(D@g%v?a~$SBgY4HIM2yj61Wr? zd&lmK@~xm@Nhk?IBuY=&YdA`rGJj=t89jzjjFGgKeAe1!xLc?IA^RwBxT4}JmJP+e zrAAHM9w-#A5#DR5a?GSu1M9v#YM_0DSzIQVqLtUEZoyf!kW2Ee(TAvyS7TYl`E;gx z%Ho1)I1rlmfoBE>kzYugcHp2`Q6suIf9g>Qc!*bAMjHb$^_NQYKjL}|p`A0cQ+gKV z*|^r6m426MqcXy7Ht2y!{iD9SF^hHMn(HeLU93m-?NTHWTL6x*GK#~zkcz2GSdj(h zkVy;G)9*UA>0U;`K@!>yuN}=FKr4f@(zQLf!|HByIuY%Bsf5<={I#|K9f3O>O{h1B z8AtdZuAU92d$ZhfHj<%VKkXt17j$yevVJ9+mxo%9Y)ai4G1nVFlgR2NI4Kx%LYKM| zO@QP}f&gM_Ven#H3C9hq_JtD|!IB2#RnS5Gw2*T;dV}p15ILc-va4L`iz1DC#-m4W zVcA)8Wc}qhb$0w(7n>0vGXMUoYNyjN?1WDT(A(l$=$JLL9$HbTxhs-CuL*w5VG<F9 z2^o(mPU!US7^XIIP)K_Tu_grRU6`X+7<;&LnJ;AEU4b%P>kM94YroTl@eF^jpmw*0 z>4h;p@zZ{X!qNHs9sS9=0J^)mcOIpV34^eamkp-Vvar~H4O$jo<$J9QGzlPHPMm|n z_JiN&<6l?TH8?U~>1pkkTa--o0pERTa2bIK%5{fC7idh~3Hyt@c8kX>=~d{)Rw}CL zyZmT#F7$1|er%SPsUOX}er)!WXM>#v-au6+1gxV-YoRlcC$YlUXn<|t=*SYNcfxq1 zwQWC(=$G6}JeV9z4I*<Of`c5NTU{{f*=0za7wAJz+&*_ZR_I(`H-3X&#>&3y33d-> zw>6{@TqC$czPf=qIg%^?iQ94v$0VBNi_5%*C48(}Hn+MY=g00-LKUu9T0kioB442f z^C}=AdU9}4SySgg{~TVJhh~OwqKlwP!fZPX=FCdFpwnQ+jszU|CbY%sTHs6{y#5Qu zI*sj!JND;j$kaexOPs8#0gz}Z>Gy+}jB6Ps(4>CyH-m2fQ0v$LgX}-ISdU|fmV_9( zXH`0gA*ShCoA$eTWO1AF_q1#3h&%11|3P&Cp@jEtbu~m=^2=QtZ^gUsLUr)xRdUF{ z-F!DA@jQt?z#iO8^1^Eryx|@!uo<28R66oXv=N;TdP6SkU2)z-)`j4f!_ef3%=;BI zy;6^h1*JJSg0M3~o|bKQ7k<Y!yT_;!99b%u$2sBkQdst@F$Aa-W>%%n?}V;7R5%Kz z`eZCt!*ML44puR%i%VX=)fmUtYIfbCD|Z7RAUXN}H~dO`6AZu>OxI|}G>Z{utOjtY zXI6uS!b)rv7FjF-x$@r{HyA|!!HEgjd+eB=$y!;ELX<Ik>oK_qvd3mi&Fqz&<UNLH zHs!*#rOO*xtHp(B1)|1kq+ZD3KgBA~$0-~DwR8aC;ha8)SodmWdDyY|Ek=0UWJfYG znoY}!h8sQT6u>tVv8cr!TNd>hY7{i>R{<CQWwfg>?ko~DskBhEvs9Zk$LSW}6=q1r zL~!F3afxBpr>50-Zy}c>O`xX9Mha!?Sa^h4LzAKcUkoQy?1a9FF&p0_Q?_`W>P*u} zuvG1gv&EV`;Wlz=(xis8vy(&}_Mu5FNlgoD+fh&wY3peRMT6npzQ^{KiBBp2Es6JG zZGQVjU)&HykGI1yIhq@YYt}$m_jnsunj9%UxNWVM&YF-{;qW`tCy6P{CoH=9l18vh zDs^&;b;+OHf)d6Rt|lntkO^X|%mM#z$O*4Q>OM~Rf1NtvH*4`VKj1|>=#Zb_xBMqu z;Hct+8qe3ij(WD@dbY0NC95d!+K<1HC14ZLFMVKhgz(SfufX2D)q1A`Qlc|VpCSFF ziaf#-{2X#lYTDWGTRY#r3r-{?#UlvnaUlF%L=&~AWa_n!J6TF3Kvl8zn9R4jXh-IH zTlwe7+ogQLFX11&8#3gV$lsOBt7o+|`3}ORC-?)0z^uXOGlB(9ukafuc)z2&G8goS z|4jELf;YLzn|c%nH~0lzep#2@x)^uTO#P)Y4v|r(EiO7H_;pg&+BnH;?eiSiwQd0v z6U;S3o&KFBPle0dg5qR~zR_JDamu$N{_bpj9I|w~{EFZL!zMSvt%6fR`eKAE=4@%{ z{7M3M+SLSi62kU8zvUd4B<>U&**n^$C~fPmV3=fuPm;@aV@$Wq0X~fYH8KRQir)^} zE$;A0>Q`?_Zj_f-17y5dZx_I=Fq#-D#;5R&4gFf(C{Bwm8YLr%_T^&IC+~vL+$hE; zgF7~Smel#;st0OEz-AZw9oF0soHj=npw(<LSc$MhBCNP-p`vv}s{8tKO^i3kWlI!= zgRoqI;+(+Wh`2~sQ>339CJPf>G{JCa)*3Qd-Qg4!7B+vZNsnXg&mk06_c0<H^nI*( z--Qe`IkAk2vA7mSRN39EV5!{|6Ix(NipNs;k9h%DLxIoT_Ty>v-g?MKniXjBKf2dm zHBhC8E1q+5cS__VhzL9-vds_1NVH+@&ghQ>sIHD?T>ckX{{4wM9*F8FbMmn8%ae_M zF@BNu8yh1~_QZaT`TW{jy(%}Pb+%<2dC}x;d7j?}enaDag%jO!k<bwA+wMTl>#JvN z^}GggAopn6vJR_rdbZ#|EJ64TpcPt#ELCpI?}RifK%HPymo_-s)GnJRnZh_dF!*;I zBV5t<3T3MZ+P}n%*0L&4yyaS_E82_6dQil^x?G&#b7F{$1@zMtyjP=RO9TK(&{uq7 zyp(i%n_5270MxHF%ge>e$Ov7$Y(<?W?uHs@>@4STshCleh>*2)!SS}*g0pQ**$cWn zL4jV??u*<9pB1>jsk=Mrd9_BL<K3_t?Para<=dWax<;Uh6>2o1v5Yz%$5z**Cabg7 z!2&E*4kp&;mS~*p(<ESgL&lgI97r`OG5qlg)hc>YB@2s?tOU7RXKFvG)%r*YKG^#^ zEpN4cXN&Q}IL_bBt|Kda$1KC95z8)ZM;A|aV27L@UTDh&&tb5wP@x!Gv!~F2K{bjM zt5sVp&8%KQEgu(<=D0Cjzau$I>lV3JX-cM$iG^Ell9%v+%2imb2?-47!8+?deq3|` zHW5^D_O@G-!y+Hnoi*Rt+o4CuX?I|7_~6%Nh_qJSH2QI-US+RBCf>AT;;j$%k2qvA z(z;4DadugVCt=9E27B`sj*s_CbtZNMDJtJF0@<jBX&6Z(>w?lvML3gMnH^k8nW_@K zFwA#0JdztvT^nJY63=6NI$L^KlW@WqAJG@&QZz^51*VIuQc^;;H7$#Pa^8(Yoo0B* z^c-+*A@d4iUMl8U$OJJnPmw;GEMucuZa~N#OSqrpq^sA<Z{CQ;1F@Vs3;W9p*NfN6 zxiSty_~lYunA7FjoY#nNI3bT8kJe1{O5NIl_Smp&PE!J~<)IEOi4iIb#qf{&OFQgY zO_2|j+v^E7>G-%;Fl*j|T%K`;=qb)!yS`9Pn1)RGS0Qhb-5dQ#fFKz3Fu&!W<HF{Z z{s4+I&KL5fwsriNq5jJ|!`Rz{r}^6Uh_ozPyp{#QGEn}#gOxuaTRNc-@btyCeXe~+ zi?o{r6xLe4r)9kZpzt(6K?=P;L}=PhzC9Y|?L>Q_b1vg@d=6FK!(jF6ouBFaROq!U zOedA!4xesKeg(3V!RG|3-=G6V0n}PYs%-RV&i0i3{Ol<+!g~nmw<j3vseU*f)IAuq zMVskpjwm5L)rZrcZG4r_OCOA)FwK$AQL|jH$>mzDL+)lu!CAHDKc`)TUA4}Y!inHY znLrtUrZcd*gSrFeJCt~h#9wX=3WC!SV6L@R&j~E=B!x79wm~~=hi1qa4Y8ej+-Q8L zezV4LfvVxb?9PRsp%4yatKyaDDENf#>`*K6{fMeFdD%mlyKYuRI@;cA9ZE-e)?pnT z!r#V&6nI2lJ{)2Rcn(B)$Gvr41aW_t2~KJ;*^$h;lbZcot;nZvj)&|?w!=7xBXUys z&3|zY!3zI~u`v+wLTN#W4p>cS_*aOq_@a}efMUlS)-t>+0Y{IS>Yy>{x=G+cbDK-u zO&}A+j*(qsRDh0~C6rO&9-9>Q&63%D-H5zv4oNO!Z3XU|0i@$7C&lp6feq%1$YCUi zUlBWvV`<_xIc7L^j>$Z<xddJy`mAI@VNy~7(y&%#L?&)qzB<JL2b&G?iw+ZG5r^6b z_TAd+^bm&N^Hr{<M@`xVX3$!EHn+@p1~)if?p=?SYIWIwiuf_9SMw@7rhS)l%g=%n zC?(w?r+JF~1w=?QL$k7v3I#|7C$TX)XLdG0*)%EhYU!rQzCsG|7(SF`>mSceU2P{$ z96fpR=)}a)Q>TueJ{{MYejnCZ&E%$nH?-IHv;E|>$ygF5B9`}+;46Y@A{-EPn|gnT zHL=zewxHHoT$luLNuYDKhfk7a#$$3Vn|FhhKAK4}tf<d+uKtD!tZ%glkNXbdmC2R@ zOb&^5vF&;`I3Ptc?a-o0IxUz7))RNyVdtQ52GH*`1=dy+Tr;xameZiMR)v@2TX&`F z9d<Ljzvp3&0)X|V!cnT-Xb<DJ%bd6Rb&}Y@ZiikFZg<sfez)@_I1QCz%u55i97J+4 zp$Dz~c?Dph!r}`G4%P|;DUK+LJmmWH6%0nH4AV}t<czXAm8o)wqxp7uE9OX~>vow~ z3MF=30Dm9^N#W{G$$XW_d+4=6aEWYJhm@!GgSNe0Z12<1)AY&heedzywED|e%>fz; z?F`N>p@ae~@n|}95k>CeD*SUGl>spglHr#dB8=huoKSc28}GY;v0Py$Hw#;6PIk3^ z>$y!Qj)C<-osndM#xSXdw+0TF_>u54VU5yQI2ZF|0X!m!8%mUeW#IsY!HsjC77ZaD zbN!)*%(3IyxVeZjx`N<#$-+94h7Vw+*nn>?6c%TSg&bHG?aEiC4uGSLB~Y{t2Zt$f zGj%LoTN-@OfqRUa1}x=Y#2>*DrIw8jX8Xd^Z3EwG<8*}6`i@jS+O~7ZzSX+&ByZTv z$Kkyg!{s-~2Yz6pW|4NmX}xH#$4<t9QeV#0x@{F}#W^L|7)N=?x_(CDmjuP|j)0ID z9@6UQZ>{c24p5AtG|ih1xCkUPvhzHDO;1Efg?jpy1lZP#*1*`hH%L(r5O4GD3$!Iz z<EHv}^Hz+z**%Wlkrwy4($WQRvA<2t)z17vX=yNL3ZmeCl++T8>T*Gsw{<bju>tH~ z6Vw(YXIu?xW3XqtH25@d&o%8e-5IQwZuY8%30`hX%Qp0W+Odd&Ei5(r6!lG(7~7Jz zBHmHJl3?!V*E0-9#v)HX2}G9XW+qus874oF8n@HoeJJhctT9ITS1BfVQVrg#b7(hr zgKf3ebAh3wzpk$~$I(Pvy6;naowAN>ykKW%dRy&Fs=<^PA2MoirNtdGXsm|J0=W1b zA<|#fp+PLrOtC|5r*&Yc$?w2i8tg2nakgI@k-oGcmE21JBm@MotC8u9J0g$_2Fp%O zMQ}F6guDh0U;!YB*7v;BCu0~XP-F!fM3t$MlW~eoff>Bi2MQI;WsD2nm>m<JGo%c~ zO^M^ksRAU`BqLx{hG_wkdCY11y&M*LPUJ*kA#WLD^48j~-AH;@=Du9Ni}7y7SgFSR zu#{qcj2<2BhjBqHbn{1HZ^ru9Y3j++Yyp<H1I2D+0Gd`rG&BpY9m3kY+NCQwd3gC+ z1Z~~@0V=S9II|4WGexoi!)Tjnf)-P~6Su7>-(__x%ynwn2MSR-!%0zgybjCAjto23 zmQ0z|)zSbU1tbkXzRZo$A6&f{3_zKY=t>~*jdM^Ycolq?1t<_ocx0(o14><RU!_^< z;eGpCmfj1UzCgJ~cQ&klZQ8Pacc|)?%UfJn$+ueTgTl62?6EH+OCw<|gI+-0#`|vG z|BN=Cdee?Nb@fzgz``|>gsLmIE(puMfaQW#DoWGiVqPtjkB^M|V6i{~qhf9U|29Pj zb_`%v*?0`pIx2HmClc(kjkWI@C?HmQP-X#jb^TNlNI*cg^|tQJR0(uhnZ4>K`F`4b zA(&zi-|Nb26%OV&n<%&?Feq#A)<A6-(?V14+9g+a4#Iwd<UgXu7@Kx878pJ9f1R2t zO_L~D{S95Z3si}nEG(Bb()w}3k0a2P0dx@%DgnAs#)opP2VLj?e-65|kH7VBYsPs4 zi9tCWSA$t$#G(6yT3&5FX*}yN$=FKN0I!kyz&6NuXfqI5LACO-0X@OMe#6lHCkMmy zK7x$jI2gB=B`j<}E4Pj}-}VkR``ECD$889`HU^iwQ$;Cq0YPwuRT_y%*oat~V!{*y zfnYr`EO~+w8nDUQCI+fpGI&u2m~67yaE}R~vR(EKFA7{-h?D=SHnPJg6)drOE(K4t z*kTyh1SrKHn-%UrO{xRJ?HW1|TorIJ2s0Of84cqvCtKIsULE;ht#kDUMM?rJQ&xyp z*1@_Et<03hf@bhehuq&)LyUvBMb`Lm@wysdp3pOm<OIKFy<cnvmn8l*P!D*=Nhl;N zv)=LsQ0)$!ykeW4>>f^l?&0CF#)P6xR@*PVK72WNLAc}!MF;<jF8`DZ<N2RaMXhUk zri@A5RfijA9EtJce5pU_eu_-LsSX&x1{D^^69iN5FQith66m;Mz*@?`MAd7p!J~#- zLIJVNGjF5fUIB0~ZHIZGCxCSL7O@owbcec7A?$T<hK{uZ>^qir+dD<=xCk#>s6Ypb z{$1Cy#m-8%F*w>_aCDR_m7cf2Pl-}bv<n<YNVBGAXUlcs$Oq`rtaU<%bya$GC+0_S zlUz%fHqI+(<7A0+(T1Z7X}<ib(yV12ljN8Xk(+P)1kNbB*1Gxn6X~yL(rhMmw+s;0 zy4SnH)YO4Of9D%F*IK{WTK@6146XR_>Vj)mWmB=2SgIZGLIYmcmkX7x_%q<03p~5l zAq3~$)*W2$^cDMD+IJD*oo^xK1Ekxg0JT0{V=DOiPr}!K;Cc_G|5r}jXJhtYJZ4V( zSJ`Ib!tIoY29iUpl6A729xD7cQ)<vN#`uYjFnc}1=yL^Qb_(}i0JBkW1sJg*LIJcF zt9B801n@*n<PDqHf#Zecr7NX!W!NFi$l}Zf-Ye6JNdSbG)z%z>Eo`rX(iI#ype}}k zSm%t^8CDUGp%ggwgRp7O>nVW9p1W;e>x}er(asmSFhe~#_|;-eSuj_}0D)Gn4@v>= zRlI7tXBMTZ)NFf(BlaZRZ6gQhr4b@1>McO*gsvsRY(9+*BIV5%a0jAJG<8G>ZycK@ zS(7b9rHeb|bNNz0z+Zurb~9ayF`K0vDh@B9Igm##&R0!H8XmjCHo@0Rbj$L)@^boF zp1DTjQ`}@bsS{ZylH(a>z|od5zr$`hM!5zgQ8X#cw}2=F&5KpNo->iCwKS6Vgkr}= z3ke<B@|7hLYne!RbNT*pZja~2xg5(qajZWk$8eRwrzB4-Y70!{87rfSS2yNT<`l|p z#uOxs@;QuQzP!BT{fk-ZeTHSYcI~t1B2f;f|5TSR?Y*o2B-M?M<#H!Z92+~BJ2`&r z#0l<?kB)69{zT{Wq$HEabQv9U@fl8>h+d5ybgwMYxTWGN+_9+vm+H9B7|I|4<<XDs z+xRu!j@TeNV%`Oo>w29iJuYNyYw$%<LLm(U=xePr^~Z*oJpUKRhGX(PY_k=g_ny0x zVuP#Zc3<;0)ogX5Lt-ruyV}*wX+_%LyLGuvTbtGW?|t13Rj3;4oX#o>KI=Q>%Gs#I zuWeXjG+a6X)#x?jt^0wxYdhcbrB;ue4gEXg=5$p8Di|YfmCIK(>|}Z6@L&iPKtUb! zdQ7P@7}HoV6HeRGS&CKLr}mUDrzk7+U9G)OB3Ng<CxY9`w-)OMT2%0dn5mcw-dR7< zp0W+H)caoRT0?U*<JKHWRH4cHM3YNz=-mdYJQMt^5SpJ>Ul*IqyPEUiRCAt+EGlEz z<3Og40c)$+FY^oL%QHSF8d|AAJE)e%oCA@e4V(ivLTVhS^aI92595ZL0|WQjSdD7z z?qp*J9}Kj9T-5W}p~&~@U574T)#Z>ne^{3zx;&zH#xgLa+J24CSM+XB7o*4}^A0q) zgFUr&ooB&+Le5&&pB}g{D--Ofuu$t*ER?U8YhBFr%<@7xRIQc%O{>b-r;G7HRy6q5 zi&rW4pRt6?;=Q&!Y)+=ooE4JWo^i3v@KJ&`ZKfsjekX7AyN$1p8B10EGq!+D>U~c} z4yksw?#=8)8`tIN?P%D(8j1;i&B=f`>cS6&9E+oF=x=M`cSvL~IL22>g|dP*2@#n^ zoDn2Z7ikQ0UL(M$v%eN24Mi^PJ>fIn*4v8K0@8PMj;&NDsLACn7@A{lmp~Sb;i(f( zNrj6@qj(*jU%l0!!;$pXY&<|zDkhV)x<W|_@*$mlhU>s1gb=gZy|hgN@K7G?<>IPY zPLhEV!cJCDb-=fhI_q#HPy}IMLKSGBQ$vj9y(augIa5+E<ebV}KmnoDd6^P~t+6q% z7B_2?GYVlm<-s6w3l)xxjf)0bA5E6;yW+ChXt;qltC9^xVrmX2>V1Z!ime)~AAi9X zNe*3jDT?tM8|S1{rqsp3jjeDjm$RHY=E7jvxCy<pPfmK5bX`j<Vw9KTdLtt=X6e3S z3nvALiGVknRL9;n2e_<V=>(cQxDXrtxJhTuv=71Q;`XyC6dBnXoEFa65JcT_<L1g~ z7?<QnZwz!f#uJmDN6c2mB%}@zj!nWsLlnZl1=ppd;>Z_`X{vyG86)`yfVd??AphmC z7P?>Kp?ZrT2IGG1iJU$sOpMJO0T#c?q^0Ok<#akhgg0P=IxL>lLCdMv((**=KoQ49 z2#6ghuX7`z*c~Sj1BXNF!sHKPU#zuFBgZSYJ6$OFb}$$omd$=^@O%+hrm!<Qma;C^ z3w}A<L17^9VG76<QaiyU+99R83tyl*TetDi<cL*+gUbO?P;elD5C&IrNDJnxAbkeX zblwy~fqTqJ1@OM=j8iLaMY0Ld-Id@dR6UK%@I;(1<zBe(;yE_80@YOtS0o5`9_xa_ z4SQjAVf;$yOe1KcV&#MhA|I4Sl%qSG9P5-aaKluuZ<U)tDkKzEE%E(wf;3Jg8v;kV ztHzOB(!okZy@%K?<iDKL`(rdJ%+M=0JdA^f2KLuvTh!}=$V}WWl+POpkA1$!ui-67 z$BPl>{KLx~vKXlr(_rVLF`O6&FO3mlW$TcJRUqQqPAkspL<^mhad(XA=+emwEsuM| zco;xFj29`sv@nu_YkX4kD_LaY2u6znIjRkC(!C60aULJ{bFNTjj@OItu&Je;yX}Ya z0&{R?If#3b6ug$*G>5WV8v+Mvot-B~IZhIt{~Kw%C5PIoapS56DV@SWYgr&b!fPT} z6;=pkXU&)_HB=PY@R%<La&6G>1(@O-<;G`@=RjPGx$*hqT2<rw=V1-(=PeH67jesC zi#s-QG8E1>K`!4v(?8Td-(ROIEx+9Gm1Y-cqSy)IVQB|lC|p6ix^N{vM(iZuv?5X6 zpb}O|g>b++r>c2ZnoivC&aYgR5gsSPpVE8+Iy{Jqi>uMjoV1nehMiC7)J+W}Mkaip zV&S#{0s*0pJ{DkH^F+5H{=nTY@-p}dU2f`9Cl(deUjWuRs{e_)k!Ym<&(yX~`$Tx_ z0xH!u$1e!!(a<`z(5QFEnpi{ancr41b7S_vO;QE7booq^13`_P^Nnn%K=g%G@FX`- z78#iB(4zJi#SK-21`mcd(#Rg?3RuTAOH?KPSw5mlo77y}#G*uvzoPASH9C@7tGoRe zg!?cas6+;Y5RwBY6kL8z^~ilBHc+P9lJ!8Y){SWSMML~+y$oag)NO!AqM4v-qog8j z7LA^p=kcssww;@noqbShooF;e$(eh+Y+6uD)$#F3E{VFtvyKi>jZJmM)^~i~5gdl? z@3r6tWE*0-zs}ZPP@bde1Yj`+Tfi8+04`ZUz!4#lV)H`4n<m-P^3rgLc+8=@h7|R# zHtOWJIdv=_X)3W;euKBJ>l<k)$?=_A%8#rrnJ0jFW;_cE)WbZey-jJ%z2>2QS6t)M zk_Oc<kd9RI^eVzYq-R=(frz|CB}Z6?a1XgrlpiMvM;r#?BtC^NQ&8PFhbA{-^SYBv zr-qP<@YsgVvMr|(*D1t0(XF?rY3jPn>2xHuJ_|)GLv+YQ&b=Zk&W^v(>+i72U2=OI z80jmK2Q3c9@H9-!I6QhVq0oy#m{}oy?k6khqKux{Q4865usKXkg`o&f8%MgFbe@vs z=ZE#B#4&Q>k7D5n;}=exJkEKKc@3pOR)>cl+NAzq6NzIp5#b3z$O3Xi+-s<DUntC! z*VkRujco2lGax$|xah>Pv64EEjbX_=Dd(LzP9d1R>ad)A|H8F$aSq2}3)joVYuDV} z^=sEg$HrhR$F7)FvZG+E+>MTxDU4+XtVmeLhl!l*TQoKGw7$4X_%@pUIO@JqG2g}x zh8Y`xt~RM{(8e>T86XV=!oM@xoF7h%MB@gn^~5XB2!vYJUa(41AoW4Ybc%!WcgD7M z>Vj7Ga!|jg7f8LTJ*^hEY?rT}OH-GJ_m1q|_xf}B!O!H-R{UF()6i9I_z8YZWsh?N zSR{of;L(5Jt*fTV*<oG&KHp_~s&2n@>A-VSH$QcG>cH?bh2gmq!)Gq<Yp5_{n285y zp5d%gl>0c&fGin<AnndrzuI=`z|B9>*^1_2=jzh@>{YZ&d8~CV2peD7a5}!<x2@Vu zvuM#%cWcX|skR`^<}hU->RMy21O7-ro9TF4$CaA0VH18JYC`7H<={^l=|EvxgMhnQ z=MtjBN~zYa=rk6(Ed__Q0wdw|86KSA`a4^y{l&IB&Zbft_c&UR$GLY~ubCE_6UriL zZO4S_d2d%KU#CR4H9P*o@6hf#$Q&{w9Y*bW`awaWP}}0ttYd>qJSE`6z~kr<rX865 zNtWXB4F}%Jx1ft|nldHO3_;*ZZeZ&2K&rry1F76ee6eh`<@>dAE@K&ylRK||IT}24 z_{dXFKNBO#QOd$_HBMQWnWgntuFhlKwz#ys@&>}y)i-b4yj5+UbN96Js*a6w?w)pe zFGSE+D~=P%Tx-ri#$fCMB5t9<=qIpO$CiL~biRc-AlCGn5g|nw{w;#pCaRYELMsVU zq|nUcr&?i$2c%G<UKOjl0mE`oADwPd8BsM3L?VVoDYiUYP;9v9n>&H=FjsPc<V7o+ zIz}$<;|NULzBG&nlz>C$(&hD#&`6brIn2f-;yU!wP27d%$$oQe6tWgmC_H2t8Oz5f z_!c#1(2<G;)0N@C&0V|JE$IS*ro<37BT-wMYN~=Lz@(LKRb_r=9_jWiUqq^f%d-~g z)gPAiy;d6!gl#-<=w5A%#uJe-JH-@zF}Vd-)SMJ%Fy4Y)88Rr$lPWf73Q|Uo23WiU zj6ta~8@fM`e4O0$K{f!|9;uRCrV=X1x0KJ7aANo(+huxpx}>IH#16A@z=$wnse+fc z$lZb5KT37yZM0mZo>**`4vO7%=&sm-93$hjKfs+koggn&gU$~i%KeJ)3~K%u>FW<L z$)A4OA7G}zy3cL(#uGI0CKBffUK)7j3^ifZZoM$k)7QAGwE?>ZTWhVMVroob=;&6x z4zJ$1QJtp3*0kdXDd4`uaGV+6rKYsQCz6_Mx1{z458PN7!J}dLo2g-Vq@hW^(=rNE z4{KX+N`4XqkVs>vMM-@`N6kCTiW!&&e@Bnj<L}lxtEWJ|FR32M_*%AQF&OQyw<+*b zYtySUIBCf*N*rR!vCTtb%9+dCwzRWEz|xpvVLZ2x_Y@%BL$%vsj)v`{TN3&io_B#a zLVtCkpee?Eo9J+>b;2oxFO~bbu*9KG-pZId;^VR=g<?TV7xg8tl9-vSKJIaRM}kP> z9JW|k@1A1tFX%n|g=H32tz8IOP~|pwHX2I}W33xD<ow*NiRFdA<0q|!VXQu3rOW%m zi3%U%6&t0u31LadcqaIw=EY{n%C{MMiSmCoDzu}wEw%cz-qmyc8tN9$jpn8BcS(>u z<r7l_j9CP{G?|z%EMUlIl*3U8^%vZ^!(o5gd_hA`I0ahJ0ud;t9mRdo!BdeLa21xy z5C@Cr?Zg~6_GCnM)O|g^o*zV+-&)&9e4rcykrivk)LZ#`t1HYeLc=TW#F&bCVM_%{ zFyVT>e{%nc+~kS=2IDPM))#PSAYv%b++7`6Dl8?6U>wv8N=mylb%y{4RV=Jh(zI}> z|KQjmh>b%zRnFhY@{{+XLby<y-GvG;npOX!d(F13?@n&sf#DPKmfV^VdJa6ngYL=# z1MXhh8WM2(A6Y{VxP3U$$#_M2#(~TBy;PUDvr;68`0un5S*rM{X~5{!!U=xOO39ND z#Wu$S8*DE;M84!&Os+fw7Ur@*fIzVq-Qg!GG03O*$(FpBjv%?Q*V<i@nTH&lp@ssT zou9K&7D^kI?P+gMMJ8iFrbM0n1C!W$hUnaDCTY+)jq57h8J5L%M^R=Vn&A6Po-%k8 zvh930d_r+^ftjE@B6S)%lN_D9_5e1x?Lg<L15Xh0&f!XrcgZ)b&-XDx{cfGd8bU#Z z^%JjVcNZVhm-zZCi4~~*;D1E$ic;$0w>-%uZKqt_S!sC(y3(#VsJn(@`g$7*sgFS= z$@|R7P#qQhciHuXUTBc5O~Y0NmUa|A+Niz}l1ia}v+#J+%3H+4k{xL|`5HDnP8dB5 z!pKj61YbFuk5@wV0+}<9oRvHbm4{-HK(}arEI1?>>5wxjaH1g-2RX$E;HwZ{;4U=? z=XBPuQN7Z)j0^KpCSJ-7ne9hqvf~fR#n@{Tw?X0wo!|_jL$K@3-0LB)<y72L(!*#u zGB_Av^`@iAZZIJowODQ8UbD!n8k5+l*kU^&pkw8a9!Z}BxxCX>q@gqx4RI6JgjRFf z!J+JHqr+uAVObaUE$ukQP8Q$AhGU_zj}gT8rHv5N_X6UcGX84PahVSs$c>KX#xQm+ z<j$PQ9Vp}u6mz4_YR*F%^2A#(D%;#xBHFL_dbi;e03b#zQ{v2ukEE!$!HpZccq^ya z<wXFlxOxQ)+Yu>7EmC`}t<jqXuHao8S0PkcscGYyc<vb>PJ#&HyEK;obsh}gNP%HO zSA<}gy;x*ZEFjE~<z{&mHyh|$qah@F^75)tShvuhh`JPYQa24Ut$R(Uc#@+}4dry6 zk3Pl2*x|$6>Fq%tjwGP`JqCMf;Kff%CHCWICqH`Xr5AO3=A~Ek$CPScc<Gh%r;}Fl z-;}|avZL;7+4Q=?qwb|Sf{iDSy4;Hz<B$3=KJUgD;kmKo&ojnk`7~p^k#tYEgJCuj z@FXGknvtEtWhYaJuW*nE-G7vaD^RqTw_%2dj^-R_{*Pw9r{#MyZ=l`~pCS?I#eQD; zawhm|<O}`^r-(~pSkAxU-FqJ2?vx3ob36rvi;<<3LVQ0iur26xJaKS+A00{*`cJ6i zYtg~gTHWpeN?Z(J@k?rsJOyD)^aE;@y)Z?|&+>`4)>dn^N|bY?uokP&+P_T7|5a7- z+tQNTLR3xE8Q;$mEJ5KCQiDi#6GBb!H!_%)piIG{Oi!3WdWVlrvw0(VR0lI>sO6up z@LGq3X$&?hJ{uKph$qd_kIwpTey#1;l0+;G;;^=0>kc<`t+f}{#uu<bB5W^_XL;LR z>A*!T{)UJf+lG$J4_3P5a`sMlr3by5c1&OrGObE)WpicAS{rXot7eUGVNRVBe??o- zuIakcDo-XDrVyU*PIs}Vxan<puzbao#`JJHmOfwHeCGjYKvUV~SSYy6eK4*SHcRJQ zttVxK)U<Zmw*B4K%2wA3*M@tvqpz_Ym4_-jiVrv~p<=J{<7T&mmTy!05F<Zae6YCv z-OQbxjK(AHS}*9+qs52T%-I&YLtUiaagWpwhpD@WciS=jA+B9q$!oE1cUE6HE3F)1 zHCH3oOc5&?y%?viBmSv)s=}b84g`Y)#I`JE@lc4~6zqdUdBOLyEUInO!$*U2ECZbG z7OuS4dhET{{bvw%d`Mg5H0z{+T+w1W&u>cNAxnZUBRAL12!1Hq#2ZOIcKW4R{m`_O zFr<JHZ|R7ndQpwILy@Tsq6ScdW0?trIRFNiqJ<!Q$X7%2Z*f>Mfy$V4AmztM>+WLI zSPY{_X^q)Eif@)}sXo@MO`dCX|Kkz-@IA-jBYqr$Np<yy=-PX&N6l|hwS9a~`FQX% znxu~L{oD^emIzEKc<+Mijq2`*E{An_UKewi@wV=S`kR}hV6*Ndl6DSBKCHXHuUfyN zyHDvdrOPQ@db!jx)90LZVTYj~f$6TB68aC)v%xG8jSE+xm}_k}7Z*f7m$k02KrLK3 zfuiT69(u!vPZIdGRO`}8WwI|mWaxnm9?Iufp|6}E#_sHO+?z@wK!Unyg4ySn$tF#f z9DB47->)6-7@a`qc3||D)<@sZWFGr^Ce!)#&i3s@N!Gh9?`Pl7v_1A`nYPY9Yj5A4 z8EG8>u6MQu|217mEh~n?memA*jjbnMFLt;hVlsss$qmto6(2s({xhslx<-u~aRe*? zL)<XH6ys&IL<v?3_?F?Gk{h^?yt5$rP#bY%1M}Eml6i|!1z8aCksLj$oU2RWy_0{W z34{cGZ|YRXi1J%09)D3vheSMv&VXWobQlMtCG^Iz{;QSB%F+G%BZZHV8}rxaU4X0+ zPV@fb(U<Z4h2!wFuFu0JxKbM5Pq8tAzYFv-R=x@)J}B^cJ(48svawSmHh^=`Wc<&K z4OeiO8ROiAp~AG&F-TUG?}vRAp{%$cz3#2Q3b9U?WgJB6uFo15SQ7hk_BP5I-3Z@T zLXlHZd0_Ji@x6+ulhW@>&SJ=@9Y1m0z%%|7iS^vC0q@V@Z0ZKC@X)ImH0>Dk0v-C% zXaA`0n*Ue>LfE(eak>C%)kxGA@Ze#YjM-b&;fA9DVUOnmLEk;5-3CMFhPD-d?(nB> z4+k%@vGUrz0^ltV-2djQe#MIaf3x#Gb)Os0oHmEE;rIcz0r$tduWtJwYh0XH1Q|&3 zb9h;a*R<1Zz7YJRhT_Xj#zV}OXQT1xn$@WIACem|l8RXQX)bFm!8U=TqN%K5bS>XQ znDBk4*^a;6@(#X=B98<n*_O65psTYm4$4<QfHFvB>4-Hw4@W@=gYg$UD~8@6p^drH zk%}>LLd)xXFB<d_$66g{jDg%J!Z<N!-Duzj=T#UK6StK|$HP1-U$|eSCRr;X1)w>R z0uxZsnrsym01qbeK(*FqbWC;FIY20jojoUYUx121QrOj!1&U8^@HCXdT9MNFIfc>> zyO!HiXFqw|bI&KlXKH9**aS32iFRUQ%BT$ncMar*pf%?Ls*6U3+X8)KHNvr)o0lPV z-2712Hj$To97&(C!!hnf#B_=oOnHXt%F?lZG|R67m0%fpt6U_YKtXfaWTDN?{=&-? z_U@&_SR2U`v}DI<jgd4SP4y&_5W`-(g&MEZ&vTH3vt8P~oGoxw;@0fld%J&Dp?vX- zG=WEnWzfq0A+!S2NZz?tq8eqT&_Wv&4WcR>wo%I&)Ry$$&b@pt-@jBIJ?e_3tf*XK z>FCqgQCIqqAA_8OUuT%mbcaGs=YmycM-*I%(%k&bgo?A+#hR?pHx#gZ5lKz7KCR*5 zG<%U7qo5G+OJx|1Qg|l9yWGO3U_=OiEjye^3u@ra;dNf%SyaP@K;M=ZZ}iuK+Q+S> z!)l)Pm%dI|4!>A0Ea#jsjOK@Dblm&WP1YVmDy>Ria3T<??fX>_2{A>jjdiPj<izBs zr$2e(+^eV2uXoB9Hdl4PFV;J|T3J+V(s~x&cya#C<8Jc95joEiF~#lFTcyiYZmpD# z^<TkbYya`l+@T!ozubZG{S8H=5*Jpkl6vT1Zj9g2q0tS}A2+7eRh^YEd#R{dy2h&1 z=%}H|&e5nLew*SKya&UGvJnRZIi`b5>`D3wWrk;4$L3aB63f<BgWDEvB%)$eo5qGw z<~HBJYE{l?+2#{tncx~KzsGi>@*+icwQWs>t5+aD(yU6LN?Nv7z*V$dfMuMLQF&=> zM~k5j+i`eEBKwF+kMXdmo4bJ9p@tOD!oazMVPfv9g?AafX8t5>EThuZISQJ#QNRCz zOpR^4HxeUjqXxC@W+$%WgAA_9h{x8Kc%MTXXHJZ414<Wdt9W_FufiS5E{b-O4cuf3 zQ)>emk<944Fcaw@8UwKprz^6rLgq7<sb?Psr$lBN%^efo;ulth{iv``{#Bny4|D8J zEn*a=Xm4>b#mu6Nmhwd|LV+&7OhfRfE-&dY19ppsllsD18>}1D7ZkMh8j+FkA%n9f zMLp7em`YyN!?$y7PTk>+_Ru1ry2D2awtX9+0M&gl)E&V8IXk=TaFd)Khazn^J)scs z1Pu+YaH(}iFcv+OFY2{L#P~zT3NM*dFe&=ETX&xn@r;PNLl0qyS7Ta=n|WJ<Xzqxx zyv|~4y@PA-`_)G_7|xZ#U~BLnsgKr(CF&}ZZD(N2QJbQlW}2O*i`sfhRfr|fG6toM zIXFh%T`9{uzbYn3Q+}KaJi=av9j7--s7T3&<{ZWsYc2Dw-(#9Dg|Cvume=`t;x=G` z%(2RWCT5lJ1Apk9@FNXcX=saq1kC~I&<Fz}*hz{4nB)~!VsU<MZhjWaV{lmKcQHC{ zO<yjB%m|J-bmyCTxLG6b`*e#^f1u;-$%V?Z49JsL@c0rQbym<f{jBqlLqJF{{%&W~ zgs_;rJKPcgGy>7lnG%9hEANAV(ZnJ1O**60&HFh;TvyZEFy8d>;ivM%s{PA&cvQ1{ z$_|&Wb=YDA_z0w+kKS$1LauAwhGL6@6}}aqt3NRo$@cC3#AwO&5i=nl{6m-tvpPcj z58f+Gm%$*B7^<?sQ7mqt4{`_{1jq~&tPg#KQ!QW2TwdVF=ybvJa1w?(r!;Rawabav zde8c%weDj3^_Jje!f#}OW}QWxiS1}v@3r^nv9DzbwU@<VS!OMZ%4Zh`${M~+x#zga zQugNcEoKGOzSfJZWb0Z_rQ=$sISPB7GP()z_YW$_6y&1pt=0-|yDHr(Nl#cL_bvSp zsk$uvPOGasc+aO_lY(iK$2~>)9<x-*6ef)cOFiY<Z|=%e`)0<5v};@3Usr15TWe94 z{`IJTOMh&=>7jK*o^ZX9Ycw3AWh=dJ;S8<(4o=$W&3cyBWUp;r+Zwhw>+Y<)AC7wX zA6*YA<DW-;^f_!?e6Fw;u8+wSTN5Ma`<Mxyw$ju`(pn#*Jl4n5+qyogx0`G>H_^*C z>D#8tmde&S!m#kXu-132Z*9}}pk%hxv(|Tqd$SYY%Dv6_TF1$jkGC-ITh}|@cpS%b z9XvVv@!rBI^hXW!HL8F{c(4w;E4VU4r_1;c38{{qd61u+m{y7>@u7SX8Y?5Go4H>m zUb2EF=dRAf1i-H77F6y_Aw$4xzr!h()0B{*5c+^eseP_8EN+Pr^9oA4JUb7|=*<#E zm>y1~o+_6m#-4<C#11BebEvEjjqID2WbBTZa9olVS)msl3reIgd>AVSKhw*&C#gCb zUBs~K=A4qEDkk5Rrr{Na`Y;x;F*!u(hkYjYOt~cM0gFruP5?7+&}qV2X_Kglq5J6U znIp}lq9O`LjTQ<T+lHw)#!k!v`J01rQeF+&_n|hY8+up`6mA-MBRNIztJk(EnQP^j z5q;2T=giLOw=9;>=3kmGV-AjSB@JAv%u8`J2eK5<S=nBPLFo7sHzmYjm=?e)9H*G4 zB=sO^H-jj}3kb%V8E#WLYejsJ#bs24NIO64HLfD=`x06@;e1la^2#~Jgc}WwFgDM| zkrk(C#gZa;M*|p72Mg-W5_WlJly4J|OSULn>Cd|SR;U<Ls(|Kc$iqAsVyizWf37ZG zKxq_qhpo_atk)A-q+#e~r?m$!g{dJzb(q_FVB<mIDmmtMCx%D;&_~}5=d;$KJF*yw z7JF!<<IOT`1+xj*!_whmX)}$5+&QNZoGgW9=i9Gt9)zD~-7;pJ8&m814FU|(+en%l zw#@g2CRIq{+lhXTvz+kLdJvuqL*$bWrz%wsLnnF~W+e<KT>~EiiCkWGJH7zwqkE(1 z<(ONEgAp<_TsH~ohsqB_M=+jD1259!N~%Q3HjRQf0zL4bB7h@)nD0?EU-)jElkrcY z00W&kCXk8e@`^2nkyp-s^o0v>vyhL)FVCGmb0KtuPLBw^EI$x#!T5&Tt2A5Ow}@#K za+jz$F-4Ad;aZy<#yCkX&p0G9r)!cZE4NrO*M`nGDYv{hUtui`KI@HIlQ|LvQJr^$ z;a89(RBoGk{YJKn@x(|h<~n>5=c6uBj!a+Gfr;C78nAokmIh&6)<d&&s@TYBfp#*u ziJoiqMueOlFeHiKc|O!XJ~natJgikM`usqCU@$H*xO<82q`GI3gI1(<xKVL_mn1uy z1AlI?HRb@i!+rn}#xeOoSwN+h0ZW_(r}c%m$$5#k9Va&$Q0dtz2F$S-)=WDg#fY46 zm5N?-G|E9iLX4Z`nCCdJh-waE24$4bTINX#q`2`hBxO@;#F|>E!s8$>0&7!I8G6bO z48y@-m!~$-U^+|QnFb8(&Fvom$_gNaTTZ)cgT(uC!}m@cddE;pqGrWi+gKO#@V<k4 zk3>1FBfJ`{dpA5bJUlv@N(P5_2*u-tg;T4GE62>yi34m6jI?wWQ&VUv4(ucI6aai+ zFE>XnV;mh7p0BHaD$a56a-1X1P}exp+f<AxvF5}*j*hApb<mW~CWD`c-myS^)vi6j zT_Ab2drvvMHP@2W=iP~8Q2tna+<2o*^n(oY2>SYiJ$?3=nOOBmbT0Uu4tdOvvIZRL zn9GlGPeIgWh-LoZV0A2=FFY1d*_S-43Cx!*;sefIx4A_8zaj5}=haP9MEN9-wRSDE zpif`K3=BS`mmLQ1oyLsmx|l16=aloSO7u3D!3Sztj~CTC9Y%w-5`d%DE)ZjpTCgui zZTd8auk)ZN9hTr!X-*mR7OotC;8tx*8v8J28X*apgGrINWK-%<e>3L76<WEUX`?}P z{L$;Q@2`v66>GEQSSO6VZMak133G2dzp(g>-S;>y7qhKTX7qPQ>yGz3+j@A9^F`ju zDPvFi8@xM})Qj%SHtulpeyBhH+|jAm`!6kB3NBr`yv9?1|DgU{x@2E&US7MIv`8n8 z=-&5Q`>WnAIcZK?TwWF2GkueC_0WJ7Fpwx3b?ti=J<zo1(3?_N^j@dZg7T3LD2Ek< zDOhl+X4G0&t2<=+zKp7^EJ4T+T4tpf2jVBo2x5ZY@{ht;73Ub@yssiHAQAI0GOuSL zP4~(ujz~}P_1!N<LUeD@bqMU134W4DJLGcrxEIS@?+!jEHOjTNtu69=E+3cj;SI~d zLI#K|MuoH+AL^Y_hFs6!E4}B=rg!U7TbeGH20}HnbTcgdkE7Ci<+WuiA>tstDbwyc z&0l!BCVZ}kH61bq&oJLTa&<?!vW$$e0V<n~#bUi=Op0*XA&}LIN}nQ?o`m^wk|$cU zRV`9qMFcPHPNjq=-z*i**B&Tt(uhTIN!w9u=q-E(JywH$jl{Fzgqmqbv=}T)TYj^P z%>`LPXVS{@p1`5C^ZogLJJ9<F`HT2hh-`?PKtNjZmm4W9mCUg$63JB&8D<++jX2r} zDF<H@xDK_ggWIKu=onQ<pifpY<(smcD)Ks?_gm562d&5%W;Nn)&@<2q!hRe%m+Ttj z7vpi0APF)02DXEKnLuBYBK1u(=SMFwK@9!^>NddCRN+ZjKqWRj2;H47L`X6TotKfS zsAq5|-010GVm_f2L|rq#&P}sf2!;Kyl1enwkzI~4f$e`qUhkzW62~J=c#!uc&Xg)Q zN+?>yjkfZT55;N_-oV|7jJ#Q%6lK)5iQDl=B^=#BOWOK2j|iS5Bm-&yq7+m={`IUf zKZta;VUdV1BTE>}P=f<WXRhiQ9$FdZb>%e8uQAkOX1cJ|UxnT$TXHsZpciP6MQE)X zO}Iy1TV@ei&Ah|4{aBYnpw1*p6!emu*-@D8UzCnd=>OlbaW2IBQuBQ7cCrnq$Vd%B zXitiUc01bioZKiE9bU`8%din|{u8%t*~YZ6Un3hzip<k$C|q`Eala`ifpu$~ak*&z zd9_b-a|_FizB{TCVs_j-ElelNnQ#$N^YJ@;yM~SsU64o+P6hWC9;hE94WJobLsbWL zp%p|y`v#^#8tooJ-yY-iA?e?QEOB3=g6TfRnnPo@cB+~CT&;1T=UzVX%FruZ$bnH` z-V<^t^yCMV>Jd7Yr=<))LI)TH7xDwQY4E^0mv{>t%O~d*U4_~6m0JrX21x$Z8G)#! zv(pikc1&O>+17l&CJ2SjD770le+|2Wsu5^gVq*Mv_jg}TJwz!qnhL+oUDRC03gma{ zGI|u;mQ8=uhGWB8qk-_67x7@m-5GJCkx%zLDl@t%L#fUZH(oeTqgsxZ<9vB~xmXlE zn7cWcyWKb%p&5Jr=AJQ5rKn_eKh)<+j7aLU%4E!^E6eCJ+|1i*zp87~df1qG`>L1^ z14J2p^2wZgCJe;DGx#!Y(l}M^8>nUOiXYZ3MGV$ASjpF6XaZO7QP}8#ef8y?P<g2i zy5dr=;vq?@2?;=IC5qdbn8cKBaAK;OD$Vro$!jGJa^&qXy`I6c6oIc`ufHd+zk}ue z+#ahY+yM>Ls+((~daz5vtPqquX^-6;NcjJXr>#D<=1<9Oq<xm^h(BPGr?f+|&F!~8 zRRGXsIx%U)WAHiXos?1u*fypYNxKqo?nhdr;EF-jZ}0`3;$Ps;hQ>};Fo<ww`j5p> zq|v101J)Y+BU-v)o!5Mw-_TN5zA2?ve5uu!noSw&$bwWL3WCckM8Hp?J2yQ}lR$<z zXiY;J%@~Kz8lxdjFu2Xp>E=%64>fm2yGxD4DD+^H?&Ov;_+jSXIl`31k+WWTSa%ZU zI+}i1cZYNl-9OkN>RV`bt<zz_ira07Trj37`wpe7qo`lu-5!Ra`~o*EM@2*TgcLP2 zHI{y|8`;^~`F^%d->@6eZ>IO_S!_o-J9eN{<I;$R?jf+jZfNL~N|Jgc7ZbFgrTqI` zVy`0WZFaASm)Z4pyBDFCMG`HCLJH2>^{)AXL{{3V7?}FKgXd}4#og&FW+4f?!gp<? z?3C>sQdO4<-_*R3EnYV<IDewjg&Y~{xV0`wt`=mmT_VP~x3^A0yw<J1>phT}Vd{-i zDiuLnu=P_*UGUho9_mBVX@pqMeGp>xahBlxaA-Sk6*D-9xeh}*sitjygr)y#vXc<s zwS+89q=h>2O<~w6?+_4BCmy(Fv9vL1X8F(i>_Rls1c+55;v@9M2G2LD%&_GY%x4E6 zKa(cC69j}bkn0)mtTvZpSOO4QOx?KA4uxi+CcSK`#cGFU1hYq?h_y_Z+zk&+m`z(* zBZ~<!=BRnEL4=*PI!eWp8qWm57?EfN?;0(XvZcBc5(2n$7j<J;J33a0c83Uw?+e|S zSzgBHnI-ap!M%9LO_hfx@tBluDF!b{cB*bsJBm!g5IOnavq-SaSAlV14Fz{4G9@N3 zFhOP1`=s~?zI9A^y6{;JGdv+G3+<#t(?VJaX*H$FJA$N_6Spk|bLEzqSGjH!5(p=+ z!>_11cOqX+9pxvIY-S4(b>Kjv`yZu<6Jv=N>4$^Smy^+*YB_l_Ul^JhnoU)8@?^3u zm+VA7l?2h<Od*-dUL@<c7jd-{QMIR{JC)3qUd-Pdx>Z-Yh|^r@3NE$Nqadt_pGfCi z4?>n=v^}xb7?P<`$J<uAa%EAzxX(DB9r*;RpAdwkNS*|_6C={X#ZEyDP*lF3X7+=? zCkogX5;xE&`Vyh`5ee^b`#1+7b4e%mko`THAQx1Xr)&J`KdF70S6?7&Vt7#BzB!ub zs4T<ktik*2))koOePH^{sgcoe=|>GPixyv4+-$Wu-NQ8T;z}J1`xZAZtZjTemyb$c zOAg>#!qZfo4O$wq#bRJJZ_6=_c35e&!feV_RX7N95PXS}QuQWAWO2E;x)4#6FGayu zR9qq%+<gp919UQ=Pva~pZ$;YOaWA4ABZwryomqq$<_2UN%$k)okQ9>1??luuglq^i z!KACY3=+sK@oC^_Iwc|AMlIA^Dn{Ia10di~ms0~DRT(ZM9D(EXZs3HEAV=6Z-o%9~ z%3S=^q?IRA34AjPs$xc$+52iR5GZW14MT3=<Vm^R2s^F*=G05IUU10L>Mm?Hch>N_ zwofG6K5#1e)TAeZOvxm^_M7U#t^4UlSZHoQfGlo)G-pvC1kN<j`f*fp3MG_kqJAZq zGWSYI3y>@jDYPT#lWw`>2RzHI0ug{k^`JobvFN@%IPP3B6f@FaN2&lH9A^vO6(5d% zD->Pbip~@saTh#4uG%Nk3)Qa@Xa%Qga0@pWhJZgy@?e)PPjLBidqVg8CNDs!R|9<R zp>Dn@0izr;Ev56?R@Ay?ufI&eXAOq^W8u`H0(y&rgh?{h+gg1x1@>ZEtS<Y;!!<^2 z3|9T{v<Lm~D5M-%Fgka=$>H(t`)x?JxDhC?&ba=!1=jW5A~w|Z;8(!YgMX|`WR_6d zVy!#BI^+8Go9dga3|d^jGSxkI>s6F*<4(!ybK^De4yOFk-1~dfQLnd_Plg?}xn}@y z8{gVu9S+w(@D@F*Zna)7q08qQnwoa&w#74O*7wcU_gBM=zoV|3(tm5OP3vQt)ZKUM zzRz0CbmwZFXD3gcp1ffG8*15CC*5Opi!Z>TVS}3-G5C-s<Yh@`U(`i*uZ|)#F|Ubr zO^W-9zFuR_1~=8VrO`B@^TDraI$zNg|4+L6bzS~vT}pcQ8{E~}Up{^Mm0IVk*1TG0 zdC@Z360pT!mK9fNz-KiAd2U)Jd$YY=y<OWO7q{_`xOkZijs|w{oB4XSJuAU$2B+b> zrf{}9dtjJr@rW)@>vm4JbMAKTa`j;)DvavO%p8~EQ~LbW<!Wa7XthgrPS`kAcU}P{ zWd|>=<d$a2&U;<1Kwzb6=kf6;bNvI=-Y4_Vy*$p^M*4g_Sf*>$%;2-tZBD1eg$8n8 z8~78Xb#hM4uf=C<xrY02h`HA4E1@*a&O6xmkr%em{h=oeEcB3-FS}UNfB}o251c1b zAdxsm<VIM7viFv0S%sap#^Mqv_){vbb-Ly?Ww2Z(!GF*Mh%eNVsczqYX|IWs_g-Gp z-4pwfLsv6<_gA-0fF8mJ_Hu^m*6}BXho>%;FP*=<_qpNW<JDektHy;2tC^9#)n3FV zrnQKIQ>psE{{1HJzO=M9_4=iy%M{$Re}7co0~7o9)m729i$b=0(lc3m@GcF0FO%y= zlbs3+XQ3g2FEQY=>PPZN!sh4sE&n7rN-Y;#i!B%N<$kfP)LueU`(h`5yZD<eb(avc z-q|D%?{|7jo$t0@+|0Wz_D;NjUgaR31m7=iE%nLk4yj2OrhcIG0KA0W5<G+=9D(== z&cY^f7A|fpZM*Ye5l=i42)DMBwv`?zZ7*$?-t(P@-sRcx3{EONTI?5hly=;Cu=KE{ z?JI7!`nFhoDs3liKo6U=ebKu|N{^Iwo}_Ndc=X+tiytD*1D0l6l;$yd_2J@!wD56V z-^x$|K71~IgtQM?+8sRQczW2LcJlN@>51Yar6&-hKe`>>1UWv$+kRT_-#@1Jh~hs? zxeaeE$K&MKRoZoDckv^B1c;xJvu{uEZBOaRQh#X=t>0xM(63P6)WqM51GHwBJ?-Wx zUm7ePD?V8qc$*X#_wsbSI9S|kPy0x@&r%MNa)_s4dm7<sn5X^rbbzOk(taED1G=7U zxj0HWqs6he>BYq{+H$aTsCZC<{nFvLS|r|Q+>R6v77u*^4^8y(sp4TN6R6je$!OEo zBb57e=^4Hrz4I(H`t-?`;#0+^zd*bIzCOd(@zP+ay?9h3pnMmP+4Hl}^YP+10OGk| zg*99F8?oZLxCQ){W!W3T9yF|notkgV4-CbPp)Mng9gEJfgl+WV$}og{5PKm&gF`yP z%PZQikySj>C~WX&#S1{_jP@Z&xOCad<KfM5M1ALO<DOulJg%#IF3-*j%wQ2F0kCmY z#(9U&XQc@7dt~TrR@fcqZX+Q!?ughxG08+Fk;dKeklBwGEh1hN?d2#^a#-LX&3f^~ z#Q0)ib~=3NT5<N}HxG@^ue^Dv;q?){J`%r<T6FgOOHUs;FiMjkL`pQEysT#l2TS-b z5XaqpA|iMx^;Iw8MxML<>Z@l@jjyiG7n3gyIt_aPbkWoi#_i>F^m1A{U|}XS9T1<m z;~-Wmmp~RKinN?BET44~65IQyzMhf5bAxZE=+j+3sYB_{Vo$I5*j?#Qt1I%7bHU=R zroR;Nq>}n(<WM79C(<qU`k77;y0OL~&RjUQS%#8PYhi`@)UrrMSwNu)kc^ATg@04R zzM>zhsC&pEV}cA?ax}#jLLs^S#lHF%2S-K^jUIj`Rmzc(17oGJn0-URxzW<_Xqv+V z=OsxFd%rur$8+D9E}M`$)w=o~`~~(gbU`W@a<{1^SvZ|(E@OR9&YVeg^j-rj+z4aW zyVX1wrm3rUe|jc|5AHwoL26!{zZvTq->rH}h!g2>&!_50^AAVw)uhpTG!j*7X-5b~ zMb$LyLVd*?KIM$rJA};JM*+HoCPecRHgq_<D_y_sn=pb3yXWAcVZ~C3?|gKXsKLr$ zv#y&4zR))SMkH6<6b}gv<J2~q(o^DN3T)J6tcM^|;fqA}dVn%zFZL1tDQ4ZK0nC&= zCO+R^=hM)lzPBUEE;aTy^|_(PsjuIvJ~x9Lsa}m8PP(;C0FWu1-=>DIaTg}{+|+@Q zWb)Kzn;Jea@>KFGuGa(snr!TNQ;YW=t?NH`P3c`fHCo?})OPpVDc)f5o&Od!X-Ydi zKj7cTDdRi;ZD7!e5o%o_npoYWc?lnaw?sE*r}hnBe(q9nUv-N!#fU!3mt`&MM}K2N zTH5FG&xK0~3jp>ZSbKxsA!db-j>mK(x{Fv&7X0hy;D0#vg-05IR^$%zPoWd5{k|<i zHQYpoT^aUYs+)axE{$9&?yYW0U?kOj{#$;kbo#P?ShJL=SA)+DR(B_IIugGLHeLO& zFXhq*W4O1jlv-DaO9bs2%bpmIu6{f}b{N(2!<W~__;bhtpIu%Xea^yI-5wnpTOZ6{ z8o76(!P^JdtGz<8Jtki5OQ@_<(xLU5X5CxZ1V2Jk{zwFP^#R#?<j8x(=f!C#yduKk zaII#J9<6S3s(Z;a8!v<%WR=FaLP)RSkwm0avF*B+Lwnkj3bSdf;WB@n&y1GKJJw+j zUsFsnf|LfCVoU7HG&oCp@Yx~qtJX7ZL<2mUO0b85g4gL#y~4wHlk(SDSdnkj-j?dn zhRZ8v(2jdwr@`kb6@&c;Rrp3rS2eh$+jaEl96t=0TbIcJv+0S3xOy}>J!9+nsiPyq zmkEd)1-`q@OH2?()2{|^A6l<&g23`~^<H+*r-%0}4(}<ZW<*0vo9)-aY9tgf;J0gQ z7JiH2jNnPg^Fsdagz~w%&;(NC3dtPNg~l5z5|0WjJ~SyHYse1LTM;ZHx{0AE^iu)4 zbvUXM`S~1DO|G&dHevUSqI_EjYw7s<a;O1)PpIpJT)W@*8&&SOjz&^OsE7*k)?f|O zpQI{r;JI=ulxr!Yexl6vm{&td5gB-j`tk`hOvN~nSzMTn;CZvg$oG#v^UN~<?%{)@ z{fTT17?jGHQW4SU=9Lo*HH^*<j)rhvsT$bta4TXFOm&B`JmIxHg3};;H)q~$d5sO) zP8csDTD;KOvfkF(g0pdXjcAq02Addx%WEx%TZ(-9OxvegT$~HB-%UM@kiA-OHT*!h zxvI6Rp-uzp3BCmKMBXTD$-F7QK5eXngbbo{_RY%l+|vJ{t?OhD8EkuCFOS@P%;O#G z3a}#aME*zGzW-7eJ9Pd~cP7c%oSL%VQhkzDwQTL}s6Kx8y58IF7vP0GFC5+T;?X_l zNA}Ep;7#}-J2l!6fBsEqyW{Q~QAy&B@=e-|$+5Vfjaj*`ZE4HB+17N~KiI}pVH<4D zu(%Dj=7q6?M-M;4{}J}w2i&JtX>zY(CyMRiVfL<mDe%C71NXImKgRN`ZcFdqaPKM_ z4W7ory=#I}cJO`d-45Hk!S8EdJg>tv+OWYN=$&nt7+=#)`m^NT+@`%bcK7{aa~Qca zOYG0!|5O!q8}otG##G)vNo~&ldskL{O46ZQcp*N1smQT8$Z<NXS8zEiS9x~{AAjMi zV&Rs10nYavCw0hp6a=e&zOI=1GVD1jVCq8dvNGVxQuR{DQLA%)31_cirS``8+q5^J zcwmjHdhj_Vu2hd-ToX#E{71nkDdo9pU$Rvik*aV;A1C+r)9d-+<TD)xDNMZ@9b2!p zi*87r4vfBGVH5l{R3XH_>~t`ZSf<dGgi?Txhz}}-Jr@qjiQCNCti_eOQJUc>N0HA& zPfj^820zWuX-v+=)pS|pojHu)g+bIJEJgFr9RW)nbKg>r-Bw|7sDcMcIM1@`h<zRB z`!AeI=ssCeS-_j`Y|>VWDEOSeKEHBdIqwQ+@L$=mqHQcZhc|LZNja{7)Ig*j9I8=? z>QCwPm?v)MA~Cm15o`w<T%AWPf#M0Bm&bm~jWqCBxD#p;1)W*LC^-0b))3#m$e-Am zpWE9J_^548b!-dtf)jCWZgS+Nk_P7mDI{LR<35+)*5!`sl6bMY-FWxj@dxz1c=xFT z8HCrg>?io!JZwqu{VH=KOuwJD8m9k2OZ|bnmAc25ItiumRZ{ZjU+K?tE{@9&tA{_L z%P;DpI4v%ObzcM|&pNq7t-}~d=x}&}gozvii;!?Z`AnJMZQUu1b8tp?|GVx6xvPb= ze?%nyGky6rMlCSa11TodHXCUZB@tzWtvDQiP`^;96g;YgosNMX{Bsp@L=_#@<$qI# z-lQNX_&vSahQ-ptf}`p}!BOqOX(K#SFN5EtJ$wn9k&qm@m<=jA5+>C)CFD@SXSH(v zSk3tp*NB8Xsn(aI0|Z`c?c&Y^K)>+)}u^WW+s`}*KvT{x7&&=Ci?t8F&v0m7FR z8HNTY^>s=Y#iOXX1zIOu3g-0vlrFYK;)|(ah}eBtN8cy8$+otCwk4bG$aZXRd$etP zTYqLtra#k@+1|Fjy^rUeZCl#5fGLkz<cG(2%Cz=Aq+j0iua79LJzH`__33TRyx*RA zyseLSwd^#(CFYl=r_lu=%G_+F)-Dhpd_m)Njt;XRU)6|VVz98fxKs{)L32Rx3m{xs zZxQn^6$>9HeFTVh$qj^rJ}!?l_La!4xGWzosCak>AyF1rd2TO^IiiT2|MdBhPks90 z#ZSkl2EK6_Tk4d<E^Hv>0<-`8>2s$iF5q<AEO1a^F5|ul?Qc$|epg}~!rP_wHCX9G zxf3TRl2v%G4`I7ydW2@a3U@@knve?%3jLHvJveW}mpgG{=;X<viHWcyx5^_$JiI3> ziPYEK7&a6zlsie3=5+p{+y#x<ShAe?C8yDyZVx1NsLMWAm|utr|5VtzW`(B<Wk#_^ zg|-i;c7p<4chgy2dlG|p*SxvcUw>V_yqP=SFiO=}`#H%oPBFeyZ0>rlc0JoZ&7!a7 zqJc>kpWs1PV;?G>ml|_d<2(N?Dvs?UmKJO@9av`uTPFuIID%>Aza3Y)`>Fx++NSC0 z(B~_=Z)@~$0r<m<p6ThrDs~{j^mOnpCDyublnU4J;2yBkT7rM4iy%wzIb9BEyZ)@8 z_21K7uP$?X{0?2-(}m_x$aICE7lmRVQn$A0tVy0u2f=bs>vmt@@Sx<lj6$VJ=*lAm zxew$XB9L)UAhu!9N%0pqVJe7EF``5QG`eUl5PUk2kC9rh@0Wt81fN&!r@7R+77I7a zIJ67?irOcpK=6lLYHhPugWzo%=;DSM$Ia9=zfHNa0s0W2oki!n<ln2f8D0LBO8J|* z{5QIMKkqJfQUxsGTIWrRtR8$#<ulSVs{|nsoU=ea9G2SKfvH1U)U=;bWBz+x{)I08 zg)aY8mmlI%+gjj!o1ZpU_kscbg+<2D3wOxbF>B|l9e2{yb3wMd4K33ScCm&mJljW9 z{1dwD(q)e>Qn(9#S(n{h)b%SMGGJGxy?IU_&gybQ{lBftx-RGS?n}CRQg<V|m=@t9 zy0g>jN7a}+N`hWlOCX+5(5=goE`}ux>TW<6vrf~g7W}S8cAM_NRKhcFNO${mIjD;? zRfB$A#IFhD06EyHi_~I+oGyL3JgUoXHN(!(LwY=*$5CAj%h;=TX7~1--tE_;wDg=A zoCR?*Te!#cuBgjNT@(>1*sGR)LU%9g@>6<zRd*A*%<FPZmjzu67doxGkL&U=U1oKe z(dBI}wchDc8FvSz;>*|)us_467fLrL(Cv#~yfj;}7n`P?4;FjqnU(_JD}^P*>wjN^ z{ypkXL507h%j>#Wcq&8bVmv@0WGq-rAYEDW790FEy^{mjK!`x_xApk*x?I=eYq~tI z%eU!bC`U<mujq1Bm#1|3v@Xx+Vi?UI=<Yw&<+oJSLu%wPJzm!3s4gGX<t2^dwC+ym z@|-R&=yFjPVS7Ovz$6&g<BBd{;&O45JAO?O<zlxEb-S%~m;~fvk2@qL*@PFtScO^W z{v3<lf0KWNi`{lcTC&a2t)=RA9?H&t;#}|<HR5aPh2fiq(`MABf30`7)Ta1S<*}B9 z5g<#6<64vDpCEtc{mh|ubX(hT5+wIQ_5XS^85kW~TDPI}+N(RR+;b<yO4q)Q3<O5v zUu)uC@6*rmQ?t8t`Z&eL?~`fb`}l67oN<cy&bReX+8^4+XeeZujZNEQZQNzD51|9h z`wY&Q=yzsECfn23)=L^UYCAH0Pxn34*U|T2U$(EO@3SrbUsq2iyE)sN?ZL=Y|31|F zeB!H5^(MJC^=<8YvYpVAeJA=J?%URPjC8ravs`=nKH7J%udDCTzQ_BvlWH5+hx=Cg z&h@?2cdBo#??t}k`kw6D)%TIUF5Epm-&gMYL|;2)4$-C)eC^8)^*-49k!*MNG5%$H z&t`Y^?#Xs#A91StTr*D7c_;llkjd_(y<7M<)Z5nEmi=({L2^Eq&Ghb)3#n{o$4Yw} z&ZiiUp7$9Yq1Kt57q<kspUUKTpKtByc&u$3X|}cH+S<A6L!Dj*ww>>{zu%i_|9X2{ juEWM*yIfQCWcsLoJAb)m`rCSUZt2<5y`>|I?)CozueUAg diff --git a/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/six.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/six.cpython-38.pyc deleted file mode 100644 index 0810d02b6c73e10f4b327ea90a9846abb1caef81..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24431 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 diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py deleted file mode 100644 index 95d330e..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py +++ /dev/null @@ -1,21 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -__all__ = [ - "__title__", "__summary__", "__uri__", "__version__", "__author__", - "__email__", "__license__", "__copyright__", -] - -__title__ = "packaging" -__summary__ = "Core utilities for Python packages" -__uri__ = "https://github.com/pypa/packaging" - -__version__ = "16.8" - -__author__ = "Donald Stufft and individual contributors" -__email__ = "donald@stufft.io" - -__license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2014-2016 %s" % __author__ diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py deleted file mode 100644 index 5ee6220..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -from .__about__ import ( - __author__, __copyright__, __email__, __license__, __summary__, __title__, - __uri__, __version__ -) - -__all__ = [ - "__title__", "__summary__", "__uri__", "__version__", "__author__", - "__email__", "__license__", "__copyright__", -] diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc deleted file mode 100644 index 85f8581e1bb244f84c597bffcbf777b4b5acffe9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 708 zcmYk4&2AGh5XZgQO|$uG14TWXNE{-OY+FH95JH9ah^k5v9DK1hJ5JW>u5I}vDEkDw z3U9+XS5CYF2ZWt~T95X(GuHTT&)A=b!yfYE+nZzhqlM7V5Ii2K53c-Y?mPfNRG~T| zQQab~Iwo<1pan4`(1ru(KnmSeN)qUiHuT8>3`hrtB!xrLg(K2~5$VGd);&RF08i&= za{SAyqDj0x$`?jf&N9ktCAHnAz}MVxDYl17b7ASyiNc1sOR43yVw7(Clp0spx!(Ao zL#fkzKf7i+to1>U(%jinYVZ4%tj>A0F9gb6Z3N(-qrny*S5(o|mD=PNE&&G=es zhMnaVx11Tglp5b{yqv)MBxaiDrM1eu&9W7@rCZDjS!Zga^6Wt-IlGu$Hj^7E@(S?W zy5-X1Tma@GlnE}ca3O`&eBrFrrWwI5^~&s0XIwVpkMkSscmLp3ONKw~5C0N>*;k6s zXQ$1{_5UjH`RUoKsmBF=VQweG(1xY6PWy7Tzh<Q4fW#y8Ew6k}bUREP1atzz&FgMJ zcp<tUF!1<}^eFfNzi%^Jt4wh<<-%C6Gi~^#{L0GLnPJu`D`jOKyL8P2Nd3^9%x}Mt m&NqIhHrw=FEx}dneK?vKdpwI<=$}Qq|DU9tMBZB70;9jTmCq*t diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index ee1a8dfba68183e7802cbe1ed015040d6f26e7fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 546 zcmYk4OK#gR5QZtq*3(K6G>51csa6FNpa^n-bkk<T%|J03n<yy~e7JB<kgMcM+Gdq2 zbWwCBE((+22maJNehhTq_btQqeEku!oUvCDr>jPBizoa*2qrSkOvW>l^V}4?$e74Q zp%-S!m!{;Usd!~-UYmwDrsb{acxP68g>eh96s4#{EgI2^Zd>zStiH2#|Av*>x|lzV z55ejbB`D*pk8>^5UIk^R`OJAWMR-ipCZc}JD5IWRfHB3L^#F4Zu(9so)pi$AHUQF$ zO5?Qy&}t*6Adey>V@7{C21OM$y;lIqt7E`kdg=<`JM80WKz>E&2_=EX;u}JR__jVH zFOMlEkHtI=lKFzLK#-U5!6vkIOs15R3h(vbJN<7$c1DfnUzk6qXu|KiAsRP0<u26} zB7VPoQdjnu+<h5>jLAi7bvV7kUQWXL!Ht`r<5o@E0YFU(jeK^8x&CUbNLt>I$#8+V P$Ul`i`?v9T!2Rbhn#7I- diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc deleted file mode 100644 index b27d1c4858b2dce04d53f198c01789e6804cba93..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 982 zcmah{&1+LZ5Z{lN<Ta+L(4zQph!-J;CZGrkr3eaMqzIzmLs+(NH|^T@<?g<Qgm`M9 z`7`v`e`&9t`Y(8L=B3p1<iO0EnSJ}4-^}c%&CM<WS-#p9UpXPaF<2J{!D~?W8H^%| zW+bNx%~`^7o^XmemPJXVqi-!m9uUP(Skk_UB8WP=W8dm{LX(Z6t-JVDE!93J$sNT$ zl40ixu*r~zEqUn5toB-%yeh2^u`;K|nX(A|%9_H9NnNBK;)5$Bb_I+{O7Zr!V4@A$ z0d-HoydxLnf=-yCik-)bE$JEm!94j%7ff*#8S*Ov3a$CLI{<lOwe)%*2Zz$>L7GYD z22<mYA(Lw_o5ZO3GX?Nlf~8U1Lok{oRFQ<O7f-n2P%4@~K}7KnZ!arTnYsPZO)8BV zsFgt<bsN<6z%1#4F3EzQAsjup1kAwG%!R0sxei@_Y@EObT%hWbh1SZC5Z>Zs{=6Ui zyc$=g+BJpqGRt=7=4Cn6$1lcC`?~UFnYndWoa#cAc3jEyL>`&qXe`n)ucRMUv(OQu z&{H8EBSG8?q4VK?dmLTgIso=D_&{BV&=n#tRh^;V6XJU<v(<^c3%Ct?i!)exTi}I_ zo3TBDuptmryMsqtUgJZOb|#wDHMfQ=M1EH3264!3AK^C9;GMM+4SN4}BlwGJw$r)C z?R|)bJtRG;eQklX#r`e61&e<L?q)9ZPPN5XEKD&e1OM>l8Jg#C=xykMfq@F7<U+UE iRg-DZS9EY`YaPdXs~PQM35Wc5Sj_vhA4N1~ZT=S;&h_a4 diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc deleted file mode 100644 index 49cd80fb1e1b8297a10583372f263763c7a90fdc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2764 zcmcIm%Wl&^6dl{K<D_YmJ`gQX5GxdkHWE^$B2ZNX0<npZS~l5?jAxR#IJP^U6gBED zUG!J-OWv~L7g%xcq%LV=Cjr4k^RVyCoclb^=jG)xfp+zBonD!Qe8-2$R)B{?=<z!k z7-5=EdRj~C=`Foyv<!`WAWUb*C1D0H42_n_%^_)-@V3BAcx$S+7PsK7#jGPzFaCg= zNZm-P&X+j!`;t?y7llG5HuKKB*b9SXB@$jBX}ce|5}sW=G1+u@ID{S_!@x;PW2B`s zjp>)9WiW#kU<Q0<!ECZ3vthPaiIrh4vL#l5*=EaZ1?Cc~vKq`~w#wFEUSjK@<wjzE z4BB4c$#Yi&khI|%`&;NSI)`bnTW<<*9vP95mK0*{w}l0dYWVr7A$w6H@}eCth^6EE zI|FY&{KmU`jhM@RB*V~;Czte$2P_ng$Z@|q9WUrKXe>qFm3_hE-RL~ADHS{tl$KBl z^aardtEsxXsdP$j12!tXE3lA6Y8Pav4MG2r)*R_cq3gumq<~k8BJB8WgFqmJ#T}I5 z@hsS})Kv<>7Hqhla@R<2zE_uzbYa7W#0+JZi@SIhrM{%J3OiD?>V%Ofn~x=GaD068 z>di_8N7;lJoYJ*C43JG>+;QUtxbZ|A>PJK@!8PE>G9)pEI&gVXf(v{njv**H`23X8 zdpY<h%g0}VQ<9|k6>_bCz}xcB0<dT^2MuLYXj#!ap6SpI1m<B51j^<^hzDqaic*f# zI-u&~JPb4g)lM6(Z<!%eSJkzo*5n;WdS^UMt<2mnQX23MrBC6iG#P8@38*+FY>p~e zB!SZd4U#gYy^!@Wy^;#0r+vpCO9V2mz_b?YIBej6F%erhpzFjV9MHgtqPWRg#Wh%= zG3KqU+s5smlDi<f)vy!~q5ntD6x(qBY}a4Y<)E~adT(rD2H_|_)lp-`DB57_Zm9l( z>Qs#iWU#C_tEfDm1Gy;8&CX&K`^E&+{S50C<hYsTqVns-JRqzY<!0E34cD`YE|+Fh zF7LtlG;Udz{aa>Jm9swwaxr?F{lQSx`DzZ(f+RQd%cL0KU>?w)Fr8wB%%n%2c{2gE znURTOf)h_*TP7u8<v+taawrMq&3X}8vE9diGVnpf921yi0{=)QR`}(FyK<~2?#}{B U?AK#fJ-{<D{(aamYTFj{Uoc7MegFUf diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc deleted file mode 100644 index 459e01e5beb2e0a66ed2e7bef85afa8f28821097..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8917 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 diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc deleted file mode 100644 index 6adced6b777cec4b2ebf2fbafecd8881802a5c72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3873 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 diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc deleted file mode 100644 index 03f3abab2081cbc18c65c8b34d15733527617984..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19788 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 JHCnjmzX1!9-39;v diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc deleted file mode 100644 index 81558fd0d0a03023d2939478432e881d1e552793..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmY*VO-lnY5Y5MSyHx83^-nCaT@VBX5y6{>Uc}3agzYBQU^WR!wrcU{!Jp9{JouM# z_2ggZ$;5-yfqA?)nc>akW;h&x5bviW@&N((iefWx5EmisQ2+`k6rhC_Y*B?;Twxe% zNF-Ill4XzL6|7R4(B2!U`V?J*JpB%HAjf{Uo?0b3#|Uq=GR|j|&$;DF`W<b!bmYF1 zjSG6RNN)==zB_EfLVpo?67n*n-3#Er5>ogIR%nS<AXuTv8WzE6M4DPE$(vg61tW&d z*t5sBoBEzmPt4@dC$etYCou8$^;PLwU23iiF0HGDC>H!AG(H@cmbp$lrG(w2WX>d2 zrqp%wSkJhem7U|lj`fS*|7RUtw&T7i06-@4Jo5t*ZgrhugqZkZ;wPJUoJWTFexq8= g1v6<Z$C=+fH()EaW@oLUonYs2(8k^al;HvX0lN5ilmGw# diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc deleted file mode 100644 index 3698e1ccf1ed7af9702f86c7f8104c026c35ead4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10635 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 bKY@1*bhEZ$Y|Gi>95dbVW#{9(;SB#j7pH)V diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py deleted file mode 100644 index 210bb80..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import sys - - -PY2 = sys.version_info[0] == 2 -PY3 = sys.version_info[0] == 3 - -# flake8: noqa - -if PY3: - string_types = str, -else: - string_types = basestring, - - -def with_metaclass(meta, *bases): - """ - Create a base class with a metaclass. - """ - # This requires a bit of explanation: the basic idea is to make a dummy - # metaclass for one level of class instantiation that replaces itself with - # the actual metaclass. - class metaclass(meta): - def __new__(cls, name, this_bases, d): - return meta(name, bases, d) - return type.__new__(metaclass, 'temporary_class', (), {}) diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py deleted file mode 100644 index ccc2786..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py +++ /dev/null @@ -1,68 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - - -class Infinity(object): - - def __repr__(self): - return "Infinity" - - def __hash__(self): - return hash(repr(self)) - - def __lt__(self, other): - return False - - def __le__(self, other): - return False - - def __eq__(self, other): - return isinstance(other, self.__class__) - - def __ne__(self, other): - return not isinstance(other, self.__class__) - - def __gt__(self, other): - return True - - def __ge__(self, other): - return True - - def __neg__(self): - return NegativeInfinity - -Infinity = Infinity() - - -class NegativeInfinity(object): - - def __repr__(self): - return "-Infinity" - - def __hash__(self): - return hash(repr(self)) - - def __lt__(self, other): - return True - - def __le__(self, other): - return True - - def __eq__(self, other): - return isinstance(other, self.__class__) - - def __ne__(self, other): - return not isinstance(other, self.__class__) - - def __gt__(self, other): - return False - - def __ge__(self, other): - return False - - def __neg__(self): - return Infinity - -NegativeInfinity = NegativeInfinity() diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py deleted file mode 100644 index 031332a..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py +++ /dev/null @@ -1,301 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import operator -import os -import platform -import sys - -from setuptools.extern.pyparsing import ParseException, ParseResults, stringStart, stringEnd -from setuptools.extern.pyparsing import ZeroOrMore, Group, Forward, QuotedString -from setuptools.extern.pyparsing import Literal as L # noqa - -from ._compat import string_types -from .specifiers import Specifier, InvalidSpecifier - - -__all__ = [ - "InvalidMarker", "UndefinedComparison", "UndefinedEnvironmentName", - "Marker", "default_environment", -] - - -class InvalidMarker(ValueError): - """ - An invalid marker was found, users should refer to PEP 508. - """ - - -class UndefinedComparison(ValueError): - """ - An invalid operation was attempted on a value that doesn't support it. - """ - - -class UndefinedEnvironmentName(ValueError): - """ - A name was attempted to be used that does not exist inside of the - environment. - """ - - -class Node(object): - - def __init__(self, value): - self.value = value - - def __str__(self): - return str(self.value) - - def __repr__(self): - return "<{0}({1!r})>".format(self.__class__.__name__, str(self)) - - def serialize(self): - raise NotImplementedError - - -class Variable(Node): - - def serialize(self): - return str(self) - - -class Value(Node): - - def serialize(self): - return '"{0}"'.format(self) - - -class Op(Node): - - def serialize(self): - 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") -) -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): - if isinstance(results, ParseResults): - return [_coerce_parse_result(i) for i in results] - else: - return results - - -def _format_marker(marker, first=True): - assert isinstance(marker, (list, tuple, string_types)) - - # Sometimes we have a structure like [[...]] which is a single item list - # where the single item is itself it's own list. In that case we want skip - # the rest of this function so that we don't get extraneous () on the - # outside. - if (isinstance(marker, list) and len(marker) == 1 and - isinstance(marker[0], (list, tuple))): - return _format_marker(marker[0]) - - if isinstance(marker, list): - inner = (_format_marker(m, first=False) for m in marker) - if first: - return " ".join(inner) - else: - return "(" + " ".join(inner) + ")" - elif isinstance(marker, tuple): - return " ".join([m.serialize() for m in marker]) - else: - return marker - - -_operators = { - "in": lambda lhs, rhs: lhs in rhs, - "not in": lambda lhs, rhs: lhs not in rhs, - "<": operator.lt, - "<=": operator.le, - "==": operator.eq, - "!=": operator.ne, - ">=": operator.ge, - ">": operator.gt, -} - - -def _eval_op(lhs, op, rhs): - try: - spec = Specifier("".join([op.serialize(), rhs])) - except InvalidSpecifier: - pass - else: - return spec.contains(lhs) - - oper = _operators.get(op.serialize()) - if oper is None: - raise UndefinedComparison( - "Undefined {0!r} on {1!r} and {2!r}.".format(op, lhs, rhs) - ) - - return oper(lhs, rhs) - - -_undefined = object() - - -def _get_env(environment, name): - value = environment.get(name, _undefined) - - if value is _undefined: - raise UndefinedEnvironmentName( - "{0!r} does not exist in evaluation environment.".format(name) - ) - - return value - - -def _evaluate_markers(markers, environment): - groups = [[]] - - for marker in markers: - assert isinstance(marker, (list, tuple, string_types)) - - if isinstance(marker, list): - groups[-1].append(_evaluate_markers(marker, environment)) - elif isinstance(marker, tuple): - lhs, op, rhs = marker - - if isinstance(lhs, Variable): - lhs_value = _get_env(environment, lhs.value) - rhs_value = rhs.value - else: - lhs_value = lhs.value - rhs_value = _get_env(environment, rhs.value) - - groups[-1].append(_eval_op(lhs_value, op, rhs_value)) - else: - assert marker in ["and", "or"] - if marker == "or": - groups.append([]) - - return any(all(item) for item in groups) - - -def format_full_version(info): - 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(): - if hasattr(sys, 'implementation'): - iver = format_full_version(sys.implementation.version) - implementation_name = sys.implementation.name - else: - iver = '0' - implementation_name = '' - - return { - "implementation_name": implementation_name, - "implementation_version": iver, - "os_name": os.name, - "platform_machine": platform.machine(), - "platform_release": platform.release(), - "platform_system": platform.system(), - "platform_version": platform.version(), - "python_full_version": platform.python_version(), - "platform_python_implementation": platform.python_implementation(), - "python_version": platform.python_version()[:3], - "sys_platform": sys.platform, - } - - -class Marker(object): - - def __init__(self, marker): - try: - self._markers = _coerce_parse_result(MARKER.parseString(marker)) - except ParseException as e: - err_str = "Invalid marker: {0!r}, parse error at {1!r}".format( - marker, marker[e.loc:e.loc + 8]) - raise InvalidMarker(err_str) - - def __str__(self): - return _format_marker(self._markers) - - def __repr__(self): - return "<Marker({0!r})>".format(str(self)) - - def evaluate(self, environment=None): - """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/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py deleted file mode 100644 index 5b49341..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py +++ /dev/null @@ -1,127 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import string -import re - -from setuptools.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException -from setuptools.extern.pyparsing import ZeroOrMore, Word, Optional, Regex, Combine -from setuptools.extern.pyparsing import Literal as L # noqa -from setuptools.extern.six.moves.urllib import parse as urlparse - -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_SEPERATOR = SEMICOLON -MARKER = MARKER_SEPERATOR + 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 - - -class Requirement(object): - """Parse a requirement. - - Parse a given requirement string into its parts, such as name, specifier, - URL, and extras. Raises InvalidRequirement on a badly-formed requirement - string. - """ - - # TODO: Can we test whether something is contained within a requirement? - # If so how do we do that? Do we need to test against the _name_ of - # the thing as well as the version? What about the markers? - # TODO: Can we normalize the name and extra name? - - def __init__(self, requirement_string): - try: - req = REQUIREMENT.parseString(requirement_string) - except ParseException as e: - raise InvalidRequirement( - "Invalid requirement, parse error at \"{0!r}\"".format( - requirement_string[e.loc:e.loc + 8])) - - self.name = req.name - if req.url: - parsed_url = urlparse.urlparse(req.url) - if not (parsed_url.scheme and parsed_url.netloc) or ( - not parsed_url.scheme and not parsed_url.netloc): - raise InvalidRequirement("Invalid URL given") - self.url = req.url - else: - self.url = None - self.extras = set(req.extras.asList() if req.extras else []) - self.specifier = SpecifierSet(req.specifier) - self.marker = req.marker if req.marker else None - - def __str__(self): - parts = [self.name] - - if self.extras: - parts.append("[{0}]".format(",".join(sorted(self.extras)))) - - if self.specifier: - parts.append(str(self.specifier)) - - if self.url: - parts.append("@ {0}".format(self.url)) - - if self.marker: - parts.append("; {0}".format(self.marker)) - - return "".join(parts) - - def __repr__(self): - return "<Requirement({0!r})>".format(str(self)) diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py deleted file mode 100644 index 7f5a76c..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py +++ /dev/null @@ -1,774 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import abc -import functools -import itertools -import re - -from ._compat import string_types, with_metaclass -from .version import Version, LegacyVersion, parse - - -class InvalidSpecifier(ValueError): - """ - An invalid specifier was found, users should refer to PEP 440. - """ - - -class BaseSpecifier(with_metaclass(abc.ABCMeta, object)): - - @abc.abstractmethod - def __str__(self): - """ - Returns the str representation of this Specifier like object. This - should be representative of the Specifier itself. - """ - - @abc.abstractmethod - def __hash__(self): - """ - Returns a hash value for this Specifier like object. - """ - - @abc.abstractmethod - def __eq__(self, other): - """ - Returns a boolean representing whether or not the two Specifier like - objects are equal. - """ - - @abc.abstractmethod - def __ne__(self, other): - """ - Returns a boolean representing whether or not the two Specifier like - objects are not equal. - """ - - @abc.abstractproperty - def prereleases(self): - """ - Returns whether or not pre-releases as a whole are allowed by this - specifier. - """ - - @prereleases.setter - def prereleases(self, value): - """ - Sets whether or not pre-releases as a whole are allowed by this - specifier. - """ - - @abc.abstractmethod - def contains(self, item, prereleases=None): - """ - Determines if the given item is contained within this specifier. - """ - - @abc.abstractmethod - def filter(self, iterable, prereleases=None): - """ - 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 = {} - - def __init__(self, spec="", prereleases=None): - match = self._regex.search(spec) - if not match: - raise InvalidSpecifier("Invalid specifier: '{0}'".format(spec)) - - self._spec = ( - match.group("operator").strip(), - match.group("version").strip(), - ) - - # Store whether or not this Specifier should accept prereleases - self._prereleases = prereleases - - def __repr__(self): - pre = ( - ", prereleases={0!r}".format(self.prereleases) - if self._prereleases is not None - else "" - ) - - return "<{0}({1!r}{2})>".format( - self.__class__.__name__, - str(self), - pre, - ) - - def __str__(self): - return "{0}{1}".format(*self._spec) - - def __hash__(self): - return hash(self._spec) - - def __eq__(self, other): - if isinstance(other, string_types): - try: - other = self.__class__(other) - except InvalidSpecifier: - return NotImplemented - elif not isinstance(other, self.__class__): - return NotImplemented - - return self._spec == other._spec - - def __ne__(self, other): - if isinstance(other, string_types): - try: - other = self.__class__(other) - except InvalidSpecifier: - return NotImplemented - elif not isinstance(other, self.__class__): - return NotImplemented - - return self._spec != other._spec - - def _get_operator(self, op): - return getattr(self, "_compare_{0}".format(self._operators[op])) - - def _coerce_version(self, version): - if not isinstance(version, (LegacyVersion, Version)): - version = parse(version) - return version - - @property - def operator(self): - return self._spec[0] - - @property - def version(self): - return self._spec[1] - - @property - def prereleases(self): - return self._prereleases - - @prereleases.setter - def prereleases(self, value): - self._prereleases = value - - def __contains__(self, item): - return self.contains(item) - - def contains(self, item, prereleases=None): - # 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") - 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 item.is_prerelease and not prereleases: - return False - - # Actually do the comparison to determine if this item is contained - # within this Specifier or not. - return self._get_operator(self.operator)(item, self.version) - - def filter(self, iterable, prereleases=None): - yielded = False - found_prereleases = [] - - kw = {"prereleases": prereleases if prereleases is not None else True} - - # Attempt to iterate over all the values in the iterable and if any of - # them match, yield them. - for version in iterable: - parsed_version = self._coerce_version(version) - - if self.contains(parsed_version, **kw): - # If our version is a prerelease, and we were not set to allow - # prereleases, then we'll store it for later incase nothing - # else matches this specifier. - if (parsed_version.is_prerelease and not - (prereleases or self.prereleases)): - found_prereleases.append(version) - # Either this is not a prerelease, or we should have been - # accepting prereleases from the begining. - 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<operator>(==|!=|<=|>=|<|>)) - \s* - (?P<version> - [^,;\s)]* # Since this is a "legacy" specifier, and the version - # string can be just about anything, we match everything - # except for whitespace, a semi-colon for marker support, - # a closing paren since versions can be enclosed in - # them, and a comma since it's a version separator. - ) - """ - ) - - _regex = re.compile( - r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) - - _operators = { - "==": "equal", - "!=": "not_equal", - "<=": "less_than_equal", - ">=": "greater_than_equal", - "<": "less_than", - ">": "greater_than", - } - - def _coerce_version(self, version): - if not isinstance(version, LegacyVersion): - version = LegacyVersion(str(version)) - return version - - def _compare_equal(self, prospective, spec): - return prospective == self._coerce_version(spec) - - def _compare_not_equal(self, prospective, spec): - return prospective != self._coerce_version(spec) - - def _compare_less_than_equal(self, prospective, spec): - return prospective <= self._coerce_version(spec) - - def _compare_greater_than_equal(self, prospective, spec): - return prospective >= self._coerce_version(spec) - - def _compare_less_than(self, prospective, spec): - return prospective < self._coerce_version(spec) - - def _compare_greater_than(self, prospective, spec): - return prospective > self._coerce_version(spec) - - -def _require_version_compare(fn): - @functools.wraps(fn) - def wrapped(self, prospective, spec): - if not isinstance(prospective, Version): - return False - return fn(self, prospective, spec) - return wrapped - - -class Specifier(_IndividualSpecifier): - - _regex_str = ( - r""" - (?P<operator>(~=|==|!=|<=|>=|<|>|===)) - (?P<version> - (?: - # 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. - (?<!==|!=|~=) # We have special cases for these - # operators so we want to make sure they - # don't match here. - - \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]*) - )? - (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release - ) - ) - """ - ) - - _regex = re.compile( - r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) - - _operators = { - "~=": "compatible", - "==": "equal", - "!=": "not_equal", - "<=": "less_than_equal", - ">=": "greater_than_equal", - "<": "less_than", - ">": "greater_than", - "===": "arbitrary", - } - - @_require_version_compare - def _compare_compatible(self, prospective, spec): - # Compatible releases have an equivalent combination of >= and ==. That - # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to - # implement this in terms of the other specifiers instead of - # implementing it ourselves. The only thing we need to do is construct - # the other specifiers. - - # We want everything but the last item in the version, but we want to - # ignore post and dev releases and we want to treat the pre-release as - # it's own separate segment. - prefix = ".".join( - list( - itertools.takewhile( - lambda x: (not x.startswith("post") and not - x.startswith("dev")), - _version_split(spec), - ) - )[:-1] - ) - - # Add the prefix notation to the end of our string - prefix += ".*" - - return (self._get_operator(">=")(prospective, spec) and - self._get_operator("==")(prospective, prefix)) - - @_require_version_compare - def _compare_equal(self, prospective, spec): - # 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. - 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. - 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. - prospective = prospective[:len(spec)] - - # Pad out our two sides with zeros so that they both equal the same - # length. - spec, prospective = _pad_version(spec, prospective) - else: - # Convert our spec string into a Version - spec = 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.local: - prospective = Version(prospective.public) - - return prospective == spec - - @_require_version_compare - def _compare_not_equal(self, prospective, spec): - return not self._compare_equal(prospective, spec) - - @_require_version_compare - def _compare_less_than_equal(self, prospective, spec): - return prospective <= Version(spec) - - @_require_version_compare - def _compare_greater_than_equal(self, prospective, spec): - return prospective >= Version(spec) - - @_require_version_compare - def _compare_less_than(self, prospective, spec): - # Convert our spec to a Version instance, since we'll want to work with - # it as a version. - spec = Version(spec) - - # Check to see if the prospective version is less than the spec - # version. If it's not we can short circuit and just return False now - # instead of doing extra unneeded work. - if not prospective < spec: - return False - - # This special case is here so that, unless the specifier itself - # includes is a pre-release version, that we do not accept pre-release - # versions for the version mentioned in the specifier (e.g. <3.1 should - # not match 3.1.dev0, but should match 3.0.dev0). - if not spec.is_prerelease and prospective.is_prerelease: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # If we've gotten to here, it means that prospective version is both - # less than the spec version *and* it's not a pre-release of the same - # version in the spec. - return True - - @_require_version_compare - def _compare_greater_than(self, prospective, spec): - # Convert our spec to a Version instance, since we'll want to work with - # it as a version. - spec = Version(spec) - - # 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 techincally greater than, to match. - if prospective.local is not None: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # If we've gotten to here, it means that prospective version is both - # greater than the spec version *and* it's not a pre-release of the - # same version in the spec. - return True - - def _compare_arbitrary(self, prospective, spec): - return str(prospective).lower() == str(spec).lower() - - @property - def prereleases(self): - # 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): - self._prereleases = value - - -_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") - - -def _version_split(version): - result = [] - for item in version.split("."): - match = _prefix_regex.search(item) - if match: - result.extend(match.groups()) - else: - result.append(item) - return result - - -def _pad_version(left, right): - left_split, right_split = [], [] - - # Get the release segment of our versions - left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) - right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) - - # Get the rest of our versions - left_split.append(left[len(left_split[0]):]) - right_split.append(right[len(right_split[0]):]) - - # Insert our padding - left_split.insert( - 1, - ["0"] * max(0, len(right_split[0]) - len(left_split[0])), - ) - right_split.insert( - 1, - ["0"] * max(0, len(left_split[0]) - len(right_split[0])), - ) - - return ( - list(itertools.chain(*left_split)), - list(itertools.chain(*right_split)), - ) - - -class SpecifierSet(BaseSpecifier): - - def __init__(self, specifiers="", prereleases=None): - # Split on , to break each indidivual specifier into it's own item, and - # strip each item to remove leading/trailing whitespace. - specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] - - # Parsed each individual specifier, attempting first to make it a - # Specifier and falling back to a LegacySpecifier. - parsed = set() - for specifier in 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): - pre = ( - ", prereleases={0!r}".format(self.prereleases) - if self._prereleases is not None - else "" - ) - - return "<SpecifierSet({0!r}{1})>".format(str(self), pre) - - def __str__(self): - return ",".join(sorted(str(s) for s in self._specs)) - - def __hash__(self): - return hash(self._specs) - - def __and__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - specifier = SpecifierSet() - specifier._specs = frozenset(self._specs | other._specs) - - if self._prereleases is None and other._prereleases is not None: - specifier._prereleases = other._prereleases - elif self._prereleases is not None and other._prereleases is None: - specifier._prereleases = self._prereleases - elif self._prereleases == other._prereleases: - specifier._prereleases = self._prereleases - else: - raise ValueError( - "Cannot combine SpecifierSets with True and False prerelease " - "overrides." - ) - - return specifier - - def __eq__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif isinstance(other, _IndividualSpecifier): - other = SpecifierSet(str(other)) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - return self._specs == other._specs - - def __ne__(self, other): - if isinstance(other, string_types): - other = SpecifierSet(other) - elif isinstance(other, _IndividualSpecifier): - other = SpecifierSet(str(other)) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - return self._specs != other._specs - - def __len__(self): - return len(self._specs) - - def __iter__(self): - return iter(self._specs) - - @property - def prereleases(self): - # 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): - self._prereleases = value - - def __contains__(self, item): - return self.contains(item) - - def contains(self, item, prereleases=None): - # 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, prereleases=None): - # 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 = [] - found_prereleases = [] - - 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/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py deleted file mode 100644 index 942387c..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import re - - -_canonicalize_regex = re.compile(r"[-_.]+") - - -def canonicalize_name(name): - # This is taken from PEP 503. - return _canonicalize_regex.sub("-", name).lower() diff --git a/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py b/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py deleted file mode 100644 index 83b5ee8..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py +++ /dev/null @@ -1,393 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. -from __future__ import absolute_import, division, print_function - -import collections -import itertools -import re - -from ._structures import Infinity - - -__all__ = [ - "parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN" -] - - -_Version = collections.namedtuple( - "_Version", - ["epoch", "release", "dev", "pre", "post", "local"], -) - - -def parse(version): - """ - Parse the given version string and return either a :class:`Version` object - or a :class:`LegacyVersion` object depending on if the given version is - a valid PEP 440 version or a legacy version. - """ - try: - return Version(version) - except InvalidVersion: - return LegacyVersion(version) - - -class InvalidVersion(ValueError): - """ - An invalid version was found, users should refer to PEP 440. - """ - - -class _BaseVersion(object): - - def __hash__(self): - return hash(self._key) - - def __lt__(self, other): - return self._compare(other, lambda s, o: s < o) - - def __le__(self, other): - return self._compare(other, lambda s, o: s <= o) - - def __eq__(self, other): - return self._compare(other, lambda s, o: s == o) - - def __ge__(self, other): - return self._compare(other, lambda s, o: s >= o) - - def __gt__(self, other): - return self._compare(other, lambda s, o: s > o) - - def __ne__(self, other): - return self._compare(other, lambda s, o: s != o) - - def _compare(self, other, method): - if not isinstance(other, _BaseVersion): - return NotImplemented - - return method(self._key, other._key) - - -class LegacyVersion(_BaseVersion): - - def __init__(self, version): - self._version = str(version) - self._key = _legacy_cmpkey(self._version) - - def __str__(self): - return self._version - - def __repr__(self): - return "<LegacyVersion({0})>".format(repr(str(self))) - - @property - def public(self): - return self._version - - @property - def base_version(self): - return self._version - - @property - def local(self): - return None - - @property - def is_prerelease(self): - return False - - @property - def is_postrelease(self): - 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): - 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): - # 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 = [] - 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) - parts = tuple(parts) - - return epoch, 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<epoch>[0-9]+)!)? # epoch - (?P<release>[0-9]+(?:\.[0-9]+)*) # release segment - (?P<pre> # pre-release - [-_\.]? - (?P<pre_l>(a|b|c|rc|alpha|beta|pre|preview)) - [-_\.]? - (?P<pre_n>[0-9]+)? - )? - (?P<post> # post release - (?:-(?P<post_n1>[0-9]+)) - | - (?: - [-_\.]? - (?P<post_l>post|rev|r) - [-_\.]? - (?P<post_n2>[0-9]+)? - ) - )? - (?P<dev> # dev release - [-_\.]? - (?P<dev_l>dev) - [-_\.]? - (?P<dev_n>[0-9]+)? - )? - ) - (?:\+(?P<local>[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): - # Validate the version and parse it into pieces - match = self._regex.search(version) - if not match: - raise InvalidVersion("Invalid version: '{0}'".format(version)) - - # Store the parsed out pieces of the version - self._version = _Version( - epoch=int(match.group("epoch")) if match.group("epoch") else 0, - release=tuple(int(i) for i in match.group("release").split(".")), - pre=_parse_letter_version( - match.group("pre_l"), - match.group("pre_n"), - ), - post=_parse_letter_version( - match.group("post_l"), - match.group("post_n1") or match.group("post_n2"), - ), - dev=_parse_letter_version( - match.group("dev_l"), - match.group("dev_n"), - ), - local=_parse_local_version(match.group("local")), - ) - - # Generate a key which will be used for sorting - self._key = _cmpkey( - self._version.epoch, - self._version.release, - self._version.pre, - self._version.post, - self._version.dev, - self._version.local, - ) - - def __repr__(self): - return "<Version({0})>".format(repr(str(self))) - - def __str__(self): - parts = [] - - # Epoch - if self._version.epoch != 0: - parts.append("{0}!".format(self._version.epoch)) - - # Release segment - parts.append(".".join(str(x) for x in self._version.release)) - - # Pre-release - if self._version.pre is not None: - parts.append("".join(str(x) for x in self._version.pre)) - - # Post-release - if self._version.post is not None: - parts.append(".post{0}".format(self._version.post[1])) - - # Development release - if self._version.dev is not None: - parts.append(".dev{0}".format(self._version.dev[1])) - - # Local version segment - if self._version.local is not None: - parts.append( - "+{0}".format(".".join(str(x) for x in self._version.local)) - ) - - return "".join(parts) - - @property - def public(self): - return str(self).split("+", 1)[0] - - @property - def base_version(self): - parts = [] - - # Epoch - if self._version.epoch != 0: - parts.append("{0}!".format(self._version.epoch)) - - # Release segment - parts.append(".".join(str(x) for x in self._version.release)) - - return "".join(parts) - - @property - def local(self): - version_string = str(self) - if "+" in version_string: - return version_string.split("+", 1)[1] - - @property - def is_prerelease(self): - return bool(self._version.dev or self._version.pre) - - @property - def is_postrelease(self): - return bool(self._version.post) - - -def _parse_letter_version(letter, number): - 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) - - -_local_version_seperators = re.compile(r"[\._-]") - - -def _parse_local_version(local): - """ - 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_seperators.split(local) - ) - - -def _cmpkey(epoch, release, pre, post, dev, local): - # 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 = -Infinity - # Versions without a pre-release (except as noted above) should sort after - # those with one. - elif pre is None: - pre = Infinity - - # Versions without a post segment should sort before those with one. - if post is None: - post = -Infinity - - # Versions without a development segment should sort after those with one. - if dev is None: - dev = Infinity - - if local is None: - # Versions without a local segment should sort before those with one. - local = -Infinity - 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 (-Infinity, i) - for i in local - ) - - return epoch, release, pre, post, dev, local diff --git a/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py b/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py deleted file mode 100644 index cf75e1e..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py +++ /dev/null @@ -1,5742 +0,0 @@ -# module pyparsing.py -# -# Copyright (c) 2003-2018 Paul T. McGuire -# -# Permission is hereby granted, free of charge, to any person obtaining -# a copy of this software and associated documentation files (the -# "Software"), to deal in the Software without restriction, including -# without limitation the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the Software, and to -# permit persons to whom the Software is furnished to do so, subject to -# the following conditions: -# -# The above copyright notice and this permission notice shall be -# included in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# - -__doc__ = \ -""" -pyparsing module - Classes and methods to define and execute parsing grammars -============================================================================= - -The pyparsing module is an alternative approach to creating and executing simple grammars, -vs. the traditional lex/yacc approach, or the use of regular expressions. With pyparsing, you -don't need to learn a new syntax for defining grammars or matching expressions - the parsing module -provides a library of classes that you use to construct the grammar directly in Python. - -Here is a program to parse "Hello, World!" (or any greeting of the form -C{"<salutation>, <addressee>!"}), built up using L{Word}, L{Literal}, and L{And} elements -(L{'+'<ParserElement.__add__>} operator gives L{And} expressions, strings are auto-converted to -L{Literal} expressions):: - - from pyparsing import Word, alphas - - # define grammar of a greeting - greet = Word(alphas) + "," + Word(alphas) + "!" - - hello = "Hello, World!" - print (hello, "->", greet.parseString(hello)) - -The program outputs the following:: - - Hello, World! -> ['Hello', ',', 'World', '!'] - -The Python representation of the grammar is quite readable, owing to the self-explanatory -class names, and the use of '+', '|' and '^' operators. - -The L{ParseResults} object returned from L{ParserElement.parseString<ParserElement.parseString>} can be accessed as a nested list, a dictionary, or an -object with named attributes. - -The pyparsing module handles some of the problems that are typically vexing when writing text parsers: - - extra or missing whitespace (the above program will also handle "Hello,World!", "Hello , World !", etc.) - - quoted strings - - embedded comments - - -Getting Started - ------------------ -Visit the classes L{ParserElement} and L{ParseResults} to see the base classes that most other pyparsing -classes inherit from. Use the docstrings for examples of how to: - - construct literal match expressions from L{Literal} and L{CaselessLiteral} classes - - construct character word-group expressions using the L{Word} class - - see how to create repetitive expressions using L{ZeroOrMore} and L{OneOrMore} classes - - use L{'+'<And>}, L{'|'<MatchFirst>}, L{'^'<Or>}, and L{'&'<Each>} operators to combine simple expressions into more complex ones - - associate names with your parsed results using L{ParserElement.setResultsName} - - find some helpful expression short-cuts like L{delimitedList} and L{oneOf} - - find more useful common expressions in the L{pyparsing_common} namespace class -""" - -__version__ = "2.2.1" -__versionTime__ = "18 Sep 2018 00:49 UTC" -__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>" - -import string -from weakref import ref as wkref -import copy -import sys -import warnings -import re -import sre_constants -import collections -import pprint -import traceback -import types -from datetime import datetime - -try: - from _thread import RLock -except ImportError: - from threading import RLock - -try: - # Python 3 - from collections.abc import Iterable - from collections.abc import MutableMapping -except ImportError: - # Python 2.7 - from collections import Iterable - from collections import MutableMapping - -try: - from collections import OrderedDict as _OrderedDict -except ImportError: - try: - from ordereddict import OrderedDict as _OrderedDict - except ImportError: - _OrderedDict = None - -#~ sys.stderr.write( "testing pyparsing module, version %s, %s\n" % (__version__,__versionTime__ ) ) - -__all__ = [ -'And', 'CaselessKeyword', 'CaselessLiteral', 'CharsNotIn', 'Combine', 'Dict', 'Each', 'Empty', -'FollowedBy', 'Forward', 'GoToColumn', 'Group', 'Keyword', 'LineEnd', 'LineStart', 'Literal', -'MatchFirst', 'NoMatch', 'NotAny', 'OneOrMore', 'OnlyOnce', 'Optional', 'Or', -'ParseBaseException', 'ParseElementEnhance', 'ParseException', 'ParseExpression', 'ParseFatalException', -'ParseResults', 'ParseSyntaxException', 'ParserElement', 'QuotedString', 'RecursiveGrammarException', -'Regex', 'SkipTo', 'StringEnd', 'StringStart', 'Suppress', 'Token', 'TokenConverter', -'White', 'Word', 'WordEnd', 'WordStart', 'ZeroOrMore', -'alphanums', 'alphas', 'alphas8bit', 'anyCloseTag', 'anyOpenTag', 'cStyleComment', 'col', -'commaSeparatedList', 'commonHTMLEntity', 'countedArray', 'cppStyleComment', 'dblQuotedString', -'dblSlashComment', 'delimitedList', 'dictOf', 'downcaseTokens', 'empty', 'hexnums', -'htmlComment', 'javaStyleComment', 'line', 'lineEnd', 'lineStart', 'lineno', -'makeHTMLTags', 'makeXMLTags', 'matchOnlyAtCol', 'matchPreviousExpr', 'matchPreviousLiteral', -'nestedExpr', 'nullDebugAction', 'nums', 'oneOf', 'opAssoc', 'operatorPrecedence', 'printables', -'punc8bit', 'pythonStyleComment', 'quotedString', 'removeQuotes', 'replaceHTMLEntity', -'replaceWith', 'restOfLine', 'sglQuotedString', 'srange', 'stringEnd', -'stringStart', 'traceParseAction', 'unicodeString', 'upcaseTokens', 'withAttribute', -'indentedBlock', 'originalTextFor', 'ungroup', 'infixNotation','locatedExpr', 'withClass', -'CloseMatch', 'tokenMap', 'pyparsing_common', -] - -system_version = tuple(sys.version_info)[:3] -PY_3 = system_version[0] == 3 -if PY_3: - _MAX_INT = sys.maxsize - basestring = str - unichr = chr - _ustr = str - - # build list of single arg builtins, that can be used as parse actions - singleArgBuiltins = [sum, len, sorted, reversed, list, tuple, set, any, all, min, max] - -else: - _MAX_INT = sys.maxint - range = xrange - - def _ustr(obj): - """Drop-in replacement for str(obj) that tries to be Unicode friendly. It first tries - str(obj). If that fails with a UnicodeEncodeError, then it tries unicode(obj). It - then < returns the unicode object | encodes it with the default encoding | ... >. - """ - if isinstance(obj,unicode): - return obj - - try: - # If this works, then _ustr(obj) has the same behaviour as str(obj), so - # it won't break any existing code. - return str(obj) - - except UnicodeEncodeError: - # Else encode it - ret = unicode(obj).encode(sys.getdefaultencoding(), 'xmlcharrefreplace') - xmlcharref = Regex(r'&#\d+;') - xmlcharref.setParseAction(lambda t: '\\u' + hex(int(t[0][2:-1]))[2:]) - return xmlcharref.transformString(ret) - - # build list of single arg builtins, tolerant of Python version, that can be used as parse actions - singleArgBuiltins = [] - import __builtin__ - for fname in "sum len sorted reversed list tuple set any all min max".split(): - try: - singleArgBuiltins.append(getattr(__builtin__,fname)) - except AttributeError: - continue - -_generatorType = type((y for y in range(1))) - -def _xml_escape(data): - """Escape &, <, >, ", ', etc. in a string of data.""" - - # ampersand must be replaced first - from_symbols = '&><"\'' - to_symbols = ('&'+s+';' for s in "amp gt lt quot apos".split()) - for from_,to_ in zip(from_symbols, to_symbols): - data = data.replace(from_, to_) - return data - -class _Constants(object): - pass - -alphas = string.ascii_uppercase + string.ascii_lowercase -nums = "0123456789" -hexnums = nums + "ABCDEFabcdef" -alphanums = alphas + nums -_bslash = chr(92) -printables = "".join(c for c in string.printable if c not in string.whitespace) - -class ParseBaseException(Exception): - """base exception class for all parsing runtime exceptions""" - # Performance tuning: we construct a *lot* of these, so keep this - # constructor as small and fast as possible - def __init__( self, pstr, loc=0, msg=None, elem=None ): - self.loc = loc - if msg is None: - self.msg = pstr - self.pstr = "" - else: - self.msg = msg - self.pstr = pstr - self.parserElement = elem - self.args = (pstr, loc, msg) - - @classmethod - def _from_exception(cls, pe): - """ - internal factory method to simplify creating one type of ParseException - from another - avoids having __init__ signature conflicts among subclasses - """ - return cls(pe.pstr, pe.loc, pe.msg, pe.parserElement) - - def __getattr__( self, aname ): - """supported attributes by name are: - - lineno - returns the line number of the exception text - - col - returns the column number of the exception text - - line - returns the line containing the exception text - """ - if( aname == "lineno" ): - return lineno( self.loc, self.pstr ) - elif( aname in ("col", "column") ): - return col( self.loc, self.pstr ) - elif( aname == "line" ): - return line( self.loc, self.pstr ) - else: - raise AttributeError(aname) - - def __str__( self ): - return "%s (at char %d), (line:%d, col:%d)" % \ - ( self.msg, self.loc, self.lineno, self.column ) - def __repr__( self ): - return _ustr(self) - def markInputline( self, markerString = ">!<" ): - """Extracts the exception line from the input string, and marks - the location of the exception with a special symbol. - """ - line_str = self.line - line_column = self.column - 1 - if markerString: - line_str = "".join((line_str[:line_column], - markerString, line_str[line_column:])) - return line_str.strip() - def __dir__(self): - return "lineno col line".split() + dir(type(self)) - -class ParseException(ParseBaseException): - """ - Exception thrown when parse expressions don't match class; - supported attributes by name are: - - lineno - returns the line number of the exception text - - col - returns the column number of the exception text - - line - returns the line containing the exception text - - Example:: - try: - Word(nums).setName("integer").parseString("ABC") - except ParseException as pe: - print(pe) - print("column: {}".format(pe.col)) - - prints:: - Expected integer (at char 0), (line:1, col:1) - column: 1 - """ - pass - -class ParseFatalException(ParseBaseException): - """user-throwable exception thrown when inconsistent parse content - is found; stops all parsing immediately""" - pass - -class ParseSyntaxException(ParseFatalException): - """just like L{ParseFatalException}, but thrown internally when an - L{ErrorStop<And._ErrorStop>} ('-' operator) indicates that parsing is to stop - immediately because an unbacktrackable syntax error has been found""" - pass - -#~ class ReparseException(ParseBaseException): - #~ """Experimental class - parse actions can raise this exception to cause - #~ pyparsing to reparse the input string: - #~ - with a modified input string, and/or - #~ - with a modified start location - #~ Set the values of the ReparseException in the constructor, and raise the - #~ exception in a parse action to cause pyparsing to use the new string/location. - #~ Setting the values as None causes no change to be made. - #~ """ - #~ def __init_( self, newstring, restartLoc ): - #~ self.newParseText = newstring - #~ self.reparseLoc = restartLoc - -class RecursiveGrammarException(Exception): - """exception thrown by L{ParserElement.validate} if the grammar could be improperly recursive""" - def __init__( self, parseElementList ): - self.parseElementTrace = parseElementList - - def __str__( self ): - return "RecursiveGrammarException: %s" % self.parseElementTrace - -class _ParseResultsWithOffset(object): - def __init__(self,p1,p2): - self.tup = (p1,p2) - def __getitem__(self,i): - return self.tup[i] - def __repr__(self): - return repr(self.tup[0]) - def setOffset(self,i): - self.tup = (self.tup[0],i) - -class ParseResults(object): - """ - Structured parse results, to provide multiple means of access to the parsed data: - - as a list (C{len(results)}) - - by list index (C{results[0], results[1]}, etc.) - - by attribute (C{results.<resultsName>} - see L{ParserElement.setResultsName}) - - Example:: - integer = Word(nums) - date_str = (integer.setResultsName("year") + '/' - + integer.setResultsName("month") + '/' - + integer.setResultsName("day")) - # equivalent form: - # date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - # parseString returns a ParseResults object - result = date_str.parseString("1999/12/31") - - def test(s, fn=repr): - print("%s -> %s" % (s, fn(eval(s)))) - test("list(result)") - test("result[0]") - test("result['month']") - test("result.day") - test("'month' in result") - test("'minutes' in result") - test("result.dump()", str) - prints:: - list(result) -> ['1999', '/', '12', '/', '31'] - result[0] -> '1999' - result['month'] -> '12' - result.day -> '31' - 'month' in result -> True - 'minutes' in result -> False - result.dump() -> ['1999', '/', '12', '/', '31'] - - day: 31 - - month: 12 - - year: 1999 - """ - def __new__(cls, toklist=None, name=None, asList=True, modal=True ): - if isinstance(toklist, cls): - return toklist - retobj = object.__new__(cls) - retobj.__doinit = True - return retobj - - # Performance tuning: we construct a *lot* of these, so keep this - # constructor as small and fast as possible - def __init__( self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance ): - if self.__doinit: - self.__doinit = False - self.__name = None - self.__parent = None - self.__accumNames = {} - self.__asList = asList - self.__modal = modal - if toklist is None: - toklist = [] - if isinstance(toklist, list): - self.__toklist = toklist[:] - elif isinstance(toklist, _generatorType): - self.__toklist = list(toklist) - else: - self.__toklist = [toklist] - self.__tokdict = dict() - - if name is not None and name: - if not modal: - self.__accumNames[name] = 0 - if isinstance(name,int): - name = _ustr(name) # will always return a str, but use _ustr for consistency - self.__name = name - if not (isinstance(toklist, (type(None), basestring, list)) and toklist in (None,'',[])): - if isinstance(toklist,basestring): - toklist = [ toklist ] - if asList: - if isinstance(toklist,ParseResults): - self[name] = _ParseResultsWithOffset(toklist.copy(),0) - else: - self[name] = _ParseResultsWithOffset(ParseResults(toklist[0]),0) - self[name].__name = name - else: - try: - self[name] = toklist[0] - except (KeyError,TypeError,IndexError): - self[name] = toklist - - def __getitem__( self, i ): - if isinstance( i, (int,slice) ): - return self.__toklist[i] - else: - if i not in self.__accumNames: - return self.__tokdict[i][-1][0] - else: - return ParseResults([ v[0] for v in self.__tokdict[i] ]) - - def __setitem__( self, k, v, isinstance=isinstance ): - if isinstance(v,_ParseResultsWithOffset): - self.__tokdict[k] = self.__tokdict.get(k,list()) + [v] - sub = v[0] - elif isinstance(k,(int,slice)): - self.__toklist[k] = v - sub = v - else: - self.__tokdict[k] = self.__tokdict.get(k,list()) + [_ParseResultsWithOffset(v,0)] - sub = v - if isinstance(sub,ParseResults): - sub.__parent = wkref(self) - - def __delitem__( self, i ): - if isinstance(i,(int,slice)): - mylen = len( self.__toklist ) - del self.__toklist[i] - - # convert int to slice - if isinstance(i, int): - if i < 0: - i += mylen - i = slice(i, i+1) - # get removed indices - removed = list(range(*i.indices(mylen))) - removed.reverse() - # fixup indices in token dictionary - for name,occurrences in self.__tokdict.items(): - for j in removed: - for k, (value, position) in enumerate(occurrences): - occurrences[k] = _ParseResultsWithOffset(value, position - (position > j)) - else: - del self.__tokdict[i] - - def __contains__( self, k ): - return k in self.__tokdict - - def __len__( self ): return len( self.__toklist ) - def __bool__(self): return ( not not self.__toklist ) - __nonzero__ = __bool__ - def __iter__( self ): return iter( self.__toklist ) - def __reversed__( self ): return iter( self.__toklist[::-1] ) - def _iterkeys( self ): - if hasattr(self.__tokdict, "iterkeys"): - return self.__tokdict.iterkeys() - else: - return iter(self.__tokdict) - - def _itervalues( self ): - return (self[k] for k in self._iterkeys()) - - def _iteritems( self ): - return ((k, self[k]) for k in self._iterkeys()) - - if PY_3: - keys = _iterkeys - """Returns an iterator of all named result keys (Python 3.x only).""" - - values = _itervalues - """Returns an iterator of all named result values (Python 3.x only).""" - - items = _iteritems - """Returns an iterator of all named result key-value tuples (Python 3.x only).""" - - else: - iterkeys = _iterkeys - """Returns an iterator of all named result keys (Python 2.x only).""" - - itervalues = _itervalues - """Returns an iterator of all named result values (Python 2.x only).""" - - iteritems = _iteritems - """Returns an iterator of all named result key-value tuples (Python 2.x only).""" - - def keys( self ): - """Returns all named result keys (as a list in Python 2.x, as an iterator in Python 3.x).""" - return list(self.iterkeys()) - - def values( self ): - """Returns all named result values (as a list in Python 2.x, as an iterator in Python 3.x).""" - return list(self.itervalues()) - - def items( self ): - """Returns all named result key-values (as a list of tuples in Python 2.x, as an iterator in Python 3.x).""" - return list(self.iteritems()) - - def haskeys( self ): - """Since keys() returns an iterator, this method is helpful in bypassing - code that looks for the existence of any defined results names.""" - return bool(self.__tokdict) - - def pop( self, *args, **kwargs): - """ - Removes and returns item at specified index (default=C{last}). - Supports both C{list} and C{dict} semantics for C{pop()}. If passed no - argument or an integer argument, it will use C{list} semantics - and pop tokens from the list of parsed tokens. If passed a - non-integer argument (most likely a string), it will use C{dict} - semantics and pop the corresponding value from any defined - results names. A second default return value argument is - supported, just as in C{dict.pop()}. - - Example:: - def remove_first(tokens): - tokens.pop(0) - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - print(OneOrMore(Word(nums)).addParseAction(remove_first).parseString("0 123 321")) # -> ['123', '321'] - - label = Word(alphas) - patt = label("LABEL") + OneOrMore(Word(nums)) - print(patt.parseString("AAB 123 321").dump()) - - # Use pop() in a parse action to remove named result (note that corresponding value is not - # removed from list form of results) - def remove_LABEL(tokens): - tokens.pop("LABEL") - return tokens - patt.addParseAction(remove_LABEL) - print(patt.parseString("AAB 123 321").dump()) - prints:: - ['AAB', '123', '321'] - - LABEL: AAB - - ['AAB', '123', '321'] - """ - if not args: - args = [-1] - for k,v in kwargs.items(): - if k == 'default': - args = (args[0], v) - else: - raise TypeError("pop() got an unexpected keyword argument '%s'" % k) - if (isinstance(args[0], int) or - len(args) == 1 or - args[0] in self): - index = args[0] - ret = self[index] - del self[index] - return ret - else: - defaultvalue = args[1] - return defaultvalue - - def get(self, key, defaultValue=None): - """ - Returns named result matching the given key, or if there is no - such name, then returns the given C{defaultValue} or C{None} if no - C{defaultValue} is specified. - - Similar to C{dict.get()}. - - Example:: - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parseString("1999/12/31") - print(result.get("year")) # -> '1999' - print(result.get("hour", "not specified")) # -> 'not specified' - print(result.get("hour")) # -> None - """ - if key in self: - return self[key] - else: - return defaultValue - - def insert( self, index, insStr ): - """ - Inserts new element at location index in the list of parsed tokens. - - Similar to C{list.insert()}. - - Example:: - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - - # use a parse action to insert the parse location in the front of the parsed results - def insert_locn(locn, tokens): - tokens.insert(0, locn) - print(OneOrMore(Word(nums)).addParseAction(insert_locn).parseString("0 123 321")) # -> [0, '0', '123', '321'] - """ - self.__toklist.insert(index, insStr) - # fixup indices in token dictionary - for name,occurrences in self.__tokdict.items(): - for k, (value, position) in enumerate(occurrences): - occurrences[k] = _ParseResultsWithOffset(value, position + (position > index)) - - def append( self, item ): - """ - Add single element to end of ParseResults list of elements. - - Example:: - print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321'] - - # use a parse action to compute the sum of the parsed integers, and add it to the end - def append_sum(tokens): - tokens.append(sum(map(int, tokens))) - print(OneOrMore(Word(nums)).addParseAction(append_sum).parseString("0 123 321")) # -> ['0', '123', '321', 444] - """ - self.__toklist.append(item) - - def extend( self, itemseq ): - """ - Add sequence of elements to end of ParseResults list of elements. - - Example:: - patt = OneOrMore(Word(alphas)) - - # use a parse action to append the reverse of the matched strings, to make a palindrome - def make_palindrome(tokens): - tokens.extend(reversed([t[::-1] for t in tokens])) - return ''.join(tokens) - print(patt.addParseAction(make_palindrome).parseString("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' - """ - if isinstance(itemseq, ParseResults): - self += itemseq - else: - self.__toklist.extend(itemseq) - - def clear( self ): - """ - Clear all elements and results names. - """ - del self.__toklist[:] - self.__tokdict.clear() - - def __getattr__( self, name ): - try: - return self[name] - except KeyError: - return "" - - if name in self.__tokdict: - if name not in self.__accumNames: - return self.__tokdict[name][-1][0] - else: - return ParseResults([ v[0] for v in self.__tokdict[name] ]) - else: - return "" - - def __add__( self, other ): - ret = self.copy() - ret += other - return ret - - def __iadd__( self, other ): - if other.__tokdict: - offset = len(self.__toklist) - addoffset = lambda a: offset if a<0 else a+offset - otheritems = other.__tokdict.items() - otherdictitems = [(k, _ParseResultsWithOffset(v[0],addoffset(v[1])) ) - for (k,vlist) in otheritems for v in vlist] - for k,v in otherdictitems: - self[k] = v - if isinstance(v[0],ParseResults): - v[0].__parent = wkref(self) - - self.__toklist += other.__toklist - self.__accumNames.update( other.__accumNames ) - return self - - def __radd__(self, other): - if isinstance(other,int) and other == 0: - # useful for merging many ParseResults using sum() builtin - return self.copy() - else: - # this may raise a TypeError - so be it - return other + self - - def __repr__( self ): - return "(%s, %s)" % ( repr( self.__toklist ), repr( self.__tokdict ) ) - - def __str__( self ): - return '[' + ', '.join(_ustr(i) if isinstance(i, ParseResults) else repr(i) for i in self.__toklist) + ']' - - def _asStringList( self, sep='' ): - out = [] - for item in self.__toklist: - if out and sep: - out.append(sep) - if isinstance( item, ParseResults ): - out += item._asStringList() - else: - out.append( _ustr(item) ) - return out - - def asList( self ): - """ - Returns the parse results as a nested list of matching tokens, all converted to strings. - - Example:: - patt = OneOrMore(Word(alphas)) - result = patt.parseString("sldkj lsdkj sldkj") - # even though the result prints in string-like form, it is actually a pyparsing ParseResults - print(type(result), result) # -> <class 'pyparsing.ParseResults'> ['sldkj', 'lsdkj', 'sldkj'] - - # Use asList() to create an actual list - result_list = result.asList() - print(type(result_list), result_list) # -> <class 'list'> ['sldkj', 'lsdkj', 'sldkj'] - """ - return [res.asList() if isinstance(res,ParseResults) else res for res in self.__toklist] - - def asDict( self ): - """ - Returns the named parse results as a nested dictionary. - - Example:: - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parseString('12/31/1999') - print(type(result), repr(result)) # -> <class 'pyparsing.ParseResults'> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) - - result_dict = result.asDict() - print(type(result_dict), repr(result_dict)) # -> <class 'dict'> {'day': '1999', 'year': '12', 'month': '31'} - - # even though a ParseResults supports dict-like access, sometime you just need to have a dict - import json - print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable - print(json.dumps(result.asDict())) # -> {"month": "31", "day": "1999", "year": "12"} - """ - if PY_3: - item_fn = self.items - else: - item_fn = self.iteritems - - def toItem(obj): - if isinstance(obj, ParseResults): - if obj.haskeys(): - return obj.asDict() - else: - return [toItem(v) for v in obj] - else: - return obj - - return dict((k,toItem(v)) for k,v in item_fn()) - - def copy( self ): - """ - Returns a new copy of a C{ParseResults} object. - """ - ret = ParseResults( self.__toklist ) - ret.__tokdict = self.__tokdict.copy() - ret.__parent = self.__parent - ret.__accumNames.update( self.__accumNames ) - ret.__name = self.__name - return ret - - def asXML( self, doctag=None, namedItemsOnly=False, indent="", formatted=True ): - """ - (Deprecated) Returns the parse results as XML. Tags are created for tokens and lists that have defined results names. - """ - nl = "\n" - out = [] - namedItems = dict((v[1],k) for (k,vlist) in self.__tokdict.items() - for v in vlist) - nextLevelIndent = indent + " " - - # collapse out indents if formatting is not desired - if not formatted: - indent = "" - nextLevelIndent = "" - nl = "" - - selfTag = None - if doctag is not None: - selfTag = doctag - else: - if self.__name: - selfTag = self.__name - - if not selfTag: - if namedItemsOnly: - return "" - else: - selfTag = "ITEM" - - out += [ nl, indent, "<", selfTag, ">" ] - - for i,res in enumerate(self.__toklist): - if isinstance(res,ParseResults): - if i in namedItems: - out += [ res.asXML(namedItems[i], - namedItemsOnly and doctag is None, - nextLevelIndent, - formatted)] - else: - out += [ res.asXML(None, - namedItemsOnly and doctag is None, - nextLevelIndent, - formatted)] - else: - # individual token, see if there is a name for it - resTag = None - if i in namedItems: - resTag = namedItems[i] - if not resTag: - if namedItemsOnly: - continue - else: - resTag = "ITEM" - xmlBodyText = _xml_escape(_ustr(res)) - out += [ nl, nextLevelIndent, "<", resTag, ">", - xmlBodyText, - "</", resTag, ">" ] - - out += [ nl, indent, "</", selfTag, ">" ] - return "".join(out) - - def __lookup(self,sub): - for k,vlist in self.__tokdict.items(): - for v,loc in vlist: - if sub is v: - return k - return None - - def getName(self): - r""" - Returns the results name for this token expression. Useful when several - different expressions might match at a particular location. - - Example:: - integer = Word(nums) - ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") - house_number_expr = Suppress('#') + Word(nums, alphanums) - user_data = (Group(house_number_expr)("house_number") - | Group(ssn_expr)("ssn") - | Group(integer)("age")) - user_info = OneOrMore(user_data) - - result = user_info.parseString("22 111-22-3333 #221B") - for item in result: - print(item.getName(), ':', item[0]) - prints:: - age : 22 - ssn : 111-22-3333 - house_number : 221B - """ - if self.__name: - return self.__name - elif self.__parent: - par = self.__parent() - if par: - return par.__lookup(self) - else: - return None - elif (len(self) == 1 and - len(self.__tokdict) == 1 and - next(iter(self.__tokdict.values()))[0][1] in (0,-1)): - return next(iter(self.__tokdict.keys())) - else: - return None - - def dump(self, indent='', depth=0, full=True): - """ - Diagnostic method for listing out the contents of a C{ParseResults}. - Accepts an optional C{indent} argument so that this string can be embedded - in a nested display of other data. - - Example:: - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parseString('12/31/1999') - print(result.dump()) - prints:: - ['12', '/', '31', '/', '1999'] - - day: 1999 - - month: 31 - - year: 12 - """ - out = [] - NL = '\n' - out.append( indent+_ustr(self.asList()) ) - if full: - if self.haskeys(): - items = sorted((str(k), v) for k,v in self.items()) - for k,v in items: - if out: - out.append(NL) - out.append( "%s%s- %s: " % (indent,(' '*depth), k) ) - if isinstance(v,ParseResults): - if v: - out.append( v.dump(indent,depth+1) ) - else: - out.append(_ustr(v)) - else: - out.append(repr(v)) - elif any(isinstance(vv,ParseResults) for vv in self): - v = self - for i,vv in enumerate(v): - if isinstance(vv,ParseResults): - out.append("\n%s%s[%d]:\n%s%s%s" % (indent,(' '*(depth)),i,indent,(' '*(depth+1)),vv.dump(indent,depth+1) )) - else: - out.append("\n%s%s[%d]:\n%s%s%s" % (indent,(' '*(depth)),i,indent,(' '*(depth+1)),_ustr(vv))) - - return "".join(out) - - def pprint(self, *args, **kwargs): - """ - Pretty-printer for parsed results as a list, using the C{pprint} module. - Accepts additional positional or keyword args as defined for the - C{pprint.pprint} method. (U{http://docs.python.org/3/library/pprint.html#pprint.pprint}) - - Example:: - ident = Word(alphas, alphanums) - num = Word(nums) - func = Forward() - term = ident | num | Group('(' + func + ')') - func <<= ident + Group(Optional(delimitedList(term))) - result = func.parseString("fna a,b,(fnb c,d,200),100") - result.pprint(width=40) - prints:: - ['fna', - ['a', - 'b', - ['(', 'fnb', ['c', 'd', '200'], ')'], - '100']] - """ - pprint.pprint(self.asList(), *args, **kwargs) - - # add support for pickle protocol - def __getstate__(self): - return ( self.__toklist, - ( self.__tokdict.copy(), - self.__parent is not None and self.__parent() or None, - self.__accumNames, - self.__name ) ) - - def __setstate__(self,state): - self.__toklist = state[0] - (self.__tokdict, - par, - inAccumNames, - self.__name) = state[1] - self.__accumNames = {} - self.__accumNames.update(inAccumNames) - if par is not None: - self.__parent = wkref(par) - else: - self.__parent = None - - def __getnewargs__(self): - return self.__toklist, self.__name, self.__asList, self.__modal - - def __dir__(self): - return (dir(type(self)) + list(self.keys())) - -MutableMapping.register(ParseResults) - -def col (loc,strg): - """Returns current column within a string, counting newlines as line separators. - The first column is number 1. - - Note: the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See L{I{ParserElement.parseString}<ParserElement.parseString>} for more information - on parsing strings containing C{<TAB>}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) - -def lineno(loc,strg): - """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 L{I{ParserElement.parseString}<ParserElement.parseString>} for more information - on parsing strings containing C{<TAB>}s, and suggested methods to maintain a - consistent view of the parsed string, the parse location, and line and column - positions within the parsed string. - """ - return strg.count("\n",0,loc) + 1 - -def line( loc, strg ): - """Returns the line of text containing loc within a string, counting newlines as line separators. - """ - lastCR = strg.rfind("\n", 0, loc) - nextCR = strg.find("\n", loc) - if nextCR >= 0: - return strg[lastCR+1:nextCR] - else: - return strg[lastCR+1:] - -def _defaultStartDebugAction( instring, loc, expr ): - print (("Match " + _ustr(expr) + " at loc " + _ustr(loc) + "(%d,%d)" % ( lineno(loc,instring), col(loc,instring) ))) - -def _defaultSuccessDebugAction( instring, startloc, endloc, expr, toks ): - print ("Matched " + _ustr(expr) + " -> " + str(toks.asList())) - -def _defaultExceptionDebugAction( instring, loc, expr, exc ): - print ("Exception raised:" + _ustr(exc)) - -def nullDebugAction(*args): - """'Do-nothing' debug action, to suppress debugging output during parsing.""" - pass - -# Only works on Python 3.x - nonlocal is toxic to Python 2 installs -#~ 'decorator to trim function calls to match the arity of the target' -#~ def _trim_arity(func, maxargs=3): - #~ if func in singleArgBuiltins: - #~ return lambda s,l,t: func(t) - #~ limit = 0 - #~ foundArity = False - #~ def wrapper(*args): - #~ nonlocal limit,foundArity - #~ while 1: - #~ try: - #~ ret = func(*args[limit:]) - #~ foundArity = True - #~ return ret - #~ except TypeError: - #~ if limit == maxargs or foundArity: - #~ raise - #~ limit += 1 - #~ continue - #~ return wrapper - -# this version is Python 2.x-3.x cross-compatible -'decorator to trim function calls to match the arity of the target' -def _trim_arity(func, maxargs=2): - if func in singleArgBuiltins: - return lambda s,l,t: func(t) - limit = [0] - foundArity = [False] - - # traceback return data structure changed in Py3.5 - normalize back to plain tuples - if system_version[:2] >= (3,5): - def extract_stack(limit=0): - # special handling for Python 3.5.0 - extra deep call stack by 1 - offset = -3 if system_version == (3,5,0) else -2 - frame_summary = traceback.extract_stack(limit=-offset+limit-1)[offset] - return [frame_summary[:2]] - def extract_tb(tb, limit=0): - frames = traceback.extract_tb(tb, limit=limit) - frame_summary = frames[-1] - return [frame_summary[:2]] - else: - extract_stack = traceback.extract_stack - extract_tb = traceback.extract_tb - - # synthesize what would be returned by traceback.extract_stack at the call to - # user's parse action 'func', so that we don't incur call penalty at parse time - - LINE_DIFF = 6 - # IF ANY CODE CHANGES, EVEN JUST COMMENTS OR BLANK LINES, BETWEEN THE NEXT LINE AND - # THE CALL TO FUNC INSIDE WRAPPER, LINE_DIFF MUST BE MODIFIED!!!! - this_line = extract_stack(limit=2)[-1] - pa_call_line_synth = (this_line[0], this_line[1]+LINE_DIFF) - - def wrapper(*args): - while 1: - try: - ret = func(*args[limit[0]:]) - foundArity[0] = True - return ret - except TypeError: - # re-raise TypeErrors if they did not come from our arity testing - if foundArity[0]: - raise - else: - try: - tb = sys.exc_info()[-1] - if not extract_tb(tb, limit=2)[-1][:2] == pa_call_line_synth: - raise - finally: - del tb - - if limit[0] <= maxargs: - limit[0] += 1 - continue - raise - - # copy func name to wrapper for sensible debug output - func_name = "<parse action>" - try: - func_name = getattr(func, '__name__', - getattr(func, '__class__').__name__) - except Exception: - func_name = str(func) - wrapper.__name__ = func_name - - return wrapper - -class ParserElement(object): - """Abstract base level parser element class.""" - DEFAULT_WHITE_CHARS = " \n\t\r" - verbose_stacktrace = False - - @staticmethod - def setDefaultWhitespaceChars( chars ): - r""" - Overrides the default whitespace chars - - Example:: - # default whitespace chars are space, <TAB> and newline - OneOrMore(Word(alphas)).parseString("abc def\nghi jkl") # -> ['abc', 'def', 'ghi', 'jkl'] - - # change to just treat newline as significant - ParserElement.setDefaultWhitespaceChars(" \t") - OneOrMore(Word(alphas)).parseString("abc def\nghi jkl") # -> ['abc', 'def'] - """ - ParserElement.DEFAULT_WHITE_CHARS = chars - - @staticmethod - def inlineLiteralsUsing(cls): - """ - Set class to be used for inclusion of string literals into a parser. - - Example:: - # default literal class used is Literal - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - date_str.parseString("1999/12/31") # -> ['1999', '/', '12', '/', '31'] - - - # change to Suppress - ParserElement.inlineLiteralsUsing(Suppress) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - date_str.parseString("1999/12/31") # -> ['1999', '12', '31'] - """ - ParserElement._literalStringClass = cls - - def __init__( self, savelist=False ): - self.parseAction = list() - self.failAction = None - #~ self.name = "<unknown>" # don't define self.name, let subclasses try/except upcall - self.strRepr = None - self.resultsName = None - self.saveAsList = savelist - self.skipWhitespace = True - self.whiteChars = ParserElement.DEFAULT_WHITE_CHARS - self.copyDefaultWhiteChars = True - self.mayReturnEmpty = False # used when checking for left-recursion - self.keepTabs = False - self.ignoreExprs = list() - self.debug = False - self.streamlined = False - self.mayIndexError = True # used to optimize exception handling for subclasses that don't advance parse index - self.errmsg = "" - self.modalResults = True # used to mark results names as modal (report only last) or cumulative (list all) - self.debugActions = ( None, None, None ) #custom debug actions - self.re = None - self.callPreparse = True # used to avoid redundant calls to preParse - self.callDuringTry = False - - def copy( self ): - """ - Make a copy of this C{ParserElement}. Useful for defining different parse actions - for the same parsing pattern, using copies of the original parse element. - - Example:: - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - integerK = integer.copy().addParseAction(lambda toks: toks[0]*1024) + Suppress("K") - integerM = integer.copy().addParseAction(lambda toks: toks[0]*1024*1024) + Suppress("M") - - print(OneOrMore(integerK | integerM | integer).parseString("5K 100 640K 256M")) - prints:: - [5120, 100, 655360, 268435456] - Equivalent form of C{expr.copy()} is just C{expr()}:: - integerM = integer().addParseAction(lambda toks: toks[0]*1024*1024) + Suppress("M") - """ - cpy = copy.copy( self ) - cpy.parseAction = self.parseAction[:] - cpy.ignoreExprs = self.ignoreExprs[:] - if self.copyDefaultWhiteChars: - cpy.whiteChars = ParserElement.DEFAULT_WHITE_CHARS - return cpy - - def setName( self, name ): - """ - Define name for this expression, makes debugging and exception messages clearer. - - Example:: - Word(nums).parseString("ABC") # -> Exception: Expected W:(0123...) (at char 0), (line:1, col:1) - Word(nums).setName("integer").parseString("ABC") # -> Exception: Expected integer (at char 0), (line:1, col:1) - """ - self.name = name - self.errmsg = "Expected " + self.name - if hasattr(self,"exception"): - self.exception.msg = self.errmsg - return self - - def setResultsName( self, name, listAllMatches=False ): - """ - Define name for referencing matching tokens as a nested attribute - of the returned parse results. - NOTE: this returns a *copy* of the original C{ParserElement} object; - this is so that the client can define a basic element, such as an - integer, and reference it in multiple places with different names. - - You can also set results names using the abbreviated syntax, - C{expr("name")} in place of C{expr.setResultsName("name")} - - see L{I{__call__}<__call__>}. - - Example:: - date_str = (integer.setResultsName("year") + '/' - + integer.setResultsName("month") + '/' - + integer.setResultsName("day")) - - # equivalent form: - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - """ - newself = self.copy() - if name.endswith("*"): - name = name[:-1] - listAllMatches=True - newself.resultsName = name - newself.modalResults = not listAllMatches - return newself - - def setBreak(self,breakFlag = True): - """Method to invoke the Python pdb debugger when this element is - about to be parsed. Set C{breakFlag} to True to enable, False to - disable. - """ - if breakFlag: - _parseMethod = self._parse - def breaker(instring, loc, doActions=True, callPreParse=True): - import pdb - pdb.set_trace() - return _parseMethod( instring, loc, doActions, callPreParse ) - breaker._originalParseMethod = _parseMethod - self._parse = breaker - else: - if hasattr(self._parse,"_originalParseMethod"): - self._parse = self._parse._originalParseMethod - return self - - def setParseAction( self, *fns, **kwargs ): - """ - Define one or more actions to perform when successfully matching parse element definition. - Parse action fn is a callable method with 0-3 arguments, called as C{fn(s,loc,toks)}, - C{fn(loc,toks)}, C{fn(toks)}, or just C{fn()}, where: - - s = the original string being parsed (see note below) - - loc = the location of the matching substring - - toks = a list of the matched tokens, packaged as a C{L{ParseResults}} object - If the functions in fns modify the tokens, they can return them as the return - value from fn, and the modified list of tokens will replace the original. - Otherwise, fn does not need to return any value. - - Optional keyword arguments: - - callDuringTry = (default=C{False}) indicate if parse action should be run during lookaheads and alternate testing - - Note: the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See L{I{parseString}<parseString>} for more information - on parsing strings containing C{<TAB>}s, and suggested methods to maintain a - consistent view of the parsed string, the parse location, and line and column - positions within the parsed string. - - Example:: - integer = Word(nums) - date_str = integer + '/' + integer + '/' + integer - - date_str.parseString("1999/12/31") # -> ['1999', '/', '12', '/', '31'] - - # use parse action to convert to ints at parse time - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - date_str = integer + '/' + integer + '/' + integer - - # note that integer fields are now ints, not strings - date_str.parseString("1999/12/31") # -> [1999, '/', 12, '/', 31] - """ - self.parseAction = list(map(_trim_arity, list(fns))) - self.callDuringTry = kwargs.get("callDuringTry", False) - return self - - def addParseAction( self, *fns, **kwargs ): - """ - Add one or more parse actions to expression's list of parse actions. See L{I{setParseAction}<setParseAction>}. - - See examples in L{I{copy}<copy>}. - """ - self.parseAction += list(map(_trim_arity, list(fns))) - self.callDuringTry = self.callDuringTry or kwargs.get("callDuringTry", False) - return self - - def addCondition(self, *fns, **kwargs): - """Add a boolean predicate function to expression's list of parse actions. See - L{I{setParseAction}<setParseAction>} for function call signatures. Unlike C{setParseAction}, - functions passed to C{addCondition} need to return boolean success/fail of the condition. - - Optional keyword arguments: - - message = define a custom message to be used in the raised exception - - fatal = if True, will raise ParseFatalException to stop parsing immediately; otherwise will raise ParseException - - Example:: - integer = Word(nums).setParseAction(lambda toks: int(toks[0])) - year_int = integer.copy() - year_int.addCondition(lambda toks: toks[0] >= 2000, message="Only support years 2000 and later") - date_str = year_int + '/' + integer + '/' + integer - - result = date_str.parseString("1999/12/31") # -> Exception: Only support years 2000 and later (at char 0), (line:1, col:1) - """ - msg = kwargs.get("message", "failed user-defined condition") - exc_type = ParseFatalException if kwargs.get("fatal", False) else ParseException - for fn in fns: - def pa(s,l,t): - if not bool(_trim_arity(fn)(s,l,t)): - raise exc_type(s,l,msg) - self.parseAction.append(pa) - self.callDuringTry = self.callDuringTry or kwargs.get("callDuringTry", False) - return self - - def setFailAction( self, fn ): - """Define action to perform if parsing fails at this expression. - Fail acton fn is a callable function that takes the arguments - C{fn(s,loc,expr,err)} where: - - s = string being parsed - - loc = location where expression match was attempted and failed - - expr = the parse expression that failed - - err = the exception thrown - The function returns no value. It may throw C{L{ParseFatalException}} - if it is desired to stop parsing immediately.""" - self.failAction = fn - return self - - def _skipIgnorables( self, instring, loc ): - exprsFound = True - while exprsFound: - exprsFound = False - for e in self.ignoreExprs: - try: - while 1: - loc,dummy = e._parse( instring, loc ) - exprsFound = True - except ParseException: - pass - return loc - - def preParse( self, instring, loc ): - if self.ignoreExprs: - loc = self._skipIgnorables( instring, loc ) - - if self.skipWhitespace: - wt = self.whiteChars - instrlen = len(instring) - while loc < instrlen and instring[loc] in wt: - loc += 1 - - return loc - - def parseImpl( self, instring, loc, doActions=True ): - return loc, [] - - def postParse( self, instring, loc, tokenlist ): - return tokenlist - - #~ @profile - def _parseNoCache( self, instring, loc, doActions=True, callPreParse=True ): - debugging = ( self.debug ) #and doActions ) - - if debugging or self.failAction: - #~ print ("Match",self,"at loc",loc,"(%d,%d)" % ( lineno(loc,instring), col(loc,instring) )) - if (self.debugActions[0] ): - self.debugActions[0]( instring, loc, self ) - if callPreParse and self.callPreparse: - preloc = self.preParse( instring, loc ) - else: - preloc = loc - tokensStart = preloc - try: - try: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - except IndexError: - raise ParseException( instring, len(instring), self.errmsg, self ) - except ParseBaseException as err: - #~ print ("Exception raised:", err) - if self.debugActions[2]: - self.debugActions[2]( instring, tokensStart, self, err ) - if self.failAction: - self.failAction( instring, tokensStart, self, err ) - raise - else: - if callPreParse and self.callPreparse: - preloc = self.preParse( instring, loc ) - else: - preloc = loc - tokensStart = preloc - if self.mayIndexError or preloc >= len(instring): - try: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - except IndexError: - raise ParseException( instring, len(instring), self.errmsg, self ) - else: - loc,tokens = self.parseImpl( instring, preloc, doActions ) - - tokens = self.postParse( instring, loc, tokens ) - - retTokens = ParseResults( tokens, self.resultsName, asList=self.saveAsList, modal=self.modalResults ) - if self.parseAction and (doActions or self.callDuringTry): - if debugging: - try: - for fn in self.parseAction: - tokens = fn( instring, tokensStart, retTokens ) - if tokens is not None: - retTokens = ParseResults( tokens, - self.resultsName, - asList=self.saveAsList and isinstance(tokens,(ParseResults,list)), - modal=self.modalResults ) - except ParseBaseException as err: - #~ print "Exception raised in user parse action:", err - if (self.debugActions[2] ): - self.debugActions[2]( instring, tokensStart, self, err ) - raise - else: - for fn in self.parseAction: - tokens = fn( instring, tokensStart, retTokens ) - if tokens is not None: - retTokens = ParseResults( tokens, - self.resultsName, - asList=self.saveAsList and isinstance(tokens,(ParseResults,list)), - modal=self.modalResults ) - if debugging: - #~ print ("Matched",self,"->",retTokens.asList()) - if (self.debugActions[1] ): - self.debugActions[1]( instring, tokensStart, loc, self, retTokens ) - - return loc, retTokens - - def tryParse( self, instring, loc ): - try: - return self._parse( instring, loc, doActions=False )[0] - except ParseFatalException: - raise ParseException( instring, loc, self.errmsg, self) - - def canParseNext(self, instring, loc): - try: - self.tryParse(instring, loc) - except (ParseException, IndexError): - return False - else: - return True - - class _UnboundedCache(object): - def __init__(self): - cache = {} - self.not_in_cache = not_in_cache = object() - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - - def clear(self): - cache.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - if _OrderedDict is not None: - class _FifoCache(object): - def __init__(self, size): - self.not_in_cache = not_in_cache = object() - - cache = _OrderedDict() - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - while len(cache) > size: - try: - cache.popitem(False) - except KeyError: - pass - - def clear(self): - cache.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - else: - class _FifoCache(object): - def __init__(self, size): - self.not_in_cache = not_in_cache = object() - - cache = {} - key_fifo = collections.deque([], size) - - def get(self, key): - return cache.get(key, not_in_cache) - - def set(self, key, value): - cache[key] = value - while len(key_fifo) > size: - cache.pop(key_fifo.popleft(), None) - key_fifo.append(key) - - def clear(self): - cache.clear() - key_fifo.clear() - - def cache_len(self): - return len(cache) - - self.get = types.MethodType(get, self) - self.set = types.MethodType(set, self) - self.clear = types.MethodType(clear, self) - self.__len__ = types.MethodType(cache_len, self) - - # argument cache for optimizing repeated calls when backtracking through recursive expressions - packrat_cache = {} # this is set later by enabledPackrat(); this is here so that resetCache() doesn't fail - packrat_cache_lock = RLock() - packrat_cache_stats = [0, 0] - - # this method gets repeatedly called during backtracking with the same arguments - - # we can cache these arguments and save ourselves the trouble of re-parsing the contained expression - def _parseCache( self, instring, loc, doActions=True, callPreParse=True ): - HIT, MISS = 0, 1 - lookup = (self, instring, loc, callPreParse, doActions) - with ParserElement.packrat_cache_lock: - cache = ParserElement.packrat_cache - value = cache.get(lookup) - if value is cache.not_in_cache: - ParserElement.packrat_cache_stats[MISS] += 1 - try: - value = self._parseNoCache(instring, loc, doActions, callPreParse) - except ParseBaseException as pe: - # cache a copy of the exception, without the traceback - cache.set(lookup, pe.__class__(*pe.args)) - raise - else: - cache.set(lookup, (value[0], value[1].copy())) - return value - else: - ParserElement.packrat_cache_stats[HIT] += 1 - if isinstance(value, Exception): - raise value - return (value[0], value[1].copy()) - - _parse = _parseNoCache - - @staticmethod - def resetCache(): - ParserElement.packrat_cache.clear() - ParserElement.packrat_cache_stats[:] = [0] * len(ParserElement.packrat_cache_stats) - - _packratEnabled = False - @staticmethod - def enablePackrat(cache_size_limit=128): - """Enables "packrat" parsing, which adds memoizing to the parsing logic. - Repeated parse attempts at the same string location (which happens - often in many complex grammars) can immediately return a cached value, - instead of re-executing parsing/validating code. Memoizing is done of - both valid results and parsing exceptions. - - Parameters: - - cache_size_limit - (default=C{128}) - if an integer value is provided - will limit the size of the packrat cache; if None is passed, then - the cache size will be unbounded; if 0 is passed, the cache will - be effectively disabled. - - This speedup may break existing programs that use parse actions that - have side-effects. For this reason, packrat parsing is disabled when - you first import pyparsing. To activate the packrat feature, your - program must call the class method C{ParserElement.enablePackrat()}. If - your program uses C{psyco} to "compile as you go", you must call - C{enablePackrat} before calling C{psyco.full()}. If you do not do this, - Python will crash. For best results, call C{enablePackrat()} immediately - after importing pyparsing. - - Example:: - import pyparsing - pyparsing.ParserElement.enablePackrat() - """ - if not ParserElement._packratEnabled: - ParserElement._packratEnabled = True - if cache_size_limit is None: - ParserElement.packrat_cache = ParserElement._UnboundedCache() - else: - ParserElement.packrat_cache = ParserElement._FifoCache(cache_size_limit) - ParserElement._parse = ParserElement._parseCache - - def parseString( self, instring, parseAll=False ): - """ - Execute the parse expression with the given string. - This is the main interface to the client code, once the complete - expression has been built. - - If you want the grammar to require that the entire input string be - successfully parsed, then set C{parseAll} to True (equivalent to ending - the grammar with C{L{StringEnd()}}). - - Note: C{parseString} implicitly calls C{expandtabs()} on the input string, - in order to report proper column numbers in parse actions. - If the input string contains tabs and - the grammar uses parse actions that use the C{loc} argument to index into the - string being parsed, you can ensure you have a consistent view of the input - string by: - - calling C{parseWithTabs} on your grammar before calling C{parseString} - (see L{I{parseWithTabs}<parseWithTabs>}) - - define your parse action using the full C{(s,loc,toks)} signature, and - reference the input string using the parse action's C{s} argument - - explictly expand the tabs in your input string before calling - C{parseString} - - Example:: - Word('a').parseString('aaaaabaaa') # -> ['aaaaa'] - Word('a').parseString('aaaaabaaa', parseAll=True) # -> Exception: Expected end of text - """ - ParserElement.resetCache() - if not self.streamlined: - self.streamline() - #~ self.saveAsList = True - for e in self.ignoreExprs: - e.streamline() - if not self.keepTabs: - instring = instring.expandtabs() - try: - loc, tokens = self._parse( instring, 0 ) - if parseAll: - loc = self.preParse( instring, loc ) - se = Empty() + StringEnd() - se._parse( instring, loc ) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - else: - return tokens - - def scanString( self, instring, maxMatches=_MAX_INT, overlap=False ): - """ - Scan the input string for expression matches. Each match will return the - matching tokens, start location, and end location. May be called with optional - C{maxMatches} argument, to clip scanning after 'n' matches are found. If - C{overlap} is specified, then overlapping matches will be reported. - - Note that the start and end locations are reported relative to the string - being parsed. See L{I{parseString}<parseString>} for more information on parsing - strings with embedded tabs. - - Example:: - source = "sldjf123lsdjjkf345sldkjf879lkjsfd987" - print(source) - for tokens,start,end in Word(alphas).scanString(source): - print(' '*start + '^'*(end-start)) - print(' '*start + tokens[0]) - - prints:: - - sldjf123lsdjjkf345sldkjf879lkjsfd987 - ^^^^^ - sldjf - ^^^^^^^ - lsdjjkf - ^^^^^^ - sldkjf - ^^^^^^ - lkjsfd - """ - if not self.streamlined: - self.streamline() - for e in self.ignoreExprs: - e.streamline() - - if not self.keepTabs: - instring = _ustr(instring).expandtabs() - instrlen = len(instring) - loc = 0 - preparseFn = self.preParse - parseFn = self._parse - ParserElement.resetCache() - matches = 0 - try: - while loc <= instrlen and matches < maxMatches: - try: - preloc = preparseFn( instring, loc ) - nextLoc,tokens = parseFn( instring, preloc, callPreParse=False ) - except ParseException: - loc = preloc+1 - else: - if nextLoc > loc: - matches += 1 - yield tokens, preloc, nextLoc - if overlap: - nextloc = preparseFn( instring, loc ) - if nextloc > loc: - loc = nextLoc - else: - loc += 1 - else: - loc = nextLoc - else: - loc = preloc+1 - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def transformString( self, instring ): - """ - Extension to C{L{scanString}}, to modify matching text with modified tokens that may - be returned from a parse action. To use C{transformString}, define a grammar and - attach a parse action to it that modifies the returned token list. - Invoking C{transformString()} on a target string will then scan for matches, - and replace the matched text patterns according to the logic in the parse - action. C{transformString()} returns the resulting transformed string. - - Example:: - wd = Word(alphas) - wd.setParseAction(lambda toks: toks[0].title()) - - print(wd.transformString("now is the winter of our discontent made glorious summer by this sun of york.")) - Prints:: - Now Is The Winter Of Our Discontent Made Glorious Summer By This Sun Of York. - """ - out = [] - lastE = 0 - # force preservation of <TAB>s, to minimize unwanted transformation of string, and to - # keep string locs straight between transformString and scanString - self.keepTabs = True - try: - for t,s,e in self.scanString( instring ): - out.append( instring[lastE:s] ) - if t: - if isinstance(t,ParseResults): - out += t.asList() - elif isinstance(t,list): - out += t - else: - out.append(t) - lastE = e - out.append(instring[lastE:]) - out = [o for o in out if o] - return "".join(map(_ustr,_flatten(out))) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def searchString( self, instring, maxMatches=_MAX_INT ): - """ - Another extension to C{L{scanString}}, simplifying the access to the tokens found - to match the given parse expression. May be called with optional - C{maxMatches} argument, to clip searching after 'n' matches are found. - - Example:: - # a capitalized word starts with an uppercase letter, followed by zero or more lowercase letters - cap_word = Word(alphas.upper(), alphas.lower()) - - print(cap_word.searchString("More than Iron, more than Lead, more than Gold I need Electricity")) - - # the sum() builtin can be used to merge results into a single ParseResults object - print(sum(cap_word.searchString("More than Iron, more than Lead, more than Gold I need Electricity"))) - prints:: - [['More'], ['Iron'], ['Lead'], ['Gold'], ['I'], ['Electricity']] - ['More', 'Iron', 'Lead', 'Gold', 'I', 'Electricity'] - """ - try: - return ParseResults([ t for t,s,e in self.scanString( instring, maxMatches ) ]) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def split(self, instring, maxsplit=_MAX_INT, includeSeparators=False): - """ - Generator method to split a string using the given expression as a separator. - May be called with optional C{maxsplit} argument, to limit the number of splits; - and the optional C{includeSeparators} argument (default=C{False}), if the separating - matching text should be included in the split results. - - Example:: - punc = oneOf(list(".,;:/-!?")) - print(list(punc.split("This, this?, this sentence, is badly punctuated!"))) - prints:: - ['This', ' this', '', ' this sentence', ' is badly punctuated', ''] - """ - splits = 0 - last = 0 - for t,s,e in self.scanString(instring, maxMatches=maxsplit): - yield instring[last:s] - if includeSeparators: - yield t[0] - last = e - yield instring[last:] - - def __add__(self, other ): - """ - Implementation of + operator - returns C{L{And}}. Adding strings to a ParserElement - converts them to L{Literal}s by default. - - Example:: - greet = Word(alphas) + "," + Word(alphas) + "!" - hello = "Hello, World!" - print (hello, "->", greet.parseString(hello)) - Prints:: - Hello, World! -> ['Hello', ',', 'World', '!'] - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return And( [ self, other ] ) - - def __radd__(self, other ): - """ - Implementation of + operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other + self - - def __sub__(self, other): - """ - Implementation of - operator, returns C{L{And}} with error stop - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return self + And._ErrorStop() + other - - def __rsub__(self, other ): - """ - Implementation of - operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other - self - - def __mul__(self,other): - """ - Implementation of * operator, allows use of C{expr * 3} in place of - C{expr + expr + expr}. Expressions may also me multiplied by a 2-integer - tuple, similar to C{{min,max}} multipliers in regular expressions. Tuples - may also include C{None} as in: - - C{expr*(n,None)} or C{expr*(n,)} is equivalent - to C{expr*n + L{ZeroOrMore}(expr)} - (read as "at least n instances of C{expr}") - - C{expr*(None,n)} is equivalent to C{expr*(0,n)} - (read as "0 to n instances of C{expr}") - - C{expr*(None,None)} is equivalent to C{L{ZeroOrMore}(expr)} - - C{expr*(1,None)} is equivalent to C{L{OneOrMore}(expr)} - - Note that C{expr*(None,n)} does not raise an exception if - more than n exprs exist in the input stream; that is, - C{expr*(None,n)} does not enforce a maximum number of expr - occurrences. If this behavior is desired, then write - C{expr*(None,n) + ~expr} - """ - if isinstance(other,int): - minElements, optElements = other,0 - elif isinstance(other,tuple): - other = (other + (None, None))[:2] - if other[0] is None: - other = (0, other[1]) - if isinstance(other[0],int) and other[1] is None: - if other[0] == 0: - return ZeroOrMore(self) - if other[0] == 1: - return OneOrMore(self) - else: - return self*other[0] + ZeroOrMore(self) - elif isinstance(other[0],int) and isinstance(other[1],int): - minElements, optElements = other - optElements -= minElements - else: - raise TypeError("cannot multiply 'ParserElement' and ('%s','%s') objects", type(other[0]),type(other[1])) - else: - raise TypeError("cannot multiply 'ParserElement' and '%s' objects", type(other)) - - if minElements < 0: - raise ValueError("cannot multiply ParserElement by negative value") - if optElements < 0: - raise ValueError("second tuple value must be greater or equal to first tuple value") - if minElements == optElements == 0: - raise ValueError("cannot multiply ParserElement by 0 or (0,0)") - - if (optElements): - def makeOptionalList(n): - if n>1: - return Optional(self + makeOptionalList(n-1)) - else: - return Optional(self) - if minElements: - if minElements == 1: - ret = self + makeOptionalList(optElements) - else: - ret = And([self]*minElements) + makeOptionalList(optElements) - else: - ret = makeOptionalList(optElements) - else: - if minElements == 1: - ret = self - else: - ret = And([self]*minElements) - return ret - - def __rmul__(self, other): - return self.__mul__(other) - - def __or__(self, other ): - """ - Implementation of | operator - returns C{L{MatchFirst}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return MatchFirst( [ self, other ] ) - - def __ror__(self, other ): - """ - Implementation of | operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other | self - - def __xor__(self, other ): - """ - Implementation of ^ operator - returns C{L{Or}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return Or( [ self, other ] ) - - def __rxor__(self, other ): - """ - Implementation of ^ operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other ^ self - - def __and__(self, other ): - """ - Implementation of & operator - returns C{L{Each}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return Each( [ self, other ] ) - - def __rand__(self, other ): - """ - Implementation of & operator when left operand is not a C{L{ParserElement}} - """ - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - if not isinstance( other, ParserElement ): - warnings.warn("Cannot combine element of type %s with ParserElement" % type(other), - SyntaxWarning, stacklevel=2) - return None - return other & self - - def __invert__( self ): - """ - Implementation of ~ operator - returns C{L{NotAny}} - """ - return NotAny( self ) - - def __call__(self, name=None): - """ - Shortcut for C{L{setResultsName}}, with C{listAllMatches=False}. - - If C{name} is given with a trailing C{'*'} character, then C{listAllMatches} will be - passed as C{True}. - - If C{name} is omitted, same as calling C{L{copy}}. - - Example:: - # these are equivalent - userdata = Word(alphas).setResultsName("name") + Word(nums+"-").setResultsName("socsecno") - userdata = Word(alphas)("name") + Word(nums+"-")("socsecno") - """ - if name is not None: - return self.setResultsName(name) - else: - return self.copy() - - def suppress( self ): - """ - Suppresses the output of this C{ParserElement}; useful to keep punctuation from - cluttering up returned output. - """ - return Suppress( self ) - - def leaveWhitespace( self ): - """ - Disables the skipping of whitespace before matching the characters in the - C{ParserElement}'s defined pattern. This is normally only used internally by - the pyparsing module, but may be needed in some whitespace-sensitive grammars. - """ - self.skipWhitespace = False - return self - - def setWhitespaceChars( self, chars ): - """ - Overrides the default whitespace chars - """ - self.skipWhitespace = True - self.whiteChars = chars - self.copyDefaultWhiteChars = False - return self - - def parseWithTabs( self ): - """ - Overrides default behavior to expand C{<TAB>}s to spaces before parsing the input string. - Must be called before C{parseString} when the input grammar contains elements that - match C{<TAB>} characters. - """ - self.keepTabs = True - return self - - def ignore( self, other ): - """ - Define expression to be ignored (e.g., comments) while doing pattern - matching; may be called repeatedly, to define multiple comment or other - ignorable patterns. - - Example:: - patt = OneOrMore(Word(alphas)) - patt.parseString('ablaj /* comment */ lskjd') # -> ['ablaj'] - - patt.ignore(cStyleComment) - patt.parseString('ablaj /* comment */ lskjd') # -> ['ablaj', 'lskjd'] - """ - if isinstance(other, basestring): - other = Suppress(other) - - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - self.ignoreExprs.append(other) - else: - self.ignoreExprs.append( Suppress( other.copy() ) ) - return self - - def setDebugActions( self, startAction, successAction, exceptionAction ): - """ - Enable display of debugging messages while doing pattern matching. - """ - self.debugActions = (startAction or _defaultStartDebugAction, - successAction or _defaultSuccessDebugAction, - exceptionAction or _defaultExceptionDebugAction) - self.debug = True - return self - - def setDebug( self, flag=True ): - """ - Enable display of debugging messages while doing pattern matching. - Set C{flag} to True to enable, False to disable. - - Example:: - wd = Word(alphas).setName("alphaword") - integer = Word(nums).setName("numword") - term = wd | integer - - # turn on debugging for wd - wd.setDebug() - - OneOrMore(term).parseString("abc 123 xyz 890") - - prints:: - Match alphaword at loc 0(1,1) - Matched alphaword -> ['abc'] - Match alphaword at loc 3(1,4) - Exception raised:Expected alphaword (at char 4), (line:1, col:5) - Match alphaword at loc 7(1,8) - Matched alphaword -> ['xyz'] - Match alphaword at loc 11(1,12) - Exception raised:Expected alphaword (at char 12), (line:1, col:13) - Match alphaword at loc 15(1,16) - Exception raised:Expected alphaword (at char 15), (line:1, col:16) - - The output shown is that produced by the default debug actions - custom debug actions can be - specified using L{setDebugActions}. Prior to attempting - to match the C{wd} expression, the debugging message C{"Match <exprname> at loc <n>(<line>,<col>)"} - is shown. Then if the parse succeeds, a C{"Matched"} message is shown, or an C{"Exception raised"} - message is shown. Also note the use of L{setName} to assign a human-readable name to the expression, - which makes debugging and exception messages easier to understand - for instance, the default - name created for the C{Word} expression without calling C{setName} is C{"W:(ABCD...)"}. - """ - if flag: - self.setDebugActions( _defaultStartDebugAction, _defaultSuccessDebugAction, _defaultExceptionDebugAction ) - else: - self.debug = False - return self - - def __str__( self ): - return self.name - - def __repr__( self ): - return _ustr(self) - - def streamline( self ): - self.streamlined = True - self.strRepr = None - return self - - def checkRecursion( self, parseElementList ): - pass - - def validate( self, validateTrace=[] ): - """ - Check defined expressions for valid structure, check for infinite recursive definitions. - """ - self.checkRecursion( [] ) - - def parseFile( self, file_or_filename, parseAll=False ): - """ - Execute the parse expression on the given file or filename. - If a filename is specified (instead of a file object), - the entire file is opened, read, and closed before parsing. - """ - try: - file_contents = file_or_filename.read() - except AttributeError: - with open(file_or_filename, "r") as f: - file_contents = f.read() - try: - return self.parseString(file_contents, parseAll) - except ParseBaseException as exc: - if ParserElement.verbose_stacktrace: - raise - else: - # catch and re-raise exception from here, clears out pyparsing internal stack trace - raise exc - - def __eq__(self,other): - if isinstance(other, ParserElement): - return self is other or vars(self) == vars(other) - elif isinstance(other, basestring): - return self.matches(other) - else: - return super(ParserElement,self)==other - - def __ne__(self,other): - return not (self == other) - - def __hash__(self): - return hash(id(self)) - - def __req__(self,other): - return self == other - - def __rne__(self,other): - return not (self == other) - - def matches(self, testString, parseAll=True): - """ - Method for quick testing of a parser against a test string. Good for simple - inline microtests of sub expressions while building up larger parser. - - Parameters: - - testString - to test against this expression for a match - - parseAll - (default=C{True}) - flag to pass to C{L{parseString}} when running tests - - Example:: - expr = Word(nums) - assert expr.matches("100") - """ - try: - self.parseString(_ustr(testString), parseAll=parseAll) - return True - except ParseBaseException: - return False - - def runTests(self, tests, parseAll=True, comment='#', fullDump=True, printResults=True, failureTests=False): - """ - Execute the parse expression on a series of test strings, showing each - test, the parsed results or where the parse failed. Quick and easy way to - run a parse expression against a list of sample strings. - - Parameters: - - tests - a list of separate test strings, or a multiline string of test strings - - parseAll - (default=C{True}) - flag to pass to C{L{parseString}} when running tests - - comment - (default=C{'#'}) - expression for indicating embedded comments in the test - string; pass None to disable comment filtering - - fullDump - (default=C{True}) - dump results as list followed by results names in nested outline; - if False, only dump nested list - - printResults - (default=C{True}) prints test output to stdout - - failureTests - (default=C{False}) indicates if these tests are expected to fail parsing - - Returns: a (success, results) tuple, where success indicates that all tests succeeded - (or failed if C{failureTests} is True), and the results contain a list of lines of each - test's output - - Example:: - number_expr = pyparsing_common.number.copy() - - result = number_expr.runTests(''' - # unsigned integer - 100 - # negative integer - -100 - # float with scientific notation - 6.02e23 - # integer with scientific notation - 1e-12 - ''') - print("Success" if result[0] else "Failed!") - - result = number_expr.runTests(''' - # stray character - 100Z - # missing leading digit before '.' - -.100 - # too many '.' - 3.14.159 - ''', failureTests=True) - print("Success" if result[0] else "Failed!") - prints:: - # unsigned integer - 100 - [100] - - # negative integer - -100 - [-100] - - # float with scientific notation - 6.02e23 - [6.02e+23] - - # integer with scientific notation - 1e-12 - [1e-12] - - Success - - # stray character - 100Z - ^ - FAIL: Expected end of text (at char 3), (line:1, col:4) - - # missing leading digit before '.' - -.100 - ^ - FAIL: Expected {real number with scientific notation | real number | signed integer} (at char 0), (line:1, col:1) - - # too many '.' - 3.14.159 - ^ - FAIL: Expected end of text (at char 4), (line:1, col:5) - - Success - - Each test string must be on a single line. If you want to test a string that spans multiple - lines, create a test like this:: - - expr.runTest(r"this is a test\\n of strings that spans \\n 3 lines") - - (Note that this is a raw string literal, you must include the leading 'r'.) - """ - if isinstance(tests, basestring): - tests = list(map(str.strip, tests.rstrip().splitlines())) - if isinstance(comment, basestring): - comment = Literal(comment) - allResults = [] - comments = [] - success = True - for t in tests: - if comment is not None and comment.matches(t, False) or comments and not t: - comments.append(t) - continue - if not t: - continue - out = ['\n'.join(comments), t] - comments = [] - try: - t = t.replace(r'\n','\n') - result = self.parseString(t, parseAll=parseAll) - out.append(result.dump(full=fullDump)) - success = success and not failureTests - except ParseBaseException as pe: - fatal = "(FATAL)" if isinstance(pe, ParseFatalException) else "" - if '\n' in t: - out.append(line(pe.loc, t)) - out.append(' '*(col(pe.loc,t)-1) + '^' + fatal) - else: - out.append(' '*pe.loc + '^' + fatal) - out.append("FAIL: " + str(pe)) - success = success and failureTests - result = pe - except Exception as exc: - out.append("FAIL-EXCEPTION: " + str(exc)) - success = success and failureTests - result = exc - - if printResults: - if fullDump: - out.append('') - print('\n'.join(out)) - - allResults.append((t, result)) - - return success, allResults - - -class Token(ParserElement): - """ - Abstract C{ParserElement} subclass, for defining atomic matching patterns. - """ - def __init__( self ): - super(Token,self).__init__( savelist=False ) - - -class Empty(Token): - """ - An empty token, will always match. - """ - def __init__( self ): - super(Empty,self).__init__() - self.name = "Empty" - self.mayReturnEmpty = True - self.mayIndexError = False - - -class NoMatch(Token): - """ - A token that will never match. - """ - def __init__( self ): - super(NoMatch,self).__init__() - self.name = "NoMatch" - self.mayReturnEmpty = True - self.mayIndexError = False - self.errmsg = "Unmatchable token" - - def parseImpl( self, instring, loc, doActions=True ): - raise ParseException(instring, loc, self.errmsg, self) - - -class Literal(Token): - """ - Token to exactly match a specified string. - - Example:: - Literal('blah').parseString('blah') # -> ['blah'] - Literal('blah').parseString('blahfooblah') # -> ['blah'] - Literal('blah').parseString('bla') # -> Exception: Expected "blah" - - For case-insensitive matching, use L{CaselessLiteral}. - - For keyword matching (force word break before and after the matched string), - use L{Keyword} or L{CaselessKeyword}. - """ - def __init__( self, matchString ): - super(Literal,self).__init__() - self.match = matchString - self.matchLen = len(matchString) - try: - self.firstMatchChar = matchString[0] - except IndexError: - warnings.warn("null string passed to Literal; use Empty() instead", - SyntaxWarning, stacklevel=2) - self.__class__ = Empty - self.name = '"%s"' % _ustr(self.match) - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = False - self.mayIndexError = False - - # Performance tuning: this routine gets called a *lot* - # if this is a single character match string and the first character matches, - # short-circuit as quickly as possible, and avoid calling startswith - #~ @profile - def parseImpl( self, instring, loc, doActions=True ): - if (instring[loc] == self.firstMatchChar and - (self.matchLen==1 or instring.startswith(self.match,loc)) ): - return loc+self.matchLen, self.match - raise ParseException(instring, loc, self.errmsg, self) -_L = Literal -ParserElement._literalStringClass = Literal - -class Keyword(Token): - """ - Token to exactly match a specified string as a keyword, that is, it must be - immediately followed by a non-keyword character. Compare with C{L{Literal}}: - - C{Literal("if")} will match the leading C{'if'} in C{'ifAndOnlyIf'}. - - C{Keyword("if")} will not; it will only match the leading C{'if'} in C{'if x=1'}, or C{'if(y==2)'} - Accepts two optional constructor arguments in addition to the keyword string: - - C{identChars} is a string of characters that would be valid identifier characters, - defaulting to all alphanumerics + "_" and "$" - - C{caseless} allows case-insensitive matching, default is C{False}. - - Example:: - Keyword("start").parseString("start") # -> ['start'] - Keyword("start").parseString("starting") # -> Exception - - For case-insensitive matching, use L{CaselessKeyword}. - """ - DEFAULT_KEYWORD_CHARS = alphanums+"_$" - - def __init__( self, matchString, identChars=None, caseless=False ): - super(Keyword,self).__init__() - if identChars is None: - identChars = Keyword.DEFAULT_KEYWORD_CHARS - self.match = matchString - self.matchLen = len(matchString) - try: - self.firstMatchChar = matchString[0] - except IndexError: - warnings.warn("null string passed to Keyword; use Empty() instead", - SyntaxWarning, stacklevel=2) - self.name = '"%s"' % self.match - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = False - self.mayIndexError = False - self.caseless = caseless - if caseless: - self.caselessmatch = matchString.upper() - identChars = identChars.upper() - self.identChars = set(identChars) - - def parseImpl( self, instring, loc, doActions=True ): - if self.caseless: - if ( (instring[ loc:loc+self.matchLen ].upper() == self.caselessmatch) and - (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen].upper() not in self.identChars) and - (loc == 0 or instring[loc-1].upper() not in self.identChars) ): - return loc+self.matchLen, self.match - else: - if (instring[loc] == self.firstMatchChar and - (self.matchLen==1 or instring.startswith(self.match,loc)) and - (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen] not in self.identChars) and - (loc == 0 or instring[loc-1] not in self.identChars) ): - return loc+self.matchLen, self.match - raise ParseException(instring, loc, self.errmsg, self) - - def copy(self): - c = super(Keyword,self).copy() - c.identChars = Keyword.DEFAULT_KEYWORD_CHARS - return c - - @staticmethod - def setDefaultKeywordChars( chars ): - """Overrides the default Keyword chars - """ - Keyword.DEFAULT_KEYWORD_CHARS = chars - -class CaselessLiteral(Literal): - """ - Token to match a specified string, ignoring case of letters. - Note: the matched results will always be in the case of the given - match string, NOT the case of the input text. - - Example:: - OneOrMore(CaselessLiteral("CMD")).parseString("cmd CMD Cmd10") # -> ['CMD', 'CMD', 'CMD'] - - (Contrast with example for L{CaselessKeyword}.) - """ - def __init__( self, matchString ): - super(CaselessLiteral,self).__init__( matchString.upper() ) - # Preserve the defining literal. - self.returnString = matchString - self.name = "'%s'" % self.returnString - self.errmsg = "Expected " + self.name - - def parseImpl( self, instring, loc, doActions=True ): - if instring[ loc:loc+self.matchLen ].upper() == self.match: - return loc+self.matchLen, self.returnString - raise ParseException(instring, loc, self.errmsg, self) - -class CaselessKeyword(Keyword): - """ - Caseless version of L{Keyword}. - - Example:: - OneOrMore(CaselessKeyword("CMD")).parseString("cmd CMD Cmd10") # -> ['CMD', 'CMD'] - - (Contrast with example for L{CaselessLiteral}.) - """ - def __init__( self, matchString, identChars=None ): - super(CaselessKeyword,self).__init__( matchString, identChars, caseless=True ) - - def parseImpl( self, instring, loc, doActions=True ): - if ( (instring[ loc:loc+self.matchLen ].upper() == self.caselessmatch) and - (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen].upper() not in self.identChars) ): - return loc+self.matchLen, self.match - raise ParseException(instring, loc, self.errmsg, self) - -class CloseMatch(Token): - """ - A variation on L{Literal} which matches "close" matches, that is, - strings with at most 'n' mismatching characters. C{CloseMatch} takes parameters: - - C{match_string} - string to be matched - - C{maxMismatches} - (C{default=1}) maximum number of mismatches allowed to count as a match - - The results from a successful parse will contain the matched text from the input string and the following named results: - - C{mismatches} - a list of the positions within the match_string where mismatches were found - - C{original} - the original match_string used to compare against the input string - - If C{mismatches} is an empty list, then the match was an exact match. - - Example:: - patt = CloseMatch("ATCATCGAATGGA") - patt.parseString("ATCATCGAAXGGA") # -> (['ATCATCGAAXGGA'], {'mismatches': [[9]], 'original': ['ATCATCGAATGGA']}) - patt.parseString("ATCAXCGAAXGGA") # -> Exception: Expected 'ATCATCGAATGGA' (with up to 1 mismatches) (at char 0), (line:1, col:1) - - # exact match - patt.parseString("ATCATCGAATGGA") # -> (['ATCATCGAATGGA'], {'mismatches': [[]], 'original': ['ATCATCGAATGGA']}) - - # close match allowing up to 2 mismatches - patt = CloseMatch("ATCATCGAATGGA", maxMismatches=2) - patt.parseString("ATCAXCGAAXGGA") # -> (['ATCAXCGAAXGGA'], {'mismatches': [[4, 9]], 'original': ['ATCATCGAATGGA']}) - """ - def __init__(self, match_string, maxMismatches=1): - super(CloseMatch,self).__init__() - self.name = match_string - self.match_string = match_string - self.maxMismatches = maxMismatches - self.errmsg = "Expected %r (with up to %d mismatches)" % (self.match_string, self.maxMismatches) - self.mayIndexError = False - self.mayReturnEmpty = False - - def parseImpl( self, instring, loc, doActions=True ): - start = loc - instrlen = len(instring) - maxloc = start + len(self.match_string) - - if maxloc <= instrlen: - match_string = self.match_string - match_stringloc = 0 - mismatches = [] - maxMismatches = self.maxMismatches - - for match_stringloc,s_m in enumerate(zip(instring[loc:maxloc], self.match_string)): - src,mat = s_m - if src != mat: - mismatches.append(match_stringloc) - if len(mismatches) > maxMismatches: - break - else: - loc = match_stringloc + 1 - results = ParseResults([instring[start:loc]]) - results['original'] = self.match_string - results['mismatches'] = mismatches - return loc, results - - raise ParseException(instring, loc, self.errmsg, self) - - -class Word(Token): - """ - Token for matching words composed of allowed character sets. - Defined with string containing all allowed initial characters, - an optional string containing allowed body characters (if omitted, - defaults to the initial character set), and an optional minimum, - maximum, and/or exact length. The default value for C{min} is 1 (a - minimum value < 1 is not valid); the default values for C{max} and C{exact} - are 0, meaning no maximum or exact length restriction. An optional - C{excludeChars} parameter can list characters that might be found in - the input C{bodyChars} string; useful to define a word of all printables - except for one or two characters, for instance. - - L{srange} is useful for defining custom character set strings for defining - C{Word} expressions, using range notation from regular expression character sets. - - A common mistake is to use C{Word} to match a specific literal string, as in - C{Word("Address")}. Remember that C{Word} uses the string argument to define - I{sets} of matchable characters. This expression would match "Add", "AAA", - "dAred", or any other word made up of the characters 'A', 'd', 'r', 'e', and 's'. - To match an exact literal string, use L{Literal} or L{Keyword}. - - pyparsing includes helper strings for building Words: - - L{alphas} - - L{nums} - - L{alphanums} - - L{hexnums} - - L{alphas8bit} (alphabetic characters in ASCII range 128-255 - accented, tilded, umlauted, etc.) - - L{punc8bit} (non-alphabetic characters in ASCII range 128-255 - currency, symbols, superscripts, diacriticals, etc.) - - L{printables} (any non-whitespace character) - - Example:: - # a word composed of digits - integer = Word(nums) # equivalent to Word("0123456789") or Word(srange("0-9")) - - # a word with a leading capital, and zero or more lowercase - capital_word = Word(alphas.upper(), alphas.lower()) - - # hostnames are alphanumeric, with leading alpha, and '-' - hostname = Word(alphas, alphanums+'-') - - # roman numeral (not a strict parser, accepts invalid mix of characters) - roman = Word("IVXLCDM") - - # any string of non-whitespace characters, except for ',' - csv_value = Word(printables, excludeChars=",") - """ - def __init__( self, initChars, bodyChars=None, min=1, max=0, exact=0, asKeyword=False, excludeChars=None ): - super(Word,self).__init__() - if excludeChars: - initChars = ''.join(c for c in initChars if c not in excludeChars) - if bodyChars: - bodyChars = ''.join(c for c in bodyChars if c not in excludeChars) - self.initCharsOrig = initChars - self.initChars = set(initChars) - if bodyChars : - self.bodyCharsOrig = bodyChars - self.bodyChars = set(bodyChars) - else: - self.bodyCharsOrig = initChars - self.bodyChars = set(initChars) - - self.maxSpecified = max > 0 - - if min < 1: - raise ValueError("cannot specify a minimum length < 1; use Optional(Word()) if zero-length word is permitted") - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.asKeyword = asKeyword - - if ' ' not in self.initCharsOrig+self.bodyCharsOrig and (min==1 and max==0 and exact==0): - if self.bodyCharsOrig == self.initCharsOrig: - self.reString = "[%s]+" % _escapeRegexRangeChars(self.initCharsOrig) - elif len(self.initCharsOrig) == 1: - self.reString = "%s[%s]*" % \ - (re.escape(self.initCharsOrig), - _escapeRegexRangeChars(self.bodyCharsOrig),) - else: - self.reString = "[%s][%s]*" % \ - (_escapeRegexRangeChars(self.initCharsOrig), - _escapeRegexRangeChars(self.bodyCharsOrig),) - if self.asKeyword: - self.reString = r"\b"+self.reString+r"\b" - try: - self.re = re.compile( self.reString ) - except Exception: - self.re = None - - def parseImpl( self, instring, loc, doActions=True ): - if self.re: - result = self.re.match(instring,loc) - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - return loc, result.group() - - if not(instring[ loc ] in self.initChars): - raise ParseException(instring, loc, self.errmsg, self) - - start = loc - loc += 1 - instrlen = len(instring) - bodychars = self.bodyChars - maxloc = start + self.maxLen - maxloc = min( maxloc, instrlen ) - while loc < maxloc and instring[loc] in bodychars: - loc += 1 - - throwException = False - if loc - start < self.minLen: - throwException = True - if self.maxSpecified and loc < instrlen and instring[loc] in bodychars: - throwException = True - if self.asKeyword: - if (start>0 and instring[start-1] in bodychars) or (loc<instrlen and instring[loc] in bodychars): - throwException = True - - if throwException: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - def __str__( self ): - try: - return super(Word,self).__str__() - except Exception: - pass - - - if self.strRepr is None: - - def charsAsStr(s): - if len(s)>4: - return s[:4]+"..." - else: - return s - - if ( self.initCharsOrig != self.bodyCharsOrig ): - self.strRepr = "W:(%s,%s)" % ( charsAsStr(self.initCharsOrig), charsAsStr(self.bodyCharsOrig) ) - else: - self.strRepr = "W:(%s)" % charsAsStr(self.initCharsOrig) - - return self.strRepr - - -class Regex(Token): - r""" - Token for matching strings that match a given regular expression. - Defined with string specifying the regular expression in a form recognized by the inbuilt Python re module. - If the given regex contains named groups (defined using C{(?P<name>...)}), these will be preserved as - named parse results. - - Example:: - realnum = Regex(r"[+-]?\d+\.\d*") - date = Regex(r'(?P<year>\d{4})-(?P<month>\d\d?)-(?P<day>\d\d?)') - # ref: http://stackoverflow.com/questions/267399/how-do-you-match-only-valid-roman-numerals-with-a-regular-expression - roman = Regex(r"M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})") - """ - compiledREtype = type(re.compile("[A-Z]")) - def __init__( self, pattern, flags=0): - """The parameters C{pattern} and C{flags} are passed to the C{re.compile()} function as-is. See the Python C{re} module for an explanation of the acceptable patterns and flags.""" - super(Regex,self).__init__() - - if isinstance(pattern, basestring): - if not pattern: - warnings.warn("null string passed to Regex; use Empty() instead", - SyntaxWarning, stacklevel=2) - - self.pattern = pattern - self.flags = flags - - try: - self.re = re.compile(self.pattern, self.flags) - self.reString = self.pattern - except sre_constants.error: - warnings.warn("invalid pattern (%s) passed to Regex" % pattern, - SyntaxWarning, stacklevel=2) - raise - - elif isinstance(pattern, Regex.compiledREtype): - self.re = pattern - self.pattern = \ - self.reString = str(pattern) - self.flags = flags - - else: - raise ValueError("Regex may only be constructed with a string or a compiled RE object") - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - result = self.re.match(instring,loc) - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - d = result.groupdict() - ret = ParseResults(result.group()) - if d: - for k in d: - ret[k] = d[k] - return loc,ret - - def __str__( self ): - try: - return super(Regex,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "Re:(%s)" % repr(self.pattern) - - return self.strRepr - - -class QuotedString(Token): - r""" - Token for matching strings that are delimited by quoting characters. - - Defined with the following parameters: - - quoteChar - string of one or more characters defining the quote delimiting string - - escChar - character to escape quotes, typically backslash (default=C{None}) - - escQuote - special quote sequence to escape an embedded quote string (such as SQL's "" to escape an embedded ") (default=C{None}) - - multiline - boolean indicating whether quotes can span multiple lines (default=C{False}) - - unquoteResults - boolean indicating whether the matched text should be unquoted (default=C{True}) - - endQuoteChar - string of one or more characters defining the end of the quote delimited string (default=C{None} => same as quoteChar) - - convertWhitespaceEscapes - convert escaped whitespace (C{'\t'}, C{'\n'}, etc.) to actual whitespace (default=C{True}) - - Example:: - qs = QuotedString('"') - print(qs.searchString('lsjdf "This is the quote" sldjf')) - complex_qs = QuotedString('{{', endQuoteChar='}}') - print(complex_qs.searchString('lsjdf {{This is the "quote"}} sldjf')) - sql_qs = QuotedString('"', escQuote='""') - print(sql_qs.searchString('lsjdf "This is the quote with ""embedded"" quotes" sldjf')) - prints:: - [['This is the quote']] - [['This is the "quote"']] - [['This is the quote with "embedded" quotes']] - """ - def __init__( self, quoteChar, escChar=None, escQuote=None, multiline=False, unquoteResults=True, endQuoteChar=None, convertWhitespaceEscapes=True): - super(QuotedString,self).__init__() - - # remove white space from quote chars - wont work anyway - quoteChar = quoteChar.strip() - if not quoteChar: - warnings.warn("quoteChar cannot be the empty string",SyntaxWarning,stacklevel=2) - raise SyntaxError() - - if endQuoteChar is None: - endQuoteChar = quoteChar - else: - endQuoteChar = endQuoteChar.strip() - if not endQuoteChar: - warnings.warn("endQuoteChar cannot be the empty string",SyntaxWarning,stacklevel=2) - raise SyntaxError() - - self.quoteChar = quoteChar - self.quoteCharLen = len(quoteChar) - self.firstQuoteChar = quoteChar[0] - self.endQuoteChar = endQuoteChar - self.endQuoteCharLen = len(endQuoteChar) - self.escChar = escChar - self.escQuote = escQuote - self.unquoteResults = unquoteResults - self.convertWhitespaceEscapes = convertWhitespaceEscapes - - if multiline: - self.flags = re.MULTILINE | re.DOTALL - self.pattern = r'%s(?:[^%s%s]' % \ - ( re.escape(self.quoteChar), - _escapeRegexRangeChars(self.endQuoteChar[0]), - (escChar is not None and _escapeRegexRangeChars(escChar) or '') ) - else: - self.flags = 0 - self.pattern = r'%s(?:[^%s\n\r%s]' % \ - ( re.escape(self.quoteChar), - _escapeRegexRangeChars(self.endQuoteChar[0]), - (escChar is not None and _escapeRegexRangeChars(escChar) or '') ) - if len(self.endQuoteChar) > 1: - self.pattern += ( - '|(?:' + ')|(?:'.join("%s[^%s]" % (re.escape(self.endQuoteChar[:i]), - _escapeRegexRangeChars(self.endQuoteChar[i])) - for i in range(len(self.endQuoteChar)-1,0,-1)) + ')' - ) - if escQuote: - self.pattern += (r'|(?:%s)' % re.escape(escQuote)) - if escChar: - self.pattern += (r'|(?:%s.)' % re.escape(escChar)) - self.escCharReplacePattern = re.escape(self.escChar)+"(.)" - self.pattern += (r')*%s' % re.escape(self.endQuoteChar)) - - try: - self.re = re.compile(self.pattern, self.flags) - self.reString = self.pattern - except sre_constants.error: - warnings.warn("invalid pattern (%s) passed to Regex" % self.pattern, - SyntaxWarning, stacklevel=2) - raise - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayIndexError = False - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - result = instring[loc] == self.firstQuoteChar and self.re.match(instring,loc) or None - if not result: - raise ParseException(instring, loc, self.errmsg, self) - - loc = result.end() - ret = result.group() - - if self.unquoteResults: - - # strip off quotes - ret = ret[self.quoteCharLen:-self.endQuoteCharLen] - - if isinstance(ret,basestring): - # replace escaped whitespace - if '\\' in ret and self.convertWhitespaceEscapes: - ws_map = { - r'\t' : '\t', - r'\n' : '\n', - r'\f' : '\f', - r'\r' : '\r', - } - for wslit,wschar in ws_map.items(): - ret = ret.replace(wslit, wschar) - - # replace escaped characters - if self.escChar: - ret = re.sub(self.escCharReplacePattern, r"\g<1>", ret) - - # replace escaped quotes - if self.escQuote: - ret = ret.replace(self.escQuote, self.endQuoteChar) - - return loc, ret - - def __str__( self ): - try: - return super(QuotedString,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "quoted string, starting with %s ending with %s" % (self.quoteChar, self.endQuoteChar) - - return self.strRepr - - -class CharsNotIn(Token): - """ - Token for matching words composed of characters I{not} in a given set (will - include whitespace in matched characters if not listed in the provided exclusion set - see example). - Defined with string containing all disallowed characters, and an optional - minimum, maximum, and/or exact length. The default value for C{min} is 1 (a - minimum value < 1 is not valid); the default values for C{max} and C{exact} - are 0, meaning no maximum or exact length restriction. - - Example:: - # define a comma-separated-value as anything that is not a ',' - csv_value = CharsNotIn(',') - print(delimitedList(csv_value).parseString("dkls,lsdkjf,s12 34,@!#,213")) - prints:: - ['dkls', 'lsdkjf', 's12 34', '@!#', '213'] - """ - def __init__( self, notChars, min=1, max=0, exact=0 ): - super(CharsNotIn,self).__init__() - self.skipWhitespace = False - self.notChars = notChars - - if min < 1: - raise ValueError("cannot specify a minimum length < 1; use Optional(CharsNotIn()) if zero-length char group is permitted") - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - self.name = _ustr(self) - self.errmsg = "Expected " + self.name - self.mayReturnEmpty = ( self.minLen == 0 ) - self.mayIndexError = False - - def parseImpl( self, instring, loc, doActions=True ): - if instring[loc] in self.notChars: - raise ParseException(instring, loc, self.errmsg, self) - - start = loc - loc += 1 - notchars = self.notChars - maxlen = min( start+self.maxLen, len(instring) ) - while loc < maxlen and \ - (instring[loc] not in notchars): - loc += 1 - - if loc - start < self.minLen: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - def __str__( self ): - try: - return super(CharsNotIn, self).__str__() - except Exception: - pass - - if self.strRepr is None: - if len(self.notChars) > 4: - self.strRepr = "!W:(%s...)" % self.notChars[:4] - else: - self.strRepr = "!W:(%s)" % self.notChars - - return self.strRepr - -class White(Token): - """ - Special matching class for matching whitespace. Normally, whitespace is ignored - by pyparsing grammars. This class is included when some whitespace structures - are significant. Define with a string containing the whitespace characters to be - matched; default is C{" \\t\\r\\n"}. Also takes optional C{min}, C{max}, and C{exact} arguments, - as defined for the C{L{Word}} class. - """ - whiteStrs = { - " " : "<SPC>", - "\t": "<TAB>", - "\n": "<LF>", - "\r": "<CR>", - "\f": "<FF>", - } - def __init__(self, ws=" \t\r\n", min=1, max=0, exact=0): - super(White,self).__init__() - self.matchWhite = ws - self.setWhitespaceChars( "".join(c for c in self.whiteChars if c not in self.matchWhite) ) - #~ self.leaveWhitespace() - self.name = ("".join(White.whiteStrs[c] for c in self.matchWhite)) - self.mayReturnEmpty = True - self.errmsg = "Expected " + self.name - - self.minLen = min - - if max > 0: - self.maxLen = max - else: - self.maxLen = _MAX_INT - - if exact > 0: - self.maxLen = exact - self.minLen = exact - - def parseImpl( self, instring, loc, doActions=True ): - if not(instring[ loc ] in self.matchWhite): - raise ParseException(instring, loc, self.errmsg, self) - start = loc - loc += 1 - maxloc = start + self.maxLen - maxloc = min( maxloc, len(instring) ) - while loc < maxloc and instring[loc] in self.matchWhite: - loc += 1 - - if loc - start < self.minLen: - raise ParseException(instring, loc, self.errmsg, self) - - return loc, instring[start:loc] - - -class _PositionToken(Token): - def __init__( self ): - super(_PositionToken,self).__init__() - self.name=self.__class__.__name__ - self.mayReturnEmpty = True - self.mayIndexError = False - -class GoToColumn(_PositionToken): - """ - Token to advance to a specific column of input text; useful for tabular report scraping. - """ - def __init__( self, colno ): - super(GoToColumn,self).__init__() - self.col = colno - - def preParse( self, instring, loc ): - if col(loc,instring) != self.col: - instrlen = len(instring) - if self.ignoreExprs: - loc = self._skipIgnorables( instring, loc ) - while loc < instrlen and instring[loc].isspace() and col( loc, instring ) != self.col : - loc += 1 - return loc - - def parseImpl( self, instring, loc, doActions=True ): - thiscol = col( loc, instring ) - if thiscol > self.col: - raise ParseException( instring, loc, "Text not in expected column", self ) - newloc = loc + self.col - thiscol - ret = instring[ loc: newloc ] - return newloc, ret - - -class LineStart(_PositionToken): - """ - Matches if current position is at the beginning of a line within the parse string - - Example:: - - test = '''\ - AAA this line - AAA and this line - AAA but not this one - B AAA and definitely not this one - ''' - - for t in (LineStart() + 'AAA' + restOfLine).searchString(test): - print(t) - - Prints:: - ['AAA', ' this line'] - ['AAA', ' and this line'] - - """ - def __init__( self ): - super(LineStart,self).__init__() - self.errmsg = "Expected start of line" - - def parseImpl( self, instring, loc, doActions=True ): - if col(loc, instring) == 1: - return loc, [] - raise ParseException(instring, loc, self.errmsg, self) - -class LineEnd(_PositionToken): - """ - Matches if current position is at the end of a line within the parse string - """ - def __init__( self ): - super(LineEnd,self).__init__() - self.setWhitespaceChars( ParserElement.DEFAULT_WHITE_CHARS.replace("\n","") ) - self.errmsg = "Expected end of line" - - def parseImpl( self, instring, loc, doActions=True ): - if loc<len(instring): - if instring[loc] == "\n": - return loc+1, "\n" - else: - raise ParseException(instring, loc, self.errmsg, self) - elif loc == len(instring): - return loc+1, [] - else: - raise ParseException(instring, loc, self.errmsg, self) - -class StringStart(_PositionToken): - """ - Matches if current position is at the beginning of the parse string - """ - def __init__( self ): - super(StringStart,self).__init__() - self.errmsg = "Expected start of text" - - def parseImpl( self, instring, loc, doActions=True ): - if loc != 0: - # see if entire string up to here is just whitespace and ignoreables - if loc != self.preParse( instring, 0 ): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - -class StringEnd(_PositionToken): - """ - Matches if current position is at the end of the parse string - """ - def __init__( self ): - super(StringEnd,self).__init__() - self.errmsg = "Expected end of text" - - def parseImpl( self, instring, loc, doActions=True ): - if loc < len(instring): - raise ParseException(instring, loc, self.errmsg, self) - elif loc == len(instring): - return loc+1, [] - elif loc > len(instring): - return loc, [] - else: - raise ParseException(instring, loc, self.errmsg, self) - -class WordStart(_PositionToken): - """ - Matches if the current position is at the beginning of a Word, and - is not preceded by any character in a given set of C{wordChars} - (default=C{printables}). To emulate the C{\b} behavior of regular expressions, - use C{WordStart(alphanums)}. C{WordStart} will also match at the beginning of - the string being parsed, or at the beginning of a line. - """ - def __init__(self, wordChars = printables): - super(WordStart,self).__init__() - self.wordChars = set(wordChars) - self.errmsg = "Not at the start of a word" - - def parseImpl(self, instring, loc, doActions=True ): - if loc != 0: - if (instring[loc-1] in self.wordChars or - instring[loc] not in self.wordChars): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - -class WordEnd(_PositionToken): - """ - Matches if the current position is at the end of a Word, and - is not followed by any character in a given set of C{wordChars} - (default=C{printables}). To emulate the C{\b} behavior of regular expressions, - use C{WordEnd(alphanums)}. C{WordEnd} will also match at the end of - the string being parsed, or at the end of a line. - """ - def __init__(self, wordChars = printables): - super(WordEnd,self).__init__() - self.wordChars = set(wordChars) - self.skipWhitespace = False - self.errmsg = "Not at the end of a word" - - def parseImpl(self, instring, loc, doActions=True ): - instrlen = len(instring) - if instrlen>0 and loc<instrlen: - if (instring[loc] in self.wordChars or - instring[loc-1] not in self.wordChars): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - - -class ParseExpression(ParserElement): - """ - Abstract subclass of ParserElement, for combining and post-processing parsed tokens. - """ - def __init__( self, exprs, savelist = False ): - super(ParseExpression,self).__init__(savelist) - if isinstance( exprs, _generatorType ): - exprs = list(exprs) - - if isinstance( exprs, basestring ): - self.exprs = [ ParserElement._literalStringClass( exprs ) ] - elif isinstance( exprs, Iterable ): - exprs = list(exprs) - # if sequence of strings provided, wrap with Literal - if all(isinstance(expr, basestring) for expr in exprs): - exprs = map(ParserElement._literalStringClass, exprs) - self.exprs = list(exprs) - else: - try: - self.exprs = list( exprs ) - except TypeError: - self.exprs = [ exprs ] - self.callPreparse = False - - def __getitem__( self, i ): - return self.exprs[i] - - def append( self, other ): - self.exprs.append( other ) - self.strRepr = None - return self - - def leaveWhitespace( self ): - """Extends C{leaveWhitespace} defined in base class, and also invokes C{leaveWhitespace} on - all contained expressions.""" - self.skipWhitespace = False - self.exprs = [ e.copy() for e in self.exprs ] - for e in self.exprs: - e.leaveWhitespace() - return self - - def ignore( self, other ): - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - super( ParseExpression, self).ignore( other ) - for e in self.exprs: - e.ignore( self.ignoreExprs[-1] ) - else: - super( ParseExpression, self).ignore( other ) - for e in self.exprs: - e.ignore( self.ignoreExprs[-1] ) - return self - - def __str__( self ): - try: - return super(ParseExpression,self).__str__() - except Exception: - pass - - if self.strRepr is None: - self.strRepr = "%s:(%s)" % ( self.__class__.__name__, _ustr(self.exprs) ) - return self.strRepr - - def streamline( self ): - super(ParseExpression,self).streamline() - - for e in self.exprs: - e.streamline() - - # collapse nested And's of the form And( And( And( a,b), c), d) to And( a,b,c,d ) - # but only if there are no parse actions or resultsNames on the nested And's - # (likewise for Or's and MatchFirst's) - if ( len(self.exprs) == 2 ): - other = self.exprs[0] - if ( isinstance( other, self.__class__ ) and - not(other.parseAction) and - other.resultsName is None and - not other.debug ): - self.exprs = other.exprs[:] + [ self.exprs[1] ] - self.strRepr = None - self.mayReturnEmpty |= other.mayReturnEmpty - self.mayIndexError |= other.mayIndexError - - other = self.exprs[-1] - if ( isinstance( other, self.__class__ ) and - not(other.parseAction) and - other.resultsName is None and - not other.debug ): - self.exprs = self.exprs[:-1] + other.exprs[:] - self.strRepr = None - self.mayReturnEmpty |= other.mayReturnEmpty - self.mayIndexError |= other.mayIndexError - - self.errmsg = "Expected " + _ustr(self) - - return self - - def setResultsName( self, name, listAllMatches=False ): - ret = super(ParseExpression,self).setResultsName(name,listAllMatches) - return ret - - def validate( self, validateTrace=[] ): - tmp = validateTrace[:]+[self] - for e in self.exprs: - e.validate(tmp) - self.checkRecursion( [] ) - - def copy(self): - ret = super(ParseExpression,self).copy() - ret.exprs = [e.copy() for e in self.exprs] - return ret - -class And(ParseExpression): - """ - Requires all given C{ParseExpression}s to be found in the given order. - Expressions may be separated by whitespace. - May be constructed using the C{'+'} operator. - May also be constructed using the C{'-'} operator, which will suppress backtracking. - - Example:: - integer = Word(nums) - name_expr = OneOrMore(Word(alphas)) - - expr = And([integer("id"),name_expr("name"),integer("age")]) - # more easily written as: - expr = integer("id") + name_expr("name") + integer("age") - """ - - class _ErrorStop(Empty): - def __init__(self, *args, **kwargs): - super(And._ErrorStop,self).__init__(*args, **kwargs) - self.name = '-' - self.leaveWhitespace() - - def __init__( self, exprs, savelist = True ): - super(And,self).__init__(exprs, savelist) - self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs) - self.setWhitespaceChars( self.exprs[0].whiteChars ) - self.skipWhitespace = self.exprs[0].skipWhitespace - self.callPreparse = True - - def parseImpl( self, instring, loc, doActions=True ): - # pass False as last arg to _parse for first element, since we already - # pre-parsed the string as part of our And pre-parsing - loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False ) - errorStop = False - for e in self.exprs[1:]: - if isinstance(e, And._ErrorStop): - errorStop = True - continue - if errorStop: - try: - loc, exprtokens = e._parse( instring, loc, doActions ) - except ParseSyntaxException: - raise - except ParseBaseException as pe: - pe.__traceback__ = None - raise ParseSyntaxException._from_exception(pe) - except IndexError: - raise ParseSyntaxException(instring, len(instring), self.errmsg, self) - else: - loc, exprtokens = e._parse( instring, loc, doActions ) - if exprtokens or exprtokens.haskeys(): - resultlist += exprtokens - return loc, resultlist - - def __iadd__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #And( [ self, other ] ) - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - if not e.mayReturnEmpty: - break - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - -class Or(ParseExpression): - """ - Requires that at least one C{ParseExpression} is found. - If two expressions match, the expression that matches the longest string will be used. - May be constructed using the C{'^'} operator. - - Example:: - # construct Or using '^' operator - - number = Word(nums) ^ Combine(Word(nums) + '.' + Word(nums)) - print(number.searchString("123 3.1416 789")) - prints:: - [['123'], ['3.1416'], ['789']] - """ - def __init__( self, exprs, savelist = False ): - super(Or,self).__init__(exprs, savelist) - if self.exprs: - self.mayReturnEmpty = any(e.mayReturnEmpty for e in self.exprs) - else: - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - maxExcLoc = -1 - maxException = None - matches = [] - for e in self.exprs: - try: - loc2 = e.tryParse( instring, loc ) - except ParseException as err: - err.__traceback__ = None - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - except IndexError: - if len(instring) > maxExcLoc: - maxException = ParseException(instring,len(instring),e.errmsg,self) - maxExcLoc = len(instring) - else: - # save match among all matches, to retry longest to shortest - matches.append((loc2, e)) - - if matches: - matches.sort(key=lambda x: -x[0]) - for _,e in matches: - try: - return e._parse( instring, loc, doActions ) - except ParseException as err: - err.__traceback__ = None - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - - if maxException is not None: - maxException.msg = self.errmsg - raise maxException - else: - raise ParseException(instring, loc, "no defined alternatives to match", self) - - - def __ixor__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #Or( [ self, other ] ) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " ^ ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class MatchFirst(ParseExpression): - """ - Requires that at least one C{ParseExpression} is found. - If two expressions match, the first one listed is the one that will match. - May be constructed using the C{'|'} operator. - - Example:: - # construct MatchFirst using '|' operator - - # watch the order of expressions to match - number = Word(nums) | Combine(Word(nums) + '.' + Word(nums)) - print(number.searchString("123 3.1416 789")) # Fail! -> [['123'], ['3'], ['1416'], ['789']] - - # put more selective expression first - number = Combine(Word(nums) + '.' + Word(nums)) | Word(nums) - print(number.searchString("123 3.1416 789")) # Better -> [['123'], ['3.1416'], ['789']] - """ - def __init__( self, exprs, savelist = False ): - super(MatchFirst,self).__init__(exprs, savelist) - if self.exprs: - self.mayReturnEmpty = any(e.mayReturnEmpty for e in self.exprs) - else: - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - maxExcLoc = -1 - maxException = None - for e in self.exprs: - try: - ret = e._parse( instring, loc, doActions ) - return ret - except ParseException as err: - if err.loc > maxExcLoc: - maxException = err - maxExcLoc = err.loc - except IndexError: - if len(instring) > maxExcLoc: - maxException = ParseException(instring,len(instring),e.errmsg,self) - maxExcLoc = len(instring) - - # only got here if no expression matched, raise exception for match that made it the furthest - else: - if maxException is not None: - maxException.msg = self.errmsg - raise maxException - else: - raise ParseException(instring, loc, "no defined alternatives to match", self) - - def __ior__(self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass( other ) - return self.append( other ) #MatchFirst( [ self, other ] ) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " | ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class Each(ParseExpression): - """ - Requires all given C{ParseExpression}s to be found, but in any order. - Expressions may be separated by whitespace. - May be constructed using the C{'&'} operator. - - Example:: - color = oneOf("RED ORANGE YELLOW GREEN BLUE PURPLE BLACK WHITE BROWN") - shape_type = oneOf("SQUARE CIRCLE TRIANGLE STAR HEXAGON OCTAGON") - integer = Word(nums) - shape_attr = "shape:" + shape_type("shape") - posn_attr = "posn:" + Group(integer("x") + ',' + integer("y"))("posn") - color_attr = "color:" + color("color") - size_attr = "size:" + integer("size") - - # use Each (using operator '&') to accept attributes in any order - # (shape and posn are required, color and size are optional) - shape_spec = shape_attr & posn_attr & Optional(color_attr) & Optional(size_attr) - - shape_spec.runTests(''' - shape: SQUARE color: BLACK posn: 100, 120 - shape: CIRCLE size: 50 color: BLUE posn: 50,80 - color:GREEN size:20 shape:TRIANGLE posn:20,40 - ''' - ) - prints:: - shape: SQUARE color: BLACK posn: 100, 120 - ['shape:', 'SQUARE', 'color:', 'BLACK', 'posn:', ['100', ',', '120']] - - color: BLACK - - posn: ['100', ',', '120'] - - x: 100 - - y: 120 - - shape: SQUARE - - - shape: CIRCLE size: 50 color: BLUE posn: 50,80 - ['shape:', 'CIRCLE', 'size:', '50', 'color:', 'BLUE', 'posn:', ['50', ',', '80']] - - color: BLUE - - posn: ['50', ',', '80'] - - x: 50 - - y: 80 - - shape: CIRCLE - - size: 50 - - - color: GREEN size: 20 shape: TRIANGLE posn: 20,40 - ['color:', 'GREEN', 'size:', '20', 'shape:', 'TRIANGLE', 'posn:', ['20', ',', '40']] - - color: GREEN - - posn: ['20', ',', '40'] - - x: 20 - - y: 40 - - shape: TRIANGLE - - size: 20 - """ - def __init__( self, exprs, savelist = True ): - super(Each,self).__init__(exprs, savelist) - self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs) - self.skipWhitespace = True - self.initExprGroups = True - - def parseImpl( self, instring, loc, doActions=True ): - if self.initExprGroups: - self.opt1map = dict((id(e.expr),e) for e in self.exprs if isinstance(e,Optional)) - opt1 = [ e.expr for e in self.exprs if isinstance(e,Optional) ] - opt2 = [ e for e in self.exprs if e.mayReturnEmpty and not isinstance(e,Optional)] - self.optionals = opt1 + opt2 - self.multioptionals = [ e.expr for e in self.exprs if isinstance(e,ZeroOrMore) ] - self.multirequired = [ e.expr for e in self.exprs if isinstance(e,OneOrMore) ] - self.required = [ e for e in self.exprs if not isinstance(e,(Optional,ZeroOrMore,OneOrMore)) ] - self.required += self.multirequired - self.initExprGroups = False - tmpLoc = loc - tmpReqd = self.required[:] - tmpOpt = self.optionals[:] - matchOrder = [] - - keepMatching = True - while keepMatching: - tmpExprs = tmpReqd + tmpOpt + self.multioptionals + self.multirequired - failed = [] - for e in tmpExprs: - try: - tmpLoc = e.tryParse( instring, tmpLoc ) - except ParseException: - failed.append(e) - else: - matchOrder.append(self.opt1map.get(id(e),e)) - if e in tmpReqd: - tmpReqd.remove(e) - elif e in tmpOpt: - tmpOpt.remove(e) - if len(failed) == len(tmpExprs): - keepMatching = False - - if tmpReqd: - missing = ", ".join(_ustr(e) for e in tmpReqd) - raise ParseException(instring,loc,"Missing one or more required elements (%s)" % missing ) - - # add any unmatched Optionals, in case they have default values defined - matchOrder += [e for e in self.exprs if isinstance(e,Optional) and e.expr in tmpOpt] - - resultlist = [] - for e in matchOrder: - loc,results = e._parse(instring,loc,doActions) - resultlist.append(results) - - finalResults = sum(resultlist, ParseResults([])) - return loc, finalResults - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + " & ".join(_ustr(e) for e in self.exprs) + "}" - - return self.strRepr - - def checkRecursion( self, parseElementList ): - subRecCheckList = parseElementList[:] + [ self ] - for e in self.exprs: - e.checkRecursion( subRecCheckList ) - - -class ParseElementEnhance(ParserElement): - """ - Abstract subclass of C{ParserElement}, for combining and post-processing parsed tokens. - """ - def __init__( self, expr, savelist=False ): - super(ParseElementEnhance,self).__init__(savelist) - if isinstance( expr, basestring ): - if issubclass(ParserElement._literalStringClass, Token): - expr = ParserElement._literalStringClass(expr) - else: - expr = ParserElement._literalStringClass(Literal(expr)) - self.expr = expr - self.strRepr = None - if expr is not None: - self.mayIndexError = expr.mayIndexError - self.mayReturnEmpty = expr.mayReturnEmpty - self.setWhitespaceChars( expr.whiteChars ) - self.skipWhitespace = expr.skipWhitespace - self.saveAsList = expr.saveAsList - self.callPreparse = expr.callPreparse - self.ignoreExprs.extend(expr.ignoreExprs) - - def parseImpl( self, instring, loc, doActions=True ): - if self.expr is not None: - return self.expr._parse( instring, loc, doActions, callPreParse=False ) - else: - raise ParseException("",loc,self.errmsg,self) - - def leaveWhitespace( self ): - self.skipWhitespace = False - self.expr = self.expr.copy() - if self.expr is not None: - self.expr.leaveWhitespace() - return self - - def ignore( self, other ): - if isinstance( other, Suppress ): - if other not in self.ignoreExprs: - super( ParseElementEnhance, self).ignore( other ) - if self.expr is not None: - self.expr.ignore( self.ignoreExprs[-1] ) - else: - super( ParseElementEnhance, self).ignore( other ) - if self.expr is not None: - self.expr.ignore( self.ignoreExprs[-1] ) - return self - - def streamline( self ): - super(ParseElementEnhance,self).streamline() - if self.expr is not None: - self.expr.streamline() - return self - - def checkRecursion( self, parseElementList ): - if self in parseElementList: - raise RecursiveGrammarException( parseElementList+[self] ) - subRecCheckList = parseElementList[:] + [ self ] - if self.expr is not None: - self.expr.checkRecursion( subRecCheckList ) - - def validate( self, validateTrace=[] ): - tmp = validateTrace[:]+[self] - if self.expr is not None: - self.expr.validate(tmp) - self.checkRecursion( [] ) - - def __str__( self ): - try: - return super(ParseElementEnhance,self).__str__() - except Exception: - pass - - if self.strRepr is None and self.expr is not None: - self.strRepr = "%s:(%s)" % ( self.__class__.__name__, _ustr(self.expr) ) - return self.strRepr - - -class FollowedBy(ParseElementEnhance): - """ - Lookahead matching of the given parse expression. C{FollowedBy} - does I{not} advance the parsing position within the input string, it only - verifies that the specified parse expression matches at the current - position. C{FollowedBy} always returns a null token list. - - Example:: - # use FollowedBy to match a label only if it is followed by a ':' - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - - OneOrMore(attr_expr).parseString("shape: SQUARE color: BLACK posn: upper left").pprint() - prints:: - [['shape', 'SQUARE'], ['color', 'BLACK'], ['posn', 'upper left']] - """ - def __init__( self, expr ): - super(FollowedBy,self).__init__(expr) - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - self.expr.tryParse( instring, loc ) - return loc, [] - - -class NotAny(ParseElementEnhance): - """ - Lookahead to disallow matching with the given parse expression. C{NotAny} - does I{not} advance the parsing position within the input string, it only - verifies that the specified parse expression does I{not} match at the current - position. Also, C{NotAny} does I{not} skip over leading whitespace. C{NotAny} - always returns a null token list. May be constructed using the '~' operator. - - Example:: - - """ - def __init__( self, expr ): - super(NotAny,self).__init__(expr) - #~ self.leaveWhitespace() - self.skipWhitespace = False # do NOT use self.leaveWhitespace(), don't want to propagate to exprs - self.mayReturnEmpty = True - self.errmsg = "Found unwanted token, "+_ustr(self.expr) - - def parseImpl( self, instring, loc, doActions=True ): - if self.expr.canParseNext(instring, loc): - raise ParseException(instring, loc, self.errmsg, self) - return loc, [] - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "~{" + _ustr(self.expr) + "}" - - return self.strRepr - -class _MultipleMatch(ParseElementEnhance): - def __init__( self, expr, stopOn=None): - super(_MultipleMatch, self).__init__(expr) - self.saveAsList = True - ender = stopOn - if isinstance(ender, basestring): - ender = ParserElement._literalStringClass(ender) - self.not_ender = ~ender if ender is not None else None - - def parseImpl( self, instring, loc, doActions=True ): - self_expr_parse = self.expr._parse - self_skip_ignorables = self._skipIgnorables - check_ender = self.not_ender is not None - if check_ender: - try_not_ender = self.not_ender.tryParse - - # must be at least one (but first see if we are the stopOn sentinel; - # if so, fail) - if check_ender: - try_not_ender(instring, loc) - loc, tokens = self_expr_parse( instring, loc, doActions, callPreParse=False ) - try: - hasIgnoreExprs = (not not self.ignoreExprs) - while 1: - if check_ender: - try_not_ender(instring, loc) - if hasIgnoreExprs: - preloc = self_skip_ignorables( instring, loc ) - else: - preloc = loc - loc, tmptokens = self_expr_parse( instring, preloc, doActions ) - if tmptokens or tmptokens.haskeys(): - tokens += tmptokens - except (ParseException,IndexError): - pass - - return loc, tokens - -class OneOrMore(_MultipleMatch): - """ - Repetition of one or more of the given expression. - - Parameters: - - expr - expression that must match one or more times - - stopOn - (default=C{None}) - expression for a terminating sentinel - (only required if the sentinel would ordinarily match the repetition - expression) - - Example:: - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word).setParseAction(' '.join)) - - text = "shape: SQUARE posn: upper left color: BLACK" - OneOrMore(attr_expr).parseString(text).pprint() # Fail! read 'color' as data instead of next label -> [['shape', 'SQUARE color']] - - # use stopOn attribute for OneOrMore to avoid reading label string as part of the data - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - OneOrMore(attr_expr).parseString(text).pprint() # Better -> [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'BLACK']] - - # could also be written as - (attr_expr * (1,)).parseString(text).pprint() - """ - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "{" + _ustr(self.expr) + "}..." - - return self.strRepr - -class ZeroOrMore(_MultipleMatch): - """ - Optional repetition of zero or more of the given expression. - - Parameters: - - expr - expression that must match zero or more times - - stopOn - (default=C{None}) - expression for a terminating sentinel - (only required if the sentinel would ordinarily match the repetition - expression) - - Example: similar to L{OneOrMore} - """ - def __init__( self, expr, stopOn=None): - super(ZeroOrMore,self).__init__(expr, stopOn=stopOn) - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - try: - return super(ZeroOrMore, self).parseImpl(instring, loc, doActions) - except (ParseException,IndexError): - return loc, [] - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "[" + _ustr(self.expr) + "]..." - - return self.strRepr - -class _NullToken(object): - def __bool__(self): - return False - __nonzero__ = __bool__ - def __str__(self): - return "" - -_optionalNotMatched = _NullToken() -class Optional(ParseElementEnhance): - """ - Optional matching of the given expression. - - Parameters: - - expr - expression that must match zero or more times - - default (optional) - value to be returned if the optional expression is not found. - - Example:: - # US postal code can be a 5-digit zip, plus optional 4-digit qualifier - zip = Combine(Word(nums, exact=5) + Optional('-' + Word(nums, exact=4))) - zip.runTests(''' - # traditional ZIP code - 12345 - - # ZIP+4 form - 12101-0001 - - # invalid ZIP - 98765- - ''') - prints:: - # traditional ZIP code - 12345 - ['12345'] - - # ZIP+4 form - 12101-0001 - ['12101-0001'] - - # invalid ZIP - 98765- - ^ - FAIL: Expected end of text (at char 5), (line:1, col:6) - """ - def __init__( self, expr, default=_optionalNotMatched ): - super(Optional,self).__init__( expr, savelist=False ) - self.saveAsList = self.expr.saveAsList - self.defaultValue = default - self.mayReturnEmpty = True - - def parseImpl( self, instring, loc, doActions=True ): - try: - loc, tokens = self.expr._parse( instring, loc, doActions, callPreParse=False ) - except (ParseException,IndexError): - if self.defaultValue is not _optionalNotMatched: - if self.expr.resultsName: - tokens = ParseResults([ self.defaultValue ]) - tokens[self.expr.resultsName] = self.defaultValue - else: - tokens = [ self.defaultValue ] - else: - tokens = [] - return loc, tokens - - def __str__( self ): - if hasattr(self,"name"): - return self.name - - if self.strRepr is None: - self.strRepr = "[" + _ustr(self.expr) + "]" - - return self.strRepr - -class SkipTo(ParseElementEnhance): - """ - Token for skipping over all undefined text until the matched expression is found. - - Parameters: - - expr - target expression marking the end of the data to be skipped - - include - (default=C{False}) if True, the target expression is also parsed - (the skipped text and target expression are returned as a 2-element list). - - ignore - (default=C{None}) used to define grammars (typically quoted strings and - comments) that might contain false matches to the target expression - - failOn - (default=C{None}) define expressions that are not allowed to be - included in the skipped test; if found before the target expression is found, - the SkipTo is not a match - - Example:: - report = ''' - Outstanding Issues Report - 1 Jan 2000 - - # | Severity | Description | Days Open - -----+----------+-------------------------------------------+----------- - 101 | Critical | Intermittent system crash | 6 - 94 | Cosmetic | Spelling error on Login ('log|n') | 14 - 79 | Minor | System slow when running too many reports | 47 - ''' - integer = Word(nums) - SEP = Suppress('|') - # use SkipTo to simply match everything up until the next SEP - # - ignore quoted strings, so that a '|' character inside a quoted string does not match - # - parse action will call token.strip() for each matched token, i.e., the description body - string_data = SkipTo(SEP, ignore=quotedString) - string_data.setParseAction(tokenMap(str.strip)) - ticket_expr = (integer("issue_num") + SEP - + string_data("sev") + SEP - + string_data("desc") + SEP - + integer("days_open")) - - for tkt in ticket_expr.searchString(report): - print tkt.dump() - prints:: - ['101', 'Critical', 'Intermittent system crash', '6'] - - days_open: 6 - - desc: Intermittent system crash - - issue_num: 101 - - sev: Critical - ['94', 'Cosmetic', "Spelling error on Login ('log|n')", '14'] - - days_open: 14 - - desc: Spelling error on Login ('log|n') - - issue_num: 94 - - sev: Cosmetic - ['79', 'Minor', 'System slow when running too many reports', '47'] - - days_open: 47 - - desc: System slow when running too many reports - - issue_num: 79 - - sev: Minor - """ - def __init__( self, other, include=False, ignore=None, failOn=None ): - super( SkipTo, self ).__init__( other ) - self.ignoreExpr = ignore - self.mayReturnEmpty = True - self.mayIndexError = False - self.includeMatch = include - self.asList = False - if isinstance(failOn, basestring): - self.failOn = ParserElement._literalStringClass(failOn) - else: - self.failOn = failOn - self.errmsg = "No match found for "+_ustr(self.expr) - - def parseImpl( self, instring, loc, doActions=True ): - startloc = loc - instrlen = len(instring) - expr = self.expr - expr_parse = self.expr._parse - self_failOn_canParseNext = self.failOn.canParseNext if self.failOn is not None else None - self_ignoreExpr_tryParse = self.ignoreExpr.tryParse if self.ignoreExpr is not None else None - - tmploc = loc - while tmploc <= instrlen: - if self_failOn_canParseNext is not None: - # break if failOn expression matches - if self_failOn_canParseNext(instring, tmploc): - break - - if self_ignoreExpr_tryParse is not None: - # advance past ignore expressions - while 1: - try: - tmploc = self_ignoreExpr_tryParse(instring, tmploc) - except ParseBaseException: - break - - try: - expr_parse(instring, tmploc, doActions=False, callPreParse=False) - except (ParseException, IndexError): - # no match, advance loc in string - tmploc += 1 - else: - # matched skipto expr, done - break - - else: - # ran off the end of the input string without matching skipto expr, fail - raise ParseException(instring, loc, self.errmsg, self) - - # build up return values - loc = tmploc - skiptext = instring[startloc:loc] - skipresult = ParseResults(skiptext) - - if self.includeMatch: - loc, mat = expr_parse(instring,loc,doActions,callPreParse=False) - skipresult += mat - - return loc, skipresult - -class Forward(ParseElementEnhance): - """ - Forward declaration of an expression to be defined later - - used for recursive grammars, such as algebraic infix notation. - When the expression is known, it is assigned to the C{Forward} variable using the '<<' operator. - - Note: take care when assigning to C{Forward} not to overlook precedence of operators. - Specifically, '|' has a lower precedence than '<<', so that:: - fwdExpr << a | b | c - will actually be evaluated as:: - (fwdExpr << a) | b | c - thereby leaving b and c out as parseable alternatives. It is recommended that you - explicitly group the values inserted into the C{Forward}:: - fwdExpr << (a | b | c) - Converting to use the '<<=' operator instead will avoid this problem. - - See L{ParseResults.pprint} for an example of a recursive parser created using - C{Forward}. - """ - def __init__( self, other=None ): - super(Forward,self).__init__( other, savelist=False ) - - def __lshift__( self, other ): - if isinstance( other, basestring ): - other = ParserElement._literalStringClass(other) - self.expr = other - self.strRepr = None - self.mayIndexError = self.expr.mayIndexError - self.mayReturnEmpty = self.expr.mayReturnEmpty - self.setWhitespaceChars( self.expr.whiteChars ) - self.skipWhitespace = self.expr.skipWhitespace - self.saveAsList = self.expr.saveAsList - self.ignoreExprs.extend(self.expr.ignoreExprs) - return self - - def __ilshift__(self, other): - return self << other - - def leaveWhitespace( self ): - self.skipWhitespace = False - return self - - def streamline( self ): - if not self.streamlined: - self.streamlined = True - if self.expr is not None: - self.expr.streamline() - return self - - def validate( self, validateTrace=[] ): - if self not in validateTrace: - tmp = validateTrace[:]+[self] - if self.expr is not None: - self.expr.validate(tmp) - self.checkRecursion([]) - - def __str__( self ): - if hasattr(self,"name"): - return self.name - return self.__class__.__name__ + ": ..." - - # stubbed out for now - creates awful memory and perf issues - self._revertClass = self.__class__ - self.__class__ = _ForwardNoRecurse - try: - if self.expr is not None: - retString = _ustr(self.expr) - else: - retString = "None" - finally: - self.__class__ = self._revertClass - return self.__class__.__name__ + ": " + retString - - def copy(self): - if self.expr is not None: - return super(Forward,self).copy() - else: - ret = Forward() - ret <<= self - return ret - -class _ForwardNoRecurse(Forward): - def __str__( self ): - return "..." - -class TokenConverter(ParseElementEnhance): - """ - Abstract subclass of C{ParseExpression}, for converting parsed results. - """ - def __init__( self, expr, savelist=False ): - super(TokenConverter,self).__init__( expr )#, savelist ) - self.saveAsList = False - -class Combine(TokenConverter): - """ - Converter to concatenate all matching tokens to a single string. - By default, the matching patterns must also be contiguous in the input string; - this can be disabled by specifying C{'adjacent=False'} in the constructor. - - Example:: - real = Word(nums) + '.' + Word(nums) - print(real.parseString('3.1416')) # -> ['3', '.', '1416'] - # will also erroneously match the following - print(real.parseString('3. 1416')) # -> ['3', '.', '1416'] - - real = Combine(Word(nums) + '.' + Word(nums)) - print(real.parseString('3.1416')) # -> ['3.1416'] - # no match when there are internal spaces - print(real.parseString('3. 1416')) # -> Exception: Expected W:(0123...) - """ - def __init__( self, expr, joinString="", adjacent=True ): - super(Combine,self).__init__( expr ) - # suppress whitespace-stripping in contained parse expressions, but re-enable it on the Combine itself - if adjacent: - self.leaveWhitespace() - self.adjacent = adjacent - self.skipWhitespace = True - self.joinString = joinString - self.callPreparse = True - - def ignore( self, other ): - if self.adjacent: - ParserElement.ignore(self, other) - else: - super( Combine, self).ignore( other ) - return self - - def postParse( self, instring, loc, tokenlist ): - retToks = tokenlist.copy() - del retToks[:] - retToks += ParseResults([ "".join(tokenlist._asStringList(self.joinString)) ], modal=self.modalResults) - - if self.resultsName and retToks.haskeys(): - return [ retToks ] - else: - return retToks - -class Group(TokenConverter): - """ - Converter to return the matched tokens as a list - useful for returning tokens of C{L{ZeroOrMore}} and C{L{OneOrMore}} expressions. - - Example:: - ident = Word(alphas) - num = Word(nums) - term = ident | num - func = ident + Optional(delimitedList(term)) - print(func.parseString("fn a,b,100")) # -> ['fn', 'a', 'b', '100'] - - func = ident + Group(Optional(delimitedList(term))) - print(func.parseString("fn a,b,100")) # -> ['fn', ['a', 'b', '100']] - """ - def __init__( self, expr ): - super(Group,self).__init__( expr ) - self.saveAsList = True - - def postParse( self, instring, loc, tokenlist ): - return [ tokenlist ] - -class Dict(TokenConverter): - """ - Converter to return a repetitive expression as a list, but also as a dictionary. - Each element can also be referenced using the first token in the expression as its key. - Useful for tabular report scraping when the first column can be used as a item key. - - Example:: - data_word = Word(alphas) - label = data_word + FollowedBy(':') - attr_expr = Group(label + Suppress(':') + OneOrMore(data_word).setParseAction(' '.join)) - - text = "shape: SQUARE posn: upper left color: light blue texture: burlap" - attr_expr = (label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - - # print attributes as plain groups - print(OneOrMore(attr_expr).parseString(text).dump()) - - # instead of OneOrMore(expr), parse using Dict(OneOrMore(Group(expr))) - Dict will auto-assign names - result = Dict(OneOrMore(Group(attr_expr))).parseString(text) - print(result.dump()) - - # access named fields as dict entries, or output as dict - print(result['shape']) - print(result.asDict()) - prints:: - ['shape', 'SQUARE', 'posn', 'upper left', 'color', 'light blue', 'texture', 'burlap'] - - [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] - - color: light blue - - posn: upper left - - shape: SQUARE - - texture: burlap - SQUARE - {'color': 'light blue', 'posn': 'upper left', 'texture': 'burlap', 'shape': 'SQUARE'} - See more examples at L{ParseResults} of accessing fields by results name. - """ - def __init__( self, expr ): - super(Dict,self).__init__( expr ) - self.saveAsList = True - - def postParse( self, instring, loc, tokenlist ): - for i,tok in enumerate(tokenlist): - if len(tok) == 0: - continue - ikey = tok[0] - if isinstance(ikey,int): - ikey = _ustr(tok[0]).strip() - if len(tok)==1: - tokenlist[ikey] = _ParseResultsWithOffset("",i) - elif len(tok)==2 and not isinstance(tok[1],ParseResults): - tokenlist[ikey] = _ParseResultsWithOffset(tok[1],i) - else: - dictvalue = tok.copy() #ParseResults(i) - del dictvalue[0] - if len(dictvalue)!= 1 or (isinstance(dictvalue,ParseResults) and dictvalue.haskeys()): - tokenlist[ikey] = _ParseResultsWithOffset(dictvalue,i) - else: - tokenlist[ikey] = _ParseResultsWithOffset(dictvalue[0],i) - - if self.resultsName: - return [ tokenlist ] - else: - return tokenlist - - -class Suppress(TokenConverter): - """ - Converter for ignoring the results of a parsed expression. - - Example:: - source = "a, b, c,d" - wd = Word(alphas) - wd_list1 = wd + ZeroOrMore(',' + wd) - print(wd_list1.parseString(source)) - - # often, delimiters that are useful during parsing are just in the - # way afterward - use Suppress to keep them out of the parsed output - wd_list2 = wd + ZeroOrMore(Suppress(',') + wd) - print(wd_list2.parseString(source)) - prints:: - ['a', ',', 'b', ',', 'c', ',', 'd'] - ['a', 'b', 'c', 'd'] - (See also L{delimitedList}.) - """ - def postParse( self, instring, loc, tokenlist ): - return [] - - def suppress( self ): - return self - - -class OnlyOnce(object): - """ - Wrapper for parse actions, to ensure they are only called once. - """ - def __init__(self, methodCall): - self.callable = _trim_arity(methodCall) - self.called = False - def __call__(self,s,l,t): - if not self.called: - results = self.callable(s,l,t) - self.called = True - return results - raise ParseException(s,l,"") - def reset(self): - self.called = False - -def traceParseAction(f): - """ - Decorator for debugging parse actions. - - When the parse action is called, this decorator will print C{">> entering I{method-name}(line:I{current_source_line}, I{parse_location}, I{matched_tokens})".} - When the parse action completes, the decorator will print C{"<<"} followed by the returned value, or any exception that the parse action raised. - - Example:: - wd = Word(alphas) - - @traceParseAction - def remove_duplicate_chars(tokens): - return ''.join(sorted(set(''.join(tokens)))) - - wds = OneOrMore(wd).setParseAction(remove_duplicate_chars) - print(wds.parseString("slkdjs sld sldd sdlf sdljf")) - prints:: - >>entering remove_duplicate_chars(line: 'slkdjs sld sldd sdlf sdljf', 0, (['slkdjs', 'sld', 'sldd', 'sdlf', 'sdljf'], {})) - <<leaving remove_duplicate_chars (ret: 'dfjkls') - ['dfjkls'] - """ - f = _trim_arity(f) - def z(*paArgs): - thisFunc = f.__name__ - s,l,t = paArgs[-3:] - if len(paArgs)>3: - thisFunc = paArgs[0].__class__.__name__ + '.' + thisFunc - sys.stderr.write( ">>entering %s(line: '%s', %d, %r)\n" % (thisFunc,line(l,s),l,t) ) - try: - ret = f(*paArgs) - except Exception as exc: - sys.stderr.write( "<<leaving %s (exception: %s)\n" % (thisFunc,exc) ) - raise - sys.stderr.write( "<<leaving %s (ret: %r)\n" % (thisFunc,ret) ) - return ret - try: - z.__name__ = f.__name__ - except AttributeError: - pass - return z - -# -# global helpers -# -def delimitedList( expr, delim=",", combine=False ): - """ - Helper to define a delimited list of expressions - the delimiter defaults to ','. - By default, the list elements and delimiters can have intervening whitespace, and - comments, but this can be overridden by passing C{combine=True} in the constructor. - If C{combine} is set to C{True}, the matching tokens are returned as a single token - string, with the delimiters included; otherwise, the matching tokens are returned - as a list of tokens, with the delimiters suppressed. - - Example:: - delimitedList(Word(alphas)).parseString("aa,bb,cc") # -> ['aa', 'bb', 'cc'] - delimitedList(Word(hexnums), delim=':', combine=True).parseString("AA:BB:CC:DD:EE") # -> ['AA:BB:CC:DD:EE'] - """ - dlName = _ustr(expr)+" ["+_ustr(delim)+" "+_ustr(expr)+"]..." - if combine: - return Combine( expr + ZeroOrMore( delim + expr ) ).setName(dlName) - else: - return ( expr + ZeroOrMore( Suppress( delim ) + expr ) ).setName(dlName) - -def countedArray( expr, intExpr=None ): - """ - Helper to define a counted list of expressions. - This helper defines a pattern of the form:: - integer expr expr expr... - where the leading integer tells how many expr expressions follow. - The matched tokens returns the array of expr tokens as a list - the leading count token is suppressed. - - If C{intExpr} is specified, it should be a pyparsing expression that produces an integer value. - - Example:: - countedArray(Word(alphas)).parseString('2 ab cd ef') # -> ['ab', 'cd'] - - # in this parser, the leading integer value is given in binary, - # '10' indicating that 2 values are in the array - binaryConstant = Word('01').setParseAction(lambda t: int(t[0], 2)) - countedArray(Word(alphas), intExpr=binaryConstant).parseString('10 ab cd ef') # -> ['ab', 'cd'] - """ - arrayExpr = Forward() - def countFieldParseAction(s,l,t): - n = t[0] - arrayExpr << (n and Group(And([expr]*n)) or Group(empty)) - return [] - if intExpr is None: - intExpr = Word(nums).setParseAction(lambda t:int(t[0])) - else: - intExpr = intExpr.copy() - intExpr.setName("arrayLen") - intExpr.addParseAction(countFieldParseAction, callDuringTry=True) - return ( intExpr + arrayExpr ).setName('(len) ' + _ustr(expr) + '...') - -def _flatten(L): - ret = [] - for i in L: - if isinstance(i,list): - ret.extend(_flatten(i)) - else: - ret.append(i) - return ret - -def matchPreviousLiteral(expr): - """ - Helper to define an expression that is indirectly defined from - the tokens matched in a previous expression, that is, it looks - for a 'repeat' of a previous expression. For example:: - first = Word(nums) - second = matchPreviousLiteral(first) - matchExpr = first + ":" + second - will match C{"1:1"}, but not C{"1:2"}. Because this matches a - previous literal, will also match the leading C{"1:1"} in C{"1:10"}. - If this is not desired, use C{matchPreviousExpr}. - Do I{not} use with packrat parsing enabled. - """ - rep = Forward() - def copyTokenToRepeater(s,l,t): - if t: - if len(t) == 1: - rep << t[0] - else: - # flatten t tokens - tflat = _flatten(t.asList()) - rep << And(Literal(tt) for tt in tflat) - else: - rep << Empty() - expr.addParseAction(copyTokenToRepeater, callDuringTry=True) - rep.setName('(prev) ' + _ustr(expr)) - return rep - -def matchPreviousExpr(expr): - """ - Helper to define an expression that is indirectly defined from - the tokens matched in a previous expression, that is, it looks - for a 'repeat' of a previous expression. For example:: - first = Word(nums) - second = matchPreviousExpr(first) - matchExpr = first + ":" + second - will match C{"1:1"}, but not C{"1:2"}. Because this matches by - expressions, will I{not} match the leading C{"1:1"} in C{"1:10"}; - the expressions are evaluated first, and then compared, so - C{"1"} is compared with C{"10"}. - Do I{not} use with packrat parsing enabled. - """ - rep = Forward() - e2 = expr.copy() - rep <<= e2 - def copyTokenToRepeater(s,l,t): - matchTokens = _flatten(t.asList()) - def mustMatchTheseTokens(s,l,t): - theseTokens = _flatten(t.asList()) - if theseTokens != matchTokens: - raise ParseException("",0,"") - rep.setParseAction( mustMatchTheseTokens, callDuringTry=True ) - expr.addParseAction(copyTokenToRepeater, callDuringTry=True) - rep.setName('(prev) ' + _ustr(expr)) - return rep - -def _escapeRegexRangeChars(s): - #~ escape these chars: ^-] - for c in r"\^-]": - s = s.replace(c,_bslash+c) - s = s.replace("\n",r"\n") - s = s.replace("\t",r"\t") - return _ustr(s) - -def oneOf( strs, caseless=False, useRegex=True ): - """ - Helper to quickly define a set of alternative Literals, and makes sure to do - longest-first testing when there is a conflict, regardless of the input order, - but returns a C{L{MatchFirst}} for best performance. - - Parameters: - - strs - a string of space-delimited literals, or a collection of string literals - - caseless - (default=C{False}) - treat all literals as caseless - - useRegex - (default=C{True}) - as an optimization, will generate a Regex - object; otherwise, will generate a C{MatchFirst} object (if C{caseless=True}, or - if creating a C{Regex} raises an exception) - - Example:: - comp_oper = oneOf("< = > <= >= !=") - var = Word(alphas) - number = Word(nums) - term = var | number - comparison_expr = term + comp_oper + term - print(comparison_expr.searchString("B = 12 AA=23 B<=AA AA>12")) - prints:: - [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] - """ - if caseless: - isequal = ( lambda a,b: a.upper() == b.upper() ) - masks = ( lambda a,b: b.upper().startswith(a.upper()) ) - parseElementClass = CaselessLiteral - else: - isequal = ( lambda a,b: a == b ) - masks = ( lambda a,b: b.startswith(a) ) - parseElementClass = Literal - - symbols = [] - if isinstance(strs,basestring): - symbols = strs.split() - elif isinstance(strs, Iterable): - symbols = list(strs) - else: - warnings.warn("Invalid argument to oneOf, expected string or iterable", - SyntaxWarning, stacklevel=2) - if not symbols: - return NoMatch() - - i = 0 - while i < len(symbols)-1: - cur = symbols[i] - for j,other in enumerate(symbols[i+1:]): - if ( isequal(other, cur) ): - del symbols[i+j+1] - break - elif ( masks(cur, other) ): - del symbols[i+j+1] - symbols.insert(i,other) - cur = other - break - else: - i += 1 - - if not caseless and useRegex: - #~ print (strs,"->", "|".join( [ _escapeRegexChars(sym) for sym in symbols] )) - try: - if len(symbols)==len("".join(symbols)): - return Regex( "[%s]" % "".join(_escapeRegexRangeChars(sym) for sym in symbols) ).setName(' | '.join(symbols)) - else: - return Regex( "|".join(re.escape(sym) for sym in symbols) ).setName(' | '.join(symbols)) - except Exception: - warnings.warn("Exception creating Regex for oneOf, building MatchFirst", - SyntaxWarning, stacklevel=2) - - - # last resort, just use MatchFirst - return MatchFirst(parseElementClass(sym) for sym in symbols).setName(' | '.join(symbols)) - -def dictOf( key, value ): - """ - Helper to easily and clearly define a dictionary by specifying the respective patterns - for the key and value. Takes care of defining the C{L{Dict}}, C{L{ZeroOrMore}}, and C{L{Group}} tokens - in the proper order. The key pattern can include delimiting markers or punctuation, - as long as they are suppressed, thereby leaving the significant key text. The value - pattern can include named results, so that the C{Dict} results can include named token - fields. - - Example:: - text = "shape: SQUARE posn: upper left color: light blue texture: burlap" - attr_expr = (label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)) - print(OneOrMore(attr_expr).parseString(text).dump()) - - attr_label = label - attr_value = Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join) - - # similar to Dict, but simpler call format - result = dictOf(attr_label, attr_value).parseString(text) - print(result.dump()) - print(result['shape']) - print(result.shape) # object attribute access works too - print(result.asDict()) - prints:: - [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] - - color: light blue - - posn: upper left - - shape: SQUARE - - texture: burlap - SQUARE - SQUARE - {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} - """ - return Dict( ZeroOrMore( Group ( key + value ) ) ) - -def originalTextFor(expr, asString=True): - """ - Helper to return the original, untokenized text for a given expression. Useful to - restore the parsed fields of an HTML start tag into the raw tag text itself, or to - revert separate tokens with intervening whitespace back to the original matching - input text. By default, returns astring containing the original parsed text. - - If the optional C{asString} argument is passed as C{False}, then the return value is a - C{L{ParseResults}} containing any results names that were originally matched, and a - single token containing the original matched text from the input string. So if - the expression passed to C{L{originalTextFor}} contains expressions with defined - results names, you must set C{asString} to C{False} if you want to preserve those - results name values. - - Example:: - src = "this is test <b> bold <i>text</i> </b> normal text " - for tag in ("b","i"): - opener,closer = makeHTMLTags(tag) - patt = originalTextFor(opener + SkipTo(closer) + closer) - print(patt.searchString(src)[0]) - prints:: - ['<b> bold <i>text</i> </b>'] - ['<i>text</i>'] - """ - locMarker = Empty().setParseAction(lambda s,loc,t: loc) - endlocMarker = locMarker.copy() - endlocMarker.callPreparse = False - matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") - if asString: - extractText = lambda s,l,t: s[t._original_start:t._original_end] - else: - def extractText(s,l,t): - t[:] = [s[t.pop('_original_start'):t.pop('_original_end')]] - matchExpr.setParseAction(extractText) - matchExpr.ignoreExprs = expr.ignoreExprs - return matchExpr - -def ungroup(expr): - """ - Helper to undo pyparsing's default grouping of And expressions, even - if all but one are non-empty. - """ - return TokenConverter(expr).setParseAction(lambda t:t[0]) - -def locatedExpr(expr): - """ - Helper to decorate a returned token with its starting and ending locations in the input string. - This helper adds the following results names: - - locn_start = location where matched expression begins - - locn_end = location where matched expression ends - - value = the actual parsed results - - Be careful if the input text contains C{<TAB>} characters, you may want to call - C{L{ParserElement.parseWithTabs}} - - Example:: - wd = Word(alphas) - for match in locatedExpr(wd).searchString("ljsdf123lksdjjf123lkkjj1222"): - print(match) - prints:: - [[0, 'ljsdf', 5]] - [[8, 'lksdjjf', 15]] - [[18, 'lkkjj', 23]] - """ - locator = Empty().setParseAction(lambda s,l,t: l) - return Group(locator("locn_start") + expr("value") + locator.copy().leaveWhitespace()("locn_end")) - - -# convenience constants for positional expressions -empty = Empty().setName("empty") -lineStart = LineStart().setName("lineStart") -lineEnd = LineEnd().setName("lineEnd") -stringStart = StringStart().setName("stringStart") -stringEnd = StringEnd().setName("stringEnd") - -_escapedPunc = Word( _bslash, r"\[]-*.$+^?()~ ", exact=2 ).setParseAction(lambda s,l,t:t[0][1]) -_escapedHexChar = Regex(r"\\0?[xX][0-9a-fA-F]+").setParseAction(lambda s,l,t:unichr(int(t[0].lstrip(r'\0x'),16))) -_escapedOctChar = Regex(r"\\0[0-7]+").setParseAction(lambda s,l,t:unichr(int(t[0][1:],8))) -_singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | CharsNotIn(r'\]', exact=1) -_charRange = Group(_singleChar + Suppress("-") + _singleChar) -_reBracketExpr = Literal("[") + Optional("^").setResultsName("negate") + Group( OneOrMore( _charRange | _singleChar ) ).setResultsName("body") + "]" - -def srange(s): - r""" - Helper to easily define string ranges for use in Word construction. Borrows - syntax from regexp '[]' string range definitions:: - srange("[0-9]") -> "0123456789" - srange("[a-z]") -> "abcdefghijklmnopqrstuvwxyz" - srange("[a-z$_]") -> "abcdefghijklmnopqrstuvwxyz$_" - The input string must be enclosed in []'s, and the returned string is the expanded - character set joined into a single string. - The values enclosed in the []'s may be: - - a single character - - an escaped character with a leading backslash (such as C{\-} or C{\]}) - - an escaped hex character with a leading C{'\x'} (C{\x21}, which is a C{'!'} character) - (C{\0x##} is also supported for backwards compatibility) - - an escaped octal character with a leading C{'\0'} (C{\041}, which is a C{'!'} character) - - a range of any of the above, separated by a dash (C{'a-z'}, etc.) - - any combination of the above (C{'aeiouy'}, C{'a-zA-Z0-9_$'}, etc.) - """ - _expanded = lambda p: p if not isinstance(p,ParseResults) else ''.join(unichr(c) for c in range(ord(p[0]),ord(p[1])+1)) - try: - return "".join(_expanded(part) for part in _reBracketExpr.parseString(s).body) - except Exception: - return "" - -def matchOnlyAtCol(n): - """ - Helper method for defining parse actions that require matching at a specific - column in the input text. - """ - def verifyCol(strg,locn,toks): - if col(locn,strg) != n: - raise ParseException(strg,locn,"matched token not at column %d" % n) - return verifyCol - -def replaceWith(replStr): - """ - Helper method for common parse actions that simply return a literal value. Especially - useful when used with C{L{transformString<ParserElement.transformString>}()}. - - Example:: - num = Word(nums).setParseAction(lambda toks: int(toks[0])) - na = oneOf("N/A NA").setParseAction(replaceWith(math.nan)) - term = na | num - - OneOrMore(term).parseString("324 234 N/A 234") # -> [324, 234, nan, 234] - """ - return lambda s,l,t: [replStr] - -def removeQuotes(s,l,t): - """ - Helper parse action for removing quotation marks from parsed quoted strings. - - Example:: - # by default, quotation marks are included in parsed results - quotedString.parseString("'Now is the Winter of our Discontent'") # -> ["'Now is the Winter of our Discontent'"] - - # use removeQuotes to strip quotation marks from parsed results - quotedString.setParseAction(removeQuotes) - quotedString.parseString("'Now is the Winter of our Discontent'") # -> ["Now is the Winter of our Discontent"] - """ - return t[0][1:-1] - -def tokenMap(func, *args): - """ - Helper to define a parse action by mapping a function to all elements of a ParseResults list.If any additional - args are passed, they are forwarded to the given function as additional arguments after - the token, as in C{hex_integer = Word(hexnums).setParseAction(tokenMap(int, 16))}, which will convert the - parsed data to an integer using base 16. - - Example (compare the last to example in L{ParserElement.transformString}:: - hex_ints = OneOrMore(Word(hexnums)).setParseAction(tokenMap(int, 16)) - hex_ints.runTests(''' - 00 11 22 aa FF 0a 0d 1a - ''') - - upperword = Word(alphas).setParseAction(tokenMap(str.upper)) - OneOrMore(upperword).runTests(''' - my kingdom for a horse - ''') - - wd = Word(alphas).setParseAction(tokenMap(str.title)) - OneOrMore(wd).setParseAction(' '.join).runTests(''' - now is the winter of our discontent made glorious summer by this sun of york - ''') - prints:: - 00 11 22 aa FF 0a 0d 1a - [0, 17, 34, 170, 255, 10, 13, 26] - - my kingdom for a horse - ['MY', 'KINGDOM', 'FOR', 'A', 'HORSE'] - - now is the winter of our discontent made glorious summer by this sun of york - ['Now Is The Winter Of Our Discontent Made Glorious Summer By This Sun Of York'] - """ - def pa(s,l,t): - return [func(tokn, *args) for tokn in t] - - try: - func_name = getattr(func, '__name__', - getattr(func, '__class__').__name__) - except Exception: - func_name = str(func) - pa.__name__ = func_name - - return pa - -upcaseTokens = tokenMap(lambda t: _ustr(t).upper()) -"""(Deprecated) Helper parse action to convert tokens to upper case. Deprecated in favor of L{pyparsing_common.upcaseTokens}""" - -downcaseTokens = tokenMap(lambda t: _ustr(t).lower()) -"""(Deprecated) Helper parse action to convert tokens to lower case. Deprecated in favor of L{pyparsing_common.downcaseTokens}""" - -def _makeTags(tagStr, xml): - """Internal helper to construct opening and closing tag expressions, given a tag name""" - if isinstance(tagStr,basestring): - resname = tagStr - tagStr = Keyword(tagStr, caseless=not xml) - else: - resname = tagStr.name - - tagAttrName = Word(alphas,alphanums+"_-:") - if (xml): - tagAttrValue = dblQuotedString.copy().setParseAction( removeQuotes ) - openTag = Suppress("<") + tagStr("tag") + \ - Dict(ZeroOrMore(Group( tagAttrName + Suppress("=") + tagAttrValue ))) + \ - Optional("/",default=[False]).setResultsName("empty").setParseAction(lambda s,l,t:t[0]=='/') + Suppress(">") - else: - printablesLessRAbrack = "".join(c for c in printables if c not in ">") - tagAttrValue = quotedString.copy().setParseAction( removeQuotes ) | Word(printablesLessRAbrack) - openTag = Suppress("<") + tagStr("tag") + \ - Dict(ZeroOrMore(Group( tagAttrName.setParseAction(downcaseTokens) + \ - Optional( Suppress("=") + tagAttrValue ) ))) + \ - Optional("/",default=[False]).setResultsName("empty").setParseAction(lambda s,l,t:t[0]=='/') + Suppress(">") - closeTag = Combine(_L("</") + tagStr + ">") - - openTag = openTag.setResultsName("start"+"".join(resname.replace(":"," ").title().split())).setName("<%s>" % resname) - closeTag = closeTag.setResultsName("end"+"".join(resname.replace(":"," ").title().split())).setName("</%s>" % resname) - openTag.tag = resname - closeTag.tag = resname - return openTag, closeTag - -def makeHTMLTags(tagStr): - """ - Helper to construct opening and closing tag expressions for HTML, given a tag name. Matches - tags in either upper or lower case, attributes with namespaces and with quoted or unquoted values. - - Example:: - text = '<td>More info at the <a href="http://pyparsing.wikispaces.com">pyparsing</a> wiki page</td>' - # makeHTMLTags returns pyparsing expressions for the opening and closing tags as a 2-tuple - a,a_end = makeHTMLTags("A") - link_expr = a + SkipTo(a_end)("link_text") + a_end - - for link in link_expr.searchString(text): - # attributes in the <A> tag (like "href" shown here) are also accessible as named results - print(link.link_text, '->', link.href) - prints:: - pyparsing -> http://pyparsing.wikispaces.com - """ - return _makeTags( tagStr, False ) - -def makeXMLTags(tagStr): - """ - Helper to construct opening and closing tag expressions for XML, given a tag name. Matches - tags only in the given upper/lower case. - - Example: similar to L{makeHTMLTags} - """ - return _makeTags( tagStr, True ) - -def withAttribute(*args,**attrDict): - """ - Helper to create a validating parse action to be used with start tags created - with C{L{makeXMLTags}} or C{L{makeHTMLTags}}. Use C{withAttribute} to qualify a starting tag - with a required attribute value, to avoid false matches on common tags such as - C{<TD>} or C{<DIV>}. - - Call C{withAttribute} with a series of attribute names and values. Specify the list - of filter attributes names and values as: - - keyword arguments, as in C{(align="right")}, or - - as an explicit dict with C{**} operator, when an attribute name is also a Python - reserved word, as in C{**{"class":"Customer", "align":"right"}} - - a list of name-value tuples, as in ( ("ns1:class", "Customer"), ("ns2:align","right") ) - For attribute names with a namespace prefix, you must use the second form. Attribute - names are matched insensitive to upper/lower case. - - If just testing for C{class} (with or without a namespace), use C{L{withClass}}. - - To verify that the attribute exists, but without specifying a value, pass - C{withAttribute.ANY_VALUE} as the value. - - Example:: - html = ''' - <div> - Some text - <div type="grid">1 4 0 1 0</div> - <div type="graph">1,3 2,3 1,1</div> - <div>this has no type</div> - </div> - - ''' - div,div_end = makeHTMLTags("div") - - # only match div tag having a type attribute with value "grid" - div_grid = div().setParseAction(withAttribute(type="grid")) - grid_expr = div_grid + SkipTo(div | div_end)("body") - for grid_header in grid_expr.searchString(html): - print(grid_header.body) - - # construct a match with any div tag having a type attribute, regardless of the value - div_any_type = div().setParseAction(withAttribute(type=withAttribute.ANY_VALUE)) - div_expr = div_any_type + SkipTo(div | div_end)("body") - for div_header in div_expr.searchString(html): - print(div_header.body) - prints:: - 1 4 0 1 0 - - 1 4 0 1 0 - 1,3 2,3 1,1 - """ - if args: - attrs = args[:] - else: - attrs = attrDict.items() - attrs = [(k,v) for k,v in attrs] - def pa(s,l,tokens): - for attrName,attrValue in attrs: - if attrName not in tokens: - raise ParseException(s,l,"no matching attribute " + attrName) - if attrValue != withAttribute.ANY_VALUE and tokens[attrName] != attrValue: - raise ParseException(s,l,"attribute '%s' has value '%s', must be '%s'" % - (attrName, tokens[attrName], attrValue)) - return pa -withAttribute.ANY_VALUE = object() - -def withClass(classname, namespace=''): - """ - Simplified version of C{L{withAttribute}} when matching on a div class - made - difficult because C{class} is a reserved word in Python. - - Example:: - html = ''' - <div> - Some text - <div class="grid">1 4 0 1 0</div> - <div class="graph">1,3 2,3 1,1</div> - <div>this <div> has no class</div> - </div> - - ''' - div,div_end = makeHTMLTags("div") - div_grid = div().setParseAction(withClass("grid")) - - grid_expr = div_grid + SkipTo(div | div_end)("body") - for grid_header in grid_expr.searchString(html): - print(grid_header.body) - - div_any_type = div().setParseAction(withClass(withAttribute.ANY_VALUE)) - div_expr = div_any_type + SkipTo(div | div_end)("body") - for div_header in div_expr.searchString(html): - print(div_header.body) - prints:: - 1 4 0 1 0 - - 1 4 0 1 0 - 1,3 2,3 1,1 - """ - classattr = "%s:class" % namespace if namespace else "class" - return withAttribute(**{classattr : classname}) - -opAssoc = _Constants() -opAssoc.LEFT = object() -opAssoc.RIGHT = object() - -def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): - """ - Helper method for constructing grammars of expressions made up of - operators working in a precedence hierarchy. Operators may be unary or - binary, left- or right-associative. Parse actions can also be attached - to operator expressions. The generated parser will also recognize the use - of parentheses to override operator precedences (see example below). - - Note: if you define a deep operator list, you may see performance issues - when using infixNotation. See L{ParserElement.enablePackrat} for a - mechanism to potentially improve your parser performance. - - Parameters: - - baseExpr - expression representing the most basic element for the nested - - opList - list of tuples, one for each operator precedence level in the - expression grammar; each tuple is of the form - (opExpr, numTerms, rightLeftAssoc, parseAction), where: - - opExpr is the pyparsing expression for the operator; - may also be a string, which will be converted to a Literal; - if numTerms is 3, opExpr is a tuple of two expressions, for the - two operators separating the 3 terms - - numTerms is the number of terms for this operator (must - be 1, 2, or 3) - - rightLeftAssoc is the indicator whether the operator is - right or left associative, using the pyparsing-defined - constants C{opAssoc.RIGHT} and C{opAssoc.LEFT}. - - parseAction is the parse action to be associated with - expressions matching this operator expression (the - parse action tuple member may be omitted); if the parse action - is passed a tuple or list of functions, this is equivalent to - calling C{setParseAction(*fn)} (L{ParserElement.setParseAction}) - - lpar - expression for matching left-parentheses (default=C{Suppress('(')}) - - rpar - expression for matching right-parentheses (default=C{Suppress(')')}) - - Example:: - # simple example of four-function arithmetic with ints and variable names - integer = pyparsing_common.signed_integer - varname = pyparsing_common.identifier - - arith_expr = infixNotation(integer | varname, - [ - ('-', 1, opAssoc.RIGHT), - (oneOf('* /'), 2, opAssoc.LEFT), - (oneOf('+ -'), 2, opAssoc.LEFT), - ]) - - arith_expr.runTests(''' - 5+3*6 - (5+3)*6 - -2--11 - ''', fullDump=False) - prints:: - 5+3*6 - [[5, '+', [3, '*', 6]]] - - (5+3)*6 - [[[5, '+', 3], '*', 6]] - - -2--11 - [[['-', 2], '-', ['-', 11]]] - """ - ret = Forward() - lastExpr = baseExpr | ( lpar + ret + rpar ) - for i,operDef in enumerate(opList): - opExpr,arity,rightLeftAssoc,pa = (operDef + (None,))[:4] - termName = "%s term" % opExpr if arity < 3 else "%s%s term" % opExpr - if arity == 3: - if opExpr is None or len(opExpr) != 2: - raise ValueError("if numterms=3, opExpr must be a tuple or list of two expressions") - opExpr1, opExpr2 = opExpr - thisExpr = Forward().setName(termName) - if rightLeftAssoc == opAssoc.LEFT: - if arity == 1: - matchExpr = FollowedBy(lastExpr + opExpr) + Group( lastExpr + OneOrMore( opExpr ) ) - elif arity == 2: - if opExpr is not None: - matchExpr = FollowedBy(lastExpr + opExpr + lastExpr) + Group( lastExpr + OneOrMore( opExpr + lastExpr ) ) - else: - matchExpr = FollowedBy(lastExpr+lastExpr) + Group( lastExpr + OneOrMore(lastExpr) ) - elif arity == 3: - matchExpr = FollowedBy(lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr) + \ - Group( lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr ) - else: - raise ValueError("operator must be unary (1), binary (2), or ternary (3)") - elif rightLeftAssoc == opAssoc.RIGHT: - if arity == 1: - # try to avoid LR with this extra test - if not isinstance(opExpr, Optional): - opExpr = Optional(opExpr) - matchExpr = FollowedBy(opExpr.expr + thisExpr) + Group( opExpr + thisExpr ) - elif arity == 2: - if opExpr is not None: - matchExpr = FollowedBy(lastExpr + opExpr + thisExpr) + Group( lastExpr + OneOrMore( opExpr + thisExpr ) ) - else: - matchExpr = FollowedBy(lastExpr + thisExpr) + Group( lastExpr + OneOrMore( thisExpr ) ) - elif arity == 3: - matchExpr = FollowedBy(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + \ - Group( lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr ) - else: - raise ValueError("operator must be unary (1), binary (2), or ternary (3)") - else: - raise ValueError("operator must indicate right or left associativity") - if pa: - if isinstance(pa, (tuple, list)): - matchExpr.setParseAction(*pa) - else: - matchExpr.setParseAction(pa) - thisExpr <<= ( matchExpr.setName(termName) | lastExpr ) - lastExpr = thisExpr - ret <<= lastExpr - return ret - -operatorPrecedence = infixNotation -"""(Deprecated) Former name of C{L{infixNotation}}, will be dropped in a future release.""" - -dblQuotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"').setName("string enclosed in double quotes") -sglQuotedString = Combine(Regex(r"'(?:[^'\n\r\\]|(?:'')|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*")+"'").setName("string enclosed in single quotes") -quotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"'| - Regex(r"'(?:[^'\n\r\\]|(?:'')|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*")+"'").setName("quotedString using single or double quotes") -unicodeString = Combine(_L('u') + quotedString.copy()).setName("unicode string literal") - -def nestedExpr(opener="(", closer=")", content=None, ignoreExpr=quotedString.copy()): - """ - Helper method for defining nested lists enclosed in opening and closing - delimiters ("(" and ")" are the default). - - Parameters: - - opener - opening character for a nested list (default=C{"("}); can also be a pyparsing expression - - closer - closing character for a nested list (default=C{")"}); can also be a pyparsing expression - - content - expression for items within the nested lists (default=C{None}) - - ignoreExpr - expression for ignoring opening and closing delimiters (default=C{quotedString}) - - If an expression is not provided for the content argument, the nested - expression will capture all whitespace-delimited content between delimiters - as a list of separate values. - - Use the C{ignoreExpr} argument to define expressions that may contain - opening or closing characters that should not be treated as opening - or closing characters for nesting, such as quotedString or a comment - expression. Specify multiple expressions using an C{L{Or}} or C{L{MatchFirst}}. - The default is L{quotedString}, but if no expressions are to be ignored, - then pass C{None} for this argument. - - Example:: - data_type = oneOf("void int short long char float double") - decl_data_type = Combine(data_type + Optional(Word('*'))) - ident = Word(alphas+'_', alphanums+'_') - number = pyparsing_common.number - arg = Group(decl_data_type + ident) - LPAR,RPAR = map(Suppress, "()") - - code_body = nestedExpr('{', '}', ignoreExpr=(quotedString | cStyleComment)) - - c_function = (decl_data_type("type") - + ident("name") - + LPAR + Optional(delimitedList(arg), [])("args") + RPAR - + code_body("body")) - c_function.ignore(cStyleComment) - - source_code = ''' - int is_odd(int x) { - return (x%2); - } - - int dec_to_hex(char hchar) { - if (hchar >= '0' && hchar <= '9') { - return (ord(hchar)-ord('0')); - } else { - return (10+ord(hchar)-ord('A')); - } - } - ''' - for func in c_function.searchString(source_code): - print("%(name)s (%(type)s) args: %(args)s" % func) - - prints:: - is_odd (int) args: [['int', 'x']] - dec_to_hex (int) args: [['char', 'hchar']] - """ - if opener == closer: - raise ValueError("opening and closing strings cannot be the same") - if content is None: - if isinstance(opener,basestring) and isinstance(closer,basestring): - if len(opener) == 1 and len(closer)==1: - if ignoreExpr is not None: - content = (Combine(OneOrMore(~ignoreExpr + - CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - content = (empty.copy()+CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS - ).setParseAction(lambda t:t[0].strip())) - else: - if ignoreExpr is not None: - content = (Combine(OneOrMore(~ignoreExpr + - ~Literal(opener) + ~Literal(closer) + - CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - content = (Combine(OneOrMore(~Literal(opener) + ~Literal(closer) + - CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1)) - ).setParseAction(lambda t:t[0].strip())) - else: - raise ValueError("opening and closing arguments must be strings if no content expression is given") - ret = Forward() - if ignoreExpr is not None: - ret <<= Group( Suppress(opener) + ZeroOrMore( ignoreExpr | ret | content ) + Suppress(closer) ) - else: - ret <<= Group( Suppress(opener) + ZeroOrMore( ret | content ) + Suppress(closer) ) - ret.setName('nested %s%s expression' % (opener,closer)) - return ret - -def indentedBlock(blockStatementExpr, indentStack, indent=True): - """ - Helper method for defining space-delimited indentation blocks, such as - those used to define block statements in Python source code. - - Parameters: - - blockStatementExpr - expression defining syntax of statement that - is repeated within the indented block - - indentStack - list created by caller to manage indentation stack - (multiple statementWithIndentedBlock expressions within a single grammar - should share a common indentStack) - - indent - boolean indicating whether block must be indented beyond the - the current level; set to False for block of left-most statements - (default=C{True}) - - A valid block must contain at least one C{blockStatement}. - - Example:: - data = ''' - def A(z): - A1 - B = 100 - G = A2 - A2 - A3 - B - def BB(a,b,c): - BB1 - def BBA(): - bba1 - bba2 - bba3 - C - D - def spam(x,y): - def eggs(z): - pass - ''' - - - indentStack = [1] - stmt = Forward() - - identifier = Word(alphas, alphanums) - funcDecl = ("def" + identifier + Group( "(" + Optional( delimitedList(identifier) ) + ")" ) + ":") - func_body = indentedBlock(stmt, indentStack) - funcDef = Group( funcDecl + func_body ) - - rvalue = Forward() - funcCall = Group(identifier + "(" + Optional(delimitedList(rvalue)) + ")") - rvalue << (funcCall | identifier | Word(nums)) - assignment = Group(identifier + "=" + rvalue) - stmt << ( funcDef | assignment | identifier ) - - module_body = OneOrMore(stmt) - - parseTree = module_body.parseString(data) - parseTree.pprint() - prints:: - [['def', - 'A', - ['(', 'z', ')'], - ':', - [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], - 'B', - ['def', - 'BB', - ['(', 'a', 'b', 'c', ')'], - ':', - [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], - 'C', - 'D', - ['def', - 'spam', - ['(', 'x', 'y', ')'], - ':', - [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] - """ - def checkPeerIndent(s,l,t): - if l >= len(s): return - curCol = col(l,s) - if curCol != indentStack[-1]: - if curCol > indentStack[-1]: - raise ParseFatalException(s,l,"illegal nesting") - raise ParseException(s,l,"not a peer entry") - - def checkSubIndent(s,l,t): - curCol = col(l,s) - if curCol > indentStack[-1]: - indentStack.append( curCol ) - else: - raise ParseException(s,l,"not a subentry") - - def checkUnindent(s,l,t): - if l >= len(s): return - curCol = col(l,s) - if not(indentStack and curCol < indentStack[-1] and curCol <= indentStack[-2]): - raise ParseException(s,l,"not an unindent") - indentStack.pop() - - NL = OneOrMore(LineEnd().setWhitespaceChars("\t ").suppress()) - INDENT = (Empty() + Empty().setParseAction(checkSubIndent)).setName('INDENT') - PEER = Empty().setParseAction(checkPeerIndent).setName('') - UNDENT = Empty().setParseAction(checkUnindent).setName('UNINDENT') - if indent: - smExpr = Group( Optional(NL) + - #~ FollowedBy(blockStatementExpr) + - INDENT + (OneOrMore( PEER + Group(blockStatementExpr) + Optional(NL) )) + UNDENT) - else: - smExpr = Group( Optional(NL) + - (OneOrMore( PEER + Group(blockStatementExpr) + Optional(NL) )) ) - blockStatementExpr.ignore(_bslash + LineEnd()) - return smExpr.setName('indented block') - -alphas8bit = srange(r"[\0xc0-\0xd6\0xd8-\0xf6\0xf8-\0xff]") -punc8bit = srange(r"[\0xa1-\0xbf\0xd7\0xf7]") - -anyOpenTag,anyCloseTag = makeHTMLTags(Word(alphas,alphanums+"_:").setName('any tag')) -_htmlEntityMap = dict(zip("gt lt amp nbsp quot apos".split(),'><& "\'')) -commonHTMLEntity = Regex('&(?P<entity>' + '|'.join(_htmlEntityMap.keys()) +");").setName("common HTML entity") -def replaceHTMLEntity(t): - """Helper parser action to replace common HTML entities with their special characters""" - return _htmlEntityMap.get(t.entity) - -# it's easy to get these comment structures wrong - they're very common, so may as well make them available -cStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/').setName("C style comment") -"Comment of the form C{/* ... */}" - -htmlComment = Regex(r"<!--[\s\S]*?-->").setName("HTML comment") -"Comment of the form C{<!-- ... -->}" - -restOfLine = Regex(r".*").leaveWhitespace().setName("rest of line") -dblSlashComment = Regex(r"//(?:\\\n|[^\n])*").setName("// comment") -"Comment of the form C{// ... (to end of line)}" - -cppStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/'| dblSlashComment).setName("C++ style comment") -"Comment of either form C{L{cStyleComment}} or C{L{dblSlashComment}}" - -javaStyleComment = cppStyleComment -"Same as C{L{cppStyleComment}}" - -pythonStyleComment = Regex(r"#.*").setName("Python style comment") -"Comment of the form C{# ... (to end of line)}" - -_commasepitem = Combine(OneOrMore(Word(printables, excludeChars=',') + - Optional( Word(" \t") + - ~Literal(",") + ~LineEnd() ) ) ).streamline().setName("commaItem") -commaSeparatedList = delimitedList( Optional( quotedString.copy() | _commasepitem, default="") ).setName("commaSeparatedList") -"""(Deprecated) Predefined expression of 1 or more printable words or quoted strings, separated by commas. - This expression is deprecated in favor of L{pyparsing_common.comma_separated_list}.""" - -# some other useful expressions - using lower-case class name since we are really using this as a namespace -class pyparsing_common: - """ - Here are some common low-level expressions that may be useful in jump-starting parser development: - - numeric forms (L{integers<integer>}, L{reals<real>}, L{scientific notation<sci_real>}) - - common L{programming identifiers<identifier>} - - network addresses (L{MAC<mac_address>}, L{IPv4<ipv4_address>}, L{IPv6<ipv6_address>}) - - ISO8601 L{dates<iso8601_date>} and L{datetime<iso8601_datetime>} - - L{UUID<uuid>} - - L{comma-separated list<comma_separated_list>} - Parse actions: - - C{L{convertToInteger}} - - C{L{convertToFloat}} - - C{L{convertToDate}} - - C{L{convertToDatetime}} - - C{L{stripHTMLTags}} - - C{L{upcaseTokens}} - - C{L{downcaseTokens}} - - Example:: - pyparsing_common.number.runTests(''' - # any int or real number, returned as the appropriate type - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - ''') - - pyparsing_common.fnumber.runTests(''' - # any int or real number, returned as float - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - ''') - - pyparsing_common.hex_integer.runTests(''' - # hex numbers - 100 - FF - ''') - - pyparsing_common.fraction.runTests(''' - # fractions - 1/2 - -3/4 - ''') - - pyparsing_common.mixed_integer.runTests(''' - # mixed fractions - 1 - 1/2 - -3/4 - 1-3/4 - ''') - - import uuid - pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID)) - pyparsing_common.uuid.runTests(''' - # uuid - 12345678-1234-5678-1234-567812345678 - ''') - prints:: - # any int or real number, returned as the appropriate type - 100 - [100] - - -100 - [-100] - - +100 - [100] - - 3.14159 - [3.14159] - - 6.02e23 - [6.02e+23] - - 1e-12 - [1e-12] - - # any int or real number, returned as float - 100 - [100.0] - - -100 - [-100.0] - - +100 - [100.0] - - 3.14159 - [3.14159] - - 6.02e23 - [6.02e+23] - - 1e-12 - [1e-12] - - # hex numbers - 100 - [256] - - FF - [255] - - # fractions - 1/2 - [0.5] - - -3/4 - [-0.75] - - # mixed fractions - 1 - [1] - - 1/2 - [0.5] - - -3/4 - [-0.75] - - 1-3/4 - [1.75] - - # uuid - 12345678-1234-5678-1234-567812345678 - [UUID('12345678-1234-5678-1234-567812345678')] - """ - - convertToInteger = tokenMap(int) - """ - Parse action for converting parsed integers to Python int - """ - - convertToFloat = tokenMap(float) - """ - Parse action for converting parsed numbers to Python float - """ - - integer = Word(nums).setName("integer").setParseAction(convertToInteger) - """expression that parses an unsigned integer, returns an int""" - - hex_integer = Word(hexnums).setName("hex integer").setParseAction(tokenMap(int,16)) - """expression that parses a hexadecimal integer, returns an int""" - - signed_integer = Regex(r'[+-]?\d+').setName("signed integer").setParseAction(convertToInteger) - """expression that parses an integer with optional leading sign, returns an int""" - - fraction = (signed_integer().setParseAction(convertToFloat) + '/' + signed_integer().setParseAction(convertToFloat)).setName("fraction") - """fractional expression of an integer divided by an integer, returns a float""" - fraction.addParseAction(lambda t: t[0]/t[-1]) - - mixed_integer = (fraction | signed_integer + Optional(Optional('-').suppress() + fraction)).setName("fraction or mixed integer-fraction") - """mixed integer of the form 'integer - fraction', with optional leading integer, returns float""" - mixed_integer.addParseAction(sum) - - real = Regex(r'[+-]?\d+\.\d*').setName("real number").setParseAction(convertToFloat) - """expression that parses a floating point number and returns a float""" - - sci_real = Regex(r'[+-]?\d+([eE][+-]?\d+|\.\d*([eE][+-]?\d+)?)').setName("real number with scientific notation").setParseAction(convertToFloat) - """expression that parses a floating point number with optional scientific notation and returns a float""" - - # streamlining this expression makes the docs nicer-looking - number = (sci_real | real | signed_integer).streamline() - """any numeric expression, returns the corresponding Python type""" - - fnumber = Regex(r'[+-]?\d+\.?\d*([eE][+-]?\d+)?').setName("fnumber").setParseAction(convertToFloat) - """any int or real number, returned as float""" - - identifier = Word(alphas+'_', alphanums+'_').setName("identifier") - """typical code identifier (leading alpha or '_', followed by 0 or more alphas, nums, or '_')""" - - ipv4_address = Regex(r'(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(\.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}').setName("IPv4 address") - "IPv4 address (C{0.0.0.0 - 255.255.255.255})" - - _ipv6_part = Regex(r'[0-9a-fA-F]{1,4}').setName("hex_integer") - _full_ipv6_address = (_ipv6_part + (':' + _ipv6_part)*7).setName("full IPv6 address") - _short_ipv6_address = (Optional(_ipv6_part + (':' + _ipv6_part)*(0,6)) + "::" + Optional(_ipv6_part + (':' + _ipv6_part)*(0,6))).setName("short IPv6 address") - _short_ipv6_address.addCondition(lambda t: sum(1 for tt in t if pyparsing_common._ipv6_part.matches(tt)) < 8) - _mixed_ipv6_address = ("::ffff:" + ipv4_address).setName("mixed IPv6 address") - ipv6_address = Combine((_full_ipv6_address | _mixed_ipv6_address | _short_ipv6_address).setName("IPv6 address")).setName("IPv6 address") - "IPv6 address (long, short, or mixed form)" - - mac_address = Regex(r'[0-9a-fA-F]{2}([:.-])[0-9a-fA-F]{2}(?:\1[0-9a-fA-F]{2}){4}').setName("MAC address") - "MAC address xx:xx:xx:xx:xx (may also have '-' or '.' delimiters)" - - @staticmethod - def convertToDate(fmt="%Y-%m-%d"): - """ - Helper to create a parse action for converting parsed date string to Python datetime.date - - Params - - - fmt - format to be passed to datetime.strptime (default=C{"%Y-%m-%d"}) - - Example:: - date_expr = pyparsing_common.iso8601_date.copy() - date_expr.setParseAction(pyparsing_common.convertToDate()) - print(date_expr.parseString("1999-12-31")) - prints:: - [datetime.date(1999, 12, 31)] - """ - def cvt_fn(s,l,t): - try: - return datetime.strptime(t[0], fmt).date() - except ValueError as ve: - raise ParseException(s, l, str(ve)) - return cvt_fn - - @staticmethod - def convertToDatetime(fmt="%Y-%m-%dT%H:%M:%S.%f"): - """ - Helper to create a parse action for converting parsed datetime string to Python datetime.datetime - - Params - - - fmt - format to be passed to datetime.strptime (default=C{"%Y-%m-%dT%H:%M:%S.%f"}) - - Example:: - dt_expr = pyparsing_common.iso8601_datetime.copy() - dt_expr.setParseAction(pyparsing_common.convertToDatetime()) - print(dt_expr.parseString("1999-12-31T23:59:59.999")) - prints:: - [datetime.datetime(1999, 12, 31, 23, 59, 59, 999000)] - """ - def cvt_fn(s,l,t): - try: - return datetime.strptime(t[0], fmt) - except ValueError as ve: - raise ParseException(s, l, str(ve)) - return cvt_fn - - iso8601_date = Regex(r'(?P<year>\d{4})(?:-(?P<month>\d\d)(?:-(?P<day>\d\d))?)?').setName("ISO8601 date") - "ISO8601 date (C{yyyy-mm-dd})" - - iso8601_datetime = Regex(r'(?P<year>\d{4})-(?P<month>\d\d)-(?P<day>\d\d)[T ](?P<hour>\d\d):(?P<minute>\d\d)(:(?P<second>\d\d(\.\d*)?)?)?(?P<tz>Z|[+-]\d\d:?\d\d)?').setName("ISO8601 datetime") - "ISO8601 datetime (C{yyyy-mm-ddThh:mm:ss.s(Z|+-00:00)}) - trailing seconds, milliseconds, and timezone optional; accepts separating C{'T'} or C{' '}" - - uuid = Regex(r'[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}').setName("UUID") - "UUID (C{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx})" - - _html_stripper = anyOpenTag.suppress() | anyCloseTag.suppress() - @staticmethod - def stripHTMLTags(s, l, tokens): - """ - Parse action to remove HTML tags from web page HTML source - - Example:: - # strip HTML links from normal text - text = '<td>More info at the <a href="http://pyparsing.wikispaces.com">pyparsing</a> wiki page</td>' - td,td_end = makeHTMLTags("TD") - table_text = td + SkipTo(td_end).setParseAction(pyparsing_common.stripHTMLTags)("body") + td_end - - print(table_text.parseString(text).body) # -> 'More info at the pyparsing wiki page' - """ - return pyparsing_common._html_stripper.transformString(tokens[0]) - - _commasepitem = Combine(OneOrMore(~Literal(",") + ~LineEnd() + Word(printables, excludeChars=',') - + Optional( White(" \t") ) ) ).streamline().setName("commaItem") - comma_separated_list = delimitedList( Optional( quotedString.copy() | _commasepitem, default="") ).setName("comma separated list") - """Predefined expression of 1 or more printable words or quoted strings, separated by commas.""" - - upcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).upper())) - """Parse action to convert tokens to upper case.""" - - downcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).lower())) - """Parse action to convert tokens to lower case.""" - - -if __name__ == "__main__": - - selectToken = CaselessLiteral("select") - fromToken = CaselessLiteral("from") - - ident = Word(alphas, alphanums + "_$") - - columnName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) - columnNameList = Group(delimitedList(columnName)).setName("columns") - columnSpec = ('*' | columnNameList) - - tableName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) - tableNameList = Group(delimitedList(tableName)).setName("tables") - - simpleSQL = selectToken("command") + columnSpec("columns") + fromToken + tableNameList("tables") - - # demo runTests method, including embedded comments in test string - simpleSQL.runTests(""" - # '*' as column list and dotted table name - select * from SYS.XYZZY - - # caseless match on "SELECT", and casts back to "select" - SELECT * from XYZZY, ABC - - # list of column names, and mixed case SELECT keyword - Select AA,BB,CC from Sys.dual - - # multiple tables - Select A, B, C from Sys.dual, Table2 - - # invalid SELECT keyword - should fail - Xelect A, B, C from Sys.dual - - # incomplete command - should fail - Select - - # invalid column name - should fail - Select ^^^ frox Sys.dual - - """) - - pyparsing_common.number.runTests(""" - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - """) - - # any int or real number, returned as float - pyparsing_common.fnumber.runTests(""" - 100 - -100 - +100 - 3.14159 - 6.02e23 - 1e-12 - """) - - pyparsing_common.hex_integer.runTests(""" - 100 - FF - """) - - import uuid - pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID)) - pyparsing_common.uuid.runTests(""" - 12345678-1234-5678-1234-567812345678 - """) diff --git a/lib/python3.8/site-packages/setuptools/_vendor/six.py b/lib/python3.8/site-packages/setuptools/_vendor/six.py deleted file mode 100644 index 190c023..0000000 --- a/lib/python3.8/site-packages/setuptools/_vendor/six.py +++ /dev/null @@ -1,868 +0,0 @@ -"""Utilities for writing code that runs on Python 2 and 3""" - -# Copyright (c) 2010-2015 Benjamin Peterson -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -from __future__ import absolute_import - -import functools -import itertools -import operator -import sys -import types - -__author__ = "Benjamin Peterson <benjamin@python.org>" -__version__ = "1.10.0" - - -# Useful for very coarse version differentiation. -PY2 = sys.version_info[0] == 2 -PY3 = sys.version_info[0] == 3 -PY34 = sys.version_info[0:2] >= (3, 4) - -if PY3: - string_types = str, - integer_types = int, - class_types = type, - text_type = str - binary_type = bytes - - MAXSIZE = sys.maxsize -else: - string_types = basestring, - integer_types = (int, long) - class_types = (type, types.ClassType) - text_type = unicode - binary_type = str - - if sys.platform.startswith("java"): - # Jython always uses 32 bits. - MAXSIZE = int((1 << 31) - 1) - else: - # It's possible to have sizeof(long) != sizeof(Py_ssize_t). - class X(object): - - def __len__(self): - return 1 << 31 - try: - len(X()) - except OverflowError: - # 32-bit - MAXSIZE = int((1 << 31) - 1) - else: - # 64-bit - MAXSIZE = int((1 << 63) - 1) - del X - - -def _add_doc(func, doc): - """Add documentation to a function.""" - func.__doc__ = doc - - -def _import_module(name): - """Import module, returning the module after the last dot.""" - __import__(name) - return sys.modules[name] - - -class _LazyDescr(object): - - def __init__(self, name): - self.name = name - - def __get__(self, obj, tp): - result = self._resolve() - setattr(obj, self.name, result) # Invokes __set__. - try: - # This is a bit ugly, but it avoids running this again by - # removing this descriptor. - delattr(obj.__class__, self.name) - except AttributeError: - pass - return result - - -class MovedModule(_LazyDescr): - - def __init__(self, name, old, new=None): - super(MovedModule, self).__init__(name) - if PY3: - if new is None: - new = name - self.mod = new - else: - self.mod = old - - def _resolve(self): - return _import_module(self.mod) - - def __getattr__(self, attr): - _module = self._resolve() - value = getattr(_module, attr) - setattr(self, attr, value) - return value - - -class _LazyModule(types.ModuleType): - - def __init__(self, name): - super(_LazyModule, self).__init__(name) - self.__doc__ = self.__class__.__doc__ - - def __dir__(self): - attrs = ["__doc__", "__name__"] - attrs += [attr.name for attr in self._moved_attributes] - return attrs - - # Subclasses should override this - _moved_attributes = [] - - -class MovedAttribute(_LazyDescr): - - def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): - super(MovedAttribute, self).__init__(name) - if PY3: - if new_mod is None: - new_mod = name - self.mod = new_mod - if new_attr is None: - if old_attr is None: - new_attr = name - else: - new_attr = old_attr - self.attr = new_attr - else: - self.mod = old_mod - if old_attr is None: - old_attr = name - self.attr = old_attr - - def _resolve(self): - module = _import_module(self.mod) - return getattr(module, self.attr) - - -class _SixMetaPathImporter(object): - - """ - A meta path importer to import six.moves and its submodules. - - This class implements a PEP302 finder and loader. It should be compatible - with Python 2.5 and all existing versions of Python3 - """ - - def __init__(self, six_module_name): - self.name = six_module_name - self.known_modules = {} - - def _add_module(self, mod, *fullnames): - for fullname in fullnames: - self.known_modules[self.name + "." + fullname] = mod - - def _get_module(self, fullname): - return self.known_modules[self.name + "." + fullname] - - def find_module(self, fullname, path=None): - if fullname in self.known_modules: - return self - return None - - def __get_module(self, fullname): - try: - return self.known_modules[fullname] - except KeyError: - raise ImportError("This loader does not know module " + fullname) - - def load_module(self, fullname): - try: - # in case of a reload - return sys.modules[fullname] - except KeyError: - pass - mod = self.__get_module(fullname) - if isinstance(mod, MovedModule): - mod = mod._resolve() - else: - mod.__loader__ = self - sys.modules[fullname] = mod - return mod - - def is_package(self, fullname): - """ - Return true, if the named module is a package. - - We need this method to get correct spec objects with - Python 3.4 (see PEP451) - """ - return hasattr(self.__get_module(fullname), "__path__") - - def get_code(self, fullname): - """Return None - - Required, if is_package is implemented""" - self.__get_module(fullname) # eventually raises ImportError - return None - get_source = get_code # same as get_code - -_importer = _SixMetaPathImporter(__name__) - - -class _MovedItems(_LazyModule): - - """Lazy loading of moved objects""" - __path__ = [] # mark as package - - -_moved_attributes = [ - MovedAttribute("cStringIO", "cStringIO", "io", "StringIO"), - MovedAttribute("filter", "itertools", "builtins", "ifilter", "filter"), - MovedAttribute("filterfalse", "itertools", "itertools", "ifilterfalse", "filterfalse"), - MovedAttribute("input", "__builtin__", "builtins", "raw_input", "input"), - MovedAttribute("intern", "__builtin__", "sys"), - MovedAttribute("map", "itertools", "builtins", "imap", "map"), - MovedAttribute("getcwd", "os", "os", "getcwdu", "getcwd"), - MovedAttribute("getcwdb", "os", "os", "getcwd", "getcwdb"), - MovedAttribute("range", "__builtin__", "builtins", "xrange", "range"), - MovedAttribute("reload_module", "__builtin__", "importlib" if PY34 else "imp", "reload"), - MovedAttribute("reduce", "__builtin__", "functools"), - MovedAttribute("shlex_quote", "pipes", "shlex", "quote"), - MovedAttribute("StringIO", "StringIO", "io"), - MovedAttribute("UserDict", "UserDict", "collections"), - MovedAttribute("UserList", "UserList", "collections"), - MovedAttribute("UserString", "UserString", "collections"), - MovedAttribute("xrange", "__builtin__", "builtins", "xrange", "range"), - MovedAttribute("zip", "itertools", "builtins", "izip", "zip"), - MovedAttribute("zip_longest", "itertools", "itertools", "izip_longest", "zip_longest"), - MovedModule("builtins", "__builtin__"), - MovedModule("configparser", "ConfigParser"), - MovedModule("copyreg", "copy_reg"), - MovedModule("dbm_gnu", "gdbm", "dbm.gnu"), - MovedModule("_dummy_thread", "dummy_thread", "_dummy_thread"), - MovedModule("http_cookiejar", "cookielib", "http.cookiejar"), - MovedModule("http_cookies", "Cookie", "http.cookies"), - MovedModule("html_entities", "htmlentitydefs", "html.entities"), - MovedModule("html_parser", "HTMLParser", "html.parser"), - MovedModule("http_client", "httplib", "http.client"), - MovedModule("email_mime_multipart", "email.MIMEMultipart", "email.mime.multipart"), - MovedModule("email_mime_nonmultipart", "email.MIMENonMultipart", "email.mime.nonmultipart"), - MovedModule("email_mime_text", "email.MIMEText", "email.mime.text"), - MovedModule("email_mime_base", "email.MIMEBase", "email.mime.base"), - MovedModule("BaseHTTPServer", "BaseHTTPServer", "http.server"), - MovedModule("CGIHTTPServer", "CGIHTTPServer", "http.server"), - MovedModule("SimpleHTTPServer", "SimpleHTTPServer", "http.server"), - MovedModule("cPickle", "cPickle", "pickle"), - MovedModule("queue", "Queue"), - MovedModule("reprlib", "repr"), - MovedModule("socketserver", "SocketServer"), - MovedModule("_thread", "thread", "_thread"), - MovedModule("tkinter", "Tkinter"), - MovedModule("tkinter_dialog", "Dialog", "tkinter.dialog"), - MovedModule("tkinter_filedialog", "FileDialog", "tkinter.filedialog"), - MovedModule("tkinter_scrolledtext", "ScrolledText", "tkinter.scrolledtext"), - MovedModule("tkinter_simpledialog", "SimpleDialog", "tkinter.simpledialog"), - MovedModule("tkinter_tix", "Tix", "tkinter.tix"), - MovedModule("tkinter_ttk", "ttk", "tkinter.ttk"), - MovedModule("tkinter_constants", "Tkconstants", "tkinter.constants"), - MovedModule("tkinter_dnd", "Tkdnd", "tkinter.dnd"), - MovedModule("tkinter_colorchooser", "tkColorChooser", - "tkinter.colorchooser"), - MovedModule("tkinter_commondialog", "tkCommonDialog", - "tkinter.commondialog"), - MovedModule("tkinter_tkfiledialog", "tkFileDialog", "tkinter.filedialog"), - MovedModule("tkinter_font", "tkFont", "tkinter.font"), - MovedModule("tkinter_messagebox", "tkMessageBox", "tkinter.messagebox"), - MovedModule("tkinter_tksimpledialog", "tkSimpleDialog", - "tkinter.simpledialog"), - MovedModule("urllib_parse", __name__ + ".moves.urllib_parse", "urllib.parse"), - MovedModule("urllib_error", __name__ + ".moves.urllib_error", "urllib.error"), - MovedModule("urllib", __name__ + ".moves.urllib", __name__ + ".moves.urllib"), - MovedModule("urllib_robotparser", "robotparser", "urllib.robotparser"), - MovedModule("xmlrpc_client", "xmlrpclib", "xmlrpc.client"), - MovedModule("xmlrpc_server", "SimpleXMLRPCServer", "xmlrpc.server"), -] -# Add windows specific modules. -if sys.platform == "win32": - _moved_attributes += [ - MovedModule("winreg", "_winreg"), - ] - -for attr in _moved_attributes: - setattr(_MovedItems, attr.name, attr) - if isinstance(attr, MovedModule): - _importer._add_module(attr, "moves." + attr.name) -del attr - -_MovedItems._moved_attributes = _moved_attributes - -moves = _MovedItems(__name__ + ".moves") -_importer._add_module(moves, "moves") - - -class Module_six_moves_urllib_parse(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_parse""" - - -_urllib_parse_moved_attributes = [ - MovedAttribute("ParseResult", "urlparse", "urllib.parse"), - MovedAttribute("SplitResult", "urlparse", "urllib.parse"), - MovedAttribute("parse_qs", "urlparse", "urllib.parse"), - MovedAttribute("parse_qsl", "urlparse", "urllib.parse"), - MovedAttribute("urldefrag", "urlparse", "urllib.parse"), - MovedAttribute("urljoin", "urlparse", "urllib.parse"), - MovedAttribute("urlparse", "urlparse", "urllib.parse"), - MovedAttribute("urlsplit", "urlparse", "urllib.parse"), - MovedAttribute("urlunparse", "urlparse", "urllib.parse"), - MovedAttribute("urlunsplit", "urlparse", "urllib.parse"), - MovedAttribute("quote", "urllib", "urllib.parse"), - MovedAttribute("quote_plus", "urllib", "urllib.parse"), - MovedAttribute("unquote", "urllib", "urllib.parse"), - MovedAttribute("unquote_plus", "urllib", "urllib.parse"), - MovedAttribute("urlencode", "urllib", "urllib.parse"), - MovedAttribute("splitquery", "urllib", "urllib.parse"), - MovedAttribute("splittag", "urllib", "urllib.parse"), - MovedAttribute("splituser", "urllib", "urllib.parse"), - MovedAttribute("uses_fragment", "urlparse", "urllib.parse"), - MovedAttribute("uses_netloc", "urlparse", "urllib.parse"), - MovedAttribute("uses_params", "urlparse", "urllib.parse"), - MovedAttribute("uses_query", "urlparse", "urllib.parse"), - MovedAttribute("uses_relative", "urlparse", "urllib.parse"), -] -for attr in _urllib_parse_moved_attributes: - setattr(Module_six_moves_urllib_parse, attr.name, attr) -del attr - -Module_six_moves_urllib_parse._moved_attributes = _urllib_parse_moved_attributes - -_importer._add_module(Module_six_moves_urllib_parse(__name__ + ".moves.urllib_parse"), - "moves.urllib_parse", "moves.urllib.parse") - - -class Module_six_moves_urllib_error(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_error""" - - -_urllib_error_moved_attributes = [ - MovedAttribute("URLError", "urllib2", "urllib.error"), - MovedAttribute("HTTPError", "urllib2", "urllib.error"), - MovedAttribute("ContentTooShortError", "urllib", "urllib.error"), -] -for attr in _urllib_error_moved_attributes: - setattr(Module_six_moves_urllib_error, attr.name, attr) -del attr - -Module_six_moves_urllib_error._moved_attributes = _urllib_error_moved_attributes - -_importer._add_module(Module_six_moves_urllib_error(__name__ + ".moves.urllib.error"), - "moves.urllib_error", "moves.urllib.error") - - -class Module_six_moves_urllib_request(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_request""" - - -_urllib_request_moved_attributes = [ - MovedAttribute("urlopen", "urllib2", "urllib.request"), - MovedAttribute("install_opener", "urllib2", "urllib.request"), - MovedAttribute("build_opener", "urllib2", "urllib.request"), - MovedAttribute("pathname2url", "urllib", "urllib.request"), - MovedAttribute("url2pathname", "urllib", "urllib.request"), - MovedAttribute("getproxies", "urllib", "urllib.request"), - MovedAttribute("Request", "urllib2", "urllib.request"), - MovedAttribute("OpenerDirector", "urllib2", "urllib.request"), - MovedAttribute("HTTPDefaultErrorHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPRedirectHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPCookieProcessor", "urllib2", "urllib.request"), - MovedAttribute("ProxyHandler", "urllib2", "urllib.request"), - MovedAttribute("BaseHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPPasswordMgr", "urllib2", "urllib.request"), - MovedAttribute("HTTPPasswordMgrWithDefaultRealm", "urllib2", "urllib.request"), - MovedAttribute("AbstractBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("ProxyBasicAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("AbstractDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("ProxyDigestAuthHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPSHandler", "urllib2", "urllib.request"), - MovedAttribute("FileHandler", "urllib2", "urllib.request"), - MovedAttribute("FTPHandler", "urllib2", "urllib.request"), - MovedAttribute("CacheFTPHandler", "urllib2", "urllib.request"), - MovedAttribute("UnknownHandler", "urllib2", "urllib.request"), - MovedAttribute("HTTPErrorProcessor", "urllib2", "urllib.request"), - MovedAttribute("urlretrieve", "urllib", "urllib.request"), - MovedAttribute("urlcleanup", "urllib", "urllib.request"), - MovedAttribute("URLopener", "urllib", "urllib.request"), - MovedAttribute("FancyURLopener", "urllib", "urllib.request"), - MovedAttribute("proxy_bypass", "urllib", "urllib.request"), -] -for attr in _urllib_request_moved_attributes: - setattr(Module_six_moves_urllib_request, attr.name, attr) -del attr - -Module_six_moves_urllib_request._moved_attributes = _urllib_request_moved_attributes - -_importer._add_module(Module_six_moves_urllib_request(__name__ + ".moves.urllib.request"), - "moves.urllib_request", "moves.urllib.request") - - -class Module_six_moves_urllib_response(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_response""" - - -_urllib_response_moved_attributes = [ - MovedAttribute("addbase", "urllib", "urllib.response"), - MovedAttribute("addclosehook", "urllib", "urllib.response"), - MovedAttribute("addinfo", "urllib", "urllib.response"), - MovedAttribute("addinfourl", "urllib", "urllib.response"), -] -for attr in _urllib_response_moved_attributes: - setattr(Module_six_moves_urllib_response, attr.name, attr) -del attr - -Module_six_moves_urllib_response._moved_attributes = _urllib_response_moved_attributes - -_importer._add_module(Module_six_moves_urllib_response(__name__ + ".moves.urllib.response"), - "moves.urllib_response", "moves.urllib.response") - - -class Module_six_moves_urllib_robotparser(_LazyModule): - - """Lazy loading of moved objects in six.moves.urllib_robotparser""" - - -_urllib_robotparser_moved_attributes = [ - MovedAttribute("RobotFileParser", "robotparser", "urllib.robotparser"), -] -for attr in _urllib_robotparser_moved_attributes: - setattr(Module_six_moves_urllib_robotparser, attr.name, attr) -del attr - -Module_six_moves_urllib_robotparser._moved_attributes = _urllib_robotparser_moved_attributes - -_importer._add_module(Module_six_moves_urllib_robotparser(__name__ + ".moves.urllib.robotparser"), - "moves.urllib_robotparser", "moves.urllib.robotparser") - - -class Module_six_moves_urllib(types.ModuleType): - - """Create a six.moves.urllib namespace that resembles the Python 3 namespace""" - __path__ = [] # mark as package - parse = _importer._get_module("moves.urllib_parse") - error = _importer._get_module("moves.urllib_error") - request = _importer._get_module("moves.urllib_request") - response = _importer._get_module("moves.urllib_response") - robotparser = _importer._get_module("moves.urllib_robotparser") - - def __dir__(self): - return ['parse', 'error', 'request', 'response', 'robotparser'] - -_importer._add_module(Module_six_moves_urllib(__name__ + ".moves.urllib"), - "moves.urllib") - - -def add_move(move): - """Add an item to six.moves.""" - setattr(_MovedItems, move.name, move) - - -def remove_move(name): - """Remove item from six.moves.""" - try: - delattr(_MovedItems, name) - except AttributeError: - try: - del moves.__dict__[name] - except KeyError: - raise AttributeError("no such move, %r" % (name,)) - - -if PY3: - _meth_func = "__func__" - _meth_self = "__self__" - - _func_closure = "__closure__" - _func_code = "__code__" - _func_defaults = "__defaults__" - _func_globals = "__globals__" -else: - _meth_func = "im_func" - _meth_self = "im_self" - - _func_closure = "func_closure" - _func_code = "func_code" - _func_defaults = "func_defaults" - _func_globals = "func_globals" - - -try: - advance_iterator = next -except NameError: - def advance_iterator(it): - return it.next() -next = advance_iterator - - -try: - callable = callable -except NameError: - def callable(obj): - return any("__call__" in klass.__dict__ for klass in type(obj).__mro__) - - -if PY3: - def get_unbound_function(unbound): - return unbound - - create_bound_method = types.MethodType - - def create_unbound_method(func, cls): - return func - - Iterator = object -else: - def get_unbound_function(unbound): - return unbound.im_func - - def create_bound_method(func, obj): - return types.MethodType(func, obj, obj.__class__) - - def create_unbound_method(func, cls): - return types.MethodType(func, None, cls) - - class Iterator(object): - - def next(self): - return type(self).__next__(self) - - callable = callable -_add_doc(get_unbound_function, - """Get the function out of a possibly unbound function""") - - -get_method_function = operator.attrgetter(_meth_func) -get_method_self = operator.attrgetter(_meth_self) -get_function_closure = operator.attrgetter(_func_closure) -get_function_code = operator.attrgetter(_func_code) -get_function_defaults = operator.attrgetter(_func_defaults) -get_function_globals = operator.attrgetter(_func_globals) - - -if PY3: - def iterkeys(d, **kw): - return iter(d.keys(**kw)) - - def itervalues(d, **kw): - return iter(d.values(**kw)) - - def iteritems(d, **kw): - return iter(d.items(**kw)) - - def iterlists(d, **kw): - return iter(d.lists(**kw)) - - viewkeys = operator.methodcaller("keys") - - viewvalues = operator.methodcaller("values") - - viewitems = operator.methodcaller("items") -else: - def iterkeys(d, **kw): - return d.iterkeys(**kw) - - def itervalues(d, **kw): - return d.itervalues(**kw) - - def iteritems(d, **kw): - return d.iteritems(**kw) - - def iterlists(d, **kw): - return d.iterlists(**kw) - - viewkeys = operator.methodcaller("viewkeys") - - viewvalues = operator.methodcaller("viewvalues") - - viewitems = operator.methodcaller("viewitems") - -_add_doc(iterkeys, "Return an iterator over the keys of a dictionary.") -_add_doc(itervalues, "Return an iterator over the values of a dictionary.") -_add_doc(iteritems, - "Return an iterator over the (key, value) pairs of a dictionary.") -_add_doc(iterlists, - "Return an iterator over the (key, [values]) pairs of a dictionary.") - - -if PY3: - def b(s): - return s.encode("latin-1") - - def u(s): - return s - unichr = chr - import struct - int2byte = struct.Struct(">B").pack - del struct - byte2int = operator.itemgetter(0) - indexbytes = operator.getitem - iterbytes = iter - import io - StringIO = io.StringIO - BytesIO = io.BytesIO - _assertCountEqual = "assertCountEqual" - if sys.version_info[1] <= 1: - _assertRaisesRegex = "assertRaisesRegexp" - _assertRegex = "assertRegexpMatches" - else: - _assertRaisesRegex = "assertRaisesRegex" - _assertRegex = "assertRegex" -else: - def b(s): - return s - # Workaround for standalone backslash - - def u(s): - return unicode(s.replace(r'\\', r'\\\\'), "unicode_escape") - unichr = unichr - int2byte = chr - - def byte2int(bs): - return ord(bs[0]) - - def indexbytes(buf, i): - return ord(buf[i]) - iterbytes = functools.partial(itertools.imap, ord) - import StringIO - StringIO = BytesIO = StringIO.StringIO - _assertCountEqual = "assertItemsEqual" - _assertRaisesRegex = "assertRaisesRegexp" - _assertRegex = "assertRegexpMatches" -_add_doc(b, """Byte literal""") -_add_doc(u, """Text literal""") - - -def assertCountEqual(self, *args, **kwargs): - return getattr(self, _assertCountEqual)(*args, **kwargs) - - -def assertRaisesRegex(self, *args, **kwargs): - return getattr(self, _assertRaisesRegex)(*args, **kwargs) - - -def assertRegex(self, *args, **kwargs): - return getattr(self, _assertRegex)(*args, **kwargs) - - -if PY3: - exec_ = getattr(moves.builtins, "exec") - - def reraise(tp, value, tb=None): - if value is None: - value = tp() - if value.__traceback__ is not tb: - raise value.with_traceback(tb) - raise value - -else: - def exec_(_code_, _globs_=None, _locs_=None): - """Execute code in a namespace.""" - if _globs_ is None: - frame = sys._getframe(1) - _globs_ = frame.f_globals - if _locs_ is None: - _locs_ = frame.f_locals - del frame - elif _locs_ is None: - _locs_ = _globs_ - exec("""exec _code_ in _globs_, _locs_""") - - exec_("""def reraise(tp, value, tb=None): - raise tp, value, tb -""") - - -if sys.version_info[:2] == (3, 2): - exec_("""def raise_from(value, from_value): - if from_value is None: - raise value - raise value from from_value -""") -elif sys.version_info[:2] > (3, 2): - exec_("""def raise_from(value, from_value): - raise value from from_value -""") -else: - def raise_from(value, from_value): - raise value - - -print_ = getattr(moves.builtins, "print", None) -if print_ is None: - def print_(*args, **kwargs): - """The new-style print function for Python 2.4 and 2.5.""" - fp = kwargs.pop("file", sys.stdout) - if fp is None: - return - - def write(data): - if not isinstance(data, basestring): - data = str(data) - # If the file has an encoding, encode unicode with it. - if (isinstance(fp, file) and - isinstance(data, unicode) and - fp.encoding is not None): - errors = getattr(fp, "errors", None) - if errors is None: - errors = "strict" - data = data.encode(fp.encoding, errors) - fp.write(data) - want_unicode = False - sep = kwargs.pop("sep", None) - if sep is not None: - if isinstance(sep, unicode): - want_unicode = True - elif not isinstance(sep, str): - raise TypeError("sep must be None or a string") - end = kwargs.pop("end", None) - if end is not None: - if isinstance(end, unicode): - want_unicode = True - elif not isinstance(end, str): - raise TypeError("end must be None or a string") - if kwargs: - raise TypeError("invalid keyword arguments to print()") - if not want_unicode: - for arg in args: - if isinstance(arg, unicode): - want_unicode = True - break - if want_unicode: - newline = unicode("\n") - space = unicode(" ") - else: - newline = "\n" - space = " " - if sep is None: - sep = space - if end is None: - end = newline - for i, arg in enumerate(args): - if i: - write(sep) - write(arg) - write(end) -if sys.version_info[:2] < (3, 3): - _print = print_ - - def print_(*args, **kwargs): - fp = kwargs.get("file", sys.stdout) - flush = kwargs.pop("flush", False) - _print(*args, **kwargs) - if flush and fp is not None: - fp.flush() - -_add_doc(reraise, """Reraise an exception.""") - -if sys.version_info[0:2] < (3, 4): - def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, - updated=functools.WRAPPER_UPDATES): - def wrapper(f): - f = functools.wraps(wrapped, assigned, updated)(f) - f.__wrapped__ = wrapped - return f - return wrapper -else: - wraps = functools.wraps - - -def with_metaclass(meta, *bases): - """Create a base class with a metaclass.""" - # This requires a bit of explanation: the basic idea is to make a dummy - # metaclass for one level of class instantiation that replaces itself with - # the actual metaclass. - class metaclass(meta): - - def __new__(cls, name, this_bases, d): - return meta(name, bases, d) - return type.__new__(metaclass, 'temporary_class', (), {}) - - -def add_metaclass(metaclass): - """Class decorator for creating a class with a metaclass.""" - def wrapper(cls): - orig_vars = cls.__dict__.copy() - slots = orig_vars.get('__slots__') - if slots is not None: - if isinstance(slots, str): - slots = [slots] - for slots_var in slots: - orig_vars.pop(slots_var) - orig_vars.pop('__dict__', None) - orig_vars.pop('__weakref__', None) - return metaclass(cls.__name__, cls.__bases__, orig_vars) - return wrapper - - -def python_2_unicode_compatible(klass): - """ - A decorator that defines __unicode__ and __str__ methods under Python 2. - Under Python 3 it does nothing. - - To support Python 2 and 3 with a single code base, define a __str__ method - returning text and apply this decorator to the class. - """ - if PY2: - if '__str__' not in klass.__dict__: - raise ValueError("@python_2_unicode_compatible cannot be applied " - "to %s because it doesn't define __str__()." % - klass.__name__) - klass.__unicode__ = klass.__str__ - klass.__str__ = lambda self: self.__unicode__().encode('utf-8') - return klass - - -# Complete the moves implementation. -# This code is at the end of this module to speed up module loading. -# Turn this module into a package. -__path__ = [] # required for PEP 302 and PEP 451 -__package__ = __name__ # see PEP 366 @ReservedAssignment -if globals().get("__spec__") is not None: - __spec__.submodule_search_locations = [] # PEP 451 @UndefinedVariable -# Remove other six meta path importers, since they cause problems. This can -# happen if six is removed from sys.modules and then reloaded. (Setuptools does -# this for some reason.) -if sys.meta_path: - for i, importer in enumerate(sys.meta_path): - # Here's some real nastiness: Another "instance" of the six module might - # be floating around. Therefore, we can't use isinstance() to check for - # the six meta path importer, since the other six instance will have - # inserted an importer with different class. - if (type(importer).__name__ == "_SixMetaPathImporter" and - importer.name == __name__): - del sys.meta_path[i] - break - del i, importer -# Finally, add the importer to the meta path import hook. -sys.meta_path.append(_importer) diff --git a/lib/python3.8/site-packages/setuptools/archive_util.py b/lib/python3.8/site-packages/setuptools/archive_util.py deleted file mode 100644 index 8143604..0000000 --- a/lib/python3.8/site-packages/setuptools/archive_util.py +++ /dev/null @@ -1,173 +0,0 @@ -"""Utilities for extracting common archive formats""" - -import zipfile -import tarfile -import os -import shutil -import posixpath -import contextlib -from distutils.errors import DistutilsError - -from pkg_resources import ensure_directory - -__all__ = [ - "unpack_archive", "unpack_zipfile", "unpack_tarfile", "default_filter", - "UnrecognizedFormat", "extraction_drivers", "unpack_directory", -] - - -class UnrecognizedFormat(DistutilsError): - """Couldn't recognize the archive type""" - - -def default_filter(src, dst): - """The default progress/filter callback; returns True for all files""" - return dst - - -def unpack_archive(filename, extract_dir, progress_filter=default_filter, - drivers=None): - """Unpack `filename` to `extract_dir`, or raise ``UnrecognizedFormat`` - - `progress_filter` is a function taking two arguments: a source path - internal to the archive ('/'-separated), and a filesystem path where it - will be extracted. The callback must return the desired extract path - (which may be the same as the one passed in), or else ``None`` to skip - that file or directory. The callback can thus be used to report on the - progress of the extraction, as well as to filter the items extracted or - alter their extraction paths. - - `drivers`, if supplied, must be a non-empty sequence of functions with the - same signature as this function (minus the `drivers` argument), that raise - ``UnrecognizedFormat`` if they do not support extracting the designated - archive type. The `drivers` are tried in sequence until one is found that - does not raise an error, or until all are exhausted (in which case - ``UnrecognizedFormat`` is raised). If you do not supply a sequence of - drivers, the module's ``extraction_drivers`` constant will be used, which - means that ``unpack_zipfile`` and ``unpack_tarfile`` will be tried, in that - order. - """ - for driver in drivers or extraction_drivers: - try: - driver(filename, extract_dir, progress_filter) - except UnrecognizedFormat: - continue - else: - return - else: - raise UnrecognizedFormat( - "Not a recognized archive type: %s" % filename - ) - - -def unpack_directory(filename, extract_dir, progress_filter=default_filter): - """"Unpack" a directory, using the same interface as for archives - - Raises ``UnrecognizedFormat`` if `filename` is not a directory - """ - if not os.path.isdir(filename): - raise UnrecognizedFormat("%s is not a directory" % filename) - - paths = { - filename: ('', extract_dir), - } - for base, dirs, files in os.walk(filename): - src, dst = paths[base] - for d in dirs: - paths[os.path.join(base, d)] = src + d + '/', os.path.join(dst, d) - for f in files: - target = os.path.join(dst, f) - target = progress_filter(src + f, target) - if not target: - # skip non-files - continue - ensure_directory(target) - f = os.path.join(base, f) - shutil.copyfile(f, target) - shutil.copystat(f, target) - - -def unpack_zipfile(filename, extract_dir, progress_filter=default_filter): - """Unpack zip `filename` to `extract_dir` - - Raises ``UnrecognizedFormat`` if `filename` is not a zipfile (as determined - by ``zipfile.is_zipfile()``). See ``unpack_archive()`` for an explanation - of the `progress_filter` argument. - """ - - if not zipfile.is_zipfile(filename): - raise UnrecognizedFormat("%s is not a zip file" % (filename,)) - - with zipfile.ZipFile(filename) as z: - for info in z.infolist(): - name = info.filename - - # don't extract absolute paths or ones with .. in them - if name.startswith('/') or '..' in name.split('/'): - continue - - target = os.path.join(extract_dir, *name.split('/')) - target = progress_filter(name, target) - if not target: - continue - if name.endswith('/'): - # directory - ensure_directory(target) - else: - # file - ensure_directory(target) - data = z.read(info.filename) - with open(target, 'wb') as f: - f.write(data) - unix_attributes = info.external_attr >> 16 - if unix_attributes: - os.chmod(target, unix_attributes) - - -def unpack_tarfile(filename, extract_dir, progress_filter=default_filter): - """Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir` - - Raises ``UnrecognizedFormat`` if `filename` is not a tarfile (as determined - by ``tarfile.open()``). See ``unpack_archive()`` for an explanation - of the `progress_filter` argument. - """ - try: - tarobj = tarfile.open(filename) - except tarfile.TarError: - raise UnrecognizedFormat( - "%s is not a compressed or uncompressed tar file" % (filename,) - ) - with contextlib.closing(tarobj): - # don't do any chowning! - tarobj.chown = lambda *args: None - for member in tarobj: - name = member.name - # don't extract absolute paths or ones with .. in them - if not name.startswith('/') and '..' not in name.split('/'): - prelim_dst = os.path.join(extract_dir, *name.split('/')) - - # resolve any links and to extract the link targets as normal - # files - while member is not None and (member.islnk() or member.issym()): - linkpath = member.linkname - if member.issym(): - base = posixpath.dirname(member.name) - linkpath = posixpath.join(base, linkpath) - linkpath = posixpath.normpath(linkpath) - member = tarobj._getmember(linkpath) - - if member is not None and (member.isfile() or member.isdir()): - final_dst = progress_filter(name, prelim_dst) - if final_dst: - if final_dst.endswith(os.sep): - final_dst = final_dst[:-1] - try: - # XXX Ugh - tarobj._extract_member(member, final_dst) - except tarfile.ExtractError: - # chown/chmod/mkfifo/mknode/makedev failed - pass - return True - - -extraction_drivers = unpack_directory, unpack_zipfile, unpack_tarfile diff --git a/lib/python3.8/site-packages/setuptools/build_meta.py b/lib/python3.8/site-packages/setuptools/build_meta.py deleted file mode 100644 index 10c4b52..0000000 --- a/lib/python3.8/site-packages/setuptools/build_meta.py +++ /dev/null @@ -1,257 +0,0 @@ -"""A PEP 517 interface to setuptools - -Previously, when a user or a command line tool (let's call it a "frontend") -needed to make a request of setuptools to take a certain action, for -example, generating a list of installation requirements, the frontend would -would call "setup.py egg_info" or "setup.py bdist_wheel" on the command line. - -PEP 517 defines a different method of interfacing with setuptools. Rather -than calling "setup.py" directly, the frontend should: - - 1. Set the current directory to the directory with a setup.py file - 2. Import this module into a safe python interpreter (one in which - setuptools can potentially set global variables or crash hard). - 3. Call one of the functions defined in PEP 517. - -What each function does is defined in PEP 517. However, here is a "casual" -definition of the functions (this definition should not be relied on for -bug reports or API stability): - - - `build_wheel`: build a wheel in the folder and return the basename - - `get_requires_for_build_wheel`: get the `setup_requires` to build - - `prepare_metadata_for_build_wheel`: get the `install_requires` - - `build_sdist`: build an sdist in the folder and return the basename - - `get_requires_for_build_sdist`: get the `setup_requires` to build - -Again, this is not a formal definition! Just a "taste" of the module. -""" - -import io -import os -import sys -import tokenize -import shutil -import contextlib - -import setuptools -import distutils -from setuptools.py31compat import TemporaryDirectory - -from pkg_resources import parse_requirements -from pkg_resources.py31compat import makedirs - -__all__ = ['get_requires_for_build_sdist', - 'get_requires_for_build_wheel', - 'prepare_metadata_for_build_wheel', - 'build_wheel', - 'build_sdist', - '__legacy__', - 'SetupRequirementsError'] - -class SetupRequirementsError(BaseException): - def __init__(self, specifiers): - self.specifiers = specifiers - - -class Distribution(setuptools.dist.Distribution): - def fetch_build_eggs(self, specifiers): - specifier_list = list(map(str, parse_requirements(specifiers))) - - raise SetupRequirementsError(specifier_list) - - @classmethod - @contextlib.contextmanager - def patch(cls): - """ - Replace - distutils.dist.Distribution with this class - for the duration of this context. - """ - orig = distutils.core.Distribution - distutils.core.Distribution = cls - try: - yield - finally: - distutils.core.Distribution = orig - - -def _to_str(s): - """ - Convert a filename to a string (on Python 2, explicitly - a byte string, not Unicode) as distutils checks for the - exact type str. - """ - if sys.version_info[0] == 2 and not isinstance(s, str): - # Assume it's Unicode, as that's what the PEP says - # should be provided. - return s.encode(sys.getfilesystemencoding()) - return s - - -def _get_immediate_subdirectories(a_dir): - return [name for name in os.listdir(a_dir) - if os.path.isdir(os.path.join(a_dir, name))] - - -def _file_with_extension(directory, extension): - matching = ( - f for f in os.listdir(directory) - if f.endswith(extension) - ) - file, = matching - return file - - -def _open_setup_script(setup_script): - if not os.path.exists(setup_script): - # Supply a default setup.py - return io.StringIO(u"from setuptools import setup; setup()") - - return getattr(tokenize, 'open', open)(setup_script) - - -class _BuildMetaBackend(object): - - def _fix_config(self, config_settings): - config_settings = config_settings or {} - config_settings.setdefault('--global-option', []) - return config_settings - - def _get_build_requires(self, config_settings, requirements): - config_settings = self._fix_config(config_settings) - - sys.argv = sys.argv[:1] + ['egg_info'] + \ - config_settings["--global-option"] - try: - with Distribution.patch(): - self.run_setup() - except SetupRequirementsError as e: - requirements += e.specifiers - - return requirements - - def run_setup(self, setup_script='setup.py'): - # Note that we can reuse our build directory between calls - # Correctness comes first, then optimization later - __file__ = setup_script - __name__ = '__main__' - - with _open_setup_script(__file__) as f: - code = f.read().replace(r'\r\n', r'\n') - - exec(compile(code, __file__, 'exec'), locals()) - - def get_requires_for_build_wheel(self, config_settings=None): - config_settings = self._fix_config(config_settings) - return self._get_build_requires(config_settings, requirements=['wheel']) - - def get_requires_for_build_sdist(self, config_settings=None): - config_settings = self._fix_config(config_settings) - return self._get_build_requires(config_settings, requirements=[]) - - def prepare_metadata_for_build_wheel(self, metadata_directory, - config_settings=None): - sys.argv = sys.argv[:1] + ['dist_info', '--egg-base', - _to_str(metadata_directory)] - self.run_setup() - - dist_info_directory = metadata_directory - while True: - dist_infos = [f for f in os.listdir(dist_info_directory) - if f.endswith('.dist-info')] - - if (len(dist_infos) == 0 and - len(_get_immediate_subdirectories(dist_info_directory)) == 1): - - dist_info_directory = os.path.join( - dist_info_directory, os.listdir(dist_info_directory)[0]) - continue - - assert len(dist_infos) == 1 - break - - # PEP 517 requires that the .dist-info directory be placed in the - # metadata_directory. To comply, we MUST copy the directory to the root - if dist_info_directory != metadata_directory: - shutil.move( - os.path.join(dist_info_directory, dist_infos[0]), - metadata_directory) - shutil.rmtree(dist_info_directory, ignore_errors=True) - - return dist_infos[0] - - def _build_with_temp_dir(self, setup_command, result_extension, - result_directory, config_settings): - config_settings = self._fix_config(config_settings) - result_directory = os.path.abspath(result_directory) - - # Build in a temporary directory, then copy to the target. - makedirs(result_directory, exist_ok=True) - with TemporaryDirectory(dir=result_directory) as tmp_dist_dir: - sys.argv = (sys.argv[:1] + setup_command + - ['--dist-dir', tmp_dist_dir] + - config_settings["--global-option"]) - self.run_setup() - - result_basename = _file_with_extension(tmp_dist_dir, result_extension) - result_path = os.path.join(result_directory, result_basename) - if os.path.exists(result_path): - # os.rename will fail overwriting on non-Unix. - os.remove(result_path) - os.rename(os.path.join(tmp_dist_dir, result_basename), result_path) - - return result_basename - - - def build_wheel(self, wheel_directory, config_settings=None, - metadata_directory=None): - return self._build_with_temp_dir(['bdist_wheel'], '.whl', - wheel_directory, config_settings) - - def build_sdist(self, sdist_directory, config_settings=None): - return self._build_with_temp_dir(['sdist', '--formats', 'gztar'], - '.tar.gz', sdist_directory, - config_settings) - - -class _BuildMetaLegacyBackend(_BuildMetaBackend): - """Compatibility backend for setuptools - - This is a version of setuptools.build_meta that endeavors to maintain backwards - compatibility with pre-PEP 517 modes of invocation. It exists as a temporary - bridge between the old packaging mechanism and the new packaging mechanism, - and will eventually be removed. - """ - def run_setup(self, setup_script='setup.py'): - # In order to maintain compatibility with scripts assuming that - # the setup.py script is in a directory on the PYTHONPATH, inject - # '' into sys.path. (pypa/setuptools#1642) - sys_path = list(sys.path) # Save the original path - - script_dir = os.path.dirname(os.path.abspath(setup_script)) - if script_dir not in sys.path: - sys.path.insert(0, script_dir) - - try: - super(_BuildMetaLegacyBackend, - self).run_setup(setup_script=setup_script) - finally: - # While PEP 517 frontends should be calling each hook in a fresh - # subprocess according to the standard (and thus it should not be - # strictly necessary to restore the old sys.path), we'll restore - # the original path so that the path manipulation does not persist - # within the hook after run_setup is called. - sys.path[:] = sys_path - -# The primary backend -_BACKEND = _BuildMetaBackend() - -get_requires_for_build_wheel = _BACKEND.get_requires_for_build_wheel -get_requires_for_build_sdist = _BACKEND.get_requires_for_build_sdist -prepare_metadata_for_build_wheel = _BACKEND.prepare_metadata_for_build_wheel -build_wheel = _BACKEND.build_wheel -build_sdist = _BACKEND.build_sdist - - -# The legacy backend -__legacy__ = _BuildMetaLegacyBackend() diff --git a/lib/python3.8/site-packages/setuptools/cli-32.exe b/lib/python3.8/site-packages/setuptools/cli-32.exe deleted file mode 100644 index b1487b7819e7286577a043c7726fbe0ca1543083..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65536 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[c}i<OXTz6k>I#RErv3nvcIClH@!{vM)zJ_weD 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 diff --git a/lib/python3.8/site-packages/setuptools/cli-64.exe b/lib/python3.8/site-packages/setuptools/cli-64.exe deleted file mode 100644 index 675e6bf3743f3d3011c238657e7128ee9960ef7f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 74752 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 &sjKl@1{;unAiW2w^OujNoW z+s1GGSx<J&+NxO_wZOh=MOmE@ZP49QvUKMZkCAB3K%I|@I?-k|+Emw|J{xyq05F-y zq7$V8l2oRcow-7Yh^cOL;xdHl)f~cwpX#{~ZSyaWVW!KqqDW)=HMWc2eUv6Y*DyJJ zd<PmpV>@Y{fyvVRn1*ukl8i(qo?7gm{xW32isz5Se(%>1j-a2k4wb|wT)GbP)~3cw z?6fpLj~Sq`9YkM)yDZB*We>-k{xAm5y?nH0Ho2{x^Hypsn|E~r0<*<Uahmy+U5m}= zGCmb!!{0-iAbH9V4jiJiWkbU(=Y8Ht#jK`Y2}?gSAwHl{38mHoTDRHs^TO;c0K(t; zJur}@Zp6KBL8hecMc8IO7nuZRlY>jx=2YhD6NHvl9yo4U5tiyIlU>#Dq@mTY2oce0 zScIx+t*YHbRIT2s&bjqw$p*oU67G{!71sDN2sxTN5)0-<Vw&&T>oL1Aw=ob$3lFj* ztVs)OQ=VuDG#Tgc$T*v=MF_RTL4A^~749wE!fzjIvze_{!i$bjkvG#thW==gNvR?q zqN9=c9sWvw6oprI%*YEWbx$CY=-}BgsJF|~&ojGDfwn3zlecP(M_rM)Yu~wcoB82L zZNc91uwxJ?*>iE0-InZ+zyt&|243NM1(`ag6+L8(rCNqjEnXsf)~Gdhxy%nxd<%-_ zG<2v%HTr0NH-P%#9@h8)$xbV9#5j)t>pPHUVJX`#82c>$e2P5Fi^z73?Zb3>4H-a4 zyZAo{B_wtgf!oXxBcR1yzjoPeO~Gr4i!#^3fZeu!5V{O<&s;;BtE4N?q(qtks-WJO zD~v3>0nlkN*NA*{4_W;X4Io~{Mogf@=VYQSm6*9^7%EIIDcl0W%13KjY>-_uHx_7S zBM3Ta*CEci_MQineL{VRdq*QvNnCS;!G7c3CFAYj=nW|}g_(0Bp(?@#*~8{BOV7sd zDcx0Cx7X;?l5q+PV%P#V+gK1b6L#Y@;%u9I)LB}a`E+cYYNlR9TO8fRcYr1|=D8ki zBiH!EGQ4k>xDX4mXDLK0EpVV}G7x2RQ+WU4iC8DJH7~s={+*}g@6kFx*BXyG1VJP& zk4O6F@~-nB`>b1#rzEqq_{;*!TY-&T3J_Vpd32D*-d(1cjk$bl@7z}+_r*QACEP&D zVFxw8wdzuUVu0Idf!4+O%DVgW6fJ*iFL*i=X9BYTeFhw6BWnKWO#uf<A%qV=u}o3c zRpkjdrpb(P0%2Wu#uU7F_=8fI=C=Y|;*J>j;l&UybT5BxG@`(Cv-v9sK`sc!KoDR) z67}ijJN2A5PZ=2nO;9zBVYAC!b*-{`Z+NXe^)IaaZ4aV@RcC9R2h0yL^*)jOMlF^L z;kuNyhRwFi!;OhPMzMU!#EV1kKX2Z=l`FMaf1;|ewZ-_h6!2u#_t&h(u+?gGG$|v4 zHp+zm;o76Nvuw8N0?Hq|1`@?JxhMxg>6-ocYeRWFIR4u4*JbQaJ`RvWfLCeik3W>a zk1T?~etHvy@Z|K;PCs47?)I7-zb!EfMA;h!J^hcc1Etvwx*tQ>u`yF0zXD5Ky|cd( z{fLlbZ3N_cCQ^(~lR075)TG6n=-@`+HY03uch$J?TI-bfw>;v2tg<_7eq)su?g_88 zNnF;J*6q=^gv|!G5@o0}RXt%pRsE9a$MydHx{-RlOKar0BA0%9D(ZTf<J#2gjGi39 zRMbT>#|5d^vE5aSOvMb88FJ;TQa6RBDfP#(RV&<!vCge3>1fQ<voKoq{n6{>Vf4>e zHMI8t#jeT2Ao(bv`ZIKiLhh=*sWGP#4Q@o)t1`u?Cy!7I+f(zogymtrMc5YA{HROq zusI`ak3LXkL3e3InX_|$#IXlFE;43MxT5JwHYitP({q{T)*Lh49jZgobClJp!)$BU zo+LyUZVj_7g1QsGhU6pWQYllhRv}>zkD+^~3H)*$Bbgb}+xSQ<;`f1gBW$Av`I&Dx z2crSD+_YWn2O`LmcO5N%w9$t&Xnp}X^Y{K2FlZ61txwY6v7?X$3-^|?qikzzmcLR9 z9MiKRfo}{Y64<CKYr)`biP!K;uZJUntwxSk{J4K5qKyy14N_tKok-wwnY4<MT4WN1 z_4Sd!hcfA9O8T=*qOiV7_KqDY8mMQBoiCQ!jf)T01ST630EIpZW9m>I#&Td&*J2qF z@)G(Q#-?r8cnF+(wfKYfq?__O)cV01?J&R5P~i~$PTG?FQe*<`E(kHnAuAkHCh49j zv-Q4HCK^~TjwGF0d;#q(iv}9Iw7}>3qzEuDHUfz%e^;dVQPET7kr#V6y^GJ1O|z5K z@-b?8hz1C*(E^=S5nw_e6=6G56|6$hMfa1OC*a<}hls*Jie9GWzpoWP?I&C;x{7ue z4C^ZOZaY7W!At@e)TQMgqFkb)@gi4uUE7eWa4*&6RO<)%AqM>~)Wx<YonW4o5f=5= z;GM7oKsPQT6cNCl^te&X5Nf0!#jHZ!MX2aHl=x6a3D88{pbTRyA2xz$><+)rww`o> zJrWbP>=VHYSyOTVh-4o>jF+`w;<lI@vI(}mOF)_hB(#yL=GHm4U`h!(1=rMR^J;!k z7A9Hwm=x_bc9;ae8q`3-P3QhFYb+gpuyo9Rgs~=+4&O^VQ}Eh|zo>M~ZV}s}Q7n`+ zG&RPDMJy0jI=n$ctPg^WYPMm8-O1k-g6C}7ed>^P%uQw8%8YIn+rwYAfad}1kc|FX zV`J{T&PK~JGLAH9jazaPx16@tH>-JA!1gM24+Cy~_#yxwn+_(hvVr;$8>q2*(!Fc3 znc%%1Z#J#Jd-TDqrWLVuu1EW#5jWp_A!Pxau4)n%il@8v;ewIWi)@}dDO+Fu2duNG z9yLwR?GQC&7+zE4$!MOQhiP#{xi900@{qmv8Y<S|pgHwtLouneiUS6~b1i^?sl4he zH{0CF>uFEmE8NS+f&FOMq5I4=Iml~YKA5&<J|VzCAUp!4aER?sqI^vd=^^FSv&z91 z-Oz*;+4LMLT41gskWZ>&5f2La2_um!c$45?Br(nf%0OEiAmB;b>LDvByYe@O3UNGn zod#vdJ2d7&`Y9mwTn!o!+ZafF&_omg>WA>urXil+l!bx|{Y7@Re@PZ;6$+q0ON#wk zLE#o2xP(X+!#_8*ljt6N1bW7wWB>yqS_FJ~eR@fxg=XXm`?M8<`eM16ywSLUmf5SY zxx7;AY@|(*@xhhxL4D`derPH4YL9g(i}z^Ej#Z&An4Ga$NEldp!t2s&?;<S9?N-FG zH(a<eT-T&G0?@*SCJp3k?zftvd-Zdo9r_rp@$+1Sha)^B6;=?=meI~=hfz<(&;u!R zu>(B282#MF-$QpncdwrWX1*xE1cfb#mJHv`n$^}TKeimt>>$O9V=L0p`Js>;A3_ZF zYL@rZ78&Ve+pOK9^l5FqiUB~1_Ykt7&b4l|k(lVC7a1NslEM%|tIrpTLz?@To5x62 zW)5mDgX+aLHE^ivOX3{`)CwkOPj=EJi2|r)2qZ|%tZbr<3~NuiWTJP;6t9s@nNy!S z8wAS^=y~YrV+iwglf`b|O@J?_h{M1bI=x~WJv=w#!Iz_BXzC`s{|2f23Xx^RB#~um z0UpVIKhyzpY9TeJk3_-qsP0nPm;!<=+@i+IGA!=^#8aQn=&Rt3q^im5y^IG-SQ~pc z#EuGl^1WwcXJ$_QD|9?|C3*trZgD+DF9?O|$3BK&-9e>p7hW;=D@Oo=uP0I%QYoog z>Kc^j?_}ZvO57_FyC~5YVI2emmK}((m|U9qH5fMb|61TwRSy3RWi8G$GLoNC1eB=? z|Ai>NpFc#;Sf=$R8XZpc{!}L5)k&`l@EXDP(-jGD9St3!(H)O9nVyhTQVlW*NU{#2 zaTbwd+;b9?#b2ZSe%w1$MrGl_|AeTOqyx^9h*^s@2(QMt7T3?g!3ZBJc$=HALV}8| zYz_+GX?Y7<NcsZyD``ETr7GCHRDrl@p!O#2#;#C=F=Y0{Y`l@GAQYcwPh2gMwhOH~ zqS(g7REm-Fj~nL`wp+2;;ZIGa;5PmrspnSgs_A`l>ixXb^I?z(#s8s5J|CuM-187f zke^M}#ax|7@u0bzlJ|swx2E(aDA<Z!S?^$tx?ZbrO+^3&kG+kDqp`M#Or=mKAEdQ2 z8CaVQp=w^Sme(CM-dsaceZR%&JVOc(7C+gADCLPJQK*kB{05<ua5!CT^GBOgOR$_} zU_1O<EPI4{8()ZpOz;@~J`_BB>ZEkmVX3Uulr@*Ks@+-tL0L1vsaEnRG^TY84`i(! zPFW@*!Sb%$EPDTU?7jJWK@ol(s~6vYc`7gQ8=gUxY@U*e>Pt~yLn{Y(zeNgIOeVBW z|3*xNxh_NTNX&IP9vbud@L-<7RORzuqC^)>gSvwT75EnP!ZR_l$sw!@TCgBiYeXjy zy`5V`ePlBseK}+u;#Z_AxD*Q!-p41d7epd-ROOgN^YgS=rH}Mgr_JqB_JF&TjS92- zi%Ro9>rkEZN=X#@Ji-!6-FxT=wEHow75c5+#g{3MKsy4$n3Kb%cSQni%ENy|4mSM+ zh0Wg}Y(D6;DN&LN&467W3jT^2P@u85!;ThfH>Q3)4fpbDwRV}UqWYdTW4vZgok_BR zem3Z48bbWPu+jr%{RDZ3*$&H_k7zd2six$2RJM!HKtIFmiXgkzSz1vF3dI%$@8iRc zeL@GmLogJ}yRQj@aV0Wa5M!Hi1D93bowy7mTiB4C7iJIm3cn2JTg4L>%|f?w+01Vv zfe)%KlijPnL<=0P%FzN{)tPEXiPL9HG6OcfFM1W|(#Ir+Xl#~$33~Q-XhHjgfQM2? zi)!tLk&#-OSoN|1n2Z}R9o}3JW()AF*23(g-qSrTmoD|^3f-X(D--9SMU3?mD&azj z{t8&*P7sJ@Hb5`F-*5u{f&7~<M9f@@Su7f}TpOWg>71TNGL%sfiH{veLS02y*qn00 zX5_CWLp{H80FW1Ro&Ym8uqaIjT|jP(IfTYEHr)>~FG&j76D`yIRG?+Ln;sA(kt@4) zW*!+7MSC!<Hpq1Z#!~QWSVx6r6pLelP|qprZqI{o_HOlA*k<y^K{i`$MV|E)bjKBb z5b7BGRph2QOIn8Ln3e}j?T1un{xsKSxKzuQ9A{2*TT47pBGkiBnW3z1OuCf~Tll9F zKx|OwJNr748I~i(qw4l9kBIfV#||x4<1jlKX6@|V;EDuolGr=J6+5hLybcs$UT*2m zx`PjWmg*1WIAYI1s!@pRKUAOE5hPG$r5a1<Ibm~&0NLI@c`2YMTu~~vk?b8bb2gfR z4H_*OL-<r+)GRvB=q~~J`{mrilm!4gegpt&|FkW3?H9YjP$5uX`7IvO;@pZD8j=Gf zvCb#41v79-nC&iQ3CxkXFh}AsE5zFIpgB^GzcT*95z8upQX}xLq4MWIe1!+k6pN{O zAAhx<%~tfZ*r@7?hAm$`O?D}FlM4GJL{Zh;Wpzx?3r6Ce_Fa~x)U87vT3-fu@Qi!6 z9YLNzi$0zd%3~rG4anGnj8L6o$25{O)TIj=%1a&5Ej6&cC$pe)K$hPl3-Aqf^tn{} zY$`oeD780|CL0=Qsm*@8kxD^tU8AdfAK?A5z9a$8kM%`mEr|=z7lD*x`m4belT@-} z&GHB7C!{j${T>%;4R!M8O7!zS)WxTTzC&G4N@&e$Q3Ky-Fo(X3?kkVBB1gQWZA$s# z0h+R5^E73{qwaQK!u&u<I#jk*tJtVjK;1m36-ke0<zh@5k2%rSY_?Sm>{X%<034`? zm1sQ{9TAw64kXh_@1_H*(t%&0S@WnJ>MI0bzus(i-Jv|T9PB}f)&NYiOI4z@qcXdu zE79FFnq4JIbfSovp+v`uz_t24W>>iq{aC!+qz^H>Zd0OUuQ0nRl;|H(ETK7xCBs;4 zZiZQBqdrMv<p{j1k5iR(A7?9X*s2Ho8hfQOl(OY-+|!j9fD(kwvV<EUjg5HbFzPuB z<&@gFsQ{hB)K}JhksW5Y*h&JODr;Vg8T616f&zB48+me(M~RYR9POm5)|AkQxu^&f zm-q%vol#d$Nqs_z@@i=pS@{}}k7i1!lr{0}pcr=*eHejC%L(4(Ky^h)7v4hjRv%53 zcv?IYr2rXem6R5&+3Zuz?ZFZZeq5%j?1&OSAIMfWU=VDH1qhm5cPfv1QO@l8$?{!h z*Ih~!FyrlBCHgNBxKD{bB?6WDon}|H68#SR!R#`W=ynmkM5%il6|Ff3Z^>(|)_I}g z{xD0JjTwO4_*%=~rtLYJ90kk}My_ZV7)fSXt)Zg+I(TR!Wjma|4U8g`U;;X@B)HeC z`$Aa*^09$4%vFWJR1*F8fw|6WnnV6bff~Q&oBEKyG<mHm1Yb%EQK7!csbRKE3_o85 zVF*(PEhy0?(0-^Ln|!)!UhL9jM(olwP7@1hq=71RZ5EotYN`>XC{>yC$f?dMO;J;F zq8M+gV-RWz>Y1g=8zo)IAs9bAaz$L9(h7u~C9DLhQsnWJ1~x8phdcKZY;IX`mZ-SO zQNkK9Jj>kb1~InTs`+teN#IC{a`llA7P7fyy204J0i;0HGknXKtw55dvYo26Qw?l= z$c4IfXf2R0j5*tRIKmp@(+bS4;^hw2(NgcwtZm8N<e5WNsBeI3t^6h^{;2)Fz-ve` zN$MdI>su2jP@)h~!7;X3NNRQzBu)SyMnAZe{KQaGKo+L}RBKN?ht%cgs__lCP^pSt z`~l!kgTK*}NT4lkCZvDXne3x(psX}0u@CzA7=oaFFoBa=1$J6d!L4}NC={YqBE;Y? z1bIzr^O_MHPgdp^s8aT32s<;MwOeH;3L9!at3jkbA{1zc0Kq)Zpla?G^*|)T#Itr6 zHVEj41-c9<N<E7y$EQAODV?JxaK1s~@&#zIiI#^ZY;i#}gq~3GEPuIDHxvC6gLwfV z&Rv~J6nK6z8*z3$mtOM4&LFnbuO<5<HbWO#d`XUBq~&`S`M=E1*ZraVPNe5xxkXol zuo1I&{_f*%!Qd<+2muj_-Ny&PvW={6eF%P?rxhsR&!GUS4iz@Qid3c>fv)BEYb*(M z6ogP>Bt$Ym+A82jT|=|o+NGJBGx+L2dPW!*GO7IpSJ%fyptzc!0^w0noc{uCh{<!z z_@e+nIYvCNCIL6W<k0Re>?5?@A+w{NAn0l7FoIei)SZXA`DKTwk=AP>5#r9!VYG4; zbc2@CE1AaRVnt#PX5(xux|3Rg46&Zk3W$}i&JX8;P?6NilL+vr6ak)TMa3tfQbq&` zA!I<mFbR1Fi=q$n9ENm~R=Oo$=wv}4VSO@w=j-|SU8sBTyV&?8(L{Fgv6{;l8nCUj z&}&Yz28<#%u^1Bx0bk-?1Xd8A_(GX-i7}|=A^Sx}Kllw~h^WNXNS;zC;xFuu|5iy{ zO7V9n(Mj|K%RPslV6-FY3C=o%o=cRdLQkxBnRwC)HCvEvP+7f0tXF&?c8rA`foAB- zfhde0kPlIkPx;QWfG9v6ocxs%%>ezLo?$pL0ON^YgO{VX=NUswm?5Sm7?KkI6{1U6 zXW}tDr^j<v(}Ep}>)P(bGLiC4!ble!p{BSa1|4KEONrlvBp?Tdp`-$8m=({dq4M#N zwwp2}Cd;BeT}8`d^b7EtuaCy>`T9Wo7ASRjvIciTNmZ5TBLnutNzz^b-I<9a6f(DG zBtA!g&{0W0<@7U)ezX$yA^JeUvP3iT@c(cTnUNP4=`cve<4dVp=VRRu7X4GmlZnNk zQt0ry_pFuJZ7hLb#av&?rd0dIN)Q=MRiEV@u^OB9b>)Z%#cyvVE5;!-6Jh&H3axOU z#c-22`XEta%$2|<NM+k&o>tloxop{_4BB5ky`=s@Sl_ZOwRw8qtdiJ+Ify92OK}!{ zCR0oqVj^L)sT^YVbG-{!H8Iam5rI{AssDB*8Wuy1xs0}zDA|xA@%c`zq9E+}ZoLh1 zN^zbN$rIcPE+O$a;Eu#EE<+8X4+Q^62|p^(@51)%6mtzlvg+6rbLAosjx!1Pfok=8 zfU7kXMKwPRIlK=}b@#byGjlbOCEjWYG%bySP)7U{ugOdRL-8uJ)WD(T%Qf>dOJ9KB zQ~I6Q{MzjL9D2AhnOHx|`{X}q@oLe-k&4gA9}L1b*3glq3qFR}?gta-LykcZnQSU# z1$P)jmb-2h_7!~Rd9q}tinT5$DMsmSAj4`2)5f{k9XP)9;Sz>g!8#6U3l5fRjuGb) z#Ad*v9bw><-lt}!yC(Ti^K^HuikWB85^Xkqw+8fMl>|OhLeLw3^$(hQ?HYNmTuCS` z5$fbah$g@<)nbLp>ISnb!=T!N$-c1t8BPS<aDGU^Iywcb%bK2(%mqCqCsJOm#erF2 zsn#Z7Q8O)v^5`{qXP&$JkW1l0G=c581NkEmB8X(M{r6$(4-LhG1*NQ_s9Oa<x@_oe zil9w~P2xPFR$=eznJuY_aybZ!0B|t%EbK^Oc7@)+b0bt`<Oc&^OwbNWR*Ko7L-Jbl zINIf9hiH8xO=CRj&m|JY+C<N8N6RwHJ6xdZX}_DA$MPJ+s)D)7?|%sIkR}2IQ;}d~ zL7IGXg_J-cc(k<Ai;xpUwXkpC-3M#O`6!+A(UQXf8%Z0o{+{<22%c0rNzX%^HnOSc zh!**4@U*;lz5;Y^Vf!ubwFptGn&k~52<1f%RAuhCmcbWZL|I28b{*9shB}9`!}k-d z3wz5C?BAi9g5usYpc6#F4uqloW#8~%9?GHH!y;hq*f7ITN}2)<R$8z$h(O7)!aB@5 z3xP){;LgZH+vNEm5ZcBEY2nsL5Gli`k(O@zcC4!BenKPyt9vLObO*BZe5)bs*ll*5 zU-eB~{nG5}zqrpDY))-WwT&TA)|$Zxn@9Vp$`vrsJgKr!qcf%NTP%Tvc{%P1d<u*^ zp(4sfTjOD9f<EwuUg;y#>4QXix4ovYSDxd5Ow=(5Hr8QCfHTuah$DnJBk{6a2pj<- z{#XVoA$4$Cf0g$47kU<Q3O;P^!0%4J|3Va(t~cY0U4Q)!W?vtv!Owb`SoiNZgo99E z#4i!Avg68(lYx^4wAbD07f=)snKH_BuMP9DHdI2VxdcZG$f83H!W5st!i4n|1VH1( z?}7l9YWlolS0Ob$nwoy*Z@rryE}K@B87I`h2?K?D8iy1~_RKT{q}}>)7&?TRNWcK= zF9Gm)Pv0kLaPbBdf5FBcQ0&CK6Hxp%g@7jzkBuUr_*M;kYi#&`fa3djPx}=Yb_hcL zTm}Ad+Cot8+qAwM{5~+gZeV`?S3*e|7<V@?->HG`jP<?9SYkt{#e{Lai7a843T0n} zjPITZY#-!7{uXM)938^1g$#gEfPWTZAax$ch7bnl6#1m-2X=Welm&$y@vH3oZb$|z z<8vIObqb8AA85BNyDL)h5tiZEa4NgfoYH2~%dTWOZ5?W!sps->n2f~h`&iA8FZ|~5 zK}#<{=1G(pxv(vUgV^D}5IuN?$;c153QCT!5m|VjY5G61S!8tZB_CT$EQo&wen<kX zn8xsT0>lL%fD|7|`4RY-npcQ{Kj3#v$uKVORP(S@+w@CVasC6jIJI&<KZ_i6*|oVL z)`HGoKiOu3bfU27dC`Uk6tnGQY<gZY)0~;-gM*~TX6Bj|Zqcj`1!OF{oAd<lkaL#Q zdsr|s`NaS;If37eZeV`8Xn{CeSyz$Qui8sHgJ&VCqsbxIdSHoc5XxGKb&|ng6@bn; z61&5n*W<GjVux`iLJk4-e`TSCTu^B2vI0{xaI!^-KY~VaHV4SvYZoKIZTj6XG;^qJ zO?@t`9y|BJIDzz6D4peSF+>-ua2GZP@nYg0Sb@i4{S2XTe{y(9U57CknKCer!(_6m zggOD^c-Tl5idqJJj*3sBVylG!5*q+HOr*S`x>4j?8ZP3s*rH)=x&uoUjhXNRX%e{; z8K|Lq?qCcF33-x-KwED6faH1zknBD4LATw2(`>VlTdZac;xw4-sdkW1JO|5OHqRI> zOcm!NI`bn$L+uZNAh3UFlTeP!p#wZc1dp6CAfJjB&Cw7x{hLTiIM@x#Y5Y@*k1*P( zq4WRxA(8BHja{nMb?C#*hun5J;S&4szeFiJ`BL&OG0#EsExB6Y<We|B3+r@_=s_RL zd;CQS8#(i10ueLq;c!yBEi{j=3~JJ`MPulmHFhBt!+ZdpbmK`JT!0^k(3`+^bE{BP z4B>f0q1?P`1m{?(qz&$-Hlq6DngjC3`F}b@s)wZ~F)^I1Ir-q)@t`5z1oBLAXN6D1 zON$L>um~$R355`!hqslooH0oZ15x#(KFL=oTtk+(BiOK~igqM(!?D>XZArLWZR58i z6?Ev?ismiv(|<}&XY~KHLAgcFX|Zylb6R|A7oGWV9MsGyhv10AN%IC)22rCw_Z}js za}M=POyH^rbqick9kBH5r<DMF@j~($o7M&mkrrsF_HzxOeqX|)Uh`Wzg;nYnP5IkV zNj`O!ri8k%n3-1F;ym=@8z@oWwG569zX56yFr9Bs{T$IYsKPNpULGlMvrVfzsK3(U zpo)_((n}xtLO>HC3VWd(+un2s#LyxN$d%}ElqK(?=r;(^@_K+AQ%0#P;E$;fBfS>f ziS{XvyhefejrMwbvtu$eIgn~f(Q{R;DYij$qzQ3KF@K3%D>C3pNxHG7n#nff6L=%? zND*9{izev<Yl>#W2TWwHzDFM0BL|wfgv6oA0jZR0SJ*{)C@)dF0ojd=9LRFP3Ok_6 zpE6M&oyt1C*@1&qa1cwq=bc$JKEtjBniu6ZmjL-MW9zUUvl$-n%?_f#G5o(MiUhAS z#|whd-?58NuY;IMrwe#JbB2f^$lirBz1Xv=?5N7x`IL8wfI|N9A!YSJHM-O>!WfCE zjY%CMud#aKXVc&xb>o<3;@HI41wC|oIzdHeN_7hjXBiQ5ImR?dHej}q?NQfa?F4IR zg&-vO<o509NZNvLN!%oPAniNEZiDZ*gu01c1qttNY$xieg1F~{uV~^N{{zXnBes8y z2WY08<ST3w<`VYH`OIo$g?<47?oxl5O;<I@@EBIA0463%!T}rTM<|4ig6mOKN?~6F z<;zI_RZcpRx!5xtt-=V5ragfGAm%DZo3wQiuVw>Sk?RvG4m&!f#9V*-lHQ_Xmxb4t zk=WvT1d)AdGvTU12<W5&V-HXPY|s%Nl?qo{-ahDD%+-#3ay1zZ)<kEMK7Ah9<DTDP znpxgGcrmALMJAh(CG#DF+THTLjD&U6l-O}RMP+I?5wJfZ7h|Hp5SrM4B@Hl<3npCO zUfM%Cp@Uj{S*{wN*+*4gZ3@M1apKR7znpnTUIIt@!+R)^e{zL$q?`dbRAa!v5QlS% zZ5{P-g|oOGzNL+t`8lQhAe$Gm7M465%cb*LH7<g}mAxMiX+EqJF^5?go~lsaSl*H7 z5}eS8t0>W_c*?P_tk1xK1#4rVsp`8GA^-JI#lpJ)=YXzHo~x|B!4A@H2*J5_u$sRc zO7bh?5hsoZPP4z_<FD@~7TA)pA~V`xyveS}5t~cWpj8s7uq&L{a!FE&`YW+HNcp)4 zlHtnbVxJqdAs@Rw2l<MKKFIO{(ku`(Myk)s5NpDDK}d6aKg1uj@x3D8V5b*>FDT+t zrJhA8+P)J68kRO}sXH8YJ*TE`?uzIjYLDy=jtqT3O<y0yplE$9VJex~ES}J@G?MSQ z*@Uf9(r&zwyqs2pt4073zf<EupV>8Zu^aWpr}>gOD!uhXU05#8s0U}stj55bRoI0- z>K7vf-Re8=u_5?q4541ggL(lfhL4B`pjX1h)yMyxMFZT$Qm&j&VI73x*Id&83WX<w z#-3b*K=R(T9z1v_7AGv1zoR&+1fB*XZpA{VhiC;ktKD>1(B;Qn!{4P^$+08Q3J;tU zupNVnE~X_j_A^nKxy})97|(Xo29HowCfgw0HfqCCI@8CuLYzzOu7vNvt@2DyP@X4+ zeTC<um*&`WG1qP8@l(dw7S}L@fn?0R$DhU8A-q4Y70{%3VzR_Me$p7w;%WykkU4Kh z&g5I>@e>BluYmEixZX;ov7j@#zMHWE+>|LB%pDB%W+4}(ZSKU((a(Rsg?`d(A<~1o zAPi=TvtC^|;|1@8o!kX+ERhFlfZTJzzaesLgMA>(Hml^=ZYwT=(is8Ou|4egg4{XG zqpqq%t;Hc6DN#BVT?;EZg}ablc@?|We>{UNLz5Ey3=uRf#qRl$RAjS=yy`4c`4Cs( zx9q^~YPmBuCnr>Vhu^0>5*Il_{&7XK{p0lWi^}c#cx82wvRbnTjxP4*??RoIjsQS4 zS<bNIt#JN!<2wMBQIu!Asl~52d+jMyP~&!o9h*cNyUJOc_&uhDKHf|?^|Q=`N6%FQ z+acODC5NqXV)021Ttl|qWX>9=8xPl-{&<UBkrRr|b0;0KInc2!&jp)X+Xq#Hza`r6 zEFLip3|6Uo6~Y#FGKqH(hw0MOGi>eQUAFKZV0Of=gGh9Isjj1?t~4I{GMBsuit_Xe zif**)6O`5carVI;*u9vHB^QoRSHLd!mg=@sY^h^=VD};*zcHg|sIe=Ib*0qtUTOYY z#(E&G_G{`JL8|-Bubq0H`L##SA;rM3^|Ej4W#87zzO5I1n*%T3>vM4u@=K@al=5mO zF}Zo9CfS%lc!O^#WOeKXNjnh%?O+o3-%Aq!lbE^+g6sBH@76K&)`62~2@wL@dhUdM z7TQgoOR_)vEloN|e;e=y2amvXrxJY(w6N9(GUT)2Z38hIA{=R^mm*$czm(IoRb3;p z+=xwSEC3@Pl;oVwHij5S<~qN~{Bz3OZrUwln8w5lc1nXWJYfuaKYrqCxTryYJl26I zEhc~gudsJK(u#5!N*x@?Z5^(&Fk)~+pbdj$1@+&O3)^&O%rz$o@Ta?Dt{X)lC+3<( zfqkTI!!g8{{sMwH=2`}4kFCn9p_#e!)L2xj$7*D4q%6q~W!BnbGy#?kLADj4p=V92 zkJ^3bb!Ym3wvDwGv4myAU^HD39ZG8_<tl(*o7`3=-^UDJ0O<g1%Yp|!^UT2u_0z=% zp`Ti8M5#!1*kvc0zCq{n$pL8`FkpY1GQS7wI(8o)1MmC>xM)cgZqii<w0^D93GHr; z0``TFfbJ0TTY-vw2y}Ml)Z0kpHU_Q5Kv?`Rep_5K5d~;z`4zf7uxGh1lbaS+J07V* zFVLVr0J)`w_-~+5zei&xDP~E3cbi#cGvGDLd?I3tKG=j1-Jb^pfiS9pzdDtwVR@(L z7}_gGsmwu@a(l1%@5nuknFXR`gFb^An}({2D55q&OoZ<dd6<T%H);@}<?rIJ%eXSi zhS$H!SE`0TE5qfK6nE()0b#`%X0Dx!7=rw5&@Gyv4BVj1@dwL=iv_a(Yd_M8XSC}B z;3rIbge>Z<i<eS9^Pw(U3E9=|UMYnlrNu`FmW|gjgef74_KGH)z!C$HVf%K>1gvPa zgaDxxl`CAWL@KnTsdtIOp7%6jWO`gJm*!#kLkan-xU8K{G2~*)MO9?rwCNJSh$RKb zRD0sY0W!ORJ$fzmy4|cHT-ZskjGidbCxI9h$Ku;Vb}a9`fDG9|l)ZqI?>#`u_Z}eW zy*H5a_7OTy12SaC0nIaj6me$)8M4<ClsH;LaHe%w?^3r^!vB;A>mPwJd=edtV_W%C zSOIW0Rv#J0%UDbT)x?GoXOms+U@?)vZp_AGg7eYcE;J)Z5iRTG3DMI2w9NAdlz``b zTIT7;w}|v78-S=}{#vp1K82aRQj0T+gTg6^uJY^AEV!o3@Nc5?wA3<a7p0JZAk^R6 zvHc(V6g;|N*|f$g6v9|oV?7k2`OG})P@#F$(mj@!(oN3`hyW47P1h16C3T>wsVq(! z#9hxn2Vi2gs{m7rdKQ4TwbT+rrBHJ%8A+x$*LKnac&XnlG83bgd?{aaiJ6jh+fv-h zi+;!+WsCIK`UaGMVw%i)t|Nkfn<9z{Wbj-tpOv!20h%2o$ced--roqAEpHp>j(PT? z0@h`Dhy9xHC=T0dam~Jt`~kSi1wv`c6f(~rsV%nK@^+vkrW#@gL*DxqBaeF_D9)Ve zhL$*)$)8RL0SkiAyCQFoHa;aU`uP2Fut*;Q9ZfF3e@Cw&67xcME_VyY#3)&qtZtyB zDX1TMS53Z6lyBwo%_rZ4j={wT$hS(F=9F(s<Xea69;*@fq-sBr5vwQy=k1@tLx{^e z5HH8*XTT`rZMKH8VB?L$5nJ>TVxb*^BLCcp=(L#Khd+UGD`ml}u&BsE3CSwb!>H$z z66grjURq$PAB&Mb3>B?^liKdm`<a*HBp2m)9m=-Uux5}CF;=Tf1h}(PtgdIC^5;SB zeEa7@!#o!&%U{G0-TEs?46Y9#3zO1a6GJRF#y5US71H4A7ckEoBrVf8_d@|hosBIJ zTBEZNIER9`)Htspvc_O<!?f<6(WD#gt)7~zRUE~cOKk6g@Mz^nS|O;!Z?&tn$7xn9 z78;abN`nFg$^(htp;FdKGIOx;6da#c@8quxO6@2Km|*=s{j^&T*1zVD;n^JZufPL_ zkSp!UffP%rh^0iFKf`q^bWD7fzbKMYN-%Yh*tM$IFjJCHabPPecdNG*2zA`xBIr2e z8MU(11_LUlVUT6~m18zz`%x}Vu+hylQm;cM+qv);@3pG~E*Lf)<=DMTU;dcpPB9EX z^)6ri0aQ{m^R$Zgj>d;!bb0?H5<L0>Y++h}Jbe*x)X@mXIKEM&jYeAX!$Pa05w7~N z2i+Zwxk{8eN=N+64^F`$JT@~Ab_%4KZC{(M8L(9RNjR2I;)^$6l%+E|M8Lb`+gx%) z&xV-$?*YQdA;h2(Y^33kPF4{mN_!CoBE2>@e?cxZqqrEv!KVAI*1*?rI$u6C1P`p8 z{K8ShN0K*~TYP{ZaXDzkJZ0%)%u}auPJr#ypyrQz2Vp-%cTfn&-z{(x$k~|81c5GW zK|fWuPajgam+i!6JA=oHiO{+%CHgg}7n3~~N{fPedvfsW01NXIr#O+7ZRW4~sOi8- zrEW8FDyxx=m>za|3!%Y+rj4vXr}=}!d=LSZ`c%5!3}*x{es2$|!1W)vYAN8>v*|jM zhFtUbkgCJ@QOvi{;#%x5Y`l63%^o=Pl1wh6<{}DA%wtZCV`GP;+mKXik<bipP=uig zTG)mq{`Enq0<!U~|3%}qE6m>JU9bj$sJ&<EEBV1g=yTj#O6A18TZLPiUDG~5otAg; ze~Jb#KvgH6rs_T8kZs*@;@E%uu?km+3Oy&FPT>78)VR?M*qyTI3Kaj0B9Hc`s=V)f zC}8}Zs5nyezA8G2qm5j@=tp3kgsK6{d=x>S1h0Z&?+3f(q^uRtH&eD!N5j=D)a>Rz z|FP_Ezb~-x>2C-Nxjs0QfDxW3!W<}Bi=7DA(fa>Ixa=a%b)oPZnV?l1gcTsnBJaET zSoA5(X1(v0_$4Ki2DeYtVtH=_7E@Ba5a<`C1o}BbE`tmpN0-i7VZikvsqx1v2781# zb=4*eHUxeeXa0NeMrlKN3L%mb(z1;>3>&{PkAEkOE3II&d^sspVy<&O1q3ly9z7ta zxZ*G>_M!6?J<PO6FP*Y^k<|}03q9;%-qbACBF~{u0KsLb6L<Vz_tQ$Rlc)){KOESk zJd72Xa1_oz5sBXi->H*s<>4se$i94pW*KV_2R2vFT4&3}OJJj>OxvwFc58v%RsAW? z8-N_DPAE%;L3D%8^Ln2ac&F+LN_&oa6=>3nwMHD|h@aI3r7Hg|)bQxo3;;ss@E;Se zNS*2CrcCmSr1z;h?nXCK8l|9|t+d0UDcf^vAIW4~@BuQ4cJ9ZGQUb>UKa!=!NBrt} zfFGZ_5|1A~XW1hOomTEXS#JLS+j2v8VM_#U9T1q!Uxax9j1l%k5Zl*wBYC>q#TwVj zgLiJ-K__-Av?;h{1YWttbl%R$StrlgU6Y3!=#DgPk5s5r;7=66i3LX^l*_?EaGNgg z1D&ibuLO#{v)MH{kiM(3nCf<Hgmhh{sH8@29A6UHR`nsZAO&~Gwe*kh2TMQPSO)x- z4sC2n+n-05<~L$prkHxnCz?kJ3;G-R$j;qnn>{6}i_7H17+g-{$4GPq&2G`1)}AEJ z(qTrX#slqup+Grq@h34uK?O0|)zV;XB-vW-fqM%GJ}BhaQGPq{M+$YKS?JAH5Z`3= ztI$rQ!qr!ZReOpj>jTNn+uWF|HMTi%T#;xrK~deW)lTHXjXrONaV1l9I;x4VY3@?0 z^Afz^x(JuyiNtPlLz{adK_?{;WjBOR+Yr&{OD|C8V*j8AyV7YMbt`pTz~MD^Aj(sX zU)8a-lx+<K_AEOu-1vbLo9I=@qLS*kF}E}}+up@IGbp#K1iy|}<Xrl0?c|^1E>yPu zWn?vST1<MH_)9LToxBn$>9|^oyS;WYcw2WIP1xjBwUd9*E3S^>Cf81m_lkR%;>OiZ zeymsABNR8Fb}~3#gOMfMC7Fr+f*=ql0&oT{Cg6frh>(Nx)iHsH#79_D!H~q<InxA< z@$~%tJ;Ijf75VsweEbs+!AId|j$mRHR4z33kc7yNL2fUp8%Llx7VZj_g&k~<`FVyC zCDoG%JPY7Npe7vvk`UuiqCXP>r(SA)-bbHc9<%GW@>Q_WNwtkON<ZzcuGI&mc5)AD zhQ=q8U}PQ}9%)bX%EXJP5oyPv@j}|Sc=V)U)F^GAOxxW%Eotx<sBiFEq>T*eKo<xq zTDb~^urUVp&fEq?>5Wd(;x|I&nIcwPHrHCkPkXI)QML@s`}l1*;yJ;e9EoPjWV7Mk z&GM@c6T9bN=5`|!Cc_T2R$BL^k)_5<9sGeNC_Ui1<c59jZE)z7=5aSPN5`}E{^oI~ zo)ZCwEeb(0s!U!GVH=3jBT%(LW%36KLvQak28P&bB9E3w==V|lC0(KjB^EQ!U0Xpw zduR*9T(=?YXr;*jJ)ZDJcw`j{VAXAPONCzn^AsUd@=YFV2Lp;Z{Qxf$;9YXavfgkb zbKsESVZWrd*e=z2JLzKE@CY1&4hV3&0Jkw95)-f@Yi1}Wpet-hpVfqeW_7UJNfS4S z2>Oe8ir)n(f<V>Np0J}@-gzr%gRmbP0AF(0)FCuGvc+t$ykn3Ab`%25`sCdd<i1Jt z-k0i0>qD?5^>jhG$lt);oS0`Wc1m<=R?n2XqaIa<;K8`wp|(hzqRls#<T;J8Ea;o+ zbNynd?wvY{9{r|{rbp&fTkzL*qYwWXl+W9RJkZU9!C(Il{%UzU>(A6J_U5Yv=F}bk z1~v^Bze)J?k9ZZF2pVOG8pDZBw;*xKR9uJv8`U;`jI`5n_-U<hz{d9(EbT&a!Cgf> zu%8GVr|ex9qXz0F*ujXq5XQBo`khqzHI%LiOpRCC_32v0SHk?K!I#cPMPr#%rYb_# zcgTIMJR|={#KTYCLUyyo4G$j8u^+V?&!Q!3J6c5}Gcb)cbL`i61!<iFqwyY0VazrX zn82Tcy*%Dba+kp1n8?ig$%2chV8Ra6{jfh^k8HKjKNn}J;gYACcVcR=521WeTS!xl z?(fyXA~V9~CU@bNHG$Daf7tuK46YuHl^f0rj3<lf`d9KC%v|B9&x9|7vbvB`cJgyE z7lDd_XJ$ZZ5Epa|#{~XMu;!Fc?}OjI#xqn&-{u)ON=v7c3OneUSaD@nO#nx;Y65)? zacdE-Lqa^b3|PR&x;q@3;wSJ_t53=fo1|>;zX;6MQO9WGlIT`r1pF8J;UKZSrf4*( z!96Y6<m+G8fqt;|J&9z0Tuz4e`!r|bLS`J2F2OysMv}-wzZ%Y8?kPTf#+1JLbRgtX zWkV~EU?x+6;pkz%734A^I!^^tct~a=2?%MTIDrGJDRCplBh?NzC8C|gAjDBuTyVMa zBWIs8hZp>-ytjl%YYRL}!S+cQ1nKX^EG5#vl~g40sk5QFO7ElK=GpAJY9G=q?*uHN zps+gR)?!l^fkR<>5N2(LgIw8R;nu{d9CE@SEr`?+yiP)X1y0;(YXK?!8>s~jSI^ce zu))xvHmtq|heF{$w5LiV<!GGfTJBPyg>bg_)GK^WQ?>pCwT1*8$EL2w>{K!24WZbG zmk<`N>4b%{wCjj)OzyTho#9&>WS;xcWw-^xD^88;ew;7dZd_=2e<M0f`vN_u#T7;# zBI@KQ_)9>-V4eVC%&sL$XlKkbiNbUYbse(6L}GX?@6Fxi#j*nzPvGx34pfYR&fakf zfpd(`bl@v;R4k&O0xkczwg)R#Q{moF{AxR{z(6c6D7%A>g`7guS_M}FUqH7Et}*9L zLKikAoAe8Ms-SYB0$BSO!YhT?w&mT3vT9(Hkxiz$u`oS{*|!)c_zP2|a9pbn?9}_B z_ex!a2FhD2;>FG=IvEk6A|JT6)qtnbm3p@4H(`5R(N1;l5%#_=07D8_R9u7#5;l~i z%eZhwBN*C_v#Bkloh2#<Llpx>TS_dlbIFx(KFBpF4%!QM9mvTbDY4@s&y_(`F6P=y znm5dmG2~iNAbo;}>{{WTLpPj)Vn2kyD3%r>QwzG6`yb}&{1-~YYofrWy>a2QhtB^s z*evXaP-1mLnsc=wIk|{bUImu73Dppk2)>LUR>5%LLCbqlukcFBg4_@kWa45(knem^ z1akTsLMDAGA~I&bwx%%ETqJNPqJ;KGVk7QGYvIl}5t>h6p;(Y6tXP%BmIOaN_b0)z zWxo^btFWOIDtV#`x&UfC|K(LETf2$UX!)fwint$9AQ4Kvyb$u`hFcnG5ly;Nc~<sh z24e9~tle1i&7-Fb4_^d#7O7`T{zu)GB@+XlJAnA=al)h0TS<e!8hfj$a2KeuA>@Wi zEtnk5FBRS}fU(yBDOnwlK=CS8Ye)-1Mo9Zb@MHfVng+>|2U$wrDLlr;+G^515wIm; zaMFHa!kGabI;|e)+h6|wT$993&u=gM(+z3|v_D}Px9Q5fl`CjQ;0mc*U&u6$gx93+ zpX#~W3RW*%EC?-`JA$hfJ8>b^p75AAbq>>47s_3O)eQGHifgEf5uTI^k3x8ejLyO} zRBOQq?NGMi_mucODSl6g-{a!<nD{*^e!FNz@Ba@e^=z?g#h$14K*{zvcDuB%oEHLB z_;8^imVmjqBt#qyA+tf?ZDU|0uz68GEwDq+h@A_0`S<83y*bRjR=5^UG}c3l{QQ=k zDgVKqvpg{@E6^13DwrqWD{-I3<UvrOI_CaYhz)?Y)#3$%lsbq+aQ~18HibH99`3`A zXo2s*90Mm8dEf;~(|IRf_!2hAU!%$v@nsGEG1ZP!b>JAJbMDb9_wqEDOLyW?UDHw5 z;wk)Plo9@q-v@T{cAQkC%9N;vuJx`^9H*@B1HWSOFD2%m%J>=fc|@RTZFk}wib$!< zV}BM}b(PI@N+%lN1bS21Q&kuda0nPTy^A#%>*_-g=r`+wi)A^bP9ZSR=6}LG^mEI5 z$8uU`eyY@UQX}8TPvk}5XBT?$BOUyBTXzS4awgn#iw-CNn;Dv-`~#_wD{3;wKCm0z zm9#=|N{1^V5c6o;;-zB02c?FllpF<}6+^p&H{8bkHN@w&;P5v7I?P8>%{NI*LeC&% z5`&8MW*M;!u??J1?8-(0#4AXxdyWX1&y#$Kp90j<>6stt4$>MmfWL%X{Qd4oDbPZV zowj3xfe9M#4L6)rj}nBqwr;Dqi!XUMq*EL*I2&Y~oUNJ1+7?eoPws>EL@pV12Q}i( zM1{EZ(DH8Xf%(2-*A2*rD<=W-2nln(W*%=_L{@d4P4Hdz-@wO5ArVrf<*i=|L86s! z*-9ryl5cZ&I^jN<@UlptZm&P1PX*+%j9wikA^QT%l=uv|VIK(x8mh<eMikRVE$zLr zPvLUk7Gk=%$w2uVOj!690v|D!#sa!Xtj;@mlb{e98GW!8I9}bK?#qnlWD*jZ_y>O^ zxX(B;Ld%rEw-hILA%{4=F@{eTV9Y)pjKM@4WdI|)C3%H7IWd{XFg<}ed@DmakD%Gc zTUs#5TR9(3yPpSKIG&M&JHyQJ1alU@3)GH_b;jGwiaZ;gUXv@P5c32q(49p5!hQt0 zIDpb161WdM(E!DRpFfM%Q`!$f_dQI3zY3chYe|j+U_rf)d0U<>na7tuFO<jIxEC{% zP_>O8N0e+BGORrKMmQjjnpW7XDHx8PzJE75l-~yPbM!9=NjFp<QVPE;#8GHY8>Wf_ zU=hI*z((qc&-x%AXmcVT1~^9*2|M8TMpK}%FQBFE=|52<!j99mZ*kXq*t&%qPvOAo zXCrYsr9Fb_TUNTjDpyzNN>MPQBe?q%woDmf<77Ab!egg%_X~D?rP>ivU{><Lth7y- zm7c;xMqj^%ew^H64@0U#{Yz2*mCV_W?3wNwCHgL+`L!_5k-8fPrLkZ)V2qLTKajKd z#z6!GZd+26$D1tg&wolIsziT}QrJH9#a<5gKjFplE<h59HUcpmf=YQw-Iq#qF;YmA zQvSLJbyDU!Q^?Wq-d&Mhf^FVW+~$2g$A%70)^Fo>kH?!;bLkK`YWvg`p&^m_i2oM( z5rX=Vf3|Agfg}QRb}~%YD{T{f(=UPpqn6(kcHq+wuvq<k7qtO-E+mU$a`1~mnZm@j zh|=JBf0im41tt#V<b%=~uA>YfEF38n5+;_Ya@xh<z5!hQkX`{GrjB<Jp0K7%@qEk! zKsP7k$gP6#IVZjhEk>s3U=Fm>xW_@jPZ)(o&+@*uL}HY_dccmW`6nDp{lVge{)qA@ zZF2?UZ~{q*{*79rRZDXFVEsZm_wV`hRuB(W8;X};JCM`ZUA^U<o2vU$6ovbH#J==F z9BU5ZdoXu`gzSQZGK?Y0s}2msJhLln9=d|tQXa?EyG<FrvRtCPN;sN74*rk<WKrs% zoVCG&5Rl;_wH@;?142BUPBxZUEz}TeQu8;dfz8Upb}%MPbKGG8Y9?c49WGv4;~*kZ zqCdscJnmBJ?nHn$ZBC1<d_RJ*yu^N3-B&n7QLE)j7Ws~jZ7Y#0SqPz)P-YoWXQSGa z&s*Ma7a_bq`AhNs49J*aPf0W^<_8FVD`=9;pI-=aq;*n|>Ip>0uk{eM2DSJ<{XPhY zIM};c_Mm#)3Me|P%~P_B?E1kf&RfxcI8Zl2z(BC}s5Q`LtJ<xN0v91sf{NqwO`-e- zfZzrQbU{f_^g-C>wD{v9PkMI2j~0M~Z(oe@*U~j;`R!T-9a9K2E02=Nmu+50GbxSM ztH99`(&gcVLH$mwLMCDlN*!c-*|X8;nJD#ReY*hn)PUGGXAlV(%DmWM)og}mDE&2x zzj-lO>+o88^b~b-^AC4(RO|nso7({=O_D1C`j2+?T}U!#boFxT>PEzi(Ygvlu8Kp* zG<z$-^U?z~@wCq5KvIUU8uenM_?wq{tv&VvxNa5X`kt9iv%E4NA4tH1=J$0#HLO|W z@BHihjfH#nbcL`HNDXdk)}N2=;JPyEQ4N5jvzFacRIAvDVa_2^D8aHD_u%srn8K0` zXrcUOVgfjKs*8cocEEfe3Uoa5deUuq&qpNNk5}cfR**kCDSHe4pu+tBa38|P-;h96 zh}A_<mHe8B<^4&jO6<n9!h?y&kP-e#)q+AErs}rwr#GU8<wvm+!=ByTYfT91*=o%c z|1jLLg;ahK^0m;_{x%*)(DdOdEyU-ar1kSrKdpu2EBpyoRFdH9>AiLnEuOtEQ;{-; zw26qdJ-y754hvVf(&w-$4v-W5S^UFB;L(Z|@wEt~oJ6on5<M4MfkVop&ma^S@te)q zftXJqjC)eCcG995iBEkR(dMW4_D4tgOy=xVHbe^C<_C5opRYi5sI{WIR&jZ2FX`cd z2C*I|?*V$g8;iqzR6$3m0B0Kem#|GR<s*Ua<bn5xmk;l*hZl&NA*Uey4lqH8Am@s7 zH1{nkm7O@Vxh&Zni9hp6{H-KWq#J2sA5XeILRad;Ed}r}GObg_K>pkAT1kL_S{@op zrT(vkn5hqMBE&o^5OYX_gONbYSQF9aM?lQMa@@J`EfA9@5Hprv(_NWdT6&>m-Ww7n zKZQ5KhkiQmh@u@K_{-?|h?<Eg=xlJ_uZn2c$g;fp{X}JC?uLBe<zCc{BWYiup43oo zqnk%B1A4K?9K+x4PWWEipKlOt6Mp6j)ZnUgd45EQh7jM=+X6rTIjT9cg4Ep<&!HN~ z%!^3U-bXhr<6IJS59Fd%_MF_)7O6OlYBPqy*Ga>2JsmD%!j&q0W@EAzzZO>`ZpFRt zi?i|3q-nsw2q*c>Z^LIMKwVn?0Z~@&XoG3J25L$}Uq*5^^k9i879gcPd@tuQnhcl- zWhJzgr`sCE-Tenj13Qd<Vfpj6;X@}b!<#-N9C&-t07`U)>d#H`(!gfpa)fvcJ^kKQ z^uqgx|MqoIZ4()g%H(Yy3vk;<HIVR8>Xbb8`YVZI2sOOu*%V%c6=PdT@dCHui?Cf# z1M+e>nuM_7*7U!hhNI_j4ipzhuAt>mob*yBZ`LP@<6g<+xYMI^C|bvo0`GxO!njeP z55UJ-ijFCDF0l3xKB|Re%Wm8V10g9oBY}^qhAFF|#)mT${|ELLkSpk(xSd+yNcE>G z+mzo7DfqmS`U!qsgWj%#JZFpLN>GKOAw4X(k@yH!NdYgmjwkJluGZpu{wa-}LS58~ zB3mi#X=NAfraooO`7LO~7pkAwT`$C(l+)arGPIa@5><!l7v@{Z_d@mg{JYnFU}rDK zBnwHR8u(EWJP<U~ASTL0L?eV+NVFMCZ`9)Ve;>ZTz?~$8h11~62Yh@fYVVB$oZcbI z!|IfVS70Fpz$&a=r=>lHi0#4ada>!bINSo!D0WMk7BkAV*s{6U72UfEG*h@)i<RVs znAiD+&9(v32KaO-I}nML=7wS=SRTKLUFXI|E)>7l3I+BVSHp$sHi)JrY=<}-D8HO1 z*rVl*+zTECO>PN$I}|(rl?~A34!68#-$To+_c^>mXCG2R?}TFBC-4?wx8Ul6(#lX^ z*Yb;1wgn$3QS)~Mi;DEDuw!#zmvI>G<|=E<Z&dR)tAWO4St0oRhGM0aNnDEC8Y@A` zca-RCKn>88=(Pxx5E<4`40|4iNBC%l0-qU~xX(Pq<~lq7izW(gV#H~b;VDhfQhXTT zL$~U9+ww*MX{4en6o5P56x5-uhZUIqDe8uQ!%C^XZgb*(yqjsyKdmj?*+~Oj6`2{2 zT%L>Bjc*~vRRw1w7Q-ro!EbBlH_b*Z*n{HyVi4vdCHe_wNK58+Y|oOpJnt(SIpG!t zOEKJ^am=1FHPAEyVj`?0SJ=h?Zb<5_0IlVHZz0LIfkq`d6FJ#+HmozyX+f>XO5G(i z*Kv&d4P>J8v=!}Ypk0ZM5_MijmoR>qRUKe;HNb=#fb4@CkZj2D7_{Uzl*cw=yv9nF z$a-)aX-ZnU5A`JuibCzn=Smc4ogD%Nup>n-5hytCdnmZ!<`fE`DF_Gl>myqnqWc5+ z&@aiEra?H<z~Uw_&;*LO4t69Qbf?Vsc6SJXKnh1MA*92;us~u!zg%_%;Gp}k0qi9E zErJDsMkBi$ElE$hSE4gOr{$f5D!{GdGuuPO7Z@)7*m?{`{OZ(OE#6pjVh3=8WjMk< z3k5pKdIK`592AP-zU<eDyx`vstDl1{apDR`KHo><#_7xssS{SBaD**eLc>T0q^97# z@L(ifTFG{^UFeAH4X;Bn(#gR=4R@|16(25P4XCg?i{<^`ZX(TA5Wh1N*oIrYk0)|b z9m0|{m){QOs4!^=ZzTT>Nc%*pi!Z{lU{K_N#aTVHteGESk!s=_Zlr<v2<CL6&4c>b z)WGEOnk3PsaJ23jl~O0!<eh~FlV)i}BM=UOY337PgA50XCDa%!az%g-S95Bd&I8!7 z5+}q9XCdyml7j^d;Cn+&G$i<v30-~!s^$-k#CR-2LL0m#aP4;p*Qd&{8PAWvfSDX6 zOQ+hR(m;_Y3;Wt#DBJ}#NZ<$^k=n@{Q3C4@-PL&lwr2PM{tYoC_m<{qg**7+r>KkI zhYb9Xfgi^2^rhvuANZzACEZ>i&e~%QKA=Kfwi^|&sDBNJAOzXD0Z&?h%LoDFtX+h} zml26zfrju42t%7m^fw-_tME$Kw!DLPAHN#@6A(h?r<}Ft_Hx#)46~bavEIXBn~vau z50Les7jF*|Z!Z9E2Y)v-@OJdc^`B1x9KqY&A?BH|HsvQ&c(9bUhuAS(!X962CqkNv z!2saiID|lg2QH_-oDY7`q`PBNzeVqomssA}KcPg=CwP?{d}k=;*@w4KV5brtC+Sd$ z(xEr-a;1*^*_bgOA4SNd8$wy7v-6fE7`O6L);t`Z(?lcSxq?O<`z&t`T8vb*g#sT* zZlu0W+;;hVZB2^*J_LeTd?WZQT(eS?eQ}!6WOe6K1k3&GdLrvKV!1d*d|cjn+s$&H zCrdk6E;@)aqvMI?!fOGyiBL|4K`CXMh_=b?moNNJB5wh<V8d|aCVOydwYwfzK{eh8 zE1esHzZB6j(02o(F?R$fITw88(pO1*OAxmRu{$f#7W!#`Bx!Y>JLq&g(J9H%*su`` zp_|yR!$pvO3=v@tOrwV*@G|5|bz~ntHw=yqAVfZu0D&$Rgk^af=K&h9mg6)ncJUWi z6I;V1aML9C;#Xo41ThITOoB2@g52JdASLUjY!Gw1=Ri<iX~wssd^au28>(pz1ZfTw z5#b~8N%Wg&p5_28zVg;HT%siie<DN`5dN8`6iD(0rsO9q=ALGa?QM_6_u}C4tvvi& z&>Q?C-Bq{I$80X4V+YwQoLTsejgV$L8Z%%mWQZ_1&dmy)LPw)h_sA%xh;f$UTY8NN zmvM~@ICPxoc4lcJQG7zL9iQ6E#7!kMc1=z6{XDcG8bCv^KOzzz)T4jt@A)B^{=S|M zmRp=zbmGSGSy^tdXrC5S+amN?Jr>Gpr`Rs>ojny=V|**`Ei^VVL8p&;*SAuuJx1=& zRsULp3T;ZBGfT+}Wd*g`#u~f>j4yB?l5(sG;yuE0WP1^%sW1MnapPi)tXyg=53k`| zip!%oAH`udGzKZYjpCsnkE8&zS}C@jV!MnN!?m1RfIX5Pib+7qFZ->9<oo^p0|zU^ zj@B~=2;a?4kC7N4%}iwU8YD45h;w!iQhI>OdIrc$fU0SrVU4#N-2()!Ljwe*Uw0G# z!|@4abrB}o(J&1V&R^iWh8Q3qZjfw7#V1+&8*hu@sg}djGu~o+z_S+1@xfTouyhZT z9G}Ks;}c1>NBHd`{DKl9SwQ`)EE<F`r?@tXgFS3k)^5NhMu>**8VqDaLM8{ujmZB0 z-T17doe7=gY{P^R_o|V>h=tw!KVc!J!z(-{19`kg27G+642<XZ%0L0XQv|a4Eixj= zXUTxZXUaespC$w4yjTY2@&Xx{&(D#8B7U|ERC2EjEa5pKzzApDCd0%w`M2;S)EHYy zVJ^eOR``1|yo$oRW%vaOZ<67cDZEC8u~^yopJlj#!mDJsmBNq9@NNp%%kX{*FO}go z3RlW7r|=yz+)m+g8SbKRM25*(i3eqv4kz)8WS9gtK3<0ND14R-`zV|%!{Vs4Q-%vD zzUyVt_aX{^A;Uomx5+Rac;;`(a2bVLDQu?hPlU;CTF*G+dtIKs&%k=>;?If__<CEw zW33V~D`iYBV!o3x%e!k5G((GHPhH_WWPD3zyiOLyaSP8@88cnRj7Lm^jJZI@U`6(< zmN6q`Oc7%KEMq(}CWx44Wz6xv39^I^-Sec3Nl;9xd(!8m0AH~r+oXq-L~i2G6GHWN zUi6ogLgh@=5;R(oKhu&-da0Y6=q{<gWDby*+rawgQtSIC-@t8D_;Rjb?{FoALIZc- zB*{3aAeq058sx1`tFTJ{3(hLS{{>gD?#C5XaKVy4dxhrbasqD%fj58>q50_x%}*N8 z$EYf@DgFSU&%M+GD8A5%uT?<Aw~RboIuV9{Vtq!~+6d?-U}3WxpC@rG?rHJ(WC(|@ zMtu7BV`|z_QlEu}mAZN0T%xM%P<^Psg;NG)$tRofjU0QrV~Kl^rMq80fZ%<A?Z@Cw zzStY?EfSY%y&WH!??&e5gv@@x<<F_2(Lg}*U%=&7w0Zi!p7m6Ix{lWP;qrrZ_*&id z7(3K?L;72FpRVk2|2gBcb=%<Aoc?Ux8$F+^!-wkVdv#d++^G-NwIr4F$LerKg;w$Z z`8VqrooY#a=}z|JH2B3TIGVaJ2>wg<$<8ce0%^~zR>T=!rIt2hBt}VBWO|NFHx6s4 zdUykULT@D`l??q-^hXPzhMP4Uu+aiori=)Jn8Ts0Tw^MNn5ChtJOjGCMjw3!cn7Up z>GktB>GH!x-;w+ki8x7<Uc3KT4!-f*swrEb*pRLF_#F74_{V05zDiky?O+#-F3<<y zdJDexPidvG1}%5;1}09nhWu0LQvjrO4ni{m5wM7|545~TZxV)-zVJNQfTBrULxACe zKb7}qe?g_GkAkPZc3pFa+kKK$UPUA*LT}RR+~ohnPBDT{MjOIT(f>3!g*ILqDxL>H z21b1IXOeJ!O|!GNq2dUlf5=cVfq(FVFjTC=<A*H=yUCG*P;x)*pMkJmmWl!0mI}J3 z0MdPOFt6;ciPwp`HEF9L1DXb7#d-W*+2oAwjAt4vZb>ys$eRB{)(XM9e3q;2zo^aw z@>5O^p+52TCQzaWCw<+iPc|h7;ss}tr~42AC7DfRqJzD-T~zD7eKoarfUkerF9TX~ zY#bol;2U6v`S>?50&p?x(uzks{vxnkN6Rk^ZHMk5kA%BOIf0D}8Rs6wx&}g6jRZkD zCFKZELNz6TV&2*SP~+Y@kzwcmZtq;+qb{z+Kbr?EAz>3pAd%N1QPC)dhc*z<UD)VG z5{wW8TOSE|m}p4W<hKZl5Zqu1OImByTD3|kZShg{Rz<XG1IWV{;G6nPebirEt*MoV zFY^DM`TaHt0b1|v?d|8@e;0l^^PAs1&YU?jb7tnu8I(w;lOT57B^;k0wm#47`h2qf zd~mMy`DW|0tLt-`{``*pS<WM4`<+yi@E7%*QRMYBt6{7&bf#^zgB3|CoLj$3R`!^I z?-2*8Rq?xUVB>B#K-65zP(C#-7PQ7ojBwH;@&SW8qjf%QVvCajqt%$)`Kka+fLiw; zc=fq_t#YfE`nWA+FUfd2UnW%FeKZD6Vz?grBrS3VspjkKb{XT%XIW5}gvM}K%39MI z!S`|YcXYb!??}>e4<<pvNwIu2Z?HeGBKJHupXH0;V?yY|cGmo?#=c_Ez6+NT_2V2g zRo$U4VwNU_zK9JD4#yw34LXbq$9DjmlRlES(dKQk<Je09$lmgKV4byd6cU?(q$eZk z@#bYmkFbmgx<L)Jj0B&62q;E^Ka`4*RJgBG*tC5^SOzq7c-O~^)u7s2&?@JO#RR^Y ztJoej_dab=D&bKXj?K?_-4}m0!D5U{q!xrhJJZgV^#x|R*<u%qkIKxumUv8WC0)@A zW|`jK!t7Vnq0>;E5g)goy=Tqgyo_NzZ;q7;Q}mrUtz)}YKhQ(&b4S#dx6gePanZG2 zit_Ks3;(e&Y?^1Slw$~=7;%NoL5^1J3!Y@=YMPX1x)0I))uobsGrix{-cIY0TP86O z_jSyYXZf4CY^!(GSh1Ukj$3}q#SU-u%G_f#-^nc%`n-+#q-IvaMF!?u*XGJMEF-W4 z<Am9qo>f_*sq<vmx`9Eif(XWkcE&_FGxAMVu#fef>|HBog9n*&Bt749Wx9SSM(O3s z%Q13$gyHl)F0~ZNY0O<@BsJ#F6CbDe9PfQRS)i05IhZb?g99ZLha=_%!Qyge`&(iP z!`F+@JmEz;Uhn?T**p+*IjkCYj(1;c9J)}hC!Y_sXGf0l?r#-!Q{&{8ygS8nO2(D3 z%mqW6o<=#pVQ^@t)63O;#|GnapIJC8v@=dlvmL{!7tg+J&R_;_`L4XTS?avN>$?Bz z*e`4{{D`L1xr{Jz!QuRM1Sf~Lh1y~aCsw0StG*JF1y4ZrcC@*i?Yr$tq#+5%fil$Z zl02)nWyb8=GqiL6JF(yBs?Kk|NCLzdG5g;+!tN#G!iX-G@Z_*HD!ZHA+eg-UG?p^u z@_^`e;?<l@d#~#-v$VYlt$E=c2%VaL!!JyVAG(I)Dj0-M8vi4R&JjTKyl<rSY5Sh+ zi&{GVn9|r~eoSK!S-`k}K5)w~VR31MvMq?>*~X2yg9*7`1c&eQlyGd_e1hOwL6;85 zd_dx|v^Iit)`?pLhLOe5ZR+P|$qJinQ}bPv?h7~rgIK}sZrs~ElHPeX`T4_%&lIv@ zK5d&X!zl`Hi43^&e{SuG%YnCU(Lu&46sS3u!{Vw_s}WLscI<7fhD2g%Y2m#!(P14% z(nr%QVc}+qlRJFtIuRCD;nu>!d-<EbMyuhJZFqMH3%(Cj54DB|Ne?}P)m_Q<9=g}w zY2jN6?jxWC!U8E+dJX;YyY3)@_JPO%GrubdOFZ}~fwd|_k(I@XUEh0Wai*1pkfTI| zgDRO9Sv$*?Tp*gFNCn2RIGhGXM)Q-+`LHS1E$+u243uQh=bA^%Y=|T#_qc{WM$U*& zYJw7$J;S2V)R-Sbm`VujF)A5icJPWu^TA-E`9go8SkeZ|hy5>>tNA9~muSZLWJlLy zsr+@OWmEYwgJ~vAXzFin(01Tf^3s|1a1mYy76q>f9d{G{_<VJql~9*HASyumtQ1Y* zFl|8L^3Jq$i4sma(MHBVx;z9CKTExxX}1!JZf;PeG^$9-_V`g`NWY;XpK#<vQeZ1U zbZeSrYzRG771ihNdG@hLR0cYt7eK#a3`F~%n~J!(k#kxo{a4Bv0J~neYAPzZp^l)( zAIu?}=a9T;_GgP`KQ_fhU*5H$Z)J0==*#zN^;&5%a$naTxdR1k6#SZQ2X8?*+ZS#Y zBP?EyQ!UN*=Kf_#7Uo(}&&+)b{arQ{AL~a*8Nc+(eP>!R1lJMKVi@QzTP~6PxgGUm zJUMj^<JhqF(1^I2Cei~+*sg8z(Ri3Q{7f3uNhEs&e5H+jBMiRPsw)c*<Q`VzwrezG zq|&&A{c-4tpGzy;>RRC-<;XfFUns-0H<3VeKG`jkN@K@Rt-i4Pbwrlx+@!ugXNk5H zEgh6v2jOPh4>ev<!11HOOYgZCo}ALRGdMLg^_=C@cJKtI_32!fXe2_gV1~B!5lMU$ z69Ju(_(w58fZ|p&I9YL<hp{J!K!4}$(LTg{2xrJGx35^85z3X!XheyTcEqZ8H@+HG z@NCFUx?~M_UQXWxo|ofhLqR&dO`YJ$l{R7DH}nsp<a0LYrgs{i(A3)+1>F-5L3ij8 z&=s+1&rFT*HxxE8R+MiBo1fg)g>lT0FxJS*cp=R>&3v2Sl*-)D6)kcRsE^A{T6ZU? zpXe`RBQ5Cx+}M=vala-jxtsR+xQ~d{mT+7$w-4NCr&I$xTwD}pG?&Xho)A!vL1D3D z#J*B5+m<p-EeJ>Z<I~C6R;HQ}Ha@UU(1(^xNL0ZIE$8+#&!KO--g?iVp-r%_?5W$_ zDc1qLIQq*@--JX<Y#hnJz**Ad8R3EtL@3Ni?o9js4C#683YCKqDDrv45~E*g6-$iB zpqc{r-EkxekV-PgnvV06j9veS-KF5km%B*9AEWsz7l9|5_tU$}#ssP~?N8GPAEify zHehGnvXF_Q;F)9>>h!o;ZX-ZJS?4)n%%F%0uk>4zQ#PvQ2mJa9E37TKLeG=NzUde? zU2!+A(ACf<*DCfHNmzRz)<&;1I(L)Cp}&vg)uJ#vCKAi#MplIVcZ%-kzMu}yxtepV zlo3jZ&i*3r5x*`JfzIUiB}YLsrwil5Oh{*Bf#=3wgvUN+t__d%?~gEn%-{4)oal{j zGS4iCHN)FCwZ;2lO&^-f?nnj#A1W@CM-rsqXOT#|o5q-z`>|^UFP244p-Gl}k|Ra> zrmU88c9?sA3O~`eWXqJv@Rz*?7V(6_7QpUM{JV6ONKA>l*>I5?vse;oIA)v2iCqHs zHc!8VP)Q=~rj_hPG=6o{hw-wtjY&{W>P6QuE`M5d_*%DdP|tz<;zxj5(aH@IUt_{k zLR)pW^$zrdD4{hfvo$On6o7*~)&`w5Hwwq!wFE4zF?Ni|=x(nz68l&jVlk$(k7p3v z33Xu(eTN4c`)nVZw;_v3XFNuRs6SmTO-Lq6o;kCllXb6H@s?rL(i{rMdvr#kEyRNB z!w>K!FFZ=Fv)DsN*?bKYKw~KUk&nYZSQpQI232~=q-9Pz=QZ=`m{EYB;i=Fy>2Q=* z{p1_F|D9=R_UA_XbMUI|TnokvLVc%E!o83v#r)tdJcN>6d%{?zaD88d3d+>4YhSqL zX#2vuatJB=!nV4@6kFY4rYJJ3MP00Akt1?*Uidjw6KtiMT|IPesz5S)KqQYkSPAWp z?|`9szMQkMX4M0>E7`S%`;tX86^)8N6qM<cbkE9W@<>C5>OAywo;x)83q|bcNAg@R z$Mq$yrl%=WVeWndB^{BIwap9plPzN&>t`Uy+*9->kXW$~;TJ_7;vth`$!K4DGtf8b z8WlXbJ8F+;T9e4un>dNM*biV`VlKRHnc4g7W+@ZrnztL%j+lT&6?m;P?W41G-j;pp z!dpbAdB2{FaU!2x=45tHQQ}xWNhlMHH?s(#Pcao{%l>oCVqRM+{Lww<OD_JN*1eF^ z*V7W(7jv46+ThZMR%1$@YXci_o4qaG--|u-IB#f^8!ybD+di>)==JV|JO;XWU+&Y! zv%ajS(I4Bwx@qq@wG61te-2pJQplQklPD?sTl{-OuKH{dm@&1RYIfX+>&QzL@qFr< zd?5!$bqV2*WqQ9~)^eWoFXz2;*_98=1S~tWC{+bVBfr@9NDb$kmBx2_N=K0b*9Otc z5QWJYPF6&<Ct<bDt!9U`EKV+<gK0S7vp6)Rc4h79!lhfvLQmJ8>XeAtiJmefLXjS` zr{;;Q929e@!4pi!(Th9y$J`etMTrcTy^NRH0M-S2)|^KV8gU|RnK$FI`V!J+z$@pN zH-E;U@J}fyP*M>Ky@Y&>H}nKF6D>H4FU|2Az7GgJ<=69vG05P*)E-zjMd$Pj?&jlO zD+w7+62m%Tzo7d=jC=@*Ju`dEjGmheO+DXQy&XQ1X2GF7>=vWOG=f#f5qMybCyNOr z-Q)QfSooR_PulG{QgL~rMzm@R<q<B?_uh;*uafuN?F-ZKX`C`?YS3j>rTG@cgH72d z+Tx6`iWbX6BgZmKrRSMQbsY8Vu}+PY(slQZ+%uM~rvjoC{b*lkV?M<|bUorfU7tQX zcf477gT3LxVc%X1X<qdsP6TWa3d?mp!V<QHHclVu=%dXO{zmj%qDQWh0zV-YsMlS! zsuwf09p(xoAKhgYv}DGJD%F8n0%?0G+`6=jxb_jpr*MYT#aIu=BVLxMPktby+Yu}W z{``j|0iLl8^b_8&iu{78lWdV8&m&T>UnHj@h$dHKQLjv$q}2wrh|cuNEDSOU)n>OF z=F2@FMWM%J2I5$nE+b))rLwcj9LScI{w&L}*Ln!Sy3ZoahJjczKC*@C+7Or1ZbCoW zkfnvi4b^sg=Dzkn3T0`&MbY)J)5D)i<1E_rjoAKt-rUft%Q@1s^4`ow0*isq<v<L4 zUJFo<(PCA^ZLYoECZ#>;Ay^|{2qvM)gL1KKC`dB*U7gto4143aKLQ_Gi@uWLdOT%q zQMV`=6WD%nhtEruvAxKg{s%$D)ij>QDJSYSSb8@`l54~2Oc^3JwK@B5>MAEU;Y3y5 z!`3lqC>{{2G`1{l+3XO?m&ln{ZXdGx$ow!S&Gwi(P=b&amBAeVhgl+Rzn}bQOu@<K zda3YUY-=z1KEbjl_*hCnLgY0&i1v-u*964s$|nEvuXJCtQ7GgOEk@&iPyr*LunX7W zq3_oR`i_HCn4A+jc!XFY1Qu|$_C^QNkgR)*!N+a(BP?~lI@EfwD_bbnL+P%>Qo8GD zB~|8<rZf(cV2`QBnm&4@NE~ZqeP0$kX!b&SEiZFLA>X1a4>-rrILlenU^yN2PPwnP zGwp5<vC2fO(4#l2Sek3iTA>z2C=xOBs-6iIhzjcS61&GRTt+ekJX>=B#uuK|C0v}Q z`APO}`<oBIc{Z|Q{LjL4#RX8+T4R_e<3kB`?~%F}Mp{aY@Ycw?>}?++7s}#}RyhpE zXVrtgRx_l(equef=0i<)jtZy!22S(-PPkrl4!`g<=b_p87qk<dc`ap~xi4u&@^mCq z#33n+ZD_?B4=4?*e+l03%Xvs^jz~sl+8@rKA*9XiN|kjUWagJdS-3gPgSRi-vPSaH zeRk;uT9<sgH|sg>z2oABe)+Laq3ZZ)cqfMdHu*4f*KCCiuMj!bm%ByO&v&q!MwIUG zpGCuC-9`tDq>>&gkJoHN{QD)X&zHMx30Ep&!S8-bD)84pZ|=*%w|(K?i0tOejff89 z0AILT^mdJYWae6N4`1?fcgTEgOZ$Z+l$ZO|QayP)SHC>BG(iuS?H*ncp_8?k{O75f zETJAH9Ur<TIi~)loQt?TC2z3tjNHJ%625D)vp#;Z-?5MdIk{~k^1()_iFP?gJn3gr z=A~IW=IUt75HUH-2{&{{e%6lsZlS&M0~RoUbn#~{HBwO4;miH2tLbAJMt)Q<cP%YP zgHkKVTiW4sP~1GdOF-{dk{7FTq9lLXDU?zqb3-&XN$zJPx4n<8CH~hZVO&NeIKmYb zvA1cZ&A;lv0Rr130a17cH1+&bFX(or-LJ{!YWiHNBitgTk1k~$TA=F)7}Y}EE;PC{ zT8z(G$d0L>cZmM!xTDQ8E<M>U4FbF9T`seAPY0PN>XK;P)2@<qtDhR@cVU<3v}Xtu zgnmP>*m7^w6kY!#!gJ!ng|r(~-M97pemeLgAEJ2LC2#+3HMDD)+3j&R9`Kw=@mM!1 z2uFN0#s2wW&Qlbj);<Rc{nFyw_k?fpE<v;X8S@8!5h8bRl(k7QVfAA3sG^`nw<3rh z-i^X(7i*Xg6Ig^Mv1a+=*Ve3uz(RR%_|-##t|BM~0tqTph+Sp^__g1m<KW*Kq0`87 z+RfBz;8y8n)Dzn~ZgOXS31x&szLN2Lm${XVzWng><`cm1Hl`s=bFqzHBebZ<={4Cn zR9@_%<7(@9n?w@@@AY6Gw)D33_|m20Dm#C-2t5TS+}Gnq(Ysr@`$<c=`&;O^_QEAP z+%lRmCy~MSds2p@4z`;G3kKV%W-eQT)?mZ1#SshXVeP@T==(<>Y}*@k3Y{`(vBq0H zY4L=MlF`*klf`&evZ6!o-Jc;eo)PvqH9Z(-A%GrodyltrBRvv!vbm1DEi~Gh`E?$7 z{1y2xAoAZL1|v)NSLl+CkdxfQ#)F8=oVnA=1m5sla?~!<oK6PaCDuo^>|$SV9gOvn zu9{JWxgWTiUc&ttEruEMbLNB00fb{IK>#Demd>~wLTEzKgA;94T+4CV+pK`(ahTV2 zBNq>zwuiSMc>bAHntU#@r4j9oa1wBvv$M5e(%9hM&ekr|glj-c&mx#qZw-!ov>%C@ zC!k;@mNl@;MYk;CbZ9&M^;X8_JnWcl4ZdH{e5#1R0S4wp{^rvzCP#9zwm!VMpBR%0 zCY^Eto<_D=x!*cYcA4p+pjMgnvhwYjjbx^UXnj{H7ALXKlb8FAA?oGtXgiYTjl^LB z_RZCj!B%5iLGu`rKFBMp+D<{X-U<=1L#!hN6nTzUC;(E%4P4$XliGtEZ!ah_Mdmn@ zZECGIfNf?L!{LBq{NcXd#wGD;s;g-&$$E1xj91v8&=^v9eVdA0(R^CHq|C8C%r)<S zhiaCC)2mk#u3*vvVq7aR%Jw6t>{aHgQt1?^vS3opUS$l29ru!!1B;QO$J8tf_nq7H z$Dqk7N7N{oSi{@x3h5Oj?5vWbccU)sHxyRruq4s|Dj#0eg-UxpT#Ko<y{fQzY~&&` zb*&J=9PF-PBev!27?xpH%Z@`qS!;JT1)Q=9)#7V01k&nlRt~NvnK`qlRnVNd18&{n zBwZ@PAWI*1Bo<*|n34*IIv%zs4oKfI=D900LkW^K^7XxkPys+-XA`ugD8}^fvA7|% zS6eW%*e=on^RE1?m;JHDTxPfOB$iMp3H#QZfcx@vDb3d4fY7t(LxhBtP7+$vtJZ<D zkQqjQ&YaH+xH6Rdl;J>piY%Y@U-5ouKb9>@#_+>g<`mGBp`25E=CDU}5k$U4#pQgl znI~<b<uyH#I^5KJfMpcXce0l=Jk|`6$zk_Ci9P2pB0rg>u%RUfg-^H?5qF<I_wAt1 z98HP3X`%%LyMLGjWjr}dI(u)F+bgivzNl=yG11JKRPPLql!*uT#6lh`;wvIHN4K{k znA7ZEiBZ1^t_`xQF+2{&#C~SZ1mhOhhFI4lPjC98v;Piuz?0<Aa^!K>Bb&HLLmSH6 zs@<*?boNKW3AMQPN<LX<k`=B<-^rWNf9>3~in~gKe?==2Q_p(YtMj<*39NS?cdh>0 z#9#VNTc>8QFoT|vbd$uUMwSqp{v$F{)MH<f<(}RCaEw&ej>a5iY++0>uN^3<$-1%V z|0T=T`RqeG=y~49;cpmxlNWmkh%yuD$a4@Lf*IyUve0|#Kg40F%C(PV<%11%+R&#= zU~=P)70k>-@8O1PIOKw1@Grcu8+&qWsLu$m{!1fAjl^8QD&IKgdL-CK2x|>p3x}9< zNSWRBu{r}$erdm(&*4w8L(sGe*Lo~%Tq}v^zGl4WTeW0d4#qbLmKW3M-QDSRJ-JIZ z_tN;o)e~E^rJj32?;T|SAyRI?-}XYpo4d#Bnzjd4C?q2-%xn)1H8(a&u@Xtnd|o@H zYiXY<2&~RrgIh0hI?M-NB~nY$D9VMF*^F?LE)%z*W_zM97%%W{OdyKv`}?i^+EoSF z{k)TRa2p%`QXrPZFs)LkqLI9zXF9#HujjYSad=y*_WM@)vitcacN+7f0Z3sIDH!LW zk5;%cA?i&WIs~E|kSLS9jc9C)jeaD~WQjAJI2qk>tO#EaRpLyJR*c9C>?zY^635vx z?Aq~Q%To0&8F0&3-Q?Wv>dm|miq81^kKkm-WsnC0BOj4#hg7f>yV2FOm~Wti?QNOO zP-g?Yjn}AzVBbc}M8rkn8_TnuU-`>WRC}v1`~fG3WjOZ~<eIL~WIAbWjmNtxE^`Xz zF%t0baL7GLUwN9}`BZxZ`pFWH$KSbwk-uSRK5Ix=olOY#!%A&TyCv4OwLd{P3aAm& z1;k8<KIkW<w3HM`&MxkQ<D|G^S|KA_yRM$ZtiT9T#OyOWJ9`$;ZyekBxK1d+IKi_r zE1JhD>loom-?)B}v-5M`3c8}fg7Mp86Cx9AcCxbeQ|snMFC*gFX_3>mGdepBm)xTl z|2v$dO-EFaTb}80T`Lo}2ra3b&>oAPF_C^kD@~qo#GCbrFoJ7^tUTv_>S{89UTuml zKkJ=+v5lOGihZa3x59(r*CNTGFXNV_gKYgEK6_(dqsN<;^SDZ$=upOcbd1wnPc}K^ z4dSGlE!RZH8816_?LQ*z&eq(`K@2Q!#=vsq;-2{Vja;${eHpWo7O*5`Rcw?{_(G&f zp)X^DhxtyHl(P0jQf*@Ge?1RjrR+s>{7Xy`5L*kvk826voAuTUCP&neTST0n@S?UL zV{evJoC=?Edtq>JXIlPP+&j#HpstaAABOU=MK>`Q<&5~*Q#;vTwTS9*-LyUSljbGa z{&pc)?rV=pQ#J-vdMC|MM`7NXEmOu6Lg&!cU5v|`WoBjQ0KA)rUnL`dGFl!iH;awu z80(6Fma`9bv2IM|q-4#yaqXMQk7Kp%Uml5dWwvLrE@bBv-BU3(@9w9BlyyL7+C|LI zX|yZuBY^O)t7#oB*r{epZyr8N7p`*Bjrw4$F{83M3kH@vqSYjfjF+hR^zfP#t>Tr% z*^?u4h0jwDNh%m$**u8ZhShiaw{Mn#g<Yapv+e~XBOxgWy^+fSv}opOk;JI~7V&S! zP#~&+xgWZ&y-(Qw*l3>8zjU#EBKKH8X^XU)^L4dG8H8Gq<HXOKCA#LnK8QVo57>5( zRClJGb~4+WT--3!{2ePP)|h7Q*3NkFYaj8AtjI3l07&@5$bE3n%Y18>OED3}Pc(nU z8^hJIuDIR9vaS;ICMHdms>8hQN$f?UZ^f{B6uoz@1=sd@wC$N;<}?zY@CHX<GP-gh z#r8B<YQh^FfnEJBh~`fH>KYk%UlpQ;KP(9Ex9#(Mjkh=S{>Z}1-`56uXvPI@ZHQ*9 zX@VT-ZURIV-&t$zE`s^mB8`3fU8ITu25a-kb#p6I|19%vD|Sf7mZ4gT)HC)^t=N%T zB+<0D*%}f1KG<?`qb`zyu`V(2v&(E?8iZzGnmM@(4f9-`H1aIpL&RiD>_q(?YzK7( z>z&_;R(>M=Rf(u6TknS$__5Z<lM9+X>3%NE>M8he{WT?EGxwoJudJBAzTLAv9iNsu zNAsfFWouxMF5#jF@|vFGob{rO-VMo-zN{$+e5<%qtRS=4yla58IirUJZ}C9&Lab3d z_9s_;+Wu|I(-$Sm<x4V)6&V__c?qA(VmE7sN?Kg2ck~X~W^2sdWfW&UZ%js~Y@F$# zV9hz9{+;GvT)j-r=sciH)|Eo1_OFmue5e;@pla$goaCs;@e}XwN!1f!9r{b!V;e8t z$EEWKwI_4S1%F1%pA7lq3Vq=ThJCqThIhGc+{C@s;T@6wtN=y&grASZgm;CvJw}pZ zzrsIyvvJl`nN1lvQx(Y>Crwop#TYSFG4RV9jmS8DssbrvK<;K^X#1)30p9S(k(4K- zeMJ(UARx9QIAj2coZcrIc@?FQqJ|Nx;`=T@fZBa*Q>KaU`bKX{-g4TmRvIayd>&&k zrZGM_hCiPsho0t+bm9qKB$e2ZAm1=<fFEJqMqha!8tKnVG7Htb4AURY{5K(QtQ=|? zWxhgPS){%P*LEd5V6MR#=Bg1emX)JcL6H&2?}wDTd66o>W-Z$?jHHt0nC(Iog^T_6 zX(vhuOf-sWt!stMh@~fO^@g{P-h|1E=~~Cn)6`*1Iy_a-+|N}VB(2jWeJjyV#`H)u znCma=kJf6kOnVQpFP$IuZB=sg=3r;qIVb4hZxDqscd`u^&S`%R;xmKmOndcsJ#Z9S z>Fikix6+Bx>9Df(G>ORkX<ldA>7c{i8NW7z_-$87lrM6tOd9%l8+Upl{Xz#~gK;>S z<74xZOO1}(BXbNv`g>iO=>=3#x$z}@rV;m}cjH@WI1wr^<I&S@cC=hMjb8Mu{VRRg zZ(MO5x#nT>vUxMC=xzGkSQPHh=^PQSe#P<)Rp66K&M-R+HX(CD1UHJnW$%l0>Fo?J z>=<{et$J3X17^O$f*B)fI-5?OW4Lq_`PWC3CusnpD7}dsWU0=~BLnexKo>$|A=YRf zmG-{kFTrHkrFirvIqdQ00g;&g9pP=GH*pgO7@RYe?N5}~c>^5BTZ}TYcmrhe7N_)` z9dRl+X622#7mAF0)IlqgBw(L`zLo1NZ)dcdvKqasNpOKReO{W1YsJ01!E?t^>{ilM z9#@mx=q%1gV~GG1WxkIOLd<o`ByjG>3kQV0iCdTx`UY!}HF&w6T&?r6B-ik#-Yljw zZXI@qYlR$UWs}p_d61D)PRnZgL!D)EN`tPkHA=2p@sQ@ww4{sfSP!LC%AC*ovi>Ai znq<}5E!=ZCeWvfz-~FDOUwti}gT9qb8j<!liQ?kwMBmhdoveKwBfN!lVSdcIkM1d( z)3Lkq9>`1;w1T5G3T!!;H&}J(YWjlFJW9lNVWKFO0V_l#H}}(pS3nKdbzg%L6mfn3 zBaJrPMd^ONLzm9g^tR=x8Dh0~QjB1ZUTzVx2=?B`rHn9I*;XRMZgD<e)>d;S$7pq# z7k~>|ak(EXd&8a`l=b(lx>uLgY670d50*u5IqYr*9%qd+$6v<UWKZ=>?yB1gpEQ=I z<Sg4{Cbzcrb^20r<ZwYjaFiY(h90G96*!&lp3DMkh$fh~3A02u<FMQP8JQG@EziR{ zE)m7MJ1>gwmV(oNb*7CYk|qsiN*+Fz1a_E9uaNb(q1XV>rvc~#<QRZ1-n7Q@bmu{; zbuCk*_Gzqf>ta5mwNSr6f%Zkh6+BND8<!xfnYU-|5d4-u)hPM(SU^R0Cj3-$kskgF zn*DBV&3#^og||@2o9MToxAC+W%?q(CJjT2?ARU<&YkIA>n49V>sYtIvwlrl*M(n#e zePPc5!e%pmQFtk`hcDa{Du<k;V-YdIXD$?hr-LB=5G<{XNvzO}@t4uT$XXypp!CSa z(+zqQF0{0D4|OLVi4(<CgreG45Qg;&S}%!aCm1zn%i>QA@k39|6U%+w=bKpv+H5W8 zaV+a4!X9M_$rK$CNo9_#8olCYD0R!&Gf#9g*w4Vm$_{gv)9UG7#gYMEsD1E$NuLxk zKhz^6D{68g<TL72vxzA;^2)(b#4#ja>Oo{**$PVUDT3+EfqjLRamsKzJ1P0OJE@6d zLAYBc)e3a>l2?w6Z~G9sT3^mMgR9wIHFmP<m5&XUZN8jrW7A_7QU~TjM6<`33c|O~ zv#M`a@@~(C*&kbRJ74m154u*Y!QpM0JBeWCtd9k2uIC`YO8mud?47c5`kKFGUaTx6 zUM;i~wLA9M(5aBSDhp1NkS__Pg6QCQL8OO3sIfQau}WAVilPMDX@1mtlwjjz=cr|A zOe6{1SY||riCho(k&EG!mf5G8cQVkDgp~GpI-+EjuE-GE_n^z#G6J?_u$MlC3eg%d zX3ZVC1O+W6@v;Q`sF2VqWYbP!b*lkAvgs&j-Fmr1*=Zh2N(C(w`<lzy6)DX6lP{c; z-x4>4d&RQLK#S@P6o%t6x$jr5YOEqTnCkFF;u$2Tt@oJcp`A+*x$XGX`7*El*vZsb z7I*^JJRBKeW{^(-@>e5x>Z0xPG4~o`l}?ts8>Kqf*g(qIX*TG(VIk{6y(`r{5nwMx zc#z&#>z((!--h#gT5BJBkP|@4$6Zw%d)-7m${HaZv{8g#jNBw^-h;39;>`A2EL8Ye z(fh$BQ0q)<94Xu-CPP~0g3AuQ;rYgJsVlZkw+F|WGpSm8rExmWFkdc|R#PKFB_^9? z4+(h@-SbQ2SkIQn6on>Jv8L?{x3NH%pZktK{7Rmya68`juhqi`>)^Lom@FL{dBf~S z%AuV2V1M%+XlzMkauS)rk2qN*)tUCn2&r>eafcivI29ZtbFR5aIzuLBJI!s>niSI2 zR1ACL@$@dKd?dyjiMW4{e`u$F|2zK9UD~?iapuCVjLfiR6Rh^XI1DL-RSzaXO#?`U z#AW8U)2!}FT<&T>KSN*HK;K~L*;zHA536&J<Fn>W$y!F#WYeXyLFAHi7?D{h%95y@ zbp^58C`0&wgmZSLoloAf{Qz6_qeTuOUWBT*kEyrSQYA+?rY^(Cg=hj$6FE`|V$4YT zEN4L(9r^IPh{kz*FURupIloqTdFwpPN<TYomCuoLmTSX>4rffOclmqNnDV)v-0gkg zODq6+5cTE(@ioLEkjQ*v1S00S1tQ@2r!^KhoQ>%8Kg+16a+dS1&`8Yg<$taAkBOuc z%HdoVNsfL834C%IxyUovccbJLae4Q@KD6~X)vB0_frOOIDdn;E6izTVR|{RsGu@)& z2_1WEJik_j`lyV7kp%3MF&S%iz!`e~pg;x(y@@b;PL~mX^v~M}J)tw)-g0)FujNwa zoBMsMK4msLi1RkafTbxM$z0l3>(M;yC}f`MG3S#%?Kl_E8v$$nd>&Y|BMysk4{uIR z@PIdGk%Q^nHuU-}pFjPsifm<g#WXd$QfB2@q{*Iic=-D@dX;G}fCcbV#jq?F3HF*y z#I+(5Ih}CKvz^Z{k9kwf9&e$6EdS~XILH-x1h?xEOUJx&Q(J6HL3&(e^Xg1lJ!N0W ztQQ(KTdQWYa97iHM96&ytxx(Znb;R_cW{e8F2AKXHg4%$lv%{4R?F~<L90+Y$X2g? zs-_TmrZ6^ji+9yD=lbLz#;Wq!#A%L+^!2Qq<PRluQe<|Gu&?dRmtBrcJ#z3({?r)n z&3&^gC#<%=hb_&eLs;#yqf0~`AL}C@d!J-5$1V-qZ8Db?LpD@FGa8G?bkYfklp-$y z8T5Fei)!M~I<#h9kt06YT5m^$9en9fGMO>UT^(-%B~2+jJ(l@C6oRrSh&^XsPkxd5 z&^IwbxkmE%^Vk>5{WO>*!a@<Vwa&EHhDc=IWT9RX#%{lOl|8QCBK`E9Pp&BnD1_=v z+mHc|##_p#_%I_~hmY(%y3BXkc(eLieduWUQ*EHsB^b(Doac}|F#8NeINmXXB&>59 zi#Qs2)hR-qePSyZVXi8#rIIts?Np8Hk@!l!NsE|Q**wj;D*ggqVeXaFxIl$V&Go{- zJ|R@L2mm?anutKgDG5uP;I*5j32t$=Ea{8ZLM-EX&_sbtD2hlZm0%`Av;5}1^66MP zG;a3qDwgTiPN_;+7;Hz-7J&_oKg??)7I;}O7dd2P=)hptid6*bZfBN2vb~H7F(iDI zIYV%PhB@ArDRENGMTlX@m=o}iMcqPs{Mps?UEu=M9vJ;1m|bIC-7Z94OL<(h6d(G- zX}5k)gsWFsF<k#6NqRTC<=1JyZNVY=VHXN|<~B-K*!&$SSi7ts<%R$J;8b7Ecw@|} z81A5%yu}!4{`Mw`oi>B0c`Y^Zj{LH%+_jRt%Hf^7E%;VmcyE5$^N~|MIafH0?8e10 zlY=MaTo4;P&f9WU9CuCnW1letRto)e3Pzv!d<@3NK9iGSJmVFeqqi_w>x*skvFYjY zPYNpI1dAe*bTqv-z>%I-b1zaZ1IjF^G5@3q!9Vz7KZLDyb(vKa7WwA+IY+@vVg@BN zKcs?S9ZF~xmq)qLtj0;<w=1c+_I`A5G$S@xVC4s70XtjB;X@{1Lk`xFOHu_hM1zw2 z@W_I&Hf*PNpL1kc1<B!A)3H&DS*g7*s{No;&~ljzZe#>*MNEj@qjgup`UXuD>Dfll z4-cVuGCF3x<d1#TeE5;0h-|mmiMdHkry}J2!?svAx*~Ex2gQC+FqX?;=WUzbskX%; zu${@_3|EtAd*@|QSBR#&{IO|EE`U4A-j+`LkN0aT`D4E-5bDqHhTlY$3<g6?-sR7F zEkAaMISQPPC{xF2oC=j0{;?pn6_p+-<pD`5xY0L>7Ux=V1GM#*VU*iyAEX+7$=tc& zC`tZDi3qsylXXufIGATXe3YQq5mYxCX)7maqZT^CfTKm2BN1Z1ipWhMBHd$m{7f;+ z{T(i<l)vGmvU$>Mc4GMJF8D+zUeJ76VVCcZ@fEHuK)mHd*vokYTK?2ZO4!x6T}<a@ z*|@@VJ4Z!MG50~GkXxBMg<5*d@3orDLh`$y#)5m%{>@*&D?u)E+L)@Re6oiYKZq`A zhmLPHlSo)aPGFcCwccS2-?t^kNH>3s?{-=DRc4iTCJ95osO1Kxe_D>x=O{$JL(u&L zwlU~<MDJrlr+JDL1L@^-GfPnHeJhj5BBmDvk7ytvvP`C<Io?T&MAZXv@LBUbT9p;H zOi0zG>M@5MO>~{ujc}mmaU5K`s(;hd#=uSQI#K@UzdQG{Ao{sicVZU?d%*<#D$*zS zFMgNrD}pvX9c;~EnOXEsy3>@YJHl0ow52M9Bot4WXE2JkJE5ap?xUS0=NP%RKOB-? z)gs3WrrReI4^h7mi|{DVQ{7sDW&g8CM6##I@#^3dQ$djKE?pGe-S!N5@FhYjW)+93 z$k0h}+(}<bj&{)Rg%%ig@7w}8G9ZW7las~f9n1YQ*afac>xFNX{dZJ)b7v&ivkRI# zW8js2E4{HZQX?nI+u-_R1*Bg&R6LJ~q@oR@jrJ!S{ibn-AzjSOx;6}fx$!>6%HmYX z;uXoFZzW{sTV?;<Bs1H}Vz!mVY%7b|Ru;3ZEN1I0HuuQlMx8}v?hC<_D%mr^Y#vH? znH1AL%Kmd^7+O`pKB&-sJsz0GYK!UI(M6!1b*U?|rh6kvY7-i_Pb41J>!{XM4&*5B z<ksLmY*yxTbS*9?CHQ$xN`cGA#rGUv>+$PhPb~B?OCPD3Xp3Yz3&pfFS4|dV?Jjgp zd#R!zJnT4TjhrNWsbO%Xclo=jqp;;R)j_XA7m9C?ok8M?3=fATlZQucGGMCm5jwLa z<_(i6Cd(`rZPEU8$RCBCXe332)f_GBxur8<PSYcV$SC0#!cMLK((9XbyfA`%(CdT0 ztdP`^KGR;8*?u_n8FPV^IZ1byybBF0p|wXyi2J*JBH<;lCetgEN2TvD7aSf*+f_1) zkMKdq$nE-IW73TVOC-u1+V#EbgZakvXc@b)$JG@8DouELc@7<0E8AjW{`EjsDj;-C zfTel_+9&28RtZGr&hO<p2(g?Sz7bpYvKkhx1iSh?=1Vz;#1#K<VUgLm=?LB>_Wb#f z%C?SfPq7e)CNErIeHh*K;V`<e_M*(#uJ5|olK-Qufh+SP>5RMi%A<?R+U0jb*Z4(F zDw~5B)2hw(;^lRhFk<vxyo?Rc@r0i-f7`0l@?5lql>hzvKTd)5ayuKpr)>DT4LfWY zlWKiG#)jE8^xLq+hK3E7*zgB7yxoTP+3;~2?zG|CHvHIz2W>c5^e6b8WWzIT_+1+= zvf*kQuCd``Hr#2$w{7^54fokFX0Vlhq7Bn+c#;h#+wdG4&a+{q4Ffi8wBgM*Tx-Mo zZ1|)N|71fYqdLEI8;-Z3--h#TxX6ar*>H^wAF$yz8@Ac-&o(@0!(`dt<Ckf}i8egP zhTpYejSZLD@Om4rwc&j>eB6f5+3;N(erCg%3@g868y;)Ji8j2@hE+CPWW!Z9)X4sg zKUK%b{;N_`W?QiM5(}=s)PlXEn)g`#1w)VgJsQ5Uw7RCE+-=mkFRd`#6^p73cUfI| zg}bu8Zh<>cUsqPq&@dKNsP1rO^%bQ?MbB^U;~EtI^>2Dzu%_HyTPJB%l*t#{zqD37 zE30eE-9?Lys=8VoAZV1%uc;uIXj{o|^r(RTI+p0xyY^Pot@w3;idr4|l!mhU>VPpe zu-N`ySDy#+MHa?NEl>@rOx3A+Rl&cps$A9ZPpL7gRt2>iwFh~x4c63HPW|3TsXnZI zvN#^wNA-zGj?2r-i<jSN*{VoKaOV`w>+4kC$<Cfz#Ngw0i`=4|B~>N-lv)&6#Lr0x zv{0N*fRlgns(;Bj4qcBA*w7IZ8yDZFud`o5|HPyLuH=+~gHqE54@u8BX6UftBSyMM z9XmSnxZ_V4bK*%^C!aF*)a-HNCrmu;^zY<Mnw&dj>KSKxywj%p^3FQjpMTDbg2I{S z7M(Y1b}_qF^Dg-A_b$BX;!8?O=a-dNR9;$Dec9zT3u@~ESJXEc!G%{YT71>jORibE zOmD9XV)emVqk2JwyQ03nuHLOwl3gLi1?SG5ZTV`i+4(ci?(wR8=N5YNXLkF{Iz4;B z#H0jot-CZ3sHrY1HL9uVs?rAcf>PM36o130SP(FT<!b6mVZEvf_jGqO|C;Lg^`-TT z-PN^ab@lZXWk${7u?a;r6{QUoFlMb$T1HG_^ho`L26sa+5U8u?OGW7dcO?Z_P*-0; z8aNkd48}&wBlt~7N;t*s?M5R=+J&?83wm(AQB~dGE^TP2STMh4vAaB2UtN2tyOyLD z3K|roy0+S=F0HA)N++LCEaBm8DR2cb-SdN&^6p+-7p(7z>sWWb;U?&Ux(35tQ+;^_ zsY`L{D;k0|hP$rPT~=CCBbh-d!ReH;x&;B<M8}+3R#ShXyE0f?rfI5MXlXZ6wGBpn zu*{(F{MR3SH8q8$)wR0pQtt6mZrwC%>w=e7xf=qdWwdmH*VK{iAq4A5uW`NT)m8Qi ztMX<QTl6-nK)SBBtYYl9r$^6xvL&DCq$W6aXHqU<z<+#>d=J*@9s};_4&kn<C=FOC zNx1L)jdEUD-6Nu|yY6_WA2nWsQT{jLohI=DK{#$<b-fWRt?8~LsZE`M;6=MQ3jHss ztCg<zRG3G4VBINp;WciO#Op4%?gMEH4RusmdBwu&vI;A#v}5uaXVa--QGoVC=PuOg zZlMy&3a9B5BxgI^0$8xxsG@%_7mm2RXB<iQ==8B8m6sZ&-Kgk%k}Ou}(Oh+BP+xIH zu%bbb6Yig7cRp0AQBl93nuZ253J*v#2-XH0gs4}R{x^07lqXx$^@#1EqL!Mht6fl0 zYuM$H@S3hi3}0G*X;1<;bd_Gh>-JVjCuc~54%AiG8eKh=BqQBlh30Oi)YWD6bq#fu zhWq?#UE1kcSzUA~usTH{Xaa3v?AWnt3S;x7_4IbNrS#gt+RJO}uB<(SdbLTJC;j-S zgaige2{zfSYeP2KRIALTqCa*cTjQcHK$K?=d2iu8I(A90AM|?XtjHnXukZEFG5SNk zv&4DG`;U9Q_i1dru5o!I190qhjn`e<m>M6?2)ts&3J}lEZY*kCshn!e2{}b`8yR02 zgo}z+f|h$s<H|;2DTd*ysw$_m@1j89%0S?-@s}X~U;o^y_rEd7MApCFUyk(dM>6_b z|C-d{{|*hmTy_6*sBibLXA0M<?td|CPk)<#(fIEFuj}3_{Nc4)^*_x4j^$nd9N+R6 ztwDj;I=cVGIKJJ#X#B%V|DW~wdo4h6O66ZPM|taZC#!E+U^`gv@ZYYq-Jz0Ix7%_# ztcj}K5*n9Z8){l{-S<~EuL`ej`N0pb|IrOUzVW7;e{#!DZ@umIpWSiinxC)z#kybq z>euV<y8E7ce{<jc5B$e(AAIQH4UcSm^s(PP{=}2NZ{4(c%TrsoZQt?qGtWNv{LWpw zUwHAQmtT4HwLO1${f#%@di$NWKfe3k`yc%2L$m#($j6`j`O}WSeD>GR_wL(&;EON6 z`uZDmV*k+z(9tJ2-)aK%uP*<;I{$x|{(o-*di3vl0{X8mzu!N3!Gg&R(Pau%&hKP* zAwRb`7W30BrLgeS^72!ym!d*8F?r<Yt0-fRSW$1iDK)ch;UVwmG9#1Evnv8jd#!-p z;HAL^)Mw8L*675~K?axj-avh|tWgw})|XY;37%Ckzdp!>*nU;#l-BB3@|C<4=}X#* zG$lQrTH-I3v?Luxe2JrGmm0zPaz5}otG?QHDOFq*tZ(RgQ)+HSd2K}xk7C4h`CM36 zt3%BW+OX7+bR@pSQG}B)itifLvn!%&F>{#~*IhZ=(335N|D1-3`g7-B#@r;odxGw@ z3&{6^(gwrJ9Cu+wQC%Pyus+~#`B}-SLe`~9FRhqXx5$b)XLjDK3FF853JR?7-~l>d z1#;jBs!)JW&;pV`83+WOAQx1Fc+e11LQx?szv<`BJa<lUrW(uqTi&DVQDf)pWbj{5 zuKh2Rzg%OrnAyyNS#@=i$+!49MkJ~cMt?P;JVA{p?x#jfbgB{Kk7-NaJ-9VvWV}k6 zc)dz;tX6#}|9bQ_ixAQsN#Z{e|6$tSk)EK^iJwmVbmFIvPu)GRH90Vf{5#T=dY$d) zDO|-X@8Z6X?VU0Doy1=Dv*?|FsQ<7&Y8d{h_&YJEdq^B-jB*ywIwai;cONwXEu_93 z@olkzm~6o_n+@%hVex9%{PfnrfwYp;Y^7Fbi8`TDOEORyI0hO0j~0O(83`(5qDy7W zO6wTZma^N`niNPZ>0jjN6Qlan$7DNFV^r#Ile6{vc-~!c$~Cc%a*gjFNEw!(hLyY2 zu!#fIu=@0l!EILAqj|k|f>IxkVL8sut6xH#N|@MBCCus*h=zIOB<c;^ZY7LBN1Q{& zO#`|UmAgDexr>vPoAllF!#b>*NewuX`>152FXxVd;}csQ=*9FKAD`_=hyLX}#eJ!Z zK2jHfj1&8-Ars44^8T($?ikRPxI3ZM8R%Qmr^u?)9nh+uJ4v~p%1~}2ojiw--(cl- z3{)8%L)y}Ichjz9vQjlXLPzIRV82+^&+)j5fxeoKMn9E7{u$(-LH-%z(^?$~F)Cqv zpX?ODxx61ZJ5}<m#MWr}XHeEHJR58prAU1|m8de{%MAD`S}zhFR8?OeeG|_vJN(Y+ zN?pc#r~U3obE-6hr@XI91BbNnDXorFr%DB{RPaj0FLiu!Am#9IyQ4UrdzMl^<Vk<m z<`G?QPF-(SS_!1pkF-d0R&v1Mf*;EJ!xst4Ro_40NQ_a5jue%V*;frLe@G3S_@El- zctG_JSTqkXk4({N_7&Q6@xqhz=R;;HHPOyDV<fbih}>4+U2DSMIiO|H2^tyD2)br~ z3$*Gg!zr_r`j97@R*LX5{2MLfBj+piJWrvWmxWKCE_{U6tL7?o6Hlcb=5E|C@LU&- zGbm0Cn%Gwj8t>9&kT_#6Q0hXSXq+o>ujh%zv1pa7T*WTs`Yp5?;#5Pxe@HQqw1$iy z6wr0}a)0VEfjXovXQj01^7bt2__Ve`yHmRO=rMLvuP#yQP8&D7y%zPe+f%gMAC@Y0 z%zP&NgcI2N`y~9P@;E4qz?2~g;Fk<;E;XcnP)ACeYj;v>|E@Y~W7KS@RO*lK5`mvi zk9g7iKIdEPrI>x>yFkbAL^T}V9u990hlhq!zTx9D+J@|=t@PxhS<pt>f{{f1(jJPb zYxpapo^Vcwa!w<yC||-ulDDI8jOy#S&FVwI!7;E8yqBy7{&qkhsU)$;O1~d`>QpY$ zPtkoD@3^D*?hg`gp;9B?lN6Q8I2BwcUJ*OoQ5k!r{=+>K8VyZQL(2!Kp%atT&{;z| zteUZSLg;w%Ql&29nQ5n)lF~<|OiWZMvxJffCDFXkT*i(#&v)!_R{0WD!VP@_);N=_ z(&3wQ`or`atiCqml%%|oMk@IaqK*ctLDL8PHlf4W)@OHIYfO>V-p~hAR@qZ1JG}Q| z|3JpLq|-(l$!aA1_fXOsGGSo-fR4nrgx${8Xx}L9%!&uE5=QgufEYDke1bI|%!<kW zdu4z1W_aQ!-DP(SPEdm>!(h@ITtBcadG~<U#6bTNtL`4Q`6C7XNQOUL(0+g#euK>) zy1uP8nxflH5@k+QLuN@!=%#n<os6+OQ95R@j~utzq6H+e_+y}5Hu}V_@l5x<^d$y; z3H_(thwqNo&*ke-Y~!hj)}szTfbj4rc)*)_43+RP<kRv?r5@y2YKNbQ`-5L8b%*_~ z@q$mKPh*%=87K75%b1=@&zaQGzpdZyzOC_rxRTiHXgvy(>+$hgp!8?6Vv4MOoPL5n z#O^D)`h>sStJEKUqtqik`KdTXCA<hfrOKGVycim%LSx2ws~;~;gdX(e_3%h$!fAsi zq-^eujo_<!N@O4SDScLIM|Vvo6ge`W;o3vxiG=LG-%b*@DRl-<w4FFcC8$voGt{Wh zj_F8m8@xNUbzmT+BsnUZ6s4rbs?@c~0ar<PfAi^1rH1WNYIn5ENA7Pry8D~%`gg>~ zsQ8Jjh7Iedh9TeeC_zzw@Xr{{xYxUOiY%FHk<^XuzmlLIG`xZSOVb$I7AHaDM3s6& zav(iLdIak?Q}&%ZqHl-8f9pk9wEDMRghhvcwO+(*$JrIN74>WkO}BQwrW^G&c?;Qd zK`otchV1@NXJ@uc1E4-`ZfUh~R$cvUc3)~LtQjZ!8`HJ^f*s7O)I+heD~PGL(<D)U zX>EB8GxoibYGGY@u%_ZHHehG6&qC-oR9-E6RMYF({$+D-HnUhZxRv^IOhHBI!ivNE zzwA!MN*EdL)VSF-70lU>jUfj?#9Lm@1~6+7eH=ZN7_N}G)9V&20HcEHTC%?*c9u~y zr}j#w)Om~4=YqMFDry%(i8Ca{*+#kLNe?V32=>K`0~KnD^|h2e%79G0y{eV<i<$~( z+N(IZamCSnxGs9$qp=CHDPJ3%+N*-NIki=qUf@&45(l&(I|zg(M;zE4_4DqS{03hI zyX2Qv)E7~BsmME}bmv=Js8%7Bx<&j7>gp~J2F|i~zNr9N5BZUNnO+)TT|;<+ol`@7 zC^*Xcf!_X7>Q^y-_CC+5uRu~<tKHrjb~e>Tx-3OP1XV0<@AM+2QiVR}<`s(jb?`f% z{rz&yQ>-+o*Qj~f`Y)1wJPP=zto`(O_c+d~X&?b&u@>T$Hwa+8ohfe`jRR6=Jutk# z2UUyp)@yz_^(f&jRMl;9bEzH8gQ_E@fIUNdI}mPsEG9pyhtRtYy|v}D1J$(_V-z?f z^Stg|&Dn-%G&FeCCdvQs532AeG3Kh3adWH7E2dYK))&_m%8v20#YTnNa^!U2_PaIR zDRqz49;Mc4U#l%L`;I*?SW&;YsG?qLY@kA*@rKHmNu3l|mtAgi_`N;oWwRy(o2@xp zFToU}#o}$yJdaD=rSq9pVG(nMj%~MfYWXKU-f8M^$#f_mY^aj>(}I<i74@{rwwQwH zg{1+DW>7sNwyWI5bx~rdcYB7S+#aj737w_&5pVjTK7?tP{0p@5h1DR{$HE_ydz8)8 zJr@0{uL3)tnqE`aP+>Rk>n+Z(`!27#tw(9j4H|)<A)I{cA))4~1ZkH&`iQIS9#Jy& zs@aMTCs0~n(N)^>5A^}-w*<!?Jac|&eYGfMc-4%&Su^trScfaGVIi|Bb{47xk}mDZ zic@}WrS*Qi(88`jX`@O#E7)r!4489%5Iq`b_Rs#c<yrbz(R`xshwPFhN538&ip=de z`sc&GNO*bv{rfis{!M}ZIt9kBedm;)GUt8%BKM1xSYRnQ(b9MAYKxy+?;U@&AV+TW zuhG_T{IBPH<d~B0V4i6Ej<wx!z;vE?o+O?=JYpaK4N`5<)oDZVOXLys<XeB9=r>7M z;tF)}NFLHPiC+p2%L@7t|4}^RkGT&W&TGF<x8E5UbR3o`b-39!q<h!tvuvpIrW@Da z7XaNnbkvF?=jhd1_)9qipGF?RdASX*1xi^$Jo3GXNAN)(NQt`b9rpXrfr9Tk9x3au zc_iE;JW?j6)cX5tK>3~yQG`D72wkE-N7P}%-tWCWAJ$j@qv8Lv@&B{<{Abhe9lrN_ z@BIJ${?DL5@=<?QZtkQ0{u$W(&!>5G<qQj#qbmpe&*S>f%JHZyU`v%pWdZj;3!{H& zy8qi*VvIFkaKyyv;b$EKe95(ouN`F*^;hp$j-UV1g3Ir0`&wL{rHvY{C;X;gy#5Qf z_4%;B%MV&!9veRVEyH{5@EZufYwi1Mk5M12HP>QEqSvo0{iQ$GG0sCEIq&t0Uw5lZ zUcc=1@x4Mbp1-u`?Y1wJ8n@Jn`T0Rhj^dbcrv#qfE5`rSIO93x(0N-gG}OQPyU^ip z(V}Slk@4^N+M;ix!~Py?!QI&wEV9cTO*{IoY`zrXwkIt_wvyjGOgu@PsLV9Reis={ zeh0p=zDLF468qimq|_MuU1T!(9XMcx7nxIjyY2Tu)~i}$zl+Q(zbgAZ!+KR7`yF)< z{d3yyY-#G>?)_H!B5TTTz5PDIdQ~g!ceaD{&uzcE?RRsZ6@Qfd-m%wuKh}OPvfpLz zM1CIoorOjH%eLRIvfthIyKcnzrQ7dOVms~koLjAY{<|Q}S<eI30HtoC^?_6WqWtoi z-7bsbEj}r*q2Go+8+vRw#fCXH%(mee8@g?nY(r(k&*QB0O&h*%!!{efX~R7>eA$M( zZTOrGci8YL8@Af;aT{*5;R7~YW5XM5xY~x%^qcJWB{no{SY^W!8y4BnW5XO9PPE|| z8z$RO*{~lIxM-Ub!bjWVSgRVk{(9_oT{F$1(?1HA*}rIiAvj2$QCx&SqHSD|Xk>yW z-#Y$c^#et-i^coD{44VPWAWQ;dblT8^yu9`^?sLeMSf8zZfWzmJm2M!_WBc^hk0J+ z`74iXYi9Gz<XIqv=NFBK%9N71?3Fw>^E|}!63=Hm$%H+Xr;tai2mfFA{XOmSm|nkF z`xh;HP9LkDvTZoVhHe}7<h5v=|J9HV^+TRTeH^L-cmV_2jkrsI_b`}={{z66c@ok6 zX#+aZt-KfiWZ)+}k4s!&RNu0v-lXVURxk)A_H}6ZFz(L@FYpPT_i+n+gXd-3Ch#H# z#bUy9=3AY^fVd7f=eSh^kKkYcU$XsQ2BI#Y!^8o<%Ohbf1cq#P6L2e!q~l}2{56lb zMVDeLkA&X={FJ8%16Uovn;0mu_NHzD9zR;C9W<5_V82W&ZX$3M&y9px4Lt5RrEbT4 z0C?Q-R+ursQrle)yvlap2;9zdFX49p9VeiJG5|dp;DfgNA>bJ-6m2BTBH%kbf^!@2 zO4j>K@dvKr5&T8(<&;y{!^52obkIp=<BkJP;_={~0u1p;I!(Y=c>MV90iKWb-I9I| zH4iwIPUAxSJ-}1YwQR(l4Xor5`UHSCodIt6-vS(dCS@UR6>uew;3IIo?H2fF9?7=@ zc%jG2OW->^PZ7QiSmCwYRlp7&%~!xvrYZHN-~epnd0)Z<FPIL0QZE+*f59W^uLIuV z0|)R~2OOKHQ~~a6;DbC;#^-<!orTRE+yW2q2>k{A`fR1v;J+St&~KGX<)h!n(<=VJ z$9aSf0{hHhEX3alyp>1Nza6-&P^mq*8-Y`1!t=NVKF1?GBXIh8$WdII<O5>YKuyFg zu$)I|DDZ8DA1R~zeCnM?%D4#l2~RoU6X!BF;gRqYfq&wWtC&n+%{;4I0<Y(hxB|B_ zAZ#Se4q*OwE&l@GobRDCjQ>2~2Nx>!wWI?~x`eT!KkXejn@94({(`!hN7B3n__GqF zG6}N=_y~`L*$C|55!z~4YPrV%FSgxnz)|zz3F2k~&*oWz+Yc<~k#wqnr<Yr_EeF0* zNn0aK2k^K{p(*Zc;CvpzryTf89*K*62-Rx41%6s()oBOt_m@##;<f@eTu#46oo)nP zwt#xUT?5?6lP&(h%WKhp#oY*8$K%KSK5%xO#Sg{6pYllk-VS`vcDEvv?5<}HLU@7i z^9cWZ3|!k_)$cmsm4@YJBVP>+GG`!6D)47K!jo%&gBKD8|8(HOYoG(}MZmk3Qcm3W z0)M{@y5nvIUe!ohl4$S1tPpjC`($ACN_Y-;4KSt|TH}rb)`n>pxC6j1cy7n-`yuV< zN6-y-HgFM-v`2wSH(373z@PFwM3~!wSNzy=8^8~2_sW~-D{i)Uzzv-H6WS8t=K=5G zk-EDVxaOzS3;qH-c!X90Pruc2`+y(t#KBi4@Uov#*SKqdxARDNf%ERL@)8)hllDaz zfxqUFyw(FBUjtv^FYuJLv{~Ak2ly$EwB-)q?Z2SRgc0aoXQeN28_!DoJAjG5hF5S4 zyoBcf?h@b!cfnUK+V$PYS@&4!7Xk0#5j^h&e#mn&VNBrYdo8}r1a9S#w!Z`T)o-XT z!h8*^xgXxZE%53Gs4v`2z=i(-KDZYFXKkP##9a)0i%06Q4Y>Ca%Y6X2{&(O^7=c3` zxA-j`IN%9uyz>En!XtRz0vxgxJ|=uRaMd=(Al$2gt9HU;;JF&Oco%I1_Yz>rZi@#} zfj7NqkEg)wmuc^W5x9*<ml1gLE8vg+Ex^}!B;P&2U+kg(!hapG@h$MiEin0QD}90A z@W>eLe21O%HjB>5f25z`2}oT4<t)TRa26<M9*SxE0yo%hfxB$Cz`eFx^!r60U&0F% zy>@X66diVP3lzO`aSL2#yRQS@X}bkJXuDg1qPH#K1&WTg;3iP?pT%FG=+TP5K+(+< nw?NT@6}Ldqah31_e`34u06t>71&U6lgcmsMed+*O$?yLG6?YM| diff --git a/lib/python3.8/site-packages/setuptools/cli.exe b/lib/python3.8/site-packages/setuptools/cli.exe deleted file mode 100644 index b1487b7819e7286577a043c7726fbe0ca1543083..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65536 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[c}i<OXTz6k>I#RErv3nvcIClH@!{vM)zJ_weD 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 diff --git a/lib/python3.8/site-packages/setuptools/command/__init__.py b/lib/python3.8/site-packages/setuptools/command/__init__.py deleted file mode 100644 index fe619e2..0000000 --- a/lib/python3.8/site-packages/setuptools/command/__init__.py +++ /dev/null @@ -1,18 +0,0 @@ -__all__ = [ - 'alias', 'bdist_egg', 'bdist_rpm', 'build_ext', 'build_py', 'develop', - 'easy_install', 'egg_info', 'install', 'install_lib', 'rotate', 'saveopts', - 'sdist', 'setopt', 'test', 'install_egg_info', 'install_scripts', - 'register', 'bdist_wininst', 'upload_docs', 'upload', 'build_clib', - 'dist_info', -] - -from distutils.command.bdist import bdist -import sys - -from setuptools.command import install_scripts - -if 'egg' not in bdist.format_commands: - bdist.format_command['egg'] = ('bdist_egg', "Python .egg file") - bdist.format_commands.append('egg') - -del bdist, sys diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index d864c1577db74168eb79fe013c4cec88c983af42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 742 zcmZuu%We}f6tz8>M_x^6DIo-;ZnJ2zLZVWHkk}&xV&g8XX|9tRJn_hO+9qGXXOtzs z<Si?H0XE#pgA@sm#y<DR=iGaJKegKpg6r$WiTJ<>`B4QAR}X_X_`5Z3K!5^+2x<^R z0x4urhXypE1#LKj4s_uW9K#7bhEsSl?{NY>c&cf^IHMKr>xf5qKGU@#<}q>u$v!7v zQfuKkq7()bQZe@#48BoHF4<)S{f}h$BE-2?xeN6xP|gcEpYNe93xrFhLC8BFvMnrE zAq9COwJAeO=58g_!uee5kf9cXnF;BhYVLs0>MA7G_}ojLx%@_&(z_75Dko2z^caVl zm(GXoUh~(kvuE7Ys!EqxIY*(ip}np8RxPSKytyp3$w7dbx{z#x(AX9}#Ts~h(_~fT zPkeVWq#@ooyc<&6L4rq^b;vA^jI6uwSN_^8&PK?c&6JkIdPs%9UWMSj%4zA9cB82& zihKd1jgvh^X^7m)@nh_3S$bm*ceY77Gh>U~i=EK%qkoBz<Yg%r@SWH`x^1>!Z^ynU z$E7OIch7OYR<F#hynZ=8<ar2p?qh*NQC^4<jxL)N29{dBt{QX`+}Pox|HTKEvfs6= NMKji74ceeB_6O>J-gE!} diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc deleted file mode 100644 index 989e534c39cd6e44d37b24cad9adb2f5f3a34020..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2396 zcmZ`*O>^8d7?$LZb#^yRXhZW+=om^v4eX{fl$kOEOrWLZLVyWeJY_u2O4&H^$41h& ziD$!sEi)YX3GK0Weh6n@IrT5(KzUzzv)!~{k7Vh!B)@vz=Y8a#=I5IPuHQes6qR#? z{EeO2%ZAP-6!kq+oN$_wjE0nAo24wXLd&$R)XtpH$=uM*8es!$Hg_JA(7R8#%Nvgg zZwPm6g>&5Fb6{`s<~9jh&tX*(&}!*!qV!NFsrqi9lOq3G%0hzO%Hly_RV~329rcQQ zH|bZc!VHOaVkN3pZH#u4RP-pWHn|u)Ehu-OsM}C+dYAmXazaORL=IeOYce8Z$_ORf z<j@|GC-f;;`t-n(x9WG>&<7`3dFzK^p@kpkek}XLOyt_%Eu^2uT1bBoOO@n(f9Kd& zd#O0;szI9Q8$n>7(sxhk`=|85DZLi3%9dgvE62Qst_5pVwD*k21@P{4b3<o?jX^T# zB)QUYns&<McJWB;eX^m19u9O-q-wU=E3z!k`9_>3vFZ+vtA^S;L_a;;aT_YaJnGR4 zaC=m~0sS5tXD<Y46N>r<DnUZZNys=2EzUxlTcN}4J{9hMW0`~yzkQE8eF|-_j_GVP zc?+W2;%xwIzH*FH<;Qo$Zju9VfJ`BEZ>W8}7i&Ms9~K8f`31ZK9J4|Sf3h7_-sG=O zDkf9@bH<NA5Lb$<cql3=%ayw6-x%fqTmWAL2M{B92{w6-BgmI2N7kUDfdwP-)X;lG zBF2FMk;Rb(bSto>17oU-NuKBgmMle7Q&Ckm1hf9YGg{e7q`M}nb+rhy<eN}kg`!-j z2yIfAmMeAaUSIG3z5D<szw~lM_L*GQ7Ch}S<;dN2?Qk}xzd|U%YisK{ZnC`h?NDi7 z4MZ>5J@&;>+|%i?L37IJ8&jbCJkCVmKiU(yKQ!F#bZSrow}xO5!g>w>gKcG{BA1up zdlHEym$5=}&%l5vUxT8I>;Mc)lu`Dgyj(-^>bmEEKrL!Oxr6inf(o_`0ps*3g|r4J z)TRdJjv;*TwD38?q+dE=(6_ZcVk0_cV@Ap0I>MtJoCUx+2TcBf?FaOP!PAvHoSayP zf8q=fi(g)yZ)RKE9kI(GBB+4dB!3TA;Eh#s!npUOp*=lkEDk5Xu~jl=;HRaVU~6#- zD_aRo(C_xxs#gf+wyK5!La1`#PMzTXmq=bTbk1Mp1tScQ`V)Sy0wkrsRn%SI<Pk8n z$U&`!IX9YhT}mXxDfJ;u+Z<F^COaU!MP4oRg`N;P;z>`NNLJ23Cb_QKAb44<BjcUC z0!!2(xA%)AmzYFGVI;<=@=%SDL{)>!<46v3$ek4&^A=VYaZF>9@UIZ0vS9RwFhH$C zMQEG3pk8=iq&7n(bK&;rBJ|qSWlg%q%DI|6Fmo$tS6&q1x1*?PMp0JqVT$c`6dexZ zbn>PVMZD;Nxy6O*$;6x};o8I}JZTi@yo%1UL)E-*50#M9q+i$pO%`!}W-vJ}k>L`Z zpV^s70wV*scPt9i#Dh)P)VA0Q#_WG=yUjeu^9(*c%%HOiL7nPU2pv4bR>=c)!cMFa z({Q$pDNy(-2TT5uu>k$Sa+BL&Su+;LSia&eSUlc9>H^t;?#qOG%VcCNqhbIB-F{l^ z#A&(M>C~-GeaQNijr%VzbUOH)TAj4$#c4&#`A+97@}C3I-Ud$tDpBwPyRs2_Lx9Rv z#ZdNyybf<>P%;3$1Galm6ru$2hub|XaGptgzZJBqMdYseW9SO}Sx`oE!YeNi%dR+r z^EvOT<fw~>gEBM?S7$~{;@t%kD7hi83AFLKCN#QXK04#*G@O<9SxvAnFsY2DwON}j JSzdGT*1xFHPg4K@ diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc deleted file mode 100644 index 16eb757f07711579bd4dddb6a8089c77a8795b20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14182 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 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc deleted file mode 100644 index 4b7fcd7695428ce0d22c3debf52d71af6aefb8e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1788 zcma)6TW{P%6rLG-y_-!!DFqc;B<3Zw``}G_lc0*CA}aAjK&^POge>pQ?8af%-p<%f z<9eT3so{}-uzBoX@+-Xb2XIl55Z~Clxe$;TYc3w2Ip>@2e8=CduXhRB(dSpfUs{Cx zY+uec7cURc%}oq~2&%}0GD69O1r8-&5y6D>k_bmS`|O1iFhL)ap8E#YWOr!CvyI{9 z0lMKBBnhY>_C(+`UIJIRqV<vlE#bjSyIL8D*kqxePNESdq|4F1c`CJzh2+_u<U)?3 zTxI;kjt}Hs^fXR2&r&YZ+Gvz2l^(>&_<pzcaI4QB<q4PLaTq5f*rZ%0CfAM2B$`Mb zC4wW4iPMBf_%PM!RBCm|hmjiQD$1nj*S>D|`4{RSIy79v<&8KoS)|kro*TsDzHcWb z{e>@IKFg#|U~%YAq9htif#|g(+zfY(21;6BhQ|qi^zGMnFVpcL&w#`<A@2aboT_Mu z>qlmfAH>-n&l3T-!xUI?(o(a8pX8GPKJgJa8ORLrt>b0PVLF*cSv-hUoE<j)hhX}o z*|mfICAztWp(Jyt;Fwa9(S0^|N@CZ7AYW{^>MTj^xz#Ed3E>|X6_uOnc&u&yD+l{M zTDeB5(QBeR*n9hMGn-5|r}5NZFz6TYXX%05ySHg%mQS-ZRp#t+;dk>S@%`zc_TcIg zy0NMytjmh^)9;9S?q=55+S%I~g`p(-WKNICjFxl`RSI^@W-N2|-FeI2a^?u9q*uw0 zP<zQR(^upb9kE)oozi(oUcjbw=H3zb5#CiYb4A;pn6<FmF5R+q%qS@xaMjs;OZ|$5 z#k(8OaGadx>l{c+m<4*pg51I|2F&ko))4D*JZ4A-O0b?$Ja#@J0Kk4?Ph14@iccP= zxgN@``+VcM75B{Fc)k$Fte-`?=>3a9o*->dt_aVWUaqqNuA#D8>AbjiVe9{>zVJ5c zbH%64%>CpHyo=Exn6_?I-(wZ)Z&j`WYp+@0+4=UJ#eBEclU@N;Rd-vVdaS~Cu3P>- z#^9~8-(1Ql`^$AP{^_<c{^71L!hSFOQ?-PX=m!~^sT_u*SjqmjN>Tb|2aBc8H?}s4 zYs>syz|4D{YVB<OR;y!~E&0@IIIZ!^B~4Xa`bWg76{Dn|RUU|zI_r754cn@{NJr4c zPjRtEDFJ8DZ7f3|4K80m)9_-eqb5hckJSh0=0gmGcIg_P4xY7D_N%x4j$P5>qyJ=N zx93%zFtmaS!>SvGlT_r&uGhlwNgk=imv$J6bQp$pan?~AB)05Nb5(O-tI=4scc|O# vc=cY-4X#@b@dH$*zo`2D3972S*s6^iI!`^<t6B=3?FQbC&6%-P^`7%LqdxBc diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_wininst.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_wininst.cpython-38.pyc deleted file mode 100644 index f8542ffaedf389dc2aace12483e951ae5d3d65dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 958 zcmZuv&2AGh5FXo`A0-Vcg(HFpabOS40#c<GAyf$oIOS3hC>JY<m(*eZu)V5?wkLYv zG1?=q<SQp$feXxRwk1U!X+~pv=9_Ok^L{Ys0m}D-JMxqR{G`LC1b8?^wU5y#P%MFz zabS@0iD2*s6j$O5l!(QWe-jg~*b#)mFN}uqob09uJRG9h`)FdAFa?;=sWI3@s6e&O zU=pY{Vs!mrrnGhPL}xm)&M?fG6T+nsH_}(Ac8I2eC7iR0Rs4dVii#=rxoz$#UI~ec zm}0f;4I4Qsiz12BICDc2V+p6HiC)EWo~P+FQ$v>zPjd5lI5l~hsjIYO=Zfc1G%FW& zRD5;Ec{a+;BGT5D@v|rUPY<plL+(37e3~S_-#9YSvvDZ=7IkLytaLih{N0-f7-}sH zd|>0`lkYUN{LVU7+H%%hSuf_P`T?eo3BTV)E-j)$7rRZ#-Id<YPvYaf$i}WLT%IR( z(``_qYoCp+nKr_;Q0*-=&}!q@`JaGyS(~jMUXQ+s|D5J^Ddcxi>rp*IN3jYdthOCn z@^ewa1!M35_Hdo({v)m$jcfewbr?+gQd?=t4A)@cgWTwa!Bqt>@GfMggMQun+HBF0 zC~u=$DhkM$vu(b*{U7Tx8)H6k3tPS`Wj0M?DSc1MG*@Lp{+5(q%4xEGslTMg-l#{v zZt9{$iiT#%bXl)o)5HcI(6n*Xi5)e+J-Wuk5X(B)49Ke?{}}@J-4|<4FNv<DQaj== D=F{h8 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc deleted file mode 100644 index 7f8c4818437ec48d632128f4957b7914bd9f4e89..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2441 zcma)8&5ztP6t|s^$!2Fi`awacAYagQDt1;NA;AivB3dCNRFFz95ml6pJ+s*+acVoe zomJ+-_Q0i5{{qzI#=n#U7f$>O6)HSC^R*R+dKBmR&HMQIz31mV+}a8ej9<UF7C*a! z&|hY;K3rJbfk%B06GIH=sK5kaRFKHQhC_0<@FLIBPVN`IsAp+64~mUw1EX&d^O*k( zF`qlf<lKn}!w=A~_cvHX_lLN>b~jVH)>*C|a9vmTq!bd^PA(?!x?b{AF5@c6<Y}gO zJdvWVQlq;*2rTZvquzswqX;u({6r2T%z1_)m$~56Ys14j%UPV}*<o@5N+E^u!wHu% zW1Q+EP8lC3b*|}3kRI}*<RlZdq*_oWtk_uOxj4<r$w6psd@`cn6;;j)UTT_9S+mTL ziJVdml+sC2?HwkHGw@LHlJPQ~QZ-eY7uEpaP=XFpQB+yZZw&|FiK}v;!B$B*K<q4y ztn{ZN`ZZ&;5R%i!e5wpGgMQG#&dRX>16iswQ38g8g$sI{io@d=ASk*=RmIb6JY6Bm zxT0erDNoWPBgj)t=ZIM6*u?A7&_|h~>PXZ%gFwO7S6*q6R275>n1FE!;gb4krjIOg z1@TQe9mD3!q<~xqP|Kk*s2Kmh>N1XidPE;8a1MbgDh+Yf()cx7ndIUy$=|}lQsg#G z$9XbQfO8e1B^H`6mf5i8v=alQRiaD^mL@K3(d1<wMA-!~HRZY(yFhHf^9?*oVuTue z7rnrb#y^u8nK_N~5{}&kp1F<7(BnXjG;Ul?v@<5>L>*|Ck%rtr=lB<_N#mY_r1oC= z%xTC4!N}^nx_6E)$jk#>4``w!=y?mh37Ywh2Y!4_tXvP|dP^U_t;;s<UG(V3S<nO% zJlkkCUItC?0)rpWZ-Tjg2>Rht|IbVMMkBNu{!7p|)RW&EbQ~UUHZHvTtoNMEHuYBH zH=E~Vf+lE89y>3v{K@VmfLQb`1-i2>OM$)FwzaX{*=YLBR%19jZ1cH4+p+)cHk%Cr z>Wby}pS$20VhW96>weqo3Q(Pmvyu*=KgdKvVGXFLOt$H*jy0u&kJMoJF&)h12ehc6 zNTKvA$(23*B^=B-Z&fyL)VDf&#~xKvrp6+ay74$|gT?tg`}r+_EEHBqE*(NKrg~aI zYv>Rh*h4jF5%ktj)Viv5%re>fMUqOP+J081dCj<Cs@Ct0!qAhZM5Vbb<R(nfHh-#R z5?2B`o1CcDWBjn53`r-q1tP<%tux`e4KtOMAXTQkb<KfpJ?Qc|m*x;i2d36F{i=0M z=V*N}4DGS?p?8>fusAx=Zr70FMT=02ZVoN9lIEsrdkbL$Ai9!Do@gF}bDgEJiLeL! z;cn|Ho{!s&WtO7=$k_CqXnsQ&MA8Ro*)yj4>&+(G?3#*gqpjb?H42nWEhh@Q*qA08 z?eeG4WHo1ThhD8>DEr28Z_fV%$(yi#b#Gr6)qa&#dp2r$zIT>=E>8K;XZy-rk6MUa zt&_0jA}QJa>cSdT({`s@E_e7Y*j6VnA-s)4d;=3q2zgEZb=`pUJ;PgZTz4C!mg`=C zefa+p&kb>(_#orH_Py({GC#XEdWQeX@0&GH*!}11{WW-RK)Vn3auD0-$8j6RaUocp zbD;Zi{G?8DlNVU^;+Tmvj^&523mdGp=>x+v*){1>rWgY3?sWMMqnm8;i7}doYqY{+ ztHy-TO1G|%*`(cFX~4&Ukjj>8yRl^3%8jnAax#K^$L2G}mf{*TlU8Z)wZWI&*1m!+ Nk5mBDRopi}=RYCruUG&8 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc deleted file mode 100644 index 5bf7a4e4e12aa9fbc6b30e377c9c59fd887718a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9899 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 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc deleted file mode 100644 index 091dcd2a617fcc63087c47bc839c8ba4e433a733..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8645 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 GtN#NwM1y$% diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc deleted file mode 100644 index d08faee595d5181abffb2dd96555db0b81520b1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6505 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 G>i+<jI=x2# diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc deleted file mode 100644 index 78589fa4d790b1de71e6e4f6a58473b1d7ead328..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1365 zcmZuw%Z}4X6s?C7J5IuDgr;F;B<~n6IxQg~0h&RK8i@_+4PxU>$?dA7-Ev%}sv?9* zuK;O2Bfadu;5%wNtN8^saIZs>ZlJ8XzV&dObLt+y8joWF?cYbgh)<l5|8Q`*1u%FD z-9CgMNk$}<tfCo(H?P>7XPn|(PzCc|)}!P(kv-Y}KxAL>_dM%M_L8Jw`z$^*Dt9W$ z6Iog(%6h6HGpcafyp8{{iB!|FRx&B;#GR<*&52S~VjESI)3V52sq6TE;6RR2>cc}l zpXarNlvjFI;QZyrVDJ>Woj_0o*piG%nsLcyGz%n`!3UD{)=Yt8C?gn$asXUoKiD#C z|0p)BCpfu(m3GS8ftt<sk8`X3_Efbmwu+KM*Df#XvYsUq+;ip2QrYBB5S%Y6_c(F7 zN%XW+ZS}$wDse`sw4gwK(=bO>htMsSOp+xL5MPoDidPZ=h(ID2)CX2o(+gs7-{)rs zZr&U;Wdjtf%d2X?Eg$MP>g2(JRc_HZtt)#uE!KB?u)T#z^VZ)2DXz?`vQ<JiSPgp{ zsURmp+uwJaf86+k5ERo1L3g19(}$#^Yocw2?9C8@zX8s;0=);b8|b?`=<l~(0Y<D4 zdIwxXvLq{T?m0c9OL9t=R6t*`b3zHc`TBhtNaA{uy{AL+k=-GZ|4Po7>#sr?tRgo! zjaS1ZJBL%wDSU?~_TWUm<g3w=o(8bS;Qs)LY5!<lBQ!!g*m|Okcg||Zo!!tg_uie| z^TXp#TlXuZV}E<5oY-iT;#-{ziZWveo|{E&u60?ZYQr%L5YP9g+RSt3nYKP?a(Cjx z{McfWp>ggbP8yg29)$;F<L#{q@U*#(3td6BRWUbV?l<W61_VN58g<Ve-D5FrcLz*> z)lnMxNQgS0D<OO=#9Yfoh51N`*NeRRwlb8;7N+bB=0^*w%*JhI1R$Nv4)_w89V09; zZnGF77I5|@=tVr@23OM1heAkQ2w~8>{u*jrxU#a7LK|h!%j=)No9ynd`|@XCKKg5| Q;R(9gqHO_-jp&Gf1*2bG;Q#;t diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc deleted file mode 100644 index 1c69cbbc49b92d4e0c2117f8d80f6c46e241f4cd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65266 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�lyvLT*dtuo+m=Ry}MU#Fc)=AdZBca(iLS zBv0CZf>qA53U>8Uy#;RPS2>^g1iR&0td~k9ELI|uH_j(2m5ZxY+dPh|e5Hc&kP}(f zn+q)_59M7^k4eB75UMSx#39>)a6-E3Se(a(%I!AzwiVwP*e&ZvXiT}F4Z2Ln_Z=?7 zi53pUW-JHs>)*yL|9?^Pmz0>7;5(L0Ol*At&ztk`(SJt||Fx2Ts^pKAgi3x#$(TNT zlaj2Gf1!J4l$<4D+fB3h^Y75Jl9IcW>{K$X<WVJN`*TERPmzR0b6me{n=wyD=jcz- z-}^2C)Pt)3<I4X>I(trMH6`NC{YR8MtRzr!QOQ{)FDkjF<V__qL-S=h<o~xyeoe_M zN`6Dh_bb`1>VH6I62AInB_@6NNu3D=`v1F<T}rfA_`*;AKh>Fm_aEy_&^Ca_3>J;k z*LQpmzd$)6GdNTjxA>PzrD0V2PjvqKnLBK6E4RND+$;aSo3Wja<v&S%slwqxzA%QV zQ?bx3Y%GiwvW1Dl_QE(mUiVH;PUa@3xc69LvY@{r!5<36y~VwSvEqL2Z!hGEMaoVV zrwa#p{%~Qo@S(!(ljFr)adL8;x~2;|__vR<Erl(UcNQ{*Qh^fo@4d|Xxx72eWf%Cq z-XC3Jf~8{|Z30I6UZYV7)F;X;$sV=fr!`!92@3EoMUbM1{Ph1oJu1@EY$7q@l<2ay z!bY$428#{T&*b;k$^D+bjRFl#cr8^4mJ45ZhMFZ5J<iXX^?f`=wP$F$le`wKpv!3j zONpemZ6P254<qTq>t79yQ0#At^z<L%UXE>?a{j9z`mD2#7E;Gi-K5Q}m$_GzgxX)% zQqaqRNib!{JshB%=`ke;y(~*?%H!~KJ-w9D+geD{*O6BaJfm*+%-&9LWd9)#)i$ko zh+HxSo{$m2TH3BvV_Jca2j9orvJk7<p2xoF;zJO=8?Plvr?iu)mJPH4yJUU7maqUh zY6mVLY7@b6c6Bx`PvPkGG2P{SlkRs3al$ulT;HrcBu$aN4MqAEbJ#*gq<_vui>)oT zc2MAJH*NJk<nX5MJ;pipHhPJ7;MuR$*K}0QJAWos&b5OFYR${#oL>(X+SsVFNcV_f zx2l^(F8l1%&-wp7gFJ6LfZ~{ME5AukaJH}dn3{K|9BVtb=;JadgR3y}%=6Ek2=mnH zSAB>`mjNJ*_L9%bNrkFswwo1>w)PX8Im@3f09^jJlzd0Y*Yv<Z`iL&2TOv9l8~Fsf z?1T9xUH*`gx0U<|iS4Ma7Dp1J0J}{BR4M*m&Dm|5=Dufngh6#d*<ls}|66*mwdFr> zR?ZuN6yRe)yUp4%C|hRPQx9M*Ls;UzE@qiVuX2*eX3|<IC6E{Lk`P|Dy3Vnb?e6|0 zm7DyJLMtfk3GrGaQk^U@-E+deCJFSLS3Dk5_p2t*n%3YP-WR^!HAEzfzSktxtPQlz zpnQeL1ss3Nc2X0_$hBM3?v9HEC)CFg!oq)w_X-}mSRhaV3R{~7Sokld6#a57O&wn` z9t|}V`Ch*GEL2sRdKND}+sQ@Tqg=A}j%){2Z4}E2+G)LL3Ma*mdd312j6-B6gSU~* z=e08oCA9UgqG7#lZOZrB1Q8$n>czL$^42P@Tzf9Qeeqe^p9T1H-KRcXui?_rGr)5S z#kMa}-6Vrfe;Y}`N_()BpA9-!8nr#KJTY)u&^?Scgvw?O|L>6C1#OYN=dotnLvIei zqFM7UD&q@EOvxkobOs@JDYNuDM$Qwr$(DHHfadBg?fwWWRjajJXqzXL?GIHz;%)*^ zv-<)WbQpoHa3b1c%n<rt7mz(fkwjXX@R<vbfm#ZNOKV#ZP${q~N=GD*Wf5x11yCjZ z+YyNjfsXLHz{ha=5!%GyKz>8?;z-xsYukXqh6{Ww1l_$afy=&bVduCb9X=5>cP4h| zh!SOo;<unJyg&zGxbb^YxF$@IJfctt!--47Bq=G=r0WO>2ty3H4%W=z&XM=uqSVg~ zmRiI3$d&Z)pYe)6CD%Y<Xn^8sq5HUMGICt5ensuW&EAb0@ct>{&^InO4`EiW3hRW| z$D|yun+Vh10j4c1Z!%n4h;c3Nx3E$ekr(6;XyNGh*!f0tE~E#d?=Nu1B1{XC0(4~i z(veMdTao=A)@{;)uObG3b}bQxtm?F(qh34m@N+^ihsq_?aAoo7fT*2&p?c|<)pgpg z%@lPW8J?m4Fy)_{e^+v#cY%$>yOMalD}g{a^LV{ppGnobpL}R@{j(%aq?K}rbe+-u zLw<mu6cDD7@V~-Ym^~wFn3*jOz6H=>K5|qG$15jV-V3#b<9v<5^9BD=st9vV-QxeB zs%lzyHjcE~xoViq;urN?ypVh%T-eiC>Y-?7Rc~>{vB`xqwjb-M=fkX_?{Hkv*KlG| zk7A)v*V}9Y<+P;K7RqCaGsAfex0nw8961aJ2nJQoo@;7@w+xO_9sjTDlL&&(M$|di z(Ia!t90q@<H`TJj-p2Q&cGzT^bVt-9;)EatQ&afK$t^~))0l4Qp;@LG))UlemPza= zCe+I=W#u=CgO#8()xFWPnfU|FBpEd#AcOYdsT7l0%<=NjFQ11=C19vG7M&BHf*FOQ zD^CdR<xO}w=13MQ#;7H9^=!Fy9dVq|B2!UKI8X(9s6UU}Yclu=HXGFW6t#SVb3}C1 z3KI7=f$;axGIQ?0Q5Q#g9N}~8lL!TKINK6x3?%=EA^9mHir^AUi<zk)dhKnW41SAN zZSkgEoojgsT)nNd2#j#?w=V9HV3GP$(L8c{*Hb4;gq+Bxb)Vx_cVw3B=sxr`0&ynJ z?2|I<5pHBpp=v9TnjPlQlo!>=vPKik6bCb@ZsGKcFPwPx)KiC|$<W<#`q`srbz|iU zw9SJLR2)D)_&}VY5NC*|&o459-Az4>tYc4uLsY))_|daRO_1WqCa1Rwtf2FF(zfdU zFDv<rf?dtL?wA6qA{|Hd$0d~4cl1ch5=L#U0NZ})si5NWQQJ9jZN8Cw+20OM@8<Re zhxl(V8UnpE6^gV!!!OuP;^OrnB@t3j%0ExBF9+lGB+b1Fo#D@r-2(K4$(uq~{RYqW zfohCz$RTF$?v-pq-bS&bSzkTe-`9L*o4=3thWT=R<)k8w7<M84D4T3yjpghh{*m6x zh)1jJ@9EO0z$|-s!0H-~*}~m0efrZ6Ix*;7%JiZV87TF2;@~L4j3~gOr07H<FSDGw zEh5d&*NDE)sE7$j|4?UtORsK_glUD1G-k;XBlSK^mW;mq2qy`1oi%O_l1->Uf=&^9 zgeK-}n~(!P2}dOW6;W4A?qRJ~=-5J1B-_xR#_I^b;02OeqD=6ca>`4V@vSdsJR(GR z**BAA5Q3L~Gf~D@-W%hXui@|Rjlao+DUUJvH*l{gZ+4F3-juhA<Ak@Fi8Jksc<9a? z?QiYjY+sM7`{O{>Mruf)UhkZ=?;o<l5Il+AJjO3*kVvCafu8K72y24G?3%8zuZTS6 z5!p&a%RQnfOHL;}0LTPb^!Rr@!?pGp*kEX6m$VX!d%Mhn4dDPWq8dRI&zg)a#TI%~ z4p4@Pd4C&_H9)M*Xaw`;5N$#lvXQdllDVD05kP4js8oCdoBvtk{TU_q@G+6R)xE*0 zJi^^kDEKJvIxHwKaVujhVXN(DO+2R4o%4g;8O+7+8=9Jw?yINX<3dwYst#5JS%)ZM z7?adR4C4xl$Nx2=C~@XVEXn!+*8M?SAqX4G(`UTQ)#Sy8z~W$SI8r*EZbn!M_RNap z_8)S`^)ab{{0>~~2CILPyb^2D(V3{EmxCPF20s>8$^TgiLs<u8VP@MhV($e%T-ki_ zA?P_ajKG5PA;hp-3`dj457&}G=<=wHe?zIv!PSz$t`q{7feme73-c$TWjcn?&fZAg z?Yu*UA%R*OBZ-f~f-K6|FCZ8lZ;2+{s2N@UC0*_iNPI`*XSiXH&WvDxLJy8|$sBL5 zV7pXj^HOJ=<u-^d7XzZmIZnXerQC}uyjy2SbT)z(p5(zt1Q14?0}#%SM8vnK2SrSs z5IT^d_WP6RX+sD?4lZ&zVZ6583^oGUA(#<`*P|rlouEGL>qEGbT?&dmw{rS#8oe!8 z%3o*oXZpE-IZz*xn?M&R%yc@6)bC*IH6|xYH^CbdQ;?wzt`ucXv<Oqu(a&)V{MG?0 zJ>^RH-?TRh_Uw&=brFj$R^{cpdtDqlw;h@{fQ`<vXi8U(fy;&Y?%0{CMV>)HCXDF+ zGe)($={Vb%o8C<3B8ohE5>xHt8k#;z_~#mb0~-;;{<n4cvz$S~Dqdt1qSt_-FKqaR zvi^b+gCWzB2})uu*%)?wP8Q(b#_KSIg${O*F#-?2%lkehc({Y&rjLPIRK##lKX%yC zl5OM2S*pABrjeJ0;n2WSn^r`JbA^B<0`jFbF+fDRr}m5j<q7V!)Ci6=qPzR17Y+2q zP3BR0jp6utPB8ftu)(dj_eSUVp{>}tEa|Q%h-ohopZTvL_=@(9hO<vpavhm-Q-^@i z*rc@Cah6__8PjVTZmDi{(OZL>)s?e~-f5=tHjX{~9_FAm7A|>iX4|;$r-_EcV_PTL zR)z%y;n89?+A)Uh)iG0KOK8*4)Wn~p@){pB@zXbT6UHS&-J|~Ob<YD_^twlsvbpID zbwK(exKucOs0;R+p=>Sg1v8cXfPTmh^ux;lf`fMZYEPFV(5Eb)*Y}C_P-Ib&8{O?U zeV0>44}F?e_TH!cAQw&wt$=0MV4a;}wIfd>m=REdM8ArVC9!VGf51zwJj_)d#sGN| ztA6G})_;oyg8V#humBZ!P80@Plvt=ZDj**V5_Su&>p)EIJ<9D6&c#R8WCMUl*U$59 zC|LWG*677OwA2xeLhWIW?X@H`+`@%{37p=l50>{I(;ZFwSV4A#l3^CJR&0bbjcUOD zTp}7^7ab*NRgCnnkjod<zdI<LVCffm=REKo#>f0NMI7@{LSV=ic%E6SdXY2z3HABk zRq~#a_mvo2i_Y-1w#c(8;S+8w;cHeqdc`2Y5M950c4m~SR-*gV$Z1Zb^~j`(V}&~l z+gNte=r-~nOnn}pL`;3woK>x8%S;VB5{@~J_~Q^^++=a#_7`dvN@4VShX6~YEiHFq z%DtQb5(yJC!s)$I6!OrO!gMU#<~yPa48_f)6qBOXSjF(Mu+k1XI-5xo6{it6yl2aD zzYpy5)lEOqp93PdnFDu!KvU-iFk$zjCRr)*7x|6D6ZURN;#jF*&Cx17K_KGR0o@Sv z^u2z&zuC)uiwZzWl#EM#reEKquk?y}HN4NGdT*U$g*rfk+JHeVV2?qZ7nhc>rXWs% z%n|y{=~cAy=*lY;qXE4axwrQU@^qzipM4g&`c=#m^K2MM!|??sOAzTo4JHo=MCS#a z&nxMVM;|7i<H3)|gCY-&Vy=+!b+>%`nG<JUJbm{0=bt@OIrHf=mDB7ETRD5;*faB| zKJnrSoP4X7%J6XpXg5J_4`Y=8EOr4$w%s8fpg+|SR*|)Uq}@3Q1HmH6ZpAvFr#kU# zORIA9N7SlNmy*{R;~;CqMU(>_BNuQ0!uTlK*~ffVWk7_jj#Z|$3ttuIi34)^SG2?z zdtkaaRB$beL=BD0X5A>VSH%CCJnR-76;5I&F!0{Lrat3`asgEV5s>MzA*M{vgzRm> z_BbI_5A%p0>^*e*9A`{qQ1Bdx8Ectkd^$kAtVq|?MJ&+Q6G&rC9%~*~#OU@2@*{yi zk|q#7JEtMH*`9EcB%|50ZUaguJiMLZ@8;xBhf~0~L(oP`8JaTI`l=x0_ejFRnaZh` zUO093gwp}tsRzc>GsJ$i4y&FEGm0r4rqS_-X?9l&Q?*VxReRmPuFU;T(`;wgxYgLe z{g>5O(lRFqhaz-5ne<;#fAQ=62^;BW{WZslB;PD(DWXlK(EI^B^o}BR+A@Y-v4DRX z3mOEBEkxBSudsnXS-*^>F^<)Z_Bq>$bV2r%o?F(9{CEwkFBt){>ofGCll2<u6Fqes z3COxs#?FYcFvYEEnzF5FWFAFX3A%<zqysLlpfv(RS=+gQID>3=?Eo^u9}yRWb%Zrc zvSl+22C~hhseMlS??hS?^LIOko&uX*`wCgOT6GSS$y%*1$`-YP$_1=bZ49+-u5^?h z304=*M{gm_U9`LPIVZPXz&t~tF)&D7Fmpco2rc14&33&S`c9|Gp?4y+o;J^p_6KiV zIcSZua1Ygz>yVp!%GCh6j9(IY{9?8o_nHb>RfwWw=tYOVUZ-V}8&&5@&p1BBJ{Yx= z>$)KBByE|^BXyc=e4YB!YJ;=|MT<|d!076}k&q@b3H*Q$ch<VqsQ)nxG-GV52(^G4 zWj@)B%v|qGt&hf3rp2x`Q7M{yo(V<Ao6B==P_3~xu)R(O@`!k+KE*;AJcqB|oVFOp z2!<HM;!Wuq8gDzbFX+qY0;}hiAaT&_oEx=8Z4Uv~^yGV4yJEKEi?}z63s9v){p0!& zDEpv3!m(13KI%*uLa;D0y<QmV51T~*n$?HX8KY$JJM4vhc(zG52u0C{V@irGID;I= zxQV_Kair7k3=Fe<1`%mupuV_D{1)D3Z;6alFZpe{E4G0y&AML09-eMdG#j!LslkBl zR<jGc*MU)CHpoW5?K?wn6C^jSS#zZ`nt|$>UQ2tRYJHBAEH5~ZAFRzFdRcoKg9I2( zYn0S6;G+F<=umqbfIg$|Hb#KVV45IWZ7J?b!2a=3H(A{Q8CxAtn6p#x(JJ}c*FK7L z2`0P=gcT4mat-BkM)6gIk^W4d?i2vT@afs{{-*&0r5lF&7W9WMb6}##Ex-&@rrm1M z!wzILDglNM@uVmPOei<lb~|e22M>yyw@f60zt@-rda)`s15>w6S2Sgroj9V?i4MqU zUHcL~lZ@6Sc9LgU39)NURlEPpAF8>aQDu>F18w}bkKD!TqA5)rWiH|JK*J()WxFZ2 z0l<=jMawZy!f4vp@zYQ@cr?qF4SL(P%wdi`i~<0VPBDC*WeW*_Xpt^nH2{L7lwlto zLZBbsYL$G@<d^$s4_)C2J-7fwuthhUakjcz-${@CnS08*nYg}muGhAP&`6M%TteC< zTfpd}E9xU0ZPXLDhOv0@k0C=efS8K`GX*)|oNr&UXivWAdWWI3_{Qsp^>l<H`xr}r z6VvlUi>8CBRV`6kl58n9Y}Z2tbTa(`=AA29NG5AeZ@EXC<~Bw*P_W|t?{rImTG0bV z^)i?XbR$&@n6k~(Au0`_6zpSHU7R6=x8`2rz+PZ1IsljgPheF^OI<VAK&VB3h!6q_ zjVf^w8#-<z+*d{ZNX&^vcotTc|EIMx503M!@A%$Ytz=m~Vml$n#&)n2V#OpWr4SMu z*$yd2b|Qx~o4{tHm1M=Tw0>5K?X4XkP74G=prtUqXad6#dN74)%O9l-J*J)M#SDLR z`nFK`gECB~Ei=q?23nw>@9%lf)uu^ix|)6U?t4DR@A=&ap0$t7d*&l)t&KaWYplSN zxGWz7D;#T0J118k8ZB@FL3;wJS8H0uDuqCP#z!s*Ea7e9rwK*Uc;Bv5G#C8HxO<>Y z)<+6$h1G+Zw+zz+0LRI#Lhx1P>fLasIL*QfYiWf+fnpQ;7`xzlr6UpxH3*G1HCw@r zTw<xSX=c-g{spf^z#bMvc?H@>#I$c-(aQDC%W6O$6K<*O{vzhSZ<op&!}+)!&v4(8 zR;0_G=G#5N2A@L8QW*!1q6vM#>u||Nc?3spd0u57cUU3_F+qyiY3WCm^r!8mn{lki zk!K$Jh<L?ThZfuPhEiU<HkoJ}$vTJ?K$R_l$@2U;D<ZNQCw(=ZJe-h2a;Ef&H9f0N zHm7CWcE~8=bB=i+_MBVHrW#C<rO93mjE9NK($}J}>U*#X=CmN|M2V%Erv-0x#smdW zuJsWnT1t_2#CJcU;1-r5J+v&a5UA)9$d09qh=G|!XU{P9vfEjO1raZ|n&vUO_4zYI zhAHbAD`b^MxXkHrbi6CcmzhxDRtjqaUT=;yg<Y(V<Gdh(r0W7|xqWo0ZebN=l{X&F zA;@=v!b+zP#)92Ae=jdXjRm-#eT^iWX4u`G=rDbdFg|u(?}JH}5)Y$!w<JNZNCTsf zKrz-H9OQ?<5TUpL5FWtDMvf!gi4d7D7T<uae02g{CZcf|DUhd59r<c?76X_Crc4%E zALS)Br1x3%!GtWtpyv@d%+rfNn+Z_^CKJR5V<IMYz-)qh5fu7n(%KX8@h@#Q?*f-1 zAXy&_Iks3h%V8dp)@ebBjxc}8Qi{2mSO&0FW^bQpEocQq2_Fm-h4?XiK&%3{r%rkz zfl?-BzI<csX<7(=1&czU7VIuP0uc$>OwY-SV*!vs`7k}`#XR^bk(%L2udDI+K@E{p z6<2x|JmEpY*Mt~fgpLP>s5TNLV<OBWOiEfI+%p+DOYvd?PinxTl}VaO%CquBVP^k8 z_;NpC0072^D4k3=?X=ZD%k!Z|{xlrX3*!fh<K~I#S4>d+8VJ{)Yikh>g*UoI{TfD$ zvZZvPF${_FyZy`X%BH_(<0^cWR-bHcxy@rWRbZCw!7Xdu@r^&)*E*c$YgY7V-JxKK z6~F#IyfbyHwY9Gu?(Lj-v)*XW&fD*d<xIz8Qgbyw<b3rc9<q9$w1UJV7N0Kqw^H$N zLnHNoSv699@-8!(CW6Am!aQGa2f4tV=K8)y2Df-hE1DaUUxV+q(cW-Pro<j0hZ9Mk zdJEBAFHW=*r<<4m%IEX$Q5yez(I(41BZ|L$5PJ~K$Lhwex)#Td#}I%g9L_O0?B74O zGYwoXIu{5pYySVvkr24e(JNDP<h>}&(3B^9!b)o@t+@1hk!7Lm&ZraWtNWljT#1%~ z4zFzNU@#f+ST8z-3mOJ9z*Xf0Kz6p1FUp`L^Y@Zp<2q{PSvJwUtZi(zdzfSMsd?EH z&x_9duzI^!U*E9-{9|_mnUkn9Y}662999hVWv(ij-w!J0nj=$^{vI$3FYd5ZFZI<~ zdpF!IWD0lfUjo(eI)G5j^&WJ0lH81vbVsrJ7TtX`Dj1o)0Q-I3yM7LzywLGZ{B-kv zt+Y>R)29Yj$;FOEE1XwnO$&@iv~uQD3+@6>%>bSdP~1V8xqB1Rn#%`TRhRI2kpCgx z67s}J!k_8*)pWeLR<e#C_8q^7JI@1vA-=<SMV}TITJB9Bo`>e0!LM5~iZO3cv!#V4 z(6YL_zGi8?7@Jmos(Y$F5o>2#^*z_u<q$sE8<JP!%Klfo{}7yhiFW?5u;+T5627P3 z=Bi*$aY~EkcCldur}!5X7VvF3(^_1b>mR5x1JynCL<|u&NXiLa%ezbc!^EQ!TrD){ zT~-yLZPt{7_pDn^Ul<Rc&{NGuKeC7@Pv(Qx91KasR7Q18<l8Ko>&STDeZD}Z#q~!* z@)nHB8Ss|5Gi~dB-Zf}Ye+NcMigH%3RSe+!)ekPh!sy<m*4w^*^U=O0dYW(dO>Bh3 zm9VEvMsfDAHoIMdRs;^?{M;+`3uhUok#mR1Mo5yL=e+Y$2~UR#kUd1ttG%~GkgfWk zuq&EI#K~neB&|sC8iIFyg0rg~7!{@-ri234%gZ-E(ptM2X9mxS_+&q-LU8V+>(Oot z#WCy3(J0-IVAuy3)T~T^hN$aq)}&MEn16%Th0`-Wq(PEFDpyo3TXSkIY%kb3OwqE< z%;{|O;kQ_LADb%-8`EW*3*ExO{&}hREJL4&XC&{Qq{*2XDRQ5d<}_dPbPSVCG5TR{ z(Sn}|!!ZZ6)TpXnbI0<CiG)pog_LLs2PS@LSyJu1@HqKIeXx|7riwGYE6uw|KxVmb z5$Lf^G4eO8_Qow0l4(EY+bVa%@CvZKpO6}C_N$<bzv-%DIUUr=#~F@+)wDHspH`2( z*-2&Nl%{jznDP{ZMLn+j6r0G(E+5auoGk2@@#~z&#jjm7f6glV^7_O$)fi^qJU`j5 zv2Wg=?2oV?`G1av{-2xX$Git9=QoEwpyM3FA={p{h5haAD{Oyjdk4_GGZ>ln>vt9u z)jMMh=%IK`D{XP;R=wx?Pyu{XDiMyseiVZit$o%5asq=Mvg}gubkOnnC2#^=)QSiF z3|fvL&)`FlX8~{d-dpV{Qk_koTJ^djG?LQCr5cV#i5DdH+f<$xwAY|l&rOGhT0P7_ z81CnUraeng+$wGPVhqdW-gxRwQ+jo#;XEJ_CdF)unmmgs+Cn#FjaB>$G{s6l6=s5M z&E|;*-g;!_t<7VH?wcXD``%^~+i~LDq9O1mQX%vt{Efw~=Asvh($i)e9&DB)yBxAZ z67ywsLSvc3?TiEm$xKi6U71;`>XDYKO@%@|U;sdqnAXR{Md=rDpaoaA1<Mg-$0AeW z0in<5poT)7^jCzU&`WY;PUED%=GI9+-^xs$Nr19~Dz;G4qQtlLB_xv2&mM*2sU@_G z*fC;gKpgWTj%HJz8N7JELu1V!Fc{ZE5n~=(!t5f76pYvr&y7SQsR}Bs{!AA^&91al zf36WU{8@<tLQpQ?^`9Qg<njz)2%_U*)H4{aoV@RqEjMCD^X@4@;JdZS&Zc`G$G#SW zA)b62-kIuNW&-ur_|0-xG6pA4`6FBdKA<Q7*cG(_uZT<Wh^D7!E+pz60Z4({!fGqi zM8wa*tD<jUV1;X25yprgX54`2{k-uym=L<Bmgmn;8U6ChUz3Kyv1})N1hXe^qV8Sr zuK|0-&)C37=Jzu~{}97?1#WxihB5NDZy26fJbbMUkD_sWc0NiI<(hDL=oXP1&`^@E z^D^O*ZIaV4d_~;X3%^jf-3TM~IY~Hu-iS3T_!&*&*LYqq&LWgDeJ#pG5DZ1BPT!%6 z-l@%TuB4YA=bsUAJVZSA(+3E_X0v3H4mf<qH`QemGK_b_!zr`0`>xKwq>w=j8Cu$6 zdv_XC%JD;P=$FHRFwf2@1t*CW?i^^BR^W}~f-cWbV5i)BQ#{>K{F_W8aV{}|jksU) zYB9D}3U=d%Exkhm2Hw$E3nryaEW67ZCb_+cp~cJ)louVP%FVHRveX!nzA37<UbeTm zkLZ?P)~0VY{SwFiH6FOKa%JwwXV+B!q-91<jf;Us-gR2b(k5t4U1ki0?!4<-kyIAs z(ZN*ieUq&@PSHU+~(wt1`S_u_S)?_H6G;rNP7V>E@D%4xoqCbVr)Q>ZT|w76-Q z7+i&3D3_=0iMdb|eOMTab4+0g_}#tFkNM~6A$ZYz=<n5jk<dB37#c&(d+s}a^2ltE zKil7dO-(JYj%Uid-&ZG$8zKjF72n9M1V*Ggles$6Atop3P@Ny1JCxQ&QO%bjCYO|e zk#TO5+g{K&v*7`np02)Ev$>di+x9Td4r(kXF!MAl#0)J<?-vCpzp0Hv1?c=I`R9IJ z2eLEeKFx_Ase2lAR2#Y8D>EJQ)1652w<{SGj%9avmfrl>ALqHe!%{MQc)&Y;m1F;{ zci7TaGNqqDX|@e`&kTW@S<gK0K5Brbhza*WJ^vnU#LRda^8x)7QE|eX?pL%i=Ta>V z_iNhNSg0MT{@X~Hccq5wb86s?3<A!jW#ZS7A!`-B1Vz=x_@eu%RjWEOEIm+-v==ta zbKH{o2!s#v?e1U`am3#5^l7|KC5=s%f~}$Gm>Ptm?gw;f2IjqQ2$GH`lb1C9V>G_P z$ePHAa#FuHG)l8;jp}F9=M|C3N|HOFLa$)UYwaE6pr||vF^3tiwRb8{h5Z`k*Dgga z+b=QY#3&ony_qv)nXvtF_F>X(e+&C6Dk_G5EBjX(o31Bsvw^tEt<dM*!-j8<U=-|N zIl*NFmUmwEd>IwMjOfJWDk+NWwd5V@eyoLM#eIAvyl@v$RVsUX*y8$<@&SgNaZ4t@ z7^&~6A2~Gp0L7<gPaZmUZ2ys&llMNb-<QKfeDXC-+)X!37*d|pp4Bx;3iJ?d<qI5j zn@zk-qg&z^cvB8a@ctvPvGE~sSJ`4mk%z8K+g?-Mw2pcw3$YcbU800T^*6jhZn84# zHk<oi7e7{)$q^P_<FN-1$VJx8Poa;PaQi0qd%p7_3FUWQd`PjRlXvdL^JO33)J=)6 zZ1gmhmYB%ALudLMIuVV;O^iu2dhGh)o1Dl#*Z-P1Iw$CiJ{fDO5=DE2xn|-qSxvUD z6<3HOd$vqe7=D~cAc)Sm)l=H~A`!pv^F)5J#Nc2???XVt{lM5RAMjcYs$t!puKOkr z53V^vI`6xES);?^{CxSX`+aerU|YCMXN|5~n2$4%HS`l~(bN5yhV;&=qGFFQ@yl{z zo9=3ea9pu3LB(8tT~P7lF@=uI^K*0RfnpZxTG)m*iR&P16@)$Al&QYUGb5={73DBm zx|ba>%amWS3^g(mFq*qyd_-4e8f1ix{Pf16aSPih9UVp5YdA{Go%RJ5Z(ungmi!jD z#>UY-tGzXU)cS7P8x!+Bp;HOwGK~9ij!h(eBh5X3y=z~nZ@wWJQ)iUzL8z|#PB!Q% zC992#O8_?H`)c$Nt2+Uwa1af}d|8Z`ij`AX9IRKeL~C~tph4kt?hJF>!1@s8qtZJR z`B0o$iA*>JDyWuJhM8y8l#{{e?(*5!ovpVea+G@SiWi8_=V5al!pFp9qC+Gj0eZqv z|B!Zc*_U945TAv2qj~@bg45#PDLj~x{%24=;*V{pFeq|8MhXv~UBZtvKjydX9%e7t zB<Qi{fJHh+zk@9tP)^EbmqL=3+RXjC?oxan+<zau;TfF(`X@Ed6+O7ThI+f{WI49H zAUHdBygKg^k8xko1N#6%4h{zd5TcsUGuSM7JF7&bvVJIiOz(;f;Gre5fm;&X8_ZwL zPNa-e;!r%GcM1A0=bwP(vKdQ)BTgu)8k!<k1M{4@F&elG$q^<?jd!p7;6o4H{I=e! zPRK)nAf3?5!TV{+#SP^UIwL;^b-P<8fs+gk=_xU_&7E@pMmyo3zR$nLsFFgc4P=Js zcNcKK!(DIGAPGsD^L+oB*)V$<`H<TOF{2@F)#!vG5HQcmAdM_p@~grIQVzkG^sV>j zG{NG-XuaTo>KDrR-2~a;Xw_ewET{>3JpOyLdSPfEyw=;fVPgGNnW^P9@c7}>PO;<B z+37;}TDiEB(xqUjF_qItdnl*8$|knl9FCXgED=#?Yb3Fm#x4DRTb90}V4`G6B)XtX z?{2*%C_PFY6Zc=VV+INN3;a(dd(u=ArLF09@gNP<g=qBdNv8B#>0q{`o8$Fz!sF3L z`$fKn`L?p-oj4TBAdD2t0k*`LG+Uv+r>Ro2oGnws&V5Vpce&(2HASPGEB3C*G^2m% z`}7QINA%Hj>i0C??rt_<QRFmoXh^wjImx{COq3@Swe!8#huKME3(-v?*~aQc^7aH= z5Aye<&p6XHQrwh{VzL};o%0HvrW86jfuSw+l7R^YCJIOZfL3Lx67g1N+WkmK`0?R* zGKxxXFaS0^F(P{JsC_Lnq`ZVw*0+yyx7fE?&RL>FSEeN%otl95hx%!<%%`*`n&^wF zoA9E=?mn-LNjjPxkHC{@vpu7y;-YJ6xopOgV8+HuNHC*FDfZnW>4k4u@(W+28e?Mw zLz#~z@F3srF*b?xV$pKuYXIx6h&d9z7*jvQzJvua_*M2LDrjF~gaifckF-ZXwxhNZ zHZ18FTTAtj;q}Z+h3et=>G?)p!v<xLc2PriT0;?|mum+wamG0fz%uH8+@#&sBxyoa z?H8dNJVRl2nNSrU49j$-DI0pzFAcL~;;q6)#dm^3#V$35aL6Oi(sE;4DuyglsM{s1 zX^Divb>Sn9#Cq{#EgUOxXS-kdc%9e0$4TZw#baZW?>0FkR!^^Yg6eX3Q~zqv2%ptJ z%9fM^a`>Y(3q0tqK?7>`gEXF!EgGRZw})@{BW%_fMh)K63>_*td?DqsqMTbYNHVZ+ zWaQ0yW4rQbc_F9Lhp2RYxOHXCiurNB8Hz9v71|?<Lza~Xmo@W)P<{wp*OWr{-IVDw z(-D=n4g-Rhs?@b7`<9&DP_&F)tS*!cS8fI{$9wgo$eCfEuyvArANw^~xIr;+Lj=%K z!Mk&z<(>ev+-KMXLnjF6JMwd+c6fd7%|Fj|myF`eV&n;ac>eXVjOt7IM($Q~tBWg2 zn=2!0V%F$Rd8279l+$>rm2sc5?W%hhGm=?AG{vBGn}%2m$TH%LUdq#5G)k#VIDT?} zo(EtXGCGhTkH6!__eCqF0+H>#cF+X(Q-G9GNc{#8chCy)h8fnn=`76hWAJw~hkeql zKj3A)7<tT01S7B*E)==kLtIM4V5|Konf61e3f}dFsF<SZe3ex9M|#O;^?d8wmo;04 z9fdm|R|hS^8N9xWT)?Ftlh3=P!tY`*(dg}cDV@&9AcAf|{50S03>&nSFd}lWG$!OK z<c4B_oD}%~LJ9dwQkCUQPzwA%N<1DiiAocaPr^$dWYxqZZ+^e!-cvDpNV3K6^FATx z_Q}P2UDij1Z<@XX89{PFctz%d_(74PWP&)+mczdr`y$$F6`M5`Kmv|DpYXeS_;GtR zyb}D}XBkh>)ra_}-0YoY1YU8p-qWQ*lH*oqKB(P&*Ua&Ik4zt$CEyhW1j#CBZ8W1p z$&7~j?oisC)r0<wO``@M3>qWv@gqS^&U@h%2?4a({R-E9K(i}TRIVaPQZ7o{B`xnB zIHwud+OVKR0&GV2vg5sHq+iClLY^}i5`?o(7dyLs8UZj!x%c&Wm}b2zeHMN-O~!48 zj!>#fp@_3P6V1-?6)?!k{&Svn)=Vg)I@oCWTnnFW9xzouz7oGC>{oJ~1s%M=Yos<J zm<hAi>N0_E@k2025_glDa3X}wieWELP5qY`2}@z~!~Aad1;!hCEX{I?@7>H#VB)Vd zaij9rTX})$`b)0(jR@Q1hFN$K9n12Y39Ja8^f6Xaa=L_n>SL1x5ncnVm!;@hg7d_c zpHeF%Zz`Wa$Q+IGe=}cP$~?cq>C8vaageX!l7vALWiw_cRPeel@`AZEIh4XeoW&m9 z{9!gA357840%@Rvy+lzavQG@HY(*slPsMM%Bihx)qA4c0+DKc~NSipTh_nrZ>no5p zloXJ*k&DBgw7n<S9^EM`j?(OHS}2O#trafkx*z1s7>ROFV5}A2195DR__J+K4DX7; z<He|=;TizQQqo0SM0~eliQY&;%FY@6RHB0=_s5!-CxlDBq`g1UVDT&d@cU&GHfIPw znPQQ(FGhf7WbJUcYF>z8ntI73&PcIa<PE(|>OS=oR+bhJl4YzH_yyx8?4p~E2FBgN z)xi!^nMTLZyZGB8Malp%t+6S-T51*dry4Mkx}bQf?Tp?vDrdZ`Ie_kcRwJ;RSLdi) zVYm?+mK>%;^L7+ScPFlnjN&L*4!qp)8DOk1dB%j51WhM%qE+#HG$%@#;Md8ZsW%j? zbTrDkgCY*Hd6}G5sP2r3ltO1^H2g)*UUBF6w&A`3Lay|F+u-n+LU4uAB6JxICGjmW z(>zH$St<{Lzr-8=y{s8}n?J1Ke>fE@HNV88U40(_y-%^D`=G)5JVy6!_;M7*uRng1 zcd1jMvC!GTqu3r94+TU)eyUg6|C-yhz4ewUtL_5RF1YcT0EIfpA5v078Y59(nhPr_ z6lWyyuNmgQ)i9gU5|3RR*A+0L;{(^34fX*ZZ+r@xR2xt{eKg=}xN)hd5QB}j9sVW! z9l54m5w!$A77xx-=g%x#AsSR8c+%#aTJCYUSXJdZM1z9<q-#kdpc`UIgKBhte}Ddl zc7I*{;fo)i<s~dQ9X*<1$cmhe88Wd0>W-XwP(YyY3lp%oMK$SjoMv<n@-Nu5v`B>1 zeA67{y7)AZxfoZu{$}WwZ>t%+m}b}`=Cm7q1jlN_G+!eSdcV9g$#icm@q!8vTA2B+ zR5$coOma|OKSKa5O7<c}p8H>Wk;i^luQjzFOBc6R9m~90O^O9qIY2;>a?5157r%nu zg-mK~q%LtVK4V5ZPfk2CXZVsy5QpmJP<uq<yywTTfndskYm&F(rR5crO&`5ilA+0c zi#NL0u%Snv=U=0&!w34h5)7->5T^B3=RegU15b*4dLG;bbRq+u>X5`p(a!D@Y(!?4 zb7yd0LD2=1t<r|?rP+7oj4sNzkeu33HIje8x~a_V8<qGET54f-3<qN6GY3#X6&CP& zmDk}SS3)Uu6$8{+Xp^Oh<jj~vK8jC~_sR6NoDASc!okVo;G^8a$WxQFEHfGWHaO7# z?$vA}MnRsD)>6daC#zV4OU6F#mlZFOrw$`dMY+T72gwjX^Cn7sgtlUzf;BTvf;o-T zb$Z_f8{x`laGs_JC-9GdRQ_Wq;WqXrToDv3f!Cfp1%plj4oaC29wc^qxx)(iIL|Zh z*r0Iwocm|y$j_=_ns4w^ulCv&Y3X14vigF*Ui7Ms#3UG%c5ijXH_Pc={?*w=1lPUD zfc;3YCRh@q=f0)KD8GyQsy4TB9A~G;a0?j;b&E19xStWMThOR!6~SbJYxhsw-PoK| z$C@(xjUd1?!~dwKf1M4CfbIW_4(KlbVxxuDej7h6nIEWmSFt0^Hd@#|M3xt_pDXDi zna+PyDi!`G16`VJZt<L?^mNHm$IDyBeAFrL^(#Vpx++Va<^O2ebXM#&%e`9L(pC9n z#X8$8XA64v65F)_g&D?8^*Y(DKNzZJ--b+acAbn3azt#dy5_oDu1`%Rk^{2is>|HE zf4{&g<`Oet%!nKM7L72*{5=42gulq|n17n$Y=%6+lodZ&8fHzS=^74lqkA<!@#oh3 zJ<lS&Z}!k#M-qq)hVfwW0JTeS>v1X!(NB8Ur58c68sqE9;xne%R*}-~6k!1KNf8{= z?W(po2fw4)FFH_E&h{H+r9cd|&EFOz*whP1#?^#zTAgFU$I7GdXqHH-U?7y4bzQ_0 za|ij_Eoq$M^AMU9wzocQKEqN9gtqQ_%L>T16Z^JVxKgHX*{Cd2`bkO+kr{;;`nsoy z3M{9Z;zEmv)|*J{u)IXox{a3dDKWl%LYis62XTSV((}FQIsaLc)@)T+%DZ)rXzwZS z_oMT^9+Y6-X$f1Yr(isp2T!w|=Fv$Z<Fqs!PtOHcCRc@Kf~nAl&=>9zS@F|k?(&=X z*|=`wJsFo>%Yx+~ASB+??O)KwfbSU{GuC2SdpFQ{uN6^_C^xFjtS&aa*E8A^nRXRj z_YQ5$&GLI(7Yrl*qo*O`z7udbD-UAmM@&OwOA7r+M@cp=Et$qEHXNVoE}frJBxctV z*}E(BG>N>8t*L9fD2*OjJ#Uqe8ds!FbS~WT)6(m;)|^ylnVZ59byw=d&eTm&44~EW z6<TZTN}UZ;T#&T5J%8R;rxJm5*Jz{sqE1AtF`l}GG!FC2uC8;&OkS_O-P-KYX0J9k zXd~l?Wkq%q+MCqoMr~fD%}v_u*Jetao7psWk&ql;9$zPr%y$=VeRbI1zh_2*P59T4 zmd*$O^}EJ=`Ju>zB-nJ~$cfu-I}kaGQ0I$?Vtj*)W4}c&`KspiXSH`+8%rv8tM*<Y zaQKGyuF)kwr9EZicDHHs79EQf_vR^TS-&j#fQ5bgu*SFRx)z&YyMPp{SyY3}EX@`u zXMtiC24&Gi79nG?92UwFjNEMnLXH@}`x(95Y*TXHZj1qjDX)8TE%V+lQlFUU<`UDD zgbU-zjW0G1)i^q13*C^;3gvlMkpXBSsNU|gN!`I!x$ZaFltx7Y(btw#vrYTLkN@Xi zah%F-+`~8e+m6O}G=I2KEtHDm=wt0K&-TY9682TctA%P2-@YQ{uZrXEpjcP-?=ebW z9jZ?9w{LuTd<Wr1MG9<HtM^v7*XrEAg^D&mDV3_*D8N<YTD%2mZDFibt&X4MiKVf( Yj~^PZSMrr2@2YaVQmxf?LUOkKFB*^!p8x;= diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc deleted file mode 100644 index ca3df373814bf7423e1a6b7b311fd6ff25432e9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21768 zcmcJ1d5|2}d0$^M(=$7JV6iw!f<pjHU_k7Wf=G&jNQx2;8Zxz{0g#l2q-JNQdv|Ad zj>YR<fEdk6ilECbNv7<StvE^5Zs~|Axnf67;<92VQYCR!oW!X(M^(BU<#H0KlJXyp z<5a;FA-~`Ex_b^Rd?d~S)BXDOJHPk6?|%LA_;|s<-{;=FxB4IJhVh^HF!-0j!*lor z-!l!vGb)B>dREhHSryx4+HN|nOeG^}r<rZ#Dmh7Knr<s!$xAxhbSf^&W}9YwFH{Qh zJXRT#d$CfK`*>ws?h};>xldLm<vvxJ!adjA)0(bKOPg+UZ)>J9Bk6o|Uu%D5zoZMz z1FeIVgOVOY`cUPNq>IhNt@|qXNqW3_f9rwD1CpL-9%(&Td9YQglv)o}9%>z}9Bmz| z9BUn~9B<85W?K(e9+q<1=84wH%1KF2Hp{J3l~a<Q!k8YZJR<2m7{}?#X{4vUy`M5F zbI%*zjJNMohPUsQRhh@re(wOD4*2u_{##DvQRE!-4k71|Z{M;j7M>4#_u=_I{~(?p z^X~T^Ks)d7j(88^e#R?#58?h!@2GbS_s6~C-Yo7<cn^CgaDUP}>6LMRmv_p01ox-B zC%idt{!?b<-QJ_#W5_w{y~8_$`+LySJH5xz)8qbW^z^isy<(J~?7kfM;pRrz=`@4+ zdZ*Q@wY_<NWu@9^FLw%sbIPxUeyLXS8bPQUOPgV%(>@WDSY(bx@Iv|Zu%m94P_tC; zv_rog20tJ|mCeY#*l7AMpf1w;&*P2;n!zO$Qtevvf>IrYH$_yt?yIo6Q43e`Y&SbA z3%m!7H+gH-HgL<G)5AkD6L3686mQg;>s94nuZOCM=P}=FgjF=R+*rY5eu?F(7;M>% zrZ;LT@KN~MCdS<2Fr$1>TlTB%TFZ~d^=phHz#OBZyh)zMZZ`a;S8X=heh?Kdv_p0C zrB0(AMtd5VN)>IXo7D~G1kqU7sV-yMY!zd0R+^n9j%A}(U$3n++8o&ZS5l~-_cs8+ z8Ug!iO||j9j(wN@O(4Y`c@96lBh4+dXKWjxxn`}|JLZ-ZI@=jMF>QNR&t5k78(U78 z?OC_X^Tu1|8=rsO+RAKYdzmoDJkLI8tXo^TUe<HgEv0%nwb(Pg%)5*&^V(xbWqS@< zvGyA}$IETGsF}TGZsmJ!FTaj9)wg=to_omHD)b7Ti&lQVXZ9S=Js@@7GTR37^T_`; z^Vv@O_mERqw@~-zdah?5Ft)~eV{A=*A8m~tGQ2UA|9)?5@EuCK@!O)*b?<tAI(=`W z^y%dNTjn*CMf(}#UhJ8KQm?RM%2+OQ^z5fM_Gt^V04>@Y?-jkA9tCQ=>5WT{?M>(s zy>V%wC@qWwN|U{DLYnRM#<tw{#Bd*MAMf02AM51;K()sw4c{rILTAlojkP>}h4&lY zo-bI~k<;BjER^tfRn^)-Q*S<EQ;B<{L|iI08|!}Q#Hso4&G1C2(JqA@Y*6K|Y&L7E z<i81Y3W&n<x}DWVfK9r*47@Hat4^!5+-}vv`s#d`_HbjhQC}_9n$6CQpmd|r^y)R` z1#DMJN<0019{AWPHEj7{zH})>wV+d4Z?kG`sk0ekWTzfIQPOQneIIYyH%sl!){?JE zo#mnS8h)S$8X4WpYaf{n-uMC0|F(7NRM(n6)h(QS@7dYlk=dYpO7TTxp1N(m_qO@k zZS$eq<{P)ok1TYZ*HEo%y<Wl2$}Bf)D?xb-G-9LK2qUW#L=IsGYT|E1mhz*lAJl6b zew6nyBp*}pL2>+clmq?S0H~w<2VZ{S>ZKPhEnJAQ=U=?~z8797PpEzD+(t`Lw!XUA zUJukPaw>)EwPwSs)>msPGV4)B-bICG4RlAR%|<0JsVX~hShA99wA-K?jVL3DsKDH6 z9kqhD4fP}eaPHBtwejdiV*_+H2(dVG-NsX$8~*AOkM>FSU^1rOk0#W6e&c4eCtYOH zR#M&LXghcX7bEA`6IRhISkvZ|?V65Nu%}GRc1+hS;OAOX_!aQpwPx^q&~)vCW|5^( z4s}fjPZQ>ZoyE0)dMIhCr_gep%@6+Bcz6!KfNy=HVtPi!^2~~jpW|md%d<aa+%hX5 zNL~iaD(7Xr9PX~4@m=KSJri5QjS82*a>xcc?S&yKNz7m;=hz8JW@z+`HFMkAL9<tk zx6OsJt(YGb2RT{fuK1yl|F=P?1HZW}u-BJ&vA9Dj{!zAS;bK_b$^H=L`EF<!ERzo7 z3?48DW82&zi7?hIb-ZV8+f414>Uik%Ob(8B<{glss<Wt8&Zzg`7L9Ru2@lF#4}sZ{ z>$kn&Mk8ERQz-JbrJiNUTwH2&{1d3N;(JLWA4l21#l^siO=DHNhX&>|T=uS+IjAN8 zK8*wjCP!_k85zAMg8;cY38H3ggAr*`+vCdF3+f>1baQjFAD(T^dSxfdqqFMLCWuYs zGU;&}I$;Bx*oCOE%#>npqcd_)I`}MJ1Vvm7U||;cnl&fPp|xSDav^f7vb@!5RH#;4 z9dEPgBVDXkuWi<vT)%2nU1TrM;}W?Ws<Qz><feKr^Dgl60bbt63%BLKh4`V~jmr)E z1nIDeu#GH$)^**SysP8g&>w;L9DczUaT(eQ*aSrX6{q5O*%h;r@vsdV+!U^t=ce#o zui%ZzM#=m6wSrenp1g5y0wu=0NpA}GqW7T4qb6i)kwzg~iyR8sTBJ|N)*^LQ_Qdk$ zw08u{R049vqF?us`k!9(E8E>XD$Xs{0{@xF^t&(gxdkP{T7zQEE<z)Sf9a&>FV{Ak z;aTvT4RD82xayaJ&ZesSrBL~PxoqDihRg|um|pj>_j!<t$r(WwTN|a5{`|^(>C9t~ zJ@MERXPzpPZN-}*W;qyMfei?@VSG#7xhorfy|H|g+_KrIH^LI$3m-+(yVSp(Yj@)Q z&v%cWhX@>k@z$H0o<BH}*W#(Xp?(aDtFGcQw24TiNFrnt9Yw+efvD;$NFvgfTtOC* zc02=XVl7-OXY{%dygEh1RWG6e2)tOZghEU%sm{9Jro1ciyLtviMld#-#$tpGFs-g% z?QBr&40cc~5Ty|NNdN2Jmozeeclo;}#fizJh}|5vP%+)}Zey4NxU0eSHYN84WtDGo z1OyEz?4h*h(Nc9O!BY5R`j6?i923S2`17Ve0tEFMD*qyWai2pC+sIEP?#J*DY7%Zi z>IOgQfpI-;K+eW~ecA|Z%5X?KUodZ3&;v7AvuyX5MaH2V_dy`4(%=@%mf;Z11%sh5 zbeNqM7aS!vLblRuzofI){hI-WJ*Z+nT5Mreg0N99b(H6;v^rX=UGFr!QcW#2!26+= zDPM|k19sY_U~?&e0tAIcw;Kyz9I2**1gQ|ivMCt00PGv9cbZLTdBl}y>_ztId*>U_ zxr8{5p-SX<cm|UdZsaEVk2Em?{Af>5yY44QD~S3x(Sl}6S=TO-Egepg;I6_$*q233 z@-xA{_haznN!UEtK(bgy)yDD|Yc`Y@v-@P2!E$BSa%=7_YYR)L9{0?)<yl*Hm=6m* z@@8^1QGRZLJDbL<M*Fm5gk$Rk^)V9&XBuH~ZG3ye8!EeFe$xD~(Y8Ls{wF<S-Bn*l zYHDrImeX@KzT7ajr#&a!yEd}}G^$Qwbo;!_4%!d*vri~xStuh$^#JR$+`6s)J?;m$ z4>1S715)#Vmt*<$tonVlad-#g!86A)wRT^X@21x7-^%nd7(*Uv%(K1B+5@byePjnp zpX9K7rutw47o<xhJ8M(b`-SAV3*GE&@XRx_K{v-c6K5{9MbI5G1e8dJfPpE!4Q_(i zzj?Ma8_dlH!txbG&D;6ZUU1u-D?g;U>#KO9S?q_Hn#3h4fEp0(+jU><XYP6C=3a@F za;FKTSL0Ih74B=XAVhh}bYfY6Y)_j)5Y3!VvR)J#Ck16Nv1FySalZ;q71<E8)G@Z2 zt#2ykO!)0!Q^{MQwKE(G39dTMV$K>={b*l()vvEtM~H6Zw*0V$-Ce7UQ|Lw^54{9o zWMdCU87Nu4f?SdkZ4`oCA{EifS-poQhO;XGO<KnZz`wZVFjH&88{J@2%MDmp1_=Cj zG3bCh)5uV`FF;0_unKo9+cKx`xDe&DCZv`-)}2CzqW=uU{wcF)&QKA^6tk{*KXQu@ z7Smlh+QY><NoMlLbV@>Bz(dc5oM>ztkQHH|*s)Ec{WuL6kcKG>|40uk4}0d>o)bJv zH5=p=C0UM=KWf65!QCQyfL;4lZ1h(ZOfRKH0(y}=doiIoi^NFJZ-Pvg8p|cWwGrMd zq!jYfa#9C+al6x=llP}Vgz>DPzrw^*LQ<p<qIWGQEiT?*XJXYkSzcV!3M)uvX{a@6 z31l@yyCEtqblU#nV%+pdlXWO`Aj#>l78mu1bsx!8%8T<OeGInhL-psV@xO*H=Q<l{ zbDQlZi~xf$@!tdr2B*nFv}#_5G=X|Iw9Sc)G=gB$2kQ_mevm13)W&M9jaOobI0>LG zE_WcGEwa`!3;=%lbRXzmX{1D`HvMuRW((cpvjlxuf*#B9h&p=`O%QZ=rH5M1MTI`t zWqaz)m(}kT5iD{z{%C9fc+j1M2RS!ZYoS_{LPQc+1~}%?y)vWw=&0&I8^4cQ0qKvC zcVs6NA=z6HIjlR5?O5Fh(tWU7?K-8P<ZoyzkeX4NfP5FDcL*DvI?}VZ9V$#)B;=Xk zIoj?#8!QUUV>^cp1Jp;#CAs$;NEn&!H(tFr{uBO$FJuJ@0GsV{skRKE0cMzXXR}?W zEYJx1dt#BGlEvHvA<|L?Ot7UEaHzHdF}zc1cn}#VF|#O_eaUAloIVV`Dc)&mM)0J+ z;N2+}V{t4lO3VhgGn?V^+*6TtV`-tBk5`iBWJP`+*)M(gouK6HddKsl9Oh8P93ls* zSv$%I#9?P?c7S$ztrgW;S!(qO);CAhcts693!))vnvo^Jqs|CYXm<CGEGChBNFb!7 z$t699Ur@p&S;8F%d{{6mxIe@K_DrErG~(Iar_O5vG(eU9bgR<UxU8WC;Y)y{K8;@0 z=Xg1WOO(a_ZnW298CTEzNxqefD5f97;|ym^h#Ii-WX<kOI@1AM9}=gCt*JQmQ+N=f z4e>!l6_RVDJtLmDvzCD!GwVToId8o2I0dS;94w>O7l^MG@f8@2I>^rh(+k^Utk0(% z>lTRnwNw3E&)xyP%X6{kfGK<ieUCFmAa73y?o%Uj7P?dEL<AdDK>K=ZCi7KyvJG=O zM9gMmDWH|KJQ-zM>ofvt9xgBh3ev<tJ4<D9*$1E2<_Ky}YA<r5T<j`fBIq>1u*E7s z2|#st>G489M@8^Mud21yAi+v%_>l#pV^)tcvf9m2@?!(D4|AD>+JMJS2&bhCd<14T zn&-O3bhaowv|KiNNHOzqJcN|=AYrb7p8}jzO+Zi}`wBm;f~;)kL}s*Ld^W1Cr?K_u z^FGXxRH?7L`10j*7p@R$F#fh1%YG2bcJ7W1yyB)M5QQLXSWq~MCXy=ER&5=Um>99# zBvbt?%ZP43IWATfDtnUmsn;a3TCEX4sh>t&_}^kZ6}Cz4UnmOuQs4|O!4Q<Ve~H-V z@C&Gv1169p4rr?!tW|3^r0s`sr;C6Hs$s|HEO)hfDa>sHR$}SOQz}8JJm6PgPBkx5 zGi+Q-XuC!wWbV)PudvVw{j;SH!zNOKe5$Ctr2_SU18x<fO09HaPMiXb5Ih$0%X<nU zBfzTP6rOOSqt@Z3Lo4;L333iYV(F-GVAzWxHeL6dosFaOg~CfspArIkqZE`-Zqo0# zwiZ5MF<WZ-t@*;A>y+opV@mXcR{&CtYAvQl_8wPNZSf+q`G=8;X=23&gBr!54ZJ_o z-)seJFK#igcE>WDKXP)wrz0so?JC{FEqSrLSN$maq+qK)hzsS9pspICX+%XZQI(ih zqRAz=R{dH#%_z406-}OCeNh#*vA_#W5>XZ_0Y<HA%<1y-NnXglgwV(qlD(ifnSlxR zDL+B+CH#VUTws#4Er|R0_eYMKwM2w*+yaf1u-H59xciR6j630G-6_`<FxF9R=#Ts7 zIs5|ByS~ZNvtVkpX|%*0hD$Gtdj>{J7x%1}_X@b@yfLqcyBnJ*^RbDt;O+6Ikw50` z^=5D{di%WnxQ}}Wyo0z;c!#{hxKDcbdH3T!<vjq>e?)OCL(Dmc4E|(um+)FR7B=nc z&KA`AEeFalEH>~gUd9{nCeH?eghX|~5YA$Qa~+0n)BtbG?wG+DQ9m4{!Q8K%fhY4f zQ9pzFKPC0E_pG0l`bz4<TPpPx>i-1l(?j~(Qa^vs`mAFH-;(-;xc;|L{{yHG&nQ%P zs!%4ZzW15|Jf&#i52S_hxP?DJ3ocrikQNrDg-Lj7<2LB!P2q4<;E;#+7o&g649-eR zQ}C5KBzo|uo^Agc+S(&+{erYL{l~UdNZb01w6%Ajt<SVK(AJE!^*w28UoR7{iUCOh z=8?B3T2UR`k0-20`&raDfEt#Xk{SmGY7~cR9Exic!*TC$53{@l6O9n+`xYX&-^6&^ zbrUP@ZL`#!jdh{3Ae6%Mpxi)Q_Out264{B_;6#-3-;68AiBk97gEirQz24|-2F;uB z+(}8TIPKb6cY-e6S~Dryog98Hb)Ow<o3iPy?a;$|V-<EeO7DX%uC#+>)JX^F;4cq$ zaPPs3D>nf`448X%x(DoK6M+=h{d8gn?#d!lfobXNVE^}?AQl1|Oy9A<wdfA?lgw|R zpJa-<pM}AG{%rHyt?wwaqM%iEvvMnS9~o>u873VZyWvn~1EQSY&C0FReG&+_+lc;z zX1XVYx7VrGg{9Tn1{9>TKmcv2tBJu@aJD>AnbBsZY6vR@!wMvpg^X)ybEUeWV2IXo z+zx1|);WZ)eg%(FjH58s3Oc9HF?^%`Dx^gQvf@(et8Dpeyx6#ubFrGvn3^c72MY(B z_EHCtjk$w6G*sfaj&kw40j5VyC)x)Qqz+AWcxo5O=gF{)>@<vC^k5gvX?Uo03I?w` zaMKMv6_O{*`eDJLd|AAcMGa_+<eT@*n}7_#_Of;XW#hDCnb|wtBNwq@8UHlD>mY|X z83lPNYr@GcBLNqy6(Y_D!X~43tb+!aEuzN2vCcrRlKh^12$W471~mjDW=ZBGRFqH8 zz$dX~T>}jS1I>0nlj`c1{Z{8XOh6C}<6Xz-5Zb-?h$s_C{vow}+4=GUI0`dAu&1xw zUq&F4Y9m}_Q><+a^hha%ZWiWFijnNhOFO@)4q=8rxP!lLLBAz!xeCv425~7XzAEEA zY&Il#>g!0C9gQ&gbP%-YU}vf`csq&|<8UppN6{&QFA^ChP|V0U=3y)nkpK$u{)@@- z3>6<*79uNuvMiK85taza2LT46_KI!=wyf=wAyi=c^kD%wb}4ocYA6gq@<fctC+2rm zQ?8(o;C@_IAj`Zl10_x?b&zQS7#Y4~U4sQk=KHqY*TN7<f}l9{wiQ|PkEze2`Y1>W zPjg8b<MQlZB|M00S=h9SM)!CMhj@$6Ki%xWL>WAbL{bU8Nem3^Z!r0IkweKAnY6a4 zU*zR)-QBAqJ^9N?cLrijU~!om?e5+Hr{P_L8Y--SnZXkPu-QF!LG$4ldv^sebWDbv zsK1R%lo7-n8u54dQbgyz{QMQ<?Qq20kOubuz<6U?RwqIve^f$J^^(0M>jf(xOxTRc zV|WWZh2r1;f^{A{7M48&CL^(Kz$xVj(qy{}=>|!#r@uW1ne7QIHG-@L=FEK?<5hoi zs>2x0|09yAUqKt{S9uu$)ZangH<P6WCV^ab=hLN4*?qzjcEhQwG~A>m;rcknez?mt zHzLBRU+3lT;*uCv{yH;=ah2loX0w@ah+XmTZ4~=D2Psi6&Xl<y&W-Njdk=GHZHH)b z2~Ck6uh9-h8!lECD+&7+R?=RByb8Rux*tr}FhNif#bwge|Jx;eJFC%n1UkfO^&MPd z+Ne^%Nbcx*eFG(bDMf5&W_K_oC{9f)`6IgXcMiYc&p-o@+>ON&f~e7VnEbJQZX+Ro zN0AWncX*Kef$_OCGJeUvHj@%TZ1Gi;RzHVJl%o*{TLzim#&abvTV9-e4m>z_S(S*w zbS4RQfXkZ`;Pc(1DRzi#w;STBUqemwBE(O?z8mrTDhmAyo0s4UD{Ezcn1zR}J2BkB zUF0t%Cr8l0Aj-jPN?RTg&PoyP0klTzK7%ibW)L~a$zvc34N!l7bhzI^#wdb(4SC;9 z5d^e)V4xzY?mAE|T);p8NFQL1aN|vrQq#;BTA@v&8ck;$`i~o*HI@;743h!Ok86fd zLQW@k@9Fqt?4nHfr_)_@Hx3PMBhtOZC<dY!$D$7t#<Zz~K$fn?elyr~Z$e=9mzNO* zM7tV7BoIXlp9cXc@kav@5)1dHr!*J`q_%>!(_7}}jBQ8=upN%DY*TMdp{Kur@_G#@ z$SNY^ZxQ?nXD%4sNBWo|dg32POc5aI0`~<4)IVU0!uyUf#Z9Y8YD!Jj-(#N8bQy?@ z;jba@H#i0ft`l$YG^8cq?16iXWLKOxhh~C7<fX@JSL8jPE>21<Q-L&H=i%kN2cHuh zSKm!1)#vCxkG$Vb@!A1i-!+*(k?IkYh~5N(V@>yi{38TN0>e!R=#T_uSAsU-?c+dg z`h&E`nl1}_;kG%h{sx)=3wu9D=-`5oL^)&ttXx&U%#5t4a9%=J{vk`s%8hW|-^7c5 z!wCsp!Ro+YK(;oSu90qNXl+Q)Q^Il(58Q#<Fn@Enm_j;S9fIn}kc9b0S>P1SlK%*` z(!eSXI~XM)#IFCqkqP@49Fdk9hlCN7>$@*FqD0%_h;D&iz_<=ahH%y2N%7>e4+XZ4 z=s$$(&I__@D|V+1do}?oq4GiBz4?9|uYgS!L4}M~xdBf{zyPcSR^sQ_K=3@=AEYLt z>^E;h9Z9=fT$Fwm7fVo2<roa&{)E^xZ^r(81bwV_U@F>#*0cnYgpCMSYS>BJPzalE zDD(ior5<5lPFny2U&j2^Kjwu{*1&&;so}Mca!^&+((k5Fb_WF1_~p>TbJ6qo$)@}( zNNB|pIty@_4mycfI;o>}dpOcSgP><4GFb#0&!J-uW<EwWEwB_~I85Z)x>WaQm|4qe zH+8TYry<y?_Nx*OhX|^N9V2uRLG?2xm;%{?ZX?WZ7j_J`qhqJUJeOVQK1AD&cq?GJ z5jSuRK8DiVTq#&@Y;0g<x+kOvY+W#;yoq3#5Wtp_)FKB8UR1X*;j1_gFuvJt(4kz_ zfkG3qqBjG${h8Z0c~lBK%cGso1L7!63DNY+x{V9snwFR%94ojPMEejy6gLPdBN<2{ zuW}1l5Vu{g(neItZc<`ht>obZe@c=gYb+S>dt6_tfe3MiVS#1{M`Gh}heiJ&Jc9^% z-kV_Ye4myql=qA{DAX^Z8Bu~nA5&l9BPC<?4PL&=%hz}z`Bx;DiX=u$-v5*-!O1=* z_Gv5kIbB{dRM&Pd!K09MGj74n;g@lXxVy+NXwyAP5B=GAdJezfbzJ(s1^5+2X@Xxt zp9p|=!OOu9kOo8RP-yrSirzT#^M1jb@FpcVdd!>h_8_kqAId`zG)Txk^<{L?9sA(> z7A{@9aOEoETJIu8oQ&)e!W}G&!MVIr*k^FACP<{{)`A!?%1(vu9w3p#Fb4v~%6RJ0 zBu%PJNZ<)vqS~FhTU4(2f%51+4$hB*a34zQXn*SehfrK`GEK5$&fPG(4~}#>8t8Qw z%(#LAGY^T-xCORS6`v|NAbig-S{$K(Cthbmd!OlXmA5Xa#M5}2kKckCh;P;09!pcj z_?@&s3ZdE4xZsmW{Uf_n{Ur<}nh>9R3iPO0^ALs?FB6U&#AeXSIKte$)N~k4ikvG} zBUnfgwC4mJ6;@!*6l;>V$#`*aieT4O{8{uoO<>Y&VaT4vK^p8_UM1LMdIY@m=nLdo z0e?(8_z6TcON{9>sP(pp)AZ~M2HrLw1%>%7lve)?7ltVaXVmbRMOG3ZLIN~GW1_t& zY^v>!YDv7{5ssbR<9LYKJvuVhT`CM=12KWThWFt8xO`3o46dJu{j{68%v-ZW@P{IR zCmV+qElA5wnBh~;T&5Idr-4p=4*IG@JPjKt!2wRBf&do`MiGgq7OtK~FQi<U&TOx= zbTh7%%<x2?7Y|K|%fTs$c)uSB5$`AZ;{AX%4gu2<N@!C_pL3_8{iy`FG`e-)k#r5H zB2;327+rT$IlG5hhWst5s+AOS!UdR4r~oS=)|4gnE`YBJju?n;^dKi<rHGn#D_GGe zAw!i>{tFa3%2A4~BvY{W6Ad0ny4!W6_r_joL)hD*1qJ&<iA$jpfR#;mu^k<(2CJP- zoUIKuH(=R?89(-;D2goN+)uFhcbL)VK{Dhm<jp656|CJmI$W^ap*0<nI;rNw;arGn z5=rwtDY7I(Dzy+A3Bb>h#U~Myv6d|-k<%L8LkwQ_aC}m)&HO2PX2eX5Sv<@Md<Pex z%5IbSw|I4ilfe&o*F7;Zm3x6|XnNdz{GG!u_=~u3dOhvrm6&*;u$ul#1UiLnp~i3? zLpIBW?kyT9L2uLt<XxU}BAl=L!@}Cwb`g0fi6g@Z&*I+JxuO@nsoP?jy&y^+N(D6| z^e_pF#T4^J%Ci@`ZW47OQ3sG&WWoO>MqC-!u@@k<h{N_ZW{W`bukcndTZ_w7f3%Qt zj42^=J!wFwdICNX&p^|4P&5u}>VxE3?qRq@yfZ2}RTn9)lJy(adTTVWT5)ji<^mD7 ziEX6qIQ)nZ65d^_XybsS*}X66Io>jZyk}^!NNf3%#i}5|4MXtB;W|0L7=sUH1Txcf z@kCn-A$Er@qUm(xsEspW@c0~n@Q%X-yhC{ULcHP1*@Y-0XGyyD$&d89Q{|JF&t2)A zd*w>+^?97dDQkfS-)lgiIZhM%Zz2Zgdl-_A;wtheBCV|w4==RlYj_zIq{-?MVudt* zpI{YPj#;ECld)!<7-<tz<-cQPm(^&Ule4s=d;4Fb$P0w_6cU8CcCRrm-GXav1jZwb zdjUswhof|qAP<48BWuX4HN_^~6H0?q{~=;?>ROpo+>f&6ibEL~o)96SKa?r69OHf@ zc!(CluMMHs;SWJJS$D6<okL{OMp+`etol<(c%~+k+;ogl;rdfAXAJO9P5}eN;>^{5 z)p)}AG2^oFp(GCYqv<CaG;v})7g;1v2sD-(V0IF}#g8)xiz%H*zR_@^bh0LdOCJcT zLpNT=kvh17S9l5>iYn}h^v;&RKXBeij(p4Ux<;tkWn>may;7gT9H_%~a95w@<;QvX z30$zX7IBN*q}$zmQ^KBJAsB`8I0d_ah*ilQGRNo8QVKY3^q6#8<SL*tRv;8;&7o0# zEd!%G)~07yvvjv0G}T^n<=NfJbf*w>jTpW)d=fx|wFfthe#;sk!kHhur5<A3vbVBf z5y7Y^t;1>(8YU6yWXZEZ#qBmWL<s}tWiYmZpxyWI@ft55;^jOqukylx(nM6<SdUNb zks?Jo>^B-46ggC7j}{MT-3V`1dBh#z@ir)w-a@h`7g10;sbo7%50=eJ4tKtS5Q~Zf z_$#RUUr?TC84IiQTf2ydo3bo>%9^q!EF~p~tjQnK{0ZWc2F9)~AgtQY7-&uT1v=J3 zH+c1ZmlrNAJbxCpXdkf&o<!p!JW+@LORzaaG2sL91(MQZ^G`lhco_x~qHrA03t}W+ z><Au(2}#vRoa8w<H-NKlKv))rBtH*{_!tJ(=LLPu{%u=*pRazv%OWqbkJHT@?W5=c zB|(N-?JOba7l%l$r+BGj1@EZ;j=Dn|nj}1h%V|8&Wx0V5;Lt9pHCdc6!zUo%9p<?+ z@ZkaLptB$Y8Db0+QqV61rFc_-7$9U#Yo5Q0OsN7n;+siYPlhWSxlcE1ttGGa>?hE~ z|3Hq>ovmsN8vOdnppdD{W3%pId)#O7=?fBo0ABelD1%>XMGjgBaEgi9mAp1HR_kgM zlzVsS?_-02q&}oLw!1cX7MX%zYe-<rA%>j7BVx%N_)zI-b9mB{9=DC74Pz^V(-Ikp zKz|tVYdA0AnQQK{5$10hUlc(^YGry^L`tCEwbKAU`J{!iP%}l<AYdVqj1^w{s36(a z8-=Ji2&-~Y*q}b2;9e0bdFe%&KxJwaQE_~12vY$(D3QJ=1QEtms$0-3ujAa8#COVP z2;^WWqGE<ol!v?k`A+~8>JM>=GSc)YxTo)4-A@zRnsahvBa$4y8EkO%ztPSR)QP?+ z)HV9je*?HfnjjI3A#T8v1Ft6tXLbN?*yz);h3AF<mW!-LNBvI@oXe~O?I)yQvV-;P z)or{6^BA7Ep0eysxd>t(jL9HBo|7~pAM$yNljRh&(yi_wb=MThTLiJrBB414BRMcZ zu-6@NMrlC`bPPMygX0RQ1sCrQteps{v18davoN$((X~KNw(9+ONa8lcT|j9LB;b&t zHN~<Wne!rP$=6J<fsdjFbc1i>7MbfK3oAaMFLQFTMi%6rlNts%EZ=0XwtU_o7~IOh z7YXv{PNK}56cQOAP^25cuqwN9=_BN!V!bd2<U2-#frGkX9eON${eQ9c=rZBkD(fqw zUVtb*R5d)tpW!sf&E%U6mit5Jj+0dmDBaLXk&cpm%1TWm!B2VcxD==<3dg)f0tYlC zK>pQ#L%9*qMdJwnQE8EF_KqKVS3C)Hu}+94e?*;h2mA;gk{Avwy@~Gwk@6U8Vg!dU z5Ff9_;b9901|XGt_;?3$>BofI2ZDsXlMEHd0!Ygf*dJs1I4=0g1;0<j-TYsfCnAEt z`IC5rIzO@<{sQadFjwLAud~YV=1}+|oAFi7l3J00jZU-Egemz$5GHj`_rh24Kq9*a z6@uHH4%=G@yN$g9M|%jNZnxzruijcAC@?(|03o>_(4Uq<&1_s#@vH<ufDqy>91Yse zhncVdSt`2?OCFs%*kdHq;~>E(l>{JPJByHHgdXE9Lt`co%mxCDGtvnlvkL;lZk`|e zDa^vZqrWLqgxeNQT>bH_tK~_7WTbQBPjV>_lhmXe0zL)YYIt)4Hawy<0;gaM3=~l< z8q*&ETfsq41njYvutFQPqO4HpKwHLTkw%HNqPi`FE6N4>yuA9)%o<*)Xk23@2aW*I zU*MY2)CbyyFYS<6J0R3W{5we3D`K6ovUL_n{<ufD%CbkuCN(t+MGj6}?vTlrsUT9F z_{nFtu*woRXol`Kg3xJ+p<<y<;@rEnJ>~)Ow{XUhval5^8D9ZgymoRx<<K8D&{2HP z<M3v!G^dUoI|jvJnaaaUKl=RKrG<+xmR`~4wIP(j5hl`{94|%uOG)e{C@h*sjo%}{ zF6Ad65Co{d1)+6|?r|!diA)S)uU}Gjgn$M=Ka8;6eAi9-?Cy&@Jv)DDPMv(+d!+n& zaO(H~sVzosY+4GmvUljh$_l@JbN3h6Mn%XU0>oOSd6=p1;1b#V{2O9`fhiE1KF@rS z#rSe`!Ra2ldoI7ug%=K;;bQa57Z0PHGS$A(1xK4$8N+xEKdCb8DxvhErct1K?Hs=$ z1&fnP>{Ri2-UMj;h6C3H$6PpfCWR+ol`jC6aMY;OSb;%UTS;Ss`DwV><f~(MgKD07 z->{+$7iHD!)bVAVKHf`;JY0tPPdIb@pfSrc57j)Q@Ht1g*vNy#MJK*pnsmj|U&&V! zS64LEF9WAEj{8eQaWv7-W&`45*ResOjvZs~vVQ-ZDOuA!=u(m1t2c0|?CGl_^PtT5 zT$WIc%6)g`&*RgC^K=OWv9R1Pp-5XR2m2Z6cNGQqwV8{%w{mE=GCsIwsK)qSi&aD4 zW)yW0-ztQz$U}+zN=_gjM3Apr$ww6AyHHw=Cry*HjA~|dOhevKaUxVE2ZqB_2omn8 zKf`c<4bf5|A2rgat-j1h+Lc956s1T@dXz6k0u$yg+*X*7&@sVnS@hko1FDPuNYk^# z_JG>5<LJ%7?J@EXHi9C5@xPOBkIJ*<UYR&N{c+>W)W?krQ!l|IxtAYga>rntDY#C- Jb@#ZF{|Dz3PCftt diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc deleted file mode 100644 index 3b00ea370ca884b0892033069776947a611c3c98..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3995 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 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-38.pyc deleted file mode 100644 index 827af7d23fdcafbb71782a1e93175189647feda2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2407 zcmZ`*&5qkP5GEyBmj5=J-)+($bx;(jQp8446ljAq2)Y4^puip)v<IPu;5E5kd1c8V z<xSSuoD!h9^a<L7eatKI+EZU4ho;|9c6O6Z1#mbV4Tr;-Z$|pL(`hn1FTcH*{24O# zH!V&-H7xF9m|sC8lRRS+9`lJ8dz{u@=Epu}KNFK$Tyru3K8ORy*RuK~jKh^~BX0b_ zWFYG=n5?T{+*GyaB5q0V5sSiqZ~}`w>u1HthBDR3tW2|=h}-&hF_{c<3AULJCdy0) zLuIhqnB`y(l7SxXr-y1t7EV7N7WXmC_aKVJT(a1c93JynNN>dBn)Ic3!Qw#HWPrIY z>oUX~%7$!WZpfBwV{Xb0eB7{`X>Q6vmL+O5O459<nD-u5lI|ey_8`4Y(k|Rr!?Msv z-MvD0%YD@)M+YMn`SbS5#%(BlXStkjooJUuclEYg7DEoV*AMY@pKT07Nt5iDC7_Sk zD^5{rtzCn)SKJDtvb|SKccA+E$9_4P_NVC--Z}qo&(m*;Cu;xezES0DS{6lSPP4-* z;{CPF^>usGBYPpu(=r`o>0Bknv`mZKTqLK+JI3dqp4oF&|DBup*cM>8oBaajm@R-b z=`DdV@Lc*!{*0I2f{@0J`B-4omSQ26Oo}b`%)>fBH0otIZY-L|Y}`7=Zb;fAic*K7 z6xDW4Vw9!3k*6t)j@WR0!Fl6t5|Qr9h)y!grP@n#CD*sLmq!po<YFL`Rj_PldN4|~ zGQ~^-pSJxVHKk5>0plXCP9XHgEjsH^X#=r74;O4uZLwZqte6hUeJjRAnpds`<v`;+ zTQ6qibXJ<k*KKTy1C=JjiL~MFz$h~8QeBY^vbwqUaP9XMNX-op#sluX5nhuE?g3ST zi8q1g{VV*CU*PkbXEOM{rFZg2$gE?y{QU){%HNW6R`M~jhJ1)6*LU2iR;|pPG8os1 z#|WkO2XdW%?lc-J{ax5;Leir39#BB@7F+s+ig9Slvc2e3x(+9l_YEl|op6rid)}3m z_F{9%s0RTB!H$bL3Z^dgQKD!0yz!Ho6o+X(>Q>dVxm`?;X!)5z6@o_RZ3~L)MC*@m zNqrT>)>4CV(;pKbq$W%A15J2_KG{@Bsg=^7xYz0_@L+6RJypY5scbOIo&F_yyQy+B z(<*t}3T!xp7jF9&6k=3e)p<@jpl;#C`&swl=uODYH4w&|{5rqHH~2NAyp41Vq<iCy z@aLD-_SVSnVdI&+Qf^&dsX!4^L{K-tMqFRV^g$0=R2?g@_Mo(G4A;+`cuMh|lc|#k z42q=bg8a^qe{_TwA^HG&$;KQ5RsS4Va9Q<thOYfUmmb<kpDx#z9)OYj0sF0sMuFCX z*1*jT=^cApxY9wOMP=l%Aj1oob<p(}f*^+#0geMYVkh$EwVpZ5`*X4V%cK5l-q&4N zk7~Aw<ml2oNy~i~85<0yQ<Y0iZrPetyR%W`Ti@uR^`$A%pAXXMsrb2)twT6LC4YrY zhN_&2kYC{;Qn$h9x6TA`4Uyj6tQZb5bFa5DfF?m1(*zxdPINo6=PXx{ap0j-bp-My zhM|}<uicto{oj*zqLvMlgg}@iwwWZ8Le4Vc+ez|xHpo_Q>PaGtA;c}I%uuK9J7L>1 zqx8BR>2o+uQ$NzTh<rhWd^rVa`g&>SBy||-*X9C9$b~0-v@j9+VJqx}zNYt4+cqSM zjD8%9i@YmFSFgy>+b^A_i)sQ$ymcb&t$riie@7KQSDKB7Rplw|4*8IGHoRNK;T{!? P%iJapy*BdJ=Ar)|hC^X| diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc deleted file mode 100644 index 471943bd218f1d6f7f76fbac7ef35879e45fdad2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4128 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 G)%q_5&mTen diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc deleted file mode 100644 index 66b7e2f2441072fd5515f700d8ed445189b8c484..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2277 zcmZuyUvC^W5VyU5Z||;6lm4R=aexXsL=yo*DgvPjs#YKoAyueoC1h>Z&SkgzueOhn z(;g3`5<Kx4E|2gL_$YpaC%ym=JODF$cWD~f$P;@!Hy+RYe&a8P!-&B5<NI6uhaMrn z<Kpb+!s0Fr{S^p71T9EOV@h$(3RXIdP*S?Fx6=5r-|Yl(0RNpLEPHXUjN+*5$9+m3 z5a9~%DG{FZa`)JYUBMobvHu5nCu3@zqMq!I9Xq&}X``~esmbcf4!%gt!ROK>A~A{G zkd>Y)$wj7QYHD?q;*ZaM4lM4%&~Ji}B&LGIOwia7OgK*o9NGmDdm<8n2%l02x(8wO z?ZvFpCMgQ8Q<XJF&px<UkE&XgNikZgMk|ZAMolr*qog_-$;pIg)qXuXR7ulFwX)PH zh2z&B&M~e}VCbtL49V$&wd4eoNn64lK_CXUdw=X&w^rFi`Cw)@vnn%LQe-p9>jv|o ztyk4tHjpn@%VPg$qWWO@*JnGXY<8NgxxI?<_AI+oAIgLGcC<9p#?*D8&rZ|2ER#y? zoV)aPbEHCWIDnxM0E7<c?A7yD|BdUp3u8zgjPAmJ!bCtB5Ir4Y*c`6ik_D6m6VQ^} z%{}#w@$+C2E|XIE6VUS>>_zHhOb*!h(SFX%pk?{cTtErq;xPlc0prrKJ9j!e2kcz4 z*<!KDu`~BNtp{2kw7&2~0NS9X`PMva1NDmt!G`9SVda@C`PIiv{n~mH3fgdS?Sz0n z%&+5Y@j{D!dZ542I&E+9;t4rn_sG{5<`G1DvyFZNRy_HwD`;<5VeM_WhKU{SO|wF* zA!Z}_txTsT*()S$2>?DngxmrU<37(cSJMhsll!x%IWh-zwGH;;m+Z^WYP!8D<hD%o z5kRqnunksPJ9tjr2Y>u@3y(YHS+GLA3LxMm`W&#fVLdhbSs}H87D4Qli8Opat2#`I zwJ(L}j=Nj#C0Z&3jvAtUr>l}u#(m7eH&SV2bpUP>V^lnN*pcm#%8XR;)}yQv^`Sni zw2nT~>LNOG_ar1{b9Di(8=3O7NVK-mzN$;!Bq}N65JODVM8~~E^8=X(sqEkoPgv!B z+*jE7ER$L6%Z#U`ur6jJ_V+Zd;;t?$fBxR#QU~=|703FWJ7t~jr+8RL!=*s(sB0iL zVCXv_2;F264e15uQ=hpoXVfJF81CP$8v(^|_|%0zpGJ<)Lb^dO)7jQ};$casNjqku zWBBkYNVW$s^!FfuYz)aZ_ewVRDKXB%6;2C%CihMpSg(kd1LRK_(17H<Mbriz8U14f zJIVX{J0Mzc3<Nd9HV|&>TqDN}fZtmH^*Y<$;^GN_z4c%ph;kkFp`ZEC$%5J2T}h!w zj-Ek$gg_dZdSnjdx>1f!TX{#7F|%HJP}af@)2ULjGJIMl`tj_>r%Px98%DSEx*>zF zTiVjY>>uFS?s!98g8Qr2QM`eIfv_$%=(xX5B^+p3t*zU@%VOQU&MI{s?R@Oum9T+O zN60*dS%r2CO6zq6huDf*%W<^CPk+f7j`+4=T2}_*1;-G+jDu_fkB1b`qOraKq(}n> za3f3i&tv9gIPYB;-5WvJ2HOA>3=lJj9l%IPXE)c^Sn+lHEU<USRNVpx<G_Zz3yX6b zaSj1Z3kmZ9=TD|dfdRuR;9S%x=UvC|5UVhRGhtyPR~?@5J;Dy4@pTBP%R)DNt?Lux zf$brA;Jq$%m+|<O)Aeb4Iv2LuM9=7S*>Lc+RyRS|Ve@#xmDKfArO<V-vn=}wR^$Id Xv*Cx!`+bDHRwEq-bQ5wFvdhlDn3->@ diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc deleted file mode 100644 index 6df4c1785388ec242d069db3346d81ace0fbade2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4614 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 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc deleted file mode 100644 index 77e98d9d41a43c1273161d503d1d20f7175b42b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 759 zcmZ8fO>5jR5FN?#uCv*c(n1fR2Oqo8tb1sn4W+c?5PI<;rKGqAVJyYbVq1!36SCyi z9QreoWB-z_J@qdX3LSZO!%~69Z}joro3Xy^?M(p3kGD_xGYas_C)<Nz@&TuPjX{7Q z71Sgn#A8~~I-o$HW?4w!1VkX%EeIyV1^XUkOwi9T3xDHHm=PCLx=ah7Y!4J&2|Pz2 zAtM4ZDuV@Egjpzvptq2XM1VxhMXfBA?POb!Eeel)5yv>~D-6s18@LMuy+@lJ^4yJX zz~eJG1l++QI<lbml)zUk1DS(#`R(lEY5FNWIf_r$8mcK{Wn&>tD~r67;$_@h8FyEz z!KmZjR5};2YS0jVUtDyZu}4W_u8o@OwoFVioK0pfl4Z$NbFOD&7v)W(`=*esuiP=O z>vr3|;f1d2yb+G+R+VkwcLQ9<&M_;i^PkY};@Y3%q^nJ0lsWLyc~u=O)f;^!FAftc zyWVtKS9Tk&d6P}^=H|NHL8b_&eS`rBr4#a)GW@c?%jv^GR8PHS&YQfJoVy9<wHAHl z@s#t+KCf0gttVS~9&;{q!TF#uSl$ZL&9M-H^^Yqe5gjhhMs7#o-|ah9*`Ybv{zE=r h7ct*>bK~{OaCar|+w-56i{7mazxS_X5S)@H!9QYDxBvhE diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc deleted file mode 100644 index 51db19a1a1165163797ae1cd17eb717d30f827b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2524 zcmZ`*TW=gS6t+E=ot@pZX&PFJLK#F$vZdJo5?6()s6jjtKoz$Y)v#H6H<QdQwwE@e z%?l|~U-<{SkL4%u8~6o&<%z#g3Bftu4axR0BOjkRKK41s=kxJ=v#<~ncpiOpG1dVg zf8od3$AypE(9};rIN>xU8SPMtJWE;TbR5e&shfEn&+=~ScYGLk(^{tny_W`Ay;HYi zei~+tPJ@!q39s?sA>n~&96OyRckhx`{co^BTGTXqMgFspIxf3<7rvde7(lnYl_)*b zNvggqbyDP?Nm<Bk99PK$=xTS0EbHdHhs&IO9Qe2mO??bRkPhXf!#M3YoON98aF=@n zr{fI>IPUY>LjsNmybgW9L*9VC&YR%ig7IacyINGQY>8B85fv#HGUDKuOm@JvB3ISB z{DosTqkSRDBp*cEQ7-NarK5h53e|EdKkMq=?k9$3)e3~Ih0Il?i^z(jH7O2;i4?pA zs&%xt&JzjRyt)pI=;=ZpM)!Ax6p`K)^BzTADPWq1wqeSCwU!UF9q_y8PnSoB=3+p@ zsNJKmVJ8pr4B8!N>Jku6MkJn6*iqmaC$LL&yX6?q`fUPSHU<xki|ak6##JKiKPGY! z7I^aMhR({3GAY-ST<LC_u2;#2#eK2+-i8u-Sn8rk)mgST&G5!F4ej#KEG2oOlWv++ zA}%Z})XV6g4}?%3-s;Ls`&rFr;)6pljqedKBeDn4?FVv6Q%;ZRFBBvYBS@}+grTHb z)DB9IVJv3fk$lA^+T9Q3SCrrjdJgLSKyvmy(H^d;{k_^TlMfJg53QAP!2Jo`B6by! zjO%zjCJYY^9*phk>o0}?7FCK~(m#xf9H1wotblZ{**#fTqU=h5CU4Ck^FN5zM0?PV zR@+rluHvlKwipanTh+C>B~Kw?5qW}u>dN{$W-iLm{*H*cd6eW@41}E9JOqXZ?JhK% zfB}SYZ}Es~GNNNTfzW<q2XM-5;#*AO1moekDO=32_S=S*c5F&6;BdH^0(>C8^41Mp z7t4`P8L8fyWwf8<bD3{%rbVxts$0OE%zQ#`8gB=22v(c0f+ej`Hju|9<pL1nKv*XH zwwn%xEi5KXltpFU6B0u+P4qS&#QLxl3VbiqM4OiYsPQo80(=qt1cLG$u8SBy6VBq( z?!F4+>M9UIL&_-o*L6c00Jlib+1IDxzkyR-enGf%89=~ev&ZvKU;su?u_suq8Fx~e z(IemytXt&X??((cXY5X(QeP$`cA0>LYH!aU*I*<Vu?c|s$l)IM0i+Is^T-)F<N5?( z4Sk5cZj76}rWZy4a+u-Z2+Tgm$*=4RL4B~b`6D}Wk36dzj68%j=$u!NthGguQ2B?x zFkV8Ak^_*BFP`uRE3+eD0)TCt<o!ZoC4zeI4$@-B&>M5xFbBjHP_#f?Mj-CdF@!jw zBid(Y!RQ!PDC6Q~V}gOunNBhRU|ELQhW4LIqr}qpKC~$up(IvUXZexC{CNnhE?wug z&abK2;lzS_T~!Txi%dUS%ccSI<5`81uY&~(QPVtInyrIz-pz!312wJzG45WG<QCRY zUJI#BO$xX_m5_Mz85cJVE>V$BkzV8SFa}%3OB9x7U+v<p3YS}^r4Ys+=4q1ew|sdX zO`s>HHY+E_v*p21E#Jh!ry%aYvKt^*5fDUmlZAANE(4ka8n7kkoACNbSrwk{+jc87 zL2LtyV-v=4R`6jefN#d}!LXZR$naH*V_x)tX>g%>P(1L?HO(Q!dUE#6`5m}6L^nSX z$R+SazJ}xjB&R-G4oi)!0m0&+FzEqxnakinQudGQyDad6C945{0Ov3p_9vu`bXv#k zjckR}9bY_E68Mv%rgg?<>>V)Bxo~>DwZ#Lx?58CrJe5m4%+~7j95%t`bcb%?VNh6Z NaATWxo13iZ{09;SmlFU0 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc deleted file mode 100644 index 7979d6a41508c01fadb755b02ca9438e725d3bca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 893 zcmYjPO>Yx15cS7yvLvZm(Q*JGv=Y5UYLZh0NEJd9iCZoemlep`uARhXzhZlf8f{MP zfiu4#J@S`)<-}j$#5mc)TAI;#Jbv@$*`N0IdI;9{H;3#8LFkv;w3i2)cVPM$97i0d zD8muXNJKFDh&bW&4sj~TEsZGmF3`~b4V7p}Y+rC`SW@IOIk)|yG_uIqWvoTw3fc=A z@0vV^K%fY76cLUAkVGB_*gF*Y+z0TE4Rm}h08Fo5UO*HkMV7@mAEh!E;jW1eO%cZ7 zOr~P>%9V$@D$7&~-Y(F>ROL9C&BH>4g;@v%SdQ!VVuD))yAV4&2h$61HM&A;EYX_O z_zHhOU*4~2O*#Hb)QjaojW?vG_jp6^5u6==CTkDOUw3Ms6R0_<J2lyOHI?X|)ZQ6d zo-7ZH52%m_-@T<6#D;n4RJj*e4Vp1SH|8*~11_~u^0IQG+WqE~HS^p3xiHO!ahVwF zOCvIEdoVN?v$#r)a-!S7iIm5guwAZhn5yz&*Lqr{GwZn)Ah$3^=5uXnl5tC+gQZ#} zmR`r{Poxe3<<I%VWaXrk<w)k*#A!NO$=Ag<u{fP<RW?PD>UP-hojkndxV*6xnm+<G z{TLj=9qf@F2{0kgaDb1<YVfZZ3a9QTFy@#uW_yff1+P*U4;WikaoU`88RJC)={^@a zQF8kU)e~s2W!`c}F6Xp%raRyQVBnE$ZaVa$r~gM8H~hzt0ztM?D*6D>0(I&rhirqh O9mBWoUumcP0sRXW-|+ST diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc deleted file mode 100644 index 758e47de62dc8c24c858b1da68e74e07e271c5fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6811 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 GqxS#j3B;-Z diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc deleted file mode 100644 index af803084b590ffee40343c1b4a7b2c44dc6d0404..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4541 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 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc deleted file mode 100644 index 4eed38555302cf31a5d398d15dcf1f725c98a7f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8244 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 VpZt>xA(zrHu9#G_%totT{ePp8G5`Po diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc deleted file mode 100644 index 367479b90f5d4dfa5b61b6c2ec98e9e1595f2132..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5207 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 diff --git a/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc deleted file mode 100644 index 2f6a43f2e0ee9116535c8a4382f4034fac03ce35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6144 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 diff --git a/lib/python3.8/site-packages/setuptools/command/alias.py b/lib/python3.8/site-packages/setuptools/command/alias.py deleted file mode 100644 index 4532b1c..0000000 --- a/lib/python3.8/site-packages/setuptools/command/alias.py +++ /dev/null @@ -1,80 +0,0 @@ -from distutils.errors import DistutilsOptionError - -from setuptools.extern.six.moves import map - -from setuptools.command.setopt import edit_config, option_base, config_file - - -def shquote(arg): - """Quote an argument for later parsing by shlex.split()""" - for c in '"', "'", "\\", "#": - if c in arg: - return repr(arg) - if arg.split() != [arg]: - return repr(arg) - return arg - - -class alias(option_base): - """Define a shortcut that invokes one or more commands""" - - description = "define a shortcut to invoke one or more commands" - command_consumes_arguments = True - - user_options = [ - ('remove', 'r', 'remove (unset) the alias'), - ] + option_base.user_options - - boolean_options = option_base.boolean_options + ['remove'] - - def initialize_options(self): - option_base.initialize_options(self) - self.args = None - self.remove = None - - def finalize_options(self): - option_base.finalize_options(self) - if self.remove and len(self.args) != 1: - raise DistutilsOptionError( - "Must specify exactly one argument (the alias name) when " - "using --remove" - ) - - def run(self): - aliases = self.distribution.get_option_dict('aliases') - - if not self.args: - print("Command Aliases") - print("---------------") - for alias in aliases: - print("setup.py alias", format_alias(alias, aliases)) - return - - elif len(self.args) == 1: - alias, = self.args - if self.remove: - command = None - elif alias in aliases: - print("setup.py alias", format_alias(alias, aliases)) - return - else: - print("No alias definition found for %r" % alias) - return - else: - alias = self.args[0] - command = ' '.join(map(shquote, self.args[1:])) - - edit_config(self.filename, {'aliases': {alias: command}}, self.dry_run) - - -def format_alias(name, aliases): - source, command = aliases[name] - if source == config_file('global'): - source = '--global-config ' - elif source == config_file('user'): - source = '--user-config ' - elif source == config_file('local'): - source = '' - else: - source = '--filename=%r' % source - return source + name + ' ' + command diff --git a/lib/python3.8/site-packages/setuptools/command/bdist_egg.py b/lib/python3.8/site-packages/setuptools/command/bdist_egg.py deleted file mode 100644 index 9f8df91..0000000 --- a/lib/python3.8/site-packages/setuptools/command/bdist_egg.py +++ /dev/null @@ -1,502 +0,0 @@ -"""setuptools.command.bdist_egg - -Build .egg distributions""" - -from distutils.errors import DistutilsSetupError -from distutils.dir_util import remove_tree, mkpath -from distutils import log -from types import CodeType -import sys -import os -import re -import textwrap -import marshal - -from setuptools.extern import six - -from pkg_resources import get_build_platform, Distribution, ensure_directory -from pkg_resources import EntryPoint -from setuptools.extension import Library -from setuptools import Command - -try: - # Python 2.7 or >=3.2 - from sysconfig import get_path, get_python_version - - def _get_purelib(): - return get_path("purelib") -except ImportError: - from distutils.sysconfig import get_python_lib, get_python_version - - def _get_purelib(): - return get_python_lib(False) - - -def strip_module(filename): - if '.' in filename: - filename = os.path.splitext(filename)[0] - if filename.endswith('module'): - filename = filename[:-6] - return filename - - -def sorted_walk(dir): - """Do os.walk in a reproducible way, - independent of indeterministic filesystem readdir order - """ - for base, dirs, files in os.walk(dir): - dirs.sort() - files.sort() - yield base, dirs, files - - -def write_stub(resource, pyfile): - _stub_template = textwrap.dedent(""" - def __bootstrap__(): - global __bootstrap__, __loader__, __file__ - import sys, pkg_resources, imp - __file__ = pkg_resources.resource_filename(__name__, %r) - __loader__ = None; del __bootstrap__, __loader__ - imp.load_dynamic(__name__,__file__) - __bootstrap__() - """).lstrip() - with open(pyfile, 'w') as f: - f.write(_stub_template % resource) - - -class bdist_egg(Command): - description = "create an \"egg\" distribution" - - user_options = [ - ('bdist-dir=', 'b', - "temporary directory for creating the distribution"), - ('plat-name=', 'p', "platform name to embed in generated filenames " - "(default: %s)" % get_build_platform()), - ('exclude-source-files', None, - "remove all .py files from the generated egg"), - ('keep-temp', 'k', - "keep the pseudo-installation tree around after " + - "creating the distribution archive"), - ('dist-dir=', 'd', - "directory to put final built distributions in"), - ('skip-build', None, - "skip rebuilding everything (for testing/debugging)"), - ] - - boolean_options = [ - 'keep-temp', 'skip-build', 'exclude-source-files' - ] - - def initialize_options(self): - self.bdist_dir = None - self.plat_name = None - self.keep_temp = 0 - self.dist_dir = None - self.skip_build = 0 - self.egg_output = None - self.exclude_source_files = None - - def finalize_options(self): - ei_cmd = self.ei_cmd = self.get_finalized_command("egg_info") - self.egg_info = ei_cmd.egg_info - - if self.bdist_dir is None: - bdist_base = self.get_finalized_command('bdist').bdist_base - self.bdist_dir = os.path.join(bdist_base, 'egg') - - if self.plat_name is None: - self.plat_name = get_build_platform() - - self.set_undefined_options('bdist', ('dist_dir', 'dist_dir')) - - if self.egg_output is None: - - # Compute filename of the output egg - basename = Distribution( - None, None, ei_cmd.egg_name, ei_cmd.egg_version, - get_python_version(), - self.distribution.has_ext_modules() and self.plat_name - ).egg_name() - - self.egg_output = os.path.join(self.dist_dir, basename + '.egg') - - def do_install_data(self): - # Hack for packages that install data to install's --install-lib - self.get_finalized_command('install').install_lib = self.bdist_dir - - site_packages = os.path.normcase(os.path.realpath(_get_purelib())) - old, self.distribution.data_files = self.distribution.data_files, [] - - for item in old: - if isinstance(item, tuple) and len(item) == 2: - if os.path.isabs(item[0]): - realpath = os.path.realpath(item[0]) - normalized = os.path.normcase(realpath) - if normalized == site_packages or normalized.startswith( - site_packages + os.sep - ): - item = realpath[len(site_packages) + 1:], item[1] - # XXX else: raise ??? - self.distribution.data_files.append(item) - - try: - log.info("installing package data to %s", self.bdist_dir) - self.call_command('install_data', force=0, root=None) - finally: - self.distribution.data_files = old - - def get_outputs(self): - return [self.egg_output] - - def call_command(self, cmdname, **kw): - """Invoke reinitialized command `cmdname` with keyword args""" - for dirname in INSTALL_DIRECTORY_ATTRS: - kw.setdefault(dirname, self.bdist_dir) - kw.setdefault('skip_build', self.skip_build) - kw.setdefault('dry_run', self.dry_run) - cmd = self.reinitialize_command(cmdname, **kw) - self.run_command(cmdname) - return cmd - - def run(self): - # Generate metadata first - self.run_command("egg_info") - # We run install_lib before install_data, because some data hacks - # pull their data path from the install_lib command. - log.info("installing library code to %s", self.bdist_dir) - instcmd = self.get_finalized_command('install') - old_root = instcmd.root - instcmd.root = None - if self.distribution.has_c_libraries() and not self.skip_build: - self.run_command('build_clib') - cmd = self.call_command('install_lib', warn_dir=0) - instcmd.root = old_root - - all_outputs, ext_outputs = self.get_ext_outputs() - self.stubs = [] - to_compile = [] - for (p, ext_name) in enumerate(ext_outputs): - filename, ext = os.path.splitext(ext_name) - pyfile = os.path.join(self.bdist_dir, strip_module(filename) + - '.py') - self.stubs.append(pyfile) - log.info("creating stub loader for %s", ext_name) - if not self.dry_run: - write_stub(os.path.basename(ext_name), pyfile) - to_compile.append(pyfile) - ext_outputs[p] = ext_name.replace(os.sep, '/') - - if to_compile: - cmd.byte_compile(to_compile) - if self.distribution.data_files: - self.do_install_data() - - # Make the EGG-INFO directory - archive_root = self.bdist_dir - egg_info = os.path.join(archive_root, 'EGG-INFO') - self.mkpath(egg_info) - if self.distribution.scripts: - script_dir = os.path.join(egg_info, 'scripts') - log.info("installing scripts to %s", script_dir) - self.call_command('install_scripts', install_dir=script_dir, - no_ep=1) - - self.copy_metadata_to(egg_info) - native_libs = os.path.join(egg_info, "native_libs.txt") - if all_outputs: - log.info("writing %s", native_libs) - if not self.dry_run: - ensure_directory(native_libs) - libs_file = open(native_libs, 'wt') - libs_file.write('\n'.join(all_outputs)) - libs_file.write('\n') - libs_file.close() - elif os.path.isfile(native_libs): - log.info("removing %s", native_libs) - if not self.dry_run: - os.unlink(native_libs) - - write_safety_flag( - os.path.join(archive_root, 'EGG-INFO'), self.zip_safe() - ) - - if os.path.exists(os.path.join(self.egg_info, 'depends.txt')): - log.warn( - "WARNING: 'depends.txt' will not be used by setuptools 0.6!\n" - "Use the install_requires/extras_require setup() args instead." - ) - - if self.exclude_source_files: - self.zap_pyfiles() - - # Make the archive - make_zipfile(self.egg_output, archive_root, verbose=self.verbose, - dry_run=self.dry_run, mode=self.gen_header()) - if not self.keep_temp: - remove_tree(self.bdist_dir, dry_run=self.dry_run) - - # Add to 'Distribution.dist_files' so that the "upload" command works - getattr(self.distribution, 'dist_files', []).append( - ('bdist_egg', get_python_version(), self.egg_output)) - - def zap_pyfiles(self): - log.info("Removing .py files from temporary directory") - for base, dirs, files in walk_egg(self.bdist_dir): - for name in files: - path = os.path.join(base, name) - - if name.endswith('.py'): - log.debug("Deleting %s", path) - os.unlink(path) - - if base.endswith('__pycache__'): - path_old = path - - pattern = r'(?P<name>.+)\.(?P<magic>[^.]+)\.pyc' - m = re.match(pattern, name) - path_new = os.path.join( - base, os.pardir, m.group('name') + '.pyc') - log.info( - "Renaming file from [%s] to [%s]" - % (path_old, path_new)) - try: - os.remove(path_new) - except OSError: - pass - os.rename(path_old, path_new) - - def zip_safe(self): - safe = getattr(self.distribution, 'zip_safe', None) - if safe is not None: - return safe - log.warn("zip_safe flag not set; analyzing archive contents...") - return analyze_egg(self.bdist_dir, self.stubs) - - def gen_header(self): - epm = EntryPoint.parse_map(self.distribution.entry_points or '') - ep = epm.get('setuptools.installation', {}).get('eggsecutable') - if ep is None: - return 'w' # not an eggsecutable, do it the usual way. - - if not ep.attrs or ep.extras: - raise DistutilsSetupError( - "eggsecutable entry point (%r) cannot have 'extras' " - "or refer to a module" % (ep,) - ) - - pyver = sys.version[:3] - pkg = ep.module_name - full = '.'.join(ep.attrs) - base = ep.attrs[0] - basename = os.path.basename(self.egg_output) - - header = ( - "#!/bin/sh\n" - 'if [ `basename $0` = "%(basename)s" ]\n' - 'then exec python%(pyver)s -c "' - "import sys, os; sys.path.insert(0, os.path.abspath('$0')); " - "from %(pkg)s import %(base)s; sys.exit(%(full)s())" - '" "$@"\n' - 'else\n' - ' echo $0 is not the correct name for this egg file.\n' - ' echo Please rename it back to %(basename)s and try again.\n' - ' exec false\n' - 'fi\n' - ) % locals() - - if not self.dry_run: - mkpath(os.path.dirname(self.egg_output), dry_run=self.dry_run) - f = open(self.egg_output, 'w') - f.write(header) - f.close() - return 'a' - - def copy_metadata_to(self, target_dir): - "Copy metadata (egg info) to the target_dir" - # normalize the path (so that a forward-slash in egg_info will - # match using startswith below) - norm_egg_info = os.path.normpath(self.egg_info) - prefix = os.path.join(norm_egg_info, '') - for path in self.ei_cmd.filelist.files: - if path.startswith(prefix): - target = os.path.join(target_dir, path[len(prefix):]) - ensure_directory(target) - self.copy_file(path, target) - - def get_ext_outputs(self): - """Get a list of relative paths to C extensions in the output distro""" - - all_outputs = [] - ext_outputs = [] - - paths = {self.bdist_dir: ''} - for base, dirs, files in sorted_walk(self.bdist_dir): - for filename in files: - if os.path.splitext(filename)[1].lower() in NATIVE_EXTENSIONS: - all_outputs.append(paths[base] + filename) - for filename in dirs: - paths[os.path.join(base, filename)] = (paths[base] + - filename + '/') - - if self.distribution.has_ext_modules(): - build_cmd = self.get_finalized_command('build_ext') - for ext in build_cmd.extensions: - if isinstance(ext, Library): - continue - fullname = build_cmd.get_ext_fullname(ext.name) - filename = build_cmd.get_ext_filename(fullname) - if not os.path.basename(filename).startswith('dl-'): - if os.path.exists(os.path.join(self.bdist_dir, filename)): - ext_outputs.append(filename) - - return all_outputs, ext_outputs - - -NATIVE_EXTENSIONS = dict.fromkeys('.dll .so .dylib .pyd'.split()) - - -def walk_egg(egg_dir): - """Walk an unpacked egg's contents, skipping the metadata directory""" - walker = sorted_walk(egg_dir) - base, dirs, files = next(walker) - if 'EGG-INFO' in dirs: - dirs.remove('EGG-INFO') - yield base, dirs, files - for bdf in walker: - yield bdf - - -def analyze_egg(egg_dir, stubs): - # check for existing flag in EGG-INFO - for flag, fn in safety_flags.items(): - if os.path.exists(os.path.join(egg_dir, 'EGG-INFO', fn)): - return flag - if not can_scan(): - return False - safe = True - for base, dirs, files in walk_egg(egg_dir): - for name in files: - if name.endswith('.py') or name.endswith('.pyw'): - continue - elif name.endswith('.pyc') or name.endswith('.pyo'): - # always scan, even if we already know we're not safe - safe = scan_module(egg_dir, base, name, stubs) and safe - return safe - - -def write_safety_flag(egg_dir, safe): - # Write or remove zip safety flag file(s) - for flag, fn in safety_flags.items(): - fn = os.path.join(egg_dir, fn) - if os.path.exists(fn): - if safe is None or bool(safe) != flag: - os.unlink(fn) - elif safe is not None and bool(safe) == flag: - f = open(fn, 'wt') - f.write('\n') - f.close() - - -safety_flags = { - True: 'zip-safe', - False: 'not-zip-safe', -} - - -def scan_module(egg_dir, base, name, stubs): - """Check whether module possibly uses unsafe-for-zipfile stuff""" - - filename = os.path.join(base, name) - if filename[:-1] in stubs: - return True # Extension module - pkg = base[len(egg_dir) + 1:].replace(os.sep, '.') - module = pkg + (pkg and '.' or '') + os.path.splitext(name)[0] - if six.PY2: - skip = 8 # skip magic & date - elif sys.version_info < (3, 7): - skip = 12 # skip magic & date & file size - else: - skip = 16 # skip magic & reserved? & date & file size - f = open(filename, 'rb') - f.read(skip) - code = marshal.load(f) - f.close() - safe = True - symbols = dict.fromkeys(iter_symbols(code)) - for bad in ['__file__', '__path__']: - if bad in symbols: - log.warn("%s: module references %s", module, bad) - safe = False - if 'inspect' in symbols: - for bad in [ - 'getsource', 'getabsfile', 'getsourcefile', 'getfile' - 'getsourcelines', 'findsource', 'getcomments', 'getframeinfo', - 'getinnerframes', 'getouterframes', 'stack', 'trace' - ]: - if bad in symbols: - log.warn("%s: module MAY be using inspect.%s", module, bad) - safe = False - return safe - - -def iter_symbols(code): - """Yield names and strings used by `code` and its nested code objects""" - for name in code.co_names: - yield name - for const in code.co_consts: - if isinstance(const, six.string_types): - yield const - elif isinstance(const, CodeType): - for name in iter_symbols(const): - yield name - - -def can_scan(): - if not sys.platform.startswith('java') and sys.platform != 'cli': - # CPython, PyPy, etc. - return True - log.warn("Unable to analyze compiled code on this platform.") - log.warn("Please ask the author to include a 'zip_safe'" - " setting (either True or False) in the package's setup.py") - - -# Attribute names of options for commands that might need to be convinced to -# install to the egg build directory - -INSTALL_DIRECTORY_ATTRS = [ - 'install_lib', 'install_dir', 'install_data', 'install_base' -] - - -def make_zipfile(zip_filename, base_dir, verbose=0, dry_run=0, compress=True, - mode='w'): - """Create a zip file from all the files under 'base_dir'. The output - zip file will be named 'base_dir' + ".zip". Uses either the "zipfile" - Python module (if available) or the InfoZIP "zip" utility (if installed - and found on the default search path). If neither tool is available, - raises DistutilsExecError. Returns the name of the output zip file. - """ - import zipfile - - mkpath(os.path.dirname(zip_filename), dry_run=dry_run) - log.info("creating '%s' and adding '%s' to it", zip_filename, base_dir) - - def visit(z, dirname, names): - for name in names: - path = os.path.normpath(os.path.join(dirname, name)) - if os.path.isfile(path): - p = path[len(base_dir) + 1:] - if not dry_run: - z.write(path, p) - log.debug("adding '%s'", p) - - compression = zipfile.ZIP_DEFLATED if compress else zipfile.ZIP_STORED - if not dry_run: - z = zipfile.ZipFile(zip_filename, mode, compression=compression) - for dirname, dirs, files in sorted_walk(base_dir): - visit(z, dirname, files) - z.close() - else: - for dirname, dirs, files in sorted_walk(base_dir): - visit(None, dirname, files) - return zip_filename diff --git a/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py b/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py deleted file mode 100644 index 7073092..0000000 --- a/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py +++ /dev/null @@ -1,43 +0,0 @@ -import distutils.command.bdist_rpm as orig - - -class bdist_rpm(orig.bdist_rpm): - """ - Override the default bdist_rpm behavior to do the following: - - 1. Run egg_info to ensure the name and version are properly calculated. - 2. Always run 'install' using --single-version-externally-managed to - disable eggs in RPM distributions. - 3. Replace dash with underscore in the version numbers for better RPM - compatibility. - """ - - def run(self): - # ensure distro name is up-to-date - self.run_command('egg_info') - - orig.bdist_rpm.run(self) - - def _make_spec_file(self): - version = self.distribution.get_version() - rpmversion = version.replace('-', '_') - spec = orig.bdist_rpm._make_spec_file(self) - line23 = '%define version ' + version - line24 = '%define version ' + rpmversion - spec = [ - line.replace( - "Source0: %{name}-%{version}.tar", - "Source0: %{name}-%{unmangled_version}.tar" - ).replace( - "setup.py install ", - "setup.py install --single-version-externally-managed " - ).replace( - "%setup", - "%setup -n %{name}-%{unmangled_version}" - ).replace(line23, line24) - for line in spec - ] - insert_loc = spec.index(line24) + 1 - unmangled_version = "%define unmangled_version " + version - spec.insert(insert_loc, unmangled_version) - return spec diff --git a/lib/python3.8/site-packages/setuptools/command/bdist_wininst.py b/lib/python3.8/site-packages/setuptools/command/bdist_wininst.py deleted file mode 100644 index 073de97..0000000 --- a/lib/python3.8/site-packages/setuptools/command/bdist_wininst.py +++ /dev/null @@ -1,21 +0,0 @@ -import distutils.command.bdist_wininst as orig - - -class bdist_wininst(orig.bdist_wininst): - def reinitialize_command(self, command, reinit_subcommands=0): - """ - Supplement reinitialize_command to work around - http://bugs.python.org/issue20819 - """ - cmd = self.distribution.reinitialize_command( - command, reinit_subcommands) - if command in ('install', 'install_lib'): - cmd.install_lib = None - return cmd - - def run(self): - self._is_running = True - try: - orig.bdist_wininst.run(self) - finally: - self._is_running = False diff --git a/lib/python3.8/site-packages/setuptools/command/build_clib.py b/lib/python3.8/site-packages/setuptools/command/build_clib.py deleted file mode 100644 index 09caff6..0000000 --- a/lib/python3.8/site-packages/setuptools/command/build_clib.py +++ /dev/null @@ -1,98 +0,0 @@ -import distutils.command.build_clib as orig -from distutils.errors import DistutilsSetupError -from distutils import log -from setuptools.dep_util import newer_pairwise_group - - -class build_clib(orig.build_clib): - """ - Override the default build_clib behaviour to do the following: - - 1. Implement a rudimentary timestamp-based dependency system - so 'compile()' doesn't run every time. - 2. Add more keys to the 'build_info' dictionary: - * obj_deps - specify dependencies for each object compiled. - this should be a dictionary mapping a key - with the source filename to a list of - dependencies. Use an empty string for global - dependencies. - * cflags - specify a list of additional flags to pass to - the compiler. - """ - - def build_libraries(self, libraries): - for (lib_name, build_info) in libraries: - sources = build_info.get('sources') - if sources is None or not isinstance(sources, (list, tuple)): - raise DistutilsSetupError( - "in 'libraries' option (library '%s'), " - "'sources' must be present and must be " - "a list of source filenames" % lib_name) - sources = list(sources) - - log.info("building '%s' library", lib_name) - - # Make sure everything is the correct type. - # obj_deps should be a dictionary of keys as sources - # and a list/tuple of files that are its dependencies. - obj_deps = build_info.get('obj_deps', dict()) - if not isinstance(obj_deps, dict): - raise DistutilsSetupError( - "in 'libraries' option (library '%s'), " - "'obj_deps' must be a dictionary of " - "type 'source: list'" % lib_name) - dependencies = [] - - # Get the global dependencies that are specified by the '' key. - # These will go into every source's dependency list. - global_deps = obj_deps.get('', list()) - if not isinstance(global_deps, (list, tuple)): - raise DistutilsSetupError( - "in 'libraries' option (library '%s'), " - "'obj_deps' must be a dictionary of " - "type 'source: list'" % lib_name) - - # Build the list to be used by newer_pairwise_group - # each source will be auto-added to its dependencies. - for source in sources: - src_deps = [source] - src_deps.extend(global_deps) - extra_deps = obj_deps.get(source, list()) - if not isinstance(extra_deps, (list, tuple)): - raise DistutilsSetupError( - "in 'libraries' option (library '%s'), " - "'obj_deps' must be a dictionary of " - "type 'source: list'" % lib_name) - src_deps.extend(extra_deps) - dependencies.append(src_deps) - - expected_objects = self.compiler.object_filenames( - sources, - output_dir=self.build_temp - ) - - if newer_pairwise_group(dependencies, expected_objects) != ([], []): - # First, compile the source code to object files in the library - # directory. (This should probably change to putting object - # files in a temporary build directory.) - macros = build_info.get('macros') - include_dirs = build_info.get('include_dirs') - cflags = build_info.get('cflags') - objects = self.compiler.compile( - sources, - output_dir=self.build_temp, - macros=macros, - include_dirs=include_dirs, - extra_postargs=cflags, - debug=self.debug - ) - - # Now "link" the object files together into a static library. - # (On Unix at least, this isn't really linking -- it just - # builds an archive. Whatever.) - self.compiler.create_static_lib( - expected_objects, - lib_name, - output_dir=self.build_clib, - debug=self.debug - ) diff --git a/lib/python3.8/site-packages/setuptools/command/build_ext.py b/lib/python3.8/site-packages/setuptools/command/build_ext.py deleted file mode 100644 index daa8e4f..0000000 --- a/lib/python3.8/site-packages/setuptools/command/build_ext.py +++ /dev/null @@ -1,327 +0,0 @@ -import os -import sys -import itertools -from distutils.command.build_ext import build_ext as _du_build_ext -from distutils.file_util import copy_file -from distutils.ccompiler import new_compiler -from distutils.sysconfig import customize_compiler, get_config_var -from distutils.errors import DistutilsError -from distutils import log - -from setuptools.extension import Library -from setuptools.extern import six - -if six.PY2: - import imp - - EXTENSION_SUFFIXES = [s for s, _, tp in imp.get_suffixes() if tp == imp.C_EXTENSION] -else: - from importlib.machinery import EXTENSION_SUFFIXES - -try: - # Attempt to use Cython for building extensions, if available - from Cython.Distutils.build_ext import build_ext as _build_ext - # Additionally, assert that the compiler module will load - # also. Ref #1229. - __import__('Cython.Compiler.Main') -except ImportError: - _build_ext = _du_build_ext - -# make sure _config_vars is initialized -get_config_var("LDSHARED") -from distutils.sysconfig import _config_vars as _CONFIG_VARS - - -def _customize_compiler_for_shlib(compiler): - if sys.platform == "darwin": - # building .dylib requires additional compiler flags on OSX; here we - # temporarily substitute the pyconfig.h variables so that distutils' - # 'customize_compiler' uses them before we build the shared libraries. - tmp = _CONFIG_VARS.copy() - try: - # XXX Help! I don't have any idea whether these are right... - _CONFIG_VARS['LDSHARED'] = ( - "gcc -Wl,-x -dynamiclib -undefined dynamic_lookup") - _CONFIG_VARS['CCSHARED'] = " -dynamiclib" - _CONFIG_VARS['SO'] = ".dylib" - customize_compiler(compiler) - finally: - _CONFIG_VARS.clear() - _CONFIG_VARS.update(tmp) - else: - customize_compiler(compiler) - - -have_rtld = False -use_stubs = False -libtype = 'shared' - -if sys.platform == "darwin": - use_stubs = True -elif os.name != 'nt': - try: - import dl - use_stubs = have_rtld = hasattr(dl, 'RTLD_NOW') - except ImportError: - pass - -if_dl = lambda s: s if have_rtld else '' - - -def get_abi3_suffix(): - """Return the file extension for an abi3-compliant Extension()""" - for suffix in EXTENSION_SUFFIXES: - if '.abi3' in suffix: # Unix - return suffix - elif suffix == '.pyd': # Windows - return suffix - - -class build_ext(_build_ext): - def run(self): - """Build extensions in build directory, then copy if --inplace""" - old_inplace, self.inplace = self.inplace, 0 - _build_ext.run(self) - self.inplace = old_inplace - if old_inplace: - self.copy_extensions_to_source() - - def copy_extensions_to_source(self): - build_py = self.get_finalized_command('build_py') - for ext in self.extensions: - fullname = self.get_ext_fullname(ext.name) - filename = self.get_ext_filename(fullname) - modpath = fullname.split('.') - package = '.'.join(modpath[:-1]) - package_dir = build_py.get_package_dir(package) - dest_filename = os.path.join(package_dir, - os.path.basename(filename)) - src_filename = os.path.join(self.build_lib, filename) - - # Always copy, even if source is older than destination, to ensure - # that the right extensions for the current Python/platform are - # used. - copy_file( - src_filename, dest_filename, verbose=self.verbose, - dry_run=self.dry_run - ) - if ext._needs_stub: - self.write_stub(package_dir or os.curdir, ext, True) - - def get_ext_filename(self, fullname): - filename = _build_ext.get_ext_filename(self, fullname) - if fullname in self.ext_map: - ext = self.ext_map[fullname] - use_abi3 = ( - six.PY3 - and getattr(ext, 'py_limited_api') - and get_abi3_suffix() - ) - if use_abi3: - so_ext = get_config_var('EXT_SUFFIX') - filename = filename[:-len(so_ext)] - filename = filename + get_abi3_suffix() - if isinstance(ext, Library): - fn, ext = os.path.splitext(filename) - return self.shlib_compiler.library_filename(fn, libtype) - elif use_stubs and ext._links_to_dynamic: - d, fn = os.path.split(filename) - return os.path.join(d, 'dl-' + fn) - return filename - - def initialize_options(self): - _build_ext.initialize_options(self) - self.shlib_compiler = None - self.shlibs = [] - self.ext_map = {} - - def finalize_options(self): - _build_ext.finalize_options(self) - self.extensions = self.extensions or [] - self.check_extensions_list(self.extensions) - self.shlibs = [ext for ext in self.extensions - if isinstance(ext, Library)] - if self.shlibs: - self.setup_shlib_compiler() - for ext in self.extensions: - ext._full_name = self.get_ext_fullname(ext.name) - for ext in self.extensions: - fullname = ext._full_name - self.ext_map[fullname] = ext - - # distutils 3.1 will also ask for module names - # XXX what to do with conflicts? - self.ext_map[fullname.split('.')[-1]] = ext - - ltd = self.shlibs and self.links_to_dynamic(ext) or False - ns = ltd and use_stubs and not isinstance(ext, Library) - ext._links_to_dynamic = ltd - ext._needs_stub = ns - filename = ext._file_name = self.get_ext_filename(fullname) - libdir = os.path.dirname(os.path.join(self.build_lib, filename)) - if ltd and libdir not in ext.library_dirs: - ext.library_dirs.append(libdir) - if ltd and use_stubs and os.curdir not in ext.runtime_library_dirs: - ext.runtime_library_dirs.append(os.curdir) - - def setup_shlib_compiler(self): - compiler = self.shlib_compiler = new_compiler( - compiler=self.compiler, dry_run=self.dry_run, force=self.force - ) - _customize_compiler_for_shlib(compiler) - - if self.include_dirs is not None: - compiler.set_include_dirs(self.include_dirs) - if self.define is not None: - # 'define' option is a list of (name,value) tuples - for (name, value) in self.define: - compiler.define_macro(name, value) - if self.undef is not None: - for macro in self.undef: - compiler.undefine_macro(macro) - if self.libraries is not None: - compiler.set_libraries(self.libraries) - if self.library_dirs is not None: - compiler.set_library_dirs(self.library_dirs) - if self.rpath is not None: - compiler.set_runtime_library_dirs(self.rpath) - if self.link_objects is not None: - compiler.set_link_objects(self.link_objects) - - # hack so distutils' build_extension() builds a library instead - compiler.link_shared_object = link_shared_object.__get__(compiler) - - def get_export_symbols(self, ext): - if isinstance(ext, Library): - return ext.export_symbols - return _build_ext.get_export_symbols(self, ext) - - def build_extension(self, ext): - ext._convert_pyx_sources_to_lang() - _compiler = self.compiler - try: - if isinstance(ext, Library): - self.compiler = self.shlib_compiler - _build_ext.build_extension(self, ext) - if ext._needs_stub: - cmd = self.get_finalized_command('build_py').build_lib - self.write_stub(cmd, ext) - finally: - self.compiler = _compiler - - def links_to_dynamic(self, ext): - """Return true if 'ext' links to a dynamic lib in the same package""" - # XXX this should check to ensure the lib is actually being built - # XXX as dynamic, and not just using a locally-found version or a - # XXX static-compiled version - libnames = dict.fromkeys([lib._full_name for lib in self.shlibs]) - pkg = '.'.join(ext._full_name.split('.')[:-1] + ['']) - return any(pkg + libname in libnames for libname in ext.libraries) - - def get_outputs(self): - return _build_ext.get_outputs(self) + self.__get_stubs_outputs() - - def __get_stubs_outputs(self): - # assemble the base name for each extension that needs a stub - ns_ext_bases = ( - os.path.join(self.build_lib, *ext._full_name.split('.')) - for ext in self.extensions - if ext._needs_stub - ) - # pair each base with the extension - pairs = itertools.product(ns_ext_bases, self.__get_output_extensions()) - return list(base + fnext for base, fnext in pairs) - - def __get_output_extensions(self): - yield '.py' - yield '.pyc' - if self.get_finalized_command('build_py').optimize: - yield '.pyo' - - def write_stub(self, output_dir, ext, compile=False): - log.info("writing stub loader for %s to %s", ext._full_name, - output_dir) - stub_file = (os.path.join(output_dir, *ext._full_name.split('.')) + - '.py') - if compile and os.path.exists(stub_file): - raise DistutilsError(stub_file + " already exists! Please delete.") - if not self.dry_run: - f = open(stub_file, 'w') - f.write( - '\n'.join([ - "def __bootstrap__():", - " global __bootstrap__, __file__, __loader__", - " import sys, os, pkg_resources, imp" + if_dl(", dl"), - " __file__ = pkg_resources.resource_filename" - "(__name__,%r)" - % os.path.basename(ext._file_name), - " del __bootstrap__", - " if '__loader__' in globals():", - " del __loader__", - if_dl(" old_flags = sys.getdlopenflags()"), - " old_dir = os.getcwd()", - " try:", - " os.chdir(os.path.dirname(__file__))", - if_dl(" sys.setdlopenflags(dl.RTLD_NOW)"), - " imp.load_dynamic(__name__,__file__)", - " finally:", - if_dl(" sys.setdlopenflags(old_flags)"), - " os.chdir(old_dir)", - "__bootstrap__()", - "" # terminal \n - ]) - ) - f.close() - if compile: - from distutils.util import byte_compile - - byte_compile([stub_file], optimize=0, - force=True, dry_run=self.dry_run) - optimize = self.get_finalized_command('install_lib').optimize - if optimize > 0: - byte_compile([stub_file], optimize=optimize, - force=True, dry_run=self.dry_run) - if os.path.exists(stub_file) and not self.dry_run: - os.unlink(stub_file) - - -if use_stubs or os.name == 'nt': - # Build shared libraries - # - def link_shared_object( - self, objects, output_libname, output_dir=None, libraries=None, - library_dirs=None, runtime_library_dirs=None, export_symbols=None, - debug=0, extra_preargs=None, extra_postargs=None, build_temp=None, - target_lang=None): - self.link( - self.SHARED_LIBRARY, objects, output_libname, - output_dir, libraries, library_dirs, runtime_library_dirs, - export_symbols, debug, extra_preargs, extra_postargs, - build_temp, target_lang - ) -else: - # Build static libraries everywhere else - libtype = 'static' - - def link_shared_object( - self, objects, output_libname, output_dir=None, libraries=None, - library_dirs=None, runtime_library_dirs=None, export_symbols=None, - debug=0, extra_preargs=None, extra_postargs=None, build_temp=None, - target_lang=None): - # XXX we need to either disallow these attrs on Library instances, - # or warn/abort here if set, or something... - # libraries=None, library_dirs=None, runtime_library_dirs=None, - # export_symbols=None, extra_preargs=None, extra_postargs=None, - # build_temp=None - - assert output_dir is None # distutils build_ext doesn't pass this - output_dir, filename = os.path.split(output_libname) - basename, ext = os.path.splitext(filename) - if self.library_filename("x").startswith('lib'): - # strip 'lib' prefix; this is kludgy if some platform uses - # a different prefix - basename = basename[3:] - - self.create_static_lib( - objects, basename, output_dir, debug, target_lang - ) diff --git a/lib/python3.8/site-packages/setuptools/command/build_py.py b/lib/python3.8/site-packages/setuptools/command/build_py.py deleted file mode 100644 index b0314fd..0000000 --- a/lib/python3.8/site-packages/setuptools/command/build_py.py +++ /dev/null @@ -1,270 +0,0 @@ -from glob import glob -from distutils.util import convert_path -import distutils.command.build_py as orig -import os -import fnmatch -import textwrap -import io -import distutils.errors -import itertools - -from setuptools.extern import six -from setuptools.extern.six.moves import map, filter, filterfalse - -try: - from setuptools.lib2to3_ex import Mixin2to3 -except ImportError: - - class Mixin2to3: - def run_2to3(self, files, doctests=True): - "do nothing" - - -class build_py(orig.build_py, Mixin2to3): - """Enhanced 'build_py' command that includes data files with packages - - The data files are specified via a 'package_data' argument to 'setup()'. - See 'setuptools.dist.Distribution' for more details. - - Also, this version of the 'build_py' command allows you to specify both - 'py_modules' and 'packages' in the same setup operation. - """ - - def finalize_options(self): - orig.build_py.finalize_options(self) - self.package_data = self.distribution.package_data - self.exclude_package_data = (self.distribution.exclude_package_data or - {}) - if 'data_files' in self.__dict__: - del self.__dict__['data_files'] - self.__updated_files = [] - self.__doctests_2to3 = [] - - def run(self): - """Build modules, packages, and copy data files to build directory""" - if not self.py_modules and not self.packages: - return - - if self.py_modules: - self.build_modules() - - if self.packages: - self.build_packages() - self.build_package_data() - - self.run_2to3(self.__updated_files, False) - self.run_2to3(self.__updated_files, True) - self.run_2to3(self.__doctests_2to3, True) - - # Only compile actual .py files, using our base class' idea of what our - # output files are. - self.byte_compile(orig.build_py.get_outputs(self, include_bytecode=0)) - - def __getattr__(self, attr): - "lazily compute data files" - if attr == 'data_files': - self.data_files = self._get_data_files() - return self.data_files - return orig.build_py.__getattr__(self, attr) - - def build_module(self, module, module_file, package): - if six.PY2 and isinstance(package, six.string_types): - # avoid errors on Python 2 when unicode is passed (#190) - package = package.split('.') - outfile, copied = orig.build_py.build_module(self, module, module_file, - package) - if copied: - self.__updated_files.append(outfile) - return outfile, copied - - def _get_data_files(self): - """Generate list of '(package,src_dir,build_dir,filenames)' tuples""" - self.analyze_manifest() - return list(map(self._get_pkg_data_files, self.packages or ())) - - def _get_pkg_data_files(self, package): - # Locate package source directory - src_dir = self.get_package_dir(package) - - # Compute package build directory - build_dir = os.path.join(*([self.build_lib] + package.split('.'))) - - # Strip directory from globbed filenames - filenames = [ - os.path.relpath(file, src_dir) - for file in self.find_data_files(package, src_dir) - ] - return package, src_dir, build_dir, filenames - - def find_data_files(self, package, src_dir): - """Return filenames for package's data files in 'src_dir'""" - patterns = self._get_platform_patterns( - self.package_data, - package, - src_dir, - ) - globs_expanded = map(glob, patterns) - # flatten the expanded globs into an iterable of matches - globs_matches = itertools.chain.from_iterable(globs_expanded) - glob_files = filter(os.path.isfile, globs_matches) - files = itertools.chain( - self.manifest_files.get(package, []), - glob_files, - ) - return self.exclude_data_files(package, src_dir, files) - - def build_package_data(self): - """Copy data files into build directory""" - for package, src_dir, build_dir, filenames in self.data_files: - for filename in filenames: - target = os.path.join(build_dir, filename) - self.mkpath(os.path.dirname(target)) - srcfile = os.path.join(src_dir, filename) - outf, copied = self.copy_file(srcfile, target) - srcfile = os.path.abspath(srcfile) - if (copied and - srcfile in self.distribution.convert_2to3_doctests): - self.__doctests_2to3.append(outf) - - def analyze_manifest(self): - self.manifest_files = mf = {} - if not self.distribution.include_package_data: - return - src_dirs = {} - for package in self.packages or (): - # Locate package source directory - src_dirs[assert_relative(self.get_package_dir(package))] = package - - self.run_command('egg_info') - ei_cmd = self.get_finalized_command('egg_info') - for path in ei_cmd.filelist.files: - d, f = os.path.split(assert_relative(path)) - prev = None - oldf = f - while d and d != prev and d not in src_dirs: - prev = d - d, df = os.path.split(d) - f = os.path.join(df, f) - if d in src_dirs: - if path.endswith('.py') and f == oldf: - continue # it's a module, not data - mf.setdefault(src_dirs[d], []).append(path) - - def get_data_files(self): - pass # Lazily compute data files in _get_data_files() function. - - def check_package(self, package, package_dir): - """Check namespace packages' __init__ for declare_namespace""" - try: - return self.packages_checked[package] - except KeyError: - pass - - init_py = orig.build_py.check_package(self, package, package_dir) - self.packages_checked[package] = init_py - - if not init_py or not self.distribution.namespace_packages: - return init_py - - for pkg in self.distribution.namespace_packages: - if pkg == package or pkg.startswith(package + '.'): - break - else: - return init_py - - with io.open(init_py, 'rb') as f: - contents = f.read() - if b'declare_namespace' not in contents: - raise distutils.errors.DistutilsError( - "Namespace package problem: %s is a namespace package, but " - "its\n__init__.py does not call declare_namespace()! Please " - 'fix it.\n(See the setuptools manual under ' - '"Namespace Packages" for details.)\n"' % (package,) - ) - return init_py - - def initialize_options(self): - self.packages_checked = {} - orig.build_py.initialize_options(self) - - def get_package_dir(self, package): - res = orig.build_py.get_package_dir(self, package) - if self.distribution.src_root is not None: - return os.path.join(self.distribution.src_root, res) - return res - - def exclude_data_files(self, package, src_dir, files): - """Filter filenames for package's data files in 'src_dir'""" - files = list(files) - patterns = self._get_platform_patterns( - self.exclude_package_data, - package, - src_dir, - ) - match_groups = ( - fnmatch.filter(files, pattern) - for pattern in patterns - ) - # flatten the groups of matches into an iterable of matches - matches = itertools.chain.from_iterable(match_groups) - bad = set(matches) - keepers = ( - fn - for fn in files - if fn not in bad - ) - # ditch dupes - return list(_unique_everseen(keepers)) - - @staticmethod - def _get_platform_patterns(spec, package, src_dir): - """ - yield platform-specific path patterns (suitable for glob - or fn_match) from a glob-based spec (such as - self.package_data or self.exclude_package_data) - matching package in src_dir. - """ - raw_patterns = itertools.chain( - spec.get('', []), - spec.get(package, []), - ) - return ( - # Each pattern has to be converted to a platform-specific path - os.path.join(src_dir, convert_path(pattern)) - for pattern in raw_patterns - ) - - -# from Python docs -def _unique_everseen(iterable, key=None): - "List unique elements, preserving order. Remember all elements ever seen." - # unique_everseen('AAAABBBCCDAABBB') --> A B C D - # unique_everseen('ABBCcAD', str.lower) --> A B C D - seen = set() - seen_add = seen.add - if key is None: - for element in filterfalse(seen.__contains__, iterable): - seen_add(element) - yield element - else: - for element in iterable: - k = key(element) - if k not in seen: - seen_add(k) - yield element - - -def assert_relative(path): - if not os.path.isabs(path): - return path - from distutils.errors import DistutilsSetupError - - msg = textwrap.dedent(""" - Error: setup script specifies an absolute path: - - %s - - setup() arguments must *always* be /-separated paths relative to the - setup.py directory, *never* absolute paths. - """).lstrip() % path - raise DistutilsSetupError(msg) diff --git a/lib/python3.8/site-packages/setuptools/command/develop.py b/lib/python3.8/site-packages/setuptools/command/develop.py deleted file mode 100644 index 009e4f9..0000000 --- a/lib/python3.8/site-packages/setuptools/command/develop.py +++ /dev/null @@ -1,221 +0,0 @@ -from distutils.util import convert_path -from distutils import log -from distutils.errors import DistutilsError, DistutilsOptionError -import os -import glob -import io - -from setuptools.extern import six - -import pkg_resources -from setuptools.command.easy_install import easy_install -from setuptools import namespaces -import setuptools - -__metaclass__ = type - - -class develop(namespaces.DevelopInstaller, easy_install): - """Set up package for development""" - - description = "install package in 'development mode'" - - user_options = easy_install.user_options + [ - ("uninstall", "u", "Uninstall this source package"), - ("egg-path=", None, "Set the path to be used in the .egg-link file"), - ] - - boolean_options = easy_install.boolean_options + ['uninstall'] - - command_consumes_arguments = False # override base - - def run(self): - if self.uninstall: - self.multi_version = True - self.uninstall_link() - self.uninstall_namespaces() - else: - self.install_for_development() - self.warn_deprecated_options() - - def initialize_options(self): - self.uninstall = None - self.egg_path = None - easy_install.initialize_options(self) - self.setup_path = None - self.always_copy_from = '.' # always copy eggs installed in curdir - - def finalize_options(self): - ei = self.get_finalized_command("egg_info") - if ei.broken_egg_info: - template = "Please rename %r to %r before using 'develop'" - args = ei.egg_info, ei.broken_egg_info - raise DistutilsError(template % args) - self.args = [ei.egg_name] - - easy_install.finalize_options(self) - self.expand_basedirs() - self.expand_dirs() - # pick up setup-dir .egg files only: no .egg-info - self.package_index.scan(glob.glob('*.egg')) - - egg_link_fn = ei.egg_name + '.egg-link' - self.egg_link = os.path.join(self.install_dir, egg_link_fn) - self.egg_base = ei.egg_base - if self.egg_path is None: - self.egg_path = os.path.abspath(ei.egg_base) - - target = pkg_resources.normalize_path(self.egg_base) - egg_path = pkg_resources.normalize_path( - os.path.join(self.install_dir, self.egg_path)) - if egg_path != target: - raise DistutilsOptionError( - "--egg-path must be a relative path from the install" - " directory to " + target - ) - - # Make a distribution for the package's source - self.dist = pkg_resources.Distribution( - target, - pkg_resources.PathMetadata(target, os.path.abspath(ei.egg_info)), - project_name=ei.egg_name - ) - - self.setup_path = self._resolve_setup_path( - self.egg_base, - self.install_dir, - self.egg_path, - ) - - @staticmethod - def _resolve_setup_path(egg_base, install_dir, egg_path): - """ - Generate a path from egg_base back to '.' where the - setup script resides and ensure that path points to the - setup path from $install_dir/$egg_path. - """ - path_to_setup = egg_base.replace(os.sep, '/').rstrip('/') - if path_to_setup != os.curdir: - path_to_setup = '../' * (path_to_setup.count('/') + 1) - resolved = pkg_resources.normalize_path( - os.path.join(install_dir, egg_path, path_to_setup) - ) - if resolved != pkg_resources.normalize_path(os.curdir): - raise DistutilsOptionError( - "Can't get a consistent path to setup script from" - " installation directory", resolved, - pkg_resources.normalize_path(os.curdir)) - return path_to_setup - - def install_for_development(self): - if six.PY3 and getattr(self.distribution, 'use_2to3', False): - # If we run 2to3 we can not do this inplace: - - # Ensure metadata is up-to-date - self.reinitialize_command('build_py', inplace=0) - self.run_command('build_py') - bpy_cmd = self.get_finalized_command("build_py") - build_path = pkg_resources.normalize_path(bpy_cmd.build_lib) - - # Build extensions - self.reinitialize_command('egg_info', egg_base=build_path) - self.run_command('egg_info') - - self.reinitialize_command('build_ext', inplace=0) - self.run_command('build_ext') - - # Fixup egg-link and easy-install.pth - ei_cmd = self.get_finalized_command("egg_info") - self.egg_path = build_path - self.dist.location = build_path - # XXX - self.dist._provider = pkg_resources.PathMetadata( - build_path, ei_cmd.egg_info) - else: - # Without 2to3 inplace works fine: - self.run_command('egg_info') - - # Build extensions in-place - self.reinitialize_command('build_ext', inplace=1) - self.run_command('build_ext') - - self.install_site_py() # ensure that target dir is site-safe - if setuptools.bootstrap_install_from: - self.easy_install(setuptools.bootstrap_install_from) - setuptools.bootstrap_install_from = None - - self.install_namespaces() - - # create an .egg-link in the installation dir, pointing to our egg - log.info("Creating %s (link to %s)", self.egg_link, self.egg_base) - if not self.dry_run: - with open(self.egg_link, "w") as f: - f.write(self.egg_path + "\n" + self.setup_path) - # postprocess the installed distro, fixing up .pth, installing scripts, - # and handling requirements - self.process_distribution(None, self.dist, not self.no_deps) - - def uninstall_link(self): - if os.path.exists(self.egg_link): - log.info("Removing %s (link to %s)", self.egg_link, self.egg_base) - egg_link_file = open(self.egg_link) - contents = [line.rstrip() for line in egg_link_file] - egg_link_file.close() - if contents not in ([self.egg_path], - [self.egg_path, self.setup_path]): - log.warn("Link points to %s: uninstall aborted", contents) - return - if not self.dry_run: - os.unlink(self.egg_link) - if not self.dry_run: - self.update_pth(self.dist) # remove any .pth link to us - if self.distribution.scripts: - # XXX should also check for entry point scripts! - log.warn("Note: you must uninstall or replace scripts manually!") - - def install_egg_scripts(self, dist): - if dist is not self.dist: - # Installing a dependency, so fall back to normal behavior - return easy_install.install_egg_scripts(self, dist) - - # create wrapper scripts in the script dir, pointing to dist.scripts - - # new-style... - self.install_wrapper_scripts(dist) - - # ...and old-style - for script_name in self.distribution.scripts or []: - script_path = os.path.abspath(convert_path(script_name)) - script_name = os.path.basename(script_path) - with io.open(script_path) as strm: - script_text = strm.read() - self.install_script(dist, script_name, script_text, script_path) - - def install_wrapper_scripts(self, dist): - dist = VersionlessRequirement(dist) - return easy_install.install_wrapper_scripts(self, dist) - - -class VersionlessRequirement: - """ - Adapt a pkg_resources.Distribution to simply return the project - name as the 'requirement' so that scripts will work across - multiple versions. - - >>> from pkg_resources import Distribution - >>> dist = Distribution(project_name='foo', version='1.0') - >>> str(dist.as_requirement()) - 'foo==1.0' - >>> adapted_dist = VersionlessRequirement(dist) - >>> str(adapted_dist.as_requirement()) - 'foo' - """ - - def __init__(self, dist): - self.__dist = dist - - def __getattr__(self, name): - return getattr(self.__dist, name) - - def as_requirement(self): - return self.project_name diff --git a/lib/python3.8/site-packages/setuptools/command/dist_info.py b/lib/python3.8/site-packages/setuptools/command/dist_info.py deleted file mode 100644 index c45258f..0000000 --- a/lib/python3.8/site-packages/setuptools/command/dist_info.py +++ /dev/null @@ -1,36 +0,0 @@ -""" -Create a dist_info directory -As defined in the wheel specification -""" - -import os - -from distutils.core import Command -from distutils import log - - -class dist_info(Command): - - description = 'create a .dist-info directory' - - user_options = [ - ('egg-base=', 'e', "directory containing .egg-info directories" - " (default: top of the source tree)"), - ] - - def initialize_options(self): - self.egg_base = None - - def finalize_options(self): - pass - - def run(self): - egg_info = self.get_finalized_command('egg_info') - egg_info.egg_base = self.egg_base - egg_info.finalize_options() - egg_info.run() - dist_info_dir = egg_info.egg_info[:-len('.egg-info')] + '.dist-info' - log.info("creating '{}'".format(os.path.abspath(dist_info_dir))) - - bdist_wheel = self.get_finalized_command('bdist_wheel') - bdist_wheel.egg2dist(egg_info.egg_info, dist_info_dir) diff --git a/lib/python3.8/site-packages/setuptools/command/easy_install.py b/lib/python3.8/site-packages/setuptools/command/easy_install.py deleted file mode 100644 index 06c9827..0000000 --- a/lib/python3.8/site-packages/setuptools/command/easy_install.py +++ /dev/null @@ -1,2342 +0,0 @@ -#!/usr/bin/env python -""" -Easy Install ------------- - -A tool for doing automatic download/extract/build of distutils-based Python -packages. For detailed documentation, see the accompanying EasyInstall.txt -file, or visit the `EasyInstall home page`__. - -__ https://setuptools.readthedocs.io/en/latest/easy_install.html - -""" - -from glob import glob -from distutils.util import get_platform -from distutils.util import convert_path, subst_vars -from distutils.errors import ( - DistutilsArgError, DistutilsOptionError, - DistutilsError, DistutilsPlatformError, -) -from distutils.command.install import INSTALL_SCHEMES, SCHEME_KEYS -from distutils import log, dir_util -from distutils.command.build_scripts import first_line_re -from distutils.spawn import find_executable -import sys -import os -import zipimport -import shutil -import tempfile -import zipfile -import re -import stat -import random -import textwrap -import warnings -import site -import struct -import contextlib -import subprocess -import shlex -import io - - -from sysconfig import get_config_vars, get_path - -from setuptools import SetuptoolsDeprecationWarning - -from setuptools.extern import six -from setuptools.extern.six.moves import configparser, map - -from setuptools import Command -from setuptools.sandbox import run_setup -from setuptools.py27compat import rmtree_safe -from setuptools.command import setopt -from setuptools.archive_util import unpack_archive -from setuptools.package_index import ( - PackageIndex, parse_requirement_arg, URL_SCHEME, -) -from setuptools.command import bdist_egg, egg_info -from setuptools.wheel import Wheel -from pkg_resources import ( - yield_lines, normalize_path, resource_string, ensure_directory, - get_distribution, find_distributions, Environment, Requirement, - Distribution, PathMetadata, EggMetadata, WorkingSet, DistributionNotFound, - VersionConflict, DEVELOP_DIST, -) -import pkg_resources.py31compat - -__metaclass__ = type - -# Turn on PEP440Warnings -warnings.filterwarnings("default", category=pkg_resources.PEP440Warning) - -__all__ = [ - 'samefile', 'easy_install', 'PthDistributions', 'extract_wininst_cfg', - 'main', 'get_exe_prefixes', -] - - -def is_64bit(): - return struct.calcsize("P") == 8 - - -def samefile(p1, p2): - """ - Determine if two paths reference the same file. - - Augments os.path.samefile to work on Windows and - suppresses errors if the path doesn't exist. - """ - both_exist = os.path.exists(p1) and os.path.exists(p2) - use_samefile = hasattr(os.path, 'samefile') and both_exist - if use_samefile: - return os.path.samefile(p1, p2) - norm_p1 = os.path.normpath(os.path.normcase(p1)) - norm_p2 = os.path.normpath(os.path.normcase(p2)) - return norm_p1 == norm_p2 - - -if six.PY2: - - def _to_bytes(s): - return s - - def isascii(s): - try: - six.text_type(s, 'ascii') - return True - except UnicodeError: - return False -else: - - def _to_bytes(s): - return s.encode('utf8') - - def isascii(s): - try: - s.encode('ascii') - return True - except UnicodeError: - return False - - -_one_liner = lambda text: textwrap.dedent(text).strip().replace('\n', '; ') - - -class easy_install(Command): - """Manage a download/build/install process""" - description = "Find/get/install Python packages" - command_consumes_arguments = True - - user_options = [ - ('prefix=', None, "installation prefix"), - ("zip-ok", "z", "install package as a zipfile"), - ("multi-version", "m", "make apps have to require() a version"), - ("upgrade", "U", "force upgrade (searches PyPI for latest versions)"), - ("install-dir=", "d", "install package to DIR"), - ("script-dir=", "s", "install scripts to DIR"), - ("exclude-scripts", "x", "Don't install scripts"), - ("always-copy", "a", "Copy all needed packages to install dir"), - ("index-url=", "i", "base URL of Python Package Index"), - ("find-links=", "f", "additional URL(s) to search for packages"), - ("build-directory=", "b", - "download/extract/build in DIR; keep the results"), - ('optimize=', 'O', - "also compile with optimization: -O1 for \"python -O\", " - "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), - ('record=', None, - "filename in which to record list of installed files"), - ('always-unzip', 'Z', "don't install as a zipfile, no matter what"), - ('site-dirs=', 'S', "list of directories where .pth files work"), - ('editable', 'e', "Install specified packages in editable form"), - ('no-deps', 'N', "don't install dependencies"), - ('allow-hosts=', 'H', "pattern(s) that hostnames must match"), - ('local-snapshots-ok', 'l', - "allow building eggs from local checkouts"), - ('version', None, "print version information and exit"), - ('no-find-links', None, - "Don't load find-links defined in packages being installed") - ] - boolean_options = [ - 'zip-ok', 'multi-version', 'exclude-scripts', 'upgrade', 'always-copy', - 'editable', - 'no-deps', 'local-snapshots-ok', 'version' - ] - - if site.ENABLE_USER_SITE: - help_msg = "install in user site-package '%s'" % site.USER_SITE - user_options.append(('user', None, help_msg)) - boolean_options.append('user') - - negative_opt = {'always-unzip': 'zip-ok'} - create_index = PackageIndex - - def initialize_options(self): - # the --user option seems to be an opt-in one, - # so the default should be False. - self.user = 0 - self.zip_ok = self.local_snapshots_ok = None - self.install_dir = self.script_dir = self.exclude_scripts = None - self.index_url = None - self.find_links = None - self.build_directory = None - self.args = None - self.optimize = self.record = None - self.upgrade = self.always_copy = self.multi_version = None - self.editable = self.no_deps = self.allow_hosts = None - self.root = self.prefix = self.no_report = None - self.version = None - self.install_purelib = None # for pure module distributions - self.install_platlib = None # non-pure (dists w/ extensions) - self.install_headers = None # for C/C++ headers - self.install_lib = None # set to either purelib or platlib - self.install_scripts = None - self.install_data = None - self.install_base = None - self.install_platbase = None - if site.ENABLE_USER_SITE: - self.install_userbase = site.USER_BASE - self.install_usersite = site.USER_SITE - else: - self.install_userbase = None - self.install_usersite = None - self.no_find_links = None - - # Options not specifiable via command line - self.package_index = None - self.pth_file = self.always_copy_from = None - self.site_dirs = None - self.installed_projects = {} - self.sitepy_installed = False - # Always read easy_install options, even if we are subclassed, or have - # an independent instance created. This ensures that defaults will - # always come from the standard configuration file(s)' "easy_install" - # section, even if this is a "develop" or "install" command, or some - # other embedding. - self._dry_run = None - self.verbose = self.distribution.verbose - self.distribution._set_command_options( - self, self.distribution.get_option_dict('easy_install') - ) - - def delete_blockers(self, blockers): - extant_blockers = ( - filename for filename in blockers - if os.path.exists(filename) or os.path.islink(filename) - ) - list(map(self._delete_path, extant_blockers)) - - def _delete_path(self, path): - log.info("Deleting %s", path) - if self.dry_run: - return - - is_tree = os.path.isdir(path) and not os.path.islink(path) - remover = rmtree if is_tree else os.unlink - remover(path) - - @staticmethod - def _render_version(): - """ - Render the Setuptools version and installation details, then exit. - """ - ver = sys.version[:3] - dist = get_distribution('setuptools') - tmpl = 'setuptools {dist.version} from {dist.location} (Python {ver})' - print(tmpl.format(**locals())) - raise SystemExit() - - def finalize_options(self): - self.version and self._render_version() - - py_version = sys.version.split()[0] - prefix, exec_prefix = get_config_vars('prefix', 'exec_prefix') - - self.config_vars = { - 'dist_name': self.distribution.get_name(), - 'dist_version': self.distribution.get_version(), - 'dist_fullname': self.distribution.get_fullname(), - 'py_version': py_version, - 'py_version_short': py_version[0:3], - 'py_version_nodot': py_version[0] + py_version[2], - 'sys_prefix': prefix, - 'prefix': prefix, - 'sys_exec_prefix': exec_prefix, - 'exec_prefix': exec_prefix, - # Only python 3.2+ has abiflags - 'abiflags': getattr(sys, 'abiflags', ''), - } - - if site.ENABLE_USER_SITE: - self.config_vars['userbase'] = self.install_userbase - self.config_vars['usersite'] = self.install_usersite - - self._fix_install_dir_for_user_site() - - self.expand_basedirs() - self.expand_dirs() - - self._expand( - 'install_dir', 'script_dir', 'build_directory', - 'site_dirs', - ) - # If a non-default installation directory was specified, default the - # script directory to match it. - if self.script_dir is None: - self.script_dir = self.install_dir - - if self.no_find_links is None: - self.no_find_links = False - - # Let install_dir get set by install_lib command, which in turn - # gets its info from the install command, and takes into account - # --prefix and --home and all that other crud. - self.set_undefined_options( - 'install_lib', ('install_dir', 'install_dir') - ) - # Likewise, set default script_dir from 'install_scripts.install_dir' - self.set_undefined_options( - 'install_scripts', ('install_dir', 'script_dir') - ) - - if self.user and self.install_purelib: - self.install_dir = self.install_purelib - self.script_dir = self.install_scripts - # default --record from the install command - self.set_undefined_options('install', ('record', 'record')) - # Should this be moved to the if statement below? It's not used - # elsewhere - normpath = map(normalize_path, sys.path) - self.all_site_dirs = get_site_dirs() - if self.site_dirs is not None: - site_dirs = [ - os.path.expanduser(s.strip()) for s in - self.site_dirs.split(',') - ] - for d in site_dirs: - if not os.path.isdir(d): - log.warn("%s (in --site-dirs) does not exist", d) - elif normalize_path(d) not in normpath: - raise DistutilsOptionError( - d + " (in --site-dirs) is not on sys.path" - ) - else: - self.all_site_dirs.append(normalize_path(d)) - if not self.editable: - self.check_site_dir() - self.index_url = self.index_url or "https://pypi.org/simple/" - self.shadow_path = self.all_site_dirs[:] - for path_item in self.install_dir, normalize_path(self.script_dir): - if path_item not in self.shadow_path: - self.shadow_path.insert(0, path_item) - - if self.allow_hosts is not None: - hosts = [s.strip() for s in self.allow_hosts.split(',')] - else: - hosts = ['*'] - if self.package_index is None: - self.package_index = self.create_index( - self.index_url, search_path=self.shadow_path, hosts=hosts, - ) - self.local_index = Environment(self.shadow_path + sys.path) - - if self.find_links is not None: - if isinstance(self.find_links, six.string_types): - self.find_links = self.find_links.split() - else: - self.find_links = [] - if self.local_snapshots_ok: - self.package_index.scan_egg_links(self.shadow_path + sys.path) - if not self.no_find_links: - self.package_index.add_find_links(self.find_links) - self.set_undefined_options('install_lib', ('optimize', 'optimize')) - if not isinstance(self.optimize, int): - try: - self.optimize = int(self.optimize) - if not (0 <= self.optimize <= 2): - raise ValueError - except ValueError: - raise DistutilsOptionError("--optimize must be 0, 1, or 2") - - if self.editable and not self.build_directory: - raise DistutilsArgError( - "Must specify a build directory (-b) when using --editable" - ) - if not self.args: - raise DistutilsArgError( - "No urls, filenames, or requirements specified (see --help)") - - self.outputs = [] - - def _fix_install_dir_for_user_site(self): - """ - Fix the install_dir if "--user" was used. - """ - if not self.user or not site.ENABLE_USER_SITE: - return - - self.create_home_path() - if self.install_userbase is None: - msg = "User base directory is not specified" - raise DistutilsPlatformError(msg) - self.install_base = self.install_platbase = self.install_userbase - scheme_name = os.name.replace('posix', 'unix') + '_user' - self.select_scheme(scheme_name) - - def _expand_attrs(self, attrs): - for attr in attrs: - val = getattr(self, attr) - if val is not None: - if os.name == 'posix' or os.name == 'nt': - val = os.path.expanduser(val) - val = subst_vars(val, self.config_vars) - setattr(self, attr, val) - - def expand_basedirs(self): - """Calls `os.path.expanduser` on install_base, install_platbase and - root.""" - self._expand_attrs(['install_base', 'install_platbase', 'root']) - - def expand_dirs(self): - """Calls `os.path.expanduser` on install dirs.""" - dirs = [ - 'install_purelib', - 'install_platlib', - 'install_lib', - 'install_headers', - 'install_scripts', - 'install_data', - ] - self._expand_attrs(dirs) - - def run(self): - if self.verbose != self.distribution.verbose: - log.set_verbosity(self.verbose) - try: - for spec in self.args: - self.easy_install(spec, not self.no_deps) - if self.record: - outputs = self.outputs - if self.root: # strip any package prefix - root_len = len(self.root) - for counter in range(len(outputs)): - outputs[counter] = outputs[counter][root_len:] - from distutils import file_util - - self.execute( - file_util.write_file, (self.record, outputs), - "writing list of installed files to '%s'" % - self.record - ) - self.warn_deprecated_options() - finally: - log.set_verbosity(self.distribution.verbose) - - def pseudo_tempname(self): - """Return a pseudo-tempname base in the install directory. - This code is intentionally naive; if a malicious party can write to - the target directory you're already in deep doodoo. - """ - try: - pid = os.getpid() - except Exception: - pid = random.randint(0, sys.maxsize) - return os.path.join(self.install_dir, "test-easy-install-%s" % pid) - - def warn_deprecated_options(self): - pass - - def check_site_dir(self): - """Verify that self.install_dir is .pth-capable dir, if needed""" - - instdir = normalize_path(self.install_dir) - pth_file = os.path.join(instdir, 'easy-install.pth') - - # Is it a configured, PYTHONPATH, implicit, or explicit site dir? - is_site_dir = instdir in self.all_site_dirs - - if not is_site_dir and not self.multi_version: - # No? Then directly test whether it does .pth file processing - is_site_dir = self.check_pth_processing() - else: - # make sure we can write to target dir - testfile = self.pseudo_tempname() + '.write-test' - test_exists = os.path.exists(testfile) - try: - if test_exists: - os.unlink(testfile) - open(testfile, 'w').close() - os.unlink(testfile) - except (OSError, IOError): - self.cant_write_to_target() - - if not is_site_dir and not self.multi_version: - # Can't install non-multi to non-site dir - raise DistutilsError(self.no_default_version_msg()) - - if is_site_dir: - if self.pth_file is None: - self.pth_file = PthDistributions(pth_file, self.all_site_dirs) - else: - self.pth_file = None - - if instdir not in map(normalize_path, _pythonpath()): - # only PYTHONPATH dirs need a site.py, so pretend it's there - self.sitepy_installed = True - elif self.multi_version and not os.path.exists(pth_file): - self.sitepy_installed = True # don't need site.py in this case - self.pth_file = None # and don't create a .pth file - self.install_dir = instdir - - __cant_write_msg = textwrap.dedent(""" - can't create or remove files in install directory - - The following error occurred while trying to add or remove files in the - installation directory: - - %s - - The installation directory you specified (via --install-dir, --prefix, or - the distutils default setting) was: - - %s - """).lstrip() - - __not_exists_id = textwrap.dedent(""" - This directory does not currently exist. Please create it and try again, or - choose a different installation directory (using the -d or --install-dir - option). - """).lstrip() - - __access_msg = textwrap.dedent(""" - Perhaps your account does not have write access to this directory? If the - installation directory is a system-owned directory, you may need to sign in - as the administrator or "root" account. If you do not have administrative - access to this machine, you may wish to choose a different installation - directory, preferably one that is listed in your PYTHONPATH environment - variable. - - For information on other options, you may wish to consult the - documentation at: - - https://setuptools.readthedocs.io/en/latest/easy_install.html - - Please make the appropriate changes for your system and try again. - """).lstrip() - - def cant_write_to_target(self): - msg = self.__cant_write_msg % (sys.exc_info()[1], self.install_dir,) - - if not os.path.exists(self.install_dir): - msg += '\n' + self.__not_exists_id - else: - msg += '\n' + self.__access_msg - raise DistutilsError(msg) - - def check_pth_processing(self): - """Empirically verify whether .pth files are supported in inst. dir""" - instdir = self.install_dir - log.info("Checking .pth file support in %s", instdir) - pth_file = self.pseudo_tempname() + ".pth" - ok_file = pth_file + '.ok' - ok_exists = os.path.exists(ok_file) - tmpl = _one_liner(""" - import os - f = open({ok_file!r}, 'w') - f.write('OK') - f.close() - """) + '\n' - try: - if ok_exists: - os.unlink(ok_file) - dirname = os.path.dirname(ok_file) - pkg_resources.py31compat.makedirs(dirname, exist_ok=True) - f = open(pth_file, 'w') - except (OSError, IOError): - self.cant_write_to_target() - else: - try: - f.write(tmpl.format(**locals())) - f.close() - f = None - executable = sys.executable - if os.name == 'nt': - dirname, basename = os.path.split(executable) - alt = os.path.join(dirname, 'pythonw.exe') - use_alt = ( - basename.lower() == 'python.exe' and - os.path.exists(alt) - ) - if use_alt: - # use pythonw.exe to avoid opening a console window - executable = alt - - from distutils.spawn import spawn - - spawn([executable, '-E', '-c', 'pass'], 0) - - if os.path.exists(ok_file): - log.info( - "TEST PASSED: %s appears to support .pth files", - instdir - ) - return True - finally: - if f: - f.close() - if os.path.exists(ok_file): - os.unlink(ok_file) - if os.path.exists(pth_file): - os.unlink(pth_file) - if not self.multi_version: - log.warn("TEST FAILED: %s does NOT support .pth files", instdir) - return False - - def install_egg_scripts(self, dist): - """Write all the scripts for `dist`, unless scripts are excluded""" - if not self.exclude_scripts and dist.metadata_isdir('scripts'): - for script_name in dist.metadata_listdir('scripts'): - if dist.metadata_isdir('scripts/' + script_name): - # The "script" is a directory, likely a Python 3 - # __pycache__ directory, so skip it. - continue - self.install_script( - dist, script_name, - dist.get_metadata('scripts/' + script_name) - ) - self.install_wrapper_scripts(dist) - - def add_output(self, path): - if os.path.isdir(path): - for base, dirs, files in os.walk(path): - for filename in files: - self.outputs.append(os.path.join(base, filename)) - else: - self.outputs.append(path) - - def not_editable(self, spec): - if self.editable: - raise DistutilsArgError( - "Invalid argument %r: you can't use filenames or URLs " - "with --editable (except via the --find-links option)." - % (spec,) - ) - - def check_editable(self, spec): - if not self.editable: - return - - if os.path.exists(os.path.join(self.build_directory, spec.key)): - raise DistutilsArgError( - "%r already exists in %s; can't do a checkout there" % - (spec.key, self.build_directory) - ) - - @contextlib.contextmanager - def _tmpdir(self): - tmpdir = tempfile.mkdtemp(prefix=u"easy_install-") - try: - # cast to str as workaround for #709 and #710 and #712 - yield str(tmpdir) - finally: - os.path.exists(tmpdir) and rmtree(rmtree_safe(tmpdir)) - - def easy_install(self, spec, deps=False): - if not self.editable: - self.install_site_py() - - with self._tmpdir() as tmpdir: - if not isinstance(spec, Requirement): - if URL_SCHEME(spec): - # It's a url, download it to tmpdir and process - self.not_editable(spec) - dl = self.package_index.download(spec, tmpdir) - return self.install_item(None, dl, tmpdir, deps, True) - - elif os.path.exists(spec): - # Existing file or directory, just process it directly - self.not_editable(spec) - return self.install_item(None, spec, tmpdir, deps, True) - else: - spec = parse_requirement_arg(spec) - - self.check_editable(spec) - dist = self.package_index.fetch_distribution( - spec, tmpdir, self.upgrade, self.editable, - not self.always_copy, self.local_index - ) - if dist is None: - msg = "Could not find suitable distribution for %r" % spec - if self.always_copy: - msg += " (--always-copy skips system and development eggs)" - raise DistutilsError(msg) - elif dist.precedence == DEVELOP_DIST: - # .egg-info dists don't need installing, just process deps - self.process_distribution(spec, dist, deps, "Using") - return dist - else: - return self.install_item(spec, dist.location, tmpdir, deps) - - def install_item(self, spec, download, tmpdir, deps, install_needed=False): - - # Installation is also needed if file in tmpdir or is not an egg - install_needed = install_needed or self.always_copy - install_needed = install_needed or os.path.dirname(download) == tmpdir - install_needed = install_needed or not download.endswith('.egg') - install_needed = install_needed or ( - self.always_copy_from is not None and - os.path.dirname(normalize_path(download)) == - normalize_path(self.always_copy_from) - ) - - if spec and not install_needed: - # at this point, we know it's a local .egg, we just don't know if - # it's already installed. - for dist in self.local_index[spec.project_name]: - if dist.location == download: - break - else: - install_needed = True # it's not in the local index - - log.info("Processing %s", os.path.basename(download)) - - if install_needed: - dists = self.install_eggs(spec, download, tmpdir) - for dist in dists: - self.process_distribution(spec, dist, deps) - else: - dists = [self.egg_distribution(download)] - self.process_distribution(spec, dists[0], deps, "Using") - - if spec is not None: - for dist in dists: - if dist in spec: - return dist - - def select_scheme(self, name): - """Sets the install directories by applying the install schemes.""" - # it's the caller's problem if they supply a bad name! - scheme = INSTALL_SCHEMES[name] - for key in SCHEME_KEYS: - attrname = 'install_' + key - if getattr(self, attrname) is None: - setattr(self, attrname, scheme[key]) - - def process_distribution(self, requirement, dist, deps=True, *info): - self.update_pth(dist) - self.package_index.add(dist) - if dist in self.local_index[dist.key]: - self.local_index.remove(dist) - self.local_index.add(dist) - self.install_egg_scripts(dist) - self.installed_projects[dist.key] = dist - log.info(self.installation_report(requirement, dist, *info)) - if (dist.has_metadata('dependency_links.txt') and - not self.no_find_links): - self.package_index.add_find_links( - dist.get_metadata_lines('dependency_links.txt') - ) - if not deps and not self.always_copy: - return - elif requirement is not None and dist.key != requirement.key: - log.warn("Skipping dependencies for %s", dist) - return # XXX this is not the distribution we were looking for - elif requirement is None or dist not in requirement: - # if we wound up with a different version, resolve what we've got - distreq = dist.as_requirement() - requirement = Requirement(str(distreq)) - log.info("Processing dependencies for %s", requirement) - try: - distros = WorkingSet([]).resolve( - [requirement], self.local_index, self.easy_install - ) - except DistributionNotFound as e: - raise DistutilsError(str(e)) - except VersionConflict as e: - raise DistutilsError(e.report()) - if self.always_copy or self.always_copy_from: - # Force all the relevant distros to be copied or activated - for dist in distros: - if dist.key not in self.installed_projects: - self.easy_install(dist.as_requirement()) - log.info("Finished processing dependencies for %s", requirement) - - def should_unzip(self, dist): - if self.zip_ok is not None: - return not self.zip_ok - if dist.has_metadata('not-zip-safe'): - return True - if not dist.has_metadata('zip-safe'): - return True - return False - - def maybe_move(self, spec, dist_filename, setup_base): - dst = os.path.join(self.build_directory, spec.key) - if os.path.exists(dst): - msg = ( - "%r already exists in %s; build directory %s will not be kept" - ) - log.warn(msg, spec.key, self.build_directory, setup_base) - return setup_base - if os.path.isdir(dist_filename): - setup_base = dist_filename - else: - if os.path.dirname(dist_filename) == setup_base: - os.unlink(dist_filename) # get it out of the tmp dir - contents = os.listdir(setup_base) - if len(contents) == 1: - dist_filename = os.path.join(setup_base, contents[0]) - if os.path.isdir(dist_filename): - # if the only thing there is a directory, move it instead - setup_base = dist_filename - ensure_directory(dst) - shutil.move(setup_base, dst) - return dst - - def install_wrapper_scripts(self, dist): - if self.exclude_scripts: - return - for args in ScriptWriter.best().get_args(dist): - self.write_script(*args) - - def install_script(self, dist, script_name, script_text, dev_path=None): - """Generate a legacy script wrapper and install it""" - spec = str(dist.as_requirement()) - is_script = is_python_script(script_text, script_name) - - if is_script: - body = self._load_template(dev_path) % locals() - script_text = ScriptWriter.get_header(script_text) + body - self.write_script(script_name, _to_bytes(script_text), 'b') - - @staticmethod - def _load_template(dev_path): - """ - There are a couple of template scripts in the package. This - function loads one of them and prepares it for use. - """ - # See https://github.com/pypa/setuptools/issues/134 for info - # on script file naming and downstream issues with SVR4 - name = 'script.tmpl' - if dev_path: - name = name.replace('.tmpl', ' (dev).tmpl') - - raw_bytes = resource_string('setuptools', name) - return raw_bytes.decode('utf-8') - - def write_script(self, script_name, contents, mode="t", blockers=()): - """Write an executable file to the scripts directory""" - self.delete_blockers( # clean up old .py/.pyw w/o a script - [os.path.join(self.script_dir, x) for x in blockers] - ) - log.info("Installing %s script to %s", script_name, self.script_dir) - target = os.path.join(self.script_dir, script_name) - self.add_output(target) - - if self.dry_run: - return - - mask = current_umask() - ensure_directory(target) - if os.path.exists(target): - os.unlink(target) - with open(target, "w" + mode) as f: - f.write(contents) - chmod(target, 0o777 - mask) - - def install_eggs(self, spec, dist_filename, tmpdir): - # .egg dirs or files are already built, so just return them - if dist_filename.lower().endswith('.egg'): - return [self.install_egg(dist_filename, tmpdir)] - elif dist_filename.lower().endswith('.exe'): - return [self.install_exe(dist_filename, tmpdir)] - elif dist_filename.lower().endswith('.whl'): - return [self.install_wheel(dist_filename, tmpdir)] - - # Anything else, try to extract and build - setup_base = tmpdir - if os.path.isfile(dist_filename) and not dist_filename.endswith('.py'): - unpack_archive(dist_filename, tmpdir, self.unpack_progress) - elif os.path.isdir(dist_filename): - setup_base = os.path.abspath(dist_filename) - - if (setup_base.startswith(tmpdir) # something we downloaded - and self.build_directory and spec is not None): - setup_base = self.maybe_move(spec, dist_filename, setup_base) - - # Find the setup.py file - setup_script = os.path.join(setup_base, 'setup.py') - - if not os.path.exists(setup_script): - setups = glob(os.path.join(setup_base, '*', 'setup.py')) - if not setups: - raise DistutilsError( - "Couldn't find a setup script in %s" % - os.path.abspath(dist_filename) - ) - if len(setups) > 1: - raise DistutilsError( - "Multiple setup scripts in %s" % - os.path.abspath(dist_filename) - ) - setup_script = setups[0] - - # Now run it, and return the result - if self.editable: - log.info(self.report_editable(spec, setup_script)) - return [] - else: - return self.build_and_install(setup_script, setup_base) - - def egg_distribution(self, egg_path): - if os.path.isdir(egg_path): - metadata = PathMetadata(egg_path, os.path.join(egg_path, - 'EGG-INFO')) - else: - metadata = EggMetadata(zipimport.zipimporter(egg_path)) - return Distribution.from_filename(egg_path, metadata=metadata) - - def install_egg(self, egg_path, tmpdir): - destination = os.path.join( - self.install_dir, - os.path.basename(egg_path), - ) - destination = os.path.abspath(destination) - if not self.dry_run: - ensure_directory(destination) - - dist = self.egg_distribution(egg_path) - if not samefile(egg_path, destination): - if os.path.isdir(destination) and not os.path.islink(destination): - dir_util.remove_tree(destination, dry_run=self.dry_run) - elif os.path.exists(destination): - self.execute( - os.unlink, - (destination,), - "Removing " + destination, - ) - try: - new_dist_is_zipped = False - if os.path.isdir(egg_path): - if egg_path.startswith(tmpdir): - f, m = shutil.move, "Moving" - else: - f, m = shutil.copytree, "Copying" - elif self.should_unzip(dist): - self.mkpath(destination) - f, m = self.unpack_and_compile, "Extracting" - else: - new_dist_is_zipped = True - if egg_path.startswith(tmpdir): - f, m = shutil.move, "Moving" - else: - f, m = shutil.copy2, "Copying" - self.execute( - f, - (egg_path, destination), - (m + " %s to %s") % ( - os.path.basename(egg_path), - os.path.dirname(destination) - ), - ) - update_dist_caches( - destination, - fix_zipimporter_caches=new_dist_is_zipped, - ) - except Exception: - update_dist_caches(destination, fix_zipimporter_caches=False) - raise - - self.add_output(destination) - return self.egg_distribution(destination) - - def install_exe(self, dist_filename, tmpdir): - # See if it's valid, get data - cfg = extract_wininst_cfg(dist_filename) - if cfg is None: - raise DistutilsError( - "%s is not a valid distutils Windows .exe" % dist_filename - ) - # Create a dummy distribution object until we build the real distro - dist = Distribution( - None, - project_name=cfg.get('metadata', 'name'), - version=cfg.get('metadata', 'version'), platform=get_platform(), - ) - - # Convert the .exe to an unpacked egg - egg_path = os.path.join(tmpdir, dist.egg_name() + '.egg') - dist.location = egg_path - egg_tmp = egg_path + '.tmp' - _egg_info = os.path.join(egg_tmp, 'EGG-INFO') - pkg_inf = os.path.join(_egg_info, 'PKG-INFO') - ensure_directory(pkg_inf) # make sure EGG-INFO dir exists - dist._provider = PathMetadata(egg_tmp, _egg_info) # XXX - self.exe_to_egg(dist_filename, egg_tmp) - - # Write EGG-INFO/PKG-INFO - if not os.path.exists(pkg_inf): - f = open(pkg_inf, 'w') - f.write('Metadata-Version: 1.0\n') - for k, v in cfg.items('metadata'): - if k != 'target_version': - f.write('%s: %s\n' % (k.replace('_', '-').title(), v)) - f.close() - script_dir = os.path.join(_egg_info, 'scripts') - # delete entry-point scripts to avoid duping - self.delete_blockers([ - os.path.join(script_dir, args[0]) - for args in ScriptWriter.get_args(dist) - ]) - # Build .egg file from tmpdir - bdist_egg.make_zipfile( - egg_path, egg_tmp, verbose=self.verbose, dry_run=self.dry_run, - ) - # install the .egg - return self.install_egg(egg_path, tmpdir) - - def exe_to_egg(self, dist_filename, egg_tmp): - """Extract a bdist_wininst to the directories an egg would use""" - # Check for .pth file and set up prefix translations - prefixes = get_exe_prefixes(dist_filename) - to_compile = [] - native_libs = [] - top_level = {} - - def process(src, dst): - s = src.lower() - for old, new in prefixes: - if s.startswith(old): - src = new + src[len(old):] - parts = src.split('/') - dst = os.path.join(egg_tmp, *parts) - dl = dst.lower() - if dl.endswith('.pyd') or dl.endswith('.dll'): - parts[-1] = bdist_egg.strip_module(parts[-1]) - top_level[os.path.splitext(parts[0])[0]] = 1 - native_libs.append(src) - elif dl.endswith('.py') and old != 'SCRIPTS/': - top_level[os.path.splitext(parts[0])[0]] = 1 - to_compile.append(dst) - return dst - if not src.endswith('.pth'): - log.warn("WARNING: can't process %s", src) - return None - - # extract, tracking .pyd/.dll->native_libs and .py -> to_compile - unpack_archive(dist_filename, egg_tmp, process) - stubs = [] - for res in native_libs: - if res.lower().endswith('.pyd'): # create stubs for .pyd's - parts = res.split('/') - resource = parts[-1] - parts[-1] = bdist_egg.strip_module(parts[-1]) + '.py' - pyfile = os.path.join(egg_tmp, *parts) - to_compile.append(pyfile) - stubs.append(pyfile) - bdist_egg.write_stub(resource, pyfile) - self.byte_compile(to_compile) # compile .py's - bdist_egg.write_safety_flag( - os.path.join(egg_tmp, 'EGG-INFO'), - bdist_egg.analyze_egg(egg_tmp, stubs)) # write zip-safety flag - - for name in 'top_level', 'native_libs': - if locals()[name]: - txt = os.path.join(egg_tmp, 'EGG-INFO', name + '.txt') - if not os.path.exists(txt): - f = open(txt, 'w') - f.write('\n'.join(locals()[name]) + '\n') - f.close() - - def install_wheel(self, wheel_path, tmpdir): - wheel = Wheel(wheel_path) - assert wheel.is_compatible() - destination = os.path.join(self.install_dir, wheel.egg_name()) - destination = os.path.abspath(destination) - if not self.dry_run: - ensure_directory(destination) - if os.path.isdir(destination) and not os.path.islink(destination): - dir_util.remove_tree(destination, dry_run=self.dry_run) - elif os.path.exists(destination): - self.execute( - os.unlink, - (destination,), - "Removing " + destination, - ) - try: - self.execute( - wheel.install_as_egg, - (destination,), - ("Installing %s to %s") % ( - os.path.basename(wheel_path), - os.path.dirname(destination) - ), - ) - finally: - update_dist_caches(destination, fix_zipimporter_caches=False) - self.add_output(destination) - return self.egg_distribution(destination) - - __mv_warning = textwrap.dedent(""" - Because this distribution was installed --multi-version, before you can - import modules from this package in an application, you will need to - 'import pkg_resources' and then use a 'require()' call similar to one of - these examples, in order to select the desired version: - - pkg_resources.require("%(name)s") # latest installed version - pkg_resources.require("%(name)s==%(version)s") # this exact version - pkg_resources.require("%(name)s>=%(version)s") # this version or higher - """).lstrip() - - __id_warning = textwrap.dedent(""" - Note also that the installation directory must be on sys.path at runtime for - this to work. (e.g. by being the application's script directory, by being on - PYTHONPATH, or by being added to sys.path by your code.) - """) - - def installation_report(self, req, dist, what="Installed"): - """Helpful installation message for display to package users""" - msg = "\n%(what)s %(eggloc)s%(extras)s" - if self.multi_version and not self.no_report: - msg += '\n' + self.__mv_warning - if self.install_dir not in map(normalize_path, sys.path): - msg += '\n' + self.__id_warning - - eggloc = dist.location - name = dist.project_name - version = dist.version - extras = '' # TODO: self.report_extras(req, dist) - return msg % locals() - - __editable_msg = textwrap.dedent(""" - Extracted editable version of %(spec)s to %(dirname)s - - If it uses setuptools in its setup script, you can activate it in - "development" mode by going to that directory and running:: - - %(python)s setup.py develop - - See the setuptools documentation for the "develop" command for more info. - """).lstrip() - - def report_editable(self, spec, setup_script): - dirname = os.path.dirname(setup_script) - python = sys.executable - return '\n' + self.__editable_msg % locals() - - def run_setup(self, setup_script, setup_base, args): - sys.modules.setdefault('distutils.command.bdist_egg', bdist_egg) - sys.modules.setdefault('distutils.command.egg_info', egg_info) - - args = list(args) - if self.verbose > 2: - v = 'v' * (self.verbose - 1) - args.insert(0, '-' + v) - elif self.verbose < 2: - args.insert(0, '-q') - if self.dry_run: - args.insert(0, '-n') - log.info( - "Running %s %s", setup_script[len(setup_base) + 1:], ' '.join(args) - ) - try: - run_setup(setup_script, args) - except SystemExit as v: - raise DistutilsError("Setup script exited with %s" % (v.args[0],)) - - def build_and_install(self, setup_script, setup_base): - args = ['bdist_egg', '--dist-dir'] - - dist_dir = tempfile.mkdtemp( - prefix='egg-dist-tmp-', dir=os.path.dirname(setup_script) - ) - try: - self._set_fetcher_options(os.path.dirname(setup_script)) - args.append(dist_dir) - - self.run_setup(setup_script, setup_base, args) - all_eggs = Environment([dist_dir]) - eggs = [] - for key in all_eggs: - for dist in all_eggs[key]: - eggs.append(self.install_egg(dist.location, setup_base)) - if not eggs and not self.dry_run: - log.warn("No eggs found in %s (setup script problem?)", - dist_dir) - return eggs - finally: - rmtree(dist_dir) - log.set_verbosity(self.verbose) # restore our log verbosity - - def _set_fetcher_options(self, base): - """ - When easy_install is about to run bdist_egg on a source dist, that - source dist might have 'setup_requires' directives, requiring - additional fetching. Ensure the fetcher options given to easy_install - are available to that command as well. - """ - # find the fetch options from easy_install and write them out - # to the setup.cfg file. - ei_opts = self.distribution.get_option_dict('easy_install').copy() - fetch_directives = ( - 'find_links', 'site_dirs', 'index_url', 'optimize', - 'site_dirs', 'allow_hosts', - ) - fetch_options = {} - for key, val in ei_opts.items(): - if key not in fetch_directives: - continue - fetch_options[key.replace('_', '-')] = val[1] - # create a settings dictionary suitable for `edit_config` - settings = dict(easy_install=fetch_options) - cfg_filename = os.path.join(base, 'setup.cfg') - setopt.edit_config(cfg_filename, settings) - - def update_pth(self, dist): - if self.pth_file is None: - return - - for d in self.pth_file[dist.key]: # drop old entries - if self.multi_version or d.location != dist.location: - log.info("Removing %s from easy-install.pth file", d) - self.pth_file.remove(d) - if d.location in self.shadow_path: - self.shadow_path.remove(d.location) - - if not self.multi_version: - if dist.location in self.pth_file.paths: - log.info( - "%s is already the active version in easy-install.pth", - dist, - ) - else: - log.info("Adding %s to easy-install.pth file", dist) - self.pth_file.add(dist) # add new entry - if dist.location not in self.shadow_path: - self.shadow_path.append(dist.location) - - if not self.dry_run: - - self.pth_file.save() - - if dist.key == 'setuptools': - # Ensure that setuptools itself never becomes unavailable! - # XXX should this check for latest version? - filename = os.path.join(self.install_dir, 'setuptools.pth') - if os.path.islink(filename): - os.unlink(filename) - f = open(filename, 'wt') - f.write(self.pth_file.make_relative(dist.location) + '\n') - f.close() - - def unpack_progress(self, src, dst): - # Progress filter for unpacking - log.debug("Unpacking %s to %s", src, dst) - return dst # only unpack-and-compile skips files for dry run - - def unpack_and_compile(self, egg_path, destination): - to_compile = [] - to_chmod = [] - - def pf(src, dst): - if dst.endswith('.py') and not src.startswith('EGG-INFO/'): - to_compile.append(dst) - elif dst.endswith('.dll') or dst.endswith('.so'): - to_chmod.append(dst) - self.unpack_progress(src, dst) - return not self.dry_run and dst or None - - unpack_archive(egg_path, destination, pf) - self.byte_compile(to_compile) - if not self.dry_run: - for f in to_chmod: - mode = ((os.stat(f)[stat.ST_MODE]) | 0o555) & 0o7755 - chmod(f, mode) - - def byte_compile(self, to_compile): - if sys.dont_write_bytecode: - return - - from distutils.util import byte_compile - - try: - # try to make the byte compile messages quieter - log.set_verbosity(self.verbose - 1) - - byte_compile(to_compile, optimize=0, force=1, dry_run=self.dry_run) - if self.optimize: - byte_compile( - to_compile, optimize=self.optimize, force=1, - dry_run=self.dry_run, - ) - finally: - log.set_verbosity(self.verbose) # restore original verbosity - - __no_default_msg = textwrap.dedent(""" - bad install directory or PYTHONPATH - - You are attempting to install a package to a directory that is not - on PYTHONPATH and which Python does not read ".pth" files from. The - installation directory you specified (via --install-dir, --prefix, or - the distutils default setting) was: - - %s - - and your PYTHONPATH environment variable currently contains: - - %r - - Here are some of your options for correcting the problem: - - * You can choose a different installation directory, i.e., one that is - on PYTHONPATH or supports .pth files - - * You can add the installation directory to the PYTHONPATH environment - variable. (It must then also be on PYTHONPATH whenever you run - Python and want to use the package(s) you are installing.) - - * You can set up the installation directory to support ".pth" files by - using one of the approaches described here: - - https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations - - - Please make the appropriate changes for your system and try again.""").lstrip() - - def no_default_version_msg(self): - template = self.__no_default_msg - return template % (self.install_dir, os.environ.get('PYTHONPATH', '')) - - def install_site_py(self): - """Make sure there's a site.py in the target dir, if needed""" - - if self.sitepy_installed: - return # already did it, or don't need to - - sitepy = os.path.join(self.install_dir, "site.py") - source = resource_string("setuptools", "site-patch.py") - source = source.decode('utf-8') - current = "" - - if os.path.exists(sitepy): - log.debug("Checking existing site.py in %s", self.install_dir) - with io.open(sitepy) as strm: - current = strm.read() - - if not current.startswith('def __boot():'): - raise DistutilsError( - "%s is not a setuptools-generated site.py; please" - " remove it." % sitepy - ) - - if current != source: - log.info("Creating %s", sitepy) - if not self.dry_run: - ensure_directory(sitepy) - with io.open(sitepy, 'w', encoding='utf-8') as strm: - strm.write(source) - self.byte_compile([sitepy]) - - self.sitepy_installed = True - - def create_home_path(self): - """Create directories under ~.""" - if not self.user: - return - home = convert_path(os.path.expanduser("~")) - for name, path in six.iteritems(self.config_vars): - if path.startswith(home) and not os.path.isdir(path): - self.debug_print("os.makedirs('%s', 0o700)" % path) - os.makedirs(path, 0o700) - - INSTALL_SCHEMES = dict( - posix=dict( - install_dir='$base/lib/python$py_version_short/site-packages', - script_dir='$base/bin', - ), - ) - - DEFAULT_SCHEME = dict( - install_dir='$base/Lib/site-packages', - script_dir='$base/Scripts', - ) - - def _expand(self, *attrs): - config_vars = self.get_finalized_command('install').config_vars - - if self.prefix: - # Set default install_dir/scripts from --prefix - config_vars = config_vars.copy() - config_vars['base'] = self.prefix - scheme = self.INSTALL_SCHEMES.get(os.name, self.DEFAULT_SCHEME) - for attr, val in scheme.items(): - if getattr(self, attr, None) is None: - setattr(self, attr, val) - - from distutils.util import subst_vars - - for attr in attrs: - val = getattr(self, attr) - if val is not None: - val = subst_vars(val, config_vars) - if os.name == 'posix': - val = os.path.expanduser(val) - setattr(self, attr, val) - - -def _pythonpath(): - items = os.environ.get('PYTHONPATH', '').split(os.pathsep) - return filter(None, items) - - -def get_site_dirs(): - """ - Return a list of 'site' dirs - """ - - sitedirs = [] - - # start with PYTHONPATH - sitedirs.extend(_pythonpath()) - - prefixes = [sys.prefix] - if sys.exec_prefix != sys.prefix: - prefixes.append(sys.exec_prefix) - for prefix in prefixes: - if prefix: - if sys.platform in ('os2emx', 'riscos'): - sitedirs.append(os.path.join(prefix, "Lib", "site-packages")) - elif os.sep == '/': - sitedirs.extend([ - os.path.join( - prefix, - "lib", - "python" + sys.version[:3], - "site-packages", - ), - os.path.join(prefix, "lib", "site-python"), - ]) - else: - sitedirs.extend([ - prefix, - os.path.join(prefix, "lib", "site-packages"), - ]) - if sys.platform == 'darwin': - # for framework builds *only* we add the standard Apple - # locations. Currently only per-user, but /Library and - # /Network/Library could be added too - if 'Python.framework' in prefix: - home = os.environ.get('HOME') - if home: - home_sp = os.path.join( - home, - 'Library', - 'Python', - sys.version[:3], - 'site-packages', - ) - sitedirs.append(home_sp) - lib_paths = get_path('purelib'), get_path('platlib') - for site_lib in lib_paths: - if site_lib not in sitedirs: - sitedirs.append(site_lib) - - if site.ENABLE_USER_SITE: - sitedirs.append(site.USER_SITE) - - try: - sitedirs.extend(site.getsitepackages()) - except AttributeError: - pass - - sitedirs = list(map(normalize_path, sitedirs)) - - return sitedirs - - -def expand_paths(inputs): - """Yield sys.path directories that might contain "old-style" packages""" - - seen = {} - - for dirname in inputs: - dirname = normalize_path(dirname) - if dirname in seen: - continue - - seen[dirname] = 1 - if not os.path.isdir(dirname): - continue - - files = os.listdir(dirname) - yield dirname, files - - for name in files: - if not name.endswith('.pth'): - # We only care about the .pth files - continue - if name in ('easy-install.pth', 'setuptools.pth'): - # Ignore .pth files that we control - continue - - # Read the .pth file - f = open(os.path.join(dirname, name)) - lines = list(yield_lines(f)) - f.close() - - # Yield existing non-dupe, non-import directory lines from it - for line in lines: - if not line.startswith("import"): - line = normalize_path(line.rstrip()) - if line not in seen: - seen[line] = 1 - if not os.path.isdir(line): - continue - yield line, os.listdir(line) - - -def extract_wininst_cfg(dist_filename): - """Extract configuration data from a bdist_wininst .exe - - Returns a configparser.RawConfigParser, or None - """ - f = open(dist_filename, 'rb') - try: - endrec = zipfile._EndRecData(f) - if endrec is None: - return None - - prepended = (endrec[9] - endrec[5]) - endrec[6] - if prepended < 12: # no wininst data here - return None - f.seek(prepended - 12) - - tag, cfglen, bmlen = struct.unpack("<iii", f.read(12)) - if tag not in (0x1234567A, 0x1234567B): - return None # not a valid tag - - f.seek(prepended - (12 + cfglen)) - init = {'version': '', 'target_version': ''} - cfg = configparser.RawConfigParser(init) - try: - part = f.read(cfglen) - # Read up to the first null byte. - config = part.split(b'\0', 1)[0] - # Now the config is in bytes, but for RawConfigParser, it should - # be text, so decode it. - config = config.decode(sys.getfilesystemencoding()) - cfg.readfp(six.StringIO(config)) - except configparser.Error: - return None - if not cfg.has_section('metadata') or not cfg.has_section('Setup'): - return None - return cfg - - finally: - f.close() - - -def get_exe_prefixes(exe_filename): - """Get exe->egg path translations for a given .exe file""" - - prefixes = [ - ('PURELIB/', ''), - ('PLATLIB/pywin32_system32', ''), - ('PLATLIB/', ''), - ('SCRIPTS/', 'EGG-INFO/scripts/'), - ('DATA/lib/site-packages', ''), - ] - z = zipfile.ZipFile(exe_filename) - try: - for info in z.infolist(): - name = info.filename - parts = name.split('/') - if len(parts) == 3 and parts[2] == 'PKG-INFO': - if parts[1].endswith('.egg-info'): - prefixes.insert(0, ('/'.join(parts[:2]), 'EGG-INFO/')) - break - if len(parts) != 2 or not name.endswith('.pth'): - continue - if name.endswith('-nspkg.pth'): - continue - if parts[0].upper() in ('PURELIB', 'PLATLIB'): - contents = z.read(name) - if six.PY3: - contents = contents.decode() - for pth in yield_lines(contents): - pth = pth.strip().replace('\\', '/') - if not pth.startswith('import'): - prefixes.append((('%s/%s/' % (parts[0], pth)), '')) - finally: - z.close() - prefixes = [(x.lower(), y) for x, y in prefixes] - prefixes.sort() - prefixes.reverse() - return prefixes - - -class PthDistributions(Environment): - """A .pth file with Distribution paths in it""" - - dirty = False - - def __init__(self, filename, sitedirs=()): - self.filename = filename - self.sitedirs = list(map(normalize_path, sitedirs)) - self.basedir = normalize_path(os.path.dirname(self.filename)) - self._load() - Environment.__init__(self, [], None, None) - for path in yield_lines(self.paths): - list(map(self.add, find_distributions(path, True))) - - def _load(self): - self.paths = [] - saw_import = False - seen = dict.fromkeys(self.sitedirs) - if os.path.isfile(self.filename): - f = open(self.filename, 'rt') - for line in f: - if line.startswith('import'): - saw_import = True - continue - path = line.rstrip() - self.paths.append(path) - if not path.strip() or path.strip().startswith('#'): - continue - # skip non-existent paths, in case somebody deleted a package - # manually, and duplicate paths as well - path = self.paths[-1] = normalize_path( - os.path.join(self.basedir, path) - ) - if not os.path.exists(path) or path in seen: - self.paths.pop() # skip it - self.dirty = True # we cleaned up, so we're dirty now :) - continue - seen[path] = 1 - f.close() - - if self.paths and not saw_import: - self.dirty = True # ensure anything we touch has import wrappers - while self.paths and not self.paths[-1].strip(): - self.paths.pop() - - def save(self): - """Write changed .pth file back to disk""" - if not self.dirty: - return - - rel_paths = list(map(self.make_relative, self.paths)) - if rel_paths: - log.debug("Saving %s", self.filename) - lines = self._wrap_lines(rel_paths) - data = '\n'.join(lines) + '\n' - - if os.path.islink(self.filename): - os.unlink(self.filename) - with open(self.filename, 'wt') as f: - f.write(data) - - elif os.path.exists(self.filename): - log.debug("Deleting empty %s", self.filename) - os.unlink(self.filename) - - self.dirty = False - - @staticmethod - def _wrap_lines(lines): - return lines - - def add(self, dist): - """Add `dist` to the distribution map""" - new_path = ( - dist.location not in self.paths and ( - dist.location not in self.sitedirs or - # account for '.' being in PYTHONPATH - dist.location == os.getcwd() - ) - ) - if new_path: - self.paths.append(dist.location) - self.dirty = True - Environment.add(self, dist) - - def remove(self, dist): - """Remove `dist` from the distribution map""" - while dist.location in self.paths: - self.paths.remove(dist.location) - self.dirty = True - Environment.remove(self, dist) - - def make_relative(self, path): - npath, last = os.path.split(normalize_path(path)) - baselen = len(self.basedir) - parts = [last] - sep = os.altsep == '/' and '/' or os.sep - while len(npath) >= baselen: - if npath == self.basedir: - parts.append(os.curdir) - parts.reverse() - return sep.join(parts) - npath, last = os.path.split(npath) - parts.append(last) - else: - return path - - -class RewritePthDistributions(PthDistributions): - @classmethod - def _wrap_lines(cls, lines): - yield cls.prelude - for line in lines: - yield line - yield cls.postlude - - prelude = _one_liner(""" - import sys - sys.__plen = len(sys.path) - """) - postlude = _one_liner(""" - import sys - new = sys.path[sys.__plen:] - del sys.path[sys.__plen:] - p = getattr(sys, '__egginsert', 0) - sys.path[p:p] = new - sys.__egginsert = p + len(new) - """) - - -if os.environ.get('SETUPTOOLS_SYS_PATH_TECHNIQUE', 'raw') == 'rewrite': - PthDistributions = RewritePthDistributions - - -def _first_line_re(): - """ - Return a regular expression based on first_line_re suitable for matching - strings. - """ - if isinstance(first_line_re.pattern, str): - return first_line_re - - # first_line_re in Python >=3.1.4 and >=3.2.1 is a bytes pattern. - return re.compile(first_line_re.pattern.decode()) - - -def auto_chmod(func, arg, exc): - if func in [os.unlink, os.remove] and os.name == 'nt': - chmod(arg, stat.S_IWRITE) - return func(arg) - et, ev, _ = sys.exc_info() - six.reraise(et, (ev[0], ev[1] + (" %s %s" % (func, arg)))) - - -def update_dist_caches(dist_path, fix_zipimporter_caches): - """ - Fix any globally cached `dist_path` related data - - `dist_path` should be a path of a newly installed egg distribution (zipped - or unzipped). - - sys.path_importer_cache contains finder objects that have been cached when - importing data from the original distribution. Any such finders need to be - cleared since the replacement distribution might be packaged differently, - e.g. a zipped egg distribution might get replaced with an unzipped egg - folder or vice versa. Having the old finders cached may then cause Python - to attempt loading modules from the replacement distribution using an - incorrect loader. - - zipimport.zipimporter objects are Python loaders charged with importing - data packaged inside zip archives. If stale loaders referencing the - original distribution, are left behind, they can fail to load modules from - the replacement distribution. E.g. if an old zipimport.zipimporter instance - is used to load data from a new zipped egg archive, it may cause the - operation to attempt to locate the requested data in the wrong location - - one indicated by the original distribution's zip archive directory - information. Such an operation may then fail outright, e.g. report having - read a 'bad local file header', or even worse, it may fail silently & - return invalid data. - - zipimport._zip_directory_cache contains cached zip archive directory - information for all existing zipimport.zipimporter instances and all such - instances connected to the same archive share the same cached directory - information. - - If asked, and the underlying Python implementation allows it, we can fix - all existing zipimport.zipimporter instances instead of having to track - them down and remove them one by one, by updating their shared cached zip - archive directory information. This, of course, assumes that the - replacement distribution is packaged as a zipped egg. - - If not asked to fix existing zipimport.zipimporter instances, we still do - our best to clear any remaining zipimport.zipimporter related cached data - that might somehow later get used when attempting to load data from the new - distribution and thus cause such load operations to fail. Note that when - tracking down such remaining stale data, we can not catch every conceivable - usage from here, and we clear only those that we know of and have found to - cause problems if left alive. Any remaining caches should be updated by - whomever is in charge of maintaining them, i.e. they should be ready to - handle us replacing their zip archives with new distributions at runtime. - - """ - # There are several other known sources of stale zipimport.zipimporter - # instances that we do not clear here, but might if ever given a reason to - # do so: - # * Global setuptools pkg_resources.working_set (a.k.a. 'master working - # set') may contain distributions which may in turn contain their - # zipimport.zipimporter loaders. - # * Several zipimport.zipimporter loaders held by local variables further - # up the function call stack when running the setuptools installation. - # * Already loaded modules may have their __loader__ attribute set to the - # exact loader instance used when importing them. Python 3.4 docs state - # that this information is intended mostly for introspection and so is - # not expected to cause us problems. - normalized_path = normalize_path(dist_path) - _uncache(normalized_path, sys.path_importer_cache) - if fix_zipimporter_caches: - _replace_zip_directory_cache_data(normalized_path) - else: - # Here, even though we do not want to fix existing and now stale - # zipimporter cache information, we still want to remove it. Related to - # Python's zip archive directory information cache, we clear each of - # its stale entries in two phases: - # 1. Clear the entry so attempting to access zip archive information - # via any existing stale zipimport.zipimporter instances fails. - # 2. Remove the entry from the cache so any newly constructed - # zipimport.zipimporter instances do not end up using old stale - # zip archive directory information. - # This whole stale data removal step does not seem strictly necessary, - # but has been left in because it was done before we started replacing - # the zip archive directory information cache content if possible, and - # there are no relevant unit tests that we can depend on to tell us if - # this is really needed. - _remove_and_clear_zip_directory_cache_data(normalized_path) - - -def _collect_zipimporter_cache_entries(normalized_path, cache): - """ - Return zipimporter cache entry keys related to a given normalized path. - - Alternative path spellings (e.g. those using different character case or - those using alternative path separators) related to the same path are - included. Any sub-path entries are included as well, i.e. those - corresponding to zip archives embedded in other zip archives. - - """ - result = [] - prefix_len = len(normalized_path) - for p in cache: - np = normalize_path(p) - if (np.startswith(normalized_path) and - np[prefix_len:prefix_len + 1] in (os.sep, '')): - result.append(p) - return result - - -def _update_zipimporter_cache(normalized_path, cache, updater=None): - """ - Update zipimporter cache data for a given normalized path. - - Any sub-path entries are processed as well, i.e. those corresponding to zip - archives embedded in other zip archives. - - Given updater is a callable taking a cache entry key and the original entry - (after already removing the entry from the cache), and expected to update - the entry and possibly return a new one to be inserted in its place. - Returning None indicates that the entry should not be replaced with a new - one. If no updater is given, the cache entries are simply removed without - any additional processing, the same as if the updater simply returned None. - - """ - for p in _collect_zipimporter_cache_entries(normalized_path, cache): - # N.B. pypy's custom zipimport._zip_directory_cache implementation does - # not support the complete dict interface: - # * Does not support item assignment, thus not allowing this function - # to be used only for removing existing cache entries. - # * Does not support the dict.pop() method, forcing us to use the - # get/del patterns instead. For more detailed information see the - # following links: - # https://github.com/pypa/setuptools/issues/202#issuecomment-202913420 - # http://bit.ly/2h9itJX - old_entry = cache[p] - del cache[p] - new_entry = updater and updater(p, old_entry) - if new_entry is not None: - cache[p] = new_entry - - -def _uncache(normalized_path, cache): - _update_zipimporter_cache(normalized_path, cache) - - -def _remove_and_clear_zip_directory_cache_data(normalized_path): - def clear_and_remove_cached_zip_archive_directory_data(path, old_entry): - old_entry.clear() - - _update_zipimporter_cache( - normalized_path, zipimport._zip_directory_cache, - updater=clear_and_remove_cached_zip_archive_directory_data) - - -# PyPy Python implementation does not allow directly writing to the -# zipimport._zip_directory_cache and so prevents us from attempting to correct -# its content. The best we can do there is clear the problematic cache content -# and have PyPy repopulate it as needed. The downside is that if there are any -# stale zipimport.zipimporter instances laying around, attempting to use them -# will fail due to not having its zip archive directory information available -# instead of being automatically corrected to use the new correct zip archive -# directory information. -if '__pypy__' in sys.builtin_module_names: - _replace_zip_directory_cache_data = \ - _remove_and_clear_zip_directory_cache_data -else: - - def _replace_zip_directory_cache_data(normalized_path): - def replace_cached_zip_archive_directory_data(path, old_entry): - # N.B. In theory, we could load the zip directory information just - # once for all updated path spellings, and then copy it locally and - # update its contained path strings to contain the correct - # spelling, but that seems like a way too invasive move (this cache - # structure is not officially documented anywhere and could in - # theory change with new Python releases) for no significant - # benefit. - old_entry.clear() - zipimport.zipimporter(path) - old_entry.update(zipimport._zip_directory_cache[path]) - return old_entry - - _update_zipimporter_cache( - normalized_path, zipimport._zip_directory_cache, - updater=replace_cached_zip_archive_directory_data) - - -def is_python(text, filename='<string>'): - "Is this string a valid Python script?" - try: - compile(text, filename, 'exec') - except (SyntaxError, TypeError): - return False - else: - return True - - -def is_sh(executable): - """Determine if the specified executable is a .sh (contains a #! line)""" - try: - with io.open(executable, encoding='latin-1') as fp: - magic = fp.read(2) - except (OSError, IOError): - return executable - return magic == '#!' - - -def nt_quote_arg(arg): - """Quote a command line argument according to Windows parsing rules""" - return subprocess.list2cmdline([arg]) - - -def is_python_script(script_text, filename): - """Is this text, as a whole, a Python script? (as opposed to shell/bat/etc. - """ - if filename.endswith('.py') or filename.endswith('.pyw'): - return True # extension says it's Python - if is_python(script_text, filename): - return True # it's syntactically valid Python - if script_text.startswith('#!'): - # It begins with a '#!' line, so check if 'python' is in it somewhere - return 'python' in script_text.splitlines()[0].lower() - - return False # Not any Python I can recognize - - -try: - from os import chmod as _chmod -except ImportError: - # Jython compatibility - def _chmod(*args): - pass - - -def chmod(path, mode): - log.debug("changing mode of %s to %o", path, mode) - try: - _chmod(path, mode) - except os.error as e: - log.debug("chmod failed: %s", e) - - -class CommandSpec(list): - """ - A command spec for a #! header, specified as a list of arguments akin to - those passed to Popen. - """ - - options = [] - split_args = dict() - - @classmethod - def best(cls): - """ - Choose the best CommandSpec class based on environmental conditions. - """ - return cls - - @classmethod - def _sys_executable(cls): - _default = os.path.normpath(sys.executable) - return os.environ.get('__PYVENV_LAUNCHER__', _default) - - @classmethod - def from_param(cls, param): - """ - Construct a CommandSpec from a parameter to build_scripts, which may - be None. - """ - if isinstance(param, cls): - return param - if isinstance(param, list): - return cls(param) - if param is None: - return cls.from_environment() - # otherwise, assume it's a string. - return cls.from_string(param) - - @classmethod - def from_environment(cls): - return cls([cls._sys_executable()]) - - @classmethod - def from_string(cls, string): - """ - Construct a command spec from a simple string representing a command - line parseable by shlex.split. - """ - items = shlex.split(string, **cls.split_args) - return cls(items) - - def install_options(self, script_text): - self.options = shlex.split(self._extract_options(script_text)) - cmdline = subprocess.list2cmdline(self) - if not isascii(cmdline): - self.options[:0] = ['-x'] - - @staticmethod - def _extract_options(orig_script): - """ - Extract any options from the first line of the script. - """ - first = (orig_script + '\n').splitlines()[0] - match = _first_line_re().match(first) - options = match.group(1) or '' if match else '' - return options.strip() - - def as_header(self): - return self._render(self + list(self.options)) - - @staticmethod - def _strip_quotes(item): - _QUOTES = '"\'' - for q in _QUOTES: - if item.startswith(q) and item.endswith(q): - return item[1:-1] - return item - - @staticmethod - def _render(items): - cmdline = subprocess.list2cmdline( - CommandSpec._strip_quotes(item.strip()) for item in items) - return '#!' + cmdline + '\n' - - -# For pbr compat; will be removed in a future version. -sys_executable = CommandSpec._sys_executable() - - -class WindowsCommandSpec(CommandSpec): - split_args = dict(posix=False) - - -class ScriptWriter: - """ - Encapsulates behavior around writing entry point scripts for console and - gui apps. - """ - - template = textwrap.dedent(r""" - # EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r - __requires__ = %(spec)r - import re - import sys - from pkg_resources import load_entry_point - - if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) - sys.exit( - load_entry_point(%(spec)r, %(group)r, %(name)r)() - ) - """).lstrip() - - command_spec_class = CommandSpec - - @classmethod - def get_script_args(cls, dist, executable=None, wininst=False): - # for backward compatibility - warnings.warn("Use get_args", EasyInstallDeprecationWarning) - writer = (WindowsScriptWriter if wininst else ScriptWriter).best() - header = cls.get_script_header("", executable, wininst) - return writer.get_args(dist, header) - - @classmethod - def get_script_header(cls, script_text, executable=None, wininst=False): - # for backward compatibility - warnings.warn("Use get_header", EasyInstallDeprecationWarning, stacklevel=2) - if wininst: - executable = "python.exe" - return cls.get_header(script_text, executable) - - @classmethod - def get_args(cls, dist, header=None): - """ - Yield write_script() argument tuples for a distribution's - console_scripts and gui_scripts entry points. - """ - if header is None: - header = cls.get_header() - spec = str(dist.as_requirement()) - for type_ in 'console', 'gui': - group = type_ + '_scripts' - for name, ep in dist.get_entry_map(group).items(): - cls._ensure_safe_name(name) - script_text = cls.template % locals() - args = cls._get_script_args(type_, name, header, script_text) - for res in args: - yield res - - @staticmethod - def _ensure_safe_name(name): - """ - Prevent paths in *_scripts entry point names. - """ - has_path_sep = re.search(r'[\\/]', name) - if has_path_sep: - raise ValueError("Path separators not allowed in script names") - - @classmethod - def get_writer(cls, force_windows): - # for backward compatibility - warnings.warn("Use best", EasyInstallDeprecationWarning) - return WindowsScriptWriter.best() if force_windows else cls.best() - - @classmethod - def best(cls): - """ - Select the best ScriptWriter for this environment. - """ - if sys.platform == 'win32' or (os.name == 'java' and os._name == 'nt'): - return WindowsScriptWriter.best() - else: - return cls - - @classmethod - def _get_script_args(cls, type_, name, header, script_text): - # Simply write the stub with no extension. - yield (name, header + script_text) - - @classmethod - def get_header(cls, script_text="", executable=None): - """Create a #! line, getting options (if any) from script_text""" - cmd = cls.command_spec_class.best().from_param(executable) - cmd.install_options(script_text) - return cmd.as_header() - - -class WindowsScriptWriter(ScriptWriter): - command_spec_class = WindowsCommandSpec - - @classmethod - def get_writer(cls): - # for backward compatibility - warnings.warn("Use best", EasyInstallDeprecationWarning) - return cls.best() - - @classmethod - def best(cls): - """ - Select the best ScriptWriter suitable for Windows - """ - writer_lookup = dict( - executable=WindowsExecutableLauncherWriter, - natural=cls, - ) - # for compatibility, use the executable launcher by default - launcher = os.environ.get('SETUPTOOLS_LAUNCHER', 'executable') - return writer_lookup[launcher] - - @classmethod - def _get_script_args(cls, type_, name, header, script_text): - "For Windows, add a .py extension" - ext = dict(console='.pya', gui='.pyw')[type_] - if ext not in os.environ['PATHEXT'].lower().split(';'): - msg = ( - "{ext} not listed in PATHEXT; scripts will not be " - "recognized as executables." - ).format(**locals()) - warnings.warn(msg, UserWarning) - old = ['.pya', '.py', '-script.py', '.pyc', '.pyo', '.pyw', '.exe'] - old.remove(ext) - header = cls._adjust_header(type_, header) - blockers = [name + x for x in old] - yield name + ext, header + script_text, 't', blockers - - @classmethod - def _adjust_header(cls, type_, orig_header): - """ - Make sure 'pythonw' is used for gui and and 'python' is used for - console (regardless of what sys.executable is). - """ - pattern = 'pythonw.exe' - repl = 'python.exe' - if type_ == 'gui': - pattern, repl = repl, pattern - pattern_ob = re.compile(re.escape(pattern), re.IGNORECASE) - new_header = pattern_ob.sub(string=orig_header, repl=repl) - return new_header if cls._use_header(new_header) else orig_header - - @staticmethod - def _use_header(new_header): - """ - Should _adjust_header use the replaced header? - - On non-windows systems, always use. On - Windows systems, only use the replaced header if it resolves - to an executable on the system. - """ - clean_header = new_header[2:-1].strip('"') - return sys.platform != 'win32' or find_executable(clean_header) - - -class WindowsExecutableLauncherWriter(WindowsScriptWriter): - @classmethod - def _get_script_args(cls, type_, name, header, script_text): - """ - For Windows, add a .py extension and an .exe launcher - """ - if type_ == 'gui': - launcher_type = 'gui' - ext = '-script.pyw' - old = ['.pyw'] - else: - launcher_type = 'cli' - ext = '-script.py' - old = ['.py', '.pyc', '.pyo'] - hdr = cls._adjust_header(type_, header) - blockers = [name + x for x in old] - yield (name + ext, hdr + script_text, 't', blockers) - yield ( - name + '.exe', get_win_launcher(launcher_type), - 'b' # write in binary mode - ) - if not is_64bit(): - # install a manifest for the launcher to prevent Windows - # from detecting it as an installer (which it will for - # launchers like easy_install.exe). Consider only - # adding a manifest for launchers detected as installers. - # See Distribute #143 for details. - m_name = name + '.exe.manifest' - yield (m_name, load_launcher_manifest(name), 't') - - -# for backward-compatibility -get_script_args = ScriptWriter.get_script_args -get_script_header = ScriptWriter.get_script_header - - -def get_win_launcher(type): - """ - Load the Windows launcher (executable) suitable for launching a script. - - `type` should be either 'cli' or 'gui' - - Returns the executable as a byte string. - """ - launcher_fn = '%s.exe' % type - if is_64bit(): - launcher_fn = launcher_fn.replace(".", "-64.") - else: - launcher_fn = launcher_fn.replace(".", "-32.") - return resource_string('setuptools', launcher_fn) - - -def load_launcher_manifest(name): - manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml') - if six.PY2: - return manifest % vars() - else: - return manifest.decode('utf-8') % vars() - - -def rmtree(path, ignore_errors=False, onerror=auto_chmod): - return shutil.rmtree(path, ignore_errors, onerror) - - -def current_umask(): - tmp = os.umask(0o022) - os.umask(tmp) - return tmp - - -def bootstrap(): - # This function is called when setuptools*.egg is run using /bin/sh - import setuptools - - argv0 = os.path.dirname(setuptools.__path__[0]) - sys.argv[0] = argv0 - sys.argv.append(argv0) - main() - - -def main(argv=None, **kw): - from setuptools import setup - from setuptools.dist import Distribution - - class DistributionWithoutHelpCommands(Distribution): - common_usage = "" - - def _show_help(self, *args, **kw): - with _patch_usage(): - Distribution._show_help(self, *args, **kw) - - if argv is None: - argv = sys.argv[1:] - - with _patch_usage(): - setup( - script_args=['-q', 'easy_install', '-v'] + argv, - script_name=sys.argv[0] or 'easy_install', - distclass=DistributionWithoutHelpCommands, - **kw - ) - - -@contextlib.contextmanager -def _patch_usage(): - import distutils.core - USAGE = textwrap.dedent(""" - usage: %(script)s [options] requirement_or_url ... - or: %(script)s --help - """).lstrip() - - def gen_usage(script_name): - return USAGE % dict( - script=os.path.basename(script_name), - ) - - saved = distutils.core.gen_usage - distutils.core.gen_usage = gen_usage - try: - yield - finally: - distutils.core.gen_usage = saved - -class EasyInstallDeprecationWarning(SetuptoolsDeprecationWarning): - """Class for warning about deprecations in EasyInstall in SetupTools. Not ignored by default, unlike DeprecationWarning.""" - diff --git a/lib/python3.8/site-packages/setuptools/command/egg_info.py b/lib/python3.8/site-packages/setuptools/command/egg_info.py deleted file mode 100644 index 5d8f451..0000000 --- a/lib/python3.8/site-packages/setuptools/command/egg_info.py +++ /dev/null @@ -1,717 +0,0 @@ -"""setuptools.command.egg_info - -Create a distribution's .egg-info directory and contents""" - -from distutils.filelist import FileList as _FileList -from distutils.errors import DistutilsInternalError -from distutils.util import convert_path -from distutils import log -import distutils.errors -import distutils.filelist -import os -import re -import sys -import io -import warnings -import time -import collections - -from setuptools.extern import six -from setuptools.extern.six.moves import map - -from setuptools import Command -from setuptools.command.sdist import sdist -from setuptools.command.sdist import walk_revctrl -from setuptools.command.setopt import edit_config -from setuptools.command import bdist_egg -from pkg_resources import ( - parse_requirements, safe_name, parse_version, - safe_version, yield_lines, EntryPoint, iter_entry_points, to_filename) -import setuptools.unicode_utils as unicode_utils -from setuptools.glob import glob - -from setuptools.extern import packaging -from setuptools import SetuptoolsDeprecationWarning - -def translate_pattern(glob): - """ - Translate a file path glob like '*.txt' in to a regular expression. - This differs from fnmatch.translate which allows wildcards to match - directory separators. It also knows about '**/' which matches any number of - directories. - """ - pat = '' - - # This will split on '/' within [character classes]. This is deliberate. - chunks = glob.split(os.path.sep) - - sep = re.escape(os.sep) - valid_char = '[^%s]' % (sep,) - - for c, chunk in enumerate(chunks): - last_chunk = c == len(chunks) - 1 - - # Chunks that are a literal ** are globstars. They match anything. - if chunk == '**': - if last_chunk: - # Match anything if this is the last component - pat += '.*' - else: - # Match '(name/)*' - pat += '(?:%s+%s)*' % (valid_char, sep) - continue # Break here as the whole path component has been handled - - # Find any special characters in the remainder - i = 0 - chunk_len = len(chunk) - while i < chunk_len: - char = chunk[i] - if char == '*': - # Match any number of name characters - pat += valid_char + '*' - elif char == '?': - # Match a name character - pat += valid_char - elif char == '[': - # Character class - inner_i = i + 1 - # Skip initial !/] chars - if inner_i < chunk_len and chunk[inner_i] == '!': - inner_i = inner_i + 1 - if inner_i < chunk_len and chunk[inner_i] == ']': - inner_i = inner_i + 1 - - # Loop till the closing ] is found - while inner_i < chunk_len and chunk[inner_i] != ']': - inner_i = inner_i + 1 - - if inner_i >= chunk_len: - # Got to the end of the string without finding a closing ] - # Do not treat this as a matching group, but as a literal [ - pat += re.escape(char) - else: - # Grab the insides of the [brackets] - inner = chunk[i + 1:inner_i] - char_class = '' - - # Class negation - if inner[0] == '!': - char_class = '^' - inner = inner[1:] - - char_class += re.escape(inner) - pat += '[%s]' % (char_class,) - - # Skip to the end ] - i = inner_i - else: - pat += re.escape(char) - i += 1 - - # Join each chunk with the dir separator - if not last_chunk: - pat += sep - - pat += r'\Z' - return re.compile(pat, flags=re.MULTILINE|re.DOTALL) - - -class InfoCommon: - tag_build = None - tag_date = None - - @property - def name(self): - return safe_name(self.distribution.get_name()) - - def tagged_version(self): - version = self.distribution.get_version() - # egg_info may be called more than once for a distribution, - # in which case the version string already contains all tags. - if self.vtags and version.endswith(self.vtags): - return safe_version(version) - return safe_version(version + self.vtags) - - def tags(self): - version = '' - if self.tag_build: - version += self.tag_build - if self.tag_date: - version += time.strftime("-%Y%m%d") - return version - vtags = property(tags) - - -class egg_info(InfoCommon, Command): - description = "create a distribution's .egg-info directory" - - user_options = [ - ('egg-base=', 'e', "directory containing .egg-info directories" - " (default: top of the source tree)"), - ('tag-date', 'd', "Add date stamp (e.g. 20050528) to version number"), - ('tag-build=', 'b', "Specify explicit tag to add to version number"), - ('no-date', 'D', "Don't include date stamp [default]"), - ] - - boolean_options = ['tag-date'] - negative_opt = { - 'no-date': 'tag-date', - } - - def initialize_options(self): - self.egg_base = None - self.egg_name = None - self.egg_info = None - self.egg_version = None - self.broken_egg_info = False - - #################################### - # allow the 'tag_svn_revision' to be detected and - # set, supporting sdists built on older Setuptools. - @property - def tag_svn_revision(self): - pass - - @tag_svn_revision.setter - def tag_svn_revision(self, value): - pass - #################################### - - def save_version_info(self, filename): - """ - Materialize the value of date into the - build tag. Install build keys in a deterministic order - to avoid arbitrary reordering on subsequent builds. - """ - egg_info = collections.OrderedDict() - # follow the order these keys would have been added - # when PYTHONHASHSEED=0 - egg_info['tag_build'] = self.tags() - egg_info['tag_date'] = 0 - edit_config(filename, dict(egg_info=egg_info)) - - def finalize_options(self): - # Note: we need to capture the current value returned - # by `self.tagged_version()`, so we can later update - # `self.distribution.metadata.version` without - # repercussions. - self.egg_name = self.name - self.egg_version = self.tagged_version() - parsed_version = parse_version(self.egg_version) - - try: - is_version = isinstance(parsed_version, packaging.version.Version) - spec = ( - "%s==%s" if is_version else "%s===%s" - ) - list( - parse_requirements(spec % (self.egg_name, self.egg_version)) - ) - except ValueError: - raise distutils.errors.DistutilsOptionError( - "Invalid distribution name or version syntax: %s-%s" % - (self.egg_name, self.egg_version) - ) - - if self.egg_base is None: - dirs = self.distribution.package_dir - self.egg_base = (dirs or {}).get('', os.curdir) - - self.ensure_dirname('egg_base') - self.egg_info = to_filename(self.egg_name) + '.egg-info' - if self.egg_base != os.curdir: - self.egg_info = os.path.join(self.egg_base, self.egg_info) - if '-' in self.egg_name: - self.check_broken_egg_info() - - # Set package version for the benefit of dumber commands - # (e.g. sdist, bdist_wininst, etc.) - # - self.distribution.metadata.version = self.egg_version - - # If we bootstrapped around the lack of a PKG-INFO, as might be the - # case in a fresh checkout, make sure that any special tags get added - # to the version info - # - pd = self.distribution._patched_dist - if pd is not None and pd.key == self.egg_name.lower(): - pd._version = self.egg_version - pd._parsed_version = parse_version(self.egg_version) - self.distribution._patched_dist = None - - def write_or_delete_file(self, what, filename, data, force=False): - """Write `data` to `filename` or delete if empty - - If `data` is non-empty, this routine is the same as ``write_file()``. - If `data` is empty but not ``None``, this is the same as calling - ``delete_file(filename)`. If `data` is ``None``, then this is a no-op - unless `filename` exists, in which case a warning is issued about the - orphaned file (if `force` is false), or deleted (if `force` is true). - """ - if data: - self.write_file(what, filename, data) - elif os.path.exists(filename): - if data is None and not force: - log.warn( - "%s not set in setup(), but %s exists", what, filename - ) - return - else: - self.delete_file(filename) - - def write_file(self, what, filename, data): - """Write `data` to `filename` (if not a dry run) after announcing it - - `what` is used in a log message to identify what is being written - to the file. - """ - log.info("writing %s to %s", what, filename) - if six.PY3: - data = data.encode("utf-8") - if not self.dry_run: - f = open(filename, 'wb') - f.write(data) - f.close() - - def delete_file(self, filename): - """Delete `filename` (if not a dry run) after announcing it""" - log.info("deleting %s", filename) - if not self.dry_run: - os.unlink(filename) - - def run(self): - self.mkpath(self.egg_info) - os.utime(self.egg_info, None) - installer = self.distribution.fetch_build_egg - for ep in iter_entry_points('egg_info.writers'): - ep.require(installer=installer) - writer = ep.resolve() - writer(self, ep.name, os.path.join(self.egg_info, ep.name)) - - # Get rid of native_libs.txt if it was put there by older bdist_egg - nl = os.path.join(self.egg_info, "native_libs.txt") - if os.path.exists(nl): - self.delete_file(nl) - - self.find_sources() - - def find_sources(self): - """Generate SOURCES.txt manifest file""" - manifest_filename = os.path.join(self.egg_info, "SOURCES.txt") - mm = manifest_maker(self.distribution) - mm.manifest = manifest_filename - mm.run() - self.filelist = mm.filelist - - def check_broken_egg_info(self): - bei = self.egg_name + '.egg-info' - if self.egg_base != os.curdir: - bei = os.path.join(self.egg_base, bei) - if os.path.exists(bei): - log.warn( - "-" * 78 + '\n' - "Note: Your current .egg-info directory has a '-' in its name;" - '\nthis will not work correctly with "setup.py develop".\n\n' - 'Please rename %s to %s to correct this problem.\n' + '-' * 78, - bei, self.egg_info - ) - self.broken_egg_info = self.egg_info - self.egg_info = bei # make it work for now - - -class FileList(_FileList): - # Implementations of the various MANIFEST.in commands - - def process_template_line(self, line): - # Parse the line: split it up, make sure the right number of words - # is there, and return the relevant words. 'action' is always - # defined: it's the first word of the line. Which of the other - # three are defined depends on the action; it'll be either - # patterns, (dir and patterns), or (dir_pattern). - (action, patterns, dir, dir_pattern) = self._parse_template_line(line) - - # OK, now we know that the action is valid and we have the - # right number of words on the line for that action -- so we - # can proceed with minimal error-checking. - if action == 'include': - self.debug_print("include " + ' '.join(patterns)) - for pattern in patterns: - if not self.include(pattern): - log.warn("warning: no files found matching '%s'", pattern) - - elif action == 'exclude': - self.debug_print("exclude " + ' '.join(patterns)) - for pattern in patterns: - if not self.exclude(pattern): - log.warn(("warning: no previously-included files " - "found matching '%s'"), pattern) - - elif action == 'global-include': - self.debug_print("global-include " + ' '.join(patterns)) - for pattern in patterns: - if not self.global_include(pattern): - log.warn(("warning: no files found matching '%s' " - "anywhere in distribution"), pattern) - - elif action == 'global-exclude': - self.debug_print("global-exclude " + ' '.join(patterns)) - for pattern in patterns: - if not self.global_exclude(pattern): - log.warn(("warning: no previously-included files matching " - "'%s' found anywhere in distribution"), - pattern) - - elif action == 'recursive-include': - self.debug_print("recursive-include %s %s" % - (dir, ' '.join(patterns))) - for pattern in patterns: - if not self.recursive_include(dir, pattern): - log.warn(("warning: no files found matching '%s' " - "under directory '%s'"), - pattern, dir) - - elif action == 'recursive-exclude': - self.debug_print("recursive-exclude %s %s" % - (dir, ' '.join(patterns))) - for pattern in patterns: - if not self.recursive_exclude(dir, pattern): - log.warn(("warning: no previously-included files matching " - "'%s' found under directory '%s'"), - pattern, dir) - - elif action == 'graft': - self.debug_print("graft " + dir_pattern) - if not self.graft(dir_pattern): - log.warn("warning: no directories found matching '%s'", - dir_pattern) - - elif action == 'prune': - self.debug_print("prune " + dir_pattern) - if not self.prune(dir_pattern): - log.warn(("no previously-included directories found " - "matching '%s'"), dir_pattern) - - else: - raise DistutilsInternalError( - "this cannot happen: invalid action '%s'" % action) - - def _remove_files(self, predicate): - """ - Remove all files from the file list that match the predicate. - Return True if any matching files were removed - """ - found = False - for i in range(len(self.files) - 1, -1, -1): - if predicate(self.files[i]): - self.debug_print(" removing " + self.files[i]) - del self.files[i] - found = True - return found - - def include(self, pattern): - """Include files that match 'pattern'.""" - found = [f for f in glob(pattern) if not os.path.isdir(f)] - self.extend(found) - return bool(found) - - def exclude(self, pattern): - """Exclude files that match 'pattern'.""" - match = translate_pattern(pattern) - return self._remove_files(match.match) - - def recursive_include(self, dir, pattern): - """ - Include all files anywhere in 'dir/' that match the pattern. - """ - full_pattern = os.path.join(dir, '**', pattern) - found = [f for f in glob(full_pattern, recursive=True) - if not os.path.isdir(f)] - self.extend(found) - return bool(found) - - def recursive_exclude(self, dir, pattern): - """ - Exclude any file anywhere in 'dir/' that match the pattern. - """ - match = translate_pattern(os.path.join(dir, '**', pattern)) - return self._remove_files(match.match) - - def graft(self, dir): - """Include all files from 'dir/'.""" - found = [ - item - for match_dir in glob(dir) - for item in distutils.filelist.findall(match_dir) - ] - self.extend(found) - return bool(found) - - def prune(self, dir): - """Filter out files from 'dir/'.""" - match = translate_pattern(os.path.join(dir, '**')) - return self._remove_files(match.match) - - def global_include(self, pattern): - """ - Include all files anywhere in the current directory that match the - pattern. This is very inefficient on large file trees. - """ - if self.allfiles is None: - self.findall() - match = translate_pattern(os.path.join('**', pattern)) - found = [f for f in self.allfiles if match.match(f)] - self.extend(found) - return bool(found) - - def global_exclude(self, pattern): - """ - Exclude all files anywhere that match the pattern. - """ - match = translate_pattern(os.path.join('**', pattern)) - return self._remove_files(match.match) - - def append(self, item): - if item.endswith('\r'): # Fix older sdists built on Windows - item = item[:-1] - path = convert_path(item) - - if self._safe_path(path): - self.files.append(path) - - def extend(self, paths): - self.files.extend(filter(self._safe_path, paths)) - - def _repair(self): - """ - Replace self.files with only safe paths - - Because some owners of FileList manipulate the underlying - ``files`` attribute directly, this method must be called to - repair those paths. - """ - self.files = list(filter(self._safe_path, self.files)) - - def _safe_path(self, path): - enc_warn = "'%s' not %s encodable -- skipping" - - # To avoid accidental trans-codings errors, first to unicode - u_path = unicode_utils.filesys_decode(path) - if u_path is None: - log.warn("'%s' in unexpected encoding -- skipping" % path) - return False - - # Must ensure utf-8 encodability - utf8_path = unicode_utils.try_encode(u_path, "utf-8") - if utf8_path is None: - log.warn(enc_warn, path, 'utf-8') - return False - - try: - # accept is either way checks out - if os.path.exists(u_path) or os.path.exists(utf8_path): - return True - # this will catch any encode errors decoding u_path - except UnicodeEncodeError: - log.warn(enc_warn, path, sys.getfilesystemencoding()) - - -class manifest_maker(sdist): - template = "MANIFEST.in" - - def initialize_options(self): - self.use_defaults = 1 - self.prune = 1 - self.manifest_only = 1 - self.force_manifest = 1 - - def finalize_options(self): - pass - - def run(self): - self.filelist = FileList() - if not os.path.exists(self.manifest): - self.write_manifest() # it must exist so it'll get in the list - self.add_defaults() - if os.path.exists(self.template): - self.read_template() - self.prune_file_list() - self.filelist.sort() - self.filelist.remove_duplicates() - self.write_manifest() - - def _manifest_normalize(self, path): - path = unicode_utils.filesys_decode(path) - return path.replace(os.sep, '/') - - def write_manifest(self): - """ - Write the file list in 'self.filelist' to the manifest file - named by 'self.manifest'. - """ - self.filelist._repair() - - # Now _repairs should encodability, but not unicode - files = [self._manifest_normalize(f) for f in self.filelist.files] - msg = "writing manifest file '%s'" % self.manifest - self.execute(write_file, (self.manifest, files), msg) - - def warn(self, msg): - if not self._should_suppress_warning(msg): - sdist.warn(self, msg) - - @staticmethod - def _should_suppress_warning(msg): - """ - suppress missing-file warnings from sdist - """ - return re.match(r"standard file .*not found", msg) - - def add_defaults(self): - sdist.add_defaults(self) - self.check_license() - self.filelist.append(self.template) - self.filelist.append(self.manifest) - rcfiles = list(walk_revctrl()) - if rcfiles: - self.filelist.extend(rcfiles) - elif os.path.exists(self.manifest): - self.read_manifest() - - if os.path.exists("setup.py"): - # setup.py should be included by default, even if it's not - # the script called to create the sdist - self.filelist.append("setup.py") - - ei_cmd = self.get_finalized_command('egg_info') - self.filelist.graft(ei_cmd.egg_info) - - def prune_file_list(self): - build = self.get_finalized_command('build') - base_dir = self.distribution.get_fullname() - self.filelist.prune(build.build_base) - self.filelist.prune(base_dir) - sep = re.escape(os.sep) - self.filelist.exclude_pattern(r'(^|' + sep + r')(RCS|CVS|\.svn)' + sep, - is_regex=1) - - -def write_file(filename, contents): - """Create a file with the specified name and write 'contents' (a - sequence of strings without line terminators) to it. - """ - contents = "\n".join(contents) - - # assuming the contents has been vetted for utf-8 encoding - contents = contents.encode("utf-8") - - with open(filename, "wb") as f: # always write POSIX-style manifest - f.write(contents) - - -def write_pkg_info(cmd, basename, filename): - log.info("writing %s", filename) - if not cmd.dry_run: - metadata = cmd.distribution.metadata - metadata.version, oldver = cmd.egg_version, metadata.version - metadata.name, oldname = cmd.egg_name, metadata.name - - try: - # write unescaped data to PKG-INFO, so older pkg_resources - # can still parse it - metadata.write_pkg_info(cmd.egg_info) - finally: - metadata.name, metadata.version = oldname, oldver - - safe = getattr(cmd.distribution, 'zip_safe', None) - - bdist_egg.write_safety_flag(cmd.egg_info, safe) - - -def warn_depends_obsolete(cmd, basename, filename): - if os.path.exists(filename): - log.warn( - "WARNING: 'depends.txt' is not used by setuptools 0.6!\n" - "Use the install_requires/extras_require setup() args instead." - ) - - -def _write_requirements(stream, reqs): - lines = yield_lines(reqs or ()) - append_cr = lambda line: line + '\n' - lines = map(append_cr, lines) - stream.writelines(lines) - - -def write_requirements(cmd, basename, filename): - dist = cmd.distribution - data = six.StringIO() - _write_requirements(data, dist.install_requires) - extras_require = dist.extras_require or {} - for extra in sorted(extras_require): - data.write('\n[{extra}]\n'.format(**vars())) - _write_requirements(data, extras_require[extra]) - cmd.write_or_delete_file("requirements", filename, data.getvalue()) - - -def write_setup_requirements(cmd, basename, filename): - data = io.StringIO() - _write_requirements(data, cmd.distribution.setup_requires) - cmd.write_or_delete_file("setup-requirements", filename, data.getvalue()) - - -def write_toplevel_names(cmd, basename, filename): - pkgs = dict.fromkeys( - [ - k.split('.', 1)[0] - for k in cmd.distribution.iter_distribution_names() - ] - ) - cmd.write_file("top-level names", filename, '\n'.join(sorted(pkgs)) + '\n') - - -def overwrite_arg(cmd, basename, filename): - write_arg(cmd, basename, filename, True) - - -def write_arg(cmd, basename, filename, force=False): - argname = os.path.splitext(basename)[0] - value = getattr(cmd.distribution, argname, None) - if value is not None: - value = '\n'.join(value) + '\n' - cmd.write_or_delete_file(argname, filename, value, force) - - -def write_entries(cmd, basename, filename): - ep = cmd.distribution.entry_points - - if isinstance(ep, six.string_types) or ep is None: - data = ep - elif ep is not None: - data = [] - for section, contents in sorted(ep.items()): - if not isinstance(contents, six.string_types): - contents = EntryPoint.parse_group(section, contents) - contents = '\n'.join(sorted(map(str, contents.values()))) - data.append('[%s]\n%s\n\n' % (section, contents)) - data = ''.join(data) - - cmd.write_or_delete_file('entry points', filename, data, True) - - -def get_pkg_info_revision(): - """ - Get a -r### off of PKG-INFO Version in case this is an sdist of - a subversion revision. - """ - warnings.warn("get_pkg_info_revision is deprecated.", EggInfoDeprecationWarning) - if os.path.exists('PKG-INFO'): - with io.open('PKG-INFO') as f: - for line in f: - match = re.match(r"Version:.*-r(\d+)\s*$", line) - if match: - return int(match.group(1)) - return 0 - - -class EggInfoDeprecationWarning(SetuptoolsDeprecationWarning): - """Class for warning about deprecations in eggInfo in setupTools. Not ignored by default, unlike DeprecationWarning.""" diff --git a/lib/python3.8/site-packages/setuptools/command/install.py b/lib/python3.8/site-packages/setuptools/command/install.py deleted file mode 100644 index 31a5ddb..0000000 --- a/lib/python3.8/site-packages/setuptools/command/install.py +++ /dev/null @@ -1,125 +0,0 @@ -from distutils.errors import DistutilsArgError -import inspect -import glob -import warnings -import platform -import distutils.command.install as orig - -import setuptools - -# Prior to numpy 1.9, NumPy relies on the '_install' name, so provide it for -# now. See https://github.com/pypa/setuptools/issues/199/ -_install = orig.install - - -class install(orig.install): - """Use easy_install to install the package, w/dependencies""" - - user_options = orig.install.user_options + [ - ('old-and-unmanageable', None, "Try not to use this!"), - ('single-version-externally-managed', None, - "used by system package builders to create 'flat' eggs"), - ] - boolean_options = orig.install.boolean_options + [ - 'old-and-unmanageable', 'single-version-externally-managed', - ] - new_commands = [ - ('install_egg_info', lambda self: True), - ('install_scripts', lambda self: True), - ] - _nc = dict(new_commands) - - def initialize_options(self): - orig.install.initialize_options(self) - self.old_and_unmanageable = None - self.single_version_externally_managed = None - - def finalize_options(self): - orig.install.finalize_options(self) - if self.root: - self.single_version_externally_managed = True - elif self.single_version_externally_managed: - if not self.root and not self.record: - raise DistutilsArgError( - "You must specify --record or --root when building system" - " packages" - ) - - def handle_extra_path(self): - if self.root or self.single_version_externally_managed: - # explicit backward-compatibility mode, allow extra_path to work - return orig.install.handle_extra_path(self) - - # Ignore extra_path when installing an egg (or being run by another - # command without --root or --single-version-externally-managed - self.path_file = None - self.extra_dirs = '' - - def run(self): - # Explicit request for old-style install? Just do it - if self.old_and_unmanageable or self.single_version_externally_managed: - return orig.install.run(self) - - if not self._called_from_setup(inspect.currentframe()): - # Run in backward-compatibility mode to support bdist_* commands. - orig.install.run(self) - else: - self.do_egg_install() - - @staticmethod - def _called_from_setup(run_frame): - """ - Attempt to detect whether run() was called from setup() or by another - command. If called by setup(), the parent caller will be the - 'run_command' method in 'distutils.dist', and *its* caller will be - the 'run_commands' method. If called any other way, the - immediate caller *might* be 'run_command', but it won't have been - called by 'run_commands'. Return True in that case or if a call stack - is unavailable. Return False otherwise. - """ - if run_frame is None: - msg = "Call stack not available. bdist_* commands may fail." - warnings.warn(msg) - if platform.python_implementation() == 'IronPython': - msg = "For best results, pass -X:Frames to enable call stack." - warnings.warn(msg) - return True - res = inspect.getouterframes(run_frame)[2] - caller, = res[:1] - info = inspect.getframeinfo(caller) - caller_module = caller.f_globals.get('__name__', '') - return ( - caller_module == 'distutils.dist' - and info.function == 'run_commands' - ) - - def do_egg_install(self): - - easy_install = self.distribution.get_command_class('easy_install') - - cmd = easy_install( - self.distribution, args="x", root=self.root, record=self.record, - ) - cmd.ensure_finalized() # finalize before bdist_egg munges install cmd - cmd.always_copy_from = '.' # make sure local-dir eggs get installed - - # pick up setup-dir .egg files only: no .egg-info - cmd.package_index.scan(glob.glob('*.egg')) - - self.run_command('bdist_egg') - args = [self.distribution.get_command_obj('bdist_egg').egg_output] - - if setuptools.bootstrap_install_from: - # Bootstrap self-installation of setuptools - args.insert(0, setuptools.bootstrap_install_from) - - cmd.args = args - cmd.run() - setuptools.bootstrap_install_from = None - - -# XXX Python 3.1 doesn't see _nc if this is inside the class -install.sub_commands = ( - [cmd for cmd in orig.install.sub_commands if cmd[0] not in install._nc] + - install.new_commands -) diff --git a/lib/python3.8/site-packages/setuptools/command/install_egg_info.py b/lib/python3.8/site-packages/setuptools/command/install_egg_info.py deleted file mode 100644 index edc4718..0000000 --- a/lib/python3.8/site-packages/setuptools/command/install_egg_info.py +++ /dev/null @@ -1,62 +0,0 @@ -from distutils import log, dir_util -import os - -from setuptools import Command -from setuptools import namespaces -from setuptools.archive_util import unpack_archive -import pkg_resources - - -class install_egg_info(namespaces.Installer, Command): - """Install an .egg-info directory for the package""" - - description = "Install an .egg-info directory for the package" - - user_options = [ - ('install-dir=', 'd', "directory to install to"), - ] - - def initialize_options(self): - self.install_dir = None - - def finalize_options(self): - self.set_undefined_options('install_lib', - ('install_dir', 'install_dir')) - ei_cmd = self.get_finalized_command("egg_info") - basename = pkg_resources.Distribution( - None, None, ei_cmd.egg_name, ei_cmd.egg_version - ).egg_name() + '.egg-info' - self.source = ei_cmd.egg_info - self.target = os.path.join(self.install_dir, basename) - self.outputs = [] - - def run(self): - self.run_command('egg_info') - if os.path.isdir(self.target) and not os.path.islink(self.target): - dir_util.remove_tree(self.target, dry_run=self.dry_run) - elif os.path.exists(self.target): - self.execute(os.unlink, (self.target,), "Removing " + self.target) - if not self.dry_run: - pkg_resources.ensure_directory(self.target) - self.execute( - self.copytree, (), "Copying %s to %s" % (self.source, self.target) - ) - self.install_namespaces() - - def get_outputs(self): - return self.outputs - - def copytree(self): - # Copy the .egg-info tree to site-packages - def skimmer(src, dst): - # filter out source-control directories; note that 'src' is always - # a '/'-separated path, regardless of platform. 'dst' is a - # platform-specific path. - for skip in '.svn/', 'CVS/': - if src.startswith(skip) or '/' + skip in src: - return None - self.outputs.append(dst) - log.debug("Copying %s to %s", src, dst) - return dst - - unpack_archive(self.source, self.target, skimmer) diff --git a/lib/python3.8/site-packages/setuptools/command/install_lib.py b/lib/python3.8/site-packages/setuptools/command/install_lib.py deleted file mode 100644 index 07d6593..0000000 --- a/lib/python3.8/site-packages/setuptools/command/install_lib.py +++ /dev/null @@ -1,121 +0,0 @@ -import os -import sys -from itertools import product, starmap -import distutils.command.install_lib as orig - - -class install_lib(orig.install_lib): - """Don't add compiled flags to filenames of non-Python files""" - - def run(self): - self.build() - outfiles = self.install() - if outfiles is not None: - # always compile, in case we have any extension stubs to deal with - self.byte_compile(outfiles) - - def get_exclusions(self): - """ - Return a collections.Sized collections.Container of paths to be - excluded for single_version_externally_managed installations. - """ - all_packages = ( - pkg - for ns_pkg in self._get_SVEM_NSPs() - for pkg in self._all_packages(ns_pkg) - ) - - excl_specs = product(all_packages, self._gen_exclusion_paths()) - return set(starmap(self._exclude_pkg_path, excl_specs)) - - def _exclude_pkg_path(self, pkg, exclusion_path): - """ - Given a package name and exclusion path within that package, - compute the full exclusion path. - """ - parts = pkg.split('.') + [exclusion_path] - return os.path.join(self.install_dir, *parts) - - @staticmethod - def _all_packages(pkg_name): - """ - >>> list(install_lib._all_packages('foo.bar.baz')) - ['foo.bar.baz', 'foo.bar', 'foo'] - """ - while pkg_name: - yield pkg_name - pkg_name, sep, child = pkg_name.rpartition('.') - - def _get_SVEM_NSPs(self): - """ - Get namespace packages (list) but only for - single_version_externally_managed installations and empty otherwise. - """ - # TODO: is it necessary to short-circuit here? i.e. what's the cost - # if get_finalized_command is called even when namespace_packages is - # False? - if not self.distribution.namespace_packages: - return [] - - install_cmd = self.get_finalized_command('install') - svem = install_cmd.single_version_externally_managed - - return self.distribution.namespace_packages if svem else [] - - @staticmethod - def _gen_exclusion_paths(): - """ - Generate file paths to be excluded for namespace packages (bytecode - cache files). - """ - # always exclude the package module itself - yield '__init__.py' - - yield '__init__.pyc' - yield '__init__.pyo' - - if not hasattr(sys, 'implementation'): - return - - base = os.path.join('__pycache__', '__init__.' + sys.implementation.cache_tag) - yield base + '.pyc' - yield base + '.pyo' - yield base + '.opt-1.pyc' - yield base + '.opt-2.pyc' - - def copy_tree( - self, infile, outfile, - preserve_mode=1, preserve_times=1, preserve_symlinks=0, level=1 - ): - assert preserve_mode and preserve_times and not preserve_symlinks - exclude = self.get_exclusions() - - if not exclude: - return orig.install_lib.copy_tree(self, infile, outfile) - - # Exclude namespace package __init__.py* files from the output - - from setuptools.archive_util import unpack_directory - from distutils import log - - outfiles = [] - - def pf(src, dst): - if dst in exclude: - log.warn("Skipping installation of %s (namespace package)", - dst) - return False - - log.info("copying %s -> %s", src, os.path.dirname(dst)) - outfiles.append(dst) - return dst - - unpack_directory(infile, outfile, pf) - return outfiles - - def get_outputs(self): - outputs = orig.install_lib.get_outputs(self) - exclude = self.get_exclusions() - if exclude: - return [f for f in outputs if f not in exclude] - return outputs diff --git a/lib/python3.8/site-packages/setuptools/command/install_scripts.py b/lib/python3.8/site-packages/setuptools/command/install_scripts.py deleted file mode 100644 index 1623427..0000000 --- a/lib/python3.8/site-packages/setuptools/command/install_scripts.py +++ /dev/null @@ -1,65 +0,0 @@ -from distutils import log -import distutils.command.install_scripts as orig -import os -import sys - -from pkg_resources import Distribution, PathMetadata, ensure_directory - - -class install_scripts(orig.install_scripts): - """Do normal script install, plus any egg_info wrapper scripts""" - - def initialize_options(self): - orig.install_scripts.initialize_options(self) - self.no_ep = False - - def run(self): - import setuptools.command.easy_install as ei - - self.run_command("egg_info") - if self.distribution.scripts: - orig.install_scripts.run(self) # run first to set up self.outfiles - else: - self.outfiles = [] - if self.no_ep: - # don't install entry point scripts into .egg file! - return - - ei_cmd = self.get_finalized_command("egg_info") - dist = Distribution( - ei_cmd.egg_base, PathMetadata(ei_cmd.egg_base, ei_cmd.egg_info), - ei_cmd.egg_name, ei_cmd.egg_version, - ) - bs_cmd = self.get_finalized_command('build_scripts') - exec_param = getattr(bs_cmd, 'executable', None) - bw_cmd = self.get_finalized_command("bdist_wininst") - is_wininst = getattr(bw_cmd, '_is_running', False) - writer = ei.ScriptWriter - if is_wininst: - exec_param = "python.exe" - writer = ei.WindowsScriptWriter - if exec_param == sys.executable: - # In case the path to the Python executable contains a space, wrap - # it so it's not split up. - exec_param = [exec_param] - # resolve the writer to the environment - writer = writer.best() - cmd = writer.command_spec_class.best().from_param(exec_param) - for args in writer.get_args(dist, cmd.as_header()): - self.write_script(*args) - - def write_script(self, script_name, contents, mode="t", *ignored): - """Write an executable file to the scripts directory""" - from setuptools.command.easy_install import chmod, current_umask - - log.info("Installing %s script to %s", script_name, self.install_dir) - target = os.path.join(self.install_dir, script_name) - self.outfiles.append(target) - - mask = current_umask() - if not self.dry_run: - ensure_directory(target) - f = open(target, "w" + mode) - f.write(contents) - f.close() - chmod(target, 0o777 - mask) diff --git a/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml b/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml deleted file mode 100644 index 5972a96..0000000 --- a/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> - <assemblyIdentity version="1.0.0.0" - processorArchitecture="X86" - name="%(name)s" - type="win32"/> - <!-- Identify the application security requirements. --> - <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> - <security> - <requestedPrivileges> - <requestedExecutionLevel level="asInvoker" uiAccess="false"/> - </requestedPrivileges> - </security> - </trustInfo> -</assembly> diff --git a/lib/python3.8/site-packages/setuptools/command/py36compat.py b/lib/python3.8/site-packages/setuptools/command/py36compat.py deleted file mode 100644 index 61063e7..0000000 --- a/lib/python3.8/site-packages/setuptools/command/py36compat.py +++ /dev/null @@ -1,136 +0,0 @@ -import os -from glob import glob -from distutils.util import convert_path -from distutils.command import sdist - -from setuptools.extern.six.moves import filter - - -class sdist_add_defaults: - """ - Mix-in providing forward-compatibility for functionality as found in - distutils on Python 3.7. - - Do not edit the code in this class except to update functionality - as implemented in distutils. Instead, override in the subclass. - """ - - def add_defaults(self): - """Add all the default files to self.filelist: - - README or README.txt - - setup.py - - test/test*.py - - all pure Python modules mentioned in setup script - - all files pointed by package_data (build_py) - - all files defined in data_files. - - all files defined as scripts. - - all C sources listed as part of extensions or C libraries - in the setup script (doesn't catch C headers!) - Warns if (README or README.txt) or setup.py are missing; everything - else is optional. - """ - self._add_defaults_standards() - self._add_defaults_optional() - self._add_defaults_python() - self._add_defaults_data_files() - self._add_defaults_ext() - self._add_defaults_c_libs() - self._add_defaults_scripts() - - @staticmethod - def _cs_path_exists(fspath): - """ - Case-sensitive path existence check - - >>> sdist_add_defaults._cs_path_exists(__file__) - True - >>> sdist_add_defaults._cs_path_exists(__file__.upper()) - False - """ - if not os.path.exists(fspath): - return False - # make absolute so we always have a directory - abspath = os.path.abspath(fspath) - directory, filename = os.path.split(abspath) - return filename in os.listdir(directory) - - def _add_defaults_standards(self): - standards = [self.READMES, self.distribution.script_name] - for fn in standards: - if isinstance(fn, tuple): - alts = fn - got_it = False - for fn in alts: - if self._cs_path_exists(fn): - got_it = True - self.filelist.append(fn) - break - - if not got_it: - self.warn("standard file not found: should have one of " + - ', '.join(alts)) - else: - if self._cs_path_exists(fn): - self.filelist.append(fn) - else: - self.warn("standard file '%s' not found" % fn) - - def _add_defaults_optional(self): - optional = ['test/test*.py', 'setup.cfg'] - for pattern in optional: - files = filter(os.path.isfile, glob(pattern)) - self.filelist.extend(files) - - def _add_defaults_python(self): - # build_py is used to get: - # - python modules - # - files defined in package_data - build_py = self.get_finalized_command('build_py') - - # getting python files - if self.distribution.has_pure_modules(): - self.filelist.extend(build_py.get_source_files()) - - # getting package_data files - # (computed in build_py.data_files by build_py.finalize_options) - for pkg, src_dir, build_dir, filenames in build_py.data_files: - for filename in filenames: - self.filelist.append(os.path.join(src_dir, filename)) - - def _add_defaults_data_files(self): - # getting distribution.data_files - if self.distribution.has_data_files(): - for item in self.distribution.data_files: - if isinstance(item, str): - # plain file - item = convert_path(item) - if os.path.isfile(item): - self.filelist.append(item) - else: - # a (dirname, filenames) tuple - dirname, filenames = item - for f in filenames: - f = convert_path(f) - if os.path.isfile(f): - self.filelist.append(f) - - def _add_defaults_ext(self): - if self.distribution.has_ext_modules(): - build_ext = self.get_finalized_command('build_ext') - self.filelist.extend(build_ext.get_source_files()) - - def _add_defaults_c_libs(self): - if self.distribution.has_c_libraries(): - build_clib = self.get_finalized_command('build_clib') - self.filelist.extend(build_clib.get_source_files()) - - def _add_defaults_scripts(self): - if self.distribution.has_scripts(): - build_scripts = self.get_finalized_command('build_scripts') - self.filelist.extend(build_scripts.get_source_files()) - - -if hasattr(sdist.sdist, '_add_defaults_standards'): - # disable the functionality already available upstream - class sdist_add_defaults: - pass diff --git a/lib/python3.8/site-packages/setuptools/command/register.py b/lib/python3.8/site-packages/setuptools/command/register.py deleted file mode 100644 index 98bc015..0000000 --- a/lib/python3.8/site-packages/setuptools/command/register.py +++ /dev/null @@ -1,18 +0,0 @@ -from distutils import log -import distutils.command.register as orig - - -class register(orig.register): - __doc__ = orig.register.__doc__ - - def run(self): - try: - # Make sure that we are using valid current name/version info - self.run_command('egg_info') - orig.register.run(self) - finally: - self.announce( - "WARNING: Registering is deprecated, use twine to " - "upload instead (https://pypi.org/p/twine/)", - log.WARN - ) diff --git a/lib/python3.8/site-packages/setuptools/command/rotate.py b/lib/python3.8/site-packages/setuptools/command/rotate.py deleted file mode 100644 index b89353f..0000000 --- a/lib/python3.8/site-packages/setuptools/command/rotate.py +++ /dev/null @@ -1,66 +0,0 @@ -from distutils.util import convert_path -from distutils import log -from distutils.errors import DistutilsOptionError -import os -import shutil - -from setuptools.extern import six - -from setuptools import Command - - -class rotate(Command): - """Delete older distributions""" - - description = "delete older distributions, keeping N newest files" - user_options = [ - ('match=', 'm', "patterns to match (required)"), - ('dist-dir=', 'd', "directory where the distributions are"), - ('keep=', 'k', "number of matching distributions to keep"), - ] - - boolean_options = [] - - def initialize_options(self): - self.match = None - self.dist_dir = None - self.keep = None - - def finalize_options(self): - if self.match is None: - raise DistutilsOptionError( - "Must specify one or more (comma-separated) match patterns " - "(e.g. '.zip' or '.egg')" - ) - if self.keep is None: - raise DistutilsOptionError("Must specify number of files to keep") - try: - self.keep = int(self.keep) - except ValueError: - raise DistutilsOptionError("--keep must be an integer") - if isinstance(self.match, six.string_types): - self.match = [ - convert_path(p.strip()) for p in self.match.split(',') - ] - self.set_undefined_options('bdist', ('dist_dir', 'dist_dir')) - - def run(self): - self.run_command("egg_info") - from glob import glob - - for pattern in self.match: - pattern = self.distribution.get_name() + '*' + pattern - files = glob(os.path.join(self.dist_dir, pattern)) - files = [(os.path.getmtime(f), f) for f in files] - files.sort() - files.reverse() - - log.info("%d file(s) matching %s", len(files), pattern) - files = files[self.keep:] - for (t, f) in files: - log.info("Deleting %s", f) - if not self.dry_run: - if os.path.isdir(f): - shutil.rmtree(f) - else: - os.unlink(f) diff --git a/lib/python3.8/site-packages/setuptools/command/saveopts.py b/lib/python3.8/site-packages/setuptools/command/saveopts.py deleted file mode 100644 index 611cec5..0000000 --- a/lib/python3.8/site-packages/setuptools/command/saveopts.py +++ /dev/null @@ -1,22 +0,0 @@ -from setuptools.command.setopt import edit_config, option_base - - -class saveopts(option_base): - """Save command-line options to a file""" - - description = "save supplied options to setup.cfg or other config file" - - def run(self): - dist = self.distribution - settings = {} - - for cmd in dist.command_options: - - if cmd == 'saveopts': - continue # don't save our own options! - - for opt, (src, val) in dist.get_option_dict(cmd).items(): - if src == "command line": - settings.setdefault(cmd, {})[opt] = val - - edit_config(self.filename, settings, self.dry_run) diff --git a/lib/python3.8/site-packages/setuptools/command/sdist.py b/lib/python3.8/site-packages/setuptools/command/sdist.py deleted file mode 100644 index dc25398..0000000 --- a/lib/python3.8/site-packages/setuptools/command/sdist.py +++ /dev/null @@ -1,221 +0,0 @@ -from distutils import log -import distutils.command.sdist as orig -import os -import sys -import io -import contextlib - -from setuptools.extern import six - -from .py36compat import sdist_add_defaults - -import pkg_resources - -_default_revctrl = list - - -def walk_revctrl(dirname=''): - """Find all files under revision control""" - for ep in pkg_resources.iter_entry_points('setuptools.file_finders'): - for item in ep.load()(dirname): - yield item - - -class sdist(sdist_add_defaults, orig.sdist): - """Smart sdist that finds anything supported by revision control""" - - user_options = [ - ('formats=', None, - "formats for source distribution (comma-separated list)"), - ('keep-temp', 'k', - "keep the distribution tree around after creating " + - "archive file(s)"), - ('dist-dir=', 'd', - "directory to put the source distribution archive(s) in " - "[default: dist]"), - ] - - negative_opt = {} - - README_EXTENSIONS = ['', '.rst', '.txt', '.md'] - READMES = tuple('README{0}'.format(ext) for ext in README_EXTENSIONS) - - def run(self): - self.run_command('egg_info') - ei_cmd = self.get_finalized_command('egg_info') - self.filelist = ei_cmd.filelist - self.filelist.append(os.path.join(ei_cmd.egg_info, 'SOURCES.txt')) - self.check_readme() - - # Run sub commands - for cmd_name in self.get_sub_commands(): - self.run_command(cmd_name) - - self.make_distribution() - - dist_files = getattr(self.distribution, 'dist_files', []) - for file in self.archive_files: - data = ('sdist', '', file) - if data not in dist_files: - dist_files.append(data) - - def initialize_options(self): - orig.sdist.initialize_options(self) - - self._default_to_gztar() - - def _default_to_gztar(self): - # only needed on Python prior to 3.6. - if sys.version_info >= (3, 6, 0, 'beta', 1): - return - self.formats = ['gztar'] - - def make_distribution(self): - """ - Workaround for #516 - """ - with self._remove_os_link(): - orig.sdist.make_distribution(self) - - @staticmethod - @contextlib.contextmanager - def _remove_os_link(): - """ - In a context, remove and restore os.link if it exists - """ - - class NoValue: - pass - - orig_val = getattr(os, 'link', NoValue) - try: - del os.link - except Exception: - pass - try: - yield - finally: - if orig_val is not NoValue: - setattr(os, 'link', orig_val) - - def __read_template_hack(self): - # This grody hack closes the template file (MANIFEST.in) if an - # exception occurs during read_template. - # Doing so prevents an error when easy_install attempts to delete the - # file. - try: - orig.sdist.read_template(self) - except Exception: - _, _, tb = sys.exc_info() - tb.tb_next.tb_frame.f_locals['template'].close() - raise - - # Beginning with Python 2.7.2, 3.1.4, and 3.2.1, this leaky file handle - # has been fixed, so only override the method if we're using an earlier - # Python. - has_leaky_handle = ( - sys.version_info < (2, 7, 2) - or (3, 0) <= sys.version_info < (3, 1, 4) - or (3, 2) <= sys.version_info < (3, 2, 1) - ) - if has_leaky_handle: - read_template = __read_template_hack - - def _add_defaults_python(self): - """getting python files""" - if self.distribution.has_pure_modules(): - build_py = self.get_finalized_command('build_py') - self.filelist.extend(build_py.get_source_files()) - # This functionality is incompatible with include_package_data, and - # will in fact create an infinite recursion if include_package_data - # is True. Use of include_package_data will imply that - # distutils-style automatic handling of package_data is disabled - if not self.distribution.include_package_data: - for _, src_dir, _, filenames in build_py.data_files: - self.filelist.extend([os.path.join(src_dir, filename) - for filename in filenames]) - - def _add_defaults_data_files(self): - try: - if six.PY2: - sdist_add_defaults._add_defaults_data_files(self) - else: - super()._add_defaults_data_files() - except TypeError: - log.warn("data_files contains unexpected objects") - - def check_readme(self): - for f in self.READMES: - if os.path.exists(f): - return - else: - self.warn( - "standard file not found: should have one of " + - ', '.join(self.READMES) - ) - - def make_release_tree(self, base_dir, files): - orig.sdist.make_release_tree(self, base_dir, files) - - # Save any egg_info command line options used to create this sdist - dest = os.path.join(base_dir, 'setup.cfg') - if hasattr(os, 'link') and os.path.exists(dest): - # unlink and re-copy, since it might be hard-linked, and - # we don't want to change the source version - os.unlink(dest) - self.copy_file('setup.cfg', dest) - - self.get_finalized_command('egg_info').save_version_info(dest) - - def _manifest_is_not_generated(self): - # check for special comment used in 2.7.1 and higher - if not os.path.isfile(self.manifest): - return False - - with io.open(self.manifest, 'rb') as fp: - first_line = fp.readline() - return (first_line != - '# file GENERATED by distutils, do NOT edit\n'.encode()) - - def read_manifest(self): - """Read the manifest file (named by 'self.manifest') and use it to - fill in 'self.filelist', the list of files to include in the source - distribution. - """ - log.info("reading manifest file '%s'", self.manifest) - manifest = open(self.manifest, 'rb') - for line in manifest: - # The manifest must contain UTF-8. See #303. - if six.PY3: - try: - line = line.decode('UTF-8') - except UnicodeDecodeError: - log.warn("%r not UTF-8 decodable -- skipping" % line) - continue - # ignore comments and blank lines - line = line.strip() - if line.startswith('#') or not line: - continue - self.filelist.append(line) - manifest.close() - - def check_license(self): - """Checks if license_file' is configured and adds it to - 'self.filelist' if the value contains a valid path. - """ - - opts = self.distribution.get_option_dict('metadata') - - # ignore the source of the value - _, license_file = opts.get('license_file', (None, None)) - - if license_file is None: - log.debug("'license_file' option was not specified") - return - - if not os.path.exists(license_file): - log.warn("warning: Failed to find the configured license file '%s'", - license_file) - return - - self.filelist.append(license_file) diff --git a/lib/python3.8/site-packages/setuptools/command/setopt.py b/lib/python3.8/site-packages/setuptools/command/setopt.py deleted file mode 100644 index 7e57cc0..0000000 --- a/lib/python3.8/site-packages/setuptools/command/setopt.py +++ /dev/null @@ -1,149 +0,0 @@ -from distutils.util import convert_path -from distutils import log -from distutils.errors import DistutilsOptionError -import distutils -import os - -from setuptools.extern.six.moves import configparser - -from setuptools import Command - -__all__ = ['config_file', 'edit_config', 'option_base', 'setopt'] - - -def config_file(kind="local"): - """Get the filename of the distutils, local, global, or per-user config - - `kind` must be one of "local", "global", or "user" - """ - if kind == 'local': - return 'setup.cfg' - if kind == 'global': - return os.path.join( - os.path.dirname(distutils.__file__), 'distutils.cfg' - ) - if kind == 'user': - dot = os.name == 'posix' and '.' or '' - return os.path.expanduser(convert_path("~/%spydistutils.cfg" % dot)) - raise ValueError( - "config_file() type must be 'local', 'global', or 'user'", kind - ) - - -def edit_config(filename, settings, dry_run=False): - """Edit a configuration file to include `settings` - - `settings` is a dictionary of dictionaries or ``None`` values, keyed by - command/section name. A ``None`` value means to delete the entire section, - while a dictionary lists settings to be changed or deleted in that section. - A setting of ``None`` means to delete that setting. - """ - log.debug("Reading configuration from %s", filename) - opts = configparser.RawConfigParser() - opts.read([filename]) - for section, options in settings.items(): - if options is None: - log.info("Deleting section [%s] from %s", section, filename) - opts.remove_section(section) - else: - if not opts.has_section(section): - log.debug("Adding new section [%s] to %s", section, filename) - opts.add_section(section) - for option, value in options.items(): - if value is None: - log.debug( - "Deleting %s.%s from %s", - section, option, filename - ) - opts.remove_option(section, option) - if not opts.options(section): - log.info("Deleting empty [%s] section from %s", - section, filename) - opts.remove_section(section) - else: - log.debug( - "Setting %s.%s to %r in %s", - section, option, value, filename - ) - opts.set(section, option, value) - - log.info("Writing %s", filename) - if not dry_run: - with open(filename, 'w') as f: - opts.write(f) - - -class option_base(Command): - """Abstract base class for commands that mess with config files""" - - user_options = [ - ('global-config', 'g', - "save options to the site-wide distutils.cfg file"), - ('user-config', 'u', - "save options to the current user's pydistutils.cfg file"), - ('filename=', 'f', - "configuration file to use (default=setup.cfg)"), - ] - - boolean_options = [ - 'global-config', 'user-config', - ] - - def initialize_options(self): - self.global_config = None - self.user_config = None - self.filename = None - - def finalize_options(self): - filenames = [] - if self.global_config: - filenames.append(config_file('global')) - if self.user_config: - filenames.append(config_file('user')) - if self.filename is not None: - filenames.append(self.filename) - if not filenames: - filenames.append(config_file('local')) - if len(filenames) > 1: - raise DistutilsOptionError( - "Must specify only one configuration file option", - filenames - ) - self.filename, = filenames - - -class setopt(option_base): - """Save command-line options to a file""" - - description = "set an option in setup.cfg or another config file" - - user_options = [ - ('command=', 'c', 'command to set an option for'), - ('option=', 'o', 'option to set'), - ('set-value=', 's', 'value of the option'), - ('remove', 'r', 'remove (unset) the value'), - ] + option_base.user_options - - boolean_options = option_base.boolean_options + ['remove'] - - def initialize_options(self): - option_base.initialize_options(self) - self.command = None - self.option = None - self.set_value = None - self.remove = None - - def finalize_options(self): - option_base.finalize_options(self) - if self.command is None or self.option is None: - raise DistutilsOptionError("Must specify --command *and* --option") - if self.set_value is None and not self.remove: - raise DistutilsOptionError("Must specify --set-value or --remove") - - def run(self): - edit_config( - self.filename, { - self.command: {self.option.replace('-', '_'): self.set_value} - }, - self.dry_run - ) diff --git a/lib/python3.8/site-packages/setuptools/command/test.py b/lib/python3.8/site-packages/setuptools/command/test.py deleted file mode 100644 index 973e4eb..0000000 --- a/lib/python3.8/site-packages/setuptools/command/test.py +++ /dev/null @@ -1,271 +0,0 @@ -import os -import operator -import sys -import contextlib -import itertools -import unittest -from distutils.errors import DistutilsError, DistutilsOptionError -from distutils import log -from unittest import TestLoader - -from setuptools.extern import six -from setuptools.extern.six.moves import map, filter - -from pkg_resources import (resource_listdir, resource_exists, normalize_path, - working_set, _namespace_packages, evaluate_marker, - add_activation_listener, require, EntryPoint) -from setuptools import Command -from .build_py import _unique_everseen - -__metaclass__ = type - - -class ScanningLoader(TestLoader): - - def __init__(self): - TestLoader.__init__(self) - self._visited = set() - - def loadTestsFromModule(self, module, pattern=None): - """Return a suite of all tests cases contained in the given module - - If the module is a package, load tests from all the modules in it. - If the module has an ``additional_tests`` function, call it and add - the return value to the tests. - """ - if module in self._visited: - return None - self._visited.add(module) - - tests = [] - tests.append(TestLoader.loadTestsFromModule(self, module)) - - if hasattr(module, "additional_tests"): - tests.append(module.additional_tests()) - - if hasattr(module, '__path__'): - for file in resource_listdir(module.__name__, ''): - if file.endswith('.py') and file != '__init__.py': - submodule = module.__name__ + '.' + file[:-3] - else: - if resource_exists(module.__name__, file + '/__init__.py'): - submodule = module.__name__ + '.' + file - else: - continue - tests.append(self.loadTestsFromName(submodule)) - - if len(tests) != 1: - return self.suiteClass(tests) - else: - return tests[0] # don't create a nested suite for only one return - - -# adapted from jaraco.classes.properties:NonDataProperty -class NonDataProperty: - def __init__(self, fget): - self.fget = fget - - def __get__(self, obj, objtype=None): - if obj is None: - return self - return self.fget(obj) - - -class test(Command): - """Command to run unit tests after in-place build""" - - description = "run unit tests after in-place build" - - user_options = [ - ('test-module=', 'm', "Run 'test_suite' in specified module"), - ('test-suite=', 's', - "Run single test, case or suite (e.g. 'module.test_suite')"), - ('test-runner=', 'r', "Test runner to use"), - ] - - def initialize_options(self): - self.test_suite = None - self.test_module = None - self.test_loader = None - self.test_runner = None - - def finalize_options(self): - - if self.test_suite and self.test_module: - msg = "You may specify a module or a suite, but not both" - raise DistutilsOptionError(msg) - - if self.test_suite is None: - if self.test_module is None: - self.test_suite = self.distribution.test_suite - else: - self.test_suite = self.test_module + ".test_suite" - - if self.test_loader is None: - self.test_loader = getattr(self.distribution, 'test_loader', None) - if self.test_loader is None: - self.test_loader = "setuptools.command.test:ScanningLoader" - if self.test_runner is None: - self.test_runner = getattr(self.distribution, 'test_runner', None) - - @NonDataProperty - def test_args(self): - return list(self._test_args()) - - def _test_args(self): - if not self.test_suite and sys.version_info >= (2, 7): - yield 'discover' - if self.verbose: - yield '--verbose' - if self.test_suite: - yield self.test_suite - - def with_project_on_sys_path(self, func): - """ - Backward compatibility for project_on_sys_path context. - """ - with self.project_on_sys_path(): - func() - - @contextlib.contextmanager - def project_on_sys_path(self, include_dists=[]): - with_2to3 = six.PY3 and getattr(self.distribution, 'use_2to3', False) - - if with_2to3: - # If we run 2to3 we can not do this inplace: - - # Ensure metadata is up-to-date - self.reinitialize_command('build_py', inplace=0) - self.run_command('build_py') - bpy_cmd = self.get_finalized_command("build_py") - build_path = normalize_path(bpy_cmd.build_lib) - - # Build extensions - self.reinitialize_command('egg_info', egg_base=build_path) - self.run_command('egg_info') - - self.reinitialize_command('build_ext', inplace=0) - self.run_command('build_ext') - else: - # Without 2to3 inplace works fine: - self.run_command('egg_info') - - # Build extensions in-place - self.reinitialize_command('build_ext', inplace=1) - self.run_command('build_ext') - - ei_cmd = self.get_finalized_command("egg_info") - - old_path = sys.path[:] - old_modules = sys.modules.copy() - - try: - project_path = normalize_path(ei_cmd.egg_base) - sys.path.insert(0, project_path) - working_set.__init__() - add_activation_listener(lambda dist: dist.activate()) - require('%s==%s' % (ei_cmd.egg_name, ei_cmd.egg_version)) - with self.paths_on_pythonpath([project_path]): - yield - finally: - sys.path[:] = old_path - sys.modules.clear() - sys.modules.update(old_modules) - working_set.__init__() - - @staticmethod - @contextlib.contextmanager - def paths_on_pythonpath(paths): - """ - Add the indicated paths to the head of the PYTHONPATH environment - variable so that subprocesses will also see the packages at - these paths. - - Do this in a context that restores the value on exit. - """ - nothing = object() - orig_pythonpath = os.environ.get('PYTHONPATH', nothing) - current_pythonpath = os.environ.get('PYTHONPATH', '') - try: - prefix = os.pathsep.join(_unique_everseen(paths)) - to_join = filter(None, [prefix, current_pythonpath]) - new_path = os.pathsep.join(to_join) - if new_path: - os.environ['PYTHONPATH'] = new_path - yield - finally: - if orig_pythonpath is nothing: - os.environ.pop('PYTHONPATH', None) - else: - os.environ['PYTHONPATH'] = orig_pythonpath - - @staticmethod - def install_dists(dist): - """ - Install the requirements indicated by self.distribution and - return an iterable of the dists that were built. - """ - ir_d = dist.fetch_build_eggs(dist.install_requires) - tr_d = dist.fetch_build_eggs(dist.tests_require or []) - er_d = dist.fetch_build_eggs( - v for k, v in dist.extras_require.items() - if k.startswith(':') and evaluate_marker(k[1:]) - ) - return itertools.chain(ir_d, tr_d, er_d) - - def run(self): - installed_dists = self.install_dists(self.distribution) - - cmd = ' '.join(self._argv) - if self.dry_run: - self.announce('skipping "%s" (dry run)' % cmd) - return - - self.announce('running "%s"' % cmd) - - paths = map(operator.attrgetter('location'), installed_dists) - with self.paths_on_pythonpath(paths): - with self.project_on_sys_path(): - self.run_tests() - - def run_tests(self): - # Purge modules under test from sys.modules. The test loader will - # re-import them from the build location. Required when 2to3 is used - # with namespace packages. - if six.PY3 and getattr(self.distribution, 'use_2to3', False): - module = self.test_suite.split('.')[0] - if module in _namespace_packages: - del_modules = [] - if module in sys.modules: - del_modules.append(module) - module += '.' - for name in sys.modules: - if name.startswith(module): - del_modules.append(name) - list(map(sys.modules.__delitem__, del_modules)) - - test = unittest.main( - None, None, self._argv, - testLoader=self._resolve_as_ep(self.test_loader), - testRunner=self._resolve_as_ep(self.test_runner), - exit=False, - ) - if not test.result.wasSuccessful(): - msg = 'Test failed: %s' % test.result - self.announce(msg, log.ERROR) - raise DistutilsError(msg) - - @property - def _argv(self): - return ['unittest'] + self.test_args - - @staticmethod - def _resolve_as_ep(val): - """ - Load the indicated attribute value, called, as a as if it were - specified as an entry point. - """ - if val is None: - return - parsed = EntryPoint.parse("x=" + val) - return parsed.resolve()() diff --git a/lib/python3.8/site-packages/setuptools/command/upload.py b/lib/python3.8/site-packages/setuptools/command/upload.py deleted file mode 100644 index 6db8888..0000000 --- a/lib/python3.8/site-packages/setuptools/command/upload.py +++ /dev/null @@ -1,196 +0,0 @@ -import io -import os -import hashlib -import getpass - -from base64 import standard_b64encode - -from distutils import log -from distutils.command import upload as orig -from distutils.spawn import spawn - -from distutils.errors import DistutilsError - -from setuptools.extern.six.moves.urllib.request import urlopen, Request -from setuptools.extern.six.moves.urllib.error import HTTPError -from setuptools.extern.six.moves.urllib.parse import urlparse - - -class upload(orig.upload): - """ - Override default upload behavior to obtain password - in a variety of different ways. - """ - def run(self): - try: - orig.upload.run(self) - finally: - self.announce( - "WARNING: Uploading via this command is deprecated, use twine " - "to upload instead (https://pypi.org/p/twine/)", - log.WARN - ) - - def finalize_options(self): - orig.upload.finalize_options(self) - self.username = ( - self.username or - getpass.getuser() - ) - # Attempt to obtain password. Short circuit evaluation at the first - # sign of success. - self.password = ( - self.password or - self._load_password_from_keyring() or - self._prompt_for_password() - ) - - def upload_file(self, command, pyversion, filename): - # Makes sure the repository URL is compliant - schema, netloc, url, params, query, fragments = \ - urlparse(self.repository) - if params or query or fragments: - raise AssertionError("Incompatible url %s" % self.repository) - - if schema not in ('http', 'https'): - raise AssertionError("unsupported schema " + schema) - - # Sign if requested - if self.sign: - gpg_args = ["gpg", "--detach-sign", "-a", filename] - if self.identity: - gpg_args[2:2] = ["--local-user", self.identity] - spawn(gpg_args, - dry_run=self.dry_run) - - # Fill in the data - send all the meta-data in case we need to - # register a new release - with open(filename, 'rb') as f: - content = f.read() - - meta = self.distribution.metadata - - data = { - # action - ':action': 'file_upload', - 'protocol_version': '1', - - # identify release - 'name': meta.get_name(), - 'version': meta.get_version(), - - # file content - 'content': (os.path.basename(filename), content), - 'filetype': command, - 'pyversion': pyversion, - 'md5_digest': hashlib.md5(content).hexdigest(), - - # additional meta-data - 'metadata_version': str(meta.get_metadata_version()), - 'summary': meta.get_description(), - 'home_page': meta.get_url(), - 'author': meta.get_contact(), - 'author_email': meta.get_contact_email(), - 'license': meta.get_licence(), - 'description': meta.get_long_description(), - 'keywords': meta.get_keywords(), - 'platform': meta.get_platforms(), - 'classifiers': meta.get_classifiers(), - 'download_url': meta.get_download_url(), - # PEP 314 - 'provides': meta.get_provides(), - 'requires': meta.get_requires(), - 'obsoletes': meta.get_obsoletes(), - } - - data['comment'] = '' - - if self.sign: - data['gpg_signature'] = (os.path.basename(filename) + ".asc", - open(filename+".asc", "rb").read()) - - # set up the authentication - user_pass = (self.username + ":" + self.password).encode('ascii') - # The exact encoding of the authentication string is debated. - # Anyway PyPI only accepts ascii for both username or password. - auth = "Basic " + standard_b64encode(user_pass).decode('ascii') - - # Build up the MIME payload for the POST data - boundary = '--------------GHSKFJDLGDS7543FJKLFHRE75642756743254' - sep_boundary = b'\r\n--' + boundary.encode('ascii') - end_boundary = sep_boundary + b'--\r\n' - body = io.BytesIO() - for key, value in data.items(): - title = '\r\nContent-Disposition: form-data; name="%s"' % key - # handle multiple entries for the same name - if not isinstance(value, list): - value = [value] - for value in value: - if type(value) is tuple: - title += '; filename="%s"' % value[0] - value = value[1] - else: - value = str(value).encode('utf-8') - body.write(sep_boundary) - body.write(title.encode('utf-8')) - body.write(b"\r\n\r\n") - body.write(value) - body.write(end_boundary) - body = body.getvalue() - - msg = "Submitting %s to %s" % (filename, self.repository) - self.announce(msg, log.INFO) - - # build the Request - headers = { - 'Content-type': 'multipart/form-data; boundary=%s' % boundary, - 'Content-length': str(len(body)), - 'Authorization': auth, - } - - request = Request(self.repository, data=body, - headers=headers) - # send the data - try: - result = urlopen(request) - status = result.getcode() - reason = result.msg - except HTTPError as e: - status = e.code - reason = e.msg - except OSError as e: - self.announce(str(e), log.ERROR) - raise - - if status == 200: - self.announce('Server response (%s): %s' % (status, reason), - log.INFO) - if self.show_response: - text = getattr(self, '_read_pypi_response', - lambda x: None)(result) - if text is not None: - msg = '\n'.join(('-' * 75, text, '-' * 75)) - self.announce(msg, log.INFO) - else: - msg = 'Upload failed (%s): %s' % (status, reason) - self.announce(msg, log.ERROR) - raise DistutilsError(msg) - - def _load_password_from_keyring(self): - """ - Attempt to load password from keyring. Suppress Exceptions. - """ - try: - keyring = __import__('keyring') - return keyring.get_password(self.repository, self.username) - except Exception: - pass - - def _prompt_for_password(self): - """ - Prompt for a password on the tty. Suppress Exceptions. - """ - try: - return getpass.getpass() - except (Exception, KeyboardInterrupt): - pass diff --git a/lib/python3.8/site-packages/setuptools/command/upload_docs.py b/lib/python3.8/site-packages/setuptools/command/upload_docs.py deleted file mode 100644 index 07aa564..0000000 --- a/lib/python3.8/site-packages/setuptools/command/upload_docs.py +++ /dev/null @@ -1,206 +0,0 @@ -# -*- coding: utf-8 -*- -"""upload_docs - -Implements a Distutils 'upload_docs' subcommand (upload documentation to -PyPI's pythonhosted.org). -""" - -from base64 import standard_b64encode -from distutils import log -from distutils.errors import DistutilsOptionError -import os -import socket -import zipfile -import tempfile -import shutil -import itertools -import functools - -from setuptools.extern import six -from setuptools.extern.six.moves import http_client, urllib - -from pkg_resources import iter_entry_points -from .upload import upload - - -def _encode(s): - errors = 'surrogateescape' if six.PY3 else 'strict' - return s.encode('utf-8', errors) - - -class upload_docs(upload): - # override the default repository as upload_docs isn't - # supported by Warehouse (and won't be). - DEFAULT_REPOSITORY = 'https://pypi.python.org/pypi/' - - description = 'Upload documentation to PyPI' - - user_options = [ - ('repository=', 'r', - "url of repository [default: %s]" % upload.DEFAULT_REPOSITORY), - ('show-response', None, - 'display full response text from server'), - ('upload-dir=', None, 'directory to upload'), - ] - boolean_options = upload.boolean_options - - def has_sphinx(self): - if self.upload_dir is None: - for ep in iter_entry_points('distutils.commands', 'build_sphinx'): - return True - - sub_commands = [('build_sphinx', has_sphinx)] - - def initialize_options(self): - upload.initialize_options(self) - self.upload_dir = None - self.target_dir = None - - def finalize_options(self): - upload.finalize_options(self) - if self.upload_dir is None: - if self.has_sphinx(): - build_sphinx = self.get_finalized_command('build_sphinx') - self.target_dir = build_sphinx.builder_target_dir - else: - build = self.get_finalized_command('build') - self.target_dir = os.path.join(build.build_base, 'docs') - else: - self.ensure_dirname('upload_dir') - self.target_dir = self.upload_dir - if 'pypi.python.org' in self.repository: - log.warn("Upload_docs command is deprecated. Use RTD instead.") - self.announce('Using upload directory %s' % self.target_dir) - - def create_zipfile(self, filename): - zip_file = zipfile.ZipFile(filename, "w") - try: - self.mkpath(self.target_dir) # just in case - for root, dirs, files in os.walk(self.target_dir): - if root == self.target_dir and not files: - tmpl = "no files found in upload directory '%s'" - raise DistutilsOptionError(tmpl % self.target_dir) - for name in files: - full = os.path.join(root, name) - relative = root[len(self.target_dir):].lstrip(os.path.sep) - dest = os.path.join(relative, name) - zip_file.write(full, dest) - finally: - zip_file.close() - - def run(self): - # Run sub commands - for cmd_name in self.get_sub_commands(): - self.run_command(cmd_name) - - tmp_dir = tempfile.mkdtemp() - name = self.distribution.metadata.get_name() - zip_file = os.path.join(tmp_dir, "%s.zip" % name) - try: - self.create_zipfile(zip_file) - self.upload_file(zip_file) - finally: - shutil.rmtree(tmp_dir) - - @staticmethod - def _build_part(item, sep_boundary): - key, values = item - title = '\nContent-Disposition: form-data; name="%s"' % key - # handle multiple entries for the same name - if not isinstance(values, list): - values = [values] - for value in values: - if isinstance(value, tuple): - title += '; filename="%s"' % value[0] - value = value[1] - else: - value = _encode(value) - yield sep_boundary - yield _encode(title) - yield b"\n\n" - yield value - if value and value[-1:] == b'\r': - yield b'\n' # write an extra newline (lurve Macs) - - @classmethod - def _build_multipart(cls, data): - """ - Build up the MIME payload for the POST data - """ - boundary = b'--------------GHSKFJDLGDS7543FJKLFHRE75642756743254' - sep_boundary = b'\n--' + boundary - end_boundary = sep_boundary + b'--' - end_items = end_boundary, b"\n", - builder = functools.partial( - cls._build_part, - sep_boundary=sep_boundary, - ) - part_groups = map(builder, data.items()) - parts = itertools.chain.from_iterable(part_groups) - body_items = itertools.chain(parts, end_items) - content_type = 'multipart/form-data; boundary=%s' % boundary.decode('ascii') - return b''.join(body_items), content_type - - def upload_file(self, filename): - with open(filename, 'rb') as f: - content = f.read() - meta = self.distribution.metadata - data = { - ':action': 'doc_upload', - 'name': meta.get_name(), - 'content': (os.path.basename(filename), content), - } - # set up the authentication - credentials = _encode(self.username + ':' + self.password) - credentials = standard_b64encode(credentials) - if six.PY3: - credentials = credentials.decode('ascii') - auth = "Basic " + credentials - - body, ct = self._build_multipart(data) - - msg = "Submitting documentation to %s" % (self.repository) - self.announce(msg, log.INFO) - - # build the Request - # We can't use urllib2 since we need to send the Basic - # auth right with the first request - schema, netloc, url, params, query, fragments = \ - urllib.parse.urlparse(self.repository) - assert not params and not query and not fragments - if schema == 'http': - conn = http_client.HTTPConnection(netloc) - elif schema == 'https': - conn = http_client.HTTPSConnection(netloc) - else: - raise AssertionError("unsupported schema " + schema) - - data = '' - try: - conn.connect() - conn.putrequest("POST", url) - content_type = ct - conn.putheader('Content-type', content_type) - conn.putheader('Content-length', str(len(body))) - conn.putheader('Authorization', auth) - conn.endheaders() - conn.send(body) - except socket.error as e: - self.announce(str(e), log.ERROR) - return - - r = conn.getresponse() - if r.status == 200: - msg = 'Server response (%s): %s' % (r.status, r.reason) - self.announce(msg, log.INFO) - elif r.status == 301: - location = r.getheader('Location') - if location is None: - location = 'https://pythonhosted.org/%s/' % meta.get_name() - msg = 'Upload successful. Visit %s' % location - self.announce(msg, log.INFO) - else: - msg = 'Upload failed (%s): %s' % (r.status, r.reason) - self.announce(msg, log.ERROR) - if self.show_response: - print('-' * 75, r.read(), '-' * 75) diff --git a/lib/python3.8/site-packages/setuptools/config.py b/lib/python3.8/site-packages/setuptools/config.py deleted file mode 100644 index b662604..0000000 --- a/lib/python3.8/site-packages/setuptools/config.py +++ /dev/null @@ -1,656 +0,0 @@ -from __future__ import absolute_import, unicode_literals -import io -import os -import sys - -import warnings -import functools -from collections import defaultdict -from functools import partial -from functools import wraps -from importlib import import_module - -from distutils.errors import DistutilsOptionError, DistutilsFileError -from setuptools.extern.packaging.version import LegacyVersion, parse -from setuptools.extern.six import string_types, PY3 - - -__metaclass__ = type - - -def read_configuration( - filepath, find_others=False, ignore_option_errors=False): - """Read given configuration file and returns options from it as a dict. - - :param str|unicode filepath: Path to configuration file - to get options from. - - :param bool find_others: Whether to search for other configuration files - which could be on in various places. - - :param bool ignore_option_errors: Whether to silently ignore - options, values of which could not be resolved (e.g. due to exceptions - in directives such as file:, attr:, etc.). - If False exceptions are propagated as expected. - - :rtype: dict - """ - from setuptools.dist import Distribution, _Distribution - - filepath = os.path.abspath(filepath) - - if not os.path.isfile(filepath): - raise DistutilsFileError( - 'Configuration file %s does not exist.' % filepath) - - current_directory = os.getcwd() - os.chdir(os.path.dirname(filepath)) - - try: - dist = Distribution() - - filenames = dist.find_config_files() if find_others else [] - if filepath not in filenames: - filenames.append(filepath) - - _Distribution.parse_config_files(dist, filenames=filenames) - - handlers = parse_configuration( - dist, dist.command_options, - ignore_option_errors=ignore_option_errors) - - finally: - os.chdir(current_directory) - - return configuration_to_dict(handlers) - - -def _get_option(target_obj, key): - """ - Given a target object and option key, get that option from - the target object, either through a get_{key} method or - from an attribute directly. - """ - getter_name = 'get_{key}'.format(**locals()) - by_attribute = functools.partial(getattr, target_obj, key) - getter = getattr(target_obj, getter_name, by_attribute) - return getter() - - -def configuration_to_dict(handlers): - """Returns configuration data gathered by given handlers as a dict. - - :param list[ConfigHandler] handlers: Handlers list, - usually from parse_configuration() - - :rtype: dict - """ - config_dict = defaultdict(dict) - - for handler in handlers: - for option in handler.set_options: - value = _get_option(handler.target_obj, option) - config_dict[handler.section_prefix][option] = value - - return config_dict - - -def parse_configuration( - distribution, command_options, ignore_option_errors=False): - """Performs additional parsing of configuration options - for a distribution. - - Returns a list of used option handlers. - - :param Distribution distribution: - :param dict command_options: - :param bool ignore_option_errors: Whether to silently ignore - options, values of which could not be resolved (e.g. due to exceptions - in directives such as file:, attr:, etc.). - If False exceptions are propagated as expected. - :rtype: list - """ - options = ConfigOptionsHandler( - distribution, command_options, ignore_option_errors) - options.parse() - - meta = ConfigMetadataHandler( - distribution.metadata, command_options, ignore_option_errors, - distribution.package_dir) - meta.parse() - - return meta, options - - -class ConfigHandler: - """Handles metadata supplied in configuration files.""" - - section_prefix = None - """Prefix for config sections handled by this handler. - Must be provided by class heirs. - - """ - - aliases = {} - """Options aliases. - For compatibility with various packages. E.g.: d2to1 and pbr. - Note: `-` in keys is replaced with `_` by config parser. - - """ - - def __init__(self, target_obj, options, ignore_option_errors=False): - sections = {} - - section_prefix = self.section_prefix - for section_name, section_options in options.items(): - if not section_name.startswith(section_prefix): - continue - - section_name = section_name.replace(section_prefix, '').strip('.') - sections[section_name] = section_options - - self.ignore_option_errors = ignore_option_errors - self.target_obj = target_obj - self.sections = sections - self.set_options = [] - - @property - def parsers(self): - """Metadata item name to parser function mapping.""" - raise NotImplementedError( - '%s must provide .parsers property' % self.__class__.__name__) - - def __setitem__(self, option_name, value): - unknown = tuple() - target_obj = self.target_obj - - # Translate alias into real name. - option_name = self.aliases.get(option_name, option_name) - - current_value = getattr(target_obj, option_name, unknown) - - if current_value is unknown: - raise KeyError(option_name) - - if current_value: - # Already inhabited. Skipping. - return - - skip_option = False - parser = self.parsers.get(option_name) - if parser: - try: - value = parser(value) - - except Exception: - skip_option = True - if not self.ignore_option_errors: - raise - - if skip_option: - return - - setter = getattr(target_obj, 'set_%s' % option_name, None) - if setter is None: - setattr(target_obj, option_name, value) - else: - setter(value) - - self.set_options.append(option_name) - - @classmethod - def _parse_list(cls, value, separator=','): - """Represents value as a list. - - Value is split either by separator (defaults to comma) or by lines. - - :param value: - :param separator: List items separator character. - :rtype: list - """ - if isinstance(value, list): # _get_parser_compound case - return value - - if '\n' in value: - value = value.splitlines() - else: - value = value.split(separator) - - return [chunk.strip() for chunk in value if chunk.strip()] - - @classmethod - def _parse_dict(cls, value): - """Represents value as a dict. - - :param value: - :rtype: dict - """ - separator = '=' - result = {} - for line in cls._parse_list(value): - key, sep, val = line.partition(separator) - if sep != separator: - raise DistutilsOptionError( - 'Unable to parse option value to dict: %s' % value) - result[key.strip()] = val.strip() - - return result - - @classmethod - def _parse_bool(cls, value): - """Represents value as boolean. - - :param value: - :rtype: bool - """ - value = value.lower() - return value in ('1', 'true', 'yes') - - @classmethod - def _exclude_files_parser(cls, key): - """Returns a parser function to make sure field inputs - are not files. - - Parses a value after getting the key so error messages are - more informative. - - :param key: - :rtype: callable - """ - def parser(value): - exclude_directive = 'file:' - if value.startswith(exclude_directive): - raise ValueError( - 'Only strings are accepted for the {0} field, ' - 'files are not accepted'.format(key)) - return value - return parser - - @classmethod - def _parse_file(cls, value): - """Represents value as a string, allowing including text - from nearest files using `file:` directive. - - Directive is sandboxed and won't reach anything outside - directory with setup.py. - - Examples: - file: README.rst, CHANGELOG.md, src/file.txt - - :param str value: - :rtype: str - """ - include_directive = 'file:' - - if not isinstance(value, string_types): - return value - - if not value.startswith(include_directive): - return value - - spec = value[len(include_directive):] - filepaths = (os.path.abspath(path.strip()) for path in spec.split(',')) - return '\n'.join( - cls._read_file(path) - for path in filepaths - if (cls._assert_local(path) or True) - and os.path.isfile(path) - ) - - @staticmethod - def _assert_local(filepath): - if not filepath.startswith(os.getcwd()): - raise DistutilsOptionError( - '`file:` directive can not access %s' % filepath) - - @staticmethod - def _read_file(filepath): - with io.open(filepath, encoding='utf-8') as f: - return f.read() - - @classmethod - def _parse_attr(cls, value, package_dir=None): - """Represents value as a module attribute. - - Examples: - attr: package.attr - attr: package.module.attr - - :param str value: - :rtype: str - """ - attr_directive = 'attr:' - if not value.startswith(attr_directive): - return value - - attrs_path = value.replace(attr_directive, '').strip().split('.') - attr_name = attrs_path.pop() - - module_name = '.'.join(attrs_path) - module_name = module_name or '__init__' - - parent_path = os.getcwd() - if package_dir: - if attrs_path[0] in package_dir: - # A custom path was specified for the module we want to import - custom_path = package_dir[attrs_path[0]] - parts = custom_path.rsplit('/', 1) - if len(parts) > 1: - parent_path = os.path.join(os.getcwd(), parts[0]) - module_name = parts[1] - else: - module_name = custom_path - elif '' in package_dir: - # A custom parent directory was specified for all root modules - parent_path = os.path.join(os.getcwd(), package_dir['']) - sys.path.insert(0, parent_path) - try: - module = import_module(module_name) - value = getattr(module, attr_name) - - finally: - sys.path = sys.path[1:] - - return value - - @classmethod - def _get_parser_compound(cls, *parse_methods): - """Returns parser function to represents value as a list. - - Parses a value applying given methods one after another. - - :param parse_methods: - :rtype: callable - """ - def parse(value): - parsed = value - - for method in parse_methods: - parsed = method(parsed) - - return parsed - - return parse - - @classmethod - def _parse_section_to_dict(cls, section_options, values_parser=None): - """Parses section options into a dictionary. - - Optionally applies a given parser to values. - - :param dict section_options: - :param callable values_parser: - :rtype: dict - """ - value = {} - values_parser = values_parser or (lambda val: val) - for key, (_, val) in section_options.items(): - value[key] = values_parser(val) - return value - - def parse_section(self, section_options): - """Parses configuration file section. - - :param dict section_options: - """ - for (name, (_, value)) in section_options.items(): - try: - self[name] = value - - except KeyError: - pass # Keep silent for a new option may appear anytime. - - def parse(self): - """Parses configuration file items from one - or more related sections. - - """ - for section_name, section_options in self.sections.items(): - - method_postfix = '' - if section_name: # [section.option] variant - method_postfix = '_%s' % section_name - - section_parser_method = getattr( - self, - # Dots in section names are translated into dunderscores. - ('parse_section%s' % method_postfix).replace('.', '__'), - None) - - if section_parser_method is None: - raise DistutilsOptionError( - 'Unsupported distribution option section: [%s.%s]' % ( - self.section_prefix, section_name)) - - section_parser_method(section_options) - - def _deprecated_config_handler(self, func, msg, warning_class): - """ this function will wrap around parameters that are deprecated - - :param msg: deprecation message - :param warning_class: class of warning exception to be raised - :param func: function to be wrapped around - """ - @wraps(func) - def config_handler(*args, **kwargs): - warnings.warn(msg, warning_class) - return func(*args, **kwargs) - - return config_handler - - -class ConfigMetadataHandler(ConfigHandler): - - section_prefix = 'metadata' - - aliases = { - 'home_page': 'url', - 'summary': 'description', - 'classifier': 'classifiers', - 'platform': 'platforms', - } - - strict_mode = False - """We need to keep it loose, to be partially compatible with - `pbr` and `d2to1` packages which also uses `metadata` section. - - """ - - def __init__(self, target_obj, options, ignore_option_errors=False, - package_dir=None): - super(ConfigMetadataHandler, self).__init__(target_obj, options, - ignore_option_errors) - self.package_dir = package_dir - - @property - def parsers(self): - """Metadata item name to parser function mapping.""" - parse_list = self._parse_list - parse_file = self._parse_file - parse_dict = self._parse_dict - exclude_files_parser = self._exclude_files_parser - - return { - 'platforms': parse_list, - 'keywords': parse_list, - 'provides': parse_list, - 'requires': self._deprecated_config_handler( - parse_list, - "The requires parameter is deprecated, please use " - "install_requires for runtime dependencies.", - DeprecationWarning), - 'obsoletes': parse_list, - 'classifiers': self._get_parser_compound(parse_file, parse_list), - 'license': exclude_files_parser('license'), - 'description': parse_file, - 'long_description': parse_file, - 'version': self._parse_version, - 'project_urls': parse_dict, - } - - def _parse_version(self, value): - """Parses `version` option value. - - :param value: - :rtype: str - - """ - version = self._parse_file(value) - - if version != value: - version = version.strip() - # Be strict about versions loaded from file because it's easy to - # accidentally include newlines and other unintended content - if isinstance(parse(version), LegacyVersion): - tmpl = ( - 'Version loaded from {value} does not ' - 'comply with PEP 440: {version}' - ) - raise DistutilsOptionError(tmpl.format(**locals())) - - return version - - version = self._parse_attr(value, self.package_dir) - - if callable(version): - version = version() - - if not isinstance(version, string_types): - if hasattr(version, '__iter__'): - version = '.'.join(map(str, version)) - else: - version = '%s' % version - - return version - - -class ConfigOptionsHandler(ConfigHandler): - - section_prefix = 'options' - - @property - def parsers(self): - """Metadata item name to parser function mapping.""" - parse_list = self._parse_list - parse_list_semicolon = partial(self._parse_list, separator=';') - parse_bool = self._parse_bool - parse_dict = self._parse_dict - - return { - 'zip_safe': parse_bool, - 'use_2to3': parse_bool, - 'include_package_data': parse_bool, - 'package_dir': parse_dict, - 'use_2to3_fixers': parse_list, - 'use_2to3_exclude_fixers': parse_list, - 'convert_2to3_doctests': parse_list, - 'scripts': parse_list, - 'eager_resources': parse_list, - 'dependency_links': parse_list, - 'namespace_packages': parse_list, - 'install_requires': parse_list_semicolon, - 'setup_requires': parse_list_semicolon, - 'tests_require': parse_list_semicolon, - 'packages': self._parse_packages, - 'entry_points': self._parse_file, - 'py_modules': parse_list, - } - - def _parse_packages(self, value): - """Parses `packages` option value. - - :param value: - :rtype: list - """ - find_directives = ['find:', 'find_namespace:'] - trimmed_value = value.strip() - - if trimmed_value not in find_directives: - return self._parse_list(value) - - findns = trimmed_value == find_directives[1] - if findns and not PY3: - raise DistutilsOptionError( - 'find_namespace: directive is unsupported on Python < 3.3') - - # Read function arguments from a dedicated section. - find_kwargs = self.parse_section_packages__find( - self.sections.get('packages.find', {})) - - if findns: - from setuptools import find_namespace_packages as find_packages - else: - from setuptools import find_packages - - return find_packages(**find_kwargs) - - def parse_section_packages__find(self, section_options): - """Parses `packages.find` configuration file section. - - To be used in conjunction with _parse_packages(). - - :param dict section_options: - """ - section_data = self._parse_section_to_dict( - section_options, self._parse_list) - - valid_keys = ['where', 'include', 'exclude'] - - find_kwargs = dict( - [(k, v) for k, v in section_data.items() if k in valid_keys and v]) - - where = find_kwargs.get('where') - if where is not None: - find_kwargs['where'] = where[0] # cast list to single val - - return find_kwargs - - def parse_section_entry_points(self, section_options): - """Parses `entry_points` configuration file section. - - :param dict section_options: - """ - parsed = self._parse_section_to_dict(section_options, self._parse_list) - self['entry_points'] = parsed - - def _parse_package_data(self, section_options): - parsed = self._parse_section_to_dict(section_options, self._parse_list) - - root = parsed.get('*') - if root: - parsed[''] = root - del parsed['*'] - - return parsed - - def parse_section_package_data(self, section_options): - """Parses `package_data` configuration file section. - - :param dict section_options: - """ - self['package_data'] = self._parse_package_data(section_options) - - def parse_section_exclude_package_data(self, section_options): - """Parses `exclude_package_data` configuration file section. - - :param dict section_options: - """ - self['exclude_package_data'] = self._parse_package_data( - section_options) - - def parse_section_extras_require(self, section_options): - """Parses `extras_require` configuration file section. - - :param dict section_options: - """ - parse_list = partial(self._parse_list, separator=';') - self['extras_require'] = self._parse_section_to_dict( - section_options, parse_list) - - def parse_section_data_files(self, section_options): - """Parses `data_files` configuration file section. - - :param dict section_options: - """ - parsed = self._parse_section_to_dict(section_options, self._parse_list) - self['data_files'] = [(k, v) for k, v in parsed.items()] diff --git a/lib/python3.8/site-packages/setuptools/dep_util.py b/lib/python3.8/site-packages/setuptools/dep_util.py deleted file mode 100644 index 2931c13..0000000 --- a/lib/python3.8/site-packages/setuptools/dep_util.py +++ /dev/null @@ -1,23 +0,0 @@ -from distutils.dep_util import newer_group - -# yes, this is was almost entirely copy-pasted from -# 'newer_pairwise()', this is just another convenience -# function. -def newer_pairwise_group(sources_groups, targets): - """Walk both arguments in parallel, testing if each source group is newer - than its corresponding target. Returns a pair of lists (sources_groups, - targets) where sources is newer than target, according to the semantics - of 'newer_group()'. - """ - if len(sources_groups) != len(targets): - raise ValueError("'sources_group' and 'targets' must be the same length") - - # build a pair of lists (sources_groups, targets) where source is newer - n_sources = [] - n_targets = [] - for i in range(len(sources_groups)): - if newer_group(sources_groups[i], targets[i]): - n_sources.append(sources_groups[i]) - n_targets.append(targets[i]) - - return n_sources, n_targets diff --git a/lib/python3.8/site-packages/setuptools/depends.py b/lib/python3.8/site-packages/setuptools/depends.py deleted file mode 100644 index 45e7052..0000000 --- a/lib/python3.8/site-packages/setuptools/depends.py +++ /dev/null @@ -1,186 +0,0 @@ -import sys -import imp -import marshal -from distutils.version import StrictVersion -from imp import PKG_DIRECTORY, PY_COMPILED, PY_SOURCE, PY_FROZEN - -from .py33compat import Bytecode - - -__all__ = [ - 'Require', 'find_module', 'get_module_constant', 'extract_constant' -] - - -class Require: - """A prerequisite to building or installing a distribution""" - - def __init__(self, name, requested_version, module, homepage='', - attribute=None, format=None): - - if format is None and requested_version is not None: - format = StrictVersion - - if format is not None: - requested_version = format(requested_version) - if attribute is None: - attribute = '__version__' - - self.__dict__.update(locals()) - del self.self - - def full_name(self): - """Return full package/distribution name, w/version""" - if self.requested_version is not None: - return '%s-%s' % (self.name, self.requested_version) - return self.name - - def version_ok(self, version): - """Is 'version' sufficiently up-to-date?""" - return self.attribute is None or self.format is None or \ - str(version) != "unknown" and version >= self.requested_version - - def get_version(self, paths=None, default="unknown"): - """Get version number of installed module, 'None', or 'default' - - Search 'paths' for module. If not found, return 'None'. If found, - return the extracted version attribute, or 'default' if no version - attribute was specified, or the value cannot be determined without - importing the module. The version is formatted according to the - requirement's version format (if any), unless it is 'None' or the - supplied 'default'. - """ - - if self.attribute is None: - try: - f, p, i = find_module(self.module, paths) - if f: - f.close() - return default - except ImportError: - return None - - v = get_module_constant(self.module, self.attribute, default, paths) - - if v is not None and v is not default and self.format is not None: - return self.format(v) - - return v - - def is_present(self, paths=None): - """Return true if dependency is present on 'paths'""" - return self.get_version(paths) is not None - - def is_current(self, paths=None): - """Return true if dependency is present and up-to-date on 'paths'""" - version = self.get_version(paths) - if version is None: - return False - return self.version_ok(version) - - -def find_module(module, paths=None): - """Just like 'imp.find_module()', but with package support""" - - parts = module.split('.') - - while parts: - part = parts.pop(0) - f, path, (suffix, mode, kind) = info = imp.find_module(part, paths) - - if kind == PKG_DIRECTORY: - parts = parts or ['__init__'] - paths = [path] - - elif parts: - raise ImportError("Can't find %r in %s" % (parts, module)) - - return info - - -def get_module_constant(module, symbol, default=-1, paths=None): - """Find 'module' by searching 'paths', and extract 'symbol' - - Return 'None' if 'module' does not exist on 'paths', or it does not define - 'symbol'. If the module defines 'symbol' as a constant, return the - constant. Otherwise, return 'default'.""" - - try: - f, path, (suffix, mode, kind) = find_module(module, paths) - except ImportError: - # Module doesn't exist - return None - - try: - if kind == PY_COMPILED: - f.read(8) # skip magic & date - code = marshal.load(f) - elif kind == PY_FROZEN: - code = imp.get_frozen_object(module) - elif kind == PY_SOURCE: - code = compile(f.read(), path, 'exec') - else: - # Not something we can parse; we'll have to import it. :( - if module not in sys.modules: - imp.load_module(module, f, path, (suffix, mode, kind)) - return getattr(sys.modules[module], symbol, None) - - finally: - if f: - f.close() - - return extract_constant(code, symbol, default) - - -def extract_constant(code, symbol, default=-1): - """Extract the constant value of 'symbol' from 'code' - - If the name 'symbol' is bound to a constant value by the Python code - object 'code', return that value. If 'symbol' is bound to an expression, - return 'default'. Otherwise, return 'None'. - - Return value is based on the first assignment to 'symbol'. 'symbol' must - be a global, or at least a non-"fast" local in the code block. That is, - only 'STORE_NAME' and 'STORE_GLOBAL' opcodes are checked, and 'symbol' - must be present in 'code.co_names'. - """ - if symbol not in code.co_names: - # name's not there, can't possibly be an assignment - return None - - name_idx = list(code.co_names).index(symbol) - - STORE_NAME = 90 - STORE_GLOBAL = 97 - LOAD_CONST = 100 - - const = default - - for byte_code in Bytecode(code): - op = byte_code.opcode - arg = byte_code.arg - - if op == LOAD_CONST: - const = code.co_consts[arg] - elif arg == name_idx and (op == STORE_NAME or op == STORE_GLOBAL): - return const - else: - const = default - - -def _update_globals(): - """ - Patch the globals to remove the objects not available on some platforms. - - XXX it'd be better to test assertions about bytecode instead. - """ - - if not sys.platform.startswith('java') and sys.platform != 'cli': - return - incompatible = 'extract_constant', 'get_module_constant' - for name in incompatible: - del globals()[name] - __all__.remove(name) - - -_update_globals() diff --git a/lib/python3.8/site-packages/setuptools/dist.py b/lib/python3.8/site-packages/setuptools/dist.py deleted file mode 100644 index f0f030b..0000000 --- a/lib/python3.8/site-packages/setuptools/dist.py +++ /dev/null @@ -1,1280 +0,0 @@ -# -*- coding: utf-8 -*- -__all__ = ['Distribution'] - -import io -import sys -import re -import os -import warnings -import numbers -import distutils.log -import distutils.core -import distutils.cmd -import distutils.dist -from distutils.util import strtobool -from distutils.debug import DEBUG -from distutils.fancy_getopt import translate_longopt -import itertools - -from collections import defaultdict -from email import message_from_file - -from distutils.errors import ( - DistutilsOptionError, DistutilsPlatformError, DistutilsSetupError, -) -from distutils.util import rfc822_escape -from distutils.version import StrictVersion - -from setuptools.extern import six -from setuptools.extern import packaging -from setuptools.extern.six.moves import map, filter, filterfalse - -from . import SetuptoolsDeprecationWarning - -from setuptools.depends import Require -from setuptools import windows_support -from setuptools.monkey import get_unpatched -from setuptools.config import parse_configuration -import pkg_resources - -__import__('setuptools.extern.packaging.specifiers') -__import__('setuptools.extern.packaging.version') - - -def _get_unpatched(cls): - warnings.warn("Do not call this function", DistDeprecationWarning) - return get_unpatched(cls) - - -def get_metadata_version(self): - mv = getattr(self, 'metadata_version', None) - - if mv is None: - if self.long_description_content_type or self.provides_extras: - mv = StrictVersion('2.1') - elif (self.maintainer is not None or - self.maintainer_email is not None or - getattr(self, 'python_requires', None) is not None or - self.project_urls): - mv = StrictVersion('1.2') - elif (self.provides or self.requires or self.obsoletes or - self.classifiers or self.download_url): - mv = StrictVersion('1.1') - else: - mv = StrictVersion('1.0') - - self.metadata_version = mv - - return mv - - -def read_pkg_file(self, file): - """Reads the metadata values from a file object.""" - msg = message_from_file(file) - - def _read_field(name): - value = msg[name] - if value == 'UNKNOWN': - return None - return value - - def _read_list(name): - values = msg.get_all(name, None) - if values == []: - return None - return values - - self.metadata_version = StrictVersion(msg['metadata-version']) - self.name = _read_field('name') - self.version = _read_field('version') - self.description = _read_field('summary') - # we are filling author only. - self.author = _read_field('author') - self.maintainer = None - self.author_email = _read_field('author-email') - self.maintainer_email = None - self.url = _read_field('home-page') - self.license = _read_field('license') - - if 'download-url' in msg: - self.download_url = _read_field('download-url') - else: - self.download_url = None - - self.long_description = _read_field('description') - self.description = _read_field('summary') - - if 'keywords' in msg: - self.keywords = _read_field('keywords').split(',') - - self.platforms = _read_list('platform') - self.classifiers = _read_list('classifier') - - # PEP 314 - these fields only exist in 1.1 - if self.metadata_version == StrictVersion('1.1'): - self.requires = _read_list('requires') - self.provides = _read_list('provides') - self.obsoletes = _read_list('obsoletes') - else: - self.requires = None - self.provides = None - self.obsoletes = None - - -# Based on Python 3.5 version -def write_pkg_file(self, file): - """Write the PKG-INFO format data to a file object. - """ - version = self.get_metadata_version() - - if six.PY2: - def write_field(key, value): - file.write("%s: %s\n" % (key, self._encode_field(value))) - else: - def write_field(key, value): - file.write("%s: %s\n" % (key, value)) - - write_field('Metadata-Version', str(version)) - write_field('Name', self.get_name()) - write_field('Version', self.get_version()) - write_field('Summary', self.get_description()) - write_field('Home-page', self.get_url()) - - if version < StrictVersion('1.2'): - write_field('Author', self.get_contact()) - write_field('Author-email', self.get_contact_email()) - else: - optional_fields = ( - ('Author', 'author'), - ('Author-email', 'author_email'), - ('Maintainer', 'maintainer'), - ('Maintainer-email', 'maintainer_email'), - ) - - for field, attr in optional_fields: - attr_val = getattr(self, attr) - - if attr_val is not None: - write_field(field, attr_val) - - write_field('License', self.get_license()) - if self.download_url: - write_field('Download-URL', self.download_url) - for project_url in self.project_urls.items(): - write_field('Project-URL', '%s, %s' % project_url) - - long_desc = rfc822_escape(self.get_long_description()) - write_field('Description', long_desc) - - keywords = ','.join(self.get_keywords()) - if keywords: - write_field('Keywords', keywords) - - if version >= StrictVersion('1.2'): - for platform in self.get_platforms(): - write_field('Platform', platform) - else: - self._write_list(file, 'Platform', self.get_platforms()) - - self._write_list(file, 'Classifier', self.get_classifiers()) - - # PEP 314 - self._write_list(file, 'Requires', self.get_requires()) - self._write_list(file, 'Provides', self.get_provides()) - self._write_list(file, 'Obsoletes', self.get_obsoletes()) - - # Setuptools specific for PEP 345 - if hasattr(self, 'python_requires'): - write_field('Requires-Python', self.python_requires) - - # PEP 566 - if self.long_description_content_type: - write_field( - 'Description-Content-Type', - self.long_description_content_type - ) - if self.provides_extras: - for extra in self.provides_extras: - write_field('Provides-Extra', extra) - - -sequence = tuple, list - - -def check_importable(dist, attr, value): - try: - ep = pkg_resources.EntryPoint.parse('x=' + value) - assert not ep.extras - except (TypeError, ValueError, AttributeError, AssertionError): - raise DistutilsSetupError( - "%r must be importable 'module:attrs' string (got %r)" - % (attr, value) - ) - - -def assert_string_list(dist, attr, value): - """Verify that value is a string list""" - try: - # verify that value is a list or tuple to exclude unordered - # or single-use iterables - assert isinstance(value, (list, tuple)) - # verify that elements of value are strings - assert ''.join(value) != value - except (TypeError, ValueError, AttributeError, AssertionError): - raise DistutilsSetupError( - "%r must be a list of strings (got %r)" % (attr, value) - ) - - -def check_nsp(dist, attr, value): - """Verify that namespace packages are valid""" - ns_packages = value - assert_string_list(dist, attr, ns_packages) - for nsp in ns_packages: - if not dist.has_contents_for(nsp): - raise DistutilsSetupError( - "Distribution contains no modules or packages for " + - "namespace package %r" % nsp - ) - parent, sep, child = nsp.rpartition('.') - if parent and parent not in ns_packages: - distutils.log.warn( - "WARNING: %r is declared as a package namespace, but %r" - " is not: please correct this in setup.py", nsp, parent - ) - - -def check_extras(dist, attr, value): - """Verify that extras_require mapping is valid""" - try: - list(itertools.starmap(_check_extra, value.items())) - except (TypeError, ValueError, AttributeError): - raise DistutilsSetupError( - "'extras_require' must be a dictionary whose values are " - "strings or lists of strings containing valid project/version " - "requirement specifiers." - ) - - -def _check_extra(extra, reqs): - name, sep, marker = extra.partition(':') - if marker and pkg_resources.invalid_marker(marker): - raise DistutilsSetupError("Invalid environment marker: " + marker) - list(pkg_resources.parse_requirements(reqs)) - - -def assert_bool(dist, attr, value): - """Verify that value is True, False, 0, or 1""" - if bool(value) != value: - tmpl = "{attr!r} must be a boolean value (got {value!r})" - raise DistutilsSetupError(tmpl.format(attr=attr, value=value)) - - -def check_requirements(dist, attr, value): - """Verify that install_requires is a valid requirements list""" - try: - list(pkg_resources.parse_requirements(value)) - if isinstance(value, (dict, set)): - raise TypeError("Unordered types are not allowed") - except (TypeError, ValueError) as error: - tmpl = ( - "{attr!r} must be a string or list of strings " - "containing valid project/version requirement specifiers; {error}" - ) - raise DistutilsSetupError(tmpl.format(attr=attr, error=error)) - - -def check_specifier(dist, attr, value): - """Verify that value is a valid version specifier""" - try: - packaging.specifiers.SpecifierSet(value) - except packaging.specifiers.InvalidSpecifier as error: - tmpl = ( - "{attr!r} must be a string " - "containing valid version specifiers; {error}" - ) - raise DistutilsSetupError(tmpl.format(attr=attr, error=error)) - - -def check_entry_points(dist, attr, value): - """Verify that entry_points map is parseable""" - try: - pkg_resources.EntryPoint.parse_map(value) - except ValueError as e: - raise DistutilsSetupError(e) - - -def check_test_suite(dist, attr, value): - if not isinstance(value, six.string_types): - raise DistutilsSetupError("test_suite must be a string") - - -def check_package_data(dist, attr, value): - """Verify that value is a dictionary of package names to glob lists""" - if not isinstance(value, dict): - raise DistutilsSetupError( - "{!r} must be a dictionary mapping package names to lists of " - "string wildcard patterns".format(attr)) - for k, v in value.items(): - if not isinstance(k, six.string_types): - raise DistutilsSetupError( - "keys of {!r} dict must be strings (got {!r})" - .format(attr, k) - ) - assert_string_list(dist, 'values of {!r} dict'.format(attr), v) - - -def check_packages(dist, attr, value): - for pkgname in value: - if not re.match(r'\w+(\.\w+)*', pkgname): - distutils.log.warn( - "WARNING: %r not a valid package name; please use only " - ".-separated package names in setup.py", pkgname - ) - - -_Distribution = get_unpatched(distutils.core.Distribution) - - -class Distribution(_Distribution): - """Distribution with support for features, tests, and package data - - This is an enhanced version of 'distutils.dist.Distribution' that - effectively adds the following new optional keyword arguments to 'setup()': - - 'install_requires' -- a string or sequence of strings specifying project - versions that the distribution requires when installed, in the format - used by 'pkg_resources.require()'. They will be installed - automatically when the package is installed. If you wish to use - packages that are not available in PyPI, or want to give your users an - alternate download location, you can add a 'find_links' option to the - '[easy_install]' section of your project's 'setup.cfg' file, and then - setuptools will scan the listed web pages for links that satisfy the - requirements. - - 'extras_require' -- a dictionary mapping names of optional "extras" to the - additional requirement(s) that using those extras incurs. For example, - this:: - - extras_require = dict(reST = ["docutils>=0.3", "reSTedit"]) - - indicates that the distribution can optionally provide an extra - capability called "reST", but it can only be used if docutils and - reSTedit are installed. If the user installs your package using - EasyInstall and requests one of your extras, the corresponding - additional requirements will be installed if needed. - - 'features' **deprecated** -- a dictionary mapping option names to - 'setuptools.Feature' - objects. Features are a portion of the distribution that can be - included or excluded based on user options, inter-feature dependencies, - and availability on the current system. Excluded features are omitted - from all setup commands, including source and binary distributions, so - you can create multiple distributions from the same source tree. - Feature names should be valid Python identifiers, except that they may - contain the '-' (minus) sign. Features can be included or excluded - via the command line options '--with-X' and '--without-X', where 'X' is - the name of the feature. Whether a feature is included by default, and - whether you are allowed to control this from the command line, is - determined by the Feature object. See the 'Feature' class for more - information. - - 'test_suite' -- the name of a test suite to run for the 'test' command. - If the user runs 'python setup.py test', the package will be installed, - and the named test suite will be run. The format is the same as - would be used on a 'unittest.py' command line. That is, it is the - dotted name of an object to import and call to generate a test suite. - - 'package_data' -- a dictionary mapping package names to lists of filenames - or globs to use to find data files contained in the named packages. - If the dictionary has filenames or globs listed under '""' (the empty - string), those names will be searched for in every package, in addition - to any names for the specific package. Data files found using these - names/globs will be installed along with the package, in the same - location as the package. Note that globs are allowed to reference - the contents of non-package subdirectories, as long as you use '/' as - a path separator. (Globs are automatically converted to - platform-specific paths at runtime.) - - In addition to these new keywords, this class also has several new methods - for manipulating the distribution's contents. For example, the 'include()' - and 'exclude()' methods can be thought of as in-place add and subtract - commands that add or remove packages, modules, extensions, and so on from - the distribution. They are used by the feature subsystem to configure the - distribution for the included and excluded features. - """ - - _DISTUTILS_UNSUPPORTED_METADATA = { - 'long_description_content_type': None, - 'project_urls': dict, - 'provides_extras': set, - } - - _patched_dist = None - - def patch_missing_pkg_info(self, attrs): - # Fake up a replacement for the data that would normally come from - # PKG-INFO, but which might not yet be built if this is a fresh - # checkout. - # - if not attrs or 'name' not in attrs or 'version' not in attrs: - return - key = pkg_resources.safe_name(str(attrs['name'])).lower() - dist = pkg_resources.working_set.by_key.get(key) - if dist is not None and not dist.has_metadata('PKG-INFO'): - dist._version = pkg_resources.safe_version(str(attrs['version'])) - self._patched_dist = dist - - def __init__(self, attrs=None): - have_package_data = hasattr(self, "package_data") - if not have_package_data: - self.package_data = {} - attrs = attrs or {} - if 'features' in attrs or 'require_features' in attrs: - Feature.warn_deprecated() - self.require_features = [] - self.features = {} - self.dist_files = [] - # Filter-out setuptools' specific options. - self.src_root = attrs.pop("src_root", None) - self.patch_missing_pkg_info(attrs) - self.dependency_links = attrs.pop('dependency_links', []) - self.setup_requires = attrs.pop('setup_requires', []) - for ep in pkg_resources.iter_entry_points('distutils.setup_keywords'): - vars(self).setdefault(ep.name, None) - _Distribution.__init__(self, { - k: v for k, v in attrs.items() - if k not in self._DISTUTILS_UNSUPPORTED_METADATA - }) - - # Fill-in missing metadata fields not supported by distutils. - # Note some fields may have been set by other tools (e.g. pbr) - # above; they are taken preferrentially to setup() arguments - for option, default in self._DISTUTILS_UNSUPPORTED_METADATA.items(): - for source in self.metadata.__dict__, attrs: - if option in source: - value = source[option] - break - else: - value = default() if default else None - setattr(self.metadata, option, value) - - if isinstance(self.metadata.version, numbers.Number): - # Some people apparently take "version number" too literally :) - self.metadata.version = str(self.metadata.version) - - if self.metadata.version is not None: - try: - ver = packaging.version.Version(self.metadata.version) - normalized_version = str(ver) - if self.metadata.version != normalized_version: - warnings.warn( - "Normalizing '%s' to '%s'" % ( - self.metadata.version, - normalized_version, - ) - ) - self.metadata.version = normalized_version - except (packaging.version.InvalidVersion, TypeError): - warnings.warn( - "The version specified (%r) is an invalid version, this " - "may not work as expected with newer versions of " - "setuptools, pip, and PyPI. Please see PEP 440 for more " - "details." % self.metadata.version - ) - self._finalize_requires() - - def _finalize_requires(self): - """ - Set `metadata.python_requires` and fix environment markers - in `install_requires` and `extras_require`. - """ - if getattr(self, 'python_requires', None): - self.metadata.python_requires = self.python_requires - - if getattr(self, 'extras_require', None): - for extra in self.extras_require.keys(): - # Since this gets called multiple times at points where the - # keys have become 'converted' extras, ensure that we are only - # truly adding extras we haven't seen before here. - extra = extra.split(':')[0] - if extra: - self.metadata.provides_extras.add(extra) - - self._convert_extras_requirements() - self._move_install_requirements_markers() - - def _convert_extras_requirements(self): - """ - Convert requirements in `extras_require` of the form - `"extra": ["barbazquux; {marker}"]` to - `"extra:{marker}": ["barbazquux"]`. - """ - spec_ext_reqs = getattr(self, 'extras_require', None) or {} - self._tmp_extras_require = defaultdict(list) - for section, v in spec_ext_reqs.items(): - # Do not strip empty sections. - self._tmp_extras_require[section] - for r in pkg_resources.parse_requirements(v): - suffix = self._suffix_for(r) - self._tmp_extras_require[section + suffix].append(r) - - @staticmethod - def _suffix_for(req): - """ - For a requirement, return the 'extras_require' suffix for - that requirement. - """ - return ':' + str(req.marker) if req.marker else '' - - def _move_install_requirements_markers(self): - """ - Move requirements in `install_requires` that are using environment - markers `extras_require`. - """ - - # divide the install_requires into two sets, simple ones still - # handled by install_requires and more complex ones handled - # by extras_require. - - def is_simple_req(req): - return not req.marker - - spec_inst_reqs = getattr(self, 'install_requires', None) or () - inst_reqs = list(pkg_resources.parse_requirements(spec_inst_reqs)) - simple_reqs = filter(is_simple_req, inst_reqs) - complex_reqs = filterfalse(is_simple_req, inst_reqs) - self.install_requires = list(map(str, simple_reqs)) - - for r in complex_reqs: - self._tmp_extras_require[':' + str(r.marker)].append(r) - self.extras_require = dict( - (k, [str(r) for r in map(self._clean_req, v)]) - for k, v in self._tmp_extras_require.items() - ) - - def _clean_req(self, req): - """ - Given a Requirement, remove environment markers and return it. - """ - req.marker = None - return req - - def _parse_config_files(self, filenames=None): - """ - Adapted from distutils.dist.Distribution.parse_config_files, - this method provides the same functionality in subtly-improved - ways. - """ - from setuptools.extern.six.moves.configparser import ConfigParser - - # Ignore install directory options if we have a venv - if six.PY3 and sys.prefix != sys.base_prefix: - ignore_options = [ - 'install-base', 'install-platbase', 'install-lib', - 'install-platlib', 'install-purelib', 'install-headers', - 'install-scripts', 'install-data', 'prefix', 'exec-prefix', - 'home', 'user', 'root'] - else: - ignore_options = [] - - ignore_options = frozenset(ignore_options) - - if filenames is None: - filenames = self.find_config_files() - - if DEBUG: - self.announce("Distribution.parse_config_files():") - - parser = ConfigParser() - for filename in filenames: - with io.open(filename, encoding='utf-8') as reader: - if DEBUG: - self.announce(" reading {filename}".format(**locals())) - (parser.read_file if six.PY3 else parser.readfp)(reader) - for section in parser.sections(): - options = parser.options(section) - opt_dict = self.get_option_dict(section) - - for opt in options: - if opt != '__name__' and opt not in ignore_options: - val = self._try_str(parser.get(section, opt)) - opt = opt.replace('-', '_') - opt_dict[opt] = (filename, val) - - # Make the ConfigParser forget everything (so we retain - # the original filenames that options come from) - parser.__init__() - - # If there was a "global" section in the config file, use it - # to set Distribution options. - - if 'global' in self.command_options: - for (opt, (src, val)) in self.command_options['global'].items(): - alias = self.negative_opt.get(opt) - try: - if alias: - setattr(self, alias, not strtobool(val)) - elif opt in ('verbose', 'dry_run'): # ugh! - setattr(self, opt, strtobool(val)) - else: - setattr(self, opt, val) - except ValueError as msg: - raise DistutilsOptionError(msg) - - @staticmethod - def _try_str(val): - """ - On Python 2, much of distutils relies on string values being of - type 'str' (bytes) and not unicode text. If the value can be safely - encoded to bytes using the default encoding, prefer that. - - Why the default encoding? Because that value can be implicitly - decoded back to text if needed. - - Ref #1653 - """ - if six.PY3: - return val - try: - return val.encode() - except UnicodeEncodeError: - pass - return val - - def _set_command_options(self, command_obj, option_dict=None): - """ - Set the options for 'command_obj' from 'option_dict'. Basically - this means copying elements of a dictionary ('option_dict') to - attributes of an instance ('command'). - - 'command_obj' must be a Command instance. If 'option_dict' is not - supplied, uses the standard option dictionary for this command - (from 'self.command_options'). - - (Adopted from distutils.dist.Distribution._set_command_options) - """ - command_name = command_obj.get_command_name() - if option_dict is None: - option_dict = self.get_option_dict(command_name) - - if DEBUG: - self.announce(" setting options for '%s' command:" % command_name) - for (option, (source, value)) in option_dict.items(): - if DEBUG: - self.announce(" %s = %s (from %s)" % (option, value, - source)) - try: - bool_opts = [translate_longopt(o) - for o in command_obj.boolean_options] - except AttributeError: - bool_opts = [] - try: - neg_opt = command_obj.negative_opt - except AttributeError: - neg_opt = {} - - try: - is_string = isinstance(value, six.string_types) - if option in neg_opt and is_string: - setattr(command_obj, neg_opt[option], not strtobool(value)) - elif option in bool_opts and is_string: - setattr(command_obj, option, strtobool(value)) - elif hasattr(command_obj, option): - setattr(command_obj, option, value) - else: - raise DistutilsOptionError( - "error in %s: command '%s' has no such option '%s'" - % (source, command_name, option)) - except ValueError as msg: - raise DistutilsOptionError(msg) - - def parse_config_files(self, filenames=None, ignore_option_errors=False): - """Parses configuration files from various levels - and loads configuration. - - """ - self._parse_config_files(filenames=filenames) - - parse_configuration(self, self.command_options, - ignore_option_errors=ignore_option_errors) - self._finalize_requires() - - def parse_command_line(self): - """Process features after parsing command line options""" - result = _Distribution.parse_command_line(self) - if self.features: - self._finalize_features() - return result - - def _feature_attrname(self, name): - """Convert feature name to corresponding option attribute name""" - return 'with_' + name.replace('-', '_') - - def fetch_build_eggs(self, requires): - """Resolve pre-setup requirements""" - resolved_dists = pkg_resources.working_set.resolve( - pkg_resources.parse_requirements(requires), - installer=self.fetch_build_egg, - replace_conflicting=True, - ) - for dist in resolved_dists: - pkg_resources.working_set.add(dist, replace=True) - return resolved_dists - - def finalize_options(self): - _Distribution.finalize_options(self) - if self.features: - self._set_global_opts_from_features() - - for ep in pkg_resources.iter_entry_points('distutils.setup_keywords'): - value = getattr(self, ep.name, None) - if value is not None: - ep.require(installer=self.fetch_build_egg) - ep.load()(self, ep.name, value) - if getattr(self, 'convert_2to3_doctests', None): - # XXX may convert to set here when we can rely on set being builtin - self.convert_2to3_doctests = [ - os.path.abspath(p) - for p in self.convert_2to3_doctests - ] - else: - self.convert_2to3_doctests = [] - - def get_egg_cache_dir(self): - egg_cache_dir = os.path.join(os.curdir, '.eggs') - if not os.path.exists(egg_cache_dir): - os.mkdir(egg_cache_dir) - windows_support.hide_file(egg_cache_dir) - readme_txt_filename = os.path.join(egg_cache_dir, 'README.txt') - with open(readme_txt_filename, 'w') as f: - f.write('This directory contains eggs that were downloaded ' - 'by setuptools to build, test, and run plug-ins.\n\n') - f.write('This directory caches those eggs to prevent ' - 'repeated downloads.\n\n') - f.write('However, it is safe to delete this directory.\n\n') - - return egg_cache_dir - - def fetch_build_egg(self, req): - """Fetch an egg needed for building""" - from setuptools.command.easy_install import easy_install - dist = self.__class__({'script_args': ['easy_install']}) - opts = dist.get_option_dict('easy_install') - opts.clear() - opts.update( - (k, v) - for k, v in self.get_option_dict('easy_install').items() - if k in ( - # don't use any other settings - 'find_links', 'site_dirs', 'index_url', - 'optimize', 'site_dirs', 'allow_hosts', - )) - if self.dependency_links: - links = self.dependency_links[:] - if 'find_links' in opts: - links = opts['find_links'][1] + links - opts['find_links'] = ('setup', links) - install_dir = self.get_egg_cache_dir() - cmd = easy_install( - dist, args=["x"], install_dir=install_dir, - exclude_scripts=True, - always_copy=False, build_directory=None, editable=False, - upgrade=False, multi_version=True, no_report=True, user=False - ) - cmd.ensure_finalized() - return cmd.easy_install(req) - - def _set_global_opts_from_features(self): - """Add --with-X/--without-X options based on optional features""" - - go = [] - no = self.negative_opt.copy() - - for name, feature in self.features.items(): - self._set_feature(name, None) - feature.validate(self) - - if feature.optional: - descr = feature.description - incdef = ' (default)' - excdef = '' - if not feature.include_by_default(): - excdef, incdef = incdef, excdef - - new = ( - ('with-' + name, None, 'include ' + descr + incdef), - ('without-' + name, None, 'exclude ' + descr + excdef), - ) - go.extend(new) - no['without-' + name] = 'with-' + name - - self.global_options = self.feature_options = go + self.global_options - self.negative_opt = self.feature_negopt = no - - def _finalize_features(self): - """Add/remove features and resolve dependencies between them""" - - # First, flag all the enabled items (and thus their dependencies) - for name, feature in self.features.items(): - enabled = self.feature_is_included(name) - if enabled or (enabled is None and feature.include_by_default()): - feature.include_in(self) - self._set_feature(name, 1) - - # Then disable the rest, so that off-by-default features don't - # get flagged as errors when they're required by an enabled feature - for name, feature in self.features.items(): - if not self.feature_is_included(name): - feature.exclude_from(self) - self._set_feature(name, 0) - - def get_command_class(self, command): - """Pluggable version of get_command_class()""" - if command in self.cmdclass: - return self.cmdclass[command] - - eps = pkg_resources.iter_entry_points('distutils.commands', command) - for ep in eps: - ep.require(installer=self.fetch_build_egg) - self.cmdclass[command] = cmdclass = ep.load() - return cmdclass - else: - return _Distribution.get_command_class(self, command) - - def print_commands(self): - for ep in pkg_resources.iter_entry_points('distutils.commands'): - if ep.name not in self.cmdclass: - # don't require extras as the commands won't be invoked - cmdclass = ep.resolve() - self.cmdclass[ep.name] = cmdclass - return _Distribution.print_commands(self) - - def get_command_list(self): - for ep in pkg_resources.iter_entry_points('distutils.commands'): - if ep.name not in self.cmdclass: - # don't require extras as the commands won't be invoked - cmdclass = ep.resolve() - self.cmdclass[ep.name] = cmdclass - return _Distribution.get_command_list(self) - - def _set_feature(self, name, status): - """Set feature's inclusion status""" - setattr(self, self._feature_attrname(name), status) - - def feature_is_included(self, name): - """Return 1 if feature is included, 0 if excluded, 'None' if unknown""" - return getattr(self, self._feature_attrname(name)) - - def include_feature(self, name): - """Request inclusion of feature named 'name'""" - - if self.feature_is_included(name) == 0: - descr = self.features[name].description - raise DistutilsOptionError( - descr + " is required, but was excluded or is not available" - ) - self.features[name].include_in(self) - self._set_feature(name, 1) - - def include(self, **attrs): - """Add items to distribution that are named in keyword arguments - - For example, 'dist.include(py_modules=["x"])' would add 'x' to - the distribution's 'py_modules' attribute, if it was not already - there. - - Currently, this method only supports inclusion for attributes that are - lists or tuples. If you need to add support for adding to other - attributes in this or a subclass, you can add an '_include_X' method, - where 'X' is the name of the attribute. The method will be called with - the value passed to 'include()'. So, 'dist.include(foo={"bar":"baz"})' - will try to call 'dist._include_foo({"bar":"baz"})', which can then - handle whatever special inclusion logic is needed. - """ - for k, v in attrs.items(): - include = getattr(self, '_include_' + k, None) - if include: - include(v) - else: - self._include_misc(k, v) - - def exclude_package(self, package): - """Remove packages, modules, and extensions in named package""" - - pfx = package + '.' - if self.packages: - self.packages = [ - p for p in self.packages - if p != package and not p.startswith(pfx) - ] - - if self.py_modules: - self.py_modules = [ - p for p in self.py_modules - if p != package and not p.startswith(pfx) - ] - - if self.ext_modules: - self.ext_modules = [ - p for p in self.ext_modules - if p.name != package and not p.name.startswith(pfx) - ] - - def has_contents_for(self, package): - """Return true if 'exclude_package(package)' would do something""" - - pfx = package + '.' - - for p in self.iter_distribution_names(): - if p == package or p.startswith(pfx): - return True - - def _exclude_misc(self, name, value): - """Handle 'exclude()' for list/tuple attrs without a special handler""" - if not isinstance(value, sequence): - raise DistutilsSetupError( - "%s: setting must be a list or tuple (%r)" % (name, value) - ) - try: - old = getattr(self, name) - except AttributeError: - raise DistutilsSetupError( - "%s: No such distribution setting" % name - ) - if old is not None and not isinstance(old, sequence): - raise DistutilsSetupError( - name + ": this setting cannot be changed via include/exclude" - ) - elif old: - setattr(self, name, [item for item in old if item not in value]) - - def _include_misc(self, name, value): - """Handle 'include()' for list/tuple attrs without a special handler""" - - if not isinstance(value, sequence): - raise DistutilsSetupError( - "%s: setting must be a list (%r)" % (name, value) - ) - try: - old = getattr(self, name) - except AttributeError: - raise DistutilsSetupError( - "%s: No such distribution setting" % name - ) - if old is None: - setattr(self, name, value) - elif not isinstance(old, sequence): - raise DistutilsSetupError( - name + ": this setting cannot be changed via include/exclude" - ) - else: - new = [item for item in value if item not in old] - setattr(self, name, old + new) - - def exclude(self, **attrs): - """Remove items from distribution that are named in keyword arguments - - For example, 'dist.exclude(py_modules=["x"])' would remove 'x' from - the distribution's 'py_modules' attribute. Excluding packages uses - the 'exclude_package()' method, so all of the package's contained - packages, modules, and extensions are also excluded. - - Currently, this method only supports exclusion from attributes that are - lists or tuples. If you need to add support for excluding from other - attributes in this or a subclass, you can add an '_exclude_X' method, - where 'X' is the name of the attribute. The method will be called with - the value passed to 'exclude()'. So, 'dist.exclude(foo={"bar":"baz"})' - will try to call 'dist._exclude_foo({"bar":"baz"})', which can then - handle whatever special exclusion logic is needed. - """ - for k, v in attrs.items(): - exclude = getattr(self, '_exclude_' + k, None) - if exclude: - exclude(v) - else: - self._exclude_misc(k, v) - - def _exclude_packages(self, packages): - if not isinstance(packages, sequence): - raise DistutilsSetupError( - "packages: setting must be a list or tuple (%r)" % (packages,) - ) - list(map(self.exclude_package, packages)) - - def _parse_command_opts(self, parser, args): - # Remove --with-X/--without-X options when processing command args - self.global_options = self.__class__.global_options - self.negative_opt = self.__class__.negative_opt - - # First, expand any aliases - command = args[0] - aliases = self.get_option_dict('aliases') - while command in aliases: - src, alias = aliases[command] - del aliases[command] # ensure each alias can expand only once! - import shlex - args[:1] = shlex.split(alias, True) - command = args[0] - - nargs = _Distribution._parse_command_opts(self, parser, args) - - # Handle commands that want to consume all remaining arguments - cmd_class = self.get_command_class(command) - if getattr(cmd_class, 'command_consumes_arguments', None): - self.get_option_dict(command)['args'] = ("command line", nargs) - if nargs is not None: - return [] - - return nargs - - def get_cmdline_options(self): - """Return a '{cmd: {opt:val}}' map of all command-line options - - Option names are all long, but do not include the leading '--', and - contain dashes rather than underscores. If the option doesn't take - an argument (e.g. '--quiet'), the 'val' is 'None'. - - Note that options provided by config files are intentionally excluded. - """ - - d = {} - - for cmd, opts in self.command_options.items(): - - for opt, (src, val) in opts.items(): - - if src != "command line": - continue - - opt = opt.replace('_', '-') - - if val == 0: - cmdobj = self.get_command_obj(cmd) - neg_opt = self.negative_opt.copy() - neg_opt.update(getattr(cmdobj, 'negative_opt', {})) - for neg, pos in neg_opt.items(): - if pos == opt: - opt = neg - val = None - break - else: - raise AssertionError("Shouldn't be able to get here") - - elif val == 1: - val = None - - d.setdefault(cmd, {})[opt] = val - - return d - - def iter_distribution_names(self): - """Yield all packages, modules, and extension names in distribution""" - - for pkg in self.packages or (): - yield pkg - - for module in self.py_modules or (): - yield module - - for ext in self.ext_modules or (): - if isinstance(ext, tuple): - name, buildinfo = ext - else: - name = ext.name - if name.endswith('module'): - name = name[:-6] - yield name - - def handle_display_options(self, option_order): - """If there were any non-global "display-only" options - (--help-commands or the metadata display options) on the command - line, display the requested info and return true; else return - false. - """ - import sys - - if six.PY2 or self.help_commands: - return _Distribution.handle_display_options(self, option_order) - - # Stdout may be StringIO (e.g. in tests) - if not isinstance(sys.stdout, io.TextIOWrapper): - return _Distribution.handle_display_options(self, option_order) - - # Don't wrap stdout if utf-8 is already the encoding. Provides - # workaround for #334. - if sys.stdout.encoding.lower() in ('utf-8', 'utf8'): - return _Distribution.handle_display_options(self, option_order) - - # Print metadata in UTF-8 no matter the platform - encoding = sys.stdout.encoding - errors = sys.stdout.errors - newline = sys.platform != 'win32' and '\n' or None - line_buffering = sys.stdout.line_buffering - - sys.stdout = io.TextIOWrapper( - sys.stdout.detach(), 'utf-8', errors, newline, line_buffering) - try: - return _Distribution.handle_display_options(self, option_order) - finally: - sys.stdout = io.TextIOWrapper( - sys.stdout.detach(), encoding, errors, newline, line_buffering) - - -class Feature: - """ - **deprecated** -- The `Feature` facility was never completely implemented - or supported, `has reported issues - <https://github.com/pypa/setuptools/issues/58>`_ and will be removed in - a future version. - - A subset of the distribution that can be excluded if unneeded/wanted - - Features are created using these keyword arguments: - - 'description' -- a short, human readable description of the feature, to - be used in error messages, and option help messages. - - 'standard' -- if true, the feature is included by default if it is - available on the current system. Otherwise, the feature is only - included if requested via a command line '--with-X' option, or if - another included feature requires it. The default setting is 'False'. - - 'available' -- if true, the feature is available for installation on the - current system. The default setting is 'True'. - - 'optional' -- if true, the feature's inclusion can be controlled from the - command line, using the '--with-X' or '--without-X' options. If - false, the feature's inclusion status is determined automatically, - based on 'availabile', 'standard', and whether any other feature - requires it. The default setting is 'True'. - - 'require_features' -- a string or sequence of strings naming features - that should also be included if this feature is included. Defaults to - empty list. May also contain 'Require' objects that should be - added/removed from the distribution. - - 'remove' -- a string or list of strings naming packages to be removed - from the distribution if this feature is *not* included. If the - feature *is* included, this argument is ignored. This argument exists - to support removing features that "crosscut" a distribution, such as - defining a 'tests' feature that removes all the 'tests' subpackages - provided by other features. The default for this argument is an empty - list. (Note: the named package(s) or modules must exist in the base - distribution when the 'setup()' function is initially called.) - - other keywords -- any other keyword arguments are saved, and passed to - the distribution's 'include()' and 'exclude()' methods when the - feature is included or excluded, respectively. So, for example, you - could pass 'packages=["a","b"]' to cause packages 'a' and 'b' to be - added or removed from the distribution as appropriate. - - A feature must include at least one 'requires', 'remove', or other - keyword argument. Otherwise, it can't affect the distribution in any way. - Note also that you can subclass 'Feature' to create your own specialized - feature types that modify the distribution in other ways when included or - excluded. See the docstrings for the various methods here for more detail. - Aside from the methods, the only feature attributes that distributions look - at are 'description' and 'optional'. - """ - - @staticmethod - def warn_deprecated(): - msg = ( - "Features are deprecated and will be removed in a future " - "version. See https://github.com/pypa/setuptools/issues/65." - ) - warnings.warn(msg, DistDeprecationWarning, stacklevel=3) - - def __init__( - self, description, standard=False, available=True, - optional=True, require_features=(), remove=(), **extras): - self.warn_deprecated() - - self.description = description - self.standard = standard - self.available = available - self.optional = optional - if isinstance(require_features, (str, Require)): - require_features = require_features, - - self.require_features = [ - r for r in require_features if isinstance(r, str) - ] - er = [r for r in require_features if not isinstance(r, str)] - if er: - extras['require_features'] = er - - if isinstance(remove, str): - remove = remove, - self.remove = remove - self.extras = extras - - if not remove and not require_features and not extras: - raise DistutilsSetupError( - "Feature %s: must define 'require_features', 'remove', or " - "at least one of 'packages', 'py_modules', etc." - ) - - def include_by_default(self): - """Should this feature be included by default?""" - return self.available and self.standard - - def include_in(self, dist): - """Ensure feature and its requirements are included in distribution - - You may override this in a subclass to perform additional operations on - the distribution. Note that this method may be called more than once - per feature, and so should be idempotent. - - """ - - if not self.available: - raise DistutilsPlatformError( - self.description + " is required, " - "but is not available on this platform" - ) - - dist.include(**self.extras) - - for f in self.require_features: - dist.include_feature(f) - - def exclude_from(self, dist): - """Ensure feature is excluded from distribution - - You may override this in a subclass to perform additional operations on - the distribution. This method will be called at most once per - feature, and only after all included features have been asked to - include themselves. - """ - - dist.exclude(**self.extras) - - if self.remove: - for item in self.remove: - dist.exclude_package(item) - - def validate(self, dist): - """Verify that feature makes sense in context of distribution - - This method is called by the distribution just before it parses its - command line. It checks to ensure that the 'remove' attribute, if any, - contains only valid package/module names that are present in the base - distribution when 'setup()' is called. You may override it in a - subclass to perform any other required validation of the feature - against a target distribution. - """ - - for item in self.remove: - if not dist.has_contents_for(item): - raise DistutilsSetupError( - "%s wants to be able to remove %s, but the distribution" - " doesn't contain any packages or modules under %s" - % (self.description, item, item) - ) - - -class DistDeprecationWarning(SetuptoolsDeprecationWarning): - """Class for warning about deprecations in dist in - setuptools. Not ignored by default, unlike DeprecationWarning.""" diff --git a/lib/python3.8/site-packages/setuptools/extension.py b/lib/python3.8/site-packages/setuptools/extension.py deleted file mode 100644 index 2946889..0000000 --- a/lib/python3.8/site-packages/setuptools/extension.py +++ /dev/null @@ -1,57 +0,0 @@ -import re -import functools -import distutils.core -import distutils.errors -import distutils.extension - -from setuptools.extern.six.moves import map - -from .monkey import get_unpatched - - -def _have_cython(): - """ - Return True if Cython can be imported. - """ - cython_impl = 'Cython.Distutils.build_ext' - try: - # from (cython_impl) import build_ext - __import__(cython_impl, fromlist=['build_ext']).build_ext - return True - except Exception: - pass - return False - - -# for compatibility -have_pyrex = _have_cython - -_Extension = get_unpatched(distutils.core.Extension) - - -class Extension(_Extension): - """Extension that uses '.c' files in place of '.pyx' files""" - - def __init__(self, name, sources, *args, **kw): - # The *args is needed for compatibility as calls may use positional - # arguments. py_limited_api may be set only via keyword. - self.py_limited_api = kw.pop("py_limited_api", False) - _Extension.__init__(self, name, sources, *args, **kw) - - def _convert_pyx_sources_to_lang(self): - """ - Replace sources with .pyx extensions to sources with the target - language extension. This mechanism allows language authors to supply - pre-converted sources but to prefer the .pyx sources. - """ - if _have_cython(): - # the build has Cython, so allow it to compile the .pyx files - return - lang = self.language or '' - target_ext = '.cpp' if lang.lower() == 'c++' else '.c' - sub = functools.partial(re.sub, '.pyx$', target_ext) - self.sources = list(map(sub, self.sources)) - - -class Library(Extension): - """Just like a regular Extension, but built as a library instead""" diff --git a/lib/python3.8/site-packages/setuptools/extern/__init__.py b/lib/python3.8/site-packages/setuptools/extern/__init__.py deleted file mode 100644 index cb2fa32..0000000 --- a/lib/python3.8/site-packages/setuptools/extern/__init__.py +++ /dev/null @@ -1,73 +0,0 @@ -import sys - - -class VendorImporter: - """ - A PEP 302 meta path importer for finding optionally-vendored - or otherwise naturally-installed packages from root_name. - """ - - def __init__(self, root_name, vendored_names=(), vendor_pkg=None): - self.root_name = root_name - self.vendored_names = set(vendored_names) - self.vendor_pkg = vendor_pkg or root_name.replace('extern', '_vendor') - - @property - def search_path(self): - """ - Search first the vendor package then as a natural package. - """ - yield self.vendor_pkg + '.' - yield '' - - def find_module(self, fullname, path=None): - """ - Return self when fullname starts with root_name and the - target module is one vendored through this importer. - """ - root, base, target = fullname.partition(self.root_name + '.') - if root: - return - if not any(map(target.startswith, self.vendored_names)): - return - return self - - def load_module(self, fullname): - """ - Iterate over the search path to locate and load fullname. - """ - root, base, target = fullname.partition(self.root_name + '.') - for prefix in self.search_path: - try: - extant = prefix + target - __import__(extant) - mod = sys.modules[extant] - sys.modules[fullname] = mod - # mysterious hack: - # Remove the reference to the extant package/module - # on later Python versions to cause relative imports - # in the vendor package to resolve the same modules - # as those going through this importer. - if sys.version_info >= (3, ): - del sys.modules[extant] - return mod - except ImportError: - pass - else: - raise ImportError( - "The '{target}' package is required; " - "normally this is bundled with this package so if you get " - "this warning, consult the packager of your " - "distribution.".format(**locals()) - ) - - def install(self): - """ - Install this importer into sys.meta_path if not already present. - """ - if self not in sys.meta_path: - sys.meta_path.append(self) - - -names = 'six', 'packaging', 'pyparsing', -VendorImporter(__name__, names, 'setuptools._vendor').install() diff --git a/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc b/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 4da5fac7777ee49c10df44e4af0d56d558fe0825..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2411 zcmZ`)TaOzx6t?G<$?T=2h+SII$^t=&M6-yCR761wZG{kMRkct`1R70aXLoj!@zi#@ zO_;op72>IHymue_JNOrV<*9!G3Bfs@B%AIEM?SH~w{y<-`SbT{YYBn!`zNoae>MsE z3p>jtfX+5l-3G%6r+v~PUlHzc|A=sZ>UAg&I-a1y7ak9%{<GkiP?&d*w4xWVhU|3F zE*Bp<+fX$cL0|{c@i^`He4Ph8JffXIggoMnBQm9(h@ayzZ^G9GPx#6a>BM}Mufczl z`*6y6yMA93T&k}JrBp_!@lnE{e8KMAzQaCz{{uD<CSzr0_E<if!g^A%US9CL*k!Ub zxh%4Ne{}7!+emP?0Zfr*PpHFO3sz)isN9^q&;}ZU!<OBHY*%R3Q*ywRlqM~*foQwc z&mnM3-n?KN>rJTo9WWKGNJ<Q?yeYQ4$}g`}^qJ2o_l`aI5^w_H`8%CRJb|zZ+emBw zTA^(&PP4ui#;(sjcOGclP@?Q-U15`YAT1AeTY(L<==W3zr>h1UK%6Lq!<oOo+%ki5 ztIW%5vmmdH^Xu|Z?0viihYU+2WnV8hYsa?IG%s?KrtNZM<9P>pr6VweMl_-0&HFE* z)Sl1lQk*j@*!G|zXY>Y`itGcKHpzV?mFFyi9*n<rSw^7miA;6(08XV11Hf1v@*E!g zRIp65Y!2dlqy`GNu(WN-PK&yPJf{kMKgo+)fv#QA?wk~fbPnBf=!UCweCbqVOB1`8 z+<C!dEGTdtIsi8YNHM@;`jbELC&47Fe07C;_lWU~UxoVt%m}AI68#Z=tsE)Fzb(SQ z3&^N~A+qccL+uUwedHkno+_i+VGhh+@P%as$CNDA!=znd*g*1OU$9&=S<F)i95;JP z4tMw9A4cZa=Ol4z4Z_%IMYdVOSvg)LM=$GV#mM@Dth7n(272L0*NR+vZ9MnW2AEPC zpo=zmm}z07+Nm=T;FV2lPdDLUy$Xhe8#I951*m7BSX$6UUd>Ak4J7|fsQM|GGf;R4 z2BhA*MSku~!tr($R>3BjL;y-OrIeUpKdhpQWYVY_u1#;?w}^WOp?Xk{enzUs4?t)N zpasM<4iaT3^eFj}JbL2+RMX)8e%vFbIVDf&l>Q2G3j7Yo-z)(78ZLik1e1@2LgWBy zM|h`bMzX%_;xOXcml<E+e+s1*eSu^g|M4AcarKuv!;`D?%Yeu$@o1PU!9Qh%R0CAI z8Sa`r92Oik&ymTIVWxgeOP2T8NDdj&$PFE4ssLquk9B3ChyD6i&gO%ty4i~HTpN`? z93pAjJFP^$0`Aq~bRJqZ0flgSou(jiBM`M3d2LrA6B<^5?DV8vsfGWxQc~FnlzosH z8(~)Zx)s-V`8C`cDWhITa}oECN+o*v6DO}(VSufYpJ5zkbjG;1V3B?k3<)+s&^#K$ zFQG}4xc_w;dmfGa;2-bbGdx_{=8WDUDvpPjpivP6f^g7K8~FbW-hpG_ntM*Y@!b<n z)Q`~1*OKK0&;c^l#uv{C6+%-;!?L~-86PnSS&PD)P-Ca%tIKe%Z7$Z>C@V|QYK1Cy zIw6hO%dib&wE_m9?Hi{Qa5kysx#b|N0584_C`*7QAX`HT?bS4WG|Ze}L9dafTz1n` z;mx*jsbndX87U-$!u+VW(Y%WW^R{GAq!r$AlvuqECZ<7{gdR;A$!dJrjkSEBQvL+x z3g2!ZDKtl*T^gF>3n#B!d-2w~^ti<~ME|vF;Yt7Jf{ky~v3-tjnR@_ZfBjZK{{zxu BbUgq7 diff --git a/lib/python3.8/site-packages/setuptools/glibc.py b/lib/python3.8/site-packages/setuptools/glibc.py deleted file mode 100644 index a134591..0000000 --- a/lib/python3.8/site-packages/setuptools/glibc.py +++ /dev/null @@ -1,86 +0,0 @@ -# This file originally from pip: -# https://github.com/pypa/pip/blob/8f4f15a5a95d7d5b511ceaee9ed261176c181970/src/pip/_internal/utils/glibc.py -from __future__ import absolute_import - -import ctypes -import re -import warnings - - -def glibc_version_string(): - "Returns glibc version string, or None if not using glibc." - - # 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 - - -# Separated out from have_compatible_glibc for easier unit testing -def check_glibc_version(version_str, required_major, minimum_minor): - # Parse string and check against requested version. - # - # We use a regexp instead of str.split because we want to discard any - # random junk that might come after the minor version -- this might happen - # in patched/forked versions of glibc (e.g. Linaro's version of glibc - # uses version strings like "2.20-2014.11"). See gh-3588. - m = re.match(r"(?P<major>[0-9]+)\.(?P<minor>[0-9]+)", version_str) - if not m: - warnings.warn("Expected glibc version with 2 components major.minor," - " got: %s" % version_str, RuntimeWarning) - return False - return (int(m.group("major")) == required_major and - int(m.group("minor")) >= minimum_minor) - - -def have_compatible_glibc(required_major, minimum_minor): - version_str = glibc_version_string() - if version_str is None: - return False - return check_glibc_version(version_str, required_major, minimum_minor) - - -# 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(): - """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/lib/python3.8/site-packages/setuptools/glob.py b/lib/python3.8/site-packages/setuptools/glob.py deleted file mode 100644 index 9d7cbc5..0000000 --- a/lib/python3.8/site-packages/setuptools/glob.py +++ /dev/null @@ -1,174 +0,0 @@ -""" -Filename globbing utility. Mostly a copy of `glob` from Python 3.5. - -Changes include: - * `yield from` and PEP3102 `*` removed. - * Hidden files are not ignored. -""" - -import os -import re -import fnmatch - -__all__ = ["glob", "iglob", "escape"] - - -def glob(pathname, recursive=False): - """Return a list of paths matching a pathname pattern. - - The pattern may contain simple shell-style wildcards a la - fnmatch. However, unlike fnmatch, filenames starting with a - dot are special cases that are not matched by '*' and '?' - patterns. - - If recursive is true, the pattern '**' will match any files and - zero or more directories and subdirectories. - """ - return list(iglob(pathname, recursive=recursive)) - - -def iglob(pathname, recursive=False): - """Return an iterator which yields the paths matching a pathname pattern. - - The pattern may contain simple shell-style wildcards a la - fnmatch. However, unlike fnmatch, filenames starting with a - dot are special cases that are not matched by '*' and '?' - patterns. - - If recursive is true, the pattern '**' will match any files and - zero or more directories and subdirectories. - """ - it = _iglob(pathname, recursive) - if recursive and _isrecursive(pathname): - s = next(it) # skip empty string - assert not s - return it - - -def _iglob(pathname, recursive): - dirname, basename = os.path.split(pathname) - if not has_magic(pathname): - if basename: - if os.path.lexists(pathname): - yield pathname - else: - # Patterns ending with a slash should match only directories - if os.path.isdir(dirname): - yield pathname - return - if not dirname: - if recursive and _isrecursive(basename): - for x in glob2(dirname, basename): - yield x - else: - for x in glob1(dirname, basename): - yield x - return - # `os.path.split()` returns the argument itself as a dirname if it is a - # drive or UNC path. Prevent an infinite recursion if a drive or UNC path - # contains magic characters (i.e. r'\\?\C:'). - if dirname != pathname and has_magic(dirname): - dirs = _iglob(dirname, recursive) - else: - dirs = [dirname] - if has_magic(basename): - if recursive and _isrecursive(basename): - glob_in_dir = glob2 - else: - glob_in_dir = glob1 - else: - glob_in_dir = glob0 - for dirname in dirs: - for name in glob_in_dir(dirname, basename): - yield os.path.join(dirname, name) - - -# These 2 helper functions non-recursively glob inside a literal directory. -# They return a list of basenames. `glob1` accepts a pattern while `glob0` -# takes a literal basename (so it only has to check for its existence). - - -def glob1(dirname, pattern): - if not dirname: - if isinstance(pattern, bytes): - dirname = os.curdir.encode('ASCII') - else: - dirname = os.curdir - try: - names = os.listdir(dirname) - except OSError: - return [] - return fnmatch.filter(names, pattern) - - -def glob0(dirname, basename): - if not basename: - # `os.path.split()` returns an empty basename for paths ending with a - # directory separator. 'q*x/' should match only directories. - if os.path.isdir(dirname): - return [basename] - else: - if os.path.lexists(os.path.join(dirname, basename)): - return [basename] - return [] - - -# This helper function recursively yields relative pathnames inside a literal -# directory. - - -def glob2(dirname, pattern): - assert _isrecursive(pattern) - yield pattern[:0] - for x in _rlistdir(dirname): - yield x - - -# Recursively yields relative pathnames inside a literal directory. -def _rlistdir(dirname): - if not dirname: - if isinstance(dirname, bytes): - dirname = os.curdir.encode('ASCII') - else: - dirname = os.curdir - try: - names = os.listdir(dirname) - except os.error: - return - for x in names: - yield x - path = os.path.join(dirname, x) if dirname else x - for y in _rlistdir(path): - yield os.path.join(x, y) - - -magic_check = re.compile('([*?[])') -magic_check_bytes = re.compile(b'([*?[])') - - -def has_magic(s): - if isinstance(s, bytes): - match = magic_check_bytes.search(s) - else: - match = magic_check.search(s) - return match is not None - - -def _isrecursive(pattern): - if isinstance(pattern, bytes): - return pattern == b'**' - else: - return pattern == '**' - - -def escape(pathname): - """Escape all special characters. - """ - # Escaping is done by wrapping any of "*?[" between square brackets. - # Metacharacters do not work in the drive part and shouldn't be escaped. - drive, pathname = os.path.splitdrive(pathname) - if isinstance(pathname, bytes): - pathname = magic_check_bytes.sub(br'[\1]', pathname) - else: - pathname = magic_check.sub(r'[\1]', pathname) - return drive + pathname diff --git a/lib/python3.8/site-packages/setuptools/gui-32.exe b/lib/python3.8/site-packages/setuptools/gui-32.exe deleted file mode 100644 index f8d3509653ba8f80ca7f3aa7f95616142ba83a94..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65536 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 diff --git a/lib/python3.8/site-packages/setuptools/gui-64.exe b/lib/python3.8/site-packages/setuptools/gui-64.exe deleted file mode 100644 index 330c51a5dde15a0bb610a48cd0ca11770c914dae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75264 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 diff --git a/lib/python3.8/site-packages/setuptools/gui.exe b/lib/python3.8/site-packages/setuptools/gui.exe deleted file mode 100644 index f8d3509653ba8f80ca7f3aa7f95616142ba83a94..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65536 zcmeFae|%KMxj%k3yGc&SCTD>S1PQP}R5YmQ5=~qJi^+zl1UE)DtPsG8blp-*!#RLg z0>QIub24npZS_`f<yJ2Gx%RfbwfBl*uV6xG0{-MjRTOJur8;p@W1&fqnDc!<b2dM) z?S0+v>-)#|`^OhvIcH|hGc(UT^E}VYJoC(K^_@E<yCg{t{F$aC?Zcb?`Ni{pesFxw zo%Wkt>DjE;rth;Yer@_4k$X3I);E0Tn+<n;+jI9__ucm$)$@&eJPq1?o_p`}RNPkU z`Sy3#+;eqK&X~ef(Wh%$Pd;(of3Tsy@11*-?Gf=`u?u)lX)Iw+;(cKCl`JOSKK7sD zeHA+<-V4}nyl=nv?g*9f_b?6yBx$kDF4=y~YKCCCB)cu!mL*9qBV~z|I{q@eUHI#w zxZet=Nm4pR@o(rY`E3@_kcQ7q0+8}iX7L_=QKB^Wyd=#Mq5o%(=5t@`n=ZtG%HR8U zwR+EH6(2u6f(PM6ZKcj0_0J<otFLZYbC-ITBt;MrZJ&Yn>-Zb>&yT9Ew!oxAMfl)C z#Z+d`C?Ev=lGJ)}%Ksnx|0)G)SVf_n2-;d?f9!~MzIJJ-=wKb=iHfW2QCpC29wSNm zA=ztsPZ<@3t`2ENV!bW?>DIbrM&c*bCbqaRzr~R~Z-r)Gl=RG-p<NO;x4P=0D?)s` z$m_KCdCiWD6_v>}ugUHp=<&@N<(0nQZ)pc;t^f@UfdU)Xs*a2q9hEj|W&QGS`}Q+V zaO>`-aSJ8yAtP2OBNk%M7Utt!$6gfgmQ40WtW_PKSW_r1oOg}p=vZj3XtBjwwJ#E} zLMNCsnAlP1f|%AM?kIHMo~S5v2kZEcbEs|ZrY(iCq{N>@V-R$%P-2fEhzyjmCh@Sy zXyr*PE_By~_)26%86IRFp<L0yrY(-_6^RN*wl=1!sbqzkNBE#Zr|)1xR)-`}qV{=I zsuT5#vQT;fwD0ZwJO~iAMI5M-JD`zRj|c<(+4vp|@n?~!ADWe%G6eO$3}GdB)>9Ya zkBHB1hGv2=t60ZM@2flwcy2#L^lN{0=%0Q@MjzL)ErkWFb2Ro*N07ImOt!9YmgwvP zqh2yflmnST)@Q6JEa3kv=;e&Js^gRcx7ile@Me+Xh_`B=wJ3|47Z(=9j;P;M4jj9k ze|zYYnyGIobV=&smWsjxVw3XZ39!ke-gcWd&f8i_T!k-^@^CA0*s%-oQ>v?$_-7%o z(GNN8XT7J;F$I$PlNQv_oLiavAq4>E7I2dQhlE)vSn!y;BSSI+5(`L`#@q*i(+$dj ziMR82oKzstr3NgrEei6^p%m@2rUhVv>rK-H3%XZ<_rUh;c(a2dG)%uOg$_v@w_EZo zlu%GsR0^7TQkP%ahpqsf^)t)7t<j1g+Tx`4;LnY}eDrxiuoH=ZlK9$8(KPhsobi4M z$psZiHuGF42=%W3b2x}s^KXwz;=hfa!6-nS00F@ZB2Rzdm-tMKM|!J2$OpkDB&e<W zp=IqLfdhi+jGDI_IfSX1CsWBNHQ^`>)|hz?tCY-06G}<$V~#?~heoED!!4L2akG@t z3k(cUbnpdgqwk%>`n0WAC7vv#rU2V~=4eiAwpse1#pRD3*UlGpF7&;UP%~^>-Uq9> zqqY#gDuX1JM-HRLrTl?x<n8>L1RW6Nzt8%&-UwXtnfuqbCmh#A4k1U7-%L3c7Zx(d zuhG+B-K2d4zoLVczO#ufnYJw*t5&k#)-NC8`0Z!%(?;tLH)1SS=)o%@p*m1Hza}bC zH<@{EP=$nZv|K=--J~^q2RFJ=UsK7|s*{A7<k#1>>2riBOI3;<EmbyBr2Q;!)*t;6 z%bAU*;bM7n=w0Oq89^D~`RGjkug?ON9(0;MXlio>B9VN6@g>xk)TvhhOKNMSeI?sb zNT@@qXG7GtAEH*Z*I7+?xX^=^+#cd{e*xu~c+oK%QC`k~8T1Fj`XSd4etuu)23Ly= znHbY_evF#lbUsH*M$@PjpbB6kZlDn4%Pfry7Wc9o2a;HxjOT7A9>$Ks0zkIpxF}-P z4%J+UwB{X!v+x4J<l9l;41|Nc`2wVB4jNck69S=U@yowNLO-xFpm5`+mK}<8p^v+1 z@>vU3b1r4SD4dNJCLBe`P~a!!^eLzUU1z9JMV04G)5v%Ur4xPh4u|g#Tc-(r0PB00 z<2OM*Q-Cajywm3kTRsx?bLZ%s;?w6_FF__SF*1GDPvs6}`fAHZ`iq5gfrnJz3GS7o z<!S&dC^NOtiE-fBC#iZl6nPcM^GAV==(P<NR;%_=#!(%&0YabZIMPv&92tc<Zx7b+ zhXzbD$Xkg{J4C}ln^mO37mVbwG|+Ar#F^zd@x=IC!wbGLO_1QAONu%pJ?DT&$271> zuc4jxwz7KJ_rCH-tFJ@z@NXc!Q<?yrLiCS+GL^7*>xa$m*N_NRtT_d&`a7duuH`>P zd%}h`&|B{GYny6$%@oA-ep8*S_YbNQ*wMBx)7fGDgK2FaWZ0dLJaOehDVhGlqZp`r z7Zz^Qt{~7!1nOpo+s>!!UDMjSGVG3o1-MTD`U{)X0)7~njK(aO!mRqVS*o4ZX4diz z7)@AzBH#*!OwC!#-^rCEBXGL5j{ilBGX<T2fkEhQ4%vX(Kg~1H*mhHs`C@8C`##CF zP-@@Z>RTv<qVAQ@pPBn4bWbwF*U^~CI`+^PVzL7sfQR?ISVY=gn;M0{7SlKW)I}fC zqn9jO+3r350+pLg-%ap_Gfi*v=m#C!&(myW%O}ynm4I*oqK+MG>rZEnIJKR9see4J z?c)sQ$RrZUz7CZ}&@|&(WWQ<q`Sr-K<@HtG)|Ku2_)JVn%I2W6B{iM@WID!(VycU$ zAsB9F=2CVh#57s7&)3s1WBcH0)V=8v_Ii;ZdYh|;kGm9nx5OzmAxm<M-r)(EdHG#_ z%&)8hSU}eM-Hj9UR#%Y!30j>6oZG7`cz^_)daDP69Az2FAzJQhYnWChD$L)$+G%bx z&7w9mR1|a&sE6y@t-J-J@>a|Gc{fUJ9G}Xg6OuprJK#0?Jp<5bfq@`8o;q|BAqcJM zjQ48!rGWu;JZ~<LXe=JXw;{l)2MihWpCi@?07-K~${g|I>b>4p%t2&K3ny&<l5~GV zu3pxR9szB;9|4i-*m?a+N5i#!@8}=cRcFz$=1jfQrgz)4Ua)YNY;U8N3$K^;Kib>6 z)6|T!KS#l1EVxey4i&6w$J3D-fJnmY;zyL&4<!g*Eqe#L!`;_mM+^g_OUp(vN<5Be z^757py~8$Cr&@$5?KKvp_9ylZ;IzB+5AEvs5img9peJqGr>M}ieC4Y4zD_DwoiJ30 z5_=SJD^>f%DnzwDB3tkBl@`9nM7`62cB()9jX5~Dm1WqE>OH3SAe#W)`7_C8+pfMB zJFd=-^{P|*4uT0K)k$y3)D9UFllj~KNTvgXauGr@LJse7Q7R@RDA(z2H9$+ML+eE& zl=voVrX{czY;0=zrsg&^7y3DBQcnlbCHkTK6wlSv)Ot^a>WupS(t25KWYtdJD_Ul0 zy-WLUG9529T3YX>gnVr^CFHB&()t2Q@MyPDf=8_?tuNH(m)6hH=0j$@t^Sg!YDQJ1 zuYFT*)BGE?V&5z3C3>UFt~~e`G$NV?B%)>wUwRqg;i@z=IXRJXAM6bDgMFlKS|1}* zTJt0-&ot@>P~uYMKt_<u$P@-s+AEV2S~BKcqvp(8p=QmyT9cttF;Z={RhCTEe&@TO zUJAU`$*i*|AeRR6H#UONQ7ve}-xCCI8I5u>iv`@icGQ&50s{!#;tR+P0W?sZB=UJS z28Qw#@F%T&Xsr_aIZ!Op21>PA8)rgy4p7O3{6Pz%JAtoM$hIO)F4a7n)<P~(I+1mw zsEaBknp&{}E9S9cg;s19#kgY<l_YBuq7zou(m!JkZ_XDZ4C_c<Sz6z({V6&l4AE>$ z761{^!~%XE(hS<N02PLEysfKNE<cjeOV#;(?@T_jk3@Cm;TkXqt9DZgBCHyGl8OLl ze024loZPB+*+B-OCpyKzSXkfg%OQ2FrJZf>ewuU#=}f4+5c{H|(n(tWZhp^o;Mq!< zRjo5}SyjYX;$XSHob{6zO6oY4v*QvB236~|OfFpmxC~b5@TKpZgpU&#G7W#1xq3O3 z<3MV!e|?(f)~nX1p%Pni43kl^-$5TcR@NVMSZL^H&<bawx`(eNaR~J2`!Iu(Y+J`C z0zJW~Oj7XExkMpn(#4t%;~T4%mFFE*dY9bPI3TH+th!&nYyDR#lIdl<5c*6ThX%5o z)o1{K7XrAx9cu@a7Dqi{sAWL~{fq}PRa)=Vrtpf1n0nDaYar&YVxnNp4wBU<488MS z$Ov#F&_$zgEukIg3U&rgqrh#QfipJ&H-3{?*0{{-)2wH6CJS^m=O+bRE#HY|gu`h3 zQ11%GUd!rT@l#r+x3&A9Q9zx3!O@^49vFz58}EaJqv95q-s;fX98f>E-&ixCRksAc zLU`VdHD75rv;+qczU;=DL2Y_V&_vjEBUm9@4-7a;8wVN=CKo8r`Ay}yo6Te;LW2km zCg&ma6+&MnuR~}6p@HNqtG1-l;zB9z8^>xc|3Wh`P+C9Ga0W~Xtd-{^<+-e)w&b4$ z@#<dU(6x1DULnRdkk-ueAh5lYQn#C{Kar$Ow9<TkRf^br*Y%_?W&Q~$VHP)oC;9HH zFyAJHX&yxvrvM`re?)<zG~~~V%taK#?<|y#csf;eGzCh<9i|=?_0I;xt5KQHpov;L z0t+x44o?z#lG!W+1*D-aOo%nPp=W3UKr;w$Yf^zMxL9ud2w;v07-z$oAsD^vS<E{m zby9@hJWyh(w=tq-N(%FBH=s4EKk!SDDm?gZ!D=Y;rpVJ_#J@uO_xbUq(@|JK0CxjG zFWX1OhSkXt3h+-+2B}Ra*1Ku6+@(}+E7&(b;`$3RaW^!x%;!_nXlmd+RbD!!1QR4B z_FE9rm@*gPmVoPDY0{)OI<ctVMFcMX1r<MMHnOpPqw!?iR5zQ&PgCM#k=SEs?-`A! z4XsQ6%z?14uc40j6+x?IsGlNoi+Mf&0#Vk_Kfue#FyBrUdP=0G3VR(9^kr$|X)V1p z(52>5nT;nQH;igvjVF^ojjTuW_pKostir4{9NA29mEyNid}uN|4TxhrlC)WdXd>FZ z?h-VBx_toZ4Q;2-s*De{^r4;Sf;^URlfi%h+fm{Ob0O76slOabjS9;G-(|(y5k&(3 zek#h$5I=h*8r>7(VIL+i{Pd0V+%%S+M@0Bp@q8Q%5#q(@z7U^EjPS`!G$(+(`k}%- z#O*6nN~f#>J!8|-`3^7o1-QI(ZAuFG<!BUXr|7cC9O~=~<E*93KqBxcL|`r$JUY0_ zXdKvAeWxU?Elnp|vsSWu9$wq`QH0F=+T|}~+vqdKAAFvq?^E&4-RSZjDSd_`s65hU zRG&`TX^nKMyq3SQ0JH<6%FzP8jJTHXf?$dS7hfb2>L9cj-g!Tk8}ZggIXanNhBaH* z%$w8Ym-akCd{i@ElJ?9)<M@uU6qL**g5q}2PGrmCpJS01uI2wm>6rRw2KnzPg>MHL zWA%sB4CVRi!%2H|Ot>Z(icp)l{Aa9616{Nh!pveS`i2Ma03DLWEO3U&EX$~V4~xO) zi_s8B{5_ln-a`((@w7x)Y?Ng>9x2X(W=@XB{D&Y@N&83*@i)+~?fi2zq<b^Kg`y+v z5aP88t>nK&lp^`u!hZ&&FuC{jXb#dH{4o*tBfc6Xo9PY^qOa0PMpSJ{ZCzqsyow}p zf%M<BWuSR#dCqtgW@LiS;}ezcXc|UfBV(CSnU7I2nZp(sTV-Ruu`=IS>A><O4X8m8 z`<KIx+&Zk48f8hn92h!L6_u+_3i0uI(7<b*=4U`~ZN8*mCh2QsDU3Y53!Q#7L%$!H z3eB4xo3q*2<}}l$JlC3ZDhFC?g1j3YAEs5VX3xrKH#01r4Y8i&cuYB30<u}{<a<eR z%{NgJ^vkx7hmh%A<n-49l)a-~r*D%bZ8pX)TSl^|#co#1><!+CeC5cfjpuKIoO;QX zn!?_AW&vMA1)?e2-dwpnrP{Zj*_<|HxB9IS7{EyBwDfcxYouv%BJm`o#n}5SJ@>yy z&-gy^>=Dmb#gmKYQSodQ&%=1~zFyPB`l*;#0}pG&_qGP<A3uSmH3t5s{m%eUQpd3P zFA&gIum6fH1&3i4>aB!9U}cE=Aq(N(&^msURe%fvtfy@-U04P7ip72!ds&zS{&BQP zfb0S1(?^*E(%8XXe_@jn|0by6J>q*uiPa<2GTum>1O`T;OFUo1v-y$F@r)f;V$*<6 zxxSwOBxBbhyp$c;NNYJb+cR(3rm@O_gUW%XWq<TbdY9tu#j>Q=+o~LhwQWXHG_$SW z5jNrvBb%>H`Q9&KJunO7*<L^=h;ktBPP~l0f^>TYN%sn3?(GrjM9l7u$cB1!?on^i zxm~?p=dyZfRh62Dm=dqUXFWmia`&ynVMq6Z;jpdSi|}><(*!Z>E*$=p)}4=V)0bCj zv$1@#`k8GT@C_RK2^%GGo{Z!or=xEdC3Sy{6c(r8w_3+22VPE8$VUwk?|v1ZjJ?#d z?luIe*vr0NEPYiH|0;?VH0b^(Q6Pm!7br@3K$LQ`y0q!bh+5I~<vKOL>B~(@{BERM z?U4}bzJtJg>$C~wsYFPs)mz=A_+;Vl>b`0??CGA4aEpE3_1cuC2W)e-iRD9CL7-ID zLCiMic?H0A0^lhkGFc%~0KX@IHA?JFdf%(WUZeMSFj1hlro{Hsd$SVTOYdb$?3Z{O zdx;woaT2be^4!6ovG*{7T!u=A;%kW$=Y`c7EJ1>o*h`$ppM(Z)v6oxb##)uwlhE!L zK|BbE?rM}zjMBeG`2mMsRATo-#`XSM<p+O8w<|HUP15;7)dl8RhCjKgN{Rmvqg>NL zPiK55szNTw;(m*0{!-DMiCyRLQJA!hU8fN=;!ohIB&twBXPo+q?3dk7A=(!wGR*;f zmH4Ab9Mw+-q9dQRF(aRtkO%#|sinU_GzQmLfG(6X%$CM}s#}Tu+JSZPpq9P+VJHV9 zPKiuBJL5!5YDD)oz~~%Qe-}8Rt@jtTDY45@HnsU*=;L2kq0UjBUo;Smkm)WFrzQsz zaZ(FGek(>;EF>{BP3w%4xKbs_@hyu6ngw8|fTKh!qlHy>F)CtYnXuY`0oli@9KP4p zxmNRteU+CaBSCFY-H#O=Jk~#|5j}R|7;01ZpAg)=bGW@hevqcf-LE5A?_aO{-~#Ga zVjtqE_ur%Jcu}N(Q~CZ}jI(<Gz3O-M{`=HfdjEHn_!IcnD|)HPLK{d(>RqYcK--f` z*$u-u^BYl7987l&tm;-akLp~@;>4P3jf|vh1&xdm!gT*1BCt>!eya-TOo@qvzBZ|e zQ2iNDWtptbp?AvNZz7_NZTj+?+C3IKAuc7urGmA#W*FkVeLpeU9(>ulfC;|b-cb+0 z5TB6^X%<Qw>XtM(`pIQ=fw7l3m7PqEu?nW_-d^ex*@!pOr$qxsd<Oz4p)`d~h8&rq z3ajISrYI&Ma?}RR;$;Pxhb{D=3(TWzKXJT%s9^iYO(<RUSVE)ar%J3fi`NkNI14-+ zZrV>${!Og_Ogsu`H35A(O_T{B-&NY!RG*-ckbdHk+HO0|vjjb;+l<6Mq$Ue>zCnpS z2ekn9jv3VFG&VekjGbcGz8tU@^*K}|I^kYGwg>=6O-KB9C~8h~{7t+%<45rXFG$@q z7euEagA%`$O73*@wt3Wii!!}!nDQtuEgDEVNO&H@L}t+dCE6duOzQXu&}83R+a_*t z_&PR>?K`O-m-^lvX<SMec7h|`W&K*3_mnRBT55ETVuwp~p@I8^9=ez{SZ8*-mN8u* zozTuQK_62nm3Zs64En5I#e|GLc6$(Z{nJ=O=xuZK^QFcv!65zY-K`mRLCxmeCCUAX zz}cdX$`oRtgCQ~-dxfCh1^&upuQ!#>QA4JXT_&C#wmJUf{F~PzJ;U$!y{?@r5_;)a ze{z;kSR(>#DXe7X%}ph+4-@QPELf`|eLpD~P<#ctkO^UZ+OJ**V<{Lc%j&ADlKD^D zh9X7D?5ESzvDO!l)qQ}Km>9K-c6Fh+qFvOf78^LViKdv`C4?Z?Mm>D}Ux<sHrkH}T z{bB$T9}@}U489THt;{kO)K<u$jjOAT&an#NS6e0M`$=U1ZK_mV8*knE4JHVe8aAHK zFcU=dU^F8UI0qg3C?b`?O8zG-Foc%XW|fLW)no3Zk5>7K>T~>yb3k%G<(9(Q-eiF; zW^X3gPV@i@BfZ3523R;XaoaM4t4g?fQV<VPLD<~ePx?Yq$D4a8z-364{**`yGcn_9 zu{VoRIR+OHmUtLIOw5N{j&^^5_Wq5TtfdgKQ-D3T*Ov2llcss3edmNCzcld*zqAN{ zPvP$i{0-pmrYrr@dVGuC5m`p7(tDsgVeD<hs`T;Hsx-BTiu$7-OpNcxSQ`%eI+Yl0 z+3uk^uu;4d&qOngC&@V-eut#XW`{q0jImkn@E1xQ{!7Pn_%B1Wq{Ba#_7PbQ<=fsy zIk3<2>e|xA*Ok~9;<mt1D%&LHDM>8Dmc9>rVFv`@;FdHt*cs>|&PpyPe0UP`2eD=g zvFfgbQ|!MPHa(pX@+5W&jIJDok-l1%npPJ!4WXp3E&+NLPGjwF!I|Z_iN$Cc<=?U^ znZZOzzo$!rJI}YV`NpupW2zzj{GeLXVuu9W`n0TN!|A}^<;Os!&SP2^>!5w2kEXSK zlwqH1ZHplztSactN=M`gEK3rV&LEFnX(6w~j-W+mrHrb}^}uPE_qw+H$a{*Nr4ow8 zzFGz?FS2RJF{5dTqbb?YQR&zY>tcGecNr|O?N!1;-1-;v**su^4QMcbISfGyV8u(} zHrJScDG^rhPt&Lre=<w&w`&dr<q@ntyCOx>8-P)A48e6~K=WdCcfqdgpaqO6I^4`F zK}}d6kG*)cjinU7J8j5RgJojK+lx)wDSSUVPHfMn%&-B(Q)XB@^Sg$Yn#i#yh~@O~ zVsRFx43?7=Ef)2sPGY2yYNLx2@%IoSZ-cY2)IzclGvc!#BZ>GNJRx94d^Q3p^_h5& z!jF)M8oNlT7}k16tTxu}c%&amYj-5hh}SOCB5QZV4~f@Pt>X1d63xedAT%NiI1<&4 zPEnH$n$emj7>RQLVK)z0v#L&k)I^8W+9{AF*2UBSh?;rJK)tBMPMUdlAe0b@qx*u0 zz--_|=gQGEUJdhoI6@_ud5iH05LI|VzDc?VJ|^iFrVO)~h{mtX2Rs<jUT=0GdoE?K z@BUA8pnw8#vHWzrb`q00b^Jp8{8bHKB&t5u&yU@d8_ih;nmb;558vwB(<^{vG&k%! zJh^pdo8AgDJAVQjA;2wTpWlrwXQZ|B#86U&mE=rW6*#udOc?ZQ44FTOV3_sr7x6ac zpr5hbACXG@(i#&w7m{89U!rw|t_1#yx@tppqPMRN40wMVH16RhJWc`wDK%sSuvOl( zhGtSQ23Gg1ffEq^g;!y3h5f0%X2>^&JPJgM^)vaFePM&_EvDU)I+oE9Fs07GIqHqX z11^%P9Ja(^f5Yo6;XnHbcrS5cpTmkjM)3ePJsfM5_ylButt7FO8?^&$xs!Gcs?X>b z2Gv#YpGi2Dv&9d&6BQ4+j6e@0KF|+?vzxumV=x1vQd_)ri+|f97U*XuQLFZPQzNv0 zA%k>}M&Ys)3L$~QjeLSY;hfdNb|6kIP96bux0l|%;oDvCM=09?jfL4?gx*}APLf3? zdW9{Oqqf`4JW7W@2etzE<v<4eN~O!3>bQtSkrV7NztT#^ri)SK{5ncM`jbVKA(V8A zqm5NETDO0WB>jd|L}{&4iQSGss@PZfoA}gSfE3HzR_E;{tLUXvReu=XF_)L7-vPGW zI1T&ug(L<K(H?`(O0+|jU^^TJtCv|P+|^R7g+j>uD|W&H7y!uIhCFTlmu0not*lf@ z%PpJ;soA9gr~1Dvt?jQ$qirwINSJ_!P(z8X|80r;trDZo$YvUmPe56~N*V7}HN7l` zUbJiFQ3s!dfm&=5g!m1pD2!1O-JKPJcN0a2?d;iL6=5p90XQYcAZI!V9BvPRgvII= z<UY6B(l`@%0aevw=B*$-!(YX+-pB~^A0xFr>WVx{*aQ%P2W9=~sEz*<6$Ha^)DE+C zm#>U`NgC@|U)x7%!fC|bQJSw-Fsaw?)Kw+OUnVmHjbnB*a9TIrTV@F`=E$%dDJoE{ zNHOPT@UOs6VaxZVAY)PTUsB>f>;z*ISlRduY1A6QU9eATGOKj5!%ZL9;a7P+P4oXu zhQz9+kmfozzo;Lh`0P4(oZbabsc?{gTtRZ;^mW2kS?P?m-mmCgUm2CoWTw8v>Cs;? zS0SUm)`78mC2JotUs5$NFlJ#(0K^R^uL<!j;BeBq>EPJpG_u$FQLQ_~`{8sI<jY~X z5BHr6Pi{>ac%$yfJ|br?mbEn9!Zyl#plAg(29qyxaq993=Nu)WqY^=ggyWgg5_M&Y zpdmD4((h4i*n9jYW9dMOmd~&%XK$OXUQ@bM*2V_;Erb~neJY5aoK)H<Ywq5*H0qCQ zQlDTBhDE(`fMYf$RVHI_W!Ab<9q|m-x1tiL9m@*|+ZJFb*@nrGYKJMFZ$cZex59sk z57?Ts@o7{px+DZaeQ6n_Tc7ur#TXrI+SG*OFI5N`C1So|&e1#bc_WmSn8P_M^})g| z$1$5&wX$6=6p%E(_=1_WYzlEl=m6zLPhw&-Uf=4lsX2A#i8_81%m7n(SnrUx4@UAZ zcY9Ajt`fU~Sp=zJ^Zdlf_m5UCx0nX1-JJVdD%Q-iJb55^UDP*sf=9gOB6JS+k*AQT zX!-nE40q9~JPo6)*xcm752*{l5sA41;nJz9gLNkFi{|qz2oN^pd>1r@w}B5jB_~LP z2GvBz@Gwye!c#g`n=Ob@$5oF-2yJ2=AEdmT4d;TyC9{qB$;>+bA$=O^jVu&HK4E_b zWIKwTm7;yh4<KPRO`k7m<AZz#eH2?iV|fL}=dgMGu(uRi4MCOo8We<q#cTTB*m!lc zYnk_W-xt1sb8@R+o5nBn4Yi_<{&5{~%;2!Y{U-2GeuZ7_FW^by>(lJs-b$e-^uex8 z_YNtpTlEe_{|I}9wEOK#Uk`1z=?18z#e^6*kkn=swo*x(4YhC;wXpuQ?+@x&e6FkI z8K=b5&i4oHt`OV^Qc7$M*n^!!;^NY>CiIo+4e=k6IRn<Ccmv930T-<-f(Tk2(H%gL zc-;vM$cPedNA?^6r)F3%teroKHnxMD`WXi>WQ{b0wsmK&RX%S`$|=X#ookhCNZGc? zMGp@>=Fr1Wk03o((_?+&r6#oIX6-0LNq?%hiiHo%0Lbwe>-T<H1phgOUKoYuVWPo~ z>3`g2EIsFYSshpOGWKvb0B0J;;R3Pr9Ne=4_JFJCASN1ch-~a<)#uLsJH92a?)!t@ ziGq7585s9aau52IEp^!s7afJ`bq(Jt%A&4Fp#vW95D%=z4hro*uT^HX!3zQ!R7%dI z%{YlkWf*Ybj#f5>UUqM5dusBp-*XyMDxo5XAHRVjECJKc!11LP6L%wU4tUl+zKk7) z-t<VpU60>cbWELAvkSWx|4Lu$xv}(&QQafl&5^VedHR?41qOhCL(SzYfG{apR7rXi zehd6DB<&$TH((+Lff_Licu&>&&Z=;Xa&GeQ02a#831Q&@0{)cwt77%-W*x#g6dew3 zZ&xR^NH?~t<D+S-N*kTZL%UFEb4F!H#*LM5&0%fuh4Pn7Qs*V@M6IPxD24&wmmBVH zaWzk<^q1so9GjG9{ICT=o53f_1)nJAB449(Lr9zu5!nLysAyc$N}t~%!{MK@_OJlC zA6?!e-}s6;z3KebYQD%>(2;R<WeOUO%|p=iZR1$<8+?-@XiIcP_f*iKdFp5nBjJA| zlmE>}5E$jTfD_!&veX^B!!|{mD)!dLfiakI7!4&)nwbF?Q56J6xBCB<2Ts%>w%swm z5p;*KBsC>VeZc1WcEMA_>6oUa+}=pE|FnRHTlYl^yFJg$z<7}J3wq`~P0uM$(zEyp zdX_zo=h_{4hs7)BMe&;QsCcD6EMAxH6tAmx;Pv<q(p&Mu*@!*Qinn9WKD-lHQ68dr zybA+GXS#&24gYu3$34$ZUnq5^KaFP=t<%zffe^90ScDj20k=CQY~QrpwAO8V`T>NY z?pKA-Fd&Lp!bN`fM?ZqJfYZweK*9>n#u>pxsO*bYa7Ws&dJ+>Tb%xFz>O`IAsLm=O zQ2QL1+O_W+C!P+B$?f~bQkVu*9G$TNH?NtfET{|e3vWV$wJOgaW^Kk+2kj|ub+&!r z%5F<+b^ZM3KYxLSLd<UfT=e=&l(EHaYj*i>)A|w*O+oYkHMGSoBW;P+hf!CE(DpM0 z5b}`~H#WHA9D{t&+~_d#B52-Al#k5v7eFU(YjZ4}1Rw7A4d+_op8>QZP6-}Zt*%b& z`Wy+$bBC4Z?7qXBCKR>#gNcW8=zG+2J1;>KfMPkenBcs6613dtOvDF}1+@iHGXVyL z<Hr4%MR`xvA|0vF*LB06>yW9I-&s!VRgnTfUyT5WT@?XTEPx7$YC8f{O>dh`&23to zF~!xgBb|y(j-~lg9wm7w2?aIp$RKhh<&KyLNYvB=$&f|G&iHAR^HX5#J#vKzvqvZ; z5zD1q_M?eAJ^F=7o19IHb5YANY<MLV{mV(4P;D;iIM(!ur`eUXcSzDg-y01F$#zGJ z`)Ma>aSx^JC#C#K4-ABlVk?97?-pKri`J`C^lj@Tbt2mo!F*JPJ?y@BF^sVe{vm+d zqdEL61~0Kn00=xne8s}G?|LjIF2RCpJ-QOp0mYg#shJ`Ey|aMdO+dz?2ouoA2GDf? z9U76r98&W8OgoJV_Ce35rr%IF@VKibjibJerNfk0;jX6-4r)_7(<um2Ksq*~ppyCl zoHekV`;znY!LPJ&qd`=FBv0vs1LW%01JA;dkI6%n7v6XMv}w;eh8*tT?Kg^FQ|<(H z!uJ5fYA?J@VFAy@X#PBU6VsJlKt`M*DBbrc8mq+qk&wfxq;*bN4}uLJZ#Vf@v`MiZ zklW2}5nh9^@_Z*uFk1xWu+~LNBEW+%vXNYnNO+MXgfvlJK&!FisPOnrU~%IChq1v~ zx|Ayq^`nZW#?Mgv8we$|&s%b1aHBqmi1J(|gyl&0|3P?EF=J5-t3HilzI9{{76*x6 zKTVyaolaiaQfY&n%~GD5Pre=?SyxNb!}usy_@<yV+ah28#!oN{sH|+lH1HVu4R%J% zg!RTQ_=25o=w_Wjt+Sj~N)rDjW|z?nquiM&cO{I+QO=!f*|iJT8gmx<{kLFu<1Bw0 zAl=VHESnbFr#Sq+wvD|gdn;`i%!Lpn%BQ|Ch@zTg*?+Tko|QZJIOIT)My(9TB-mjr zm1SwF2S`&TpDryX9#P`UP%bU|hwRsvKtDhT+>zBJ1RbB^Yju~&e}L^~@^yQUlTv1@ zBA9`54bp31Vp;A`Vs+FFo;0-R!Oux1PR36uu}UPq&<xxl4(!6&r}UW;ygg;Uk7j?E zbav5Xk!BlAd(Ye$8J3W-tTIwY%9LE1?uKlIjg^sFRz^}`zTI279&YZRAX{%bNv2JS z{~i%Yhl;`362EfCp7+o`Rxa=95^v|8(|E&m98A}r-soD(7MHu$8qUB`B>R(Gd?_QH z-I&v|IKQB|xp^Xe=(awPG&MqF<&%bKZr+(s-#&t279BQ>_IM%5!-)So5yF^4AhqV( zL(&Wq!D<g=Km9X4w<j+pdy8lL1*^HWT%}yxc7~?S6A0Ep=5TNs--@($z3dtIhrug1 z`V|kM@4}twlmM)Tr)1W;{Gk^q3G=dc^*d!%Q$WiId*~UYAz@`{zIG>jXrC3Eh!|EY z7vSS$K1aFuPf!CESr0vX5x~160L22pe2&WF2S?JMN02hMS{W-)vY$P42(hb(MT7jG z0Kgu46=5+oFX{|(T_hbv62&x8SSw;YiXi4Zi37hwjAfQJW6M;XSo$borC~ii8Pgl{ z23`)Za5%9Q4#YA!CT!o<zY|=cj%Ar>YBo>+6HO(c(p3ZS!CvGTNzSBX%-rEqrFFu3 z0Co?<?3bD`fsn<-a`2Lp>&&;<_o%rvUkg%%s5cxToQ5N<Bay_aVYD8w(8^-=6rlb9 zoUX?}UWelC0uK~T4Nj*bQPBuGghm`55oDks)Mz;Qe+?~Ie>>rh48y<;K;Ii;b9{a3 ztU9BFw-Hxj#G4%AwBo~BI7~y{qtquD^1>whtP>}mT4}6p>h;5OwHsqC9ZqIF)>vD) z9`m%V7;6i79wo0|ml|-tf?lQpw*fhjoj*v*f!0om%5|)ayzKeCsC3kNR>)f$KpTZ# z(oS2Gu8>(A12ijc0u{}-(1z)|n~*@Jn~B)-r;p}a=23i*SyMmcD|z_=^+VW1hTN%f z(vZ(5bO4ecS%Xg)sAi!w$^tEC9))hiq5*bPOw_*ztWpE_|GlaQ{!Z2H$A+rj`9D={ z=EZ=LI3$p&*UY0PvmQ`%vRUl96ePQckb_@ts@ZwX1kkaveV8H>K#_cc^bsVyzH^9H z=5C@AQ7jit-+@eej-XrjZy-qM+$X4WAH<%?*C+=za1i?FCX6GUl`D33`!UI0WNdYV zc!d@**%TtCdBS*zs2`zLnixwFCz2Rj*LOTbOR4gXhi*l@yt6VwDin(KJ|WcL2{ELQ z01xS2_@d%yBd;a^VFhp+mFvhrvzs^vVRPd;PL|GLdruy6@N~4G9q0j96kkkAf_QJX z2+%UYGU1xVL=^aR|05&-o+3oyB@x=T#j51j9Ez_8cDG*jM$lQ1uh>l_<s=Y-(QuMC z#D7cT17F~WiJVIuFbOAN`CJKp4|{u2(@vz*nS5HG@NK9_)FVe-{DU_DLtmnD<S<cQ zrhN>uohmV!0kO(LP#4N@EEUEoXInA56`O0t{sKJlZJrhT*oyhB*gICN!iv3O#j32> zek-=3jJlF4`2{6_TwNHotTB0O1lr;fG+}riY+8d}9p6U4L%mdI_0qplMx>#0CAM`P z^3JT|XEDzY`-GsY?(L>fDo!{8YcSNAFr^I_G8MT({BkOn2e5fU5+J&7BR1$EhzL7* z)C!{q|C&MXejRWO7HlQ95-6}@;>JkpheGE@o~8F5C;HEPEAq66kR&1Ugosejns4c4 z1cAIHP<u##)CqbS0ZM9)UPeHYIIvl`n`Ckiec4TN)R|5hAHL0xg*icqyp|~MNy(fN zqfyinU<?y975;A|@JEh<CyFUMACGCE1t2ixb`cll39%<)T5`RI68VRSW55-a@n3)~ z(6#qOnrk3<R)J+G0Ia%aNKsY|arX&OIK|y_FXrwsRu+^rnYjC7ieALsWL(PRKSVlN zQ!M2S8y4n?u0%EGkG+hN>*Ykbt&Ao)n-mt{*6AhKP?jY%94~Hblx12JK-Y@>_8|Ya z@ic!yo#WtT9ZhQv^f%X^?+AQJXI8yOn(O;J0_UZLC<zA`*1OI14muNBlL+(&Q4U>I zvK2;A{g4N$!BrACM+=}HS^&Y8>{gx+49pBTn;Or7&0)~d?^^%W(6Xq8yvIX)Ll=!e z*wS={pMFrA$mhcL+bNOhSZs5^_4yh!1ui~0e3JMy1D}!~Vl@W`hY4^|f7+$QzK1ln zMAo|oja+PzpfJ7bbNw(p+ns=bCHrT>9ey@n*N$Ez=Xur1SBo$?&gYQTNOpk^Xaw}_ zR6l~)D4|tHof2!J(sAHyexk~T(_~BXi~4W&UBF?rtyAjg)El2yL=?b=>p-$vKkPxR zwAFGyjIrd9F_|1PCa^X*UbAC3yDeO=Q^&Sbr?DL#6@K`&wKcp2YIo*AFcyszm!j5| zYPnfXPJl+OgQ-YV_ZoaNtm<&qO3g~q3GRleK3%mOhj1-}V-2>KW!mcyelxy;ubQEC z)hx0P>gL3T&+t(6O=xD+&fle0>-{z*HrGlxLJ6P<q;CgoO!zPvAGTkhMTinxh;U>* z6xe^eG3%&($pfjV<2y?PZeXVz>$Lmt-X}S6iyKo8lmZ5udmZUzmo0=mihCbW!DW$U zC?|3ujnvSR;S!V~*Z7@Q8ITD0$oqlgyp1Ix{w_Jpf9A7yMC~ukowZPk+<`)h4#N-~ zx`B|O;c=|D*FvM(Dgs8t-bfH|@N`=*_|`ds>J=6Y_VcmpvIB$y(5+twa-`bh^4O%v zER<BoOVDTNkK}dHb14s(lfL)WLj8iNPK#m*4oR8&6_tmROqT-baL~NI*35epx(gFl zEFkTCC8p;@do>S{8j64{(^7QTCPawj{E9(rUYit}h7g@Mp(B+rD%YhBM7<1yhjko^ zmY)OsH;9v_@%1SW(nOfOU-XAWxkK-FG;FHl#i#~n`^z0+U;l=xeZq~Ye?uDUw0FXS zq=3~1_=XRtBH%J1u?Slf4StbYpGsA)ZM%?$#y!g4gc&=$hmLyDlC={t181roA^xKH zK*znnonf-!iY8+`hF#XfJ0bma#_17&frO%jJp_&EKzcMEXZ^8tMkn$yLF%Dl`Yw>4 z?>r1>nzNv;ej>%FDeTauQzHP|`F8+mk%?fR2YJXB3A>$Dv}_6O>pJI`4$z|xdtn_L z6oykV;-p@u!#CLQh0w8~eVm}^@jpS;!SMOKAImQEat9glJ8{GzLpNtNa1>+tdtj3z zb%M&K;`9!1SUAt#w!K80p86b@7Gy)H)|OV~D-R!J2Zb++b^AohUj#H{RrBnJmFE|_ zYeUNO-_7tI$E`+ke!O?%WY*}!{;KbMLl#>m+u!kBXc%*o-a5<oRs$C7Vr4W`*0BFc zbTH!TgX9T+m)+nHDM<Ge4LiB?!^vgXqXphBm|+l51X2iZ9#GSA<X8&4uA($}h|`y# z_#%UpKISiM<J0<%>Rq<flx4JEjBty=O$T(8%H};T_HRVfM;(yDF3~7Y8Y>4TZF7J( zuYC{P;2|#eZ$@ns1XCPM;#jMHR0+Iqo+R;gfNhVIEl0M?$&$E-bVmD-o(%ETU_qK5 zT9z0VTCrP2XVN;7y<A&bs^+qj-#X>g+nn}yeXlfp_N`W@{h;sg2D!9UbKq>XwL38e zq{ncRI$BE>X#GOE<|NlX;M7fa82thi>H7$<C992UY>PRKC9C24uAi5c_&!R{iJ)Q_ zaOio=e%|+XW8t@sIN8<}`Wl?tU}fU-6#9IV{SQFMcVf#QS^WTZz_zX_`#$!*w5-m` zH6-xKm1R4J;@c^{qzuMH>wApi^UHoT6pvH<>axU8{6UIOE&IVx{2_|xmi>_8nJB*n zadYDu>~fw68(Y`FEdh<JF;Bq$88#|cV+35jYG@n+f9xp%x%bSYho2r5c%)1R#ML=O z>`-aY0k5DhzSZlrYqH+z^mR0xLDTKk@=9OZhIIN2I@h<G#Z(4=_Y3r6d(;yN5;Ii7 zzMS$`IEhhDzmUCcv6{!)qiNxyHgyL6Wc;luYSSwC25>;?I4VwyW0G+f1n&T$xSJly z)#j!Z>;$g|Bg4t3LuMJtJ6XHV6?LA@Gt{CgEVf(T88SN!jZ-e9VBAUm#{oibH$9RQ z4p5tS(<3?N0JVBIJyKhjK|TR(Falj++}F_91<p7LvX%zAv`h>H2Y(B<CAczRh0p;- z2^jJ*ydbM%&^Y*WTySWU*=^vW-x-TmBOUgm+twJ>M>`j-*@0px<!XzYa7>Zq2!_fd z?y<jITK!(*Bv$<%F;?9Qqhc%^Jl{*6;#*-Oz<~v8vy{_{j!KzkZdy}oF6{~@CxNm! zOG{omIQ}Z}JN`gjAiiCU7`6b1u*!hrtg&c~x0Q438dwrX9I+U57-4}u%Px+t5K;K{ ztf$Vs7db7JPyS10-V<Gz?!#&1n$*@WNa#IMHWAFJJlw|GNcy)oc2OLQ7r@g>@N3(^ z%P&G^^+@ezF-7<mvVlOWC{*E53eo0nJ!~-}NHb}BiSTl}Qs3;dYlY13F7u@SXp)*& zHl1F%Wi#lNStj`(qocRwV(L!!5JV2F!csx(&57+{Ow!C!VXq`GthHD%9d4y@@W3}d z^h>zQ!m|l?sHj(CaaV|o+_Jn!u--yr&%?AH<Sz2{0FJiGO5F42*_2t?l7UUDzli1U zkRddkcYk7<Fo)4;SyYJ9^NIVPKtInbQ*DbvJcb>VFkK)fvVRhFEUM$v!Pjt!3mawm z$cOr0u}Y{--h>0H$iPmPH_a~#tJg+twfrpT3RoIRmxOAAyzy!<5uD&a$ss{`>32d< zFhttVlHvaaQ((lOBmugVkdySwv9Nm*6o6ntcZQ)%Aof&0-zuOeDA7Fov^5QaM?$T) zHDqM6KVt{HldRJaBw5WOT@a8R#&`%%)BG8l3pXwW2L5XXF21XzDf>J#6V3{9OGa}V ze3hInQ<dl1;d1{HO>%(rcr%lZo5J{5?QF>~1I}h!B`QF5u~Rs2ipwChpEX_Z;6|?t zS=vuglB44$6TCJcp=C;}8)#79sg8MBT1I8^?2_b%;sY6R>Fg;G#63WSpv$!3ShV*@ zGOco9)BF|cdBXNG>;YmXNOw+PuhiC5G6Ta+Pcp~b3eTUw0Nvgf7&z7qU(Rtii^|hh z+=K=l(Y~OzfCbd00!JAr+&V8yU4-lV%5dg32;iCgT~aG(WKK&4nrAi6#7b?brO6!r zd<w)~X=dWnQfFm%2x<}8Gdt2Gq8Mdxb?1_<gavOoinHq;$+QjKjd8|_)mo^obP5^Y z!QJqhHLdkP1acOtZJx3YPBGSMU^g+nQ9KKs3(IpR+6ET{92kdJ1Kj@mgSEAZ#&diO zCVjNecF0+VS{H1%1?~e_YHhfQ^|yVTmT)L=+`m4^3*Q1*PZ-`7SERDr2kSyqz!BJy ztOBa`(3M_Bu?tTuS;?(4HABVRdiQ!DrUQS7%(KuSb>36tj-g!*n>Ku>RA*;8K@h7Y zXIh3Wy??VdCYrWv4}HK5RiXqes^Z%LMDA8rR&n*l%Sd9KYfGo8xqkmz7~juZuRpWm zXHXlQLW(+TkM;Y5b-30gaL#-SE+?SMHSnB!6a5C_AU3@g%m04N%g+IdY#Zd^Il#kc zJNa;7VgM`BFHjt7Pp*J_y$X}Q_Mn;fG$r-;&ML76&=B|Mj3IB23-stM>hK3q7yl4) z3c&~3PMC6^L=NGYg!)2t{NIa&T&F&eW9ZP*o&*eo19&q+r=wu++=r}t$W0CCrI8Bt z?;&^5lp@9Mtk@yd@97tUQ(O1al8^lV4HFH{2Y0GD@pd(<@8}+KbV#noom6OT-m8SZ zHsICz&Ah`1dwVQ1AiWQXI3})uYbChAId7oH+XLUP%mcTf<YadItcL5yaH&*wk0Cs- z``$8&se+ZOhFU>l2|s9s?}qu+GD(o?7bga`z(b7AVKfwQ9bd&7(*ohyh+`4}Ub+Og zv~|&8Yi1q(z`|cSP+@cEU4GcPtrj1);c|rZ&7h1mZVgY->F%t)Hmt1SgWY1&+h`wk ziIt#zPP^Pv%D*f1Vm5JwRO$jLT-;(^AH~_i0pz?cc3Lg`8R!Yedb}i4O-sI(SZGo$ zMQ!bgg@ePPuZBYdsgTgG=p#sh=EN=;YjpX}YHr_!jV{m#ESP4%jjCI$Fh$&sGdARG zV{Y3xncoc?+o-#V&cN^r^5AYFTt<{n8}c7wSq7U?=`yzxe;l~sE+qF0w9H+L-P`LS zyb5Z{uB#34r~ixcI=Kr)c1o~<NIV@uCN}MdZsZYch+NnCE^M03|AgwIGlp+Qy3eW| z8}&E?3<Oh~_1)h_xEb>lY7N}$NT3DGrK4abA)Kgo*3{O8qP9e}yQbEtcfuZK=8>=> zqZ=+=N_-_{sg~iAwcoHMUl`H~|DeR_&;rTZH|c#rd1w{h)U0FwDVo)N8{&f2<jFM3 zHE9d99Y{7JEU-Bd;r{(O;X6exbR(Wpmr6~vfB)B46j7lve*tySO&_m@aInFh-Kxz( zC%X`Kk~1YciI9wU4{PsRgY?6!gWmRI$wdgSKnh*!2AE^r$4(vl<k-pVBigyXv#bYD zxNZ<%Tzwzek2U1_0JlkQP<(*hn6;z`A134OMeiwuWQ3f3@8YoIyApeuoxt5}sAnav zQq(VPf>4QDbFm0TU4)q%80Ig<ZH+aNXYL(7mtnb79KtP?@*3k(^cS7fn1kgPpl5q0 zvGq>4cVPW_N8w!k%Rwl;KX1G`F?VBP#ecb2HVzT!58yi4SA`b?HokcpJnUbfZl{PF zk>oRLejvmQH=%*0+DR7r7CLCtbRWUtdQMc0GX~zneB53WmY7JsxgPxBf|Zod2bsaC z^#TUXFw*vsD8s3eZn3<={BD8y-F)-Avv^(#5HmvD4qVGVp>f@NoD6p6G0b_;>7TGK zSQ~alR?VS_5WXJ4chmd`;}eKP*Ud!gqJH>H{<sD=5YvY2Qrsmh-(G`xqMJV}n8#Uv zP^OD2chX#X%4<OGp3_jDvaeY9xz2!>=^E&IvG)+-cV%M^_&01SS0H0MKv$grs5Or# ze{;CeD&O0U=GE4*vNezey^K^nxg<}=whvsAzk~U#Wx3i9o(+e0lk$hTOUuO;4{qj4 zl2>04XBKhf3p<6i#H3_&!u-@$Y5C=joC$cF{3W!jqt2D3>B5^fj~M$Vm|SQkqX41q z2T%b2<P|Js=I{^2YZYANlkj<;Okn&Cqz!pI)0U$v@(dBi@hSwcUPkG;WY(QbXmr1d z-iF=-DsbbnLw|(3pGQ*4ZCHu_2obUD6l7>Y3>2D36oLt^mS3MHXxT;nz5fClr6_(g z&5ZNmC;~14*6HL!T?_*!%vVHtjCz-|@_{NWfYVq9UHf&K-&hC=^N&yg7CXr8M9E-I zy78zABU=W%n&G@W?8Qu0LFxuGkGjMv)ARK*Kbna$O|6T+L`^#69$NTe%8totm!w@g zstZths1|A@RqXFjEbE6;4?L#pWi+}9BOlnJ@if*Y@t06S%G-H%h(Gyfd?E*y<6uV~ z#6AVi5o+s34s={NLIlf5uA;m&lJFu6NR3z>mHe*2<gXEcH*zS&2y;W+XH}$5LvL(+ zEyRl`&i{bYhx(h}je^_xt4QkJf*wZx3H$(JBgou`7*3bKRsOip$CwXe2J3re<E&_x z_xLh$I(Ka-;0C~i<E~XSAB#9>h>?FG+|6B3U|-OciP^-Shp#}#vXgWHA5YNa6U!+q zq};yuH@J$<g1PN~sO5)$A+&~=N)4?sb0QFx-Rto9))BY;aB?gTO%(;5xJVOItA;GS z6_+75B!}0e7^caSdZCNP>N+-9bU!#^pzU+qcXRI%2RJ6N!&X5ogfS!cW}_M>(lIwZ zfe*Ebf@|4$_;a(+fU&e6F5DR2dJoz(we3sCE&7)WHrk^L?qs(*e7DNlO|*U1q<`tz zFp0f<BAHm6=IA>yeZ{_t!7Obi5STtGS&+D;Yxv9K`^c{aAF<4kr-vQzf@8HZTke1_ zmA(3$ai@cpRCwMl!x0N;(N4*zTI>7u4{b*MIVBEz6z)~*XZ8JU7aY+A;K^H8`rhA| z#@@HXm?m-|yYDTeyybfrCsN?||6PagyRzmxAaK6m*)Wm4a^kbTx2CJWcd^}}O(&$T zO<t0?wM(QwYhg>D1is$|nkYqPH#_KxLQx{SSvHo)AToTevB1O*7qscSN~{T$U_eed zkFhYIW!is2{v~+Ic>0#e+UgdNtGQYkY->h<h<IsJqawiv@MS^P6G`BcHA#d8bu0E& zWaTHX5I`=Fbre+Cf%tEzVJALG#01`1n3W9}8Ain%xbF9uuqvL#_uX5>?AtOhv79Yn zC|3L;L^vY(C8_NL#a`w7Z<;&Q)?kGqzKblWva^D+h~g})^-+JanYz>}7pa3)<rYAd ztLgr7Nz2k#I|fCHz8M}K_mJYi@c5QU!YDbSM^*y~SgDB32}iIw%Oid-I-FQM_DoHp z%8f0ZPqEmb2{}&T3s7G=!ESWu-<I7%I`*j4B3P9u-6*5>3H#&j%?M%nM&-lef!)5j zxF+{ot!{W}P%Xn+lGGUvThXOjoAq?c<+5_^5yIE&whQ>kp@q=!7ai>|DzP=9c19f$ z$s>&8F1nuZB+A21Ac`DkZgdS-L#<8zL|-DCxMORp!%Qc{SfvY7W`--&hwRbd0Jad8 zc=lZv7M)4Ey|o<on4M?s_qGZtj?Ez{2LA{8?=<|f;dkJ~>n+;3sDoV)i>|hh75n`- zH-jEcA%g)`CS%Vo^jhM_(t0R?r8p(9shquB^hR5^6FWQ$^{ReTZ$6`7g^<`efS2LI z`*Ubd|3D8#gO1K7jsQi{X>oV6_6pY4m`A6R=Sku=CoWqz7RrfR5Ri?94t>qPR0wyK z7ypI$rKPgG<?vuztQB3=yrdk*yEZ!ni$Nqm={r6>C^KCCKePnH(pwNhEInLUcsSYH zMK#c96Wcyf*vntjXy@2%131BRv+s+<meK(>&8T)^0jzv~DG<Z29w_ku0@xTitNg%+ z5L8dwc?Wc0zkYtf#*FBKFqz|5Iee>Rt=!UY=RF%PA!+PSEVc;+x04jyWuz`9C8z0a zP;et3AKyt09HrxKlTn%hWp|r{ZIg}rF;RCFy>6=>AcKtZ{igs;$2D+d$8_A5SbQzE zWQCGl#p=%`3N9G+E+|OKU+*%)vT>_}G|H_qp1!cG)wL|ngccc3S|rn<o1P5?O^xG8 zi@Y&PKTJwg?5tpKBt7DrD{<S`lt)Y;jpQLYcM03pK%(M0T<2^ow&BiPq`>lI+%#ZR zT-V<{52V9tuLLh8L3{Ji<yXM}V2RDRbs(|AJHRwo+n{3!Mh_(DgQ7_*d*Pd+#G9ze z+5mkX`T*kiZW|s@25CTf9m9s2F+}g&kpX3i7*NEQzalmU6wrH<P_~<7luG(mgH3k8 zu<#kKu=-rW`31Y5NJ(zbpzp1C%BhhJWX%{-&KV9J2!X6ZIloR*nx+$<lX5N<WPP2; zif?Fq*Qk&8I}$0fE*VAEfXlEO75M|0>5gV__imv8s%5AodpfBay=|iYK@SFKaA)n! z`gu>Nt}$DG-8}J`UfpjdbHH}`%ci&Y#3wXN=Lo&`4(0{54(6M=w14Jc_S@PRz1<CO z58ufK?mMY%V^gT$zXS6QVBXP|C$S{L-FYK9dyw<mRL-o6zP;1XgB*GM3HZRUlc*=P z-<6d{Gt?Vl;|{Z1U51U7yYv!M{gW|8AX)BWE~p&+OU!%N4#9YA%g&0K)r9jKI4BOA zDYN*os)CgcwIvtV!Lomhf%vd$BtIr?^VgEUcxQ#zocTJu@~whVXw<U`dh^Jl_z~#M z>T~Rl^A0wq2=ksVQv3&T--<cSN^FnE$Xv{BarkbLwH1&hAwi9ou{TJ-2NGLKz>P-z znVBn^D-8S%Dw>y7pTWRCJv%uY(qn<`5JRE`J$=%kf*e{lfB-uER!3^0(2sg#_74u@ zeg`UK|3HdCiDBCf3TcQlZ;=fE)DVDCBd73MX>n%uU>mry8C=>pv#Bv#(y|5XL25qF z^05&n9mv|!TtSltfaHuYXx0NX=SsY2p}M3?Oo~o?mUROZ8H~u;#u#JqSQ2{ZLaoPs zjN}?g*Fmh$vE0P{He)`F%a{13&^QZnW3DA83tFarDJ79wHRQxiju9p&yOE5s7iX5S zPAT9u2VnQ0f2q4R-q|na&DrhAn{dUUuHF#hhY!*=#Yui>7P*An_97irPU5O2oo*Uy zOh-vz=E?#LyJLd<zBXDrY%Rb6BQbbjLFbGdr3IZAHR<>@1MDHwJ>lqR{3b&uuKRc$ zRa&(RM0m(TfwmKzbj_mbq{47k@OqTc9^%<gP!){>A+hT{dTmTLg5;Yh9^SeHWDVf^ zPG5p0ObJX>BS$}QtpRL@Mtm;(zl^;l;yDM;Qq3i-!QHSe;4YHOc?FQc!u3kLQijC| zsD%F~sDR}K4dDj>ip4gzraN(+OJc5dkxPd4`v&&TmSu%$r;c7Q_Rd1_&ATqgv*|(_ z?NHdXIT(ccj?t#VW&9LM1V(fCO9+gvYLQh{cRA|8<q{rsEL{q0S&;6=DPwd4Eo9!r zW)iLHV!I&tETgv~)6t~Fb|S(Vncn^DVBD;7C*lRb0QSuw%P{9=8VL`gW?mO&LX>$m z-~lI6RXK*E5J9AvdGFyn+a;(a3c&7Xd>(S*x&q~)n?QFXUV&&!oZ5%W|Ki_-47X%6 z(Q0oier1I=N8(f&F4phVH{(93yq4hH=B4MFtN%i`>qOJ&mZjva%7L~Zf16w=u@t|N zC8*A#SM1f;Df0UcD-S(|f&m-%BOMFxd0<LRMB$-j-MCk73Ph5VvHN8KVQD`KCgGqF zGZ>7f<DRA(*bWm^Pz|n5Bf6w=TUJEN0bvC)z;Q^lHVAw7xgd*ES279YvmA$ra903~ ziK<zG7|GsNx|axK#EH3-9eMb!@2B=lxPuWaG+ZWd7*%LT;9Sl{1s{d2O5aaK*_0h` zAY#U;d{dMw?7Z{fzcMdPo31?X^&VNP4}#Qf<>k6SCe7GO?X$W$1$etD()gv9Vi~;F zCn%}JBUFzlG%bavdIc_e2^!)%?=Kt;>=SrU%PeegG`3XKr#yK6E3D-&$9I<7GTy?n z`3_|+%QY&LlI~o5@E#!+04sw(UjlbAOA19tfaBt{6O-buYH*haS#ZIU;3SqHLg-Hs zuSrFMHxltGM10k*4W;Z6`f7@<Y8kh%>B}+rAq7FL4k^cPF$PXBT7m8RsSpzmmpDjw z(ki70#|jhi*+>t9d8k}VN=CZ*CV?+O*aWS7?aGcDMH*FIBw7N4g!15Gl-=#Y7fUc8 z@=E*|8dge8sz&-qlL!y}Da!v>O{!#%h_6;(D$kEwxNxnGW=+sVv(lnD%hwwDe!ni- zoR)g6HC%rGcEK}))V{s{`}Tc<hF(E|k@npw(g=@H?OQ<Y^W%$X&=vwo{8d9pPOHwF z=1S_Gc~)D{2-{wQw7)Kzg4=|s4fYP3kQeKT7T7zi7Ca5L*YJ|JHx!C2&B3B3(F6Ns zO(H?%7PX1HD1)pGw?xy?yOiLb#1H<&ew-3A(VeWls3Vw&6;tNFCBUlFzLx-f?{9l0 z>9qC<EY3&D3QMr9)>{HC`gjazkX!(kNl;e$`2}+?sVj5N5W~RbMG#Yeilh*{Kq7N- z`TBlJleBgEegUIi6-{4RDkK!Ye(|3$(WdsYeuJPfC%GUcy$8s6o4ht97ee3rVQ>{3 z*i>?fSUVT;29du2q~QO6pzaa7^iC!aDH2SyYB^>J-q%+0le@$TI#;BJhU*x>X_1dz zx5<3Im6y*H#lbF0#fZf#2J+6~4Y=t%4*)nya{)$p3vFvi*Ad5XiK~d{2YC_&;{G)_ z^N738ShjLt@wE>91DpC%ke8C8!RXHHy%lqCamNHAt94P%)%{coTzgL^C-6sytKd%{ zXq3?0V#s7l7}AWv0d&MKAn8;p*_K`XXxr1skZRj_e%o+C)TVz&PM8<lhud@szj_!z z7#R6;&svQ+YBgrw#f?$Wm|W4Ajv!w*lNy7K-^|{M3^e9i8mYTxAQ8Kvr@Ls()v{CE zhE~~Oc`mI#txn>vp$=Ak8g~#pgOEkaztzB*z)dvpU#TW*zC*i%^otfUrgsg<oidAx zdCQmoC2)sbB}zs~Y#m<0mwXN8Eei%e7lYqNAQKEO>xN5v5AXO1A$2ZMX_kg%wV(<c z%bUh1&$)Ul#!PYGZUX$=5<0QyizTeXI(=)M+#R+c(40lwc(fEUf{q;CM01l*0;X;B z<2AIM>7t+Gz<}TVG4u+y55@fqQ~6UsY}D@M)fS$(ouQTV5b`>jrzVexEzt|w)aI#N zy*R^HVsFpgJqzGszw-<~`_IG)*zc4z>|D6(fMAI483X=4<m#rM&C+qtIIY4vG^Isp zmi>!x@xnA5Z%tk@9F=du4^mXSwa*9zdvm_ucS4CD1|OA7qubHlHmx|ZnXXEN7wgnS z;0*lz@p~IMQ+O2fS>f%E3)S)CGy@y{NI!rx@H7_Z?IdD!#rd6>sbX_x<Bf?e8G}Zn z8)Zzl%5aM^c8n^+U8=cJ1|0a`D5}QgJ(w3XPfI$QS7ewa_5E}h;2a$Whz6I5-@E~V zYC(}vJF@TnT5!i`VC)C2VTX%e*UzVIsZMN8p^$2Zg+kU}qkv|(aU`Iic^dCQne1@% z%4LR)%AH8wAvk%E%pG0JuqQJ1(IA+Z`HjQ<;oD1okMpr~3NjyTKJtSt?vZ(XZHV^3 zzbKs&qZLp|Z7uocN7j5ord0GEJiB{@l&P{&Mj*+&p*>)DhIFP=QW{8&p4&QuZtn=V zZZ64JWj}sasaHP&)^HcKRrvz$Mw{OVxOWpg+%}ZhFHktf{@9bmBIHp*J5%CknLM~! zDg$THjev(0pF!ntz^E@IzYsSTJS0hu-vSnn7@Eg&KT%>oK*H8?Yd@n8<u}}rs91o@ zwlQbiG@gGSqRkFrPrIN~dKG79l4G&ogo_NrNXqJzh(@qC!Y76F$GK7%=410wAb9zl zwRKIuc7eKRn))GXX2nF4+FA=hxbVHj4r2lCd&N3h-WPCE)#?@aRU{?$46^vD3zQ%H z8v>?Q0LdAhvwJ6fe`RYRwH-s~!y=QFLVp5(V+N``2PuwrW)S-D;7ncuuNm@@yQl^5 zq{4{+04@|hEdqVZ!7$Z_Giqz;*Q^}1waE+%5ds8dJ=VAn`)kNLqK&-#SD1*x6dLXh zi>|>AN)PEo(K~LOaHQYF8ty96%N`FY>%bYTCBzzVI`a7f9wl}PErhQVybREN)Ngz~ zK(XBinxh53W5rw$6x7C7i=e;-u05IF-tOm-duy5A-?ga(-DGv@1pdNwP-OsaOTX{T z6jbRHRG||$U!zJtr~(%S^;t9)hal$sQ0PuX&<juy=;P5f;%@)sr63L*bI?(^Zve#6 z&hW%EREPVNdVqD``;&WTB0EnEpt9s8L!?Ausgc&qqXse1>ztZJw0smo9EP4mYn}Lg zE^>m6i=>XkJzX#^h#3U`@gu{ROkxZINommdM<klsEClhJTLK&6Ad4}9I-dn3aAN6i zc}djNj0pPfW{938?dL(*8_Dqqo2(%r>u`JO2f|PrvQbQc$+@G%oE*SJV!9|q$nP8I z6q4UgyoLO71cdzNgDEnF{N|6yuZQH<CFIvRBER`V^80h@;(6Om`0H-lG<US@9w)kg zO?HFi#CI|0V-sDyH{n=-AGfXLOLmGLuA?eJA(CFygvQ}sD>rRF!-bZb3l^*8N6734 zE>CLSUJ?$0JlMN{egkf}CFo+la0=L)c$<dwMLzW6RAOounA#ac75rWR(2ok{Lj>Q$ zUfysYQH_xMymQ19{rHMwSr7e+IHEIg&za%wfAmLxqx*k|M0C99esJQ&eLrE4S_+%) zUwg>Vbb$Q-w?hbVkqe)I`pk_o&lPVc&k%1HAN&tWck^EH&gY-e`+EMdh<f-R#JiBc zE#9;E8{$2icZxTRE#f_wKQG<|{8!>#!v9UY=kcH7tsnB68~yxYkyOEVh<6o_iT7f@ zMZAMt74JLvI`Lk{*NFEDzCyfL^E<?Q4PPwY5ndtQ>-aqJUeD)>x5{UW_hw!w-dlJ9 z-h{$)P2e(~OR3MrC}<bKW(xNIl2XafoPR2Uq?Gv|Metz?zAb`}Qt(v~B<C*PCW22; z@Hr8Dl7c@M!KW$s1cLgZ+2r{$^edZi5-DaGzI1Uj1N1;6KydCBzXrFM?rK2Fw?xWD z__G8>3XE}-^0h*?;$R@I?@Z;n!79b&OJ9~sxztK=`_fmWQpQ^;`M&hksT7-)Qs7Hp zlS=s<yY|4w<NLqbI~TyH$}92TWF}+?ff*Du$iqP%Vo{9pkPv7SlR!`c1A&CB28d)Z zi6M!TdwH}35(aFNF%?^D)!J5kl|I(mt;I)cOMoVTu0rvFO50#rz3H$TD?+G|`Tx#$ zXOc+->u&r1?|-{HaPr;z-S7Q8-#O<yC$1#y^E>6UW^C%za^;g}z92r4(tvF!fmr5a zJS;8b)P|e0exUHohGYxhZ`mP@AX0KDZ5H&@jzzaO0|%#HqT8=uV2JGLdyRwY6Rw{P zZfILze29pq3yoW+h-X>*`ylx9UblY0a`M9B*I1homJT+iV-t39e{gq<^GEivs4|2< zxIctH(uR%w)Tfph=Ogy9)$eh8aj!dan?uoa!GU_A&X^QuR$}#!sT!$NiInD|WsypK z@cl@oUX5VR2hjPJdRQURhZNc?IBx<t@AcGc6!i)Y>wa}Ch{Aa>SxA)w3SZ@#Yhsy4 zP|l_8>ll<EneUNRq#ZVgWjMl({z6ar_DQIo@-6HxUvi|;htcSVlw|m9^sjX{^f0q2 zDud=;4IP%?MDR>Zfjds`wlS(vm=`-E#+XE-j-OE!V~k5Uu8(XsT{F^SjbV5Wo>62o zT<|wAW1Dc?K<tD|0o#V}I@IRh6|?8`ZdN2sPil;%uSn)yI*3R|Pw$Qu|3_B^_#o-O zgl~(a{~OYO-rpP>td9tk(*OB#{DS-|bmL}j7PX|FWyW+mHw#8tcSev`A9oJxVHI)r zIzJC}fBtuzsb`lhHyq2B7q(vsO*?GTbSPF)F~!QACEpi5d@MBfo5$}?)3ya#pOeb^ z+wDFs;M#2aFzVB}Ee+c~O(*3$?mBTD{FwqQ1;$A8#-k^weojo|>{!yRpA+kEvH4q7 z>MwSu&baIjt3t*2TVnmKu~LS|yF+cW!eGx;N{A6zzSehtC5^Ypb04q^cm{Y9*a18Q z+y?|QzjnMK^RDB#Ca#Hl0`~-N2W|)MN!*jTow%L2@I~+HYO)IpN3(U<I>XHo2uY>8 z0LRzUv=IOkf7x;r-b;<6pRL-5ePmunw+PJ<3EQM!11~D2E8GcVdpcp@Cm%l6MZUG) zAeYeTH)!c(9!V?GCugianJ9g-g|ZMr0&lyA=VyR6pmDZs%%S=@HvfC7_1;&l_b*XN zOWDF<div_USpWN~7wV%zZi@;>4X9zb&)&27-<O_sZq8$>M#UiQDHLcXkO|BK76Uf} z#lTvCwjM!SkHAgBO~M_5i$(9Rxo{B{{aPX}0;*qg;5u;axG3t6?i;I(wvpa_zz*P- zl6ItTX4`0isJ>9|)HbRgs2gD{zg~S8nQXY9Z@mqK)Iy6ygSF6p0HGslrCqpCm`1G2 z;9Z;(^RWclWeyq46nhzTuGJW9#yt`t)dX4tuLo}cfojU>0>2U&dF`0O*a&!`g`0xV z_4k;kA7(QOzN}0Egl%J6RIw(gU$yQ}!0lkN%H_SXAtlK|yb2Nn4zyTm#DsuFp&Ma7 zD86p=D&kt?qCiXFwf2KdgFYlWA0Z&oE$t3yk?7jCs|_Kz@3TpCaH_7c61cce0^hR| zfE^y#9lXh7R=MOj)kDYw_3Jrdm_JacpQ{0d!b{qMmzevB9VT=h;!((XN0kPz2uUxI znxI8Eu%ykLM9zxn_0N)pg_>Bl_LQ`Z`7HfVfMfuoFEsK%|J+1JYkHCh$OH%TVsA<x z!Y90B#YVEnUxec3m?&x#7b;>A&K4fHf7Uk66I`ltZsj&7R0VDxhlW0=Fkw-#@dXy@ zu!@b7A95+hI%W^S*JI9mhC12D9vA;dB$?1_9`icO^Puv)C+vBd<@uEIyf5rI5YK`~ z9^#E!3@LfgO5S6Bgp7W{BM;)gUH*W%EJztC!Sp#EGnYuAsq%&%{n?U&=mI&VUx|R@ z1a*oS)|At^uneK~6R^KLq1Q>g-zjw58~y8YXd<^3OxZ5wBHd(<X_F)fGETGtb@4D_ zyOfWQ7kbQhq$K!pJm^y2(JRJB^QEvq#}_%lsPh8><X$d#N%$%f9VFK`UfM7U+R{d} zGuVtF+cVu9-X<ugVW4^$Za(q7-VD)cyj#3iOI+9^v*J}e;Vc&lXZa5i&a#eYG-tW% zyOEf|+=!~-=?Key^f>iksOFkOUX!ORB!u+=f$A>*d;LXqo()}ik#PvqOcQxo7xa^` z@U5Mxjg)?i`Azae-;PKbp!Cpg?s<&Vxbtd;>g7S<K6NK1urK!<Y){2)122uq;|6Df zc^Ecxf%(I|FtKRWvWv_g^H^X7f$C&&#>8Gt!{6CPg@Gm!dqdbrnApUK0RyqD<OR~Y z%HRTuNg>O0h8WWLVO``+2=Y<3G|DjLB=$9ia`_xPL_ArhHO^tYf=jil8$%&$eMWkI zi4vc`?|vp2)R?@>G_6q1mZ(4el)V47>MBBZ*W`WXWm}cJzboLGuqfaeyGU%~LYr}X zO59&AF>v!?iHD2!50OdOri9fKdp%8<tGBF05Nd+lU65M~A$^8_!`Le^bD64-y>iV} z+*$}E{;UCe_Hu1u!_T<4aItl7A@gSrbFQo>^01tT;L}p<V$19Vr)uiLU8~{%Oe`?G z^>!%(riK?L1{NizEOZ!g>MFyY+=aimhXD~B5Pl#LWVaj*8TN+T5|=FWEG;N3xQQDI zp@R`>{}80hh1PPy9JfV?0WL60S@XFHgl;qAN^|vty=6Q;f{xDws;%i1O)wTw7-IVo z7Oj+;A$lT+eC&q({2jXq%NZwf8%HrWFxKvW_Qw=GX5+;|faYRmnZsj>B|O3~3NX%n z_ddS!0S!0TV{e-=9M^d1oM3D1$5$Es{5eUnLBt*=8a6zktU`~x^G5O%`pcH<)x%il zT`4@k75PH#$H`DPvxY#6hn&+GKXV<{<CiKghj@+V8_N|Jx&56k<3fTPgH$N{%%z5X zj%4vuDUPg%DAqg;`E}<D&ZiUSpK7-24(G34@V6%ihjWRG{Pb%YU#M*_sy#Cd|Ft%M zyW8KqKQ(7a^)L$U;AW@qa>Jf_V9jV=?aCN2TCS58VA02|^dqCPIZ-x?;7#1{bN-}o zi0uuSK2r4nwDHiU9o!Ay5o65qx5euH>!5ZZySBDJwVVjmf6aLFMYs^BvXWw2H3q!~ z(;%lS6m;T)pvO`cGg}L5FC9yR#x_hBf8BPvu&Y-G!c+(*MZzTa`h*7T?%V$yJG&R< zlsGYzZp4?Y8_s}3d(e-V;|z>mx-JBb`a7IgHZbhZcV4;YyWqYN+&KEYvg11nH-1#U zgCkE6_Zj?-0}fug&mf<5UXj$nXS>6m`@EvcaNhGuIE?^Ftplon5?}?e6z~Aq066a7 z;k+W51wvBk9|O+-FN#kDC;q>7UP*pP@>S=Rw(p(yyfTGPa-t#dwoIN&fNenJjB(EM ziiG}r=M|N1B&}|&{<F?2;k1uah7-U^pbM~*Wg;*HxE!Ew{to9A$t(~`<8L;w6et&; zNZ<S|=ap^>TYjGTJnR>t)#{$@V%5uk7VPX)tx)}9i~;_$vBro~X_@fGK`p*c(6Shm z_ccfy4kG%9JhMigIdnL{Oju?TtP=+pgkUA)nQwrAeEPsq(87sB6bdBfn??76cEAp| zFgA55t4gq}O8mn|j^XANy!bhC48jd_s9~TBmfYvWp%H)+$2)KWtZ>$eqk?x<o6jQ@ zFjndlb(Y{tn8SR5BZNr*1)XM~JLz*V$<OjtoflNI^pG;4K<@DCqjos-ON6xiv-?6J zOlF@(WELF<T-v}C_iTHFPzXn(2WbOwO_}<n&=VJMziw2zc9yI3Z?jcxmlwrAV&7qN zs>*}%En;RExS~IXSp9J;Iv|J~YrNURrg*tQC773oWE%2dA{FNFz}RpRg_uvaG0X<4 z)KO#ha9-1rjzt~`h)KCbm8#yvWnIKul`Kc%2BF2HVwY^#;84=0h8L9xUmS)sI5efu zrMsq&67AV?*ESC6u?BQ53x=+at{vtpUy=Tn>%hjPRv@fb>>NZei@|TH*Pe_fyaRH> z+qn}v>wgrKRZayp#0=C6%HTf}vvC}PLL1zZe+v)J`OV#n=)i?}W&PEaUEz{$-9>27 zp&VDLisExmUlyYe57bJ0b^X`NPKqF`ALem;0ng^WuokSF$I*omA&wcc<->L*C)w^$ z#@105(>pikRtXe*PBn`NCWH?v<}230wAUWEut~0FW8dub!7=*+d&g-odQ$iK5(3Qy z_h7xtK6cMla=P5A1>046G*w<cCcFx)i|N%1)tOq!yEKKxMVy%I^Uq`)PYo*;6We2$ zTQD^YA7k^_xG=ZuWYCdY_EFH5TXqWbD|B)ozF|Z^c5}pE?uQK+J}++<j-Xp4a=J}l zakf&I<nr=2+>|;{F2`5r2AUC14SawNdSxguK5Tff1wp(ReX7WYCr5Ogjhy&`?wYGR z=ANe%{=|N?Z*Zu2VNWTB^VlE?Ocdog(hMR#lw^kPwpNPcxZNv7<o5n$;YK>g4Sid) z6wVlH{)&i*#y*M@7L64NAM;8{S4rUpV*{F;2Dw!$>r^WrA`-cQ)8U#<Q56p>`$0fv znZuaInX8j&uMF()eo2pcLnnx>(zYf-IaoN1od1%^SY&iYDsf*+$~R27Y08`qCv9kw zOjU%BzDgnXV4bl>PIk|Hi{z}OM`r1#lo2###z@=|#HAWZB~MB<G^wA6Od~yVv}}Oc zD2cG1tE)pIs)t{SDt=8@1B!q`Y0f6O5)zp5y!5f~&z_^WLMO5-pE#vhuEXgU;kZ+? zY1^Cq8@XtZLJ2!0ade)5xhlUAJ#C?g0Fp6RV~+-Hw1!~2<^&S)*Bs>t)U+%SQ46WK zB&rYRMQY-2Nega9LlI`8$l&K}0|k3jgm<t?8RH)mnrIcY`7Fk7o7>`SaHx-?&M0K8 zpVK~(`KfGoUd_k~D_z%%ni5q-x@~s`2G{LYmD*i>aUc7g{$0pyv;}|H{B9h!nN)WL zUiKfmwE0-SaEG;II_xp|W(#Pq)Xsjc&7=7)dXaWM%_h<<V3pXj6<F3`OYF>lRvOXO z85-I}-KDi;2ThPg+FW5{1GBi~x37s}lTPVLNDgi}h!h;*XoQB5g8>Z+<530+()tZK zFJd{Zq2?7VEIGF<moA=KLMA90Wm|bIFw$B=^=1AVGsajdN=1e4B242Ol~)#u>RYp3 zk*$D3t&n7nnB$*kl5`ZzPCdQxrn<9=cb(gmIV~)raJ6}nWV089VtQEa<f?oQnn#H$ zENN7Yp|Rw&!I`%G5XpMXb<MO8!J}nTM5e9gIM<@}BTe>cB93s}thilfElNyKiX5FB zh20b=d=UdqBPF8|xe|g0#4%;}<MWD!!ZyxWBjq)v<`v|%_;rU;<<V!N5W?)D)6|fm zI1>rNMjB4)Fa%gu-8S<#aM?jA+JXZZks&=UkaMtsY8^M%zQqUB);D>DSY`Fu^Sbnz z9EH?R_5+6qyE$#m!}kwpE@*%Aj0mNMed8m(d-3J$gc?6^mj*7%!t#ONljFiJRIp#u zw`n$PCsp<X=3^16GSAJQWnvLZj6^NKYg0a6o0j8Mxhjo66(0VqS;3!;ReZP=zfG0+ zZCZ=prcG5%ic1_ZAN5FpJfXlwEJ%%Ls5wb7L?DqXT6^wC)dOZe4@^8jO~mPKS}Jge z%S$)FeG9zgKenkM$4vb|zi{FQa#{Xz<|bVzD_M@oO_jA=i-V16J3R3amYHlvCUXAm z2pA^<H5~-_@KFK=b5mb7rk;Mo-|TA0L3_5<636+L<FMgD>?OyU0~523dloHJmcFbU zP~8$~Hm(%6$A0)&fb!Z@qM~U}s(4aSiKMN|60DmM&JR=xyNS9Y5{cTQLKM`#N~?$Q zo0C4SFd!5($($SLEhu>i$`o5mG-d%t7uwW*Kd}{0RewR9?YS|sW`dc}C;Hbv9UcDh ziZCuU5_E%s?J)f;3)E6_$qeH*!BiRx(LTW&J?5NP%1SGDICsWdK2z~QIB`xW$E7>K z;_T?p{nv?5AA`?EQ&$y+s*d;QL_}$vSwe}zd#92F?PyRHRFw)|o?;~GN9$@_QpL50 zmld|RlMRz5f)(wwup+itb$P<(DYKQ(5NRdz6g_+d$jKvuobFKwFjsu#<RJ$b5g=A} z2ewyPm~oF!L}&6W(JUs{f<=p%l1^EfkA8vSDO25e=(%PKt;BMAgB1c|cAC=FHA7mk zhzdaA4qlF?S$RxtT{A4uuXg72S;k;#Vs0c^ZOroFL<_1I`ZEqoOEEP1v17*sPa+n4 zM7G<zX_B&d^IcgPxQc^9BOxdwOU^~57MgIJe7|UU!*tb-<`WQg86vE2?VD+fhRN`U zQd@-T2JWe(g?Kwa8=6CCRz+2A(U*G6C!S{A?VMA_&NHf9jnW1i>0fOAh6Kav3!dXq z?80KUg~bXBPJ0m=Vx*8_SeLKkt19<Mp3~VmBPdEl`nezF-9v?D%4!&)7ADEE3iaPK zPgjyhp+nhrLiNF7W@?1OH$-+2(H}P+3byz|-WwRG6MC9xuSS8WG-sghMe*2aPilXJ zhp=X8OXGB4Py2)Tp{m;dj72rP=A0U@e=eOSr-g{d>#q93Pg=6hqVamD`4n}uFnm#d z-PMxyNw@NAd()E6GTWks!eGk_RjC4-b#F+Uj1@sg>J}2h;?As2y}xs3&Y9*m$AIQu z%CF^|W3A_kzLm?mJYc_`1BZ|K{dD@z{%NOMXcprWjyJ~Zm&45;17{F6_KbIZ{bu}e zZEWm2Gg^7t!&A$QHqPbkF~*_E`)9Q2{lOhWAz$q2Hv-K!375J1@D*NnHdIKnx<rqK zabfft!)E#mn$231ett*qHE9;_=UkKORg^^iU-Q(Gl={+|OU!kBB5PLU;Floyinuep zIFV-*=8VbhaamJ>(>RWaAK)m75saoPQO<SdcQ}8;3PteF6<t~u9jAZSS<CAj!rqb9 zLu|B?et0onh?Zn50t9Bs^cHP$@r-J(wX4g_Dhqk?@-UZx1Z9i9ShSj7CF~O>P!}E< ze1oA{77AS_p%^*SP=cQ4F^^FR8A&yRA*$-stIIql@yG$)hLVY~J-k8+UUo_X?2-UM z<Oom%gzBXM`-IwV^yl4v`WQNpa!(%%t6?f0JH%!wWIAR$d=sCn6HbmJ7(cg`%WVD9 zxQY4ET-I&`hP!v2E2Ggnv;>371>VH8VBt}wcFL?3AnC^RvY2N?V43;m0q+?)mX(uQ zq0UY|3&z$*Xj!~joxy-y8^^P}1W>JPEimlCNvW@I9L4Elk$Dq-frAANOOk>YK&1}V zyv^VeAr<cYZa5hjD9ONib8b099;q)ow|s!hQ9gB_@fwGTlo}Bx93*Nsaz>C9o6YOa ztq(}POI+yjj9uDpkXY(L=UuCDxd^z?US<onTev6Ef`Xq?k47ox6(FIpzBVys)s*#~ z{(7S)X3KB&gN*}baKm86fi*u(OQR7DGx&T;P145c5?ZW3rL|u`(vev2Td_>;MKty& zqGQGZ=N%wsAuIB+;7gXkrXY{5TxbhO8@?u2qF;d{xFy6G{I!TRZ+&ZHnkB3Jp~xyD zt~uP1+KQa@_)|34UWyzgXZ`3-1_)l!IBlC{*+^9KIJfK|Swu41)K-aUUX`gVK<MV> zj-MbS2)iEdE)9a7U)gwlRQ}V#`Cnu{{t@|iL4f<GULwJxKUD;ajz_?2M21@>AIVq0 zSiD|Q1yX!hHJmt9<eT3+NL2*$y_bhT){%ntpHsxiSZNkpzdd5ns^2XMc3Acfv;T(# z?<nBdz-f|`QmQdRM^2S%Pgx=ieU#}q!n{fX9f8Xw*0b&*locR}09b`1K%xXdNn{c# ze$d@C2d-T~`)vf2xgaM#sfN{v)}n;98YTjFFyGP#<(d~0KHnTHv9J`<<lWbenqO8L zb(~_sQ9{Qf@I>k~u!L34tz=Iv!Bbg~%oQ*tDag5`PK7=eUZUS9p}<RIi9Y<PC0eA0 zttI*b_@L4EYaXaQ&k`+CnA~dVUZP)PiGG#9(UA+S$iW+haF*?2Zx|}8FSIhXN?*(P zkX8Cip(@NqbcnZ*(bPf>s(3~%va&`GH@`wk7UTQ#F4tl7D>yozE_0YEh!wNxgDVXT z^lP-oqmXtastbojFsL^IEfeDeUu*7+J$*!Qsh)S%Q^CX+qM#iF>Sf01?38#!8=LKE z{uIqPotIW-_m~Bn)v%J~8DuZ1tiSmtofaH~-8AOB(pWEA+eHby5gd&=z^<r`l#3cd z;NrRi)g5Wxxv6(U4&j}RQkMA&3_RtN2bgkh*{nSCVz5D_KDXusa+_(`ewsOX*YxEv zN_T7LcBxWo+z9>}3FcG=(Id)dkFi2JZ*0m)g_4diCv&o6S-8O*OjcG)lN*C_|DKe> zPUqJ9SW6KAxSHWn5Kcn>eM6EJ-?)%Z7=huFBnRnrPXof{k`og8l=P{IV&b^VyoD|m z-KGT_7GW-We$$j+A=;cs!xfMT>ZV1t5G~P=q!3VqaOJgQPSccUuom4x2BMF(tjvz2 zf+TKk!b_0IJ^GU1d{xf38J4LZ*TkOwL(`mC)S}%vjX1L;p3^S`7*Cl!95*8p*SX~a zK8Oz2#Ag}?i^>ipZHB2zN*k?1rwGJWr9UgJAPqSn#-g-1&3$uTp7|uwx8k2~e(-8| zjOha{LEEVit?4$=cF;Pp#g=t~yHuy&7{34Xp)vawvNKLlJEP(B=bXgCWlaP(%s0=F zg*1uI$-c`BN`@FXpiQ$*wwKU`;wzKQ@?{&$m4=l;${>=7EF$sgij8i%C|{sscAoiz zCwZ{SeHl{%nV_`31>ORATngM8mTc+X_hl7PSLVJ^ta6nbg~kN)I2DYZ@a0y8qvt3E z(GfB`Dbz_0IEfzfF1o0o05xVi51q=qcBEauB(2dk<FNik=hOS0JAd1J%rO8B;)%w9 z?BGb}(}z-)B<cep3+#08eHCj+E3SO!!c~`Czfu%*xqj7SAJd}ws|M-5qjxRM##m8w z@TTiSH|>e2I4vFvme2^slp8n#QjKhFSgw`}{Rtuy`-1-Rmi_v|u&`}#z>)mGp5{Ng z@&+6UB>Xyb_UuLkUQbVc0qM*${trU_j?m<nC$}JLTX#&0iK#P2j1xycEKZE!sC$R{ z*BX1#1uMF_ukS+kcN$C4`!oKiUydf#cSUk{k3JNyqj>eh>y_ZW%a&VZz8-;Dihlhk zmctry)1J_{gP<lB{<cKX$q%!JWYd??eRJ^3s&8ctaU<#d2UG*0M)XJ^hS~F5?ufmV zyKs?tA)1$Hq=?-;|A`T786qQCc6KQ@i5iw1N5|E0GbCxbHS;)bH~qW49)wk>^dEB9 zbgEKdd%5{4AsUj*U*LobqX^v@l7L#!+7}W_G4Jv}Magf>wu>%_A?96HDh7^~U9ha~ zFZAc8wI1j)Tu<EMAQi0FI=6<vh-BJc*O)docGtnq`mD1kq|Pq07jVH7{YAS^ALJt6 zF#p?U8<wEUjLWwt+w15N>w_`c9Ao9xU*#o~1#2$fy<U|#I3=+Akcsjq6yw<%ve<uJ z<|T}Jka=0UN12BR7e4d8p&lJ1L8G^qP%uuQa^1z;@EWto*^oJCf=H|Ebu}y=bY;M4 zd+AiVJzLis=f<I5LN6C~)~)r9fHMu+NNZLHOR(0GIVdh+df{1pe!$r{Z_qdim>~hb z7ztQga~5kD9qc(0cw7QlgM=I}A%{uGA(4=TV)Kwt;}f_zV{%Gzc>?jFDg8o2uT)Eu zbIVs`dx28+g7eNQ9=Z4K{OYaZ7axNjI_?0U(rTSsL~kVdf_q;?z6`5@+={GCNigDS z9jK<Mb$^W3DOPgZ9`sH%aP8`d(|?exIWjiJ%)G?8<q2M9VhFn4mXS{5syldu&&CGE z#ZBobCQmRD(&bBwEdf(g80=mh%0kVXb*yj7;tqUtxg!i>w%ROkZ%zM_bzwPMM@T4? zpg-GU8yJXh%n70CCN4NGweY0TPknd@d&?n?V)W6GSER#T%G*x(49X+gK{n4};01>U z;;q`JNga^`YK)=m+{({7DIGu^om-`bf;kJ7;l{=RTlTN(m(hL)FB}B0bjwk*)4u6K zGWQL-(YbR#TJ5uKkd!ptY`oC9^MLbL4f4t<Y@oSeZDel<emR}<jNNu5nASaD#%6%` z*Ds9Q(7*A*fU|z_pmBKEjL6&gjEP5r7o0wFe_6~Tg$tcMtZK%gYGUEZLyEG_s61Jw zg;fp+?VSqHc;Q=T9&<DWDDdZ;V8=NL$zE>7EMbB`R_1o$S?AUO1Az8v_gik@;>r8D zjrPrE+b$Ann0HZfu!T`Eh*7c1|JlO=CNn9yoKHJe`Oh#iUgw>sfx2^5!+?y8G*}?6 z_NOEe7QdR$V!2~fQ+BLMb)bJ2w^Uta35sVg!)OcP{8=ufj?_RwBTMIb2g*%qpe%_D zlnJZ+HJu6izo0T?RfA0iOQ#GLc{szvxIlbMX20<X!7s?*iMIl8Rig)Xgu{H`x2laT ze~cAMA{pI7Xt)faq=2(YA7nq(PlnK-*q~!oKvSXU6;`!&WxR0c&2$C|6cjzpFe2-p zS;J#Pa(k)Z$epX5TMKwVBUJm%xDW-zNEcMVPN4z@2nwQLDL%;J#m~z9h3=$eZ4y0A zh_1GDD+w5Fj!+qxvEAV;8et>nQx@(%G7g<#wxK9KNU<x$2hYm#%yKb&e>w~JOGJa; z`4o<YTn3-?n3u|pS)rGp8DTnHwu@MQ!bgLRXC#}jW`vC@mfAPuc-)YDF1FU6_@ZPY zN+s0@fhw8(=v0=g7E#F#crEpXXIrxlCQ@4t(R%-e!XqtNAy+V=HA`d#wfe$PQ&yYD zbRyd&hvYCCR{>F7p>eKfv|6V0K4b9dW-TpVGvZRR+H`wuPN-Hau-PW=d5%<e{hB|u z`kZWiQno(cJX}qYli&@SJ9&z_?*AoTNw!^xRVZ5v4m;KC&>f_#k@9=3S)C-4ChR7p z^M{nV#Lmohz!!j#fXi>D8QW88Iu)kh5gZj>&Vxh4tA8+&2dS1^qwZi%Jx9XWe|uJl z2C2=;l>MeuJ(>OgO4v%5&JrRFhh1XK(pci1Thr*n)~pkFYr(5|Af6T+&jVkz;K*50 za@{#gL!*hlB6YWOtJ8`gnUY^CYavftTQN{K&;h;<-kX!eG8oSn34`Ii3+i%C@?@{e zp}H}eKc@rT@(}8DTmPDqJKT})jv(5DPmrA!e0+yXkGEpE%twyVxcx*v<r1@uZn7FW zho@F8iO^~#VDJZK2}NI4IZOXKSBRUk4ze0{Kzoxh_d4_|NoF<p<TFIvHD({{>_o;+ zj6SZ;+bN@2q7#d_=ZH8ZFzwSKNY<T)vzAbd$9xM$VS)J*{sy#moz@f*!O%2jIH*JB zUrj)4ncXKzsA$5F;O^d&=5oARHIc#%KEg)8PL>l&3-*^SK!zr=?8iA}P5C{!_6uMu z>r%`F28JjbfdyC%C}10`-5(>`Vn6kr&rO-JV{6^D^*Nu^dOyjo&q0H7Em@svX50TM zBZC%-)o(A0<<dw#**pTeqb9BiUvilFS`{Kl)BQxybNJf+21<7R!V)FYKwVg>g9vVZ z{UbHk*={a@gmH<%S=hXvoobr-5Ce<E7@T{+o2Hqwt;Bi%*{Q4$1xTg<zm}Q!td_<= zt8p1z*J~ToYQ*)=aRqJt;Xr4(#<Zq3>zT7;c<EPQD+lK?-eRpc9C@=NIm|c2pGQKh zj|p<Fa6J=aW4_2Z=#O7)(8ls{I*Y*>&ouct1DHajH58i8tvh((V#~ACbJv(=lGD<h zTjZX+Jl5)KQ=6Szx2P~D*cR_t&m%pxW)KL#nq;h?JGZXF%lWIUvy(&F&Mo74$#!mC zgwvX3hR%wkW?}m!c!@1X8e{s4(rm5)yY*HuR6H)nBVygrx#erp$~Hy3oMv8qQZ+FH z+_}Zz1DWf$F+iMK|Cs{T)tK-9;@6r{AT@74iVxemlvCK?1a;nV3&WqXI=|}SA)Nm+ zFNE`VZppycD#Ig|C&eJEt#=c@J&ye7(QzU^HtQ^ZjA0b^53kEqcoepQx+96slVYki zOX>=vyeyU=ORe5lh28~WP4z*#s_HE3Q}BM8M~WU^k|;Ko%bPN1fzwP=H$50VDt;~T zZJjAKCpNvsAQzoIVY3-B9b}NljBRvWn{&4I*rsHm9G)|TV5@MtUAvCO*S@_e;Xpk? zW1kqKnE?(2yNJ}+AP33XYaQ-DjkTl%URHx?gIZM9bWh^&vQmaIb7&mz%1Q&t6CnXv zvM7BI7WVDcY7U<}ANN`6{PLSLYx{j46K-1IrKoBu#Y7GEL16{B+`URV18z`Bin5yu zcd$*kd?H~6t})W=&lhW}wl@B|%cZ*&3ChQw%~oBOW^LB8Wi}xm)W9N12xL4We7g%| zDAgQIJ*&?&pCx|7^dO3_Qj9hoIq{=N9AzCB5w4u$y@XgWIcTq?Hi#~K=PjzUhhXLa zieqi+3l|D27#8qI(@UDFbXGylf4{A}j5i1a`1fF9g7T@gM&TCb2DU({2Atd@YU!sY z(EiOO>@84LxMNf!ya%JxG;pD+VmqRn-8Dq1MTAU;>YI<zn(=Ss7e3W07WC@w{M(N) zno*a7xQkGyUJVFQ>}5{bFXWZooNo>R1u454oWxAviCN5S+ge9!p*~nCs4tt5Z_aw3 zUK9hH9~#y9=G+J5jk~Kti~4sN2x6f~mBhJ4W^suQ=Nh8UZF{8LqW3?HzWf9-Bvq!K zd_B_K=j+|p*QT|xNOA-dAlBJaThMRb!B!k9o0Mmkh`k2EhOT6wazPNGP<eH3Jwc`s zjIGODA<K$jY#r@~)rT(g-uta0$4QZA$Vij#qDDl?dp&OjgVXiQ?mmU;f>y1H++{A5 zL^^FXodxC^4ranbMx##W#M8D8u!s|vieB!Mp=7G&>zm3>D;0{}X%>P$s#-Yxt54eN zYEHHhvu1B_l<6i_s==KPhI0eEWv40heyc9>RxXWQ<0wcGd$`gBH{l`5L!iBM4-L4` zsL~Ff??Jbq<eK-kFyymLwI(A)B4e&VEuNeYzRb74zA*>rdokmiu0%py6FY|g#aZ7% z!)!tn!g<FpdHRK*L%CvRZVKxGB6XI<1+K2aVP8q_g{cioc?@WZVyhH$%PB+*MhKq~ z<JlV$HrZ1@^w}}gBt{>ohXnZXk5o;iXw&YO+}HKnba?BjwJ)QdmAXri*(wdfLrIGi zVFf75<hRsW*8EUfd3u~Nz<iA-3lUM*IZp<kPyKk)?HkCp`ZhYjWi1!xrr$*GQ<=2B zWb<uEA|m0POeHNds@eB5n8xhJXn-t&SD0(NlQ%c<7_q1TiP-2EW1Lj{oKuWKvZ5<Z zNpwiBtlr=wv{G>tu}tV%dFEx3vE<+~hpHUppdnPU9AUdD@*%~N+pf$wDXN9d35AqN z0X;L0SW32h`1ugPPsHd#n3gJHv68V0+cd<IU5yQ2kxfi)OowWf@7%fG4%Mpe-CD|W zsI%^4L2q;qE*|>zxPr`#7Z?0xl(=9nvufwsYXb==`ySgkxc2S3+5<85gM*j%_T5~2 zAU0^$7TGri2ljla9bLOssQpH~I^q=WkuDgg?GiogWF0O$h%{@j+8+M2s`t|C<DD5> zcG1#cLSSGqtXL&^-AzC)AueaJeC7qGEEdC|2s7xejTeE1Yy?-e8;KmnVnEmE^x$;! zJERBQ(2o<n!Va*qku&QPj7w!y48z&ehv{)Gnmf>peX(F(S>`hIn%;+4*DG^L#ken^ zsFBQQR=0^<f<{d2VAS6D_NC2l_nUt6U<@+M&t|o4W9r=rnyA&Cy>>EanSTn;ftK5L z#X(?L)sS_-`SdQ~;@>JA&+K}U)q9JJFsUClBnPryY|6GbZAiv4c<06xx$Ydsxxq7R zc7=8~dhDlm!*i}5%yJeVjH@5!=j4>tnGS;}#pv8{fJCMjhV&~*Y4UI75aB;-tFZ^p z25n`w<(O<uB!(k&eLCd{A|-PYyjU~KywYS%Sx4FL?h~~-Ecqv`6^XeFK9R_*jm(;m z@gi3&?v@%*<No>Pmxx^uT#6tPCx~40(S=MBCG;fhgpooLJIeJ7QjoiH>cuX}6`ly9 z63$^a;>GVZQA2%Hn6<C5&I~g5!Y#0tCweS;xlD_aBf#PXV<RvBSL@ionrb>8du-KX zSRGa3Bn>%jXfb=VEVdzQU!arL$}xq%T6m(NaPP99%VS>q4aQxoU2IAQ;!#3moM5wQ zFkUndFj5fHrGNV2I|dAt;WVYYJmyUGC=Dlr>1vxs#X4xY6AYVQf<?(_!RnU3^CIJR zH3H3B!Gam$!CRCB$+KT4{mwaa5V<^<Qg}i*H7CqR@w8!~w&oxPN{POpjE$5<SxQ>Z zH@J;W8{%UE{ZvV}i!DkDmtmf`3&vddZ7QV>O_ST==AWew6nqq{pLTC7gHUP_sM&`? zr)h#Rd_eJMw=ZGnA=3?ZF`*I3y4o|d^h@*1B=SQ-_c+!CVpL8|Q?Pw<ym8Qs7mTC$ zH{=`%PMp3pM!%|dUF;0w^4fK_S;lBal*jzt-74x4@YlG&Kq(gtcUyDq^jZ2#Fxn?( zA@2B!4J+Wgf|shs_%RV^yADCSF9wrhS7U9=p}O$xerKyWD6(PG8DXkNpeHxLb#QLI zR@VM$rcCOBhEe9dG;nw``>wP#P0%W$&{}&bHEhk=%U><{ln2%<%(NFhdFH0)R7dsT zI(t^AJ_=oD4x>miDi|EWX&z360WA`1Zr@l<-Ld|-jSlP}PD?-cY<RWw4(O*@zYM)E zf#j6JS1et}A_7h$yo^D3t9@+y7Ur3!NOxk*aYl~qbfD&y;Iu&2F6tV(j*Md{?V)G; zly+!$zPFLDGK?xKz@<h@O5tAP)<DfcX;ZFGeXDQGx0b7VmaO<ASMl@AScJ~Vwx=C_ zVSSf@If{WvkUt=#*DJ_<RuJ217DZ;DnVO8Q$5FHEM}>!_4vqJACP_iVNErc=6xh!R zvrzm*aX}7R947zkP3G;{-2w|?%zUi*duj%~Z!b<Xf<Dixu<Q~`P|A0P?l%srEp<Bk zt8Bs-MQ9~IA!vc==Wl=u^gCR}Ww32Voytm#)sxIkc()4m37hTeQBgk*!S?IkaE1uR zG5IZS5hERJ9))NRTNm!(1oLWQMDHn2TMf}$ePi%;Ht7ywS`K6FTxgat`w9vqOnyY+ z<NW-_!Ooq#ojW^EWnKpxb98#+VAz;Lojd;`vU#m3S&7Iyq=N!>1qY@SqV`^VY#0zq zpK;jOvphOOkp_q$lb_~TDs07nLbQs)z)`yV9$+pg!HyHACUvt^ev0%|7|UvXMfEqC zIJc}OaJbaU7PTmMhkGqrNRbr2l=?@v$M=`1u@zlBh8L2;<47hCMywNdl;YJMnsX{M zb|mstU3y02#Z-#x6kWlkaBvCr+f@VDDEF@ld@zRqt5U06zC`|Bu(sbSTh)-@G@dW= zCG$6F?HBO5BskXjwD90#Po<A^=>tijVI&!nM9}7Z`hcVXCmyaPU;1NA)+#}F0kROd zZoD8;hWwr~SV2`0vQ-hXRS~jP5wcYgvQ-hXKUWc?DlZwMS21h)(;3dKLD0$Qwqg*< zxnTG%E=Om}2PDQV4WaLLGo&M(G={jWmA&p}i3F#}Z_-DY?cN{y^Ajj!Ld^XAn8vKc zPk3vMnI5kTgFiOV+J!78v!L(q!M|`%9C!&h4x9o8fh3LvW&(?W5}*p$3~U1)2A%?1 zfY*TIKo{WZA|8+iECYPNX5eeU1Hj|JuYlKpHsAzs7D)U=(~^MkKr)a9<N>z;KHvf1 zDd0um9iR)i2=dQZ;96iFa5LZo?gZ`w9tU;;Ex-}r1keRs09olWU<xoBSPGN@Yk)1l zJ-`ov=YRvi5#Uci7cdr7IvGd<76E;KCz8^%x6@ItaATTwc4?ZXtpLKm8~-^?`_8bQ z_lW<hqSA72v0JZn-|E%f-gTwAdu3&@*S*SDx!PUjt6b@=uAam}x+mO9pSMW&Mt^gU ztJe6hWmFpF#qNqqNyocVeDN!)5RX-*6~%7PdcCBwLVYy!qFc(n1Q8trV@6l0FO!HS z<r*`(J6>g#w?c)ws(Pibv`U{;wSF!6__8Rd$10tst=6iwm0G3d)4cqfq!nxB{L{1v zT7_n)=PM*xZ9;`nUT!@KBcPu&p-Z#%)B44_>{(e^aq^p*ta(&m_jJ$Fc!zdfa&o>0 zQjFUz`@7~?QL=)crmd@5$In3sh^!6=j)Q;ls_ht^PA3EWVq$IfxPI}D{s{vT2M%(& z248UDkf9e{oHXo`;Uh+ly3{@TvN2=FjlX=t6<?Tm<yDiePQK>a$y26IyKZ{QjMSO4 zzWAlI^y@P+vu4l9o_oWM^K#}d@GM-EyBG_ZOAG$#rke|wEniV|%gSQ!s#{A+%Wf-Q zT~S$eyRTX|)~sE({>xw4P_uE9BI{;VNSAslODlA*k22k;Wifu{^LL&$S-X}N%j9XE zDsQH@ci7qG)w6wGuZElJ)$@wV4fQ-H>N&l<ymF;P_8Ap=>1war>+@Cm+?qC!&Rslj zL2j<)Bd=QS-1&2&UbV~xIq7rf_xLQDmOOdNz=ZS)cTrVUdFjd`y_6wSQdI3;UBs{~ z!e7_DtE+SwvgMUU4BZm1JHs8xyS(%kUy*OUyOcWneBPCM`T9u-o^o$dwU>cip%<+r zCNZK?zr5OAZB$iN`uO54TJ2s%;a6AsyrjY7YE^<ss_>Lw$~Spn!d33{o?;lJos&Cv zUewIdOG>NVMb*{b)wh(dcNZJJ(u!N%6(qGria|w6D@yg!qVm!&tK<_FOL*ppRM<;Q z_btY)yt~&|8oubVPIAxH-2`1-S*^RvOK<a%x>U#Ktv1SacjYSg%A)de$&8kgGF`Q@ za&?uO;uEf3S?;^Sy~?OqsoGS{@S>hVRaEOfW2H{z`L8}^mY3%gl~$;_OTDj^daLPO zQEA*-;;ybLTFFX5a0WmT(>bcaqTB15KJC?AcdylXixyk$t(Q>f%8HfVNuR$xBp)eT zvgDCLN>aX_42r|wubnR6jS98uFmifAxJ$f6RaR+9=i2K&qmFA!qavz)>xnn*yz#2_ z;?IaTRpM0{jJ7qUKHVrP@97}vNtJ<=i#c(gwqIUZA<OpF3>;a#)xz3cu4_^xUQfN% zddfVguB5w)y=zKWdV9i#+sM1Fih0APAT84~GgUiZquR$H$8ea{47*ajggv2HM!{`; z!=Jxh!jX!L^dgEd(CYH2X{jc?&wIP!t(L;bC|?v_VCX<rvel(bC<dMMw+wfq!l;%8 zTwC;aobt4NvTDO~j(cwfy;fPV+FPMh2MMd%@SI_be771Buv#^^gjMrt6^ocI6Shj$ z=kAqAl91)it46S<<&>`URaRH7(%pHbs+JiOCw8~TJZsTodD0S?50fTM(q^)E-|AyE zt0-bcHY#qbs9am|Mfxz@gjupik4{Kn6O~{y+!C1|CzV~0(baDx&%#KT-@Q@KO+2g3 z5Px(|bU!05+5NmN>KW!*w?DG^-Ot~MdhS<Sdq-_uEgQ1!j@mmm*A9t`V@KY)bt?r* zPOkOT)@u%J!sXLF`L*n~Y|0)_J=wb_)YjJ$OJiFuDJgL{;@4GGt*xr+wIB2OfBes_ z_5C*i{K)#(_shB7v%!=;>)#gb)Bk#huhV+|#b}@JUvvtawVr>m5R*U8zes%d|M>pb zKGpwjG%Ef-9sx0R-Tx3U{#?IE4~n}vrsrR5%;)<TiGQv!{U7uDYcoJ{8p6Lwj`G&? z>=Kdc|G=+r_|I3{o=`5W=h=FSiIGWATesQ2W$PVZt#4=y+}ZTCySCl^^>5ts&3nIf z-~A7K`@!#g_j?a*fB2C{AA9`!JAUxPAN}~BpZLj>KmC`VJ@xaQPe1eQbHDiI^S}D_ zuIAl)_Wq`&b>IF2FTD7#FTH&5&~FdF^6G1^A9>@=w~qeq_kU<R_Vyo-|Jyt7n(coI zp7{6o-tYL}&mW%r=+x=XGk^KGi_3_A^MUC62cFM$Ao{Pa|9^G<e{=i)wFBw-zpDf3 ze|7z{vuCVcJ)>Gk6IwC9E8RK#-14xVpO%wzb#d|4Jn-}6Xj(eJnV55&Iy!6fE7x>C zFW|H!-nrf?j-*zAbmLZ|TGzB2jB=I64dBX>R(h4MRA>@8MZT3KxU;>t_zVuJ^6iGA z3iU`nlD<Z|lBPylk`7Qoy!DcX#Fw}dN6RhJ4PP-IBt2iLdRkm!_^QKx`QG9RZ}?>~ zXta3eR92|3xklJ6(j~4&JdN-g;UtX4ca1}Sn8uRN(X?`HuC5L};=iQY>sxS38Rvw# zJ%?nWc<^mrQMI1V8FLLJhbp5=`C0E)GFlEarJ`HC*H^Af*OugFEt-7oq|AAcAIOue zDFFqcJQRx>TJ1xXsW}ZmJJ1}o3XMY>(NwgUG#tN-1@jjySv*#o#F<y#BlM(6x2R<B zUtO&HZziwxoGMl?s;ra@_+?wpf9h}T1?k#BID$5bJzdkDEY-A!?mu@@kWr!JX&N+d z<wo9*Lc5b+<b7YC@4p<=`+I%V_rHvT-Y0<HF5Fkb&ywDqQQ=CaqB9SWUnHNt<+w1l z_xFQQ@g?4|KHp#L^ZmA2R(uJ29na^>r{jxOxbuA<lXm{^Iq7LyDImY|#V?%G`+MJV zPJ~7(zw^ca_WaNO{yR@k-A+V3AL-K`-&@oZ?nhD2ecRnz&^y2AbOzj%rd<liFH+v< z?}dCT>hpb9pK?62tatqAe$8H<rY#5L7fHWw`JOH7{XIIq#5+*l`+MK`FRkzWy>I;A z*M0W)UvKXHy>EX$_08Vj`=+0B-)Db6zP<PNzU9B^@!sG2&d<?1tnV7X!teL=dEasz zeWG_deZP0^?)|-QJ->Y*O}qIFnS_5Aagx&7B5%Fj|K+XxZM>C5F>|~XULQoJ42xox zq5I0S)<DC7ufsQ8xDXjaT90rdD(v}1rTXkjUoI4#a<8>RYTwi{6wf3ajBWBKHi+p_ ziDnm76qkcZd?cynR2CcM-q{ds=R><8^qX3iQ0_B)kc=S;=CbQT6xXzqvGcq|YrLQG z|4UCQR>Jw3HqoA2?ggi~ES4OkAnC=$5RJiu;$otiDOD0TqjL3XN;I#ug6wBX47Pr# zlU1_Wr)wQjdMjmEKGGUrw89iyo^Y)s6{*4E^;KTv-ZQ=BURtqF1+KF%j!^NsTkwY} ze*@BeMFjcKvh7PMN>mFKXRTWavPJDlTro2)wNsY!ets=>Zgr*?TKcVCpNHy7*S#w_ z2#%siU~uYUv!Qb;CWrR0dbSuEH>;9(q{`ZFV&_T^2!YdEJhuWCm{9UGtvT8sEF|Ke zD{<2^JeoE{T4q63jy$(f8aODW#cIre0cl^fFD|bpfW=ptDQ{tJ%9rH1o8vM|-c%7! zO4~=3{)wpeTCB*hbHQ=GWzVOr)fm!F#m<9{7$y-inx3P~VctXE9!ak#&aEn~usZd| z7|AfJhr*ew3m2n0UE3vje)@wp?>sT`wJrAi(qeB$Ns(`HWsXpcuV1fwwcY1Vhtc|| z>IZAqXj+jy&!Ua17AUYSG`zm`9<NVvXJ8ko@-lnMq^%d1uDmTgDt{E!HsJwA<K(Kb zs?fj1aI4a*)i~uzd%(6xFJDrz7GziZfhxfwuhkvPA|(j-&K8w&cu}Bd?~QtA`hxLa zA2Yk$s4kJTuQyh$^7@!*@5Ii_$SJC_+L4~P)Yjb=iz_1yq?ys7Xp1y!Zb{qAY$9Gp zZy&<6OaAi|6ULgN+PgANB=>H%-;Y#{a!bEV=`yv9^2%y&c)H$cjh66wl&(DxRhtEd zUS;SqdhhKODqrg-GcQ-~p7ZO&tDIzty+F9MtE-B9-tOAw_4c9EN2H8V<0!AlS1Jse zbnV8hMf0=faV{t>=g?GPTLgPS($%zAtvJOCR$1@kr7gmpEAtpkL`ts;p)+7_G2o}s zX8-&9|FZ>li2^!);#w4{a5-IJH_Ab<NwA&s{^YyB|Nj2B1wL;J%zr2C7e5{L>&!om zNmFB|{B7`Sfa6oBRs<IQlRp`!7XgtmX$wEwapk&a954_-4n^w^!~=<dBkYQwyh{<} zoABf!-y~g$D=u0vR30*2#BVTgK^P?O(SZ0*1>`+F{GJhhXJJ=y7KQzD!!FCSO1}VC z@@5%U>8!?e11z-K2*3wOS*0FQo?1Z4To-mX<H~nGAm6tDQXaW*cLng>@cVXLDc_@j z<oA6*!aWU0on8Xu`|E&wPohzzeIjkfWB1w+BQH_E$a}<%e2TpHb^Ctr`~KI$pYMAl zoqs&nb>5#<SNC~;{}^p?ex`&~zw;Bt|1s(>wK(q(2=C<Q9RluuoHn2)|ILR&$x!gH zSi9p<Hmnt!*KZyj?wrT}U_ESq%yR3#Cla)pmbS50xjP8o{K%V+xUJ8h`df$WtNhZ! z?$1AG`1El2orHh+;o}cqqW#;$=EFBxiADYGPJiQe6+?72Eqrs?n{I9Sn`Lia8x_)e ztUG+<_ifP8uGwhCEdO_lW|t8T8Ck<W74dKM*mg;JuN3~)cPVGzvWk7^$gd=rrgglJ z-J}oFwE7Y0+I{3N;l-7{7Cc9OvbT1cX$r@95m)x?hj3*tci_q-KKgE&+KYdTD>z0y z?uEEF;|fkQ7IzqK*E?z2CAfQWhvVLfE4V^2?kL<$+)HuW{w+;&<L<y6jr-*BH0?56 z7w$S-4R<|G#~;(QFXOi1%3wQ+8^V1NcNuiu&jSn}g-1!cQm62uq)Gdf(f9X#n5NwW zYy<8D>VYjlEwB!#0!o0J0S}N3%mk(bQ-EaPN?-yo7H|V2fFxiD-~ti>JJ9)O`UEfm z3Ezf$1ULxn1%3%U2|Nls1Uv|A12zCvK!1BrpG%)kqCT1Q`JGq%b=VaC$ry<tp2QV5 z@{@LQ$9+S(@ti*yC(*y!Dl2}+2Nplele;+j^MCl+lliyBKS;e?D5H`w9mzcUS@;_Q z@{_Tc3j7lw<KkO@C}w>H_z)OO!z2Uq0lAnGi8F(51;AS1Uf?O<Fz{zUE>~U+<N)Qs ffA`;C6IqGv^RtD2k$RV(<URs$Gq4!wJAVETV*lf- diff --git a/lib/python3.8/site-packages/setuptools/launch.py b/lib/python3.8/site-packages/setuptools/launch.py deleted file mode 100644 index 308283e..0000000 --- a/lib/python3.8/site-packages/setuptools/launch.py +++ /dev/null @@ -1,35 +0,0 @@ -""" -Launch the Python script on the command line after -setuptools is bootstrapped via import. -""" - -# Note that setuptools gets imported implicitly by the -# invocation of this script using python -m setuptools.launch - -import tokenize -import sys - - -def run(): - """ - Run the script in sys.argv[1] as if it had - been invoked naturally. - """ - __builtins__ - script_name = sys.argv[1] - namespace = dict( - __file__=script_name, - __name__='__main__', - __doc__=None, - ) - sys.argv[:] = sys.argv[1:] - - open_ = getattr(tokenize, 'open', open) - script = open_(script_name).read() - norm_script = script.replace('\\r\\n', '\\n') - code = compile(norm_script, script_name, 'exec') - exec(code, namespace) - - -if __name__ == '__main__': - run() diff --git a/lib/python3.8/site-packages/setuptools/lib2to3_ex.py b/lib/python3.8/site-packages/setuptools/lib2to3_ex.py deleted file mode 100644 index 4b1a73f..0000000 --- a/lib/python3.8/site-packages/setuptools/lib2to3_ex.py +++ /dev/null @@ -1,62 +0,0 @@ -""" -Customized Mixin2to3 support: - - - adds support for converting doctests - - -This module raises an ImportError on Python 2. -""" - -from distutils.util import Mixin2to3 as _Mixin2to3 -from distutils import log -from lib2to3.refactor import RefactoringTool, get_fixers_from_package - -import setuptools - - -class DistutilsRefactoringTool(RefactoringTool): - def log_error(self, msg, *args, **kw): - log.error(msg, *args) - - def log_message(self, msg, *args): - log.info(msg, *args) - - def log_debug(self, msg, *args): - log.debug(msg, *args) - - -class Mixin2to3(_Mixin2to3): - def run_2to3(self, files, doctests=False): - # See of the distribution option has been set, otherwise check the - # setuptools default. - if self.distribution.use_2to3 is not True: - return - if not files: - return - log.info("Fixing " + " ".join(files)) - self.__build_fixer_names() - self.__exclude_fixers() - if doctests: - if setuptools.run_2to3_on_doctests: - r = DistutilsRefactoringTool(self.fixer_names) - r.refactor(files, write=True, doctests_only=True) - else: - _Mixin2to3.run_2to3(self, files) - - def __build_fixer_names(self): - if self.fixer_names: - return - self.fixer_names = [] - for p in setuptools.lib2to3_fixer_packages: - self.fixer_names.extend(get_fixers_from_package(p)) - if self.distribution.use_2to3_fixers is not None: - for p in self.distribution.use_2to3_fixers: - self.fixer_names.extend(get_fixers_from_package(p)) - - def __exclude_fixers(self): - excluded_fixers = getattr(self, 'exclude_fixers', []) - if self.distribution.use_2to3_exclude_fixers is not None: - excluded_fixers.extend(self.distribution.use_2to3_exclude_fixers) - for fixer_name in excluded_fixers: - if fixer_name in self.fixer_names: - self.fixer_names.remove(fixer_name) diff --git a/lib/python3.8/site-packages/setuptools/monkey.py b/lib/python3.8/site-packages/setuptools/monkey.py deleted file mode 100644 index 3c77f8c..0000000 --- a/lib/python3.8/site-packages/setuptools/monkey.py +++ /dev/null @@ -1,179 +0,0 @@ -""" -Monkey patching of distutils. -""" - -import sys -import distutils.filelist -import platform -import types -import functools -from importlib import import_module -import inspect - -from setuptools.extern import six - -import setuptools - -__all__ = [] -""" -Everything is private. Contact the project team -if you think you need this functionality. -""" - - -def _get_mro(cls): - """ - Returns the bases classes for cls sorted by the MRO. - - Works around an issue on Jython where inspect.getmro will not return all - base classes if multiple classes share the same name. Instead, this - function will return a tuple containing the class itself, and the contents - of cls.__bases__. See https://github.com/pypa/setuptools/issues/1024. - """ - if platform.python_implementation() == "Jython": - return (cls,) + cls.__bases__ - return inspect.getmro(cls) - - -def get_unpatched(item): - lookup = ( - get_unpatched_class if isinstance(item, six.class_types) else - get_unpatched_function if isinstance(item, types.FunctionType) else - lambda item: None - ) - return lookup(item) - - -def get_unpatched_class(cls): - """Protect against re-patching the distutils if reloaded - - Also ensures that no other distutils extension monkeypatched the distutils - first. - """ - external_bases = ( - cls - for cls in _get_mro(cls) - if not cls.__module__.startswith('setuptools') - ) - base = next(external_bases) - if not base.__module__.startswith('distutils'): - msg = "distutils has already been patched by %r" % cls - raise AssertionError(msg) - return base - - -def patch_all(): - # we can't patch distutils.cmd, alas - distutils.core.Command = setuptools.Command - - has_issue_12885 = sys.version_info <= (3, 5, 3) - - if has_issue_12885: - # fix findall bug in distutils (http://bugs.python.org/issue12885) - distutils.filelist.findall = setuptools.findall - - needs_warehouse = ( - sys.version_info < (2, 7, 13) - or - (3, 4) < sys.version_info < (3, 4, 6) - or - (3, 5) < sys.version_info <= (3, 5, 3) - ) - - if needs_warehouse: - warehouse = 'https://upload.pypi.org/legacy/' - distutils.config.PyPIRCCommand.DEFAULT_REPOSITORY = warehouse - - _patch_distribution_metadata() - - # Install Distribution throughout the distutils - for module in distutils.dist, distutils.core, distutils.cmd: - module.Distribution = setuptools.dist.Distribution - - # Install the patched Extension - distutils.core.Extension = setuptools.extension.Extension - distutils.extension.Extension = setuptools.extension.Extension - if 'distutils.command.build_ext' in sys.modules: - sys.modules['distutils.command.build_ext'].Extension = ( - setuptools.extension.Extension - ) - - patch_for_msvc_specialized_compiler() - - -def _patch_distribution_metadata(): - """Patch write_pkg_file and read_pkg_file for higher metadata standards""" - for attr in ('write_pkg_file', 'read_pkg_file', 'get_metadata_version'): - new_val = getattr(setuptools.dist, attr) - setattr(distutils.dist.DistributionMetadata, attr, new_val) - - -def patch_func(replacement, target_mod, func_name): - """ - Patch func_name in target_mod with replacement - - Important - original must be resolved by name to avoid - patching an already patched function. - """ - original = getattr(target_mod, func_name) - - # set the 'unpatched' attribute on the replacement to - # point to the original. - vars(replacement).setdefault('unpatched', original) - - # replace the function in the original module - setattr(target_mod, func_name, replacement) - - -def get_unpatched_function(candidate): - return getattr(candidate, 'unpatched') - - -def patch_for_msvc_specialized_compiler(): - """ - Patch functions in distutils to use standalone Microsoft Visual C++ - compilers. - """ - # import late to avoid circular imports on Python < 3.5 - msvc = import_module('setuptools.msvc') - - if platform.system() != 'Windows': - # Compilers only availables on Microsoft Windows - return - - def patch_params(mod_name, func_name): - """ - Prepare the parameters for patch_func to patch indicated function. - """ - repl_prefix = 'msvc9_' if 'msvc9' in mod_name else 'msvc14_' - repl_name = repl_prefix + func_name.lstrip('_') - repl = getattr(msvc, repl_name) - mod = import_module(mod_name) - if not hasattr(mod, func_name): - raise ImportError(func_name) - return repl, mod, func_name - - # Python 2.7 to 3.4 - msvc9 = functools.partial(patch_params, 'distutils.msvc9compiler') - - # Python 3.5+ - msvc14 = functools.partial(patch_params, 'distutils._msvccompiler') - - try: - # Patch distutils.msvc9compiler - patch_func(*msvc9('find_vcvarsall')) - patch_func(*msvc9('query_vcvarsall')) - except ImportError: - pass - - try: - # Patch distutils._msvccompiler._get_vc_env - patch_func(*msvc14('_get_vc_env')) - except ImportError: - pass - - try: - # Patch distutils._msvccompiler.gen_lib_options for Numpy - patch_func(*msvc14('gen_lib_options')) - except ImportError: - pass diff --git a/lib/python3.8/site-packages/setuptools/msvc.py b/lib/python3.8/site-packages/setuptools/msvc.py deleted file mode 100644 index b9c472f..0000000 --- a/lib/python3.8/site-packages/setuptools/msvc.py +++ /dev/null @@ -1,1301 +0,0 @@ -""" -Improved support for Microsoft Visual C++ compilers. - -Known supported compilers: --------------------------- -Microsoft Visual C++ 9.0: - Microsoft Visual C++ Compiler for Python 2.7 (x86, amd64) - Microsoft Windows SDK 6.1 (x86, x64, ia64) - Microsoft Windows SDK 7.0 (x86, x64, ia64) - -Microsoft Visual C++ 10.0: - Microsoft Windows SDK 7.1 (x86, x64, ia64) - -Microsoft Visual C++ 14.0: - Microsoft Visual C++ Build Tools 2015 (x86, x64, arm) - Microsoft Visual Studio 2017 (x86, x64, arm, arm64) - Microsoft Visual Studio Build Tools 2017 (x86, x64, arm, arm64) -""" - -import os -import sys -import platform -import itertools -import distutils.errors -from setuptools.extern.packaging.version import LegacyVersion - -from setuptools.extern.six.moves import filterfalse - -from .monkey import get_unpatched - -if platform.system() == 'Windows': - from setuptools.extern.six.moves import winreg - safe_env = os.environ -else: - """ - Mock winreg and environ so the module can be imported - on this platform. - """ - - class winreg: - HKEY_USERS = None - HKEY_CURRENT_USER = None - HKEY_LOCAL_MACHINE = None - HKEY_CLASSES_ROOT = None - - safe_env = dict() - -_msvc9_suppress_errors = ( - # msvc9compiler isn't available on some platforms - ImportError, - - # msvc9compiler raises DistutilsPlatformError in some - # environments. See #1118. - distutils.errors.DistutilsPlatformError, -) - -try: - from distutils.msvc9compiler import Reg -except _msvc9_suppress_errors: - pass - - -def msvc9_find_vcvarsall(version): - """ - Patched "distutils.msvc9compiler.find_vcvarsall" to use the standalone - compiler build for Python (VCForPython). Fall back to original behavior - when the standalone compiler is not available. - - Redirect the path of "vcvarsall.bat". - - Known supported compilers - ------------------------- - Microsoft Visual C++ 9.0: - Microsoft Visual C++ Compiler for Python 2.7 (x86, amd64) - - Parameters - ---------- - version: float - Required Microsoft Visual C++ version. - - Return - ------ - vcvarsall.bat path: str - """ - VC_BASE = r'Software\%sMicrosoft\DevDiv\VCForPython\%0.1f' - key = VC_BASE % ('', version) - try: - # Per-user installs register the compiler path here - productdir = Reg.get_value(key, "installdir") - except KeyError: - try: - # All-user installs on a 64-bit system register here - key = VC_BASE % ('Wow6432Node\\', version) - productdir = Reg.get_value(key, "installdir") - except KeyError: - productdir = None - - if productdir: - vcvarsall = os.path.os.path.join(productdir, "vcvarsall.bat") - if os.path.isfile(vcvarsall): - return vcvarsall - - return get_unpatched(msvc9_find_vcvarsall)(version) - - -def msvc9_query_vcvarsall(ver, arch='x86', *args, **kwargs): - """ - Patched "distutils.msvc9compiler.query_vcvarsall" for support extra - compilers. - - Set environment without use of "vcvarsall.bat". - - Known supported compilers - ------------------------- - Microsoft Visual C++ 9.0: - Microsoft Visual C++ Compiler for Python 2.7 (x86, amd64) - Microsoft Windows SDK 6.1 (x86, x64, ia64) - Microsoft Windows SDK 7.0 (x86, x64, ia64) - - Microsoft Visual C++ 10.0: - Microsoft Windows SDK 7.1 (x86, x64, ia64) - - Parameters - ---------- - ver: float - Required Microsoft Visual C++ version. - arch: str - Target architecture. - - Return - ------ - environment: dict - """ - # Try to get environement from vcvarsall.bat (Classical way) - try: - orig = get_unpatched(msvc9_query_vcvarsall) - return orig(ver, arch, *args, **kwargs) - except distutils.errors.DistutilsPlatformError: - # Pass error if Vcvarsall.bat is missing - pass - except ValueError: - # Pass error if environment not set after executing vcvarsall.bat - pass - - # If error, try to set environment directly - try: - return EnvironmentInfo(arch, ver).return_env() - except distutils.errors.DistutilsPlatformError as exc: - _augment_exception(exc, ver, arch) - raise - - -def msvc14_get_vc_env(plat_spec): - """ - Patched "distutils._msvccompiler._get_vc_env" for support extra - compilers. - - Set environment without use of "vcvarsall.bat". - - Known supported compilers - ------------------------- - Microsoft Visual C++ 14.0: - Microsoft Visual C++ Build Tools 2015 (x86, x64, arm) - Microsoft Visual Studio 2017 (x86, x64, arm, arm64) - Microsoft Visual Studio Build Tools 2017 (x86, x64, arm, arm64) - - Parameters - ---------- - plat_spec: str - Target architecture. - - Return - ------ - environment: dict - """ - # Try to get environment from vcvarsall.bat (Classical way) - try: - return get_unpatched(msvc14_get_vc_env)(plat_spec) - except distutils.errors.DistutilsPlatformError: - # Pass error Vcvarsall.bat is missing - pass - - # If error, try to set environment directly - try: - return EnvironmentInfo(plat_spec, vc_min_ver=14.0).return_env() - except distutils.errors.DistutilsPlatformError as exc: - _augment_exception(exc, 14.0) - raise - - -def msvc14_gen_lib_options(*args, **kwargs): - """ - Patched "distutils._msvccompiler.gen_lib_options" for fix - compatibility between "numpy.distutils" and "distutils._msvccompiler" - (for Numpy < 1.11.2) - """ - if "numpy.distutils" in sys.modules: - import numpy as np - if LegacyVersion(np.__version__) < LegacyVersion('1.11.2'): - return np.distutils.ccompiler.gen_lib_options(*args, **kwargs) - return get_unpatched(msvc14_gen_lib_options)(*args, **kwargs) - - -def _augment_exception(exc, version, arch=''): - """ - Add details to the exception message to help guide the user - as to what action will resolve it. - """ - # Error if MSVC++ directory not found or environment not set - message = exc.args[0] - - if "vcvarsall" in message.lower() or "visual c" in message.lower(): - # Special error message if MSVC++ not installed - tmpl = 'Microsoft Visual C++ {version:0.1f} is required.' - message = tmpl.format(**locals()) - msdownload = 'www.microsoft.com/download/details.aspx?id=%d' - if version == 9.0: - if arch.lower().find('ia64') > -1: - # For VC++ 9.0, if IA64 support is needed, redirect user - # to Windows SDK 7.0 - message += ' Get it with "Microsoft Windows SDK 7.0": ' - message += msdownload % 3138 - else: - # For VC++ 9.0 redirect user to Vc++ for Python 2.7 : - # This redirection link is maintained by Microsoft. - # Contact vspython@microsoft.com if it needs updating. - message += ' Get it from http://aka.ms/vcpython27' - elif version == 10.0: - # For VC++ 10.0 Redirect user to Windows SDK 7.1 - message += ' Get it with "Microsoft Windows SDK 7.1": ' - message += msdownload % 8279 - elif version >= 14.0: - # For VC++ 14.0 Redirect user to Visual C++ Build Tools - message += (' Get it with "Microsoft Visual C++ Build Tools": ' - r'https://visualstudio.microsoft.com/downloads/') - - exc.args = (message, ) - - -class PlatformInfo: - """ - Current and Target Architectures informations. - - Parameters - ---------- - arch: str - Target architecture. - """ - current_cpu = safe_env.get('processor_architecture', '').lower() - - def __init__(self, arch): - self.arch = arch.lower().replace('x64', 'amd64') - - @property - def target_cpu(self): - return self.arch[self.arch.find('_') + 1:] - - def target_is_x86(self): - return self.target_cpu == 'x86' - - def current_is_x86(self): - return self.current_cpu == 'x86' - - def current_dir(self, hidex86=False, x64=False): - """ - Current platform specific subfolder. - - Parameters - ---------- - hidex86: bool - return '' and not '\x86' if architecture is x86. - x64: bool - return '\x64' and not '\amd64' if architecture is amd64. - - Return - ------ - subfolder: str - '\target', or '' (see hidex86 parameter) - """ - return ( - '' if (self.current_cpu == 'x86' and hidex86) else - r'\x64' if (self.current_cpu == 'amd64' and x64) else - r'\%s' % self.current_cpu - ) - - def target_dir(self, hidex86=False, x64=False): - r""" - Target platform specific subfolder. - - Parameters - ---------- - hidex86: bool - return '' and not '\x86' if architecture is x86. - x64: bool - return '\x64' and not '\amd64' if architecture is amd64. - - Return - ------ - subfolder: str - '\current', or '' (see hidex86 parameter) - """ - return ( - '' if (self.target_cpu == 'x86' and hidex86) else - r'\x64' if (self.target_cpu == 'amd64' and x64) else - r'\%s' % self.target_cpu - ) - - def cross_dir(self, forcex86=False): - r""" - Cross platform specific subfolder. - - Parameters - ---------- - forcex86: bool - Use 'x86' as current architecture even if current acritecture is - not x86. - - Return - ------ - subfolder: str - '' if target architecture is current architecture, - '\current_target' if not. - """ - current = 'x86' if forcex86 else self.current_cpu - return ( - '' if self.target_cpu == current else - self.target_dir().replace('\\', '\\%s_' % current) - ) - - -class RegistryInfo: - """ - Microsoft Visual Studio related registry informations. - - Parameters - ---------- - platform_info: PlatformInfo - "PlatformInfo" instance. - """ - HKEYS = (winreg.HKEY_USERS, - winreg.HKEY_CURRENT_USER, - winreg.HKEY_LOCAL_MACHINE, - winreg.HKEY_CLASSES_ROOT) - - def __init__(self, platform_info): - self.pi = platform_info - - @property - def visualstudio(self): - """ - Microsoft Visual Studio root registry key. - """ - return 'VisualStudio' - - @property - def sxs(self): - """ - Microsoft Visual Studio SxS registry key. - """ - return os.path.join(self.visualstudio, 'SxS') - - @property - def vc(self): - """ - Microsoft Visual C++ VC7 registry key. - """ - return os.path.join(self.sxs, 'VC7') - - @property - def vs(self): - """ - Microsoft Visual Studio VS7 registry key. - """ - return os.path.join(self.sxs, 'VS7') - - @property - def vc_for_python(self): - """ - Microsoft Visual C++ for Python registry key. - """ - return r'DevDiv\VCForPython' - - @property - def microsoft_sdk(self): - """ - Microsoft SDK registry key. - """ - return 'Microsoft SDKs' - - @property - def windows_sdk(self): - """ - Microsoft Windows/Platform SDK registry key. - """ - return os.path.join(self.microsoft_sdk, 'Windows') - - @property - def netfx_sdk(self): - """ - Microsoft .NET Framework SDK registry key. - """ - return os.path.join(self.microsoft_sdk, 'NETFXSDK') - - @property - def windows_kits_roots(self): - """ - Microsoft Windows Kits Roots registry key. - """ - return r'Windows Kits\Installed Roots' - - def microsoft(self, key, x86=False): - """ - Return key in Microsoft software registry. - - Parameters - ---------- - key: str - Registry key path where look. - x86: str - Force x86 software registry. - - Return - ------ - str: value - """ - node64 = '' if self.pi.current_is_x86() or x86 else 'Wow6432Node' - return os.path.join('Software', node64, 'Microsoft', key) - - def lookup(self, key, name): - """ - Look for values in registry in Microsoft software registry. - - Parameters - ---------- - key: str - Registry key path where look. - name: str - Value name to find. - - Return - ------ - str: value - """ - KEY_READ = winreg.KEY_READ - openkey = winreg.OpenKey - ms = self.microsoft - for hkey in self.HKEYS: - try: - bkey = openkey(hkey, ms(key), 0, KEY_READ) - except (OSError, IOError): - if not self.pi.current_is_x86(): - try: - bkey = openkey(hkey, ms(key, True), 0, KEY_READ) - except (OSError, IOError): - continue - else: - continue - try: - return winreg.QueryValueEx(bkey, name)[0] - except (OSError, IOError): - pass - - -class SystemInfo: - """ - Microsoft Windows and Visual Studio related system inormations. - - Parameters - ---------- - registry_info: RegistryInfo - "RegistryInfo" instance. - vc_ver: float - Required Microsoft Visual C++ version. - """ - - # Variables and properties in this class use originals CamelCase variables - # names from Microsoft source files for more easy comparaison. - WinDir = safe_env.get('WinDir', '') - ProgramFiles = safe_env.get('ProgramFiles', '') - ProgramFilesx86 = safe_env.get('ProgramFiles(x86)', ProgramFiles) - - def __init__(self, registry_info, vc_ver=None): - self.ri = registry_info - self.pi = self.ri.pi - self.vc_ver = vc_ver or self._find_latest_available_vc_ver() - - def _find_latest_available_vc_ver(self): - try: - return self.find_available_vc_vers()[-1] - except IndexError: - err = 'No Microsoft Visual C++ version found' - raise distutils.errors.DistutilsPlatformError(err) - - def find_available_vc_vers(self): - """ - Find all available Microsoft Visual C++ versions. - """ - ms = self.ri.microsoft - vckeys = (self.ri.vc, self.ri.vc_for_python, self.ri.vs) - vc_vers = [] - for hkey in self.ri.HKEYS: - for key in vckeys: - try: - bkey = winreg.OpenKey(hkey, ms(key), 0, winreg.KEY_READ) - except (OSError, IOError): - continue - subkeys, values, _ = winreg.QueryInfoKey(bkey) - for i in range(values): - try: - ver = float(winreg.EnumValue(bkey, i)[0]) - if ver not in vc_vers: - vc_vers.append(ver) - except ValueError: - pass - for i in range(subkeys): - try: - ver = float(winreg.EnumKey(bkey, i)) - if ver not in vc_vers: - vc_vers.append(ver) - except ValueError: - pass - return sorted(vc_vers) - - @property - def VSInstallDir(self): - """ - Microsoft Visual Studio directory. - """ - # Default path - name = 'Microsoft Visual Studio %0.1f' % self.vc_ver - default = os.path.join(self.ProgramFilesx86, name) - - # Try to get path from registry, if fail use default path - return self.ri.lookup(self.ri.vs, '%0.1f' % self.vc_ver) or default - - @property - def VCInstallDir(self): - """ - Microsoft Visual C++ directory. - """ - self.VSInstallDir - - guess_vc = self._guess_vc() or self._guess_vc_legacy() - - # Try to get "VC++ for Python" path from registry as default path - reg_path = os.path.join(self.ri.vc_for_python, '%0.1f' % self.vc_ver) - python_vc = self.ri.lookup(reg_path, 'installdir') - default_vc = os.path.join(python_vc, 'VC') if python_vc else guess_vc - - # Try to get path from registry, if fail use default path - path = self.ri.lookup(self.ri.vc, '%0.1f' % self.vc_ver) or default_vc - - if not os.path.isdir(path): - msg = 'Microsoft Visual C++ directory not found' - raise distutils.errors.DistutilsPlatformError(msg) - - return path - - def _guess_vc(self): - """ - Locate Visual C for 2017 - """ - if self.vc_ver <= 14.0: - return - - default = r'VC\Tools\MSVC' - guess_vc = os.path.join(self.VSInstallDir, default) - # Subdir with VC exact version as name - try: - vc_exact_ver = os.listdir(guess_vc)[-1] - return os.path.join(guess_vc, vc_exact_ver) - except (OSError, IOError, IndexError): - pass - - def _guess_vc_legacy(self): - """ - Locate Visual C for versions prior to 2017 - """ - default = r'Microsoft Visual Studio %0.1f\VC' % self.vc_ver - return os.path.join(self.ProgramFilesx86, default) - - @property - def WindowsSdkVersion(self): - """ - Microsoft Windows SDK versions for specified MSVC++ version. - """ - if self.vc_ver <= 9.0: - return ('7.0', '6.1', '6.0a') - elif self.vc_ver == 10.0: - return ('7.1', '7.0a') - elif self.vc_ver == 11.0: - return ('8.0', '8.0a') - elif self.vc_ver == 12.0: - return ('8.1', '8.1a') - elif self.vc_ver >= 14.0: - return ('10.0', '8.1') - - @property - def WindowsSdkLastVersion(self): - """ - Microsoft Windows SDK last version - """ - return self._use_last_dir_name(os.path.join( - self.WindowsSdkDir, 'lib')) - - @property - def WindowsSdkDir(self): - """ - Microsoft Windows SDK directory. - """ - sdkdir = '' - for ver in self.WindowsSdkVersion: - # Try to get it from registry - loc = os.path.join(self.ri.windows_sdk, 'v%s' % ver) - sdkdir = self.ri.lookup(loc, 'installationfolder') - if sdkdir: - break - if not sdkdir or not os.path.isdir(sdkdir): - # Try to get "VC++ for Python" version from registry - path = os.path.join(self.ri.vc_for_python, '%0.1f' % self.vc_ver) - install_base = self.ri.lookup(path, 'installdir') - if install_base: - sdkdir = os.path.join(install_base, 'WinSDK') - if not sdkdir or not os.path.isdir(sdkdir): - # If fail, use default new path - for ver in self.WindowsSdkVersion: - intver = ver[:ver.rfind('.')] - path = r'Microsoft SDKs\Windows Kits\%s' % (intver) - d = os.path.join(self.ProgramFiles, path) - if os.path.isdir(d): - sdkdir = d - if not sdkdir or not os.path.isdir(sdkdir): - # If fail, use default old path - for ver in self.WindowsSdkVersion: - path = r'Microsoft SDKs\Windows\v%s' % ver - d = os.path.join(self.ProgramFiles, path) - if os.path.isdir(d): - sdkdir = d - if not sdkdir: - # If fail, use Platform SDK - sdkdir = os.path.join(self.VCInstallDir, 'PlatformSDK') - return sdkdir - - @property - def WindowsSDKExecutablePath(self): - """ - Microsoft Windows SDK executable directory. - """ - # Find WinSDK NetFx Tools registry dir name - if self.vc_ver <= 11.0: - netfxver = 35 - arch = '' - else: - netfxver = 40 - hidex86 = True if self.vc_ver <= 12.0 else False - arch = self.pi.current_dir(x64=True, hidex86=hidex86) - fx = 'WinSDK-NetFx%dTools%s' % (netfxver, arch.replace('\\', '-')) - - # liste all possibles registry paths - regpaths = [] - if self.vc_ver >= 14.0: - for ver in self.NetFxSdkVersion: - regpaths += [os.path.join(self.ri.netfx_sdk, ver, fx)] - - for ver in self.WindowsSdkVersion: - regpaths += [os.path.join(self.ri.windows_sdk, 'v%sA' % ver, fx)] - - # Return installation folder from the more recent path - for path in regpaths: - execpath = self.ri.lookup(path, 'installationfolder') - if execpath: - break - return execpath - - @property - def FSharpInstallDir(self): - """ - Microsoft Visual F# directory. - """ - path = r'%0.1f\Setup\F#' % self.vc_ver - path = os.path.join(self.ri.visualstudio, path) - return self.ri.lookup(path, 'productdir') or '' - - @property - def UniversalCRTSdkDir(self): - """ - Microsoft Universal CRT SDK directory. - """ - # Set Kit Roots versions for specified MSVC++ version - if self.vc_ver >= 14.0: - vers = ('10', '81') - else: - vers = () - - # Find path of the more recent Kit - for ver in vers: - sdkdir = self.ri.lookup(self.ri.windows_kits_roots, - 'kitsroot%s' % ver) - if sdkdir: - break - return sdkdir or '' - - @property - def UniversalCRTSdkLastVersion(self): - """ - Microsoft Universal C Runtime SDK last version - """ - return self._use_last_dir_name(os.path.join( - self.UniversalCRTSdkDir, 'lib')) - - @property - def NetFxSdkVersion(self): - """ - Microsoft .NET Framework SDK versions. - """ - # Set FxSdk versions for specified MSVC++ version - if self.vc_ver >= 14.0: - return ('4.6.1', '4.6') - else: - return () - - @property - def NetFxSdkDir(self): - """ - Microsoft .NET Framework SDK directory. - """ - for ver in self.NetFxSdkVersion: - loc = os.path.join(self.ri.netfx_sdk, ver) - sdkdir = self.ri.lookup(loc, 'kitsinstallationfolder') - if sdkdir: - break - return sdkdir or '' - - @property - def FrameworkDir32(self): - """ - Microsoft .NET Framework 32bit directory. - """ - # Default path - guess_fw = os.path.join(self.WinDir, r'Microsoft.NET\Framework') - - # Try to get path from registry, if fail use default path - return self.ri.lookup(self.ri.vc, 'frameworkdir32') or guess_fw - - @property - def FrameworkDir64(self): - """ - Microsoft .NET Framework 64bit directory. - """ - # Default path - guess_fw = os.path.join(self.WinDir, r'Microsoft.NET\Framework64') - - # Try to get path from registry, if fail use default path - return self.ri.lookup(self.ri.vc, 'frameworkdir64') or guess_fw - - @property - def FrameworkVersion32(self): - """ - Microsoft .NET Framework 32bit versions. - """ - return self._find_dot_net_versions(32) - - @property - def FrameworkVersion64(self): - """ - Microsoft .NET Framework 64bit versions. - """ - return self._find_dot_net_versions(64) - - def _find_dot_net_versions(self, bits): - """ - Find Microsoft .NET Framework versions. - - Parameters - ---------- - bits: int - Platform number of bits: 32 or 64. - """ - # Find actual .NET version in registry - reg_ver = self.ri.lookup(self.ri.vc, 'frameworkver%d' % bits) - dot_net_dir = getattr(self, 'FrameworkDir%d' % bits) - ver = reg_ver or self._use_last_dir_name(dot_net_dir, 'v') or '' - - # Set .NET versions for specified MSVC++ version - if self.vc_ver >= 12.0: - frameworkver = (ver, 'v4.0') - elif self.vc_ver >= 10.0: - frameworkver = ('v4.0.30319' if ver.lower()[:2] != 'v4' else ver, - 'v3.5') - elif self.vc_ver == 9.0: - frameworkver = ('v3.5', 'v2.0.50727') - if self.vc_ver == 8.0: - frameworkver = ('v3.0', 'v2.0.50727') - return frameworkver - - def _use_last_dir_name(self, path, prefix=''): - """ - Return name of the last dir in path or '' if no dir found. - - Parameters - ---------- - path: str - Use dirs in this path - prefix: str - Use only dirs startings by this prefix - """ - matching_dirs = ( - dir_name - for dir_name in reversed(os.listdir(path)) - if os.path.isdir(os.path.join(path, dir_name)) and - dir_name.startswith(prefix) - ) - return next(matching_dirs, None) or '' - - -class EnvironmentInfo: - """ - Return environment variables for specified Microsoft Visual C++ version - and platform : Lib, Include, Path and libpath. - - This function is compatible with Microsoft Visual C++ 9.0 to 14.0. - - Script created by analysing Microsoft environment configuration files like - "vcvars[...].bat", "SetEnv.Cmd", "vcbuildtools.bat", ... - - Parameters - ---------- - arch: str - Target architecture. - vc_ver: float - Required Microsoft Visual C++ version. If not set, autodetect the last - version. - vc_min_ver: float - Minimum Microsoft Visual C++ version. - """ - - # Variables and properties in this class use originals CamelCase variables - # names from Microsoft source files for more easy comparaison. - - def __init__(self, arch, vc_ver=None, vc_min_ver=0): - self.pi = PlatformInfo(arch) - self.ri = RegistryInfo(self.pi) - self.si = SystemInfo(self.ri, vc_ver) - - if self.vc_ver < vc_min_ver: - err = 'No suitable Microsoft Visual C++ version found' - raise distutils.errors.DistutilsPlatformError(err) - - @property - def vc_ver(self): - """ - Microsoft Visual C++ version. - """ - return self.si.vc_ver - - @property - def VSTools(self): - """ - Microsoft Visual Studio Tools - """ - paths = [r'Common7\IDE', r'Common7\Tools'] - - if self.vc_ver >= 14.0: - arch_subdir = self.pi.current_dir(hidex86=True, x64=True) - paths += [r'Common7\IDE\CommonExtensions\Microsoft\TestWindow'] - paths += [r'Team Tools\Performance Tools'] - paths += [r'Team Tools\Performance Tools%s' % arch_subdir] - - return [os.path.join(self.si.VSInstallDir, path) for path in paths] - - @property - def VCIncludes(self): - """ - Microsoft Visual C++ & Microsoft Foundation Class Includes - """ - return [os.path.join(self.si.VCInstallDir, 'Include'), - os.path.join(self.si.VCInstallDir, r'ATLMFC\Include')] - - @property - def VCLibraries(self): - """ - Microsoft Visual C++ & Microsoft Foundation Class Libraries - """ - if self.vc_ver >= 15.0: - arch_subdir = self.pi.target_dir(x64=True) - else: - arch_subdir = self.pi.target_dir(hidex86=True) - paths = ['Lib%s' % arch_subdir, r'ATLMFC\Lib%s' % arch_subdir] - - if self.vc_ver >= 14.0: - paths += [r'Lib\store%s' % arch_subdir] - - return [os.path.join(self.si.VCInstallDir, path) for path in paths] - - @property - def VCStoreRefs(self): - """ - Microsoft Visual C++ store references Libraries - """ - if self.vc_ver < 14.0: - return [] - return [os.path.join(self.si.VCInstallDir, r'Lib\store\references')] - - @property - def VCTools(self): - """ - Microsoft Visual C++ Tools - """ - si = self.si - tools = [os.path.join(si.VCInstallDir, 'VCPackages')] - - forcex86 = True if self.vc_ver <= 10.0 else False - arch_subdir = self.pi.cross_dir(forcex86) - if arch_subdir: - tools += [os.path.join(si.VCInstallDir, 'Bin%s' % arch_subdir)] - - if self.vc_ver == 14.0: - path = 'Bin%s' % self.pi.current_dir(hidex86=True) - tools += [os.path.join(si.VCInstallDir, path)] - - elif self.vc_ver >= 15.0: - host_dir = (r'bin\HostX86%s' if self.pi.current_is_x86() else - r'bin\HostX64%s') - tools += [os.path.join( - si.VCInstallDir, host_dir % self.pi.target_dir(x64=True))] - - if self.pi.current_cpu != self.pi.target_cpu: - tools += [os.path.join( - si.VCInstallDir, host_dir % self.pi.current_dir(x64=True))] - - else: - tools += [os.path.join(si.VCInstallDir, 'Bin')] - - return tools - - @property - def OSLibraries(self): - """ - Microsoft Windows SDK Libraries - """ - if self.vc_ver <= 10.0: - arch_subdir = self.pi.target_dir(hidex86=True, x64=True) - return [os.path.join(self.si.WindowsSdkDir, 'Lib%s' % arch_subdir)] - - else: - arch_subdir = self.pi.target_dir(x64=True) - lib = os.path.join(self.si.WindowsSdkDir, 'lib') - libver = self._sdk_subdir - return [os.path.join(lib, '%sum%s' % (libver , arch_subdir))] - - @property - def OSIncludes(self): - """ - Microsoft Windows SDK Include - """ - include = os.path.join(self.si.WindowsSdkDir, 'include') - - if self.vc_ver <= 10.0: - return [include, os.path.join(include, 'gl')] - - else: - if self.vc_ver >= 14.0: - sdkver = self._sdk_subdir - else: - sdkver = '' - return [os.path.join(include, '%sshared' % sdkver), - os.path.join(include, '%sum' % sdkver), - os.path.join(include, '%swinrt' % sdkver)] - - @property - def OSLibpath(self): - """ - Microsoft Windows SDK Libraries Paths - """ - ref = os.path.join(self.si.WindowsSdkDir, 'References') - libpath = [] - - if self.vc_ver <= 9.0: - libpath += self.OSLibraries - - if self.vc_ver >= 11.0: - libpath += [os.path.join(ref, r'CommonConfiguration\Neutral')] - - if self.vc_ver >= 14.0: - libpath += [ - ref, - os.path.join(self.si.WindowsSdkDir, 'UnionMetadata'), - os.path.join( - ref, - 'Windows.Foundation.UniversalApiContract', - '1.0.0.0', - ), - os.path.join( - ref, - 'Windows.Foundation.FoundationContract', - '1.0.0.0', - ), - os.path.join( - ref, - 'Windows.Networking.Connectivity.WwanContract', - '1.0.0.0', - ), - os.path.join( - self.si.WindowsSdkDir, - 'ExtensionSDKs', - 'Microsoft.VCLibs', - '%0.1f' % self.vc_ver, - 'References', - 'CommonConfiguration', - 'neutral', - ), - ] - return libpath - - @property - def SdkTools(self): - """ - Microsoft Windows SDK Tools - """ - return list(self._sdk_tools()) - - def _sdk_tools(self): - """ - Microsoft Windows SDK Tools paths generator - """ - if self.vc_ver < 15.0: - bin_dir = 'Bin' if self.vc_ver <= 11.0 else r'Bin\x86' - yield os.path.join(self.si.WindowsSdkDir, bin_dir) - - if not self.pi.current_is_x86(): - arch_subdir = self.pi.current_dir(x64=True) - path = 'Bin%s' % arch_subdir - yield os.path.join(self.si.WindowsSdkDir, path) - - if self.vc_ver == 10.0 or self.vc_ver == 11.0: - if self.pi.target_is_x86(): - arch_subdir = '' - else: - arch_subdir = self.pi.current_dir(hidex86=True, x64=True) - path = r'Bin\NETFX 4.0 Tools%s' % arch_subdir - yield os.path.join(self.si.WindowsSdkDir, path) - - elif self.vc_ver >= 15.0: - path = os.path.join(self.si.WindowsSdkDir, 'Bin') - arch_subdir = self.pi.current_dir(x64=True) - sdkver = self.si.WindowsSdkLastVersion - yield os.path.join(path, '%s%s' % (sdkver, arch_subdir)) - - if self.si.WindowsSDKExecutablePath: - yield self.si.WindowsSDKExecutablePath - - @property - def _sdk_subdir(self): - """ - Microsoft Windows SDK version subdir - """ - ucrtver = self.si.WindowsSdkLastVersion - return ('%s\\' % ucrtver) if ucrtver else '' - - @property - def SdkSetup(self): - """ - Microsoft Windows SDK Setup - """ - if self.vc_ver > 9.0: - return [] - - return [os.path.join(self.si.WindowsSdkDir, 'Setup')] - - @property - def FxTools(self): - """ - Microsoft .NET Framework Tools - """ - pi = self.pi - si = self.si - - if self.vc_ver <= 10.0: - include32 = True - include64 = not pi.target_is_x86() and not pi.current_is_x86() - else: - include32 = pi.target_is_x86() or pi.current_is_x86() - include64 = pi.current_cpu == 'amd64' or pi.target_cpu == 'amd64' - - tools = [] - if include32: - tools += [os.path.join(si.FrameworkDir32, ver) - for ver in si.FrameworkVersion32] - if include64: - tools += [os.path.join(si.FrameworkDir64, ver) - for ver in si.FrameworkVersion64] - return tools - - @property - def NetFxSDKLibraries(self): - """ - Microsoft .Net Framework SDK Libraries - """ - if self.vc_ver < 14.0 or not self.si.NetFxSdkDir: - return [] - - arch_subdir = self.pi.target_dir(x64=True) - return [os.path.join(self.si.NetFxSdkDir, r'lib\um%s' % arch_subdir)] - - @property - def NetFxSDKIncludes(self): - """ - Microsoft .Net Framework SDK Includes - """ - if self.vc_ver < 14.0 or not self.si.NetFxSdkDir: - return [] - - return [os.path.join(self.si.NetFxSdkDir, r'include\um')] - - @property - def VsTDb(self): - """ - Microsoft Visual Studio Team System Database - """ - return [os.path.join(self.si.VSInstallDir, r'VSTSDB\Deploy')] - - @property - def MSBuild(self): - """ - Microsoft Build Engine - """ - if self.vc_ver < 12.0: - return [] - elif self.vc_ver < 15.0: - base_path = self.si.ProgramFilesx86 - arch_subdir = self.pi.current_dir(hidex86=True) - else: - base_path = self.si.VSInstallDir - arch_subdir = '' - - path = r'MSBuild\%0.1f\bin%s' % (self.vc_ver, arch_subdir) - build = [os.path.join(base_path, path)] - - if self.vc_ver >= 15.0: - # Add Roslyn C# & Visual Basic Compiler - build += [os.path.join(base_path, path, 'Roslyn')] - - return build - - @property - def HTMLHelpWorkshop(self): - """ - Microsoft HTML Help Workshop - """ - if self.vc_ver < 11.0: - return [] - - return [os.path.join(self.si.ProgramFilesx86, 'HTML Help Workshop')] - - @property - def UCRTLibraries(self): - """ - Microsoft Universal C Runtime SDK Libraries - """ - if self.vc_ver < 14.0: - return [] - - arch_subdir = self.pi.target_dir(x64=True) - lib = os.path.join(self.si.UniversalCRTSdkDir, 'lib') - ucrtver = self._ucrt_subdir - return [os.path.join(lib, '%sucrt%s' % (ucrtver, arch_subdir))] - - @property - def UCRTIncludes(self): - """ - Microsoft Universal C Runtime SDK Include - """ - if self.vc_ver < 14.0: - return [] - - include = os.path.join(self.si.UniversalCRTSdkDir, 'include') - return [os.path.join(include, '%sucrt' % self._ucrt_subdir)] - - @property - def _ucrt_subdir(self): - """ - Microsoft Universal C Runtime SDK version subdir - """ - ucrtver = self.si.UniversalCRTSdkLastVersion - return ('%s\\' % ucrtver) if ucrtver else '' - - @property - def FSharp(self): - """ - Microsoft Visual F# - """ - if self.vc_ver < 11.0 and self.vc_ver > 12.0: - return [] - - return self.si.FSharpInstallDir - - @property - def VCRuntimeRedist(self): - """ - Microsoft Visual C++ runtime redistribuable dll - """ - arch_subdir = self.pi.target_dir(x64=True) - if self.vc_ver < 15: - redist_path = self.si.VCInstallDir - vcruntime = 'redist%s\\Microsoft.VC%d0.CRT\\vcruntime%d0.dll' - else: - redist_path = self.si.VCInstallDir.replace('\\Tools', '\\Redist') - vcruntime = 'onecore%s\\Microsoft.VC%d0.CRT\\vcruntime%d0.dll' - - # Visual Studio 2017 is still Visual C++ 14.0 - dll_ver = 14.0 if self.vc_ver == 15 else self.vc_ver - - vcruntime = vcruntime % (arch_subdir, self.vc_ver, dll_ver) - return os.path.join(redist_path, vcruntime) - - def return_env(self, exists=True): - """ - Return environment dict. - - Parameters - ---------- - exists: bool - It True, only return existing paths. - """ - env = dict( - include=self._build_paths('include', - [self.VCIncludes, - self.OSIncludes, - self.UCRTIncludes, - self.NetFxSDKIncludes], - exists), - lib=self._build_paths('lib', - [self.VCLibraries, - self.OSLibraries, - self.FxTools, - self.UCRTLibraries, - self.NetFxSDKLibraries], - exists), - libpath=self._build_paths('libpath', - [self.VCLibraries, - self.FxTools, - self.VCStoreRefs, - self.OSLibpath], - exists), - path=self._build_paths('path', - [self.VCTools, - self.VSTools, - self.VsTDb, - self.SdkTools, - self.SdkSetup, - self.FxTools, - self.MSBuild, - self.HTMLHelpWorkshop, - self.FSharp], - exists), - ) - if self.vc_ver >= 14 and os.path.isfile(self.VCRuntimeRedist): - env['py_vcruntime_redist'] = self.VCRuntimeRedist - return env - - def _build_paths(self, name, spec_path_lists, exists): - """ - Given an environment variable name and specified paths, - return a pathsep-separated string of paths containing - unique, extant, directories from those paths and from - the environment variable. Raise an error if no paths - are resolved. - """ - # flatten spec_path_lists - spec_paths = itertools.chain.from_iterable(spec_path_lists) - env_paths = safe_env.get(name, '').split(os.pathsep) - paths = itertools.chain(spec_paths, env_paths) - extant_paths = list(filter(os.path.isdir, paths)) if exists else paths - if not extant_paths: - msg = "%s environment variable is empty" % name.upper() - raise distutils.errors.DistutilsPlatformError(msg) - unique_paths = self._unique_everseen(extant_paths) - return os.pathsep.join(unique_paths) - - # from Python docs - def _unique_everseen(self, iterable, key=None): - """ - List unique elements, preserving order. - Remember all elements ever seen. - - _unique_everseen('AAAABBBCCDAABBB') --> A B C D - - _unique_everseen('ABBCcAD', str.lower) --> A B C D - """ - seen = set() - seen_add = seen.add - if key is None: - for element in filterfalse(seen.__contains__, iterable): - seen_add(element) - yield element - else: - for element in iterable: - k = key(element) - if k not in seen: - seen_add(k) - yield element diff --git a/lib/python3.8/site-packages/setuptools/namespaces.py b/lib/python3.8/site-packages/setuptools/namespaces.py deleted file mode 100644 index dc16106..0000000 --- a/lib/python3.8/site-packages/setuptools/namespaces.py +++ /dev/null @@ -1,107 +0,0 @@ -import os -from distutils import log -import itertools - -from setuptools.extern.six.moves import map - - -flatten = itertools.chain.from_iterable - - -class Installer: - - nspkg_ext = '-nspkg.pth' - - def install_namespaces(self): - nsp = self._get_all_ns_packages() - if not nsp: - return - filename, ext = os.path.splitext(self._get_target()) - filename += self.nspkg_ext - self.outputs.append(filename) - log.info("Installing %s", filename) - lines = map(self._gen_nspkg_line, nsp) - - if self.dry_run: - # always generate the lines, even in dry run - list(lines) - return - - with open(filename, 'wt') as f: - f.writelines(lines) - - def uninstall_namespaces(self): - filename, ext = os.path.splitext(self._get_target()) - filename += self.nspkg_ext - if not os.path.exists(filename): - return - log.info("Removing %s", filename) - os.remove(filename) - - def _get_target(self): - return self.target - - _nspkg_tmpl = ( - "import sys, types, os", - "has_mfs = sys.version_info > (3, 5)", - "p = os.path.join(%(root)s, *%(pth)r)", - "importlib = has_mfs and __import__('importlib.util')", - "has_mfs and __import__('importlib.machinery')", - "m = has_mfs and " - "sys.modules.setdefault(%(pkg)r, " - "importlib.util.module_from_spec(" - "importlib.machinery.PathFinder.find_spec(%(pkg)r, " - "[os.path.dirname(p)])))", - "m = m or " - "sys.modules.setdefault(%(pkg)r, types.ModuleType(%(pkg)r))", - "mp = (m or []) and m.__dict__.setdefault('__path__',[])", - "(p not in mp) and mp.append(p)", - ) - "lines for the namespace installer" - - _nspkg_tmpl_multi = ( - 'm and setattr(sys.modules[%(parent)r], %(child)r, m)', - ) - "additional line(s) when a parent package is indicated" - - def _get_root(self): - return "sys._getframe(1).f_locals['sitedir']" - - def _gen_nspkg_line(self, pkg): - # ensure pkg is not a unicode string under Python 2.7 - pkg = str(pkg) - pth = tuple(pkg.split('.')) - root = self._get_root() - tmpl_lines = self._nspkg_tmpl - parent, sep, child = pkg.rpartition('.') - if parent: - tmpl_lines += self._nspkg_tmpl_multi - return ';'.join(tmpl_lines) % locals() + '\n' - - def _get_all_ns_packages(self): - """Return sorted list of all package namespaces""" - pkgs = self.distribution.namespace_packages or [] - return sorted(flatten(map(self._pkg_names, pkgs))) - - @staticmethod - def _pkg_names(pkg): - """ - Given a namespace package, yield the components of that - package. - - >>> names = Installer._pkg_names('a.b.c') - >>> set(names) == set(['a', 'a.b', 'a.b.c']) - True - """ - parts = pkg.split('.') - while parts: - yield '.'.join(parts) - parts.pop() - - -class DevelopInstaller(Installer): - def _get_root(self): - return repr(str(self.egg_path)) - - def _get_target(self): - return self.egg_link diff --git a/lib/python3.8/site-packages/setuptools/package_index.py b/lib/python3.8/site-packages/setuptools/package_index.py deleted file mode 100644 index 6b06f2c..0000000 --- a/lib/python3.8/site-packages/setuptools/package_index.py +++ /dev/null @@ -1,1136 +0,0 @@ -"""PyPI and direct package downloading""" -import sys -import os -import re -import shutil -import socket -import base64 -import hashlib -import itertools -import warnings -from functools import wraps - -from setuptools.extern import six -from setuptools.extern.six.moves import urllib, http_client, configparser, map - -import setuptools -from pkg_resources import ( - CHECKOUT_DIST, Distribution, BINARY_DIST, normalize_path, SOURCE_DIST, - Environment, find_distributions, safe_name, safe_version, - to_filename, Requirement, DEVELOP_DIST, EGG_DIST, -) -from setuptools import ssl_support -from distutils import log -from distutils.errors import DistutilsError -from fnmatch import translate -from setuptools.py27compat import get_all_headers -from setuptools.py33compat import unescape -from setuptools.wheel import Wheel - -__metaclass__ = type - -EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.+!]+)$') -HREF = re.compile(r"""href\s*=\s*['"]?([^'"> ]+)""", re.I) -PYPI_MD5 = re.compile( - r'<a href="([^"#]+)">([^<]+)</a>\n\s+\(<a (?:title="MD5 hash"\n\s+)' - r'href="[^?]+\?:action=show_md5&digest=([0-9a-f]{32})">md5</a>\)' -) -URL_SCHEME = re.compile('([-+.a-z0-9]{2,}):', re.I).match -EXTENSIONS = ".tar.gz .tar.bz2 .tar .zip .tgz".split() - -__all__ = [ - 'PackageIndex', 'distros_for_url', 'parse_bdist_wininst', - 'interpret_distro_name', -] - -_SOCKET_TIMEOUT = 15 - -_tmpl = "setuptools/{setuptools.__version__} Python-urllib/{py_major}" -user_agent = _tmpl.format(py_major=sys.version[:3], setuptools=setuptools) - - -def parse_requirement_arg(spec): - try: - return Requirement.parse(spec) - except ValueError: - raise DistutilsError( - "Not a URL, existing file, or requirement spec: %r" % (spec,) - ) - - -def parse_bdist_wininst(name): - """Return (base,pyversion) or (None,None) for possible .exe name""" - - lower = name.lower() - base, py_ver, plat = None, None, None - - if lower.endswith('.exe'): - if lower.endswith('.win32.exe'): - base = name[:-10] - plat = 'win32' - elif lower.startswith('.win32-py', -16): - py_ver = name[-7:-4] - base = name[:-16] - plat = 'win32' - elif lower.endswith('.win-amd64.exe'): - base = name[:-14] - plat = 'win-amd64' - elif lower.startswith('.win-amd64-py', -20): - py_ver = name[-7:-4] - base = name[:-20] - plat = 'win-amd64' - return base, py_ver, plat - - -def egg_info_for_url(url): - parts = urllib.parse.urlparse(url) - scheme, server, path, parameters, query, fragment = parts - base = urllib.parse.unquote(path.split('/')[-1]) - if server == 'sourceforge.net' and base == 'download': # XXX Yuck - base = urllib.parse.unquote(path.split('/')[-2]) - if '#' in base: - base, fragment = base.split('#', 1) - return base, fragment - - -def distros_for_url(url, metadata=None): - """Yield egg or source distribution objects that might be found at a URL""" - base, fragment = egg_info_for_url(url) - for dist in distros_for_location(url, base, metadata): - yield dist - if fragment: - match = EGG_FRAGMENT.match(fragment) - if match: - for dist in interpret_distro_name( - url, match.group(1), metadata, precedence=CHECKOUT_DIST - ): - yield dist - - -def distros_for_location(location, basename, metadata=None): - """Yield egg or source distribution objects based on basename""" - if basename.endswith('.egg.zip'): - basename = basename[:-4] # strip the .zip - if basename.endswith('.egg') and '-' in basename: - # only one, unambiguous interpretation - return [Distribution.from_location(location, basename, metadata)] - if basename.endswith('.whl') and '-' in basename: - wheel = Wheel(basename) - if not wheel.is_compatible(): - return [] - return [Distribution( - location=location, - project_name=wheel.project_name, - version=wheel.version, - # Increase priority over eggs. - precedence=EGG_DIST + 1, - )] - if basename.endswith('.exe'): - win_base, py_ver, platform = parse_bdist_wininst(basename) - if win_base is not None: - return interpret_distro_name( - location, win_base, metadata, py_ver, BINARY_DIST, platform - ) - # Try source distro extensions (.zip, .tgz, etc.) - # - for ext in EXTENSIONS: - if basename.endswith(ext): - basename = basename[:-len(ext)] - return interpret_distro_name(location, basename, metadata) - return [] # no extension matched - - -def distros_for_filename(filename, metadata=None): - """Yield possible egg or source distribution objects based on a filename""" - return distros_for_location( - normalize_path(filename), os.path.basename(filename), metadata - ) - - -def interpret_distro_name( - location, basename, metadata, py_version=None, precedence=SOURCE_DIST, - platform=None -): - """Generate alternative interpretations of a source distro name - - Note: if `location` is a filesystem filename, you should call - ``pkg_resources.normalize_path()`` on it before passing it to this - routine! - """ - # Generate alternative interpretations of a source distro name - # Because some packages are ambiguous as to name/versions split - # e.g. "adns-python-1.1.0", "egenix-mx-commercial", etc. - # So, we generate each possible interepretation (e.g. "adns, python-1.1.0" - # "adns-python, 1.1.0", and "adns-python-1.1.0, no version"). In practice, - # the spurious interpretations should be ignored, because in the event - # there's also an "adns" package, the spurious "python-1.1.0" version will - # compare lower than any numeric version number, and is therefore unlikely - # to match a request for it. It's still a potential problem, though, and - # in the long run PyPI and the distutils should go for "safe" names and - # versions in distribution archive names (sdist and bdist). - - parts = basename.split('-') - if not py_version and any(re.match(r'py\d\.\d$', p) for p in parts[2:]): - # it is a bdist_dumb, not an sdist -- bail out - return - - for p in range(1, len(parts) + 1): - yield Distribution( - location, metadata, '-'.join(parts[:p]), '-'.join(parts[p:]), - py_version=py_version, precedence=precedence, - platform=platform - ) - - -# From Python 2.7 docs -def unique_everseen(iterable, key=None): - "List unique elements, preserving order. Remember all elements ever seen." - # unique_everseen('AAAABBBCCDAABBB') --> A B C D - # unique_everseen('ABBCcAD', str.lower) --> A B C D - seen = set() - seen_add = seen.add - if key is None: - for element in six.moves.filterfalse(seen.__contains__, iterable): - seen_add(element) - yield element - else: - for element in iterable: - k = key(element) - if k not in seen: - seen_add(k) - yield element - - -def unique_values(func): - """ - Wrap a function returning an iterable such that the resulting iterable - only ever yields unique items. - """ - - @wraps(func) - def wrapper(*args, **kwargs): - return unique_everseen(func(*args, **kwargs)) - - return wrapper - - -REL = re.compile(r"""<([^>]*\srel\s*=\s*['"]?([^'">]+)[^>]*)>""", re.I) -# this line is here to fix emacs' cruddy broken syntax highlighting - - -@unique_values -def find_external_links(url, page): - """Find rel="homepage" and rel="download" links in `page`, yielding URLs""" - - for match in REL.finditer(page): - tag, rel = match.groups() - rels = set(map(str.strip, rel.lower().split(','))) - if 'homepage' in rels or 'download' in rels: - for match in HREF.finditer(tag): - yield urllib.parse.urljoin(url, htmldecode(match.group(1))) - - for tag in ("<th>Home Page", "<th>Download URL"): - pos = page.find(tag) - if pos != -1: - match = HREF.search(page, pos) - if match: - yield urllib.parse.urljoin(url, htmldecode(match.group(1))) - - -class ContentChecker: - """ - A null content checker that defines the interface for checking content - """ - - def feed(self, block): - """ - Feed a block of data to the hash. - """ - return - - def is_valid(self): - """ - Check the hash. Return False if validation fails. - """ - return True - - def report(self, reporter, template): - """ - Call reporter with information about the checker (hash name) - substituted into the template. - """ - return - - -class HashChecker(ContentChecker): - pattern = re.compile( - r'(?P<hash_name>sha1|sha224|sha384|sha256|sha512|md5)=' - r'(?P<expected>[a-f0-9]+)' - ) - - def __init__(self, hash_name, expected): - self.hash_name = hash_name - self.hash = hashlib.new(hash_name) - self.expected = expected - - @classmethod - def from_url(cls, url): - "Construct a (possibly null) ContentChecker from a URL" - fragment = urllib.parse.urlparse(url)[-1] - if not fragment: - return ContentChecker() - match = cls.pattern.search(fragment) - if not match: - return ContentChecker() - return cls(**match.groupdict()) - - def feed(self, block): - self.hash.update(block) - - def is_valid(self): - return self.hash.hexdigest() == self.expected - - def report(self, reporter, template): - msg = template % self.hash_name - return reporter(msg) - - -class PackageIndex(Environment): - """A distribution index that scans web pages for download URLs""" - - def __init__( - self, index_url="https://pypi.org/simple/", hosts=('*',), - ca_bundle=None, verify_ssl=True, *args, **kw - ): - Environment.__init__(self, *args, **kw) - self.index_url = index_url + "/" [:not index_url.endswith('/')] - self.scanned_urls = {} - self.fetched_urls = {} - self.package_pages = {} - self.allows = re.compile('|'.join(map(translate, hosts))).match - self.to_scan = [] - use_ssl = ( - verify_ssl - and ssl_support.is_available - and (ca_bundle or ssl_support.find_ca_bundle()) - ) - if use_ssl: - self.opener = ssl_support.opener_for(ca_bundle) - else: - self.opener = urllib.request.urlopen - - def process_url(self, url, retrieve=False): - """Evaluate a URL as a possible download, and maybe retrieve it""" - if url in self.scanned_urls and not retrieve: - return - self.scanned_urls[url] = True - if not URL_SCHEME(url): - self.process_filename(url) - return - else: - dists = list(distros_for_url(url)) - if dists: - if not self.url_ok(url): - return - self.debug("Found link: %s", url) - - if dists or not retrieve or url in self.fetched_urls: - list(map(self.add, dists)) - return # don't need the actual page - - if not self.url_ok(url): - self.fetched_urls[url] = True - return - - self.info("Reading %s", url) - self.fetched_urls[url] = True # prevent multiple fetch attempts - tmpl = "Download error on %s: %%s -- Some packages may not be found!" - f = self.open_url(url, tmpl % url) - if f is None: - return - self.fetched_urls[f.url] = True - if 'html' not in f.headers.get('content-type', '').lower(): - f.close() # not html, we can't process it - return - - base = f.url # handle redirects - page = f.read() - if not isinstance(page, str): - # In Python 3 and got bytes but want str. - if isinstance(f, urllib.error.HTTPError): - # Errors have no charset, assume latin1: - charset = 'latin-1' - else: - charset = f.headers.get_param('charset') or 'latin-1' - page = page.decode(charset, "ignore") - f.close() - for match in HREF.finditer(page): - link = urllib.parse.urljoin(base, htmldecode(match.group(1))) - self.process_url(link) - if url.startswith(self.index_url) and getattr(f, 'code', None) != 404: - page = self.process_index(url, page) - - def process_filename(self, fn, nested=False): - # process filenames or directories - if not os.path.exists(fn): - self.warn("Not found: %s", fn) - return - - if os.path.isdir(fn) and not nested: - path = os.path.realpath(fn) - for item in os.listdir(path): - self.process_filename(os.path.join(path, item), True) - - dists = distros_for_filename(fn) - if dists: - self.debug("Found: %s", fn) - list(map(self.add, dists)) - - def url_ok(self, url, fatal=False): - s = URL_SCHEME(url) - is_file = s and s.group(1).lower() == 'file' - if is_file or self.allows(urllib.parse.urlparse(url)[1]): - return True - msg = ( - "\nNote: Bypassing %s (disallowed host; see " - "http://bit.ly/2hrImnY for details).\n") - if fatal: - raise DistutilsError(msg % url) - else: - self.warn(msg, url) - - def scan_egg_links(self, search_path): - dirs = filter(os.path.isdir, search_path) - egg_links = ( - (path, entry) - for path in dirs - for entry in os.listdir(path) - if entry.endswith('.egg-link') - ) - list(itertools.starmap(self.scan_egg_link, egg_links)) - - def scan_egg_link(self, path, entry): - with open(os.path.join(path, entry)) as raw_lines: - # filter non-empty lines - lines = list(filter(None, map(str.strip, raw_lines))) - - if len(lines) != 2: - # format is not recognized; punt - return - - egg_path, setup_path = lines - - for dist in find_distributions(os.path.join(path, egg_path)): - dist.location = os.path.join(path, *lines) - dist.precedence = SOURCE_DIST - self.add(dist) - - def process_index(self, url, page): - """Process the contents of a PyPI page""" - - def scan(link): - # Process a URL to see if it's for a package page - if link.startswith(self.index_url): - parts = list(map( - urllib.parse.unquote, link[len(self.index_url):].split('/') - )) - if len(parts) == 2 and '#' not in parts[1]: - # it's a package page, sanitize and index it - pkg = safe_name(parts[0]) - ver = safe_version(parts[1]) - self.package_pages.setdefault(pkg.lower(), {})[link] = True - return to_filename(pkg), to_filename(ver) - return None, None - - # process an index page into the package-page index - for match in HREF.finditer(page): - try: - scan(urllib.parse.urljoin(url, htmldecode(match.group(1)))) - except ValueError: - pass - - pkg, ver = scan(url) # ensure this page is in the page index - if pkg: - # process individual package page - for new_url in find_external_links(url, page): - # Process the found URL - base, frag = egg_info_for_url(new_url) - if base.endswith('.py') and not frag: - if ver: - new_url += '#egg=%s-%s' % (pkg, ver) - else: - self.need_version_info(url) - self.scan_url(new_url) - - return PYPI_MD5.sub( - lambda m: '<a href="%s#md5=%s">%s</a>' % m.group(1, 3, 2), page - ) - else: - return "" # no sense double-scanning non-package pages - - def need_version_info(self, url): - self.scan_all( - "Page at %s links to .py file(s) without version info; an index " - "scan is required.", url - ) - - def scan_all(self, msg=None, *args): - if self.index_url not in self.fetched_urls: - if msg: - self.warn(msg, *args) - self.info( - "Scanning index of all packages (this may take a while)" - ) - self.scan_url(self.index_url) - - def find_packages(self, requirement): - self.scan_url(self.index_url + requirement.unsafe_name + '/') - - if not self.package_pages.get(requirement.key): - # Fall back to safe version of the name - self.scan_url(self.index_url + requirement.project_name + '/') - - if not self.package_pages.get(requirement.key): - # We couldn't find the target package, so search the index page too - self.not_found_in_index(requirement) - - for url in list(self.package_pages.get(requirement.key, ())): - # scan each page that might be related to the desired package - self.scan_url(url) - - def obtain(self, requirement, installer=None): - self.prescan() - self.find_packages(requirement) - for dist in self[requirement.key]: - if dist in requirement: - return dist - self.debug("%s does not match %s", requirement, dist) - return super(PackageIndex, self).obtain(requirement, installer) - - def check_hash(self, checker, filename, tfp): - """ - checker is a ContentChecker - """ - checker.report( - self.debug, - "Validating %%s checksum for %s" % filename) - if not checker.is_valid(): - tfp.close() - os.unlink(filename) - raise DistutilsError( - "%s validation failed for %s; " - "possible download problem?" - % (checker.hash.name, os.path.basename(filename)) - ) - - def add_find_links(self, urls): - """Add `urls` to the list that will be prescanned for searches""" - for url in urls: - if ( - self.to_scan is None # if we have already "gone online" - or not URL_SCHEME(url) # or it's a local file/directory - or url.startswith('file:') - or list(distros_for_url(url)) # or a direct package link - ): - # then go ahead and process it now - self.scan_url(url) - else: - # otherwise, defer retrieval till later - self.to_scan.append(url) - - def prescan(self): - """Scan urls scheduled for prescanning (e.g. --find-links)""" - if self.to_scan: - list(map(self.scan_url, self.to_scan)) - self.to_scan = None # from now on, go ahead and process immediately - - def not_found_in_index(self, requirement): - if self[requirement.key]: # we've seen at least one distro - meth, msg = self.info, "Couldn't retrieve index page for %r" - else: # no distros seen for this name, might be misspelled - meth, msg = ( - self.warn, - "Couldn't find index page for %r (maybe misspelled?)") - meth(msg, requirement.unsafe_name) - self.scan_all() - - def download(self, spec, tmpdir): - """Locate and/or download `spec` to `tmpdir`, returning a local path - - `spec` may be a ``Requirement`` object, or a string containing a URL, - an existing local filename, or a project/version requirement spec - (i.e. the string form of a ``Requirement`` object). If it is the URL - of a .py file with an unambiguous ``#egg=name-version`` tag (i.e., one - that escapes ``-`` as ``_`` throughout), a trivial ``setup.py`` is - automatically created alongside the downloaded file. - - If `spec` is a ``Requirement`` object or a string containing a - project/version requirement spec, this method returns the location of - a matching distribution (possibly after downloading it to `tmpdir`). - If `spec` is a locally existing file or directory name, it is simply - returned unchanged. If `spec` is a URL, it is downloaded to a subpath - of `tmpdir`, and the local filename is returned. Various errors may be - raised if a problem occurs during downloading. - """ - if not isinstance(spec, Requirement): - scheme = URL_SCHEME(spec) - if scheme: - # It's a url, download it to tmpdir - found = self._download_url(scheme.group(1), spec, tmpdir) - base, fragment = egg_info_for_url(spec) - if base.endswith('.py'): - found = self.gen_setup(found, fragment, tmpdir) - return found - elif os.path.exists(spec): - # Existing file or directory, just return it - return spec - else: - spec = parse_requirement_arg(spec) - return getattr(self.fetch_distribution(spec, tmpdir), 'location', None) - - def fetch_distribution( - self, requirement, tmpdir, force_scan=False, source=False, - develop_ok=False, local_index=None): - """Obtain a distribution suitable for fulfilling `requirement` - - `requirement` must be a ``pkg_resources.Requirement`` instance. - If necessary, or if the `force_scan` flag is set, the requirement is - searched for in the (online) package index as well as the locally - installed packages. If a distribution matching `requirement` is found, - the returned distribution's ``location`` is the value you would have - gotten from calling the ``download()`` method with the matching - distribution's URL or filename. If no matching distribution is found, - ``None`` is returned. - - If the `source` flag is set, only source distributions and source - checkout links will be considered. Unless the `develop_ok` flag is - set, development and system eggs (i.e., those using the ``.egg-info`` - format) will be ignored. - """ - # process a Requirement - self.info("Searching for %s", requirement) - skipped = {} - dist = None - - def find(req, env=None): - if env is None: - env = self - # Find a matching distribution; may be called more than once - - for dist in env[req.key]: - - if dist.precedence == DEVELOP_DIST and not develop_ok: - if dist not in skipped: - self.warn( - "Skipping development or system egg: %s", dist, - ) - skipped[dist] = 1 - continue - - test = ( - dist in req - and (dist.precedence <= SOURCE_DIST or not source) - ) - if test: - loc = self.download(dist.location, tmpdir) - dist.download_location = loc - if os.path.exists(dist.download_location): - return dist - - if force_scan: - self.prescan() - self.find_packages(requirement) - dist = find(requirement) - - if not dist and local_index is not None: - dist = find(requirement, local_index) - - if dist is None: - if self.to_scan is not None: - self.prescan() - dist = find(requirement) - - if dist is None and not force_scan: - self.find_packages(requirement) - dist = find(requirement) - - if dist is None: - self.warn( - "No local packages or working download links found for %s%s", - (source and "a source distribution of " or ""), - requirement, - ) - else: - self.info("Best match: %s", dist) - return dist.clone(location=dist.download_location) - - def fetch(self, requirement, tmpdir, force_scan=False, source=False): - """Obtain a file suitable for fulfilling `requirement` - - DEPRECATED; use the ``fetch_distribution()`` method now instead. For - backward compatibility, this routine is identical but returns the - ``location`` of the downloaded distribution instead of a distribution - object. - """ - dist = self.fetch_distribution(requirement, tmpdir, force_scan, source) - if dist is not None: - return dist.location - return None - - def gen_setup(self, filename, fragment, tmpdir): - match = EGG_FRAGMENT.match(fragment) - dists = match and [ - d for d in - interpret_distro_name(filename, match.group(1), None) if d.version - ] or [] - - if len(dists) == 1: # unambiguous ``#egg`` fragment - basename = os.path.basename(filename) - - # Make sure the file has been downloaded to the temp dir. - if os.path.dirname(filename) != tmpdir: - dst = os.path.join(tmpdir, basename) - from setuptools.command.easy_install import samefile - if not samefile(filename, dst): - shutil.copy2(filename, dst) - filename = dst - - with open(os.path.join(tmpdir, 'setup.py'), 'w') as file: - file.write( - "from setuptools import setup\n" - "setup(name=%r, version=%r, py_modules=[%r])\n" - % ( - dists[0].project_name, dists[0].version, - os.path.splitext(basename)[0] - ) - ) - return filename - - elif match: - raise DistutilsError( - "Can't unambiguously interpret project/version identifier %r; " - "any dashes in the name or version should be escaped using " - "underscores. %r" % (fragment, dists) - ) - else: - raise DistutilsError( - "Can't process plain .py files without an '#egg=name-version'" - " suffix to enable automatic setup script generation." - ) - - dl_blocksize = 8192 - - def _download_to(self, url, filename): - self.info("Downloading %s", url) - # Download the file - fp = None - try: - checker = HashChecker.from_url(url) - fp = self.open_url(url) - if isinstance(fp, urllib.error.HTTPError): - raise DistutilsError( - "Can't download %s: %s %s" % (url, fp.code, fp.msg) - ) - headers = fp.info() - blocknum = 0 - bs = self.dl_blocksize - size = -1 - if "content-length" in headers: - # Some servers return multiple Content-Length headers :( - sizes = get_all_headers(headers, 'Content-Length') - size = max(map(int, sizes)) - self.reporthook(url, filename, blocknum, bs, size) - with open(filename, 'wb') as tfp: - while True: - block = fp.read(bs) - if block: - checker.feed(block) - tfp.write(block) - blocknum += 1 - self.reporthook(url, filename, blocknum, bs, size) - else: - break - self.check_hash(checker, filename, tfp) - return headers - finally: - if fp: - fp.close() - - def reporthook(self, url, filename, blocknum, blksize, size): - pass # no-op - - def open_url(self, url, warning=None): - if url.startswith('file:'): - return local_open(url) - try: - return open_with_auth(url, self.opener) - except (ValueError, http_client.InvalidURL) as v: - msg = ' '.join([str(arg) for arg in v.args]) - if warning: - self.warn(warning, msg) - else: - raise DistutilsError('%s %s' % (url, msg)) - except urllib.error.HTTPError as v: - return v - except urllib.error.URLError as v: - if warning: - self.warn(warning, v.reason) - else: - raise DistutilsError("Download error for %s: %s" - % (url, v.reason)) - except http_client.BadStatusLine as v: - if warning: - self.warn(warning, v.line) - else: - raise DistutilsError( - '%s returned a bad status line. The server might be ' - 'down, %s' % - (url, v.line) - ) - except (http_client.HTTPException, socket.error) as v: - if warning: - self.warn(warning, v) - else: - raise DistutilsError("Download error for %s: %s" - % (url, v)) - - def _download_url(self, scheme, url, tmpdir): - # Determine download filename - # - name, fragment = egg_info_for_url(url) - if name: - while '..' in name: - name = name.replace('..', '.').replace('\\', '_') - else: - name = "__downloaded__" # default if URL has no path contents - - if name.endswith('.egg.zip'): - name = name[:-4] # strip the extra .zip before download - - filename = os.path.join(tmpdir, name) - - # Download the file - # - if scheme == 'svn' or scheme.startswith('svn+'): - return self._download_svn(url, filename) - elif scheme == 'git' or scheme.startswith('git+'): - return self._download_git(url, filename) - elif scheme.startswith('hg+'): - return self._download_hg(url, filename) - elif scheme == 'file': - return urllib.request.url2pathname(urllib.parse.urlparse(url)[2]) - else: - self.url_ok(url, True) # raises error if not allowed - return self._attempt_download(url, filename) - - def scan_url(self, url): - self.process_url(url, True) - - def _attempt_download(self, url, filename): - headers = self._download_to(url, filename) - if 'html' in headers.get('content-type', '').lower(): - return self._download_html(url, headers, filename) - else: - return filename - - def _download_html(self, url, headers, filename): - file = open(filename) - for line in file: - if line.strip(): - # Check for a subversion index page - if re.search(r'<title>([^- ]+ - )?Revision \d+:', line): - # it's a subversion index page: - file.close() - os.unlink(filename) - return self._download_svn(url, filename) - break # not an index page - file.close() - os.unlink(filename) - raise DistutilsError("Unexpected HTML page found at " + url) - - def _download_svn(self, url, filename): - warnings.warn("SVN download support is deprecated", UserWarning) - url = url.split('#', 1)[0] # remove any fragment for svn's sake - creds = '' - if url.lower().startswith('svn:') and '@' in url: - scheme, netloc, path, p, q, f = urllib.parse.urlparse(url) - if not netloc and path.startswith('//') and '/' in path[2:]: - netloc, path = path[2:].split('/', 1) - auth, host = _splituser(netloc) - if auth: - if ':' in auth: - user, pw = auth.split(':', 1) - creds = " --username=%s --password=%s" % (user, pw) - else: - creds = " --username=" + auth - netloc = host - parts = scheme, netloc, url, p, q, f - url = urllib.parse.urlunparse(parts) - self.info("Doing subversion checkout from %s to %s", url, filename) - os.system("svn checkout%s -q %s %s" % (creds, url, filename)) - return filename - - @staticmethod - def _vcs_split_rev_from_url(url, pop_prefix=False): - scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) - - scheme = scheme.split('+', 1)[-1] - - # Some fragment identification fails - path = path.split('#', 1)[0] - - rev = None - if '@' in path: - path, rev = path.rsplit('@', 1) - - # Also, discard fragment - url = urllib.parse.urlunsplit((scheme, netloc, path, query, '')) - - return url, rev - - def _download_git(self, url, filename): - filename = filename.split('#', 1)[0] - url, rev = self._vcs_split_rev_from_url(url, pop_prefix=True) - - self.info("Doing git clone from %s to %s", url, filename) - os.system("git clone --quiet %s %s" % (url, filename)) - - if rev is not None: - self.info("Checking out %s", rev) - os.system("git -C %s checkout --quiet %s" % ( - filename, - rev, - )) - - return filename - - def _download_hg(self, url, filename): - filename = filename.split('#', 1)[0] - url, rev = self._vcs_split_rev_from_url(url, pop_prefix=True) - - self.info("Doing hg clone from %s to %s", url, filename) - os.system("hg clone --quiet %s %s" % (url, filename)) - - if rev is not None: - self.info("Updating to %s", rev) - os.system("hg --cwd %s up -C -r %s -q" % ( - filename, - rev, - )) - - return filename - - def debug(self, msg, *args): - log.debug(msg, *args) - - def info(self, msg, *args): - log.info(msg, *args) - - def warn(self, msg, *args): - log.warn(msg, *args) - - -# This pattern matches a character entity reference (a decimal numeric -# references, a hexadecimal numeric reference, or a named reference). -entity_sub = re.compile(r'&(#(\d+|x[\da-fA-F]+)|[\w.:-]+);?').sub - - -def decode_entity(match): - what = match.group(0) - return unescape(what) - - -def htmldecode(text): - """ - Decode HTML entities in the given text. - - >>> htmldecode( - ... 'https://../package_name-0.1.2.tar.gz' - ... '?tokena=A&tokenb=B">package_name-0.1.2.tar.gz') - 'https://../package_name-0.1.2.tar.gz?tokena=A&tokenb=B">package_name-0.1.2.tar.gz' - """ - return entity_sub(decode_entity, text) - - -def socket_timeout(timeout=15): - def _socket_timeout(func): - def _socket_timeout(*args, **kwargs): - old_timeout = socket.getdefaulttimeout() - socket.setdefaulttimeout(timeout) - try: - return func(*args, **kwargs) - finally: - socket.setdefaulttimeout(old_timeout) - - return _socket_timeout - - return _socket_timeout - - -def _encode_auth(auth): - """ - A function compatible with Python 2.3-3.3 that will encode - auth from a URL suitable for an HTTP header. - >>> str(_encode_auth('username%3Apassword')) - 'dXNlcm5hbWU6cGFzc3dvcmQ=' - - Long auth strings should not cause a newline to be inserted. - >>> long_auth = 'username:' + 'password'*10 - >>> chr(10) in str(_encode_auth(long_auth)) - False - """ - auth_s = urllib.parse.unquote(auth) - # convert to bytes - auth_bytes = auth_s.encode() - encoded_bytes = base64.b64encode(auth_bytes) - # convert back to a string - encoded = encoded_bytes.decode() - # strip the trailing carriage return - return encoded.replace('\n', '') - - -class Credential: - """ - A username/password pair. Use like a namedtuple. - """ - - def __init__(self, username, password): - self.username = username - self.password = password - - def __iter__(self): - yield self.username - yield self.password - - def __str__(self): - return '%(username)s:%(password)s' % vars(self) - - -class PyPIConfig(configparser.RawConfigParser): - def __init__(self): - """ - Load from ~/.pypirc - """ - defaults = dict.fromkeys(['username', 'password', 'repository'], '') - configparser.RawConfigParser.__init__(self, defaults) - - rc = os.path.join(os.path.expanduser('~'), '.pypirc') - if os.path.exists(rc): - self.read(rc) - - @property - def creds_by_repository(self): - sections_with_repositories = [ - section for section in self.sections() - if self.get(section, 'repository').strip() - ] - - return dict(map(self._get_repo_cred, sections_with_repositories)) - - def _get_repo_cred(self, section): - repo = self.get(section, 'repository').strip() - return repo, Credential( - self.get(section, 'username').strip(), - self.get(section, 'password').strip(), - ) - - def find_credential(self, url): - """ - If the URL indicated appears to be a repository defined in this - config, return the credential for that repository. - """ - for repository, cred in self.creds_by_repository.items(): - if url.startswith(repository): - return cred - - -def open_with_auth(url, opener=urllib.request.urlopen): - """Open a urllib2 request, handling HTTP authentication""" - - parsed = urllib.parse.urlparse(url) - scheme, netloc, path, params, query, frag = parsed - - # Double scheme does not raise on Mac OS X as revealed by a - # failing test. We would expect "nonnumeric port". Refs #20. - if netloc.endswith(':'): - raise http_client.InvalidURL("nonnumeric port: ''") - - if scheme in ('http', 'https'): - auth, address = _splituser(netloc) - else: - auth = None - - if not auth: - cred = PyPIConfig().find_credential(url) - if cred: - auth = str(cred) - info = cred.username, url - log.info('Authenticating as %s for %s (from .pypirc)', *info) - - if auth: - auth = "Basic " + _encode_auth(auth) - parts = scheme, address, path, params, query, frag - new_url = urllib.parse.urlunparse(parts) - request = urllib.request.Request(new_url) - request.add_header("Authorization", auth) - else: - request = urllib.request.Request(url) - - request.add_header('User-Agent', user_agent) - fp = opener(request) - - if auth: - # Put authentication info back into request URL if same host, - # so that links found on the page will work - s2, h2, path2, param2, query2, frag2 = urllib.parse.urlparse(fp.url) - if s2 == scheme and h2 == address: - parts = s2, netloc, path2, param2, query2, frag2 - fp.url = urllib.parse.urlunparse(parts) - - return fp - - -# copy of urllib.parse._splituser from Python 3.8 -def _splituser(host): - """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" - user, delim, host = host.rpartition('@') - return (user if delim else None), host - - -# adding a timeout to avoid freezing package_index -open_with_auth = socket_timeout(_SOCKET_TIMEOUT)(open_with_auth) - - -def fix_sf_url(url): - return url # backward compatibility - - -def local_open(url): - """Read a local path, with special support for directories""" - scheme, server, path, param, query, frag = urllib.parse.urlparse(url) - filename = urllib.request.url2pathname(path) - if os.path.isfile(filename): - return urllib.request.urlopen(url) - elif path.endswith('/') and os.path.isdir(filename): - files = [] - for f in os.listdir(filename): - filepath = os.path.join(filename, f) - if f == 'index.html': - with open(filepath, 'r') as fp: - body = fp.read() - break - elif os.path.isdir(filepath): - f += '/' - files.append('<a href="{name}">{name}</a>'.format(name=f)) - else: - tmpl = ( - "<html><head><title>{url}" - "{files}") - body = tmpl.format(url=url, files='\n'.join(files)) - status, message = 200, "OK" - else: - status, message, body = 404, "Path not found", "Not found" - - headers = {'content-type': 'text/html'} - body_stream = six.StringIO(body) - return urllib.error.HTTPError(url, status, message, headers, body_stream) diff --git a/lib/python3.8/site-packages/setuptools/pep425tags.py b/lib/python3.8/site-packages/setuptools/pep425tags.py deleted file mode 100644 index 48745a2..0000000 --- a/lib/python3.8/site-packages/setuptools/pep425tags.py +++ /dev/null @@ -1,319 +0,0 @@ -# This file originally from pip: -# https://github.com/pypa/pip/blob/8f4f15a5a95d7d5b511ceaee9ed261176c181970/src/pip/_internal/pep425tags.py -"""Generate and work with PEP 425 Compatibility Tags.""" -from __future__ import absolute_import - -import distutils.util -from distutils import log -import platform -import re -import sys -import sysconfig -import warnings -from collections import OrderedDict - -from .extern import six - -from . import glibc - -_osx_arch_pat = re.compile(r'(.+)_(\d+)_(\d+)_(.+)') - - -def get_config_var(var): - try: - return sysconfig.get_config_var(var) - except IOError as e: # Issue #1074 - warnings.warn("{}".format(e), RuntimeWarning) - return None - - -def get_abbr_impl(): - """Return abbreviated implementation name.""" - if hasattr(sys, 'pypy_version_info'): - pyimpl = 'pp' - elif sys.platform.startswith('java'): - pyimpl = 'jy' - elif sys.platform == 'cli': - pyimpl = 'ip' - else: - pyimpl = 'cp' - return pyimpl - - -def get_impl_ver(): - """Return implementation version.""" - impl_ver = get_config_var("py_version_nodot") - if not impl_ver or get_abbr_impl() == 'pp': - impl_ver = ''.join(map(str, get_impl_version_info())) - return impl_ver - - -def get_impl_version_info(): - """Return sys.version_info-like tuple for use in decrementing the minor - version.""" - if get_abbr_impl() == 'pp': - # as per https://github.com/pypa/pip/issues/2882 - return (sys.version_info[0], sys.pypy_version_info.major, - sys.pypy_version_info.minor) - else: - return sys.version_info[0], sys.version_info[1] - - -def get_impl_tag(): - """ - Returns the Tag for this specific implementation. - """ - return "{}{}".format(get_abbr_impl(), get_impl_ver()) - - -def get_flag(var, fallback, expected=True, warn=True): - """Use a fallback method for determining SOABI flags if the needed config - var is unset or unavailable.""" - val = get_config_var(var) - if val is None: - if warn: - log.debug("Config variable '%s' is unset, Python ABI tag may " - "be incorrect", var) - return fallback() - return val == expected - - -def get_abi_tag(): - """Return the ABI tag based on SOABI (if available) or emulate SOABI - (CPython 2, PyPy).""" - soabi = get_config_var('SOABI') - impl = get_abbr_impl() - if not soabi and impl in {'cp', 'pp'} and hasattr(sys, 'maxunicode'): - d = '' - m = '' - u = '' - if get_flag('Py_DEBUG', - lambda: hasattr(sys, 'gettotalrefcount'), - warn=(impl == 'cp')): - d = 'd' - if get_flag('WITH_PYMALLOC', - lambda: impl == 'cp', - warn=(impl == 'cp')): - m = 'm' - if get_flag('Py_UNICODE_SIZE', - lambda: sys.maxunicode == 0x10ffff, - expected=4, - warn=(impl == 'cp' and - six.PY2)) \ - and six.PY2: - u = 'u' - abi = '%s%s%s%s%s' % (impl, get_impl_ver(), d, m, u) - elif soabi and soabi.startswith('cpython-'): - abi = 'cp' + soabi.split('-')[1] - elif soabi: - abi = soabi.replace('.', '_').replace('-', '_') - else: - abi = None - return abi - - -def _is_running_32bit(): - return sys.maxsize == 2147483647 - - -def get_platform(): - """Return our platform name 'win32', 'linux_x86_64'""" - if sys.platform == 'darwin': - # distutils.util.get_platform() returns the release based on the value - # of MACOSX_DEPLOYMENT_TARGET on which Python was built, which may - # be significantly older than the user's current machine. - release, _, machine = platform.mac_ver() - split_ver = release.split('.') - - if machine == "x86_64" and _is_running_32bit(): - machine = "i386" - elif machine == "ppc64" and _is_running_32bit(): - machine = "ppc" - - return 'macosx_{}_{}_{}'.format(split_ver[0], split_ver[1], machine) - - # XXX remove distutils dependency - result = distutils.util.get_platform().replace('.', '_').replace('-', '_') - if result == "linux_x86_64" and _is_running_32bit(): - # 32 bit Python program (running on a 64 bit Linux): pip should only - # install and run 32 bit compiled extensions in that case. - result = "linux_i686" - - return result - - -def is_manylinux1_compatible(): - # Only Linux, and only x86-64 / i686 - if get_platform() not in {"linux_x86_64", "linux_i686"}: - return False - - # Check for presence of _manylinux module - try: - import _manylinux - return bool(_manylinux.manylinux1_compatible) - except (ImportError, AttributeError): - # Fall through to heuristic check below - pass - - # Check glibc version. CentOS 5 uses glibc 2.5. - return glibc.have_compatible_glibc(2, 5) - - -def get_darwin_arches(major, minor, machine): - """Return a list of supported arches (including group arches) for - the given major, minor and machine architecture of a macOS machine. - """ - arches = [] - - def _supports_arch(major, minor, arch): - # Looking at the application support for macOS versions in the chart - # provided by https://en.wikipedia.org/wiki/OS_X#Versions it appears - # our timeline looks roughly like: - # - # 10.0 - Introduces ppc support. - # 10.4 - Introduces ppc64, i386, and x86_64 support, however the ppc64 - # and x86_64 support is CLI only, and cannot be used for GUI - # applications. - # 10.5 - Extends ppc64 and x86_64 support to cover GUI applications. - # 10.6 - Drops support for ppc64 - # 10.7 - Drops support for ppc - # - # Given that we do not know if we're installing a CLI or a GUI - # application, we must be conservative and assume it might be a GUI - # application and behave as if ppc64 and x86_64 support did not occur - # until 10.5. - # - # Note: The above information is taken from the "Application support" - # column in the chart not the "Processor support" since I believe - # that we care about what instruction sets an application can use - # not which processors the OS supports. - if arch == 'ppc': - return (major, minor) <= (10, 5) - if arch == 'ppc64': - return (major, minor) == (10, 5) - if arch == 'i386': - return (major, minor) >= (10, 4) - if arch == 'x86_64': - return (major, minor) >= (10, 5) - if arch in groups: - for garch in groups[arch]: - if _supports_arch(major, minor, garch): - return True - return False - - groups = OrderedDict([ - ("fat", ("i386", "ppc")), - ("intel", ("x86_64", "i386")), - ("fat64", ("x86_64", "ppc64")), - ("fat32", ("x86_64", "i386", "ppc")), - ]) - - if _supports_arch(major, minor, machine): - arches.append(machine) - - for garch in groups: - if machine in groups[garch] and _supports_arch(major, minor, garch): - arches.append(garch) - - arches.append('universal') - - return arches - - -def get_supported(versions=None, noarch=False, platform=None, - impl=None, abi=None): - """Return a list of supported tags for each version specified in - `versions`. - - :param versions: a list of string versions, of the form ["33", "32"], - or None. The first version will be assumed to support our ABI. - :param platform: specify the exact platform 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 abi: specify the exact abi you want valid - tags for, or None. If None, use the local interpreter abi. - """ - supported = [] - - # Versions must be given with respect to the preference - if versions is None: - versions = [] - version_info = get_impl_version_info() - major = version_info[:-1] - # Support all previous minor Python versions. - for minor in range(version_info[-1], -1, -1): - versions.append(''.join(map(str, major + (minor,)))) - - impl = impl or get_abbr_impl() - - abis = [] - - abi = abi or get_abi_tag() - if abi: - abis[0:0] = [abi] - - abi3s = set() - import imp - for suffix in imp.get_suffixes(): - if suffix[0].startswith('.abi'): - abi3s.add(suffix[0].split('.', 2)[1]) - - abis.extend(sorted(list(abi3s))) - - abis.append('none') - - if not noarch: - arch = platform or get_platform() - if arch.startswith('macosx'): - # support macosx-10.6-intel on macosx-10.9-x86_64 - match = _osx_arch_pat.match(arch) - if match: - name, major, minor, actual_arch = match.groups() - tpl = '{}_{}_%i_%s'.format(name, major) - arches = [] - for m in reversed(range(int(minor) + 1)): - for a in get_darwin_arches(int(major), m, actual_arch): - arches.append(tpl % (m, a)) - else: - # arch pattern didn't match (?!) - arches = [arch] - elif platform is None and is_manylinux1_compatible(): - arches = [arch.replace('linux', 'manylinux1'), arch] - else: - arches = [arch] - - # Current version, current API (built specifically for our Python): - for abi in abis: - for arch in arches: - supported.append(('%s%s' % (impl, versions[0]), abi, arch)) - - # abi3 modules compatible with older version of Python - for version in versions[1:]: - # abi3 was introduced in Python 3.2 - if version in {'31', '30'}: - break - for abi in abi3s: # empty set if not Python 3 - for arch in arches: - supported.append(("%s%s" % (impl, version), abi, arch)) - - # Has binaries, does not use the Python API: - for arch in arches: - supported.append(('py%s' % (versions[0][0]), 'none', arch)) - - # No abi / arch, but requires our implementation: - supported.append(('%s%s' % (impl, versions[0]), 'none', 'any')) - # Tagged specifically as being cross-version compatible - # (with just the major version specified) - supported.append(('%s%s' % (impl, versions[0][0]), 'none', 'any')) - - # No abi / arch, generic Python - for i, version in enumerate(versions): - supported.append(('py%s' % (version,), 'none', 'any')) - if i == 0: - supported.append(('py%s' % (version[0]), 'none', 'any')) - - return supported - - -implementation_tag = get_impl_tag() diff --git a/lib/python3.8/site-packages/setuptools/py27compat.py b/lib/python3.8/site-packages/setuptools/py27compat.py deleted file mode 100644 index 2985011..0000000 --- a/lib/python3.8/site-packages/setuptools/py27compat.py +++ /dev/null @@ -1,28 +0,0 @@ -""" -Compatibility Support for Python 2.7 and earlier -""" - -import platform - -from setuptools.extern import six - - -def get_all_headers(message, key): - """ - Given an HTTPMessage, return all headers matching a given key. - """ - return message.get_all(key) - - -if six.PY2: - def get_all_headers(message, key): - return message.getheaders(key) - - -linux_py2_ascii = ( - platform.system() == 'Linux' and - six.PY2 -) - -rmtree_safe = str if linux_py2_ascii else lambda x: x -"""Workaround for http://bugs.python.org/issue24672""" diff --git a/lib/python3.8/site-packages/setuptools/py31compat.py b/lib/python3.8/site-packages/setuptools/py31compat.py deleted file mode 100644 index e1da7ee..0000000 --- a/lib/python3.8/site-packages/setuptools/py31compat.py +++ /dev/null @@ -1,32 +0,0 @@ -__all__ = [] - -__metaclass__ = type - - -try: - # Python >=3.2 - from tempfile import TemporaryDirectory -except ImportError: - import shutil - import tempfile - - class TemporaryDirectory: - """ - Very simple temporary directory context manager. - Will try to delete afterward, but will also ignore OS and similar - errors on deletion. - """ - - def __init__(self, **kwargs): - self.name = None # Handle mkdtemp raising an exception - self.name = tempfile.mkdtemp(**kwargs) - - def __enter__(self): - return self.name - - def __exit__(self, exctype, excvalue, exctrace): - try: - shutil.rmtree(self.name, True) - except OSError: # removal errors are not the only possible - pass - self.name = None diff --git a/lib/python3.8/site-packages/setuptools/py33compat.py b/lib/python3.8/site-packages/setuptools/py33compat.py deleted file mode 100644 index cb69443..0000000 --- a/lib/python3.8/site-packages/setuptools/py33compat.py +++ /dev/null @@ -1,59 +0,0 @@ -import dis -import array -import collections - -try: - import html -except ImportError: - html = None - -from setuptools.extern import six -from setuptools.extern.six.moves import html_parser - -__metaclass__ = type - -OpArg = collections.namedtuple('OpArg', 'opcode arg') - - -class Bytecode_compat: - def __init__(self, code): - self.code = code - - def __iter__(self): - """Yield '(op,arg)' pair for each operation in code object 'code'""" - - bytes = array.array('b', self.code.co_code) - eof = len(self.code.co_code) - - ptr = 0 - extended_arg = 0 - - while ptr < eof: - - op = bytes[ptr] - - if op >= dis.HAVE_ARGUMENT: - - arg = bytes[ptr + 1] + bytes[ptr + 2] * 256 + extended_arg - ptr += 3 - - if op == dis.EXTENDED_ARG: - long_type = six.integer_types[-1] - extended_arg = arg * long_type(65536) - continue - - else: - arg = None - ptr += 1 - - yield OpArg(op, arg) - - -Bytecode = getattr(dis, 'Bytecode', Bytecode_compat) - - -unescape = getattr(html, 'unescape', None) -if unescape is None: - # HTMLParser.unescape is deprecated since Python 3.4, and will be removed - # from 3.9. - unescape = html_parser.HTMLParser().unescape diff --git a/lib/python3.8/site-packages/setuptools/sandbox.py b/lib/python3.8/site-packages/setuptools/sandbox.py deleted file mode 100644 index 685f3f7..0000000 --- a/lib/python3.8/site-packages/setuptools/sandbox.py +++ /dev/null @@ -1,491 +0,0 @@ -import os -import sys -import tempfile -import operator -import functools -import itertools -import re -import contextlib -import pickle -import textwrap - -from setuptools.extern import six -from setuptools.extern.six.moves import builtins, map - -import pkg_resources.py31compat - -if sys.platform.startswith('java'): - import org.python.modules.posix.PosixModule as _os -else: - _os = sys.modules[os.name] -try: - _file = file -except NameError: - _file = None -_open = open -from distutils.errors import DistutilsError -from pkg_resources import working_set - - -__all__ = [ - "AbstractSandbox", "DirectorySandbox", "SandboxViolation", "run_setup", -] - - -def _execfile(filename, globals, locals=None): - """ - Python 3 implementation of execfile. - """ - mode = 'rb' - with open(filename, mode) as stream: - script = stream.read() - if locals is None: - locals = globals - code = compile(script, filename, 'exec') - exec(code, globals, locals) - - -@contextlib.contextmanager -def save_argv(repl=None): - saved = sys.argv[:] - if repl is not None: - sys.argv[:] = repl - try: - yield saved - finally: - sys.argv[:] = saved - - -@contextlib.contextmanager -def save_path(): - saved = sys.path[:] - try: - yield saved - finally: - sys.path[:] = saved - - -@contextlib.contextmanager -def override_temp(replacement): - """ - Monkey-patch tempfile.tempdir with replacement, ensuring it exists - """ - pkg_resources.py31compat.makedirs(replacement, exist_ok=True) - - saved = tempfile.tempdir - - tempfile.tempdir = replacement - - try: - yield - finally: - tempfile.tempdir = saved - - -@contextlib.contextmanager -def pushd(target): - saved = os.getcwd() - os.chdir(target) - try: - yield saved - finally: - os.chdir(saved) - - -class UnpickleableException(Exception): - """ - An exception representing another Exception that could not be pickled. - """ - - @staticmethod - def dump(type, exc): - """ - Always return a dumped (pickled) type and exc. If exc can't be pickled, - wrap it in UnpickleableException first. - """ - try: - return pickle.dumps(type), pickle.dumps(exc) - except Exception: - # get UnpickleableException inside the sandbox - from setuptools.sandbox import UnpickleableException as cls - return cls.dump(cls, cls(repr(exc))) - - -class ExceptionSaver: - """ - A Context Manager that will save an exception, serialized, and restore it - later. - """ - - def __enter__(self): - return self - - def __exit__(self, type, exc, tb): - if not exc: - return - - # dump the exception - self._saved = UnpickleableException.dump(type, exc) - self._tb = tb - - # suppress the exception - return True - - def resume(self): - "restore and re-raise any exception" - - if '_saved' not in vars(self): - return - - type, exc = map(pickle.loads, self._saved) - six.reraise(type, exc, self._tb) - - -@contextlib.contextmanager -def save_modules(): - """ - Context in which imported modules are saved. - - Translates exceptions internal to the context into the equivalent exception - outside the context. - """ - saved = sys.modules.copy() - with ExceptionSaver() as saved_exc: - yield saved - - sys.modules.update(saved) - # remove any modules imported since - del_modules = ( - mod_name for mod_name in sys.modules - if mod_name not in saved - # exclude any encodings modules. See #285 - and not mod_name.startswith('encodings.') - ) - _clear_modules(del_modules) - - saved_exc.resume() - - -def _clear_modules(module_names): - for mod_name in list(module_names): - del sys.modules[mod_name] - - -@contextlib.contextmanager -def save_pkg_resources_state(): - saved = pkg_resources.__getstate__() - try: - yield saved - finally: - pkg_resources.__setstate__(saved) - - -@contextlib.contextmanager -def setup_context(setup_dir): - temp_dir = os.path.join(setup_dir, 'temp') - with save_pkg_resources_state(): - with save_modules(): - hide_setuptools() - with save_path(): - with save_argv(): - with override_temp(temp_dir): - with pushd(setup_dir): - # ensure setuptools commands are available - __import__('setuptools') - yield - - -def _needs_hiding(mod_name): - """ - >>> _needs_hiding('setuptools') - True - >>> _needs_hiding('pkg_resources') - True - >>> _needs_hiding('setuptools_plugin') - False - >>> _needs_hiding('setuptools.__init__') - True - >>> _needs_hiding('distutils') - True - >>> _needs_hiding('os') - False - >>> _needs_hiding('Cython') - True - """ - pattern = re.compile(r'(setuptools|pkg_resources|distutils|Cython)(\.|$)') - return bool(pattern.match(mod_name)) - - -def hide_setuptools(): - """ - Remove references to setuptools' modules from sys.modules to allow the - invocation to import the most appropriate setuptools. This technique is - necessary to avoid issues such as #315 where setuptools upgrading itself - would fail to find a function declared in the metadata. - """ - modules = filter(_needs_hiding, sys.modules) - _clear_modules(modules) - - -def run_setup(setup_script, args): - """Run a distutils setup script, sandboxed in its directory""" - setup_dir = os.path.abspath(os.path.dirname(setup_script)) - with setup_context(setup_dir): - try: - sys.argv[:] = [setup_script] + list(args) - sys.path.insert(0, setup_dir) - # reset to include setup dir, w/clean callback list - working_set.__init__() - working_set.callbacks.append(lambda dist: dist.activate()) - - # __file__ should be a byte string on Python 2 (#712) - dunder_file = ( - setup_script - if isinstance(setup_script, str) else - setup_script.encode(sys.getfilesystemencoding()) - ) - - with DirectorySandbox(setup_dir): - ns = dict(__file__=dunder_file, __name__='__main__') - _execfile(setup_script, ns) - except SystemExit as v: - if v.args and v.args[0]: - raise - # Normal exit, just return - - -class AbstractSandbox: - """Wrap 'os' module and 'open()' builtin for virtualizing setup scripts""" - - _active = False - - def __init__(self): - self._attrs = [ - name for name in dir(_os) - if not name.startswith('_') and hasattr(self, name) - ] - - def _copy(self, source): - for name in self._attrs: - setattr(os, name, getattr(source, name)) - - def __enter__(self): - self._copy(self) - if _file: - builtins.file = self._file - builtins.open = self._open - self._active = True - - def __exit__(self, exc_type, exc_value, traceback): - self._active = False - if _file: - builtins.file = _file - builtins.open = _open - self._copy(_os) - - def run(self, func): - """Run 'func' under os sandboxing""" - with self: - return func() - - def _mk_dual_path_wrapper(name): - original = getattr(_os, name) - - def wrap(self, src, dst, *args, **kw): - if self._active: - src, dst = self._remap_pair(name, src, dst, *args, **kw) - return original(src, dst, *args, **kw) - - return wrap - - for name in ["rename", "link", "symlink"]: - if hasattr(_os, name): - locals()[name] = _mk_dual_path_wrapper(name) - - def _mk_single_path_wrapper(name, original=None): - original = original or getattr(_os, name) - - def wrap(self, path, *args, **kw): - if self._active: - path = self._remap_input(name, path, *args, **kw) - return original(path, *args, **kw) - - return wrap - - if _file: - _file = _mk_single_path_wrapper('file', _file) - _open = _mk_single_path_wrapper('open', _open) - for name in [ - "stat", "listdir", "chdir", "open", "chmod", "chown", "mkdir", - "remove", "unlink", "rmdir", "utime", "lchown", "chroot", "lstat", - "startfile", "mkfifo", "mknod", "pathconf", "access" - ]: - if hasattr(_os, name): - locals()[name] = _mk_single_path_wrapper(name) - - def _mk_single_with_return(name): - original = getattr(_os, name) - - def wrap(self, path, *args, **kw): - if self._active: - path = self._remap_input(name, path, *args, **kw) - return self._remap_output(name, original(path, *args, **kw)) - return original(path, *args, **kw) - - return wrap - - for name in ['readlink', 'tempnam']: - if hasattr(_os, name): - locals()[name] = _mk_single_with_return(name) - - def _mk_query(name): - original = getattr(_os, name) - - def wrap(self, *args, **kw): - retval = original(*args, **kw) - if self._active: - return self._remap_output(name, retval) - return retval - - return wrap - - for name in ['getcwd', 'tmpnam']: - if hasattr(_os, name): - locals()[name] = _mk_query(name) - - def _validate_path(self, path): - """Called to remap or validate any path, whether input or output""" - return path - - def _remap_input(self, operation, path, *args, **kw): - """Called for path inputs""" - return self._validate_path(path) - - def _remap_output(self, operation, path): - """Called for path outputs""" - return self._validate_path(path) - - def _remap_pair(self, operation, src, dst, *args, **kw): - """Called for path pairs like rename, link, and symlink operations""" - return ( - self._remap_input(operation + '-from', src, *args, **kw), - self._remap_input(operation + '-to', dst, *args, **kw) - ) - - -if hasattr(os, 'devnull'): - _EXCEPTIONS = [os.devnull,] -else: - _EXCEPTIONS = [] - - -class DirectorySandbox(AbstractSandbox): - """Restrict operations to a single subdirectory - pseudo-chroot""" - - write_ops = dict.fromkeys([ - "open", "chmod", "chown", "mkdir", "remove", "unlink", "rmdir", - "utime", "lchown", "chroot", "mkfifo", "mknod", "tempnam", - ]) - - _exception_patterns = [ - # Allow lib2to3 to attempt to save a pickled grammar object (#121) - r'.*lib2to3.*\.pickle$', - ] - "exempt writing to paths that match the pattern" - - def __init__(self, sandbox, exceptions=_EXCEPTIONS): - self._sandbox = os.path.normcase(os.path.realpath(sandbox)) - self._prefix = os.path.join(self._sandbox, '') - self._exceptions = [ - os.path.normcase(os.path.realpath(path)) - for path in exceptions - ] - AbstractSandbox.__init__(self) - - def _violation(self, operation, *args, **kw): - from setuptools.sandbox import SandboxViolation - raise SandboxViolation(operation, args, kw) - - if _file: - - def _file(self, path, mode='r', *args, **kw): - if mode not in ('r', 'rt', 'rb', 'rU', 'U') and not self._ok(path): - self._violation("file", path, mode, *args, **kw) - return _file(path, mode, *args, **kw) - - def _open(self, path, mode='r', *args, **kw): - if mode not in ('r', 'rt', 'rb', 'rU', 'U') and not self._ok(path): - self._violation("open", path, mode, *args, **kw) - return _open(path, mode, *args, **kw) - - def tmpnam(self): - self._violation("tmpnam") - - def _ok(self, path): - active = self._active - try: - self._active = False - realpath = os.path.normcase(os.path.realpath(path)) - return ( - self._exempted(realpath) - or realpath == self._sandbox - or realpath.startswith(self._prefix) - ) - finally: - self._active = active - - def _exempted(self, filepath): - start_matches = ( - filepath.startswith(exception) - for exception in self._exceptions - ) - pattern_matches = ( - re.match(pattern, filepath) - for pattern in self._exception_patterns - ) - candidates = itertools.chain(start_matches, pattern_matches) - return any(candidates) - - def _remap_input(self, operation, path, *args, **kw): - """Called for path inputs""" - if operation in self.write_ops and not self._ok(path): - self._violation(operation, os.path.realpath(path), *args, **kw) - return path - - def _remap_pair(self, operation, src, dst, *args, **kw): - """Called for path pairs like rename, link, and symlink operations""" - if not self._ok(src) or not self._ok(dst): - self._violation(operation, src, dst, *args, **kw) - return (src, dst) - - def open(self, file, flags, mode=0o777, *args, **kw): - """Called for low-level os.open()""" - if flags & WRITE_FLAGS and not self._ok(file): - self._violation("os.open", file, flags, mode, *args, **kw) - return _os.open(file, flags, mode, *args, **kw) - - -WRITE_FLAGS = functools.reduce( - operator.or_, [getattr(_os, a, 0) for a in - "O_WRONLY O_RDWR O_APPEND O_CREAT O_TRUNC O_TEMPORARY".split()] -) - - -class SandboxViolation(DistutilsError): - """A setup script attempted to modify the filesystem outside the sandbox""" - - tmpl = textwrap.dedent(""" - SandboxViolation: {cmd}{args!r} {kwargs} - - The package setup script has attempted to modify files on your system - that are not within the EasyInstall build area, and has been aborted. - - This package cannot be safely installed by EasyInstall, and may not - support alternate installation locations even if you run its setup - script by hand. Please inform the package's author and the EasyInstall - maintainers to find out if a fix or workaround is available. - """).lstrip() - - def __str__(self): - cmd, args, kwargs = self.args - return self.tmpl.format(**locals()) diff --git a/lib/python3.8/site-packages/setuptools/script (dev).tmpl b/lib/python3.8/site-packages/setuptools/script (dev).tmpl deleted file mode 100644 index 39a24b0..0000000 --- a/lib/python3.8/site-packages/setuptools/script (dev).tmpl +++ /dev/null @@ -1,6 +0,0 @@ -# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r -__requires__ = %(spec)r -__import__('pkg_resources').require(%(spec)r) -__file__ = %(dev_path)r -with open(__file__) as f: - exec(compile(f.read(), __file__, 'exec')) diff --git a/lib/python3.8/site-packages/setuptools/script.tmpl b/lib/python3.8/site-packages/setuptools/script.tmpl deleted file mode 100644 index ff5efbc..0000000 --- a/lib/python3.8/site-packages/setuptools/script.tmpl +++ /dev/null @@ -1,3 +0,0 @@ -# EASY-INSTALL-SCRIPT: %(spec)r,%(script_name)r -__requires__ = %(spec)r -__import__('pkg_resources').run_script(%(spec)r, %(script_name)r) diff --git a/lib/python3.8/site-packages/setuptools/site-patch.py b/lib/python3.8/site-packages/setuptools/site-patch.py deleted file mode 100644 index 40b00de..0000000 --- a/lib/python3.8/site-packages/setuptools/site-patch.py +++ /dev/null @@ -1,74 +0,0 @@ -def __boot(): - import sys - import os - PYTHONPATH = os.environ.get('PYTHONPATH') - if PYTHONPATH is None or (sys.platform == 'win32' and not PYTHONPATH): - PYTHONPATH = [] - else: - PYTHONPATH = PYTHONPATH.split(os.pathsep) - - pic = getattr(sys, 'path_importer_cache', {}) - stdpath = sys.path[len(PYTHONPATH):] - mydir = os.path.dirname(__file__) - - for item in stdpath: - if item == mydir or not item: - continue # skip if current dir. on Windows, or my own directory - importer = pic.get(item) - if importer is not None: - loader = importer.find_module('site') - if loader is not None: - # This should actually reload the current module - loader.load_module('site') - break - else: - try: - import imp # Avoid import loop in Python 3 - stream, path, descr = imp.find_module('site', [item]) - except ImportError: - continue - if stream is None: - continue - try: - # This should actually reload the current module - imp.load_module('site', stream, path, descr) - finally: - stream.close() - break - else: - raise ImportError("Couldn't find the real 'site' module") - - known_paths = dict([(makepath(item)[1], 1) for item in sys.path]) # 2.2 comp - - oldpos = getattr(sys, '__egginsert', 0) # save old insertion position - sys.__egginsert = 0 # and reset the current one - - for item in PYTHONPATH: - addsitedir(item) - - sys.__egginsert += oldpos # restore effective old position - - d, nd = makepath(stdpath[0]) - insert_at = None - new_path = [] - - for item in sys.path: - p, np = makepath(item) - - if np == nd and insert_at is None: - # We've hit the first 'system' path entry, so added entries go here - insert_at = len(new_path) - - if np in known_paths or insert_at is None: - new_path.append(item) - else: - # new path after the insert point, back-insert it - new_path.insert(insert_at, item) - insert_at += 1 - - sys.path[:] = new_path - - -if __name__ == 'site': - __boot() - del __boot diff --git a/lib/python3.8/site-packages/setuptools/ssl_support.py b/lib/python3.8/site-packages/setuptools/ssl_support.py deleted file mode 100644 index 226db69..0000000 --- a/lib/python3.8/site-packages/setuptools/ssl_support.py +++ /dev/null @@ -1,260 +0,0 @@ -import os -import socket -import atexit -import re -import functools - -from setuptools.extern.six.moves import urllib, http_client, map, filter - -from pkg_resources import ResolutionError, ExtractionError - -try: - import ssl -except ImportError: - ssl = None - -__all__ = [ - 'VerifyingHTTPSHandler', 'find_ca_bundle', 'is_available', 'cert_paths', - 'opener_for' -] - -cert_paths = """ -/etc/pki/tls/certs/ca-bundle.crt -/etc/ssl/certs/ca-certificates.crt -/usr/share/ssl/certs/ca-bundle.crt -/usr/local/share/certs/ca-root.crt -/etc/ssl/cert.pem -/System/Library/OpenSSL/certs/cert.pem -/usr/local/share/certs/ca-root-nss.crt -/etc/ssl/ca-bundle.pem -""".strip().split() - -try: - HTTPSHandler = urllib.request.HTTPSHandler - HTTPSConnection = http_client.HTTPSConnection -except AttributeError: - HTTPSHandler = HTTPSConnection = object - -is_available = ssl is not None and object not in (HTTPSHandler, HTTPSConnection) - - -try: - from ssl import CertificateError, match_hostname -except ImportError: - try: - from backports.ssl_match_hostname import CertificateError - from backports.ssl_match_hostname import match_hostname - except ImportError: - CertificateError = None - match_hostname = None - -if not CertificateError: - - class CertificateError(ValueError): - pass - - -if not match_hostname: - - def _dnsname_match(dn, hostname, max_wildcards=1): - """Matching according to RFC 6125, section 6.4.3 - - https://tools.ietf.org/html/rfc6125#section-6.4.3 - """ - pats = [] - if not dn: - return False - - # Ported from python3-syntax: - # leftmost, *remainder = dn.split(r'.') - parts = dn.split(r'.') - leftmost = parts[0] - remainder = parts[1:] - - wildcards = leftmost.count('*') - if wildcards > max_wildcards: - # Issue #17980: avoid denials of service by refusing more - # than one wildcard per fragment. A survey of established - # policy among SSL implementations showed it to be a - # reasonable choice. - raise CertificateError( - "too many wildcards in certificate DNS name: " + repr(dn)) - - # speed up common case w/o wildcards - if not wildcards: - return dn.lower() == hostname.lower() - - # RFC 6125, section 6.4.3, subitem 1. - # The client SHOULD NOT attempt to match a presented identifier in which - # the wildcard character comprises a label other than the left-most label. - if leftmost == '*': - # When '*' is a fragment by itself, it matches a non-empty dotless - # fragment. - pats.append('[^.]+') - elif leftmost.startswith('xn--') or hostname.startswith('xn--'): - # RFC 6125, section 6.4.3, subitem 3. - # The client SHOULD NOT attempt to match a presented identifier - # where the wildcard character is embedded within an A-label or - # U-label of an internationalized domain name. - pats.append(re.escape(leftmost)) - else: - # Otherwise, '*' matches any dotless string, e.g. www* - pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) - - # add the remaining fragments, ignore any wildcards - for frag in remainder: - pats.append(re.escape(frag)) - - pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) - return pat.match(hostname) - - def 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") - 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") - - -class VerifyingHTTPSHandler(HTTPSHandler): - """Simple verifying handler: no auth, subclasses, timeouts, etc.""" - - def __init__(self, ca_bundle): - self.ca_bundle = ca_bundle - HTTPSHandler.__init__(self) - - def https_open(self, req): - return self.do_open( - lambda host, **kw: VerifyingHTTPSConn(host, self.ca_bundle, **kw), req - ) - - -class VerifyingHTTPSConn(HTTPSConnection): - """Simple verifying connection: no auth, subclasses, timeouts, etc.""" - - def __init__(self, host, ca_bundle, **kw): - HTTPSConnection.__init__(self, host, **kw) - self.ca_bundle = ca_bundle - - def connect(self): - sock = socket.create_connection( - (self.host, self.port), getattr(self, 'source_address', None) - ) - - # Handle the socket if a (proxy) tunnel is present - if hasattr(self, '_tunnel') and getattr(self, '_tunnel_host', None): - self.sock = sock - self._tunnel() - # http://bugs.python.org/issue7776: Python>=3.4.1 and >=2.7.7 - # change self.host to mean the proxy server host when tunneling is - # being used. Adapt, since we are interested in the destination - # host for the match_hostname() comparison. - actual_host = self._tunnel_host - else: - actual_host = self.host - - if hasattr(ssl, 'create_default_context'): - ctx = ssl.create_default_context(cafile=self.ca_bundle) - self.sock = ctx.wrap_socket(sock, server_hostname=actual_host) - else: - # This is for python < 2.7.9 and < 3.4? - self.sock = ssl.wrap_socket( - sock, cert_reqs=ssl.CERT_REQUIRED, ca_certs=self.ca_bundle - ) - try: - match_hostname(self.sock.getpeercert(), actual_host) - except CertificateError: - self.sock.shutdown(socket.SHUT_RDWR) - self.sock.close() - raise - - -def opener_for(ca_bundle=None): - """Get a urlopen() replacement that uses ca_bundle for verification""" - return urllib.request.build_opener( - VerifyingHTTPSHandler(ca_bundle or find_ca_bundle()) - ).open - - -# from jaraco.functools -def once(func): - @functools.wraps(func) - def wrapper(*args, **kwargs): - if not hasattr(func, 'always_returns'): - func.always_returns = func(*args, **kwargs) - return func.always_returns - return wrapper - - -@once -def get_win_certfile(): - try: - import wincertstore - except ImportError: - return None - - class CertFile(wincertstore.CertFile): - def __init__(self): - super(CertFile, self).__init__() - atexit.register(self.close) - - def close(self): - try: - super(CertFile, self).close() - except OSError: - pass - - _wincerts = CertFile() - _wincerts.addstore('CA') - _wincerts.addstore('ROOT') - return _wincerts.name - - -def find_ca_bundle(): - """Return an existing CA bundle path, or None""" - extant_cert_paths = filter(os.path.isfile, cert_paths) - return ( - get_win_certfile() - or next(extant_cert_paths, None) - or _certifi_where() - ) - - -def _certifi_where(): - try: - return __import__('certifi').where() - except (ImportError, ResolutionError, ExtractionError): - pass diff --git a/lib/python3.8/site-packages/setuptools/unicode_utils.py b/lib/python3.8/site-packages/setuptools/unicode_utils.py deleted file mode 100644 index 7c63efd..0000000 --- a/lib/python3.8/site-packages/setuptools/unicode_utils.py +++ /dev/null @@ -1,44 +0,0 @@ -import unicodedata -import sys - -from setuptools.extern import six - - -# HFS Plus uses decomposed UTF-8 -def decompose(path): - if isinstance(path, six.text_type): - return unicodedata.normalize('NFD', path) - try: - path = path.decode('utf-8') - path = unicodedata.normalize('NFD', path) - path = path.encode('utf-8') - except UnicodeError: - pass # Not UTF-8 - return path - - -def filesys_decode(path): - """ - Ensure that the given path is decoded, - NONE when no expected encoding works - """ - - if isinstance(path, six.text_type): - return path - - fs_enc = sys.getfilesystemencoding() or 'utf-8' - candidates = fs_enc, 'utf-8' - - for enc in candidates: - try: - return path.decode(enc) - except UnicodeDecodeError: - continue - - -def try_encode(string, enc): - "turn unicode encoding into a functional routine" - try: - return string.encode(enc) - except UnicodeEncodeError: - return None diff --git a/lib/python3.8/site-packages/setuptools/version.py b/lib/python3.8/site-packages/setuptools/version.py deleted file mode 100644 index 95e1869..0000000 --- a/lib/python3.8/site-packages/setuptools/version.py +++ /dev/null @@ -1,6 +0,0 @@ -import pkg_resources - -try: - __version__ = pkg_resources.get_distribution('setuptools').version -except Exception: - __version__ = 'unknown' diff --git a/lib/python3.8/site-packages/setuptools/wheel.py b/lib/python3.8/site-packages/setuptools/wheel.py deleted file mode 100644 index e11f0a1..0000000 --- a/lib/python3.8/site-packages/setuptools/wheel.py +++ /dev/null @@ -1,211 +0,0 @@ -"""Wheels support.""" - -from distutils.util import get_platform -import email -import itertools -import os -import posixpath -import re -import zipfile - -import pkg_resources -import setuptools -from pkg_resources import parse_version -from setuptools.extern.packaging.utils import canonicalize_name -from setuptools.extern.six import PY3 -from setuptools import pep425tags -from setuptools.command.egg_info import write_requirements - - -__metaclass__ = type - - -WHEEL_NAME = re.compile( - r"""^(?P.+?)-(?P\d.*?) - ((-(?P\d.*?))?-(?P.+?)-(?P.+?)-(?P.+?) - )\.whl$""", - re.VERBOSE).match - -NAMESPACE_PACKAGE_INIT = '''\ -try: - __import__('pkg_resources').declare_namespace(__name__) -except ImportError: - __path__ = __import__('pkgutil').extend_path(__path__, __name__) -''' - - -def unpack(src_dir, dst_dir): - '''Move everything under `src_dir` to `dst_dir`, and delete the former.''' - for dirpath, dirnames, filenames in os.walk(src_dir): - subdir = os.path.relpath(dirpath, src_dir) - for f in filenames: - src = os.path.join(dirpath, f) - dst = os.path.join(dst_dir, subdir, f) - os.renames(src, dst) - for n, d in reversed(list(enumerate(dirnames))): - src = os.path.join(dirpath, d) - dst = os.path.join(dst_dir, subdir, d) - if not os.path.exists(dst): - # Directory does not exist in destination, - # rename it and prune it from os.walk list. - os.renames(src, dst) - del dirnames[n] - # Cleanup. - for dirpath, dirnames, filenames in os.walk(src_dir, topdown=True): - assert not filenames - os.rmdir(dirpath) - - -class Wheel: - - def __init__(self, filename): - match = WHEEL_NAME(os.path.basename(filename)) - if match is None: - raise ValueError('invalid wheel name: %r' % filename) - self.filename = filename - for k, v in match.groupdict().items(): - setattr(self, k, v) - - def tags(self): - '''List tags (py_version, abi, platform) supported by this wheel.''' - return itertools.product( - self.py_version.split('.'), - self.abi.split('.'), - self.platform.split('.'), - ) - - def is_compatible(self): - '''Is the wheel is compatible with the current platform?''' - supported_tags = pep425tags.get_supported() - return next((True for t in self.tags() if t in supported_tags), False) - - def egg_name(self): - return pkg_resources.Distribution( - project_name=self.project_name, version=self.version, - platform=(None if self.platform == 'any' else get_platform()), - ).egg_name() + '.egg' - - def get_dist_info(self, zf): - # find the correct name of the .dist-info dir in the wheel file - for member in zf.namelist(): - dirname = posixpath.dirname(member) - if (dirname.endswith('.dist-info') and - canonicalize_name(dirname).startswith( - canonicalize_name(self.project_name))): - return dirname - raise ValueError("unsupported wheel format. .dist-info not found") - - def install_as_egg(self, destination_eggdir): - '''Install wheel as an egg directory.''' - with zipfile.ZipFile(self.filename) as zf: - self._install_as_egg(destination_eggdir, zf) - - def _install_as_egg(self, destination_eggdir, zf): - dist_basename = '%s-%s' % (self.project_name, self.version) - dist_info = self.get_dist_info(zf) - dist_data = '%s.data' % dist_basename - egg_info = os.path.join(destination_eggdir, 'EGG-INFO') - - self._convert_metadata(zf, destination_eggdir, dist_info, egg_info) - self._move_data_entries(destination_eggdir, dist_data) - self._fix_namespace_packages(egg_info, destination_eggdir) - - @staticmethod - def _convert_metadata(zf, destination_eggdir, dist_info, egg_info): - def get_metadata(name): - with zf.open(posixpath.join(dist_info, name)) as fp: - value = fp.read().decode('utf-8') if PY3 else fp.read() - return email.parser.Parser().parsestr(value) - - wheel_metadata = get_metadata('WHEEL') - # Check wheel format version is supported. - wheel_version = parse_version(wheel_metadata.get('Wheel-Version')) - wheel_v1 = ( - parse_version('1.0') <= wheel_version < parse_version('2.0dev0') - ) - if not wheel_v1: - raise ValueError( - 'unsupported wheel format version: %s' % wheel_version) - # Extract to target directory. - os.mkdir(destination_eggdir) - zf.extractall(destination_eggdir) - # Convert metadata. - dist_info = os.path.join(destination_eggdir, dist_info) - dist = pkg_resources.Distribution.from_location( - destination_eggdir, dist_info, - metadata=pkg_resources.PathMetadata(destination_eggdir, dist_info), - ) - - # Note: Evaluate and strip markers now, - # as it's difficult to convert back from the syntax: - # foobar; "linux" in sys_platform and extra == 'test' - def raw_req(req): - req.marker = None - return str(req) - install_requires = list(sorted(map(raw_req, dist.requires()))) - extras_require = { - extra: sorted( - req - for req in map(raw_req, dist.requires((extra,))) - if req not in install_requires - ) - for extra in dist.extras - } - os.rename(dist_info, egg_info) - os.rename( - os.path.join(egg_info, 'METADATA'), - os.path.join(egg_info, 'PKG-INFO'), - ) - setup_dist = setuptools.Distribution( - attrs=dict( - install_requires=install_requires, - extras_require=extras_require, - ), - ) - write_requirements( - setup_dist.get_command_obj('egg_info'), - None, - os.path.join(egg_info, 'requires.txt'), - ) - - @staticmethod - def _move_data_entries(destination_eggdir, dist_data): - """Move data entries to their correct location.""" - dist_data = os.path.join(destination_eggdir, dist_data) - dist_data_scripts = os.path.join(dist_data, 'scripts') - if os.path.exists(dist_data_scripts): - egg_info_scripts = os.path.join( - destination_eggdir, 'EGG-INFO', 'scripts') - os.mkdir(egg_info_scripts) - for entry in os.listdir(dist_data_scripts): - # Remove bytecode, as it's not properly handled - # during easy_install scripts install phase. - if entry.endswith('.pyc'): - os.unlink(os.path.join(dist_data_scripts, entry)) - else: - os.rename( - os.path.join(dist_data_scripts, entry), - os.path.join(egg_info_scripts, entry), - ) - os.rmdir(dist_data_scripts) - for subdir in filter(os.path.exists, ( - os.path.join(dist_data, d) - for d in ('data', 'headers', 'purelib', 'platlib') - )): - unpack(subdir, destination_eggdir) - if os.path.exists(dist_data): - os.rmdir(dist_data) - - @staticmethod - def _fix_namespace_packages(egg_info, destination_eggdir): - namespace_packages = os.path.join( - egg_info, 'namespace_packages.txt') - if os.path.exists(namespace_packages): - with open(namespace_packages) as fp: - namespace_packages = fp.read().split() - for mod in namespace_packages: - mod_dir = os.path.join(destination_eggdir, *mod.split('.')) - mod_init = os.path.join(mod_dir, '__init__.py') - if os.path.exists(mod_dir) and not os.path.exists(mod_init): - with open(mod_init, 'w') as fp: - fp.write(NAMESPACE_PACKAGE_INIT) diff --git a/lib/python3.8/site-packages/setuptools/windows_support.py b/lib/python3.8/site-packages/setuptools/windows_support.py deleted file mode 100644 index cb977cf..0000000 --- a/lib/python3.8/site-packages/setuptools/windows_support.py +++ /dev/null @@ -1,29 +0,0 @@ -import platform -import ctypes - - -def windows_only(func): - if platform.system() != 'Windows': - return lambda *args, **kwargs: None - return func - - -@windows_only -def hide_file(path): - """ - Set the hidden attribute on a file or directory. - - From http://stackoverflow.com/questions/19622133/ - - `path` must be text. - """ - __import__('ctypes.wintypes') - SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW - SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD - SetFileAttributes.restype = ctypes.wintypes.BOOL - - FILE_ATTRIBUTE_HIDDEN = 0x02 - - ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN) - if not ret: - raise ctypes.WinError() diff --git a/lib64 b/lib64 deleted file mode 120000 index 7951405..0000000 --- a/lib64 +++ /dev/null @@ -1 +0,0 @@ -lib \ No newline at end of file diff --git a/lib/python3.8/site-packages/pip/_internal/operations/__init__.py b/lostplaces/lostplaces/__init__.py similarity index 100% rename from lib/python3.8/site-packages/pip/_internal/operations/__init__.py rename to lostplaces/lostplaces/__init__.py diff --git a/source/lostplaces/lostplaces/asgi.py b/lostplaces/lostplaces/asgi.py similarity index 100% rename from source/lostplaces/lostplaces/asgi.py rename to lostplaces/lostplaces/asgi.py diff --git a/source/lostplaces/lostplaces/settings.py b/lostplaces/lostplaces/settings.py similarity index 100% rename from source/lostplaces/lostplaces/settings.py rename to lostplaces/lostplaces/settings.py diff --git a/source/lostplaces/lostplaces/urls.py b/lostplaces/lostplaces/urls.py similarity index 100% rename from source/lostplaces/lostplaces/urls.py rename to lostplaces/lostplaces/urls.py diff --git a/source/lostplaces/lostplaces/wsgi.py b/lostplaces/lostplaces/wsgi.py similarity index 100% rename from source/lostplaces/lostplaces/wsgi.py rename to lostplaces/lostplaces/wsgi.py diff --git a/lib/python3.8/site-packages/pip/_internal/utils/__init__.py b/lostplaces/lostplaces_app/__init__.py similarity index 100% rename from lib/python3.8/site-packages/pip/_internal/utils/__init__.py rename to lostplaces/lostplaces_app/__init__.py diff --git a/source/lostplaces/lostplaces_app/admin.py b/lostplaces/lostplaces_app/admin.py similarity index 100% rename from source/lostplaces/lostplaces_app/admin.py rename to lostplaces/lostplaces_app/admin.py diff --git a/source/lostplaces/lostplaces_app/apps.py b/lostplaces/lostplaces_app/apps.py similarity index 100% rename from source/lostplaces/lostplaces_app/apps.py rename to lostplaces/lostplaces_app/apps.py diff --git a/source/lostplaces/lostplaces_app/forms.py b/lostplaces/lostplaces_app/forms.py similarity index 100% rename from source/lostplaces/lostplaces_app/forms.py rename to lostplaces/lostplaces_app/forms.py diff --git a/source/lostplaces/lostplaces_app/migrations/0001_initial.py b/lostplaces/lostplaces_app/migrations/0001_initial.py similarity index 100% rename from source/lostplaces/lostplaces_app/migrations/0001_initial.py rename to lostplaces/lostplaces_app/migrations/0001_initial.py diff --git a/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__init__.py b/lostplaces/lostplaces_app/migrations/__init__.py similarity index 100% rename from lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__init__.py rename to lostplaces/lostplaces_app/migrations/__init__.py diff --git a/source/lostplaces/lostplaces_app/models.py b/lostplaces/lostplaces_app/models.py similarity index 100% rename from source/lostplaces/lostplaces_app/models.py rename to lostplaces/lostplaces_app/models.py diff --git a/source/lostplaces/lostplaces_app/static/favicon.ico b/lostplaces/lostplaces_app/static/favicon.ico similarity index 100% rename from source/lostplaces/lostplaces_app/static/favicon.ico rename to lostplaces/lostplaces_app/static/favicon.ico diff --git a/source/lostplaces/lostplaces_app/static/icons/favourite.svg b/lostplaces/lostplaces_app/static/icons/favourite.svg similarity index 100% rename from source/lostplaces/lostplaces_app/static/icons/favourite.svg rename to lostplaces/lostplaces_app/static/icons/favourite.svg diff --git a/source/lostplaces/lostplaces_app/static/icons/flag.svg b/lostplaces/lostplaces_app/static/icons/flag.svg similarity index 100% rename from source/lostplaces/lostplaces_app/static/icons/flag.svg rename to lostplaces/lostplaces_app/static/icons/flag.svg diff --git a/source/lostplaces/lostplaces_app/static/icons/location.svg b/lostplaces/lostplaces_app/static/icons/location.svg similarity index 100% rename from source/lostplaces/lostplaces_app/static/icons/location.svg rename to lostplaces/lostplaces_app/static/icons/location.svg diff --git a/source/lostplaces/lostplaces_app/static/images/logo.png b/lostplaces/lostplaces_app/static/images/logo.png similarity index 100% rename from source/lostplaces/lostplaces_app/static/images/logo.png rename to lostplaces/lostplaces_app/static/images/logo.png diff --git a/source/lostplaces/lostplaces_app/static/logo.png b/lostplaces/lostplaces_app/static/logo.png similarity index 100% rename from source/lostplaces/lostplaces_app/static/logo.png rename to lostplaces/lostplaces_app/static/logo.png diff --git a/source/lostplaces/lostplaces_app/static/main.css b/lostplaces/lostplaces_app/static/main.css similarity index 100% rename from source/lostplaces/lostplaces_app/static/main.css rename to lostplaces/lostplaces_app/static/main.css diff --git a/source/lostplaces/lostplaces_app/templates/global.html b/lostplaces/lostplaces_app/templates/global.html similarity index 100% rename from source/lostplaces/lostplaces_app/templates/global.html rename to lostplaces/lostplaces_app/templates/global.html diff --git a/source/lostplaces/lostplaces_app/templates/hello_world.html b/lostplaces/lostplaces_app/templates/hello_world.html similarity index 100% rename from source/lostplaces/lostplaces_app/templates/hello_world.html rename to lostplaces/lostplaces_app/templates/hello_world.html diff --git a/source/lostplaces/lostplaces_app/templates/placeList.html b/lostplaces/lostplaces_app/templates/placeList.html similarity index 100% rename from source/lostplaces/lostplaces_app/templates/placeList.html rename to lostplaces/lostplaces_app/templates/placeList.html diff --git a/source/lostplaces/lostplaces_app/templates/placeOverview.html b/lostplaces/lostplaces_app/templates/placeOverview.html similarity index 100% rename from source/lostplaces/lostplaces_app/templates/placeOverview.html rename to lostplaces/lostplaces_app/templates/placeOverview.html diff --git a/source/lostplaces/lostplaces_app/tests.py b/lostplaces/lostplaces_app/tests.py similarity index 100% rename from source/lostplaces/lostplaces_app/tests.py rename to lostplaces/lostplaces_app/tests.py diff --git a/source/lostplaces/lostplaces_app/urls.py b/lostplaces/lostplaces_app/urls.py similarity index 100% rename from source/lostplaces/lostplaces_app/urls.py rename to lostplaces/lostplaces_app/urls.py diff --git a/source/lostplaces/lostplaces_app/views.py b/lostplaces/lostplaces_app/views.py similarity index 100% rename from source/lostplaces/lostplaces_app/views.py rename to lostplaces/lostplaces_app/views.py diff --git a/source/lostplaces/manage.py b/lostplaces/manage.py similarity index 100% rename from source/lostplaces/manage.py rename to lostplaces/manage.py diff --git a/source/lostplaces/templates/home.html b/lostplaces/templates/home.html similarity index 100% rename from source/lostplaces/templates/home.html rename to lostplaces/templates/home.html diff --git a/source/lostplaces/templates/registration/login.html b/lostplaces/templates/registration/login.html similarity index 100% rename from source/lostplaces/templates/registration/login.html rename to lostplaces/templates/registration/login.html diff --git a/source/lostplaces/templates/signup.html b/lostplaces/templates/signup.html similarity index 100% rename from source/lostplaces/templates/signup.html rename to lostplaces/templates/signup.html diff --git a/pyvenv.cfg b/pyvenv.cfg deleted file mode 100644 index 24e40c3..0000000 --- a/pyvenv.cfg +++ /dev/null @@ -1,3 +0,0 @@ -home = /home/reverend/Programmierung/python/django-lostplaces/bin -include-system-site-packages = false -version = 3.8.1 diff --git a/source/lostplaces/lostplaces/__init__.py b/source/lostplaces/lostplaces/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/source/lostplaces/lostplaces_app/__init__.py b/source/lostplaces/lostplaces_app/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/source/lostplaces/lostplaces_app/migrations/__init__.py b/source/lostplaces/lostplaces_app/migrations/__init__.py deleted file mode 100644 index e69de29..0000000 From d4ecc4c9deae1dab8494267e8aeb8ab923759ed1 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 09:54:18 +0200 Subject: [PATCH 2/6] Added db.sqlite3.bak to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5188462..a673e43 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ __pycache__/ local_settings.py db.sqlite3 db.sqlite3-journal +db.sqlite3.bak media uploads From 17d8b28853db8d564391bb3624227d4ad23c0fa4 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 10:44:16 +0200 Subject: [PATCH 3/6] remove obsolete requirements, set up pipenv with dependencies in Pipfile. --- .gitignore | 2 +- Pipfile | 13 +++++++++++++ requirements.txt | 2 -- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 Pipfile delete mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index a673e43..97d73f8 100644 --- a/.gitignore +++ b/.gitignore @@ -104,7 +104,7 @@ ipython_config.py # However, in case of collaboration, if having platform-specific dependencies or dependencies # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. -#Pipfile.lock +Pipfile.lock # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..d86add7 --- /dev/null +++ b/Pipfile @@ -0,0 +1,13 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +django = "*" +django-thumbs-v2 = "*" + +[requires] +python_version = "3" diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index a9c074c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -django -django-thumbs-v2 From 3795d149abac1a462dd3b964417282bd9941b841 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 11:18:57 +0200 Subject: [PATCH 4/6] Added Image to pipenv. --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index d86add7..ad3234d 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,7 @@ verify_ssl = true [packages] django = "*" django-thumbs-v2 = "*" +image = "*" [requires] python_version = "3" From 4f3794c59d2ced55872ca02b901a1718829ec47e Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 11:31:42 +0200 Subject: [PATCH 5/6] Commented out Python3 subversion requirement. --- Pipfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index ad3234d..2d5a223 100644 --- a/Pipfile +++ b/Pipfile @@ -10,5 +10,6 @@ django = "*" django-thumbs-v2 = "*" image = "*" -[requires] -python_version = "3" +# Commented out to not explicitly specify Python3 subversion. +# [requires] +# python_version = "3.8" From 4499c6b055a0b15deecbd5a737a7650902f0eeff Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 11:55:17 +0200 Subject: [PATCH 6/6] Wrote basic (pipenv) contribution guide in Readme.md. --- Readme.md | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/Readme.md b/Readme.md index a3bf0a3..8157246 100644 --- a/Readme.md +++ b/Readme.md @@ -1,32 +1,44 @@ # lostplaces-backend -lostplaces-backend is a Django based Webproject. It once wants to become a +lostplaces-backend is a django based Webproject. It once wants to become a software which allows a group of urban explorers to manage, document and share the locations of lost places while not exposing too much / any information to the public. The software ist currently in early development status, neither scope, -datalayout nor features are finalized yet. +datalmodel(s) nor features are finalized yet. ## Dependencies Right now it depends on the following non-core Python 3 libraries. These can be installed using the package manager of your distribution or into the venv locally. - * [django](https://www.djangoproject.com/) Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. - * [django-thumbs-v2](https://github.com/rrmerugu/django-thumbs-v2) Create thumbnails for your images with Django. + * [django](https://www.djangoproject.com/) django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. + * [django-thumbs-v2](https://github.com/rrmerugu/django-thumbs-v2) Create thumbnails for your images with django. Currently the the repo is quite a mess, with full Python 3.8 site-packages in-repo and other sketchy stuff. This will be fixed sometime. -### Setting up a virtual environment for development +### Setting up a (pipenv) virtual environment for development -source bin/activate (there are several venv definitions for different shells) -source/lostplaces/manage.py migrate -source/lostplaces/manage.py createsuperuser -source/lostplaces/manage.py runserver +After having obtained the repository contents (either via .zip download or git clone), you can easily setup a pipenv virtual environment. The repo provides a Pipfile for easy dependency management that does not mess with your system. + +``` +$ cd lostplaces-backend +$ pipenv install +$ pipenv shell +(lostplaces-backend) $ lostplaces/manage.py migrate +(lostplaces-backend) $ lostplaces/manage.py createsuperuser +(lostplaces-backend) $ lostplaces/manage.py runserver +``` + +### Returning to the venv +``` +$ cd lostplaces-backend +$ pipenv shell +(lostplaces-backend) $ lostplaces/manage.py runserver +``` Visit: [admin](http://localhost:8000/admin) for administrative backend or [frontend](http://localhost:8000/) -### Install django system-wide (as user) -pip3 install --user django +Happy developing ;-)